code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
Object function ( ) { while ( true ) { Thread loc0 = threadVar . get ( ) ; if ( loc0 == null ) { return getValue ( ) ; } try { loc0 . join ( ) ; } catch ( InterruptedException loc1 ) { Thread . currentThread ( ) . interrupt ( ) ; return null ; } } } | return the value created by the construct method . returns null if either the constructing thread or the current thread was interrupted before a value was produced . concode_field_sep Thread thread concode_elem_sep Integer threadPriority concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_s... |
KeyPair function ( String arg0 ) { setKeyMaterial ( arg0 ) ; return this ; } | an unencrypted pem encoded rsa private key . concode_field_sep String keyMaterial concode_elem_sep String keyFingerprint concode_elem_sep String keyName concode_field_sep KeyPair withKeyName concode_elem_sep String getKeyFingerprint concode_elem_sep void setKeyMaterial concode_elem_sep int hashCode concode_elem_sep voi... |
void function ( HalfEdge arg0 ) { sym = arg0 ; } | sets the sym edge . concode_field_sep HalfEdge next concode_elem_sep Coordinate orig concode_elem_sep HalfEdge sym concode_field_sep HalfEdge next concode_elem_sep HalfEdge init concode_elem_sep void init concode_elem_sep HalfEdge oNext concode_elem_sep HalfEdge sym concode_elem_sep double deltaX concode_elem_sep HalfE... |
boolean function ( int arg0 ) { return searchResultCache . get ( arg0 ) != null ; } | check the page index to see if there is a search result . concode_field_sep HashMap<Integer,WeakReference<PageText>> searchResultCache concode_elem_sep ArrayList<SearchTerm> searchTerms concode_field_sep void addPageSearchHit concode_elem_sep Set<Integer> getPageSearchHits concode_elem_sep void removeSearchTerm concode... |
void function ( String arg0 , String arg1 ) { eventProperties . put ( arg0 , arg1 ) ; } | add dynamic property to eventpublisher bean concode_field_sep String eventName concode_elem_sep Properties eventProperties concode_field_sep Properties getEventProperties concode_elem_sep String getEventName |
boolean function ( SQLiteDatabase arg0 , String arg1 , String arg2 ) { ContentValues loc0 = new ContentValues ( ) ; loc0 . put ( KEY_COLUMN , arg1 ) ; loc0 . put ( VALUE_COLUMN , arg2 ) ; long loc1 = arg0 . insertWithOnConflict ( TABLE_CATALYST , null , loc0 , SQLiteDatabase . CONFLICT_REPLACE ) ; return ( - 1 != loc1 ... | sets the value for the key given , returns true if successful , false otherwise . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] buildKeySelectionArgs concode_elem_sep void deepMergeInto concode_elem_sep String buildKeySelection concode_elem_sep String getItemImpl concode_elem_sep boolean mergeImp... |
Double function ( ) { return this . average ; } | the average of metric values that correspond to the datapoint . concode_field_sep Double sampleCount concode_elem_sep Double average concode_elem_sep String unit concode_elem_sep Double maximum concode_elem_sep Double sum concode_elem_sep Double minimum concode_elem_sep java.util.Date timestamp concode_field_sep void s... |
void function ( AWSCredentialsProvider arg0 ) { this . credentialsProvider = arg0 ; } | sets the credentials provider used for fetching the credentials . the credentials fetched is used for signing the request . if there is no credential provider , then the runtime will not attempt to sign or resign on retries requests . concode_field_sep List<RequestHandler2> requestHandler2s concode_elem_sep String cont... |
void function ( String arg0 ) { this . status = arg0 ; } | sets the value of the status property . concode_field_sep List<ABCOrder.OrderItems.Item> item concode_elem_sep short quantity concode_elem_sep float price concode_elem_sep String customerNum concode_elem_sep ABCOrder.Header header concode_elem_sep String orderNum concode_elem_sep String id concode_elem_sep ABCOrder.Ord... |
boolean function ( ) { return componentIDs . containsAll ( dependencies ) ; } | method for checking if du is self-sufficient . concode_field_sep boolean isInstalled concode_elem_sep Logger logger concode_elem_sep String diShortName concode_elem_sep Collection<ManagementAction> installActions concode_elem_sep Collection<ManagementAction> uninstallActions concode_elem_sep Collection<String> componen... |
Map < IRoleManager . Option , Object > function ( ) { return options ; } | return a map of all the options which have been set concode_field_sep Map<IRoleManager.Option,Object> options concode_field_sep Optional<Boolean> getLogin concode_elem_sep void setOption concode_elem_sep Optional<String> getPassword concode_elem_sep Optional<Boolean> getSuperuser concode_elem_sep boolean isEmpty concod... |
Object function ( ) { return login ; } | gets login . concode_field_sep Object password concode_elem_sep Object userObj concode_elem_sep long serialVersionUID concode_elem_sep Object login concode_field_sep void setPassword concode_elem_sep Object getUserObject concode_elem_sep void writeExternal concode_elem_sep Object getPassword concode_elem_sep void setLo... |
Triple < X , Y , Z > function ( X arg0 , Y arg1 , Z arg2 ) { return new Triple < > ( arg0 , arg1 , arg2 ) ; } | returns a triple constructed from x , y , and z. convenience method ; the compiler will disambiguate the classes used for you so that you do n't have to write out potentially long class names . concode_field_sep T3 third concode_elem_sep long serialVersionUID concode_elem_sep T1 first concode_elem_sep T2 second concode... |
void function ( TimedElement arg0 , float arg1 ) { } | invoked to indicate that a timed element has become inactive and is not filling . concode_field_sep PlaceHolder placeHolder concode_field_sep void intervalRemoved concode_elem_sep void elementRepeated concode_elem_sep void elementAdded concode_elem_sep void intervalCreated concode_elem_sep void intervalBegan concode_el... |
DateTimeDomainType . Bounds . Minimum function ( ) { return minimum ; } | gets the value of the minimum property . concode_field_sep au.org.ecoinformatics.eml.jaxb.eml.ViewType.References references concode_elem_sep List<DateTimeDomainType.Bounds> bounds concode_elem_sep DateTimeDomainType.Bounds.Maximum maximum concode_elem_sep boolean exclusive concode_elem_sep List<String> id concode_elem... |
String function ( ) { return _operation ; } | gets the _ operation . concode_field_sep String _operation concode_elem_sep String _postBody concode_elem_sep SyncObject _object concode_field_sep void set_operation concode_elem_sep void set_postBody concode_elem_sep void filterAttrib concode_elem_sep String setSyncPostBody concode_elem_sep String get_postBody concode... |
String function ( ) { if ( minVer == null ) { return "srini_string" ; } else { return minVer ; } } | gets the value of the minver property . concode_field_sep CTOfficeArtExtensionList extLst concode_elem_sep String minVer concode_elem_sep CTCTCategories catLst concode_elem_sep List<CTCTName> title concode_elem_sep Integer resId concode_elem_sep String uniqueId concode_elem_sep List<CTCTDescription> desc concode_field_... |
ArrayList function ( ) { return componentList ; } | get the list of form elements to use for iteration . concode_field_sep LinkedFormElement zip concode_elem_sep FormElement firstName concode_elem_sep FormElement lastName concode_elem_sep SubmitButton submit concode_elem_sep LinkedFormElement city concode_elem_sep ArrayList componentList concode_elem_sep LinkedFormEleme... |
void function ( Op arg0 , int arg1 , int arg2 ) { if ( visitor != null ) { visitor . visitStmt2R ( arg0 , arg1 , arg2 ) ; } } | op_move a = a x b op_array_length a = xb x_to_y concode_field_sep DexCodeVisitor visitor concode_field_sep void visitJumpStmt concode_elem_sep void visitFieldStmt concode_elem_sep void visitEnd concode_elem_sep void visitLabel concode_elem_sep void visitTypeStmt concode_elem_sep void visitFillArrayDataStmt concode_elem... |
boolean function ( ) { return false ; } | returns true if this windowfn never needs to merge any windows . concode_field_sep long serialVersionUID concode_field_sep Coder<W> windowCoder concode_elem_sep boolean assignsToSingleWindow concode_elem_sep void mergeWindows concode_elem_sep Collection<W> assignWindows concode_elem_sep void merge concode_elem_sep Inst... |
int function ( ) { return turno ; } | devuelve el numero del jugador al que le toca mover concode_field_sep int estado concode_elem_sep int EN_CURSO concode_elem_sep int numJugadas concode_elem_sep int numJugadores concode_elem_sep int ganador concode_elem_sep int TABLAS concode_elem_sep int turno concode_elem_sep Movimiento ultimoMovimiento concode_elem_s... |
Trigger function ( ) { beforeOrAfter = AFTER ; return this ; } | specifies after eventname concode_field_sep boolean temporary concode_elem_sep String beforeOrAfter concode_elem_sep String BEFORE concode_elem_sep String triggerName concode_elem_sep String AFTER concode_elem_sep String INSTEAD_OF concode_field_sep Trigger temporary concode_elem_sep String getName concode_elem_sep Tri... |
byte [ ] function ( ) { return encryptedVerifierHashValue ; } | gets the value of the encryptedverifierhashvalue property . concode_field_sep byte[] encryptedVerifierHashInput concode_elem_sep STCipherChaining cipherChaining concode_elem_sep long spinCount concode_elem_sep String cipherAlgorithm concode_elem_sep byte[] saltValue concode_elem_sep long keyBits concode_elem_sep byte[]... |
ResponseEntity < String > function ( @ RequestParam ( value = "srini_string" ) String arg0 ) { return userService . activateRegistration ( arg0 ) . map ( user -> new ResponseEntity < String > ( HttpStatus . OK ) ) . orElse ( new ResponseEntity < > ( HttpStatus . INTERNAL_SERVER_ERROR ) ) ; } | get / activate : activate the registered user . concode_field_sep Logger log concode_elem_sep UserRepository userRepository concode_elem_sep PersistentTokenRepository persistentTokenRepository concode_elem_sep MailService mailService concode_elem_sep UserService userService concode_field_sep ResponseEntity<String> fini... |
void function ( Configuration arg0 , String arg1 ) { config = arg0 ; runPass ( arg1 ) ; try { arg0 . validate ( ) ; } catch ( AutomatonValidationException loc0 ) { throw new AutomatonExportException ( "srini_string" + this . getClass ( ) . getName ( ) , loc0 ) ; } } | run the pass on the given configuration , modifying it in place . this does not check preconditions , but does validate the model afterwards . concode_field_sep Preconditions preconditions concode_elem_sep Configuration config concode_field_sep void runTransformationPass concode_elem_sep String getName concode_elem_sep... |
boolean function ( ) { return this . leaf ; } | return false if the tree node is a folder.by default all tree nodes are folders . 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 Defaul... |
String function ( ) { return certificate ; } | getter for certificate concode_field_sep String password concode_elem_sep String signature concode_elem_sep String certificate concode_elem_sep APIAuthenticationType type concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep boolean isWhitespaceNode concode_elem_sep String getPassword con... |
ValueObject function ( @ Nullable ValueObject arg0 , @ Nullable Bundle arg1 ) { if ( once ) { return filterValue ( arg0 , arg1 ) ; } if ( ( arg0 != null ) && ( arg0 . getObjectType ( ) == ValueObject . TYPE . ARRAY ) ) { return filterArray ( arg0 , arg1 ) ; } return filterValue ( arg0 , arg1 ) ; } | helper method for #filter valueobject and abstractvaluefiltercontextual #filter valueobject , bundle that determines if array handling is necessary . concode_field_sep boolean once concode_field_sep ValueObject filter concode_elem_sep ValueObject filter concode_elem_sep boolean getOnce concode_elem_sep ValueObject filt... |
void function ( final org . opennms . web . rest . MultivaluedMapImpl arg0 , final Object arg1 ) { RestUtils . setBeanProperties ( arg1 , arg0 ) ; } | setproperties concode_field_sep Lock m_writeLock concode_elem_sep int DEFAULT_LIMIT concode_elem_sep ReentrantReadWriteLock m_globalLock concode_elem_sep Lock m_readLock concode_field_sep void applyQueryFilters concode_elem_sep void writeLock concode_elem_sep WebApplicationException getException concode_elem_sep WebApp... |
ResourceType function ( ) { return templateRef ; } | gets the value of the templateref property . concode_field_sep JspxPages jspxPages concode_elem_sep ResourceType templateRef concode_elem_sep Beans beans concode_field_sep void setBeans concode_elem_sep void setTemplateRef concode_elem_sep JspxPages getJspxPages concode_elem_sep void setJspxPages concode_elem_sep Beans... |
int function ( ) { long loc0 = JavaUtils . timeStringAsSec ( conf . get ( "srini_string" , "srini_string" ) ) ; long loc1 = JavaUtils . timeStringAsSec ( conf . get ( "srini_string" , loc0 + "srini_string" ) ) * 1000 ; return ( int ) loc1 ; } | connect timeout in milliseconds . default 120 secs . concode_field_sep ConfigProvider conf concode_field_sep int ioRetryWaitTimeMs concode_elem_sep String ioMode concode_elem_sep int serverThreads concode_elem_sep int receiveBuf concode_elem_sep int sendBuf concode_elem_sep int numConnectionsPerPeer concode_elem_sep in... |
void function ( final ServerSwitchEvent arg0 ) { ProxyServer . getInstance ( ) . getScheduler ( ) . runAsync ( Main . getInstance ( ) , new Runnable ( ) { @ Override public void run ( ) { moveParty ( arg0 ) ; } } ) ; } | will be executed if a player switches the server concode_field_sep List<String> notJoinServers concode_field_sep void moveParty |
Set < SortOption > function ( ) { if ( SortOption . sortOptionsSet == null ) { throw new SortException ( "srini_string" ) ; } return SortOption . sortOptionsSet ; } | return all the configured sort options . concode_field_sep int number concode_elem_sep String metadata concode_elem_sep Set<SortOption> sortOptionsSet concode_elem_sep boolean visible concode_elem_sep String ASCENDING concode_elem_sep String name concode_elem_sep String DESCENDING concode_elem_sep Logger log concode_el... |
List < String > function ( PhoneNumber arg0 ) { long loc0 = Long . parseLong ( arg0 . getCountryCode ( ) + PhoneNumberUtil . getInstance ( ) . getNationalSignificantNumber ( arg0 ) ) ; return lookupTimeZonesForNumber ( loc0 ) ; } | as per #lookuptimezonesfornumber long , but receives the number as a phonenumber instead of a long . concode_field_sep PhonePrefixMap phonePrefixMap concode_elem_sep String RAW_STRING_TIMEZONES_SEPARATOR concode_field_sep void writeExternal concode_elem_sep List<String> tokenizeRawOutputString concode_elem_sep void rea... |
java . util . List < String > function ( ) { if ( permittedFileTypes == null ) { permittedFileTypes = new com . amazonaws . internal . SdkInternalList < String > ( ) ; } return permittedFileTypes ; } | the permitted file types allowed for a solution stack . concode_field_sep String solutionStackName concode_elem_sep com.amazonaws.internal.SdkInternalList<String> permittedFileTypes concode_field_sep SolutionStackDescription withSolutionStackName concode_elem_sep void setPermittedFileTypes concode_elem_sep String getSo... |
void function ( boolean arg0 ) { this . expanded = arg0 ; } | sets the value of the expanded property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded con... |
String function ( ) { return word ; } | document me ! concode_field_sep List<String> otherPrimitives concode_elem_sep Map<String,List<String>> relationalPrimitives concode_elem_sep Map<String,List<String>> relationSimbolPrimitives concode_elem_sep String firstPrimitive concode_elem_sep String type concode_elem_sep String word concode_elem_sep List<String> st... |
String function ( ) { return "srini_string" + "srini_string" + this . capabilities + "srini_string" ; } | renders a description suitable for debugging . concode_field_sep Set<String> capabilities concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Set<String> getCapabilities |
int function ( Object arg0 ) { IWorkingSet loc0 = getType ( arg0 , IWorkingSet . class ) ; if ( loc0 != null ) { return WORKING_SET ; } return UNSUPPORTED ; } | checks which type the given element belongs to . concode_field_sep int PROJECT_WITHOUT_NATURE concode_elem_sep int POM_FILE concode_elem_sep int WORKING_SET concode_elem_sep int PROJECT_WITH_NATURE concode_elem_sep int UNSUPPORTED concode_elem_sep int JAR_FILE concode_field_sep IPath getSelectedLocation concode_elem_se... |
Double function ( int arg0 ) { return Double . valueOf ( arg0 ) ; } | returns the string at the given index position converted as an double . concode_field_sep String[] entries concode_field_sep String s concode_elem_sep double d concode_elem_sep int size concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int i concode_elem_sep Integer I concode_elem_sep Strin... |
AttachedImageDataType function ( ) { return imageData ; } | gets the value of the imagedata property . concode_field_sep AttachedImageURLType imageURI concode_elem_sep AttachedImageDataType imageData concode_elem_sep AttachedFileDataType fileData concode_elem_sep AttachedFileURLType fileURI concode_elem_sep String attachedID concode_field_sep void setImageData concode_elem_sep ... |
void function ( int arg0 ) { if ( myHost != null && arg0 != previousProgress ) { myHost . updateProgress ( arg0 ) ; } previousProgress = arg0 ; } | used to communicate a progress update between a plugin tool and the main whitebox user interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amI... |
void function ( MetadataExtractor < ImagePlane > arg0 ) { planeExtractors . add ( new ExtractorFilterPair < ImagePlane > ( arg0 , null , ImagePlane . class ) ) ; } | add an unconditional extractor that takes an imageplane concode_field_sep Filter<ImageFile> filter concode_elem_sep List<ExtractorFilterPair<ImageSeries>> seriesExtractors concode_elem_sep Logger logger concode_elem_sep List<ExtractorFilterPair<ImagePlaneDetails>> planeDetailsExtractors concode_elem_sep Class<T> klass ... |
String function ( ) { return type ; } | returns the type of this packet . this method can not return null concode_field_sep int sequence concode_elem_sep int currentSequence concode_elem_sep String type concode_field_sep Map toJSON concode_elem_sep String toString concode_elem_sep int nextSequence concode_elem_sep int getSequence |
void function ( URL arg0 ) { openURL ( arg0 . toString ( ) ) ; } | opens a specified url with the browser . concode_field_sep Logger logger concode_elem_sep String ERROR_MESSAGE concode_field_sep placeholderType placeHolder |
long function ( byte [ ] arg0 , int arg1 , int arg2 ) { long loc0 = 0 ; for ( int loc1 = arg2 - 1 ; loc1 >= 0 ; loc1 -- ) { loc0 = loc0 << 8 ; loc0 += 0xff & ( ( long ) arg0 [ arg1 + loc1 ] ) ; } return loc0 ; } | utility to build a long from values in an array of bytes in littleendian order concode_field_sep PlaceHolder placeHolder concode_field_sep int intFromByteArray concode_elem_sep int intFromBigEndainByteArray concode_elem_sep int intFromSyncSafeByteArray concode_elem_sep long longFromBigEndainArray concode_elem_sep boole... |
void function ( String arg0 , int arg1 , int arg2 , String arg3 ) { if ( trace . isDebugEnabled ( ) ) { trace . debugCode ( arg0 + "srini_string" + PREFIX [ arg1 ] + arg2 + "srini_string" + getTraceObjectName ( ) + "srini_string" + arg3 + "srini_string" ) ; } } | write trace information as an assignment in the form classname prefixid = objectname.value . concode_field_sep int XID concode_elem_sep int XA_DATA_SOURCE concode_elem_sep int PREPARED_STATEMENT concode_elem_sep int SAVEPOINT concode_elem_sep int CLOB concode_elem_sep int DATA_SOURCE concode_elem_sep int BLOB concode_e... |
void function ( final EvolutionState arg0 , final DataInput arg1 ) { arg0 . output . fatal ( "srini_string" + this . getClass ( ) ) ; } | reads the binary form of an individual from a datainput . this is not for serialization : the object should only read in the data written out via printindividual state , datainput . the default version exits the program with an `` unimplemented '' error ; you should override this . concode_field_sep String P_FITNESS co... |
boolean function ( ) { if ( response == null ) return false ; else return response . equals ( getResponse ( ) ) ; } | whether the digest-response in the ` response ' parameter in correct . concode_field_sep String opaque concode_elem_sep String method concode_elem_sep String body concode_elem_sep String nonce concode_elem_sep String uri concode_elem_sep String qop concode_elem_sep String passwd concode_elem_sep String nc concode_elem_... |
org . icepdf . core . pobjects . actions . Action function ( Library arg0 , String arg1 ) { URIAction loc0 = ( URIAction ) ActionFactory . buildAction ( arg0 , ActionFactory . URI_ACTION ) ; loc0 . setURI ( arg1 ) ; return loc0 ; } | utility for creation a uri action concode_field_sep PlaceHolder placeHolder concode_field_sep org.icepdf.core.pobjects.actions.Action createGoToAction concode_elem_sep void main |
void function ( File arg0 , Walker arg1 ) { OutputStream loc0 = new FileOutputStream ( arg0 ) ; emit ( loc0 , arg1 ) ; loc0 . close ( ) ; } | emit a graph to a file in graphviz format using this writer . concode_field_sep GraphStyle style concode_field_sep placeholderType placeHolder |
int function ( int arg0 , int arg1 ) { return ( ( arg1 - arg0 + 1 ) * ( arg0 + arg1 ) ) >>> 1 ; } | summarize all numbers from start to end concode_field_sep PlaceHolder placeHolder concode_field_sep LongSequence collatz |
void function ( CreativeSet arg0 ) { this . rval = arg0 ; } | sets the value of the rval property . concode_field_sep CreativeSet rval concode_field_sep CreativeSet getRval |
void function ( ) { } | acquire one permit from the semaphore in a manner that can not be interrupted . concode_field_sep PlaceHolder placeHolder concode_field_sep void release concode_elem_sep void acquire |
boolean function ( ) { return grabPixels ( 0 ) ; } | grab the pixels . concode_field_sep ColorModel model concode_elem_sep int scansize concode_elem_sep int offset concode_elem_sep boolean grabbing concode_elem_sep byte pixel_bufferb[] concode_elem_sep ImageProducer ip concode_elem_sep int x concode_elem_sep int width concode_elem_sep int y concode_elem_sep int pixel_buf... |
void function ( K arg0 , V arg1 ) { if ( mapNew . containsKey ( arg0 ) ) { mapNew . put ( arg0 , arg1 ) ; } else { if ( mapOld . containsKey ( arg0 ) ) mapOld . remove ( arg0 ) ; insertNew ( arg0 , arg1 ) ; } } | insert a value in the map , replacing any old value with the same key . concode_field_sep WeakHashMap<K,V> mapOld concode_elem_sep int move concode_elem_sep EcoDb instance concode_elem_sep String var concode_elem_sep String[] strPool concode_elem_sep int distToEcoTree concode_elem_sep int maxSize concode_elem_sep int n... |
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } | get custom deserializer concode_field_sep int codigo concode_elem_sep java.lang.String mensagem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String descricao concode_field_sep java.lang.St... |
String function ( ) { return firstName ; } | getter for the first name of the profile . concode_field_sep String MIDDLE_NAME_KEY concode_elem_sep String lastName concode_elem_sep String NAME_KEY concode_elem_sep Parcelable.Creator<Profile> CREATOR concode_elem_sep String FIRST_NAME_KEY concode_elem_sep String firstName concode_elem_sep String ID_KEY concode_elem_... |
String function ( ) { return address ; } | gets the address concode_field_sep java.util.Date date concode_elem_sep Top other concode_elem_sep String address concode_elem_sep Top top concode_elem_sep String name concode_elem_sep int count concode_elem_sep long id concode_field_sep void setName concode_elem_sep void setOther concode_elem_sep void init concode_ele... |
IMatrix < Boolean > function ( ) { SparseBooleanMatrixBinarySearch loc0 = new SparseBooleanMatrixBinarySearch ( ) ; for ( int loc1 = 0 ; loc1 < row_list . size ( ) ; loc1 ++ ) for ( int loc2 : get ( loc1 ) ) loc0 . set ( loc2 , loc1 , true ) ; return loc0 ; } | get the transpose of the matrix , i.e. a matrix where rows and columns are interchanged . concode_field_sep List<IntList> row_list concode_field_sep int numberOfEntries concode_elem_sep List<Pair<Integer,int[]>> getNonEmptyRows concode_elem_sep void set concode_elem_sep void grow concode_elem_sep IntList getEntriesByCo... |
void function ( Calendar arg0 ) { this . spring = arg0 ; } | sets the date of the beginning of spring . concode_field_sep Calendar spring concode_elem_sep SeasonName name concode_elem_sep Calendar winter concode_elem_sep Calendar autumn concode_elem_sep Calendar summer concode_field_sep void setName concode_elem_sep void setAutumn concode_elem_sep Calendar getNextSeason concode_... |
RectangleRDD function ( RectangleRDD arg0 , Envelope arg1 , Integer arg2 ) { JavaRDD < Envelope > loc0 = arg0 . getRawRectangleRDD ( ) . filter ( new RectangleRangeFilter ( arg1 , arg2 ) ) ; return new RectangleRDD ( loc0 ) ; } | spatial range query on top of rectanglerdd concode_field_sep PlaceHolder placeHolder concode_field_sep PointRDD SpatialRangeQueryUsingIndex concode_elem_sep PolygonRDD SpatialRangeQueryUsingIndex concode_elem_sep RectangleRDD SpatialRangeQueryUsingIndex |
void function ( Class arg0 , List < String > arg1 ) { includes . put ( arg0 , arg1 ) ; } | set to include properties for the given type concode_field_sep String encoding concode_elem_sep Map<Class,List<String>> excludes concode_elem_sep String contentType concode_elem_sep Map<Class,List<String>> includes concode_field_sep BeanWrapper createBeanWrapper concode_elem_sep void setEncoding concode_elem_sep void s... |
void function ( IExtensionRegistry arg0 ) { IExtensionPoint loc0 = arg0 . getExtensionPoint ( namespace , extensionPointID ) ; if ( loc0 != null ) { IConfigurationElement [ ] loc1 = loc0 . getConfigurationElements ( ) ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) { internalReadElement ( loc1 [ loc2 ] , Action... | reads the given registry and call #readelement iconfigurationelement , action as the read iconfigurationelement were just added to it . concode_field_sep String extensionPointID concode_elem_sep ILog log concode_elem_sep String namespace concode_field_sep void internalReadElement concode_elem_sep boolean addedValid con... |
String function ( String arg0 ) { return ( String ) fonts . get ( arg0 . toLowerCase ( ) ) ; } | looks up a font family name and returns the platform name for the font . concode_field_sep Map fonts concode_elem_sep List awtFonts concode_elem_sep Map resolvedFontFamilies concode_elem_sep List awtFontFamilies concode_elem_sep AWTFontFamily defaultFont concode_field_sep GVTFontFamily resolve concode_elem_sep GVTFontF... |
void function ( Integer arg0 ) { this . componentToAdd = arg0 ; } | sets the component to add index . concode_field_sep SelectItem[] componentList concode_elem_sep NodeUserObject selectedNodeObject concode_elem_sep DefaultMutableTreeNode rootTreeNode concode_elem_sep DefaultTreeModel model concode_elem_sep Integer componentToAdd concode_elem_sep int labelCount concode_elem_sep String s... |
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }... | util method to write an attribute without the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.AttachInternetGatewayResponseType localAttachInternetGatewayResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep com.amazon.ec2.AttachInternetGatewayRespons... |
void function ( long arg0 ) { mDownTimeToCoalescingKey . delete ( ( int ) arg0 ) ; } | stops tracking a new coalescing key corresponding to the gesture with this down time . concode_field_sep SparseIntArray mDownTimeToCoalescingKey concode_field_sep void incrementCoalescingKey concode_elem_sep short getCoalescingKey concode_elem_sep void addCoalescingKey concode_elem_sep boolean hasCoalescingKey |
String function ( ) { return description ; } | provides the customer-specified description for this db parameter group . concode_field_sep String dBParameterGroupFamily concode_elem_sep String dBParameterGroupName concode_elem_sep String description concode_field_sep String getDBParameterGroupName concode_elem_sep void setDBParameterGroupFamily concode_elem_sep Str... |
List < ComponentReference > function ( ) { if ( componentReferences == null ) { componentReferences = new ArrayList < ComponentReference > ( ) ; } return componentReferences ; } | get a list of componentreferences that is nesting this component reference concode_field_sep String name concode_elem_sep List<ComponentReference> componentReferences concode_field_sep boolean isParentComponent concode_elem_sep String getName concode_elem_sep List<? extends Component> getComponents concode_elem_sep Str... |
void function ( Screen arg0 ) { if ( this . screen != null ) this . screen . hide ( ) ; this . screen = arg0 ; if ( this . screen != null ) { this . screen . show ( ) ; this . screen . resize ( Gdx . graphics . getWidth ( ) , Gdx . graphics . getHeight ( ) ) ; } } | sets the current screen . screen #hide is called on any old screen , and screen #show is called on the newscreen , if any . concode_field_sep Screen screen concode_field_sep void resume concode_elem_sep void resize concode_elem_sep void dispose concode_elem_sep void render concode_elem_sep void pause concode_elem_sep S... |
Writer function ( long arg0 ) { throw Util . notSupported ( ) ; } | retrieves a stream to be used to write a stream of unicode characters to the clob value that this clob object represents , at position pos . concode_field_sep ClobDataID clob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep int setString concode_elem_sep int setString concod... |
void function ( ) { this . preTick ( ) ; try { this . taskMap . values ( ) . forEach ( this :: processTask ) ; this . postTick ( ) ; } finally { this . finallyPostTick ( ) ; } } | process all tasks in the map . concode_field_sep Map<UUID,ScheduledTask> taskMap concode_elem_sep long sequenceNumber concode_elem_sep String taskNameFmt concode_field_sep Set<Task> getScheduledTasks concode_elem_sep void postTick concode_elem_sep void startTask concode_elem_sep void executeTaskRunnable concode_elem_se... |
void function ( ) { refresh ( 500 ) ; } | reload on persistence.xml file modifications concode_field_sep AgentLogger LOGGER concode_elem_sep Scheduler scheduler concode_elem_sep String ENTITY_ANNOTATION concode_elem_sep Command reloadEntityManagerFactoryCommand concode_elem_sep Command invalidateHibernateValidatorCaches concode_elem_sep boolean hibernateEjb co... |
DescendantSelector function ( Selector arg0 , SimpleSelector arg1 ) { return new CSSDescendantSelectorImpl ( arg0 , arg1 ) ; } | sac : implements selectorfactory #createdescendantselector selector , simpleselector . concode_field_sep SelectorFactory INSTANCE concode_field_sep CharacterDataSelector createTextNodeSelector concode_elem_sep SimpleSelector createRootNodeSelector concode_elem_sep DescendantSelector createChildSelector concode_elem_sep... |
String function ( ) { return "srini_string" ; } | access the display title for the item . concode_field_sep PlaceHolder placeHolder concode_field_sep String getForm concode_elem_sep boolean isEmpty concode_elem_sep MenuItem getItem concode_elem_sep String getAction concode_elem_sep String getAccessibilityLabel concode_elem_sep String getIcon concode_elem_sep boolean g... |
int function ( ) { return ( this . m_eventId ) ; } | geteventid concode_field_sep String m_txtMsg concode_elem_sep long m_timeSent concode_elem_sep int m_serviceId concode_elem_sep int m_eventId concode_elem_sep List<NoticeSentTo> m_sentTo concode_elem_sep String m_numMsg concode_elem_sep String m_interfaceID concode_elem_sep long m_timeReply concode_elem_sep String m_re... |
boolean function ( ) { return count == 0 ; } | tests if this hashtable maps no keys to values . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep Object value concode_elem_sep int hash concode_elem_sep int key concode_field_sep boolean contains con... |
R function ( Tree arg0 , P arg1 ) { return ( arg0 == null ) ? null : arg0 . accept ( this , arg1 ) ; } | scan a single node . concode_field_sep PlaceHolder placeHolder concode_field_sep R visitErroneous concode_elem_sep R visitTry concode_elem_sep R visitDoWhileLoop concode_elem_sep R visitOther concode_elem_sep R visitSwitch concode_elem_sep R visitMethodInvocation concode_elem_sep R visitAssignment concode_elem_sep R vi... |
GetAllStateInfo function ( ) { return new GetAllStateInfo ( ) ; } | create an instance of getallstateinfo concode_field_sep PlaceHolder placeHolder concode_field_sep StateInfo createStateInfo concode_elem_sep GetAllStateInfoResponse createGetAllStateInfoResponse concode_elem_sep GetStateInfo createGetStateInfo concode_elem_sep GetStateInfoResponse createGetStateInfoResponse concode_ele... |
void function ( List < RatingsStats > arg0 ) { getPersistence ( ) . cacheResult ( arg0 ) ; } | caches the ratings statses in the entity cache if it is enabled . concode_field_sep RatingsStatsPersistence _persistence concode_field_sep int countAll concode_elem_sep RatingsStats removeByC_C concode_elem_sep List<RatingsStats> findWithDynamicQuery concode_elem_sep List<RatingsStats> findWithDynamicQuery concode_elem... |
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , String . format ( arg1 , arg2 ) ) ; } | warning log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d ... |
void function ( java . util . Calendar arg0 ) { this . ccExpireDate = arg0 ; } | sets the ccexpiredate value for this jobcreditcards . concode_field_sep java.util.Calendar ccExpireDate concode_elem_sep java.lang.String internalId concode_elem_sep java.lang.String ccNumber concode_elem_sep java.lang.String debitCardIssueNo concode_elem_sep java.lang.Boolean ccDefault concode_elem_sep java.lang.Objec... |
int function ( ) { return wrap ( totalVolumesUsed ) ; } | gets the total volumes used . concode_field_sep Integer maxTotalInstances concode_elem_sep Integer serverMetaUsed concode_elem_sep Integer maxTotalRAMSize concode_elem_sep Integer maxServerGroups concode_elem_sep Integer maxTotalVolumes concode_elem_sep long serialVersionUID concode_elem_sep Integer imageMetaUsed conco... |
int function ( ) { return this . itemCount ; } | returns the item count . concode_field_sep boolean includeUpperBound concode_elem_sep double upperBound concode_elem_sep double lowerBound concode_elem_sep boolean includeLowerBound concode_elem_sep long serialVersionUID concode_elem_sep int itemCount concode_field_sep boolean accepts concode_elem_sep boolean equals co... |
Currency function ( ) { Currency loc0 = ( ! entry . getShipping ( ) . isNull ( ) ) ? entry . getShippingWithInsurance ( ) : Currency . NoValue ( ) ; return Currency . convertToUSD ( entry . getCurrentUSPrice ( ) , entry . getCurrentPrice ( ) , loc0 ) ; } | get the sortable currency usd equivalent of the shipping amount including optional insurance , or currency.novalue if none found . concode_field_sep AuctionEntry entry concode_elem_sep Map<String,Seller> sellers concode_field_sep int getSellerFeedback concode_elem_sep Currency getCurrentTotal concode_elem_sep Seller ge... |
long function ( ) { if ( running ) { return total + System . currentTimeMillis ( ) - startTime ; } else { return total ; } } | retrieves the accumulated time this object has spent running since it was last zeroed . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep long currentElapsedTime concode_elem_sep void stop concode_el... |
String function ( ) { return next ; } | link to the next subset of resources qualified . \ nempty if no more resources are to be returned . concode_field_sep String previous concode_elem_sep List<AppSummaryDTO> appSummaryList concode_elem_sep List<AppDTO> appList concode_elem_sep String next concode_elem_sep Integer count concode_field_sep String getPrevious... |
void function ( ) { assertPatternMatches ( "srini_string" , "srini_string" ) ; } | example for look-arounds with sequences concode_field_sep String scriptInput concode_field_sep void prepare concode_elem_sep void totalTest concode_elem_sep void assertPatternMatches concode_elem_sep void totalLookaheadTest concode_elem_sep void completeTest concode_elem_sep void negatedSeqTest concode_elem_sep void cu... |
com . liferay . chat . model . Status function ( long arg0 ) { return _statusLocalService . getStatus ( arg0 ) ; } | returns the status with the primary key . concode_field_sep StatusLocalService _statusLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep java... |
void function ( String arg0 ) { this . tooltip = arg0 ; } | set the value of the tooltip property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_elem_sep String b... |
String function ( String arg0 ) { return "srini_string" ; } | some text . concode_field_sep InnerClassWithAnnotations anon concode_elem_sep String fFirstName concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method6 concode_elem_sep String method6 concode_elem_sep String method6 concode_elem_sep String method concode_elem_sep String m... |
boolean function ( String arg0 ) { boolean loc0 = false ; List < String > loc1 = getIpList ( ) ; if ( loc1 != null && loc1 . size ( ) > 0 ) { loc0 = loc1 . contains ( arg0 ) ; } return loc0 ; } | this method is used to determine if the named interface is included in the passed package 's url includes . if the interface is found in any of the url files , then a value of true is returned , else a false value is returned . the file url is read and each entry in this file checked . each line in the url file can be ... |
Class < PagingQueryProvider > function ( ) { return PagingQueryProvider . class ; } | always returns pagingqueryprovider . concode_field_sep String databaseType concode_elem_sep Map<DatabaseType,AbstractSqlPagingQueryProvider> providers concode_elem_sep String whereClause concode_elem_sep String groupClause concode_elem_sep String fromClause concode_elem_sep String selectClause concode_elem_sep Map<Stri... |
boolean function ( final String arg0 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ( ) ; loc1 ++ ) { if ( arg0 . charAt ( loc1 ) == COLON_CHAR ) { loc0 ++ ; } } return loc0 <= MAX_COLON_COUNT && IPV6_HEX_COMPRESSED_PATTERN . matcher ( arg0 ) . matches ( ) ; } | checks whether the parameter is a valid compressed ipv6 address concode_field_sep Pattern IPV6_HEX_COMPRESSED_PATTERN concode_elem_sep char COLON_CHAR concode_elem_sep Pattern IPV4_MAPPED_IPV6_PATTERN concode_elem_sep String IPV4_BASIC_PATTERN_STRING concode_elem_sep Pattern IPV4_PATTERN concode_elem_sep int MAX_COLON_... |
void function ( ) { for ( int loc0 = 0 ; loc0 < deviceCount ; loc0 ++ ) { createDevice ( loc0 + 1 ) ; } } | creates simulated devices . concode_field_sep int infrastructurePorts concode_elem_sep DeviceListener deviceEventCounter concode_elem_sep int deviceCount concode_elem_sep DeviceAdminService deviceService concode_elem_sep LinkService linkService concode_elem_sep Logger log concode_elem_sep NodeId localNode concode_elem_... |
String function ( String arg0 , Object arg1 ) { char loc0 = DataTypes . getTypeId ( arg1 ) ; return arg0 + "srini_string" + loc0 + "srini_string" ; } | method description concode_field_sep Map<String,Character> typesMap concode_elem_sep Logger log concode_field_sep char decodeTypeIdFromName concode_elem_sep boolean getProperty concode_elem_sep boolean parseBool concode_elem_sep int parseSizeInt concode_elem_sep void main concode_elem_sep Object decodeValueType concode... |
int function ( ReadWritablePeriod arg0 , String arg1 , int arg2 ) { checkParser ( ) ; checkPeriod ( arg0 ) ; return getParser ( ) . parseInto ( arg0 , arg1 , arg2 , iLocale ) ; } | parses a period from the given text , at the given position , saving the result into the fields of the given readwritableperiod . if the parse succeeds , the return value is the new text position . note that the parse may succeed without fully reading the text . the parse type of the formatter is not used by this metho... |
void function ( String arg0 , String arg1 , Status arg2 ) { http . get ( arg0 , redirectRoute ( arg1 , arg2 ) ) ; } | redirects any http request of type get on ` frompath ' to ` topath ' with the provided redirect ` status ' code . concode_field_sep int intValue concode_elem_sep Routable http concode_field_sep void post concode_elem_sep void post concode_elem_sep int intValue concode_elem_sep Redirect create concode_elem_sep Route red... |
Path [ ] function ( ) { return dataWithClusterFiles ; } | the data location with the cluster name as a sub directory . concode_field_sep Path logsFile concode_elem_sep Settings settings concode_elem_sep Path homeFile concode_elem_sep Path tmpFile concode_elem_sep Path configFile concode_elem_sep Path[] repoFiles concode_elem_sep Path[] dataWithClusterFiles concode_elem_sep Pa... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.