idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
15,800
bipolar sigmoid function . concode_field_sep double sigmoPrecomputed[] concode_elem_sep double SIGMO_RANGE concode_field_sep double sigmoidBiFast concode_elem_sep double lim concode_elem_sep boolean insideInclusive concode_elem_sep double sigmoidUniFast concode_elem_sep boolean inside concode_elem_sep boolean inside co...
double function ( double arg0 ) { return 2.0 / ( 1.0 + Math . exp ( - arg0 ) ) - 1.0 ; }
15,801
is the given node red as opposed to black ? to prevent having an extra word in the data array , we just the low bit on the left child index . concode_field_sep int root concode_elem_sep DynamicIntArray data concode_elem_sep int ELEMENT_SIZE concode_elem_sep int RIGHT_OFFSET concode_elem_sep int size concode_elem_sep in...
boolean function ( int arg0 ) { return arg0 != NULL && ( data . get ( arg0 * ELEMENT_SIZE + LEFT_OFFSET ) & 1 ) == 1 ; }
15,802
the property defining how this column is mapped into accumulo concode_field_sep String columnType concode_elem_sep String mappingSpec concode_elem_sep ColumnEncoding encoding concode_elem_sep String columnName concode_field_sep ColumnEncoding getEncoding concode_elem_sep String getColumnType concode_elem_sep String get...
String function ( ) { return mappingSpec ; }
15,803
sets the value of the uiselectiontype property . concode_field_sep String uiSelectionType concode_elem_sep Boolean visible concode_elem_sep Boolean enableCheckout concode_elem_sep Boolean hidden concode_elem_sep Boolean eipAvailable concode_elem_sep String zipRequired concode_elem_sep Boolean blackberryDevice concode_e...
void function ( String arg0 ) { this . uiSelectionType = arg0 ; }
15,804
mouse exited concode_field_sep PlaceHolder placeHolder concode_field_sep void mouseReleased concode_elem_sep void mouseDragged concode_elem_sep void mouseEntered concode_elem_sep void mouseClicked concode_elem_sep void mouseMoved concode_elem_sep void mousePressed
void function ( MouseEvent arg0 ) { }
15,805
return whether the given world can be loaded . concode_field_sep File savesDirectory concode_elem_sep DataFixer dataFixer concode_elem_sep Logger LOGGER concode_field_sep ISaveHandler getSaveLoader concode_elem_sep boolean isOldMapFormat concode_elem_sep String getName concode_elem_sep File getFile concode_elem_sep boo...
boolean function ( String arg0 ) { File loc0 = new File ( this . savesDirectory , arg0 ) ; return loc0 . isDirectory ( ) ; }
15,806
calculates the horizontal or slant distance from two x indexes sidescanline #getdata of two sidescanline s. concode_field_sep PlaceHolder placeHolder concode_field_sep LocationType convertImagePointXToLocation concode_elem_sep double calcHeightFrom2XIndexesOfSidescanLine concode_elem_sep SidescanPoint convertImagePoint...
double function ( int arg0 , SidescanLine arg1 , int arg2 , SidescanLine arg3 , boolean arg4 ) { SidescanPoint loc0 = arg3 . calcPointFromIndex ( arg2 , arg4 ) ; SidescanPoint loc1 = arg1 . calcPointFromIndex ( arg0 , arg4 ) ; double loc2 = loc1 . location . getHorizontalDistanceInMeters ( loc0 . location ) ; return lo...
15,807
used by the whitebox gui to tell if this plugin is still running . concode_field_sep String[] args concode_elem_sep double LnOf2 concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIAc...
boolean function ( ) { return amIActive ; }
15,808
adds a new resolver to be used by this extendedresolver concode_field_sep List resolvers concode_elem_sep int outstanding concode_elem_sep Message query concode_elem_sep ResolverListener listener concode_elem_sep Object[] inprogress concode_elem_sep Throwable thrown concode_elem_sep int lbStart concode_elem_sep int[] s...
void function ( Resolver arg0 ) { resolvers . add ( arg0 ) ; }
15,809
stores string to file using #encoding_utf_8 . concode_field_sep String systemId concode_elem_sep String ENCODING_UTF_8 concode_elem_sep MsgLogger log concode_elem_sep ObjectMapper mapper concode_elem_sep int BUFFER_SIZE concode_field_sep String base64Encode concode_elem_sep String slurpStream concode_elem_sep String ge...
void function ( String arg0 , File arg1 ) { try ( Writer loc0 = new OutputStreamWriter ( new FileOutputStream ( arg1 ) , ENCODING_UTF_8 ) ) { loc0 . write ( arg0 ) ; } }
15,810
average aggregate function . concode_field_sep PlaceHolder placeHolder concode_field_sep TypedColumn<T,Long> sumLong concode_elem_sep TypedColumn<T,Long> count concode_elem_sep TypedColumn<T,Double> sum
TypedColumn < T , Double > function ( MapFunction < T , Double > arg0 ) { return new TypedAverage < T > ( arg0 ) . toColumnJava ( ) ; }
15,811
the action has been activated . the argument of the method represents the ` real ' action sitting in the workbench ui . concode_field_sep IWorkbenchWindow window concode_field_sep void init concode_elem_sep void selectionChanged concode_elem_sep void dispose
void function ( IAction arg0 ) { UpdateManagerUI . openInstaller ( window . getShell ( ) ) ; }
15,812
remove subgroup from this group . concode_field_sep ContactGroup parent concode_elem_sep ProtocolProviderServiceIrcImpl provider concode_elem_sep String name concode_elem_sep ArrayList<ContactIrcImpl> contacts concode_elem_sep boolean persistent concode_elem_sep ArrayList<ContactGroupIrcImpl> subgroups concode_field_se...
void function ( final ContactGroupIrcImpl arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . subgroups . remove ( arg0 ) ; }
15,813
creates a ring from the specified x , y coordinates . the coordinates are stored in a flat array . concode_field_sep String RIVER_FLOW concode_elem_sep FilterFactory ff concode_elem_sep String RIVER_GEOM concode_elem_sep Filter rd12Filter concode_elem_sep Filter rv1Filter concode_elem_sep String namespace concode_elem_...
LinearRing function ( int [ ] arg0 ) { Coordinate [ ] loc0 = new Coordinate [ arg0 . length / 2 ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 += 2 ) { loc0 [ loc1 / 2 ] = new Coordinate ( arg0 [ loc1 ] , arg0 [ loc1 + 1 ] ) ; } return gf . createLinearRing ( loc0 ) ; }
15,814
sets the componentitem value for this inventorycostrevaluationcostcomponent . concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef componentItem concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef costCategory concode_elem_sep java.lang.Double cost concode_elem_sep java.lang.Do...
void function ( com . netsuite . webservices . platform . core_2014_2 . RecordRef arg0 ) { this . componentItem = arg0 ; }
15,815
uses the original name as the string representation of the class . this is probably the most useful thing to see in log messages , which is the only place tostring will be used . concode_field_sep String strippedName concode_elem_sep boolean indexed concode_elem_sep String name concode_elem_sep Pattern pattern concode_...
String function ( ) { return this . name ; }
15,816
non-android accessor that returns the number of toast requests that have been made during this test runor since #reset has been called . concode_field_sep int duration concode_elem_sep Toast toast concode_elem_sep int yOffset concode_elem_sep View view concode_elem_sep int xOffset concode_elem_sep int gravity concode_e...
int function ( ) { return shadowOf ( RuntimeEnvironment . application ) . getShownToasts ( ) . size ( ) ; }
15,817
lazily creates a list of system properties . concode_field_sep Process serverProcess concode_elem_sep Properties serverProps concode_elem_sep String EXECUTABLE_NAME_KEY concode_elem_sep String DEFAULTS_FILE_KEY concode_elem_sep String DATADIR_KEY concode_elem_sep String BASEDIR_KEY concode_elem_sep Properties systemPro...
Properties function ( ) { if ( this . systemProps == null ) { this . systemProps = System . getProperties ( ) ; } return this . systemProps ; }
15,818
returns true if this user thread is deleted . concode_field_sep UserThread _userThread concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean getRead concode_elem...
boolean function ( ) { return _userThread . isDeleted ( ) ; }
15,819
sets the value of the value property . concode_field_sep String displayLabel concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setDisplayLabel concode_elem_sep String getDisplayLabel
void function ( String arg0 ) { this . value = arg0 ; }
15,820
install credentials for ide-wide proxy if usage of proxy was enabled and host of the given url was not added to exclude list in httpconfigurable . concode_field_sep PlaceHolder placeHolder concode_field_sep String getProxyPassword concode_elem_sep boolean isHttpProxyEnabled concode_elem_sep boolean isProxyAuthenticatio...
void function ( @ NotNull CredentialsProvider arg0 , @ Nullable String arg1 ) { if ( getHttpConfigurable ( ) . isHttpProxyEnabledForUrl ( arg1 ) ) { setProxyCredentialsIfEnabled ( arg0 ) ; } }
15,821
test of findbyidgrade method , of class gradefacade . concode_field_sep GradeFacade mockGradeFacade concode_elem_sep int count concode_elem_sep List<Grade> grades concode_elem_sep Grade grade2 concode_elem_sep Grade grade1 concode_field_sep void testCount concode_elem_sep void setUpClass concode_elem_sep void testFindG...
void function ( ) { Grade loc0 = new Grade ( ) ; loc0 . setId ( "srini_string" ) ; Grade loc1 = new Grade ( ) ; loc1 . setId ( "srini_string" ) ; List < Grade > loc2 = new ArrayList < > ( ) ; loc2 . add ( loc0 ) ; loc2 . add ( loc1 ) ; assertEquals ( loc0 , mockGradeFacade . findByIdGrade ( "srini_string" , grades ) ) ...
15,822
gets the slidingmenu associated with this activity . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mViewAbove concode_elem_sep SlidingMenu mSlidingMenu...
SlidingMenu function ( ) { return mSlidingMenu ; }
15,823
sets the security getstatus of this cookie concode_field_sep io.vertx.ext.web.Cookie delegate concode_field_sep String encode concode_elem_sep String getName concode_elem_sep Cookie cookie concode_elem_sep Cookie setDomain concode_elem_sep Cookie setMaxAge concode_elem_sep Cookie setPath concode_elem_sep Cookie newInst...
Cookie function ( boolean arg0 ) { this . delegate . setSecure ( arg0 ) ; return this ; }
15,824
set the port number for a network listener that the glassfish server should use . examples : 1 . when the custom configuration file is not used , the ports can be set using : setport `` http-listener '' , 8080 ; / / glassfish will listen on http port 8080 setport `` https-listener '' , 8181 ; / / glassfish will listen ...
void function ( String arg0 , int arg1 ) { if ( arg0 != null ) { String loc0 = String . format ( NETWORK_LISTENER_KEY , arg0 ) ; if ( loc0 != null ) { gfProperties . setProperty ( loc0 + "srini_string" , Integer . toString ( arg1 ) ) ; gfProperties . setProperty ( loc0 + "srini_string" , "srini_string" ) ; } } }
15,825
sets lastupdatehealthy . concode_field_sep boolean lastUpdateHealthy concode_elem_sep long availBW concode_elem_sep String fqdn concode_elem_sep int port concode_elem_sep String adminStatus concode_elem_sep List<String> ipAddresses concode_elem_sep long currentBW concode_elem_sep long connections concode_elem_sep boole...
void function ( final boolean arg0 ) { this . lastUpdateHealthy = arg0 ; }
15,826
called to notify the client that a print job failed to complete successfully . the default implementation does nothing concode_field_sep PlaceHolder placeHolder concode_field_sep void printDataTransferCompleted concode_elem_sep void printJobNoMoreEvents concode_elem_sep void printJobCompleted concode_elem_sep void prin...
void function ( PrintJobEvent arg0 ) { }
15,827
add a `` stale-if-error '' directive . this directive indicates that when an error is encountered , a cached stale response may be used to satisfy the request , regardless of other freshness information . concode_field_sep long maxAge concode_elem_sep boolean cachePrivate concode_elem_sep boolean noTransform concode_el...
CacheControl function ( long arg0 , TimeUnit arg1 ) { this . staleIfError = arg1 . toSeconds ( arg0 ) ; return this ; }
15,828
set the named destinations that are associated with this document . concode_field_sep COSDictionary nameDictionary concode_elem_sep PDDocumentCatalog catalog concode_field_sep PDDestinationNameTreeNode getDests concode_elem_sep PDEmbeddedFilesNameTreeNode getEmbeddedFiles concode_elem_sep void setJavascript concode_ele...
void function ( PDDestinationNameTreeNode arg0 ) { nameDictionary . setItem ( COSName . DESTS , arg0 ) ; catalog . getCOSObject ( ) . setItem ( COSName . DESTS , ( COSObjectable ) null ) ; }
15,829
remove an agent identifier from the to slot collection of this object . concode_field_sep Date date concode_elem_sep String comments concode_elem_sep Long payloadLength concode_elem_sep int EXPECTED_LIST_SIZE concode_elem_sep ArrayList intendedReceiver concode_elem_sep AID from concode_elem_sep String aclRepresentation...
boolean function ( AID arg0 ) { return to . remove ( arg0 ) ; }
15,830
sets the value of the link property . concode_field_sep String _default concode_elem_sep WadlLink link concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep QName type concode_elem_sep List<Object> any concode_elem_sep Boolean required concode_elem_sep String path concode_elem_sep Boolean repeating concod...
void function ( WadlLink arg0 ) { this . link = arg0 ; }
15,831
determines whether this interface supports multicast transmission . concode_field_sep VMNetworkInterface netif concode_field_sep String getName concode_elem_sep NetworkInterface createAnyInterface concode_elem_sep NetworkInterface getByInetAddress concode_elem_sep boolean isPointToPoint concode_elem_sep boolean isUp co...
boolean function ( ) { return VMNetworkInterface . supportsMulticast ( netif . name ) ; }
15,832
this method demonstrates the bug in cascading deletes . before this method , the ca table has 12 records . after , it should have 9 , but instead it has 0 . concode_field_sep PlaceHolder placeHolder concode_field_sep void createDatabase concode_elem_sep void main concode_elem_sep void insertData concode_elem_sep void p...
void function ( Connection arg0 ) { Statement loc0 = arg0 . createStatement ( ) ; loc0 . executeUpdate ( "srini_string" ) ; loc0 . close ( ) ; }
15,833
adds a custom retry filter that will be used to determine whether a log result r should be used to indicate that a log request should be retried . log submit retry behavior is not defined when the filter throws uncaught exceptions . concode_field_sep int DEFAULT_MAX_BUFFER_SIZE concode_elem_sep Log<T,R> bufferedLog con...
Builder < T , R > function ( Predicate < R > arg0 ) { instance . arg0 = arg0 ; return this ; }
15,834
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _projectsEntryLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
15,835
get the iproject containing the given eobject concode_field_sep SGenFactory factory concode_field_sep void setDefaultValue concode_elem_sep FeatureParameterValue createParameterValue concode_elem_sep boolean projectOpened concode_elem_sep FeatureConfiguration createDefaultFeatureConfiguration concode_elem_sep boolean p...
IProject function ( EObject arg0 ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getFile ( new Path ( arg0 . eResource ( ) . getURI ( ) . toPlatformString ( true ) ) ) . getProject ( ) ; }
15,836
equivalent to object.equals except that it handles nulls . if a and b are both null , true is returned . concode_field_sep Random RANDOM concode_elem_sep Logger logger concode_field_sep void zip concode_elem_sep void croak concode_elem_sep String flattenToString concode_elem_sep Object callConstructor concode_elem_sep ...
boolean function ( Object arg0 , Object arg1 ) { if ( arg0 == null || arg1 == null ) { return arg0 == arg1 ; } return arg0 . equals ( arg1 ) ; }
15,837
160 clocks initialization phase . concode_field_sep int output concode_elem_sep int index concode_elem_sep byte[] workingIV concode_elem_sep int[] nfsr concode_elem_sep byte[] workingKey concode_elem_sep boolean initialised concode_elem_sep int STATE_SIZE concode_elem_sep int[] lfsr concode_elem_sep byte[] out concode_...
void function ( ) { for ( int loc0 = 0 ; loc0 < 10 ; loc0 ++ ) { output = getOutput ( ) ; nfsr = shift ( nfsr , getOutputNFSR ( ) ^ lfsr [ 0 ] ^ output ) ; lfsr = shift ( lfsr , getOutputLFSR ( ) ^ output ) ; } initialised = true ; }
15,838
puts a new distance value for a map node concode_field_sep Double INFINITY concode_elem_sep DistanceMap distances concode_elem_sep int[] okMapNodes concode_elem_sep Set<MapNode> visited concode_elem_sep Map<MapNode,MapNode> prevNodes concode_elem_sep Queue<MapNode> unvisited concode_elem_sep HashMap<MapNode,Double> map...
void function ( MapNode arg0 , double arg1 ) { map . put ( arg0 , arg1 ) ; }
15,839
get the aggregate pass level concode_field_sep int id concode_elem_sep boolean isEvaluable concode_elem_sep AggregateExpression aggregateExp concode_elem_sep int passLevel concode_field_sep AggregateExpression getAggregateExpr concode_elem_sep void setRegisterId concode_elem_sep boolean isAvailable concode_elem_sep voi...
int function ( ) { return passLevel ; }
15,840
reset the internal state of the local attribute source in order to start over . concode_field_sep int remoteIndex concode_elem_sep long serialVersionUID concode_elem_sep IAttributeProvidersMap attributeProvidersMap concode_elem_sep LinkedHashMap<AttributeSource,STORKAttrQueryResponse> assertions concode_elem_sep int lo...
void function ( ) { localIndex = 0 ; }
15,841
this function replaces the hashtable which does not function well in threads concode_field_sep short[] KnightTable concode_elem_sep short[] BishopTable concode_elem_sep short[] KingTableEndGame concode_elem_sep int KNIGHT concode_elem_sep int KING concode_elem_sep int ROOK concode_elem_sep short[] KingTable concode_ele...
short function ( char arg0 ) { switch ( arg0 ) { case 'R' : return 0 ; case 'N' : return 1 ; case 'B' : return 2 ; case 'Q' : return 3 ; case 'K' : return 4 ; case 'P' : return 5 ; case 'r' : return 6 ; case 'n' : return 7 ; case 'b' : return 8 ; case 'q' : return 9 ; case 'k' : return 10 ; case 'p' : return 11 ; defau...
15,842
adds a configuration provider to the list of configurationproviders . a given configurationprovider may be added more than once concode_field_sep List<ConfigurationProvider> configurationProviders concode_elem_sep Configuration configuration concode_field_sep Configuration getConfiguration concode_elem_sep void clearCo...
void function ( ConfigurationProvider arg0 ) { if ( ! configurationProviders . contains ( arg0 ) ) { configurationProviders . add ( arg0 ) ; } }
15,843
create a connect command . concode_field_sep int DELETE concode_elem_sep int DROP_INDEX concode_elem_sep Column[] columns concode_elem_sep Value[] values concode_elem_sep int CREATE_TABLE concode_elem_sep int type concode_elem_sep int CONNECT concode_elem_sep Result result concode_elem_sep HashMap<String,Table> tables ...
Command function ( TestSynth arg0 ) { return new Command ( arg0 , CONNECT ) ; }
15,844
we do n't track connections . concode_field_sep String database concode_elem_sep String password concode_elem_sep FabricConnection fabricConnection concode_elem_sep ServerGroup globalGroup concode_elem_sep long serialVersionUID concode_elem_sep String user concode_elem_sep ShardMapping shardMapping concode_elem_sep Str...
boolean function ( ) { return false ; }
15,845
parses a webvtt timestamp . concode_field_sep Pattern HEADER concode_field_sep void validateWebvttHeaderLine concode_elem_sep float parsePercentage
long function ( String arg0 ) { long loc0 = 0 ; String [ ] loc1 = arg0 . split ( "srini_string" , 2 ) ; String [ ] loc2 = loc1 [ 0 ] . split ( "srini_string" ) ; for ( int loc3 = 0 ; loc3 < loc2 . length ; loc3 ++ ) { loc0 = loc0 * 60 + Long . parseLong ( loc2 [ loc3 ] ) ; } return ( loc0 * 1000 + Long . parseLong ( lo...
15,846
increase value by offset concode_field_sep String number concode_elem_sep int count concode_elem_sep String saying concode_elem_sep String title concode_elem_sep double value concode_field_sep void print concode_elem_sep Greeting[] readData concode_elem_sep void readData concode_elem_sep void main concode_elem_sep void...
void function ( double arg0 ) { value += arg0 ; }
15,847
returns the bundle context of this bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
15,848
returns a list of strings from the specified key using the specified string separator . concode_field_sep Logger logger concode_elem_sep Properties overrides concode_elem_sep Set<String> removals concode_field_sep Properties read concode_elem_sep int getFilesize concode_elem_sep long getFilesize concode_elem_sep Proper...
List < String > function ( String arg0 , String arg1 ) { List < String > loc0 = new ArrayList < String > ( ) ; Properties loc1 = getSettings ( ) ; if ( loc1 . containsKey ( arg0 ) ) { String loc2 = loc1 . getProperty ( arg0 ) ; loc0 = StringUtils . getStringsFromValue ( loc2 , arg1 ) ; } return loc0 ; }
15,849
sets the size of the compressed entry data . concode_field_sep short version concode_elem_sep short minVersion concode_elem_sep short internalAttributes concode_elem_sep Compression method concode_elem_sep short flags concode_elem_sep long crc concode_elem_sep int bit concode_elem_sep long localHeaderOffset concode_ele...
void function ( long arg0 ) { if ( arg0 < 0 || arg0 > 0xffffffffL ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . csize = arg0 ; }
15,850
sets the nameabbreviation . concode_field_sep ResultPublication resultPublication concode_elem_sep String nameAbbreviation concode_elem_sep long serialVersionUID concode_elem_sep Translation translation concode_elem_sep Language language concode_elem_sep Long id concode_field_sep Language getLanguage concode_elem_sep i...
void function ( String arg0 ) { this . nameAbbreviation = arg0 ; }
15,851
create an empty project if this project does not exist . concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concode_elem_sep boolean get...
boolean function ( IProject arg0 ) { if ( ! arg0 . exists ( ) ) { try { NullProgressMonitor loc0 = new NullProgressMonitor ( ) ; arg0 . create ( loc0 ) ; arg0 . open ( loc0 ) ; return true ; } catch ( CoreException loc0 ) { loc0 . printStackTrace ( ) ; } } return false ; }
15,852
adds a new contact . concode_field_sep boolean changed concode_elem_sep String name concode_elem_sep Hashtable contact_list concode_elem_sep String filename concode_elem_sep Hashtable users concode_field_sep NameAddress getUserContactNameAddress concode_elem_sep String getName concode_elem_sep String getName concode_el...
UserBindingInfo function ( NameAddress arg0 , Date arg1 ) { contact_list . put ( arg0 . getAddress ( ) . toString ( ) , ( new ContactHeader ( arg0 ) ) . setExpires ( arg1 ) ) ; return this ; }
15,853
if the index is created because of a constraint . such indexes are to be dropped once the constraint is dropped . concode_field_sep boolean belongsToConstraint concode_elem_sep boolean unique concode_elem_sep boolean scan concode_elem_sep boolean persistent concode_elem_sep boolean spatial concode_elem_sep boolean hash...
boolean function ( ) { return belongsToConstraint ; }
15,854
simple hashcode method based on the name of the parameter . concode_field_sep String strippedName concode_elem_sep boolean indexed concode_elem_sep String name concode_elem_sep Pattern pattern concode_field_sep boolean isIndexed concode_elem_sep String getName concode_elem_sep boolean equals concode_elem_sep String toS...
int function ( ) { return this . name . hashCode ( ) ; }
15,855
will return true since @example can be used in constructor documentation . concode_field_sep String NAME concode_elem_sep String HEADER concode_field_sep boolean inPackage concode_elem_sep String createHTML concode_elem_sep String getName concode_elem_sep boolean inOverview concode_elem_sep boolean inMethod concode_ele...
boolean function ( ) { return true ; }
15,856
sets the primary key of this user id mapper . concode_field_sep UserIdMapper _userIdMapper concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep long getUserIdMapp...
void function ( long arg0 ) { _userIdMapper . setPrimaryKey ( arg0 ) ; }
15,857
for backwards compatibility returns the next state as a sentencehmsmtate concode_field_sep float logLanguageProbability concode_elem_sep int hashCode concode_elem_sep SentenceHMMState nextState concode_elem_sep float logInsertionProbability concode_field_sep SearchState getState concode_elem_sep int hashCode concode_el...
SentenceHMMState function ( ) { return ( SentenceHMMState ) getState ( ) ; }
15,858
adds the specified tuple to the page ; the tuple should be updated to reflect that it is now stored on this page . concode_field_sep TupleDesc td concode_elem_sep int numSlots concode_elem_sep byte[] oldData concode_elem_sep Byte oldDataLock concode_elem_sep byte header[] concode_elem_sep HeapPageId pid concode_elem_se...
void function ( Tuple arg0 ) { }
15,859
gets the value of the manualcreditinfo property . concode_field_sep XMLGregorianCalendar activityDate concode_elem_sep ForfeitureInfoType forfeitureInfo concode_elem_sep InfoType giftInfo concode_elem_sep ExpirationInfoType expirationInfo concode_elem_sep long serialVersionUID concode_elem_sep String activityType conco...
InfoType function ( ) { return manualCreditInfo ; }
15,860
write the holder value to the cdr stream . concode_field_sep Binding value concode_field_sep void _read concode_elem_sep org.omg.CORBA.TypeCode _type
void function ( org . omg . CORBA . portable . OutputStream arg0 ) { BindingHelper . write ( arg0 , value ) ; }
15,861
the snapshot identifier . concode_field_sep String snapshotId concode_elem_sep String name concode_elem_sep String directoryId concode_elem_sep java.util.Date startTime concode_elem_sep String type concode_elem_sep String status concode_field_sep void setSnapshotId concode_elem_sep void setName concode_elem_sep Snapsho...
String function ( ) { return this . snapshotId ; }
15,862
returns the k-th smallest value seen so far . concode_field_sep boolean sorted concode_elem_sep int k concode_elem_sep float[] heap concode_elem_sep int n concode_field_sep void add concode_elem_sep float get concode_elem_sep void sort concode_elem_sep void sort concode_elem_sep void heapify
float function ( ) { return heap [ 0 ] ; }
15,863
gets the state of daylight time in this time zone . concode_field_sep TimeZoneBean parent concode_elem_sep boolean useDaylightTime concode_elem_sep String id concode_elem_sep String dislayName concode_elem_sep boolean inDaylightTime concode_field_sep String getUseDaylightTime concode_elem_sep String getDisplayName conc...
String function ( ) { if ( inDaylightTime ) { return "srini_string" ; } else { return "srini_string" ; } }
15,864
retrieves all nodes . get / v1/catalog/nodes concode_field_sep Api api concode_field_sep List<String> getDatacenters concode_elem_sep Call<List<String>> getDatacenters concode_elem_sep ConsulResponse<Map<String,List<String>>> getServices concode_elem_sep ConsulResponse<Map<String,List<String>>> getServices concode_elem...
ConsulResponse < List < Node >> function ( ) { return getNodes ( null , QueryOptions . BLANK ) ; }
15,865
returns the source node of the packet concode_field_sep int packetType concode_elem_sep int sequenceNumber concode_elem_sep String sourceNode concode_elem_sep int idTo concode_elem_sep ArrayList<Integer> receivedHelloFrom concode_elem_sep int portNumber concode_elem_sep double speed concode_elem_sep Boolean MPR concode...
String function ( ) { return sourceNode ; }
15,866
create an instance of sourcecode concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_elem_sep ...
SourceCode function ( ) { return new SourceCode ( ) ; }
15,867
return an iterator of the signature names supported by the generator . concode_field_sep V1TBSCertificateGenerator tbsGen concode_elem_sep AlgorithmIdentifier sigAlgId concode_elem_sep ASN1ObjectIdentifier sigOID concode_elem_sep String signatureAlgorithm concode_field_sep void setSerialNumber concode_elem_sep void set...
Iterator function ( ) { return X509Util . getAlgNames ( ) ; }
15,868
quits this queue 's looper . if that looper was running on a different thread than the current thread , also waits for the last message being processed to finish and the thread to die . concode_field_sep Looper mLooper concode_elem_sep MessageQueueThreadHandler mHandler concode_elem_sep boolean mIsFinished concode_elem...
void function ( ) { mIsFinished = true ; mLooper . quit ( ) ; if ( mLooper . getThread ( ) != Thread . currentThread ( ) ) { try { mLooper . getThread ( ) . join ( ) ; } catch ( InterruptedException loc0 ) { throw new RuntimeException ( "srini_string" + mName ) ; } } }
15,869
creates an instance of defaulthttprequestfactory to be usedby http connections for creating httprequest objects . this method can be overridden in a super class in order to provide a different implementation of the httprequestfactory interface . concode_field_sep SSLSetupHandler sslHandler concode_elem_sep NHttpService...
HttpRequestFactory function ( ) { return new DefaultHttpRequestFactory ( ) ; }
15,870
get the http port the server is running on . concode_field_sep play.core.server.Server server concode_elem_sep Server.Config _config concode_elem_sep Map<Protocol,Integer> _ports concode_elem_sep Mode _mode concode_field_sep Optional<Integer> maybeHttpsPort concode_elem_sep Optional<Integer> maybeHttpPort concode_elem_...
int function ( ) { if ( server . httpPort ( ) . isDefined ( ) ) { return ( Integer ) server . httpPort ( ) . get ( ) ; } else { throw new IllegalStateException ( "srini_string" ) ; new Server . Builder ( ) . http ( num > "srini_string" ) ; } }
15,871
gets the value of the nameac property . concode_field_sep String nameAc concode_elem_sep String name concode_elem_sep List<Attribute> attribute concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep List<Attribute> getAttribute concode_elem_sep String getName conc...
String function ( ) { return nameAc ; }
15,872
sets whether operations on the imageentity succeeded or failed . concode_field_sep boolean mSucceeded concode_elem_sep Image mImage concode_elem_sep URL mSourceUrl concode_elem_sep String mFilterName concode_field_sep String getFilterName concode_elem_sep String getFormatName concode_elem_sep void setFilterName concode...
void function ( boolean arg0 ) { mSucceeded = arg0 ; }
15,873
returns a string representation of this insets object . this method is intended to be used only for debugging purposes , and the content and format of the returned string may vary between implementations . the returned string may be empty but may not be null . concode_field_sep int top concode_elem_sep int left concode...
String function ( ) { return getClass ( ) . getName ( ) + "srini_string" + top + "srini_string" + left + "srini_string" + bottom + "srini_string" + right + "srini_string" ; }
15,874
returns the prime . concode_field_sep BigInteger prime concode_elem_sep BigInteger primeExponent concode_elem_sep BigInteger crtCoefficient concode_field_sep BigInteger getCrtCoefficient concode_elem_sep BigInteger getExponent
BigInteger function ( ) { return this . prime ; }
15,875
sets the event of this d l sync event . concode_field_sep DLSyncEvent _dlSyncEvent concode_field_sep java.lang.String getEvent concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes ...
void function ( java . lang . String arg0 ) { _dlSyncEvent . setEvent ( arg0 ) ; }
15,876
by default , do n't provide any copy override behaviour . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName concode_elem_sep OverrideCopyOperation getOverride...
boolean function ( Collection arg0 , Map arg1 ) { return false ; }
15,877
delete the named file concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_elem_sep FileAccessRes fileAccessRes concode_field_sep FileAccess getFileAccess conco...
boolean function ( String arg0 ) { return ( new File ( arg0 ) ) . delete ( ) ; }
15,878
returns the length of the tuple concode_field_sep List<String> tuple concode_field_sep boolean add concode_elem_sep void readFields concode_elem_sep List<String> getEntries concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String stringAt concode_elem_sep String toString concode_elem_sep in...
int function ( ) { return this . tuple . size ( ) ; }
15,879
construct a list of parameters from name , value , name , value ... concode_field_sep String FORM_ENCODED concode_elem_sep String ENCODING concode_elem_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep String addParameters concode_elem_sep Str...
List < Parameter > function ( String ... arg0 ) { List < Parameter > loc0 = new ArrayList < Parameter > ( arg0 . length / 2 ) ; for ( int loc1 = 0 ; loc1 + 1 < arg0 . length ; loc1 += 2 ) { loc0 . add ( new Parameter ( arg0 [ loc1 ] , arg0 [ loc1 + 1 ] ) ) ; } return loc0 ; }
15,880
return the local name concode_field_sep String localName concode_elem_sep int nodetype concode_elem_sep String namespace concode_elem_sep int hash concode_field_sep void redefine concode_elem_sep void redefine concode_elem_sep String getNamespace concode_elem_sep int hashCode concode_elem_sep boolean equals concode_ele...
String function ( ) { return localName ; }
15,881
returns the collection of sessions ordered from oldest to newest concode_field_sep int OPEN_SSL concode_elem_sep Map<ByteArray,SSLSession> sessions concode_elem_sep int sslCtxNativePointer concode_elem_sep int maximumSize concode_elem_sep int timeout concode_field_sep void trimToSize concode_elem_sep void log concode_e...
Iterator < SSLSession > function ( ) { synchronized ( sessions ) { SSLSession [ ] loc0 = sessions . values ( ) . toArray ( new SSLSession [ sessions . size ( ) ] ) ; return Arrays . asList ( loc0 ) . iterator ( ) ; } }
15,882
set the y-coordinate for the item 's location . concode_field_sep LegendItem item concode_elem_sep Point2D labelPosition concode_elem_sep Shape marker concode_elem_sep Line2D line concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y concode_elem_sep double height concode_field_sep void setX...
void function ( double arg0 ) { this . y = arg0 ; }
15,883
return the number of elements shared by two column index arrays . this method silently assumes that each element index is only listed once in each index array . otherwise the returned number will not represent the number of unique indexes shared by both index array . concode_field_sep PlaceHolder placeHolder concode_fi...
int function ( int [ ] arg0 , int [ ] arg1 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { for ( int loc2 = 0 ; loc2 < arg1 . length ; loc2 ++ ) { if ( arg0 [ loc1 ] == arg1 [ loc2 ] ) { loc0 ++ ; } } } return loc0 ; }
15,884
returns the current chart range . concode_field_sep AbstractChart mChart concode_elem_sep XYMultipleSeriesRenderer mRenderer concode_field_sep void setXRange concode_elem_sep void checkRange concode_elem_sep void setYRange
double [ ] function ( int arg0 ) { double loc0 = mRenderer . getXAxisMin ( arg0 ) ; double loc1 = mRenderer . getXAxisMax ( arg0 ) ; double loc2 = mRenderer . getYAxisMin ( arg0 ) ; double loc3 = mRenderer . getYAxisMax ( arg0 ) ; return new double [ ] { loc0 , loc1 , loc2 , loc3 } ; }
15,885
make a random string - prevents replay attack concode_field_sep String oauth_signature concode_elem_sep int OBTAIN_USER_AUTHORIZATION concode_elem_sep int resultOfRequest concode_elem_sep int requesting concode_elem_sep boolean debug concode_elem_sep String oauth_consumer_key concode_elem_sep int SUCCESS concode_elem_s...
String function ( ) { int loc0 = 30 ; String loc1 = "srini_string" ; String loc2 = "srini_string" ; for ( int loc3 = 0 ; loc3 < loc0 ; loc3 ++ ) { int loc4 = ( int ) Math . floor ( Math . random ( ) * loc1 . length ( ) ) ; loc2 += loc1 . substring ( loc4 , loc4 + 1 ) ; } return loc2 ; }
15,886
return the der encoding of this attribute set , tagged with dervalue.tag _ setof . concode_field_sep boolean ignoreUnsupportedAttributes concode_elem_sep byte[] derEncoding concode_elem_sep Hashtable<ObjectIdentifier,PKCS9Attribute> attributes concode_elem_sep Hashtable<ObjectIdentifier,ObjectIdentifier> permittedAttri...
byte [ ] function ( ) { return derEncoding . clone ( ) ; }
15,887
gets institution entity . concode_field_sep String owningInstitutionItemId concode_elem_sep String lastUpdatedBy concode_elem_sep Integer collectionGroupId concode_elem_sep List<BibliographicEntity> bibliographicEntities concode_elem_sep String callNumberType concode_elem_sep String customerCode concode_elem_sep Intege...
InstitutionEntity function ( ) { return institutionEntity ; }
15,888
adds a new matched tile to this set . concode_field_sep TreeSet matchedTiles concode_elem_sep int ORDER_BY_A concode_elem_sep int ORDER_BY_B concode_elem_sep int ORDER_BY_LENGTH concode_elem_sep int currentOrder concode_field_sep int compare concode_elem_sep int compare concode_elem_sep int compare concode_elem_sep voi...
void function ( MatchedTile arg0 ) { matchedTiles . add ( arg0 ) ; }
15,889
sets whether thrown exceptions should be traced concode_field_sep boolean enabled concode_elem_sep TraceFormatter formatter concode_elem_sep Predicate traceFilter concode_elem_sep CamelLogProcessor logger concode_elem_sep boolean logStackTrace concode_elem_sep Endpoint destination concode_elem_sep String JPA_TRACE_EVEN...
void function ( boolean arg0 ) { this . traceExceptions = arg0 ; }
15,890
gets the value of the adexclusionruleactiontype property . concode_field_sep String adExclusionRuleActionType concode_field_sep void setAdExclusionRuleActionType
String function ( ) { return adExclusionRuleActionType ; }
15,891
returns the red value for this color . concode_field_sep int value concode_elem_sep int BRIGHT_STEP concode_elem_sep Color white concode_elem_sep Color yellow concode_elem_sep Color lightGray concode_elem_sep Color green concode_elem_sep Color pink concode_elem_sep Color black concode_elem_sep Color red concode_elem_se...
int function ( ) { int loc0 = ( value & redmask ) >> 16 ; return ( loc0 ) ; }
15,892
set the value of the tooltip property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep ...
void function ( String arg0 ) { this . tooltip = arg0 ; }
15,893
return the specified attribute value , converted to a string . concode_field_sep String MAXIMUM_MESSAGE_ID concode_elem_sep String VALIDATOR_ID concode_elem_sep String MINIMUM_MESSAGE_ID concode_elem_sep boolean initialState concode_elem_sep Integer maximum concode_elem_sep Integer minimum concode_elem_sep boolean tran...
String function ( Object arg0 ) { if ( arg0 == null ) { return ( null ) ; } else if ( arg0 instanceof String ) { return ( ( String ) arg0 ) ; } else { return ( arg0 . toString ( ) ) ; } }
15,894
closes all given closeables . concode_field_sep String UTF_8 concode_elem_sep Charset CHARSET_UTF_8 concode_field_sep void closeWhileHandlingException concode_elem_sep void closeWhileHandlingException concode_elem_sep void fsync concode_elem_sep Reader getDecodingReader concode_elem_sep Reader getDecodingReader concode...
void function ( Iterable < ? extends Closeable > arg0 ) { Throwable loc0 = null ; for ( Closeable loc1 : arg0 ) { try { if ( loc1 != null ) { loc1 . close ( ) ; } } catch ( Throwable loc2 ) { addSuppressed ( loc0 , loc2 ) ; if ( loc0 == null ) { loc0 = loc2 ; } } } reThrow ( loc0 ) ; }
15,895
instructs the webview to cancel the authentication request . concode_field_sep HttpAuthHandler handler concode_field_sep void proceed
void function ( ) { this . handler . cancel ( ) ; }
15,896
waits for the event to be posted . if the event has already been posted , then the operation returns immediately . concode_field_sep boolean posted concode_field_sep boolean isPosted concode_elem_sep void post concode_elem_sep void clear concode_elem_sep void waitTimeoutEvent
void function ( ) { if ( ! posted ) wait ( ) ; }
15,897
gettery na prihlasovaci udaje concode_field_sep boolean logged concode_elem_sep String username concode_elem_sep String name concode_elem_sep Auth instance concode_elem_sep String surname concode_field_sep void logout concode_elem_sep String getName concode_elem_sep boolean is_logged concode_elem_sep Auth getInstance c...
String function ( ) { return username ; }
15,898
store the managed bean inside the session scope . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute conco...
void function ( String arg0 , Object arg1 ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getSessionMap ( ) . put ( arg0 , arg1 ) ; }
15,899
must be implemented by custom initializers . concode_field_sep RepositoryInitializationHandler next concode_elem_sep RepositoryInitializationHandler instance concode_elem_sep RepositoryInitializationHandler previous concode_field_sep RepositoryInitializationHandler getPrevious concode_elem_sep void uninstall concode_el...
void function ( CoreSession arg0 ) { synchronized ( RepositoryInitializationHandler . class ) { if ( previous != null ) { previous . initializeRepository ( arg0 ) ; } doInitializeRepository ( arg0 ) ; } }