idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
400 | make an el expression . ex . : # param concode_field_sep Logger LOG concode_field_sep Object getAttributeValue concode_elem_sep void recursiveEncodechildren concode_elem_sep String getStringsVarInPageTag concode_elem_sep Boolean getBooleanAttributeValue concode_elem_sep String getStringAttributeValue | String function ( final String arg0 ) { if ( LOG . isDebugEnabled ( ) ) { LOG . debug ( "srini_string" + arg0 + "srini_string" ) ; } return "srini_string" + arg0 + "srini_string" ; } |
401 | set this to true if this component should be enabled should be drawn , false if not . if disabled , nothing of this component will be drawn . default : true concode_field_sep float mXOffset concode_elem_sep float mYOffset concode_elem_sep Typeface mTypeface concode_elem_sep boolean mEnabled concode_elem_sep float mText... | void function ( boolean arg0 ) { mEnabled = arg0 ; } |
402 | zwarac wszystkie rekordy z tabeli attraction w bazie danych concode_field_sep Session s concode_elem_sep Users selectedUser concode_field_sep Users GetRandomUser concode_elem_sep void SetSelectedUser concode_elem_sep Date GetDateNow concode_elem_sep void SetText concode_elem_sep Users GetSelectedUserData concode_elem_s... | List function ( ) { List loc0 = s . createCriteria ( Attraction . class ) . add ( Restrictions . like ( "srini_string" , "srini_string" ) ) . list ( ) ; return loc0 ; } |
403 | is the matrix nonsingular ? concode_field_sep int pivsign concode_elem_sep double[][] LU concode_elem_sep int[] piv concode_elem_sep int m concode_elem_sep int n concode_field_sep double det concode_elem_sep int[] getPivot concode_elem_sep Matrix getL concode_elem_sep Matrix solve concode_elem_sep double[] getDoublePiv... | boolean function ( ) { for ( int loc0 = 0 ; loc0 < n ; loc0 ++ ) { if ( LU [ loc0 ] [ loc0 ] == 0 ) return false ; } return true ; } |
404 | removes all the entries added into responseparameters . < p > returns a reference to this object so that method calls can be chained together . concode_field_sep java.util.Map<String,Boolean> responseParameters concode_elem_sep java.util.Map<String,String> responseModels concode_elem_sep String statusCode concode_field... | UpdateMethodResponseResult function ( ) { this . responseParameters = null ; return this ; } |
405 | returns this hightlighter 's reconciler . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep XtextSourceViewerConfiguration fConfiguration concode_elem_sep IPreferenceStore preferenceStore concode_elem_sep XtextSourceViewer fSourceViewer concode_elem_sep XtextPresentationReconciler fPresen... | XtextStyledTextHighlightingReconciler function ( ) { return fReconciler ; } |
406 | allows comparison with other instance of same type . concode_field_sep int _nextToAssign concode_elem_sep int _lowestValue concode_elem_sep ResignAction CANCEL_THEN_DELETE_THEN_DIVEST concode_elem_sep ResignAction NO_ACTION concode_elem_sep ResignAction DELETE_OBJECTS concode_elem_sep ResignAction CANCEL_PENDING_OWNERS... | boolean function ( Object arg0 ) { if ( arg0 instanceof ResignAction ) return _value == ( ( ResignAction ) arg0 ) . _value ; else return false ; } |
407 | invokes latch . countdownlatch #await await uninterruptibly . concode_field_sep PlaceHolder placeHolder concode_field_sep void joinUninterruptibly concode_elem_sep void joinUninterruptibly concode_elem_sep boolean tryAcquireUninterruptibly concode_elem_sep boolean tryAcquireUninterruptibly concode_elem_sep V getUninter... | void function ( CountDownLatch arg0 ) { boolean loc0 = false ; try { while ( true ) { try { arg0 . await ( ) ; return ; } catch ( InterruptedException loc1 ) { loc0 = true ; } } } finally { if ( loc0 ) { Thread . currentThread ( ) . interrupt ( ) ; } } } |
408 | get content encoding of the message concode_field_sep Map<String,Object> headers concode_elem_sep byte body[] concode_elem_sep long deliveryTag concode_elem_sep String replyTo concode_elem_sep String contentEncoding concode_elem_sep String messageId concode_elem_sep String correlationId concode_elem_sep String soapActi... | String function ( ) { return contentEncoding ; } |
409 | the context name can be set only if it is not already set , or if the current name is the default context name , namely `` default '' , or if the current name and the old name are the same . concode_field_sep StatusManager sm concode_elem_sep LogbackLock configurationLock concode_elem_sep List<ScheduledFuture<?>> sched... | void function ( String arg0 ) { if ( arg0 != null && arg0 . equals ( this . name ) ) { return ; } if ( this . name == null || CoreConstants . DEFAULT_CONTEXT_NAME . equals ( this . name ) ) { this . name = arg0 ; } else { throw new IllegalStateException ( "srini_string" ) ; } } |
410 | fills ` dst ' with bytes from ` in ' , throwing eofexception if insufficient bytes are available . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY... | void function ( InputStream arg0 , byte [ ] arg1 ) { readFully ( arg0 , arg1 , 0 , arg1 . length ) ; } |
411 | gets a client for the service represented by the interface with a reference to the session . the objects returned by this method are not thread-safe . concode_field_sep BaseAdsServiceClientFactory<C,S,D> factory concode_field_sep placeholderType placeHolder | T function ( S arg0 , Class < T > arg1 ) { return factory . getServiceClientAsInterface ( arg0 , arg1 ) ; } |
412 | returns the @linkplain csfactory cs factory singleton . concode_field_sep Hints hints concode_elem_sep String DEFAULT_AUTHORITY concode_elem_sep BasicFactories DEFAULT concode_field_sep FilterFactory getFilterFactory concode_elem_sep DatumFactory getDatumFactory concode_elem_sep FeatureTypeFactory getTypeFactory concod... | CSFactory function ( ) { return ReferencingFactoryFinder . getCSFactory ( hints ) ; } |
413 | sets the value of the panose property . concode_field_sep Byte charset concode_elem_sep String panose concode_elem_sep Byte pitchFamily concode_elem_sep String typeface concode_field_sep byte getPitchFamily concode_elem_sep void setCharset concode_elem_sep void setTypeface concode_elem_sep void setPitchFamily concode_e... | void function ( String arg0 ) { this . panose = arg0 ; } |
414 | retrieves the designated parameter 's database-specific type name . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep String[] classNames conc... | String function ( int arg0 ) { int loc0 ; int loc1 ; checkRange ( arg0 ) ; return Types . getTypeName ( types [ -- arg0 ] ) ; } |
415 | computes the crc32 checksum value for a given byte array concode_field_sep Base64.Decoder B64Decoder concode_elem_sep int PacketSizeLength concode_elem_sep int PacketOverheadSize concode_elem_sep int ChecksumLength concode_elem_sep int HeaderSize concode_elem_sep byte[] TerminationSequence concode_elem_sep int Checksum... | long function ( final byte [ ] arg0 ) { if ( arg0 . length == 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } final CRC32 loc0 = new CRC32 ( ) ; loc0 . update ( arg0 ) ; return loc0 . getValue ( ) ; } |
416 | this method returns the customer id concode_field_sep Integer product concode_elem_sep Integer software1 concode_elem_sep Integer software2 concode_elem_sep Integer os concode_elem_sep Integer software3 concode_elem_sep String timeKey concode_elem_sep Integer deviceId concode_elem_sep String day concode_elem_sep Intege... | Integer function ( ) { return customer ; } |
417 | recalculate all parameters based upon the active terms from scratch . concode_field_sep int st concode_elem_sep int nsg concode_elem_sep HashSet<ByteString> activeGenes concode_elem_sep int ag concode_elem_sep HashSet<ByteString> allGenes concode_elem_sep List<TermID> allTerms concode_elem_sep double p concode_elem_sep... | void function ( ) { this . sg = this . nsg ; this . sn = this . st - this . sg ; this . ag = this . Ag . size ( ) ; this . an = this . activeGenes . size ( ) - this . ag ; } |
418 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Integer code concode_elem_sep String type concode_elem_sep String message concode_field_sep ModelApiResponse code concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep void setCode c... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
419 | get the current high-water-mark value in a volatile memory ordering fashion . concode_field_sep UnsafeBuffer metaDataBuffer concode_elem_sep UnsafeBuffer termBuffer concode_elem_sep int capacity concode_field_sep UnsafeBuffer metaDataBuffer concode_elem_sep void statusOrdered concode_elem_sep int tail concode_elem_sep ... | int function ( ) { return metaDataBuffer . getIntVolatile ( TERM_HIGH_WATER_MARK_OFFSET ) ; } |
420 | does a file size compare of two files concode_field_sep String referenceDirectory concode_elem_sep String testDirectory concode_elem_sep String[] filenameList concode_field_sep void writeHeader concode_elem_sep void setTestDirectory concode_elem_sep boolean compareBytes concode_elem_sep boolean filesExist concode_elem_... | boolean function ( File arg0 , File arg1 ) { return arg0 . length ( ) == arg1 . length ( ) ; } |
421 | get the type annotation of an attribute by position . concode_field_sep TinyTree tree concode_elem_sep int firstAttribute concode_elem_sep int element concode_field_sep int getLocationId concode_elem_sep String getSystemId concode_elem_sep String getPrefix concode_elem_sep int getIndex concode_elem_sep int getIndexByFi... | int function ( int arg0 ) { if ( tree . attTypeCode == null ) { return StandardNames . XS_UNTYPED_ATOMIC ; } return tree . attTypeCode [ firstAttribute + arg0 ] ; } |
422 | get ratingid concode_field_sep String apiId concode_elem_sep String ratingId concode_elem_sep String subscriberName concode_elem_sep Integer rating concode_field_sep String toIndentedString concode_elem_sep void setApiId concode_elem_sep void setSubscriberName concode_elem_sep RatingDTO rating concode_elem_sep String g... | String function ( ) { return ratingId ; } |
423 | copies the specified string to the clipboard . concode_field_sep String META concode_elem_sep boolean hints concode_elem_sep KeyAdapter keys concode_elem_sep Map<?,?> HINTS concode_field_sep EmptyBorder border concode_elem_sep void drop concode_elem_sep void addInteraction concode_elem_sep void drawCenter concode_elem_... | void function ( final String arg0 ) { Toolkit . getDefaultToolkit ( ) . getSystemClipboard ( ) . setContents ( new StringSelection ( arg0 ) , null ) ; } |
424 | parse a json encoded string . concode_field_sep JSONObject object concode_field_sep JSONArray parseJSONArray concode_elem_sep JSONArray parseJSONArray concode_elem_sep org.json.simple.JSONArray getArray concode_elem_sep void put concode_elem_sep void put concode_elem_sep void put concode_elem_sep void put concode_elem_... | Object function ( Reader arg0 ) { try { return getJSONParser ( ) . parse ( arg0 ) ; } catch ( Error loc0 ) { throw new ParseException ( ParseException . ERROR_UNEXPECTED_EXCEPTION , loc0 ) ; } } |
425 | gets the value of the assocarraydata property . concode_field_sep InfoboxReadDataAssocArrayType assocArrayData concode_elem_sep Base64XMLContentType binaryFileData concode_field_sep void setBinaryFileData concode_elem_sep Base64XMLContentType getBinaryFileData concode_elem_sep void setAssocArrayData | InfoboxReadDataAssocArrayType function ( ) { return assocArrayData ; } |
426 | sets the value of the any property . concode_field_sep GeneralDiplomaType generalDiploma concode_elem_sep MultilingualGeneralDiplomaType multilingualGeneralDiploma concode_elem_sep BigInteger yearOfStudy concode_elem_sep int aqaa concode_elem_sep Object any concode_elem_sep boolean isEligibleForInternship concode_field... | void function ( Object arg0 ) { this . any = arg0 ; } |
427 | a point in time expressed as the number of milliseconds since jan 1 , 1970 00:00:00 utc specifying when this destination was created . concode_field_sep Long creationTime concode_elem_sep String roleArn concode_elem_sep String destinationName concode_elem_sep String accessPolicy concode_elem_sep String arn concode_elem... | void function ( Long arg0 ) { this . creationTime = arg0 ; } |
428 | perform any cleanup for the plugin . called after #process . concode_field_sep String MARKUP_SELECTIONS concode_elem_sep String BLOJSOM_PLUGIN_MARKUP_SELECTIONS concode_elem_sep Log _logger concode_elem_sep String PLUGIN_MARKUP_SELECTION_IP concode_elem_sep Map _markupSelections concode_elem_sep String MARKUP_SELECTION... | void function ( ) { } |
429 | register code to invoke when the async request completes . this method is called from a container thread when an async request completed for any reason , including timeout and network error . concode_field_sep Callable<V> timeoutCallback concode_elem_sep Runnable completionCallback concode_elem_sep String executorName ... | void function ( Runnable arg0 ) { this . completionCallback = arg0 ; } |
430 | stops the interval timer , generally only for server shutdown . concode_field_sep String INTERVAL_RENDER_GROUP concode_elem_sep int POLLING_INTERVAL concode_elem_sep Logger log concode_elem_sep TimerTask renderTask concode_elem_sep Timer intervalTimer concode_field_sep void initializeIntervalRender | void function ( ) { if ( null != intervalTimer ) { intervalTimer . purge ( ) ; intervalTimer . cancel ( ) ; } if ( log . isLoggable ( Level . FINEST ) ) { log . finest ( "srini_string" + intervalTimer ) ; } } |
431 | remove and return the item from the end concode_field_sep LinkedCollectionNode<Item> last concode_elem_sep int size concode_elem_sep LinkedCollectionNode<Item> currentLast concode_elem_sep LinkedCollectionNode<Item> first concode_field_sep Item next concode_elem_sep void addLast concode_elem_sep Iterator<Item> iterator... | Item function ( ) { if ( last == null ) throw new NoSuchElementException ( ) ; LinkedCollectionNode < Item > loc0 = last ; last = loc0 . next ; if ( last != null ) { last . previous = null ; } else { first = null ; } size -- ; return loc0 . item ; } |
432 | looksup the prefix for the given uri . this returns null if the uri is not a declared namespace . concode_field_sep HashMap namespaces concode_field_sep DeclaredNamespaces add concode_elem_sep DeclaredNamespaces add concode_elem_sep DeclaredNamespaces add concode_elem_sep boolean isPrefixDefined concode_elem_sep Map ge... | String function ( final String arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } if ( namespaces == null ) { return null ; } return ( String ) namespaces . get ( arg0 ) ; } |
433 | adds the specified number of occurrences to the counter . no-op if the counter has been frozen . concode_field_sep long start concode_elem_sep long total concode_elem_sep long end concode_field_sep double duration concode_elem_sep long total concode_elem_sep void freeze concode_elem_sep int hashCode concode_elem_sep bo... | void function ( long arg0 ) { checkArgument ( arg0 >= 0 , "srini_string" ) ; if ( end == 0L ) { total += arg0 ; } } |
434 | return the script 's name concode_field_sep int offset concode_elem_sep int MAX_NAME_LENGTH concode_elem_sep String sourceName concode_field_sep String computeSourceName concode_elem_sep int getOffset concode_elem_sep RuntimeException createError | String function ( ) { return sourceName ; } |
435 | split a string on delimiter boundaries , and place each element into a list . concode_field_sep PlaceHolder placeHolder concode_field_sep String escapeHtml concode_elem_sep String sanitizeHtml concode_elem_sep String toString concode_elem_sep String toString concode_elem_sep String pluralize | List < String > function ( String arg0 , String arg1 ) { List < String > loc0 = new ArrayList < String > ( ) ; if ( arg0 == null ) return loc0 ; String [ ] loc1 = arg0 . split ( arg1 ) ; for ( String loc2 : loc1 ) { loc0 . add ( loc2 ) ; } return loc0 ; } |
436 | by default , there are no collisions in pasting . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName conco... | PasteAction function ( EClass arg0 ) { return PasteAction . ADD ; } |
437 | this is called as part of the after completion processing and should ensure that the interposed coordinator performs its aftercompletion processing concode_field_sep SubordinateATCoordinator coordinator concode_field_sep void rollback concode_elem_sep Vote prepare concode_elem_sep void error concode_elem_sep void unkno... | void function ( ) { coordinator . commitVolatile ( ) ; } |
438 | will accept any string that starts with sqldroidprefix `` jdbc : sqldroid : '' or sqlliteprefix `` jdbc : sqlite '' . concode_field_sep String DATABASE_FLAGS concode_elem_sep String sqldroidPrefix concode_elem_sep String ADDITONAL_DATABASE_FLAGS concode_elem_sep String xerialPrefix concode_field_sep int getMajorVersion... | boolean function ( String arg0 ) { if ( arg0 . startsWith ( sqldroidPrefix ) || arg0 . startsWith ( xerialPrefix ) ) { return true ; } return false ; } |
439 | checks the passed webkey for any non-digit character . concode_field_sep JedisPool redisPool concode_elem_sep String curWebKey concode_elem_sep String BBB_SERVER_FIELD concode_elem_sep String question concode_elem_sep ArrayList<String> pollsVoted concode_elem_sep String pollKey concode_elem_sep String multiple concode_... | boolean function ( String arg0 ) { Pattern loc0 = Pattern . compile ( "srini_string" ) ; Matcher loc1 = loc0 . matcher ( arg0 ) ; return loc1 . find ( 0 ) ; } |
440 | recursive method to find the path in a tree whose sum of nodes is equal to the given number . given a tree and a sum , return true if there is a path from the root down to a leaf , such that adding up all the values along the path equals the given sum . strategy : subtract the node value from the sum when recurring dow... | boolean function ( Node arg0 , int arg1 ) { if ( arg0 == null ) { return ( arg1 == 0 ) ; } else { int loc0 = arg1 - arg0 . getKey ( ) ; return hasPathSumRecursive ( arg0 . getLeftChild ( ) , loc0 ) || hasPathSumRecursive ( arg0 . getRightChild ( ) , loc0 ) ; } } |
441 | append an object value . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep JSON... | JSONWriter function ( Object arg0 ) { return this . append ( JSONObject . valueToString ( arg0 ) ) ; } |
442 | go through the next operation from the stream storage . concode_field_sep FSEditLogOp cachedOp concode_field_sep int getVersion concode_elem_sep boolean isLocalLog concode_elem_sep long getFirstTxId concode_elem_sep String getName concode_elem_sep void resync concode_elem_sep String getCurrentStreamName concode_elem_se... | long function ( ) { FSEditLogOp loc0 = readOp ( ) ; return loc0 != null ? loc0 . txid : HdfsServerConstants . INVALID_TXID ; } |
443 | removes the value set for the parameter with the given name . concode_field_sep String protocol concode_elem_sep Map<String,String> parameters concode_elem_sep String connectionID concode_elem_sep long serialVersionUID concode_field_sep void setConnectionID concode_elem_sep void setParameters concode_elem_sep void setP... | void function ( String arg0 ) { parameters . remove ( arg0 ) ; } |
444 | adds an equity to the watch list concode_field_sep Portfolio currentPortfolio concode_elem_sep WatchedEquity newEquity concode_elem_sep UndoRedoCaretaker careTaker concode_field_sep void unExecute | void function ( ) { currentPortfolio . addToWatchlist ( newEquity ) ; careTaker . pushToUndo ( this ) ; } |
445 | add a new part to the mime multipart . concode_field_sep Logger logR concode_elem_sep InternetHeaders mimeHeader concode_elem_sep MimeBodyPart part concode_elem_sep List<KeyedBodyPart> parts concode_elem_sep String messageId concode_elem_sep String subType concode_elem_sep String id concode_field_sep void writeTo conco... | void function ( MimeBodyPart arg0 , String arg1 ) { arg0 . setHeader ( HEADER_CONTENT_ID , arg1 ) ; parts . add ( new KeyedBodyPart ( arg1 , arg0 ) ) ; } |
446 | adds the specified page to selected page cache . no checking is done to make sure of selected text . the caches is used as an optimization to make sure selected text can be cleared quickly . concode_field_sep ArrayList<WeakReference<AbstractPageViewComponent>> selectedPageText concode_elem_sep float oldUserZoom concode... | void function ( AbstractPageViewComponent arg0 ) { if ( selectedPageText == null ) { selectedPageText = new ArrayList < WeakReference < AbstractPageViewComponent >> ( ) ; } selectedPageText . add ( new WeakReference < AbstractPageViewComponent > ( arg0 ) ) ; } |
447 | reset the index as empty . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables concode_elem_sep int getLookup concode_elem_... | void function ( ) { int loc0 = linkTable . length ; int [ ] loc1 = linkTable ; while ( -- loc0 >= 0 ) { loc1 [ loc0 ] = 0 ; } resetTables ( ) ; } |
448 | get the type code of the poa current . concode_field_sep PlaceHolder placeHolder concode_field_sep Current extract concode_elem_sep Current read concode_elem_sep void insert concode_elem_sep Current narrow concode_elem_sep String id concode_elem_sep void write | TypeCode function ( ) { return OrbRestricted . Singleton . create_interface_tc ( id ( ) , "srini_string" ) ; } |
449 | this input parameter is ignored for the moment . concode_field_sep Entropy entropy concode_elem_sep long keySize concode_elem_sep String computedKeyAlgorithm concode_elem_sep String c14nAlgorithm concode_elem_sep ReceivedKey receivedKey concode_elem_sep String encryptWith concode_elem_sep String keywrapAlgorithm concod... | String function ( ) { return c14nAlgorithm ; } |
450 | gets rendermanager concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable checkboxStates concode_... | RenderManager function ( ) { return null ; } |
451 | returns symbol 's index in its scope concode_field_sep int declType concode_elem_sep Node node concode_elem_sep String name concode_elem_sep Scope containingTable concode_elem_sep int index concode_field_sep void setName concode_elem_sep Scope getContainingTable concode_elem_sep void setDeclType concode_elem_sep String... | int function ( ) { return index ; } |
452 | sets the doublevalue . concode_field_sep int stringIndex concode_elem_sep char[] classInfoName concode_elem_sep int classIndex concode_elem_sep int nameAndTypeIndex concode_elem_sep char[] fieldName concode_elem_sep char[] utf8Value concode_elem_sep int kind concode_elem_sep float floatValue concode_elem_sep char[] met... | void function ( double arg0 ) { this . doubleValue = arg0 ; } |
453 | sets the user id of this user group role . concode_field_sep UserGroupRole _userGroupRole concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId con... | void function ( long arg0 ) { _userGroupRole . setUserId ( arg0 ) ; } |
454 | returns a direct nio buffer containing the next parallelrandom #getparallelsize random integers.this buffer is read only and will only be valid until any of the `` next '' method is called again . concode_field_sep int intSignMask concode_elem_sep CLBuffer<Integer> seeds concode_elem_sep int consumedInts concode_elem_s... | Pointer < Integer > function ( ) { CLEvent loc0 = doNext ( ) ; return output . read ( queue , loc0 ) ; } |
455 | gets the value of the status property . concode_field_sep boolean status concode_field_sep void setStatus | boolean function ( ) { return status ; } |
456 | returns the suffix plus all of its suffixes , if allsuffixes is true found by the binary search access sequence transformation . concode_field_sep GlobalSuffixFinder<Object,Object> MALER_PNUELI concode_elem_sep GlobalSuffixFinder<Object,Object> FIND_LINEAR_REVERSE concode_elem_sep GlobalSuffixFinder<Object,Object> FIND... | List < ? extends Word < I >> function ( Query < I , O > arg0 , AccessSequenceTransformer < I > arg1 , SuffixOutput < I , O > arg2 , MembershipOracle < I , O > arg3 , boolean arg4 ) { int loc0 = LocalSuffixFinders . findRivestSchapire ( arg0 , arg1 , arg2 , arg3 ) ; return suffixesForLocalOutput ( arg0 , loc0 , arg4 ) ;... |
457 | sets the name property concode_field_sep String password concode_elem_sep String comments concode_elem_sep float numberValue concode_elem_sep String name concode_field_sep void init concode_elem_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getName concode_elem_sep String getComments ... | void function ( String arg0 ) { if ( dontSet ( ) ) return ; name = arg0 ; } |
458 | create an instance of jaxbelement concode_field_sep QName _Lock_QNAME concode_elem_sep QName _Clippath_QNAME concode_elem_sep QName _Shapelayout_QNAME concode_elem_sep QName _Fill_QNAME concode_elem_sep QName _Ink_QNAME concode_elem_sep QName _Left_QNAME concode_elem_sep QName _Signatureline_QNAME concode_elem_sep QNam... | JAXBElement < CTOLEObject > function ( CTOLEObject arg0 ) { return new JAXBElement < CTOLEObject > ( _OLEObject_QNAME , CTOLEObject . class , null , arg0 ) ; } |
459 | the id of the decisiontaskcompleted event corresponding to the decision task that resulted in the requestcancelexternalworkflowexecution decision for this cancellation request . this information can be useful for diagnosing problems by tracing back the chain of events leading up to this event . concode_field_sep String... | Long function ( ) { return decisionTaskCompletedEventId ; } |
460 | gets the element value . concode_field_sep String image concode_elem_sep String IMAGE_ALERT concode_elem_sep boolean set concode_elem_sep String IMAGE_BLANK concode_elem_sep String value concode_elem_sep String IMAGE_PROGRESS concode_field_sep void setValue concode_elem_sep boolean getIsSet concode_elem_sep void reset ... | String function ( ) { return this . value ; } |
461 | get the description for this locale . concode_field_sep long serialVersionUID concode_elem_sep String name concode_elem_sep String description concode_elem_sep String title concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getTitle concode_elem_sep void setTitle concode_elem_sep voi... | String function ( ) { return description ; } |
462 | sets the user name of this cal event . concode_field_sep CalEvent _calEvent concode_field_sep java.util.Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getLocation concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCac... | void function ( java . lang . String arg0 ) { _calEvent . setUserName ( arg0 ) ; } |
463 | process the bb tags that always should be applied concode_field_sep Map<String,BBCode> alwaysProcessTags concode_elem_sep Map<String,BBCode> bbTags concode_field_sep String processBB concode_elem_sep String processBBExceptCodeTag concode_elem_sep void addBb concode_elem_sep String format concode_elem_sep boolean hasTag... | String function ( String arg0 ) { for ( BBCode loc0 : this . alwaysProcessTags . values ( ) ) { arg0 = arg0 . replaceAll ( loc0 . getRegex ( ) , loc0 . getReplace ( ) ) ; } return arg0 ; } |
464 | returns the company id of this layout set . concode_field_sep LayoutSet _layoutSet concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep int getPageCount concode_elem_sep boolean isCachedModel concode_elem_sep boolean isLayoutSetProto... | long function ( ) { return _layoutSet . getCompanyId ( ) ; } |
465 | return can move that step concode_field_sep Player player concode_field_sep boolean canAttack concode_elem_sep Player getPlayer concode_elem_sep boolean handleItemOnObject concode_elem_sep boolean canEquip concode_elem_sep void moved concode_elem_sep boolean processCommand concode_elem_sep void sendInterfaces concode_e... | boolean function ( int arg0 ) { return true ; } |
466 | called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_field_sep void stop | void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; } |
467 | sets the value of the id property . concode_field_sep List<ReferenceType> reference concode_elem_sep CanonicalizationMethodType canonicalizationMethod concode_elem_sep SignatureMethodType signatureMethod concode_elem_sep String id concode_field_sep void setCanonicalizationMethod concode_elem_sep SignatureMethodType get... | void function ( String arg0 ) { this . id = arg0 ; } |
468 | compress the document . concode_field_sep String HTML_STRICT concode_elem_sep Charset ENC concode_field_sep void compact concode_elem_sep Element find concode_elem_sep String readFile concode_elem_sep String readFile concode_elem_sep Document clone concode_elem_sep Document parseFile concode_elem_sep Document parseFile... | byte [ ] function ( byte [ ] arg0 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; GZIPOutputStream loc1 = new GZIPOutputStream ( loc0 ) ; loc1 . write ( arg0 ) ; loc1 . finish ( ) ; loc1 . flush ( ) ; return loc0 . toByteArray ( ) ; } |
469 | return the secret key registered with the given application . this key is used to authenticate the executors before they can fetch shuffle files written by this application from the external shuffle service . if the specified application is not registered , return null . concode_field_sep ConcurrentHashMap<String,Strin... | String function ( String arg0 ) { return shuffleSecretMap . get ( arg0 ) ; } |
470 | copy . concode_field_sep String DEFAULT_NAMESPACE concode_elem_sep String namespace concode_elem_sep String localName concode_field_sep String getLocalName concode_elem_sep String getNamespace concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void setLocalNa... | QName function ( ) { return new MockQName ( namespace , localName ) ; } |
471 | you can configure the encoding a charset name to use for the tcp textline codec and the udp protocol . if not provided , camel will use the jvm default charset concode_field_sep boolean disconnect concode_elem_sep TextLineDelimiter textlineDelimiter concode_elem_sep boolean disconnectOnNoReply concode_elem_sep boolean ... | void function ( String arg0 ) { this . encoding = arg0 ; } |
472 | add a value to the aggregator concode_field_sep TreeMap<Object,Object> uniqItems concode_elem_sep long maxNumItems concode_elem_sep String MAX_NUM_UNIQUE_VALUES concode_elem_sep long numItems concode_field_sep long setMaxItems concode_elem_sep Set<Object> getUniqueItems concode_elem_sep String getReport concode_elem_se... | void function ( Object arg0 ) { if ( this . numItems <= this . maxNumItems ) { uniqItems . put ( arg0 . toString ( ) , "srini_string" ) ; this . numItems = this . uniqItems . size ( ) ; } } |
473 | returns the attribute value decoded as an uri . concode_field_sep String name concode_elem_sep byte tag concode_elem_sep byte[] value concode_field_sep String getName concode_elem_sep byte getValueTag concode_elem_sep byte[] getAttributeValue concode_elem_sep Class<? extends Attribute> getCategory concode_elem_sep Stri... | URI function ( ) { try { return new URI ( new String ( value ) ) ; } catch ( URISyntaxException loc0 ) { return null ; } } |
474 | obtain a bean reference of given type from the bean manager . concode_field_sep BeanManagerProvider BEAN_MANAGER_PROVIDER concode_field_sep T lookupService concode_elem_sep Hk2LocatorManager createHk2LocatorManager concode_elem_sep Class<? extends Annotation> getBeanScope concode_elem_sep BeanManager getBeanManager con... | T function ( final Class < T > arg0 , final Bean arg1 , final BeanManager arg2 ) { final CreationalContext < ? > loc0 = arg2 . createCreationalContext ( arg1 ) ; final Object loc1 = arg2 . getReference ( arg1 , arg0 , loc0 ) ; return arg0 . cast ( loc1 ) ; } |
475 | returns the authentication scheme , like basic . concode_field_sep String scheme concode_elem_sep String headerValue concode_elem_sep String realm concode_field_sep Credential authenticate concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode... | String function ( ) { return scheme ; } |
476 | builds a new com.lightbend.lagom.internal.registry.registeredservice registeredservice . concode_field_sep long INIT_BIT_URL concode_elem_sep long initBits concode_elem_sep long INIT_BIT_NAME concode_elem_sep String name concode_elem_sep String url concode_field_sep void setName concode_elem_sep String formatRequiredAt... | RegisteredService function ( ) { checkRequiredAttributes ( ) ; return new RegisteredService ( null , name , url ) ; } |
477 | modifica el valor del atributo longitud por el pasado por parametro concode_field_sep double latitud concode_elem_sep boolean orderByGasoleoA concode_elem_sep String horario concode_elem_sep String municipio concode_elem_sep String direccion concode_elem_sep int IDEESS concode_elem_sep String provincia concode_elem_sep... | void function ( double arg0 ) { this . longitud = arg0 ; } |
478 | sets the value for this data item . concode_field_sep RegularTimePeriod period concode_elem_sep long serialVersionUID concode_elem_sep Number value concode_field_sep Number getValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep int compareTo concode_elem_se... | void function ( Number arg0 ) { this . value = arg0 ; } |
479 | get the number of bytes available for reading . concode_field_sep RandomAccessFile raf concode_elem_sep long read concode_field_sep long getPosition concode_elem_sep String toString concode_elem_sep int readByte concode_elem_sep void seek concode_elem_sep long getBytesRead | long function ( ) { try { return raf . length ( ) - raf . getFilePointer ( ) ; } catch ( IOException loc0 ) { System . err . println ( "srini_string" + loc0 ) ; return 0 ; } } |
480 | set username , null by default . concode_field_sep String password concode_elem_sep String providerJNDI concode_elem_sep boolean isTopic concode_elem_sep String userName concode_elem_sep String TOPIC_TYPE concode_elem_sep String QUEUE_TYPE concode_field_sep void setProviderJNDI concode_elem_sep void setSessionDefaultTy... | void function ( final String arg0 ) { this . userName = arg0 ; } |
481 | given a path return the number of free bytes in the filesystem containing the path . concode_field_sep String LOG_TAG concode_field_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep boolean testFileExists | long function ( String arg0 ) { try { StatFs loc0 = new StatFs ( arg0 ) ; long loc1 = loc0 . getBlockSize ( ) ; long loc2 = loc0 . getAvailableBlocks ( ) ; return loc2 * loc1 ; } catch ( IllegalArgumentException loc0 ) { return 0 ; } } |
482 | shut down the async data set iterator thread this is not typically necessary if using a single asyncdatasetiterator thread is a daemon thread and so should n't block the jvm from exiting behaviour of next , hasnext etc methods after shutdown of async iterator is undefined concode_field_sep RuntimeException exception co... | void function ( ) { if ( thread . isAlive ( ) ) { runnable . killRunnable = true ; thread . interrupt ( ) ; } } |
483 | gets the value of the identification property . concode_field_sep String indicator concode_elem_sep String code concode_elem_sep ServiceLevelEnum level concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep ServiceTypeEnum type concode_elem_sep List<CodeAndDescription> classificatio... | ServiceIdentificationEnum function ( ) { return identification ; } |
484 | checks the type of the given value . concode_field_sep int min concode_elem_sep String countError concode_elem_sep String max concode_elem_sep boolean validNeighborsAllowed concode_elem_sep boolean source concode_elem_sep String typeError concode_elem_sep String type concode_elem_sep String attr concode_elem_sep Collec... | boolean function ( mxGraph arg0 , Object arg1 , String arg2 ) { return checkType ( arg0 , arg1 , arg2 , null , null ) ; } |
485 | compute hash . as equals use only value . return the same hash for the same value . concode_field_sep String type concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getType concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep ... | int function ( ) { return getValue ( ) != null ? getValue ( ) . hashCode ( ) : 0 ; } |
486 | a list of product codes . concode_field_sep String volumeId concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<ProductCode> productCodes concode_elem_sep Boolean autoEnableIO concode_field_sep Boolean isAutoEnableIO concode_elem_sep DescribeVolumeAttributeResult withProductCodes concode_elem_sep Describe... | java . util . List < ProductCode > function ( ) { if ( productCodes == null ) { productCodes = new com . amazonaws . internal . ListWithAutoConstructFlag < ProductCode > ( ) ; productCodes . setAutoConstruct ( true ) ; } return productCodes ; } |
487 | gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep Boolean showHorizontalScroll concode_elem_sep Object parent concode_elem_sep STVisibility visibility concode_elem_sep CTExtensionList extLst concode_elem_sep Long windowHeight concode_elem_sep Long tabRatio concode_... | Object function ( ) { return this . parent ; } |
488 | registers a callback , to be triggered when the system ui visibility changes . concode_field_sep OnVisibilityChangeListener mOnVisibilityChangeListener concode_elem_sep int FLAG_LAYOUT_IN_SCREEN_OLDER_DEVICES concode_elem_sep View mAnchorView concode_elem_sep Activity mActivity concode_elem_sep int FLAG_FULLSCREEN conc... | void function ( OnVisibilityChangeListener arg0 ) { if ( arg0 == null ) { arg0 = sDummyListener ; } mOnVisibilityChangeListener = arg0 ; } |
489 | warning log message . 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 concode_elem_sep void s... | void function ( String arg0 , String arg1 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 ) ; } |
490 | returns the message data as an unmodifiable map . concode_field_sep long serialVersionUID concode_elem_sep SortedMap<String,String> data concode_field_sep void appendMap concode_elem_sep void asJson concode_elem_sep void clear concode_elem_sep void asXml concode_elem_sep void asJava concode_elem_sep String[] getFormats... | Map < String , String > function ( ) { return Collections . unmodifiableMap ( data ) ; } |
491 | registers the eventhandler to the given eventtype , can listen to the specified eventtype after this function call . concode_field_sep HashMap<EventType,ArrayList<EventHandler>> eventToHandler concode_field_sep void deregisterEventHandler concode_elem_sep void postEvent | void function ( EventType arg0 , EventHandler arg1 ) { if ( eventToHandler . containsKey ( arg0 ) ) { eventToHandler . get ( arg0 ) . add ( arg1 ) ; } else { ArrayList < EventHandler > loc0 = new ArrayList < EventHandler > ( ) ; loc0 . add ( arg1 ) ; eventToHandler . put ( arg0 , loc0 ) ; } } |
492 | the information needed to complete the task that is being assigned to the task runner . one of the fields returned in this object is taskid , which contains an identifier for the task being assigned . the calling task runner uses taskid in subsequent calls to reporttaskprogress and settaskstatus . concode_field_sep Tas... | void function ( TaskObject arg0 ) { this . taskObject = arg0 ; } |
493 | compares the relative fitness of two constructors in terms of how well they match a set of runtime parameter types , such that a list ordered by the results of the comparison would return the best match first least . concode_field_sep Class<?>[] ORDERED_PRIMITIVE_TYPES concode_elem_sep Class<?>[] parameterTypes concode... | int function ( final Constructor < ? > arg0 , final Constructor < ? > arg1 , final Class < ? > [ ] arg2 ) { return compareParameterTypes ( Executable . of ( arg0 ) , Executable . of ( arg1 ) , arg2 ) ; } |
494 | get a fixed-length random string , its a mixture of uppercase letters concode_field_sep String NUMBERS_AND_LETTERS concode_elem_sep String LETTERS concode_elem_sep String CAPITAL_LETTERS concode_elem_sep String LOWER_CASE_LETTERS concode_elem_sep String NUMBERS concode_field_sep String getRandomLetters concode_elem_sep... | String function ( int arg0 ) { return getRandom ( CAPITAL_LETTERS , arg0 ) ; } |
495 | add a path to export from this module . concode_field_sep Map<String,List<String>> exports concode_elem_sep String INCLUDE concode_elem_sep Boolean optional concode_elem_sep String name concode_elem_sep String slot concode_elem_sep ServiceHandling services concode_elem_sep Map<String,List<String>> imports concode_elem_... | Module function ( String arg0 ) { checkList ( this . exports , INCLUDE ) ; this . exports . get ( INCLUDE ) . add ( arg0 ) ; return this ; } |
496 | returns true if any type listeners are installed . other code may take shortcuts when there are n't any type listeners . concode_field_sep FailableCache<TypeLiteral<?>,MembersInjectorImpl<?>> cache concode_elem_sep InjectorImpl injector concode_elem_sep List<TypeListenerBinding> typeListenerBindings concode_field_sep M... | boolean function ( ) { return ! typeListenerBindings . isEmpty ( ) ; } |
497 | returns true if field super_column is set has been asigned a value and false otherwise concode_field_sep String _fieldName concode_elem_sep short _thriftId concode_elem_sep Map<_Fields,FieldMetaData> metaDataMap concode_elem_sep TStruct STRUCT_DESC concode_elem_sep TField PREDICATE_FIELD_DESC concode_elem_sep TField SU... | boolean function ( ) { return this . super_column != null ; } |
498 | sorts the test in runner using comparator concode_field_sep Comparator<Description> fComparator concode_field_sep int compare | void function ( Runner arg0 ) { if ( arg0 instanceof Sortable ) { Sortable loc0 = ( Sortable ) arg0 ; loc0 . sort ( this ) ; } } |
499 | sets the value of the commenttext property . concode_field_sep TriageCount emsCensus concode_elem_sep Offload emsAirTransportStatus concode_elem_sep String emsTrafficReason concode_elem_sep TriageCount emsCapacity concode_elem_sep Offload emsAmbulanceStatus concode_elem_sep EmergencyDepartmentStatus.EMSTraffic emsTraff... | void function ( String arg0 ) { this . commentText = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.