idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
30,300 | request next page . concode_field_sep GridQueryNextPageResponse res concode_elem_sep int rowsInPage concode_elem_sep UUID src concode_elem_sep Iterator<Value[]> rows concode_field_sep int rowsInPage concode_elem_sep boolean isLast concode_elem_sep GridQueryNextPageResponse response concode_elem_sep boolean isFail conco... | void function ( ) { throw new CacheException ( "srini_string" + src ) ; } |
30,301 | creates a griddatafactory initialized with defaults . initial values are : align swt.fill , swt.fill exclude false grab false , false span 1,1 concode_field_sep GridData data concode_field_sep GridDataFactory fillDefaultsInternal concode_elem_sep GridDataFactory align concode_elem_sep GridDataFactory grab concode_elem_... | GridDataFactory function ( ) { return new GridDataFactory ( ) . fillDefaultsInternal ( ) ; } |
30,302 | returns the index for the entry into which this number will fit . if there is none , it returns the index of the last interval which precedes this number . it returns -1 if the number needs to be a in a new interval ahead of the whole list . concode_field_sep int MAX_INTERVALS concode_elem_sep int windowStart concode_e... | int function ( int arg0 ) { Entry loc0 = null ; int loc1 ; for ( loc1 = list . size ( ) - 1 ; loc1 >= 0 ; loc1 -- ) { loc0 = list . get ( loc1 ) ; if ( loc0 . compareTo ( arg0 ) <= 0 ) break ; } return loc1 ; } |
30,303 | override this method to do any setup needed before generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep MessageConsoleStream error concode_elem_sep String SEXEC_FILE_EXTENSION concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject concode_elem_sep MessageConsole get... | void function ( GeneratorEntry arg0 ) { } |
30,304 | the sonar properties for the current gradle project that are to be passed to the sonar runner . concode_field_sep Map<String,Object> properties concode_field_sep void property concode_elem_sep void properties | Map < String , Object > function ( ) { return properties ; } |
30,305 | returns the central value for the range . concode_field_sep long serialVersionUID concode_elem_sep double lower concode_elem_sep double upper concode_field_sep Range expandToInclude concode_elem_sep boolean intersects concode_elem_sep boolean intersects concode_elem_sep double max concode_elem_sep Range shift concode_e... | double function ( ) { return this . lower / 2.0 + this . upper / 2.0 ; } |
30,306 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep Tag withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boo... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getKey ( ) != null ) loc0 . append ( "srini_string" + getKey ( ) + "srini_string" ) ; if ( getValue ( ) != null ) loc0 . append ( "srini_string" + getValue ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . ... |
30,307 | implementation in subclasses concode_field_sep boolean isEscapeProcessing concode_elem_sep int queryTimeout concode_elem_sep Result errorResult concode_elem_sep int SUCCESS_NO_INFO concode_elem_sep Result batchResultOut concode_elem_sep int maxRows concode_elem_sep JDBCConnection connection concode_elem_sep int RETURN_... | void function ( ) { } |
30,308 | clear out all the in-flight requests for the given node and return them concode_field_sep int maxInFlightRequestsPerConnection concode_elem_sep Map<Integer,Deque<ClientRequest>> requests concode_field_sep void add concode_elem_sep ClientRequest completeNext concode_elem_sep boolean canSendMore concode_elem_sep int inFl... | Iterable < ClientRequest > function ( int arg0 ) { Deque < ClientRequest > loc0 = requests . get ( arg0 ) ; if ( loc0 == null ) { return Collections . emptyList ( ) ; } else { return requests . remove ( arg0 ) ; } } |
30,309 | returns a new generator that is a copy of , and independent from , this generator . concode_field_sep ArrayList urlSeries concode_field_sep String generateURL concode_elem_sep int getListCount concode_elem_sep int getURLCount concode_elem_sep String getURL concode_elem_sep boolean equals concode_elem_sep void addURLSer... | Object function ( ) { CustomCategoryURLGenerator loc0 = ( CustomCategoryURLGenerator ) super . loc0 ( ) ; loc0 . urlSeries = new java . util . ArrayList ( this . urlSeries ) ; return loc0 ; } |
30,310 | removes the given itemfactory . used by declarative services . concode_field_sep Collection<ItemsChangeListener> listeners concode_elem_sep ModelRepository modelRepository concode_elem_sep Logger logger concode_elem_sep Collection<ItemFactory> itemFactorys concode_elem_sep Map<String,BindingConfigReader> bindingConfigR... | void function ( ItemFactory arg0 ) { itemFactorys . remove ( arg0 ) ; } |
30,311 | write a user-specified 512-byte block . for efficiency , write int should be used when writing file body content . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_... | void function ( byte [ ] arg0 ) { if ( arg0 . length != 512 ) { throw new IllegalArgumentException ( RB . singleton . getString ( RB . BAD_BLOCK_WRITE_LEN , arg0 . length ) ) ; } write ( arg0 , arg0 . length ) ; } |
30,312 | sets readonly status and flag as dirty . concode_field_sep String schema concode_elem_sep Integer transactionIsolation concode_elem_sep String catalog concode_elem_sep Boolean readOnly concode_elem_sep Boolean autoCommit concode_elem_sep boolean isDirty concode_field_sep Meta.ConnectionProperties setTransactionIsolatio... | Meta . ConnectionProperties function ( boolean arg0 ) { this . readOnly = arg0 ; this . isDirty = true ; return this ; } |
30,313 | returns true if this container has an association to a value for the given key . concode_field_sep IntObjectOpenHashMap<VType> map concode_elem_sep ImmutableOpenIntMap EMPTY concode_field_sep UnmodifiableIterator<Integer> keysIt concode_elem_sep Builder<VType> fRemove concode_elem_sep VType getOrDefault concode_elem_se... | boolean function ( int arg0 ) { return map . containsKey ( arg0 ) ; } |
30,314 | retrieves the productdescription . concode_field_sep long signature1 concode_elem_sep int productID concode_elem_sep String manufacturer concode_elem_sep int vendorID concode_elem_sep long version concode_elem_sep long signature2 concode_elem_sep String productDescription concode_elem_sep String serialNumber concode_el... | String function ( ) { return productDescription ; } |
30,315 | sets the value of the msisdn property . concode_field_sep List<PassConflict> conflictingPass concode_elem_sep String conflictType concode_elem_sep long serialVersionUID concode_elem_sep String msisdn concode_elem_sep PassConflict conflictedPass concode_elem_sep List<ConflictingService> conflictingService concode_field_... | void function ( String arg0 ) { this . msisdn = arg0 ; } |
30,316 | gets the value at indexofindex from the array . does the same as value if this array is not sparse . concode_field_sep ArrayType m_type concode_elem_sep String m_stringVal concode_elem_sep ArrayList<String> m_values concode_field_sep void checkInRange concode_elem_sep String valueSparse concode_elem_sep boolean isSpars... | float function ( int arg0 ) { return Float . parseFloat ( actualValue ( arg0 ) ) ; } |
30,317 | predefined allset error dialog concode_field_sep Font search_font concode_elem_sep Logger logger concode_elem_sep HashMap<Long,WindowSettings> settingsDB concode_elem_sep Font search_font_default concode_elem_sep WHomescreen whomescreen concode_elem_sep Font font concode_field_sep void crateHomescreen concode_elem_sep ... | void function ( Component arg0 ) { JOptionPane . showConfirmDialog ( arg0 , "srini_string" , "srini_string" , JOptionPane . DEFAULT_OPTION , JOptionPane . ERROR_MESSAGE ) ; } |
30,318 | get type of function , if known concode_field_sep Expression[] args concode_elem_sep boolean implicit concode_elem_sep String name concode_elem_sep FunctionDescriptor descriptor concode_elem_sep boolean eval concode_elem_sep Class<?> type concode_field_sep void setName concode_elem_sep void acceptVisitor concode_elem_s... | Class < ? > function ( ) { return this . type ; } |
30,319 | gets the value of the numbers property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the numbers property . for example , to add a new item , do as... | List < SerializedInventoryItemNumbers > function ( ) { if ( numbers == null ) { numbers = new ArrayList < SerializedInventoryItemNumbers > ( ) ; } return this . numbers ; } |
30,320 | emulates mouse click using button 1 in last location . concode_field_sep Control m_control concode_elem_sep int m_stateMask concode_elem_sep int m_lastDragX concode_elem_sep int m_lastDragY concode_elem_sep int m_dragButton concode_field_sep void endDrag concode_elem_sep void postModifiers concode_elem_sep void keyUp c... | void function ( ) { click ( 1 ) ; } |
30,321 | util method to write an attribute with the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.CreateVolumeResponseType localCreateVolumeResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void setCreateVolumeResponse concode_elem_sep void serialize con... | void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , java . lang . String arg3 , javax . xml . stream . XMLStreamWriter arg4 ) { if ( arg4 . getPrefix ( arg1 ) == null ) { arg4 . writeNamespace ( arg0 , arg1 ) ; arg4 . setPrefix ( arg0 , arg1 ) ; } arg4 . writeAttribute ( ... |
30,322 | create an imagerenderinfo object based on inline image data . this is nowhere near completely thought through and really just acts as a placeholder . concode_field_sep PdfIndirectReference ref concode_elem_sep InlineImageInfo inlineImageInfo concode_elem_sep PdfImageObject imageObject concode_elem_sep PdfDictionary col... | ImageRenderInfo function ( Matrix arg0 , InlineImageInfo arg1 , PdfDictionary arg2 ) { ImageRenderInfo loc0 = new ImageRenderInfo ( arg0 , arg1 , arg2 ) ; return loc0 ; } |
30,323 | evaluates if the current value is within the range . if so , it returns the value . otherwise it returns null . concode_field_sep double upperBound concode_elem_sep double lowerBound concode_elem_sep String value concode_field_sep String getValue concode_elem_sep boolean equals concode_elem_sep double getLowerBound con... | String function ( double arg0 ) { if ( ( arg0 >= lowerBound ) && ( arg0 < upperBound ) ) { return value ; } return null ; } |
30,324 | sets the element at position i to the given value . concode_field_sep AtomicArray EMPTY concode_elem_sep AtomicReferenceArray<E> array concode_elem_sep List<Entry<E>> nonNullList concode_elem_sep int index concode_elem_sep E value concode_field_sep E get concode_elem_sep int length concode_elem_sep E[] toArray concode_... | void function ( int arg0 , E arg1 ) { array . set ( arg0 , arg1 ) ; if ( nonNullList != null ) { nonNullList = null ; } } |
30,325 | gets the predicates , do not modify the array . concode_field_sep Predicate[] iPredicates concode_elem_sep long serialVersionUID concode_field_sep Predicate getInstance concode_elem_sep Predicate getInstance concode_elem_sep boolean evaluate | Predicate [ ] function ( ) { return iPredicates ; } |
30,326 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName ... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
30,327 | sets the max power . concode_field_sep double constant concode_elem_sep double staticPower concode_elem_sep double maxPower concode_field_sep double getMaxPower concode_elem_sep double getPower concode_elem_sep double getConstant concode_elem_sep double getStaticPower concode_elem_sep void setStaticPower concode_elem_s... | void function ( double arg0 ) { this . maxPower = arg0 ; } |
30,328 | show a toast indicating a failure to share . concode_field_sep PlaceHolder placeHolder concode_field_sep void showToast concode_elem_sep void showSuccessToast | void function ( Context arg0 , String arg1 ) { showToast ( arg0 , arg1 , false ) ; } |
30,329 | mapping to the http request method ` get ` is safe as long as no state-changing operations are performed within this method . concode_field_sep PlaceHolder placeHolder concode_field_sep void getMapping concode_elem_sep void requestMappingPut concode_elem_sep void requestMappingPatch concode_elem_sep void requestMapping... | void function ( ) { } |
30,330 | gets the value of the bandwidthgrouptargeting property . concode_field_sep OperatingSystemTargeting operatingSystemTargeting concode_elem_sep BrowserLanguageTargeting browserLanguageTargeting concode_elem_sep DeviceCategoryTargeting deviceCategoryTargeting concode_elem_sep MobileDeviceTargeting mobileDeviceTargeting co... | BandwidthGroupTargeting function ( ) { return bandwidthGroupTargeting ; } |
30,331 | describe the interval in a human-readable way . does n't report details below a second . concode_field_sep PlaceHolder placeHolder concode_field_sep double secondsSince concode_elem_sep long millisToSeconds | String function ( long arg0 ) { return describeInterval ( arg0 , false ) ; } |
30,332 | return the throwable passed to the message . concode_field_sep String formattedMessage concode_elem_sep Object[] argArray concode_elem_sep String messagePattern concode_elem_sep Throwable throwable concode_elem_sep int HASHVAL concode_elem_sep String[] stringArgs concode_elem_sep Logger LOGGER concode_elem_sep long ser... | Throwable function ( ) { return throwable ; } |
30,333 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep java.util.List<Suite> suites concode_elem_sep String nextToken concode_field_sep void setNextToken concode_elem_sep void setSuites concode_elem_sep int hashCode concode_elem_sep java.util.List<Suite> getSuites concode_... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getSuites ( ) != null ) loc0 . append ( "srini_string" + getSuites ( ) + "srini_string" ) ; if ( getNextToken ( ) != null ) loc0 . append ( "srini_string" + getNextToken ( ) ) ; loc0 . append ( "srini_string" ) ; ... |
30,334 | called by any of the dtd handlers to enter dtd mode . once entered , all output will be accumulated in a string that can be printed as part of the document 's dtd . this method may be called any number of time but will only have affect the first time it 's called . to exist dtd state and get the accumulated dtd , call ... | void function ( ) { if ( _dtdWriter == null ) { flushLine ( false ) ; _dtdWriter = new StringWriter ( ) ; _docWriter = _writer ; _writer = _dtdWriter ; } } |
30,335 | get the data in this glyf as a byte buffer . return the basic glyf data only , since there is no specific data . this method returns the data un-flipped , so subclasses can simply append to the allocated buffer . concode_field_sep short minY concode_elem_sep short minX concode_elem_sep short maxY concode_elem_sep short... | ByteBuffer function ( ) { ByteBuffer loc0 = ByteBuffer . allocate ( getLength ( ) ) ; loc0 . putShort ( getNumContours ( ) ) ; loc0 . putShort ( getMinX ( ) ) ; loc0 . putShort ( getMinY ( ) ) ; loc0 . putShort ( getMaxX ( ) ) ; loc0 . putShort ( getMaxY ( ) ) ; return loc0 ; } |
30,336 | get the current position . this will usually be zero before the first call on next , otherwise it will be the number of times that next has been called . once next has returned null , the preferred action is for subsequent calls on position to return -1 , but not all existing implementations follow this practice . in p... | int function ( ) { return position ; } |
30,337 | returns the socket that this connection uses , or null if the connection is not currently connected . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection c... | Socket function ( ) { return socket ; } |
30,338 | returns a set of all registered box types . concode_field_sep Map<String,Box> boxMap concode_field_sep Box getBox concode_elem_sep void register | Set < String > function ( ) { return boxMap . keySet ( ) ; } |
30,339 | checks if the given filepath represents the ref file of the given branch . concode_field_sep String MERGE_MSG concode_elem_sep Logger LOG concode_elem_sep String myMergeMessagePath concode_elem_sep String INFO concode_elem_sep String myRefsRemotesDirPath concode_elem_sep String HEADS concode_elem_sep String myMergeSqua... | boolean function ( @ NotNull String arg0 , @ NotNull String arg1 ) { return FileUtil . pathsEqual ( arg0 , myMainDir . getPath ( ) + slash ( arg1 ) ) ; } |
30,340 | set the lastmodifieddate for this itemtype . concode_field_sep Date lastModifiedDate concode_elem_sep String lastModifiedBy concode_elem_sep String description concode_elem_sep Long CALCULATED_QUESTION concode_elem_sep long serialVersionUID concode_elem_sep Date createdDate concode_elem_sep String createdBy concode_ele... | void function ( Date arg0 ) { this . lastModifiedDate = arg0 ; } |
30,341 | returns the ` full name ' of the jobdetail in the format `` group.name '' . concode_field_sep JobDataMap jobDataMap concode_elem_sep boolean shouldRecover concode_elem_sep String group concode_elem_sep Class<? extends Job> jobClass concode_elem_sep String name concode_elem_sep String description concode_elem_sep JobKey... | String function ( ) { return group + "srini_string" + name ; } |
30,342 | template method for the creation of a new thread . the default implementation creates a new thread for the given runnable , applying an appropriate thread name . concode_field_sep boolean daemon concode_elem_sep String threadNamePrefix concode_elem_sep ThreadGroup threadGroup concode_elem_sep int threadPriority concode... | Thread function ( Runnable arg0 ) { Thread loc0 = new Thread ( getThreadGroup ( ) , arg0 , nextThreadName ( ) ) ; loc0 . setPriority ( getThreadPriority ( ) ) ; loc0 . setDaemon ( isDaemon ( ) ) ; return loc0 ; } |
30,343 | returns the name of this user group . concode_field_sep UserGroup _userGroup concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep... | java . lang . String function ( ) { return _userGroup . getName ( ) ; } |
30,344 | return the resolved xml namespace for this tag in the facelets view . concode_field_sep String localName concode_elem_sep String qName concode_elem_sep String namespace concode_elem_sep TagAttributes attributes concode_elem_sep Location location concode_field_sep Location getLocation concode_elem_sep TagAttributes getA... | String function ( ) { return namespace ; } |
30,345 | creates a new nativepooledbytebuffer instance with an initial capacity , and reading the entire contents of the input stream concode_field_sep PooledByteStreams mPooledByteStreams concode_elem_sep NativeMemoryChunkPool mPool concode_field_sep NativePooledByteBufferOutputStream newOutputStream concode_elem_sep NativePoo... | NativePooledByteBuffer function ( InputStream arg0 , int arg1 ) { NativePooledByteBufferOutputStream loc0 = new NativePooledByteBufferOutputStream ( mPool , arg1 ) ; try { return newByteBuf ( arg0 , loc0 ) ; } finally { loc0 . close ( ) ; } } |
30,346 | retrieves the next element in the enumeration . concode_field_sep Iterator<NamingEntry> iterator concode_field_sep boolean hasMoreElements concode_elem_sep boolean hasMore concode_elem_sep void close concode_elem_sep NameClassPair nextElement | NameClassPair function ( ) { return nextElement ( ) ; } |
30,347 | called when an atomic test is about to be started . concode_field_sep PlaceHolder placeHolder concode_field_sep void testFinished concode_elem_sep void testRunStarted concode_elem_sep void testFailure concode_elem_sep void testIgnored concode_elem_sep void testRunFinished | void function ( Description arg0 ) { } |
30,348 | receive notification of a non-recoverable error . there is an apparent contradiction between the documentation for this method and the documentation for org.xml.sax.contenthandler #enddocument . until this ambiguity is resolved in a future major release , clients should make no assumptions about whether enddocument wil... | void function ( SAXParseException arg0 ) { errors . add ( "srini_string" + arg0 . getLineNumber ( ) + "srini_string" + arg0 . getColumnNumber ( ) + "srini_string" + arg0 . getMessage ( ) ) ; throw arg0 ; } |
30,349 | returns the ssl.default.protocol . concode_field_sep String PROP_HN_VERIFY concode_elem_sep String PROP_DEFAULT_TRUST_STORE concode_elem_sep String PROP_DEFAULT_KEY_STORE concode_elem_sep Map<String,Object> m_properties concode_elem_sep Boolean PROP_DEFAULT_HN_VERIFY concode_elem_sep String PROP_PROTOCOL concode_elem_s... | String function ( ) { if ( m_properties != null && m_properties . get ( PROP_PROTOCOL ) != null && m_properties . get ( PROP_PROTOCOL ) instanceof String ) { return ( String ) m_properties . get ( PROP_PROTOCOL ) ; } return PROP_DEFAULT_PROTOCOL ; } |
30,350 | outputs a loglevel #warn level message . concode_field_sep int mPriorityLevel concode_elem_sep boolean LOGV concode_elem_sep char[] mHexDigit concode_elem_sep char mPriorityLetter concode_elem_sep boolean LOGD concode_elem_sep ILogOutput sLogOutput concode_elem_sep String mStringValue concode_elem_sep char[] mSpaceLine... | void function ( String arg0 , String arg1 ) { println ( LogLevel . WARN , arg0 , arg1 ) ; } |
30,351 | returns the hash string for a given target add-on or platform . concode_field_sep String ADD_ON_FORMAT concode_elem_sep String PLATFORM_HASH concode_elem_sep String PLATFORM_HASH_PREFIX concode_field_sep String getAddonHashString concode_elem_sep boolean isPlatform concode_elem_sep String getPlatformHashString concode_... | String function ( @ NonNull IAndroidTarget arg0 ) { if ( arg0 . isPlatform ( ) ) { return getPlatformHashString ( arg0 . getVersion ( ) ) ; } else { return getAddonHashString ( arg0 . getVendor ( ) , arg0 . getName ( ) , arg0 . getVersion ( ) ) ; } } |
30,352 | helper method to ensure a structbuffer has enough capacity . concode_field_sep boolean CHECKS concode_elem_sep boolean DEBUG concode_elem_sep boolean DEBUG_FUNCTIONS concode_field_sep void checkBufferGT concode_elem_sep void checkBufferGT concode_elem_sep void checkBufferGT concode_elem_sep void checkArray concode_elem... | void function ( StructBuffer < ? , ? > arg0 , int arg1 ) { if ( arg0 . remaining ( ) < arg1 ) { throwSizeException ( arg0 , arg1 ) ; } } |
30,353 | gets the metadata to attach to the content to shared . see developer docs for more info . concode_field_sep String mMetaData concode_elem_sep Uri mExternalUri concode_elem_sep String mMimeType concode_elem_sep Uri mUri concode_field_sep ShareToMessengerParamsBuilder setMetaData concode_elem_sep Uri getExternalUri conco... | String function ( ) { return mMetaData ; } |
30,354 | finds all component with the given id . component id 's are formed from the concatination of parent component ids . this search will find all componet in the component tree with the specified id as it is possible to have the same id used more then once in the component tree concode_field_sep Properties buildProperties ... | void function ( UIComponent arg0 , String arg1 , List < UIComponent > arg2 ) { if ( arg1 . equals ( arg0 . getId ( ) ) ) { arg2 . add ( arg0 ) ; } Iterator < UIComponent > loc0 = arg0 . getFacetsAndChildren ( ) ; while ( loc0 . hasNext ( ) ) { findAllComponents ( loc0 . next ( ) , arg1 , arg2 ) ; } } |
30,355 | add a given extension field for the standard extensions tag concode_field_sep ExtensionsGenerator extGenerator concode_elem_sep V2AttributeCertificateInfoGenerator acInfoGen concode_field_sep void setIssuerUniqueId concode_elem_sep X509v2AttributeCertificateBuilder addAttribute concode_elem_sep X509v2AttributeCertifica... | X509v2AttributeCertificateBuilder function ( ASN1ObjectIdentifier arg0 , boolean arg1 , ASN1Encodable arg2 ) { CertUtils . addExtension ( extGenerator , arg0 , arg1 , arg2 ) ; return this ; } |
30,356 | creates a new folder . concode_field_sep Vector foldersVector concode_elem_sep int UNUSED_FOLDER_ID concode_elem_sep int DEFAULT_FOLDER_ID concode_field_sep void deleteFolder concode_elem_sep int getDefaultFolderId concode_elem_sep void loadFoldersInfo0 concode_elem_sep Folder getFolderById concode_elem_sep Vector getF... | void function ( Folder arg0 ) { } |
30,357 | sets the popup 's position using a popuppanel.positioncallback , and shows the popup . concode_field_sep MenuBar menuBar concode_elem_sep PopupPanel popupPanel concode_field_sep MenuItem addItem concode_elem_sep void hide concode_elem_sep void show concode_elem_sep void setPopupPosition | void function ( PopupPanel . PositionCallback arg0 ) { popupPanel . setPopupPositionAndShow ( arg0 ) ; } |
30,358 | gets the value of the exportmanifestentity property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the exportmanifestentity property . for example ,... | List < ExportManifestEntityDto > function ( ) { if ( exportManifestEntity == null ) { exportManifestEntity = new ArrayList < ExportManifestEntityDto > ( ) ; } return this . exportManifestEntity ; } |
30,359 | returns the string to replace the range of characters with . concode_field_sep Range<Integer> replaceRange concode_elem_sep String replaceString concode_field_sep Range<Integer> getReplaceRange concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Replacement create concode_elem_sep String toSt... | String function ( ) { return replaceString ; } |
30,360 | sets the container name to tag all the metrics with . concode_field_sep UUID fileSystemInstanceId concode_elem_sep String METRIC_TAG_ACCOUNT_NAME concode_elem_sep String WASB_UPLOAD_LATENCY concode_elem_sep long currentMaximumDownloadBytesPerSecond concode_elem_sep MetricsRegistry registry concode_elem_sep String WASB_... | void function ( String arg0 ) { registry . tag ( "srini_string" , "srini_string" , arg0 ) ; } |
30,361 | collects the arguments for a command line flag until it finds a flag that starts with the terminatorprefix . concode_field_sep PathFilter allowedPaths concode_elem_sep SimpleFileSystem fileSystem concode_elem_sep String mainClass concode_elem_sep boolean warnDuplicateFiles concode_elem_sep String extraManifestContent c... | int function ( List < String > arg0 , int arg1 , List < String > arg2 , String arg3 ) { arg1 ++ ; while ( arg1 < arg0 . size ( ) ) { String loc0 = arg0 . get ( arg1 ) ; if ( loc0 . startsWith ( arg3 ) ) { return arg1 - 1 ; } arg2 . add ( loc0 ) ; arg1 ++ ; } return arg1 ; } |
30,362 | gets number of last item concode_field_sep int count concode_elem_sep int first concode_field_sep boolean contains concode_elem_sep int getFirst concode_elem_sep int getCount | int function ( ) { return getFirst ( ) + getCount ( ) - 1 ; } |
30,363 | define el valor de la propiedad return . concode_field_sep Result _return concode_field_sep Result getReturn | void function ( Result arg0 ) { this . _return = arg0 ; } |
30,364 | sets the x value of the tristimulus . concode_field_sep COSArray values concode_field_sep float getX concode_elem_sep void setY concode_elem_sep float getY concode_elem_sep float getZ concode_elem_sep COSBase getCOSObject concode_elem_sep void setZ | void function ( float arg0 ) { values . set ( 0 , new COSFloat ( arg0 ) ) ; } |
30,365 | starts the creation of a sqldeleterequest . concode_field_sep PlaceHolder placeHolder concode_field_sep DBSql<DBArgumentCompile<SqlRequest>> sqlRequest concode_elem_sep DBTable<DBColumn<DBColumnCompile<SqlInsertRequest,?>>> sqlInsertRequest concode_elem_sep DBTable<DBColumn<DBColumnWhereCompile<SqlUpdateRequest,?>>> sq... | DBTable < DBWhereCompile < SqlDeleteRequest >> function ( ) { return new SqlRequestCompiler ( SQL_DELETE_REQUEST ) ; } |
30,366 | appends the specified value to the end of this list . concode_field_sep int[] data concode_elem_sep int size concode_elem_sep int DEFAULT_CAPACITY concode_field_sep void trimToSize concode_elem_sep IntArrayList set concode_elem_sep int size concode_elem_sep int get concode_elem_sep boolean isEmpty concode_elem_sep void... | void function ( int arg0 ) { ensureCapacity ( size + 1 ) ; data [ size ++ ] = arg0 ; } |
30,367 | returns the signature data of the encapsulated serialized object . concode_field_sep byte[] signature concode_elem_sep long serialVersionUID concode_elem_sep byte[] content concode_elem_sep String thealgorithm concode_field_sep Object getObject concode_elem_sep String getAlgorithm concode_elem_sep boolean verify concod... | byte [ ] function ( ) { byte [ ] loc0 = new byte [ signature . length ] ; System . arraycopy ( signature , 0 , loc0 , 0 , signature . length ) ; return loc0 ; } |
30,368 | when istruncated is true , this element is present and contains the value to use for the marker parameter in a subsequent pagination request . concode_field_sep Boolean isTruncated concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<Group> groups concode_field_sep Boolean isTruncated ... | void function ( String arg0 ) { this . marker = arg0 ; } |
30,369 | unlink a node from a linked list and link into the reclaimed list . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep boolean modified concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer conc... | void function ( int arg0 , int arg1 , int arg2 ) { if ( arg1 == - 1 ) { hashTable [ arg0 ] = linkTable [ arg2 ] ; } else { linkTable [ arg1 ] = linkTable [ arg2 ] ; } linkTable [ arg2 ] = reclaimedNodePointer ; reclaimedNodePointer = arg2 ; elementCount -- ; } |
30,370 | returns a field in a json object as a string . throws illegalargumentexception if the field value is null . concode_field_sep PlaceHolder placeHolder concode_field_sep long getLong concode_elem_sep long getLong concode_elem_sep int getInt concode_elem_sep int getInt concode_elem_sep JsonObject getObject concode_elem_se... | String function ( JsonObject arg0 , String arg1 ) { final JsonValue loc0 = arg0 . get ( arg1 ) ; throwExceptionIfNull ( loc0 , arg1 ) ; return loc0 . asString ( ) ; } |
30,371 | addlast . concode_field_sep CommandList until concode_elem_sep long serialVersionUID concode_elem_sep CommandList last concode_elem_sep CommandList at concode_field_sep void executeAt concode_elem_sep int sizeLast concode_elem_sep void addAt concode_elem_sep int sizeUntil concode_elem_sep void executeUntil concode_elem... | void function ( Command arg0 ) { last . add ( arg0 ) ; } |
30,372 | gets the value of the amount property . concode_field_sep String preferenceType concode_elem_sep BigDecimal amount concode_elem_sep List<DistributionItem> item concode_elem_sep long serialVersionUID concode_elem_sep String designation concode_elem_sep String quoteID concode_field_sep String getDesignation concode_elem_... | BigDecimal function ( ) { return amount ; } |
30,373 | the name of the api 's stage . concode_field_sep String basePath concode_elem_sep String stage concode_elem_sep String restApiId concode_field_sep String getStage concode_elem_sep String getBasePath concode_elem_sep int hashCode concode_elem_sep void setRestApiId concode_elem_sep boolean equals concode_elem_sep GetBase... | GetBasePathMappingResult function ( String arg0 ) { setStage ( arg0 ) ; return this ; } |
30,374 | returns the result of interpreting the object as an instance of ` company ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep NoreflectioncompanyPackage modelPackage concode_field_sep T doSwitch concode_elem_sep T doSwitch concode_elem_sep T doSwitch concode_... | T function ( Company arg0 ) { return null ; } |
30,375 | checks if the given resource is in sync with the underlying file system . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] getLocationOSStrings concode_elem_sep boolean isReadOnly concode_elem_sep IStatus addModified concode_elem_sep String getLocationString concode_elem_sep IStatus addOutOfSync con... | IStatus function ( IResource arg0 ) { return checkInSync ( new IResource [ ] { arg0 } ) ; } |
30,376 | gets the z coordinate , or height . concode_field_sep int x concode_elem_sep int y concode_elem_sep int z concode_field_sep int wildernessLevel concode_elem_sep int getRegionY concode_elem_sep int getRegionX concode_elem_sep int getLocalY concode_elem_sep int getLocalY concode_elem_sep int getLocalX concode_elem_sep in... | int function ( ) { return z ; } |
30,377 | get handler concode_field_sep Object myScriptLock concode_elem_sep String myEditorCommand concode_elem_sep String GIT_REBASE_EDITOR_PREFIX concode_elem_sep Map<Integer,GitRebaseEditorHandler> myHandlers concode_elem_sep Random oursRandom concode_elem_sep Object myHandlersLock concode_field_sep int registerHandler conco... | GitRebaseEditorHandler function ( final int arg0 ) { synchronized ( myHandlersLock ) { GitRebaseEditorHandler loc0 = myHandlers . get ( arg0 ) ; if ( loc0 == null ) { throw new IllegalStateException ( "srini_string" + arg0 + "srini_string" ) ; } return loc0 ; } } |
30,378 | sets the value of the type property . concode_field_sep RuleSeverity severity concode_elem_sep RuleType type concode_elem_sep List<ActionType> actions concode_field_sep RuleSeverity getSeverity concode_elem_sep RuleType getType concode_elem_sep void setActions concode_elem_sep List<ActionType> getActions concode_elem_s... | void function ( RuleSeverity arg0 ) { this . severity = arg0 ; } |
30,379 | implements svgmatrix #scalenonuniform float , float . concode_field_sep AffineTransform FLIP_X_TRANSFORM concode_elem_sep AffineTransform FLIP_Y_TRANSFORM concode_field_sep float getF concode_elem_sep SVGMatrix inverse concode_elem_sep SVGMatrix rotate concode_elem_sep SVGMatrix rotateFromVector concode_elem_sep SVGMat... | SVGMatrix function ( float arg0 , float arg1 ) { AffineTransform loc0 = ( AffineTransform ) getAffineTransform ( ) . clone ( ) ; loc0 . scale ( arg0 , arg1 ) ; return new SVGOMMatrix ( loc0 ) ; } |
30,380 | creation callback for initialization concode_field_sep EntityFactoryProxy[] m_node_efproxies concode_elem_sep GenericField.GType[] m_node_gftypes concode_elem_sep NonVolatileNodeValue<E> next concode_field_sep E next concode_elem_sep Iterator<E> iterator concode_elem_sep void initializeAfterRestore concode_elem_sep voi... | void function ( ) { } |
30,381 | gets the feedattributeids value for this feeditemattributeerror . concode_field_sep java.lang.Integer validationErrorCode concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long[] feedAttributeIds concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode... | long [ ] function ( ) { return feedAttributeIds ; } |
30,382 | returns the mime type of the data specified by the given uri string . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String stripFileProtocol concode_elem_sep String getRealPath concode_elem_sep String getRealPath concode_elem_sep String getMimeTypeForExtension concode_elem_sep InputSt... | String function ( String arg0 , CordovaInterface arg1 ) { String loc0 = null ; Uri loc1 = Uri . parse ( arg0 ) ; if ( arg0 . startsWith ( "srini_string" ) ) { loc0 = arg1 . getActivity ( ) . getContentResolver ( ) . getType ( loc1 ) ; } else { loc0 = getMimeTypeForExtension ( loc1 . getPath ( ) ) ; } return loc0 ; } |
30,383 | sets the rounded corners radii . concode_field_sep float[] mCornersRadii concode_elem_sep boolean mRoundAsCircle concode_elem_sep RoundingMethod mRoundingMethod concode_elem_sep int mOverlayColor concode_elem_sep int mBorderColor concode_elem_sep float mBorderWidth concode_field_sep boolean getRoundAsCircle concode_ele... | RoundingParams function ( float arg0 , float arg1 , float arg2 , float arg3 ) { float [ ] loc0 = getOrCreateRoundedCornersRadii ( ) ; loc0 [ 0 ] = loc0 [ 1 ] = arg0 ; loc0 [ 2 ] = loc0 [ 3 ] = arg1 ; loc0 [ 4 ] = loc0 [ 5 ] = arg2 ; loc0 [ 6 ] = loc0 [ 7 ] = arg3 ; return this ; } |
30,384 | sets the label . concode_field_sep String[] optionalPropType concode_elem_sep String words concode_elem_sep String[][] removableValues concode_elem_sep boolean removableNode concode_elem_sep String[] optional concode_elem_sep String[] removableNL concode_elem_sep String[] compulsoryNL concode_elem_sep String uri concod... | void function ( String arg0 ) { words = arg0 ; } |
30,385 | get the http method concode_field_sep String method concode_elem_sep Map parameterMap concode_field_sep Map getParameterMap | String function ( ) { return method ; } |
30,386 | return the first element in ' candidates ' that is contained in ' source ' . if no element in ' candidates ' is present in ' source ' returns null . iteration order is collection implementation specific . concode_field_sep Enumeration<E> enumeration concode_elem_sep Map<K,List<V>> map concode_field_sep Iterator<E> toIt... | E function ( Collection < ? > arg0 , Collection < E > arg1 ) { if ( isEmpty ( arg0 ) || isEmpty ( arg1 ) ) { return null ; } for ( Object loc0 : arg1 ) { if ( arg0 . contains ( loc0 ) ) { return ( E ) loc0 ; } } return null ; } |
30,387 | this pointcut is used to apply audit and acl advice at dao boundary . concode_field_sep PlaceHolder placeHolder concode_field_sep void crud concode_elem_sep void creator concode_elem_sep void loader concode_elem_sep void modifier concode_elem_sep void inWebLayer concode_elem_sep void serviceMethodWithArg concode_elem_s... | void function ( ) { } |
30,388 | sets the file to the asm file passed . concode_field_sep int RUNNING concode_elem_sep File systemFile concode_elem_sep int RUNNABLE concode_elem_sep int EDITED concode_elem_sep int TERMINATED concode_elem_sep boolean systemEdited concode_elem_sep int NO_FILE concode_elem_sep File file concode_elem_sep int NEW_EDITED co... | void function ( File arg0 ) { systemFile = arg0 ; } |
30,389 | returns the osgi service identifier . concode_field_sep RatingsStatsLocalService _ratingsStatsLocalService concode_field_sep com.liferay.ratings.kernel.model.RatingsStats getStats concode_elem_sep com.liferay.ratings.kernel.model.RatingsStats getStats concode_elem_sep java.util.List<com.liferay.ratings.kernel.model.Rat... | java . lang . String function ( ) { return _ratingsStatsLocalService . getOSGiServiceIdentifier ( ) ; } |
30,390 | determine whether the given class is a candidate component based on any @conditional annotations . concode_field_sep Environment environment concode_elem_sep Log logger concode_elem_sep String resourcePattern concode_elem_sep MetadataReaderFactory metadataReaderFactory concode_elem_sep ConditionEvaluator conditionEvalu... | boolean function ( MetadataReader arg0 ) { if ( this . conditionEvaluator == null ) { this . conditionEvaluator = new ConditionEvaluator ( getRegistry ( ) , getEnvironment ( ) , getResourceLoader ( ) ) ; } return ! this . conditionEvaluator . shouldSkip ( arg0 . getAnnotationMetadata ( ) ) ; } |
30,391 | gest parameter value from the 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... | String function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; HttpServletRequest loc1 = ( HttpServletRequest ) loc0 . getExternalContext ( ) . getRequest ( ) ; HttpSession loc2 = loc1 . getSession ( ) ; return loc1 . getParameter ( arg0 ) ; } |
30,392 | return the local host address concode_field_sep PlaceHolder placeHolder concode_field_sep InetAddress getFirstNonLoopbackAddress concode_elem_sep String getHostAddress concode_elem_sep String getHostAddressFromProperty concode_elem_sep InetAddress getInetAddressFromProperty | InetAddress function ( ) { InetAddress loc0 = null ; try { loc0 = getFirstNonLoopbackAddress ( false , false ) ; } catch ( SocketException loc1 ) { loc1 . printStackTrace ( ) ; } if ( loc0 == null ) { loc0 = InetAddress . getLocalHost ( ) ; } return loc0 ; } |
30,393 | sets the value of the value property . concode_field_sep String displayText concode_elem_sep Object parent concode_elem_sep String value concode_field_sep String getValue concode_elem_sep Object getParent concode_elem_sep void afterUnmarshal concode_elem_sep void setDisplayText concode_elem_sep void setParent concode_e... | void function ( String arg0 ) { this . value = arg0 ; } |
30,394 | tagclass setter . concode_field_sep String tagClass concode_elem_sep String description concode_elem_sep ArrayList<AttributeElement> attributes concode_elem_sep String tagName concode_field_sep String getTagClass concode_elem_sep ArrayList<AttributeElement> getAttributes concode_elem_sep void addAttribute concode_elem_... | void function ( String arg0 ) { tagClass = arg0 ; } |
30,395 | returns the attributefinder that was configured , or null if none was configured concode_field_sep boolean multipleRequestHandle concode_elem_sep AttributeFinder attributeFinder concode_elem_sep ResourceFinder resourceFinder concode_elem_sep PolicyFinder policyFinder concode_field_sep PolicyFinder getPolicyFinder conco... | AttributeFinder function ( ) { return attributeFinder ; } |
30,396 | convert an ip string of x.x.x.x to long concode_field_sep BanManager plugin concode_field_sep PlayerData getPlayer concode_elem_sep PlayerData getPlayer concode_elem_sep PlayerData getPlayer concode_elem_sep CloseableIterator<PlayerBanRecord> getBanRecords concode_elem_sep CloseableIterator<IpBanRecord> getBanRecords c... | long function ( String arg0 ) { return IPUtils . toLong ( arg0 ) ; } |
30,397 | list of the valid sqldiff versions concode_field_sep Log log concode_elem_sep String SQLDIFF_CHANGELOG_FILENAME concode_field_sep String getElement concode_elem_sep SortedMap<String,String> getSqlDiffs concode_elem_sep NodeList getDiffNodes | List < String > function ( ) { List < String > loc0 = new Vector < String > ( ) ; loc0 . add ( "srini_string" ) ; return loc0 ; } |
30,398 | sets the value of the xmldiagnosticdata property . concode_field_sep String xmlDiagnosticData concode_elem_sep String xmlDetailedReport concode_elem_sep String xmlSimpleReport concode_field_sep String getXmlDiagnosticData concode_elem_sep void setXmlSimpleReport concode_elem_sep String getXmlSimpleReport concode_elem_s... | void function ( String arg0 ) { this . xmlDiagnosticData = arg0 ; } |
30,399 | the status . concode_field_sep java.util.Date dateValue concode_elem_sep String name concode_elem_sep String additionalInfo concode_elem_sep String message concode_field_sep void setName concode_elem_sep void setName concode_elem_sep String getName concode_elem_sep String getMessage concode_elem_sep void setMessage con... | AssociationStatus function ( AssociationStatusName arg0 ) { setName ( arg0 ) ; return this ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.