idx int64 0 25k | question stringlengths 68 5.14k | target stringlengths 20 503 |
|---|---|---|
4,500 | obtiene el valor de la propiedad arg0 . concode_field_sep double arg2 concode_elem_sep int arg1 concode_elem_sep int arg0 concode_field_sep void setArg0 concode_elem_sep void setArg1 concode_elem_sep void setArg2 concode_elem_sep int getArg1 concode_elem_sep double getArg2 | int function ( ) { return arg0 ; } |
4,501 | gets the content_type value for this projectattachmentdata . concode_field_sep java.util.Calendar date_submitted concode_elem_sep java.lang.String filename concode_elem_sep java.math.BigInteger size concode_elem_sep java.lang.String content_type concode_elem_sep java.math.BigInteger user_id concode_elem_sep java.lang.O... | java . lang . String function ( ) { return content_type ; } |
4,502 | convert int array to integer array concode_field_sep PlaceHolder placeHolder concode_field_sep String nullStrToEmpty concode_elem_sep Long[] transformLongArray concode_elem_sep long[] transformLongArray concode_elem_sep int compare concode_elem_sep boolean isEquals | Integer [ ] function ( int [ ] arg0 ) { Integer [ ] loc0 = new Integer [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 [ loc1 ] = arg0 [ loc1 ] ; } return loc0 ; } |
4,503 | return true if the clocks are running . concode_field_sep int PLAYER_WHITE concode_elem_sep int TWO_COMPUTERS concode_elem_sep int PLAYER_BLACK concode_elem_sep int TWO_PLAYERS concode_elem_sep int ANALYSIS concode_elem_sep int modeNr concode_elem_sep int EDIT_GAME concode_field_sep boolean playerWhite concode_elem_sep... | boolean function ( ) { switch ( modeNr ) { case PLAYER_WHITE : case PLAYER_BLACK : case TWO_PLAYERS : case TWO_COMPUTERS : return true ; default : return false ; } } |
4,504 | returns a string representing the type-encoding of a constructor . the type-encoding of a method is : '' '' + parameter type descriptors + '' v '' xxx this could be faster if it were implemented natively . concode_field_sep PlaceHolder placeHolder concode_field_sep String getEncodingOfMember concode_elem_sep Class getC... | String function ( Constructor arg0 ) { Class [ ] loc0 = arg0 . getParameterTypes ( ) ; StringBuffer loc1 = new StringBuffer ( ) . append ( '(' ) ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) loc1 . append ( getEncodingOfClass ( loc0 [ loc2 ] . getName ( ) , true ) ) ; loc1 . append ( "srini_string" ) ; return... |
4,505 | returns the other . concode_field_sep java.util.Date date concode_elem_sep Float number concode_elem_sep Long parent concode_elem_sep Simple other concode_elem_sep String address concode_elem_sep String name concode_elem_sep int count concode_field_sep void setName concode_elem_sep void setOther concode_elem_sep void i... | Simple function ( ) { return other ; } |
4,506 | go to previous page in history . we manage our own history concode_field_sep PluginManager pluginManager concode_elem_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep BroadcastReceiver receiver concode_elem_sep SystemWebView webView concode_elem_sep CordovaWebView parentWebV... | boolean function ( ) { if ( webView . canGoBack ( ) ) { webView . goBack ( ) ; return true ; } return false ; } |
4,507 | logs the released attribute entry . concode_field_sep Pattern pattern concode_elem_sep long serialVersionUID concode_elem_sep Logger logger concode_field_sep Map<String,Object> filter concode_elem_sep boolean patternMatchesAttributeValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Str... | void function ( final String arg0 , final String arg1 ) { logger . debug ( "srini_string" , arg1 , arg0 , this . pattern . pattern ( ) ) ; } |
4,508 | tests whether item is contained by range concode_field_sep int count concode_elem_sep int first concode_field_sep int getFirst concode_elem_sep int getLast concode_elem_sep int getCount | boolean function ( int arg0 ) { return arg0 >= getFirst ( ) && arg0 <= getLast ( ) ; } |
4,509 | write binay data to a file concode_field_sep PlaceHolder placeHolder concode_field_sep String readContentAsString concode_elem_sep String readContentAsString concode_elem_sep String readContentAsString concode_elem_sep String readContentAsString concode_elem_sep void copyDirectory concode_elem_sep byte[] readContent co... | void function ( byte [ ] arg0 , File arg1 ) { OutputStream loc0 = null ; try { loc0 = new FileOutputStream ( arg1 ) ; loc0 . write ( arg0 ) ; loc0 . flush ( ) ; } catch ( IOException loc1 ) { throw new UnexpectedException ( loc1 ) ; } finally { try { if ( loc0 != null ) loc0 . close ( ) ; } catch ( Exception loc1 ) { }... |
4,510 | public setter concode_field_sep String quantity concode_elem_sep String substance concode_elem_sep Float totalLoad concode_elem_sep long serialVersionUID concode_elem_sep String unii concode_field_sep void addLoad concode_elem_sep String getQuantity concode_elem_sep Float getTotalLoad concode_elem_sep void setQuantity ... | void function ( String arg0 ) { this . unii = arg0 ; } |
4,511 | get untranslated english message to explain the warning concode_field_sep String exception concode_elem_sep int itemid concode_elem_sep String item concode_elem_sep String warningcode concode_elem_sep ArrayList<MoodlePostWarning> warnings concode_elem_sep String debuginfo concode_elem_sep String message concode_elem_se... | String function ( ) { return message ; } |
4,512 | sets the value of the resname property . concode_field_sep String resName concode_elem_sep List<Object> resJndiNameOrResUrl concode_field_sep List<Object> getResJndiNameOrResUrl concode_elem_sep String getResName | void function ( final String arg0 ) { this . resName = arg0 ; } |
4,513 | create an instance of getweather concode_field_sep QName _String_QNAME concode_field_sep GetWeatherResponse createGetWeatherResponse concode_elem_sep JAXBElement<String> createString concode_elem_sep GetCitiesByCountry createGetCitiesByCountry concode_elem_sep GetCitiesByCountryResponse createGetCitiesByCountryResponse | GetWeather function ( ) { return new GetWeather ( ) ; } |
4,514 | gets the root to tip distances from a node . concode_field_sep PlaceHolder placeHolder concode_field_sep void adjustInternalHeights concode_elem_sep void getTipDates concode_elem_sep void getTipDates concode_elem_sep double guessDate concode_elem_sep void setHeightsFromDates | void function ( Tree arg0 , NodeRef arg1 , double arg2 , Variate arg3 ) { if ( arg0 . isExternal ( arg1 ) ) { double loc0 = arg0 . getNodeHeight ( arg1 ) ; arg3 . add ( arg2 - loc0 ) ; } else { getRootToTipDistances ( arg0 , arg0 . getChild ( arg1 , 0 ) , arg2 , arg3 ) ; getRootToTipDistances ( arg0 , arg0 . getChild (... |
4,515 | sets the collection usage threshold for the specified pool to the supplied value . this is only called if this functionality is supported by the virtual machine i.e. the appropriate property , gnu.java.lang.management.collectionusagethresholdsupport , is defined . concode_field_sep PlaceHolder placeHolder concode_field... | void function ( String arg0 , long arg1 ) { } |
4,516 | get the type code of the binding . concode_field_sep Binding[] value concode_field_sep void _read concode_elem_sep void _write | TypeCode function ( ) { return BindingListHelper . type ( ) ; } |
4,517 | get the parent jndi name . eg . java : comp/enc = > java : comp concode_field_sep JndiName parent concode_elem_sep String ENTRY_SEPARATOR concode_elem_sep long serialVersionUID concode_elem_sep String local concode_field_sep String getLocalName concode_elem_sep int hashCode concode_elem_sep JndiName of concode_elem_sep... | JndiName function ( ) { return parent ; } |
4,518 | the id of the childworkflowexecutionstarted event recorded when this child workflow execution was started . this information can be useful for diagnosing problems by tracing back the chain of events leading up to this event . concode_field_sep String result concode_elem_sep WorkflowExecution workflowExecution concode_e... | void function ( Long arg0 ) { this . startedEventId = arg0 ; } |
4,519 | send a debug log message . concode_field_sep String TAG concode_field_sep void printCallStack concode_elem_sep void e concode_elem_sep void e concode_elem_sep void v concode_elem_sep void v concode_elem_sep void w concode_elem_sep void w concode_elem_sep void w concode_elem_sep String buildMessage concode_elem_sep void... | void function ( String arg0 ) { if ( BuildConfig . DEBUG ) android . util . Log . d ( TAG , buildMessage ( arg0 ) ) ; } |
4,520 | answer true iff this lexical form looks like it ends with a time zone . mild trickery is required so that partial dates are not interpreted as time zones as per the syntax expressed in the matchtimezone regular expression -- currently a jena xsddatetime object may have a lexical form which is partial . concode_field_se... | boolean function ( String arg0 ) { return matchTimeZone . matcher ( arg0 ) . find ( ) ; } |
4,521 | add a road . concode_field_sep double[] green concode_elem_sep String textureFileName0 concode_elem_sep float[] middayColor concode_elem_sep float[] sunAmb concode_elem_sep String textureExt2 concode_elem_sep float[] sunColor concode_elem_sep List<Pond> myPonds concode_elem_sep String textureFileName4 concode_elem_sep ... | void function ( double arg0 , double [ ] arg1 ) { Road loc0 = new Road ( arg0 , arg1 ) ; myRoads . add ( loc0 ) ; } |
4,522 | workflow operation concode_field_sep ActivityTypeRegistrationOptions activityTypeRegistrationOptions concode_elem_sep Map<String,Object> clientConfigurationParameters concode_elem_sep String stateResultType concode_elem_sep AmazonSimpleWorkflowClient amazonSWClient concode_elem_sep ActivitySchedulingOptions activitySch... | void function ( String arg0 ) { this . operation = arg0 ; } |
4,523 | skips 'n' items which are available via getnext until a call to next , returning self . concode_field_sep int scrolled concode_elem_sep int position concode_elem_sep long serialVersionUID concode_elem_sep ScoredTerm[] scoredTerms concode_field_sep ResolvedConceptReference next concode_elem_sep ResolvedConceptReferenceL... | ResolvedConceptReferencesIterator function ( int arg0 ) { verifyResources ( ) ; scrolled = Math . max ( 0 , Math . min ( arg0 , numberRemaining ( ) ) ) ; position += scrolled ; return this ; } |
4,524 | asserts that the string text contains the string sequence . if it does n't then an assertionerror will be thrown . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertContainsNot | void function ( String arg0 , String arg1 ) { Assert . assertTrue ( arg0 . contains ( arg1 ) ) ; } |
4,525 | imports a transaction into the subordinationmanager and associates it with thepassed org.jboss.ejb.client.xidtransactionid #getxid xid . returns the imported transaction concode_field_sep InjectedValue<UserTransaction> userTransactionInjectedValue concode_elem_sep InjectedValue<RecoveryManagerService> recoveryManagerSe... | Transaction function ( final XidTransactionID arg0 , final int arg1 ) { final TransactionImporter loc0 = SubordinationManager . getTransactionImporter ( ) ; return loc0 . importTransaction ( arg0 . getXid ( ) , arg1 ) ; } |
4,526 | empty out the cache . concode_field_sep String TAG concode_elem_sep Bitmap mDefaultIcon concode_elem_sep Bitmap titleBitmap concode_elem_sep int INITIAL_ICON_CACHE_CAPACITY concode_elem_sep Bitmap icon concode_elem_sep HashMap<ComponentName,CacheEntry> mCache concode_elem_sep PackageManager mPackageManager concode_elem... | void function ( ) { synchronized ( mCache ) { mCache . clear ( ) ; } } |
4,527 | called when an existing node has a child node added or removed . concode_field_sep ZooKeeperWatcher watcher concode_field_sep void nodeCreated concode_elem_sep void nodeDeleted concode_elem_sep void nodeDataChanged concode_elem_sep ZooKeeperWatcher getWatcher | void function ( String arg0 ) { } |
4,528 | creates a new instance of the specified class name package private so this code is not exposed at the api level . concode_field_sep PlaceHolder placeHolder concode_field_sep ClassLoader getClassLoader | Object function ( ClassLoader arg0 , String arg1 ) { Class loc0 ; if ( arg0 == null ) { loc0 = Class . forName ( arg1 ) ; } else { loc0 = arg0 . loadClass ( arg1 ) ; } return loc0 . newInstance ( ) ; } |
4,529 | set the duration of the effect in seconds concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay... | void function ( float arg0 ) { this . duration = arg0 ; ea . add ( "srini_string" , arg0 ) ; } |
4,530 | reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_el... | void function ( java . io . Reader arg0 ) { ReInit ( arg0 , 1 , 1 , 4096 ) ; } |
4,531 | called when an activity you launched exits , giving you the requestcode you started it with , the resultcode it returned , and any additional data from it . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceN... | void function ( int arg0 , int arg1 , Intent arg2 ) { } |
4,532 | gets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep void setUserName concode_elem_sep String getUserName | String function ( ) { return password ; } |
4,533 | sets the value of the objectid property . concode_field_sep Date date concode_elem_sep Date lastUpdateDate concode_elem_sep String lastUpdateUser concode_elem_sep String requestUserName concode_elem_sep String createUser concode_elem_sep Integer requestUserObjectId concode_elem_sep Integer objectId concode_elem_sep Dat... | void function ( Integer arg0 ) { this . objectId = arg0 ; } |
4,534 | add a single classloaderfile to the collection . concode_field_sep Map<String,SourceFolder> sourceFolders concode_elem_sep Map<String,ClassLoaderFile> files concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep Set<Entry<String,ClassLoaderFile>> getFilesEntrySet... | void function ( String arg0 , String arg1 , ClassLoaderFile arg2 ) { Assert . notNull ( arg0 , "srini_string" ) ; Assert . notNull ( arg1 , "srini_string" ) ; Assert . notNull ( arg2 , "srini_string" ) ; removeAll ( arg1 ) ; getOrCreateSourceFolder ( arg0 ) . add ( arg1 , arg2 ) ; } |
4,535 | return this layout manager 's horizontal gap . concode_field_sep int LAST concode_elem_sep int FIRST concode_elem_sep int MAX concode_elem_sep Hashtable tab concode_elem_sep long serialVersionUID concode_elem_sep int vgap concode_elem_sep int NEXT concode_elem_sep int MIN concode_elem_sep int hgap concode_elem_sep int ... | int function ( ) { return hgap ; } |
4,536 | sets the maxlength . concode_field_sep char[] soundexMapping concode_elem_sep char[] US_ENGLISH_MAPPING concode_elem_sep Soundex US_ENGLISH concode_elem_sep int maxLength concode_elem_sep String US_ENGLISH_MAPPING_STRING concode_field_sep Object encode concode_elem_sep String encode concode_elem_sep char[] getSoundexMa... | void function ( int arg0 ) { this . maxLength = arg0 ; } |
4,537 | centers a frame on the screen based on its current size concode_field_sep PlaceHolder placeHolder concode_field_sep void addGap concode_elem_sep void addGap concode_elem_sep T getChoiceOptional concode_elem_sep ImageIcon getIconFromFile concode_elem_sep T getChoice concode_elem_sep List<T> getChoicesOptional concode_el... | void function ( Frame arg0 ) { Dimension loc0 = arg0 . getToolkit ( ) . getScreenSize ( ) ; Rectangle loc1 = arg0 . getBounds ( ) ; loc1 . width = arg0 . getWidth ( ) ; loc1 . height = arg0 . getHeight ( ) ; loc1 . x = ( loc0 . width - loc1 . width ) / 2 ; loc1 . y = ( loc0 . height - loc1 . height ) / 2 ; arg0 . setBo... |
4,538 | add propertymap as property listener to listeners using key key bycreating and returning a new propertylisteners instance . concode_field_sep Map<String,WeakPropertyMapSet> listeners concode_elem_sep LongAdder listenersAdded concode_elem_sep LongAdder listenersRemoved concode_elem_sep WeakHashMap<PropertyMap,Boolean> m... | PropertyListeners function ( final PropertyListeners arg0 , final String arg1 , final PropertyMap arg2 ) { final PropertyListeners loc0 ; if ( arg0 == null || ! arg0 . containsListener ( arg1 , arg2 ) ) { loc0 = new PropertyListeners ( arg0 ) ; loc0 . addListener ( arg1 , arg2 ) ; return loc0 ; } return arg0 ; } |
4,539 | this convenience method allows to read a org.icefaces.apache.commons.fileupload.fileitemstream 's content into a string . the platform 's default character encoding is used for converting bytes into characters . concode_field_sep int DEFAULT_BUFFER_SIZE concode_field_sep long copy concode_elem_sep long copy | String function ( InputStream arg0 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; copy ( arg0 , loc0 , true ) ; return loc0 . toString ( ) ; } |
4,540 | is this a cjk language where input method support is suggested/required ? concode_field_sep Language instance concode_elem_sep HashMap<String,String> languages concode_elem_sep String PREF_FILE concode_elem_sep File prefFile concode_elem_sep String language concode_elem_sep LanguageBundle bundle concode_elem_sep Map<St... | boolean function ( ) { final String loc0 = getLanguage ( ) ; return ( loc0 . equals ( "srini_string" ) || loc0 . equals ( "srini_string" ) || loc0 . equals ( "srini_string" ) ) ; } |
4,541 | sets the thread that currently owns exclusive access . a null argument indicates that no thread owns access . this method does not otherwise impose any synchronization or volatile field accesses . concode_field_sep Thread exclusiveOwnerThread concode_elem_sep long serialVersionUID concode_field_sep Thread getExclusiveO... | void function ( Thread arg0 ) { exclusiveOwnerThread = arg0 ; } |
4,542 | get the uriresolver used for processing uris encountered on this pipeline concode_field_sep SchemaURIResolver schemaURIResolver concode_elem_sep Controller controller concode_elem_sep ParseOptions parseOptions concode_elem_sep boolean isSerializing concode_elem_sep int hostLanguage concode_elem_sep CopyInformee copyInf... | URIResolver function ( ) { return uriResolver ; } |
4,543 | function : public string getdate description : return the current date . parameters : return : string author : nguyen thai son created date : 07 jan 2002 concode_field_sep String m_strTime concode_elem_sep String m_strDate concode_field_sep void formatDate concode_elem_sep int getDateFromString concode_elem_sep String ... | String function ( ) { return this . m_strDate ; } |
4,544 | it gets a particular itemset from the sequence concode_field_sep int numberOfItems concode_elem_sep List<Itemset> itemsets concode_elem_sep int id concode_field_sep void addItem concode_elem_sep int compare concode_elem_sep int size concode_elem_sep int length concode_elem_sep void setID concode_elem_sep int getId conc... | Itemset function ( int arg0 ) { return itemsets . get ( arg0 ) ; } |
4,545 | ensures that serialization returns the unique instances . concode_field_sep DomainOrder NONE concode_elem_sep DomainOrder ASCENDING concode_elem_sep String name concode_elem_sep DomainOrder DESCENDING concode_elem_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ... | Object function ( ) { if ( this . equals ( DomainOrder . ASCENDING ) ) { return DomainOrder . ASCENDING ; } else if ( this . equals ( DomainOrder . DESCENDING ) ) { return DomainOrder . DESCENDING ; } else if ( this . equals ( DomainOrder . NONE ) ) { return DomainOrder . NONE ; } return null ; } |
4,546 | gets the high scores as a sorted list . concode_field_sep List<ScoreInfo> highScores concode_elem_sep Integer maxSize concode_field_sep void add concode_elem_sep String serialize concode_elem_sep HighScoresTable loadFromFile concode_elem_sep int size concode_elem_sep void load concode_elem_sep void newScore concode_ele... | List < ScoreInfo > function ( ) { return this . highScores ; } |
4,547 | accessor method for output buffer concode_field_sep int input_buffer_size concode_elem_sep short[] TMP_buffer concode_elem_sep int mem_start concode_elem_sep int jobID concode_elem_sep int jobSize concode_elem_sep long cpuStartTime concode_elem_sep long cpuEndTime concode_elem_sep int WAITING concode_elem_sep short[] O... | short [ ] function ( ) { return this . OP_buffer ; } |
4,548 | sets the radius server authentication port . concode_field_sep int DEFAULT_SOCKET_TIMEOUT concode_elem_sep int socketTimeout concode_elem_sep InetAddress inetAddress concode_elem_sep String sharedSecret concode_elem_sep int accountingPort concode_elem_sep int authenticationPort concode_field_sep void setSocketTimeout c... | void function ( final int arg0 ) { this . authenticationPort = arg0 ; } |
4,549 | 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 ) ; } |
4,550 | returns false , since there are no elements . concode_field_sep EmptyEnumeration instance concode_field_sep EmptyEnumeration getInstance concode_elem_sep Object nextElement | boolean function ( ) { return false ; } |
4,551 | gets the value of the imei property . concode_field_sep XMLGregorianCalendar lockExpirationDate concode_elem_sep XMLGregorianCalendar pairingExpirationDate concode_elem_sep String imei concode_elem_sep String subscriberID concode_elem_sep long serialVersionUID concode_elem_sep String imsi concode_elem_sep String msisdn... | String function ( ) { return imei ; } |
4,552 | recover method comment . concode_field_sep Logger log concode_elem_sep SpySession session concode_field_sep void rollback concode_elem_sep int getTransactionTimeout concode_elem_sep int prepare concode_elem_sep void forget concode_elem_sep boolean setTransactionTimeout concode_elem_sep void commit concode_elem_sep void... | Xid [ ] function ( int arg1 ) { if ( log . isTraceEnabled ( ) ) { log . trace ( "srini_string" + arg1 ) ; } return new Xid [ 0 ] ; } |
4,553 | setter for property wx . concode_field_sep float[] vv concode_elem_sep float wx concode_elem_sep float w0y concode_elem_sep BoundingBox boundingBox concode_elem_sep float wy concode_elem_sep List<Ligature> ligatures concode_elem_sep float[] w concode_elem_sep String name concode_elem_sep float[] w0 concode_elem_sep flo... | void function ( float arg0 ) { wx = arg0 ; } |
4,554 | accessor . concode_field_sep MethodCallDTO mParent concode_elem_sep String mParams concode_elem_sep long serialVersionUID concode_elem_sep MethodCallDTO[] mChildren concode_elem_sep int mPosition concode_elem_sep String mGroupColor concode_elem_sep String mRuntimeClassName concode_elem_sep String mBeginTime concode_ele... | String function ( ) { return mThrowableMessage ; } |
4,555 | set the mcfclass . concode_field_sep boolean implRaAssociation concode_elem_sep Definition def concode_elem_sep String cmClass concode_elem_sep List<MethodForConnection> methods concode_elem_sep String connMetaClass concode_elem_sep String cfInterfaceClass concode_elem_sep String cfClass concode_elem_sep boolean define... | void function ( String arg0 ) { this . mcfClass = arg0 ; } |
4,556 | gets the header value for this ctconohchy21rs . concode_field_sep pe.com.grupobbva.ohc.hy21.CtBodyRs data concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep pe.com.grupobbva.xsd.ps9.CtHeaderRs header concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc conc... | pe . com . grupobbva . xsd . ps9 . CtHeaderRs function ( ) { return header ; } |
4,557 | called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = null ; } |
4,558 | creates an instance of heapbytebufferallocator to be usedby http connections for allocating java.nio.bytebuffer objects . this method can be overridden in a super class in order to provide a different implementation of the bytebufferallocator interface . concode_field_sep NHttpServiceHandler handler concode_elem_sep By... | ByteBufferAllocator function ( ) { return new HeapByteBufferAllocator ( ) ; } |
4,559 | get the footer insertion point . concode_field_sep int headerInsertionPoint concode_elem_sep StringBuilder quotedContent concode_elem_sep InsertionLocation insertionLocation concode_elem_sep long serialVersionUID concode_elem_sep StringBuilder userContent concode_elem_sep int footerInsertionPoint concode_field_sep void... | int function ( ) { return footerInsertionPoint ; } |
4,560 | removes all of the source provider listeners . subclasses may extend , but must not override . concode_field_sep IEvaluationContext currentState concode_elem_sep IEvaluationContext context concode_elem_sep Collection providers concode_field_sep void removeSourceProvider concode_elem_sep void changeVariable concode_elem... | void function ( ) { final Iterator loc0 = providers . iterator ( ) ; while ( loc0 . hasNext ( ) ) { final ISourceProvider loc1 = ( ISourceProvider ) loc0 . next ( ) ; loc1 . removeSourceProviderListener ( this ) ; } providers . clear ( ) ; } |
4,561 | internal return the hash for the key . the default implementation just returns the key , which is not appropriate for general purpose use . concode_field_sep int emptyVal concode_elem_sep int[] keys concode_elem_sep int rehashCount concode_elem_sep int count concode_field_sep int getSlot concode_elem_sep int size conco... | int function ( int arg0 ) { return arg0 ; } |
4,562 | sets the humidity . concode_field_sep Double visibility concode_elem_sep Integer humidity concode_elem_sep Double pressure concode_elem_sep String pressureTrend concode_elem_sep Integer uvIndex concode_elem_sep Integer ozone concode_field_sep String getPressureTrend concode_elem_sep Integer getUvIndex concode_elem_sep ... | void function ( Integer arg0 ) { this . humidity = arg0 ; } |
4,563 | retrieves the next compiled statement identifier in the sequence . concode_field_sep Database database concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep LongKeyHashMap csidMap concode_elem_sep long next_cs_id concode_elem_sep LongKeyIntValueHashMap useMap concode_field_sep Statement compile concode_elem_sep voi... | long function ( ) { next_cs_id ++ ; return next_cs_id ; } |
4,564 | get this node 's width , as defined in the style . concode_field_sep CSSNode mParent concode_elem_sep CSSNode nextAbsoluteChild concode_elem_sep CSSStyle style concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep MeasureFunction mMeasureFunction concode_elem_sep CachedCSSLayout ... | float function ( ) { return style . dimensions [ DIMENSION_WIDTH ] ; } |
4,565 | fills the meta data in the specified buffer concode_field_sep int END_OF_METADATA concode_elem_sep int MONITOR_VERSION_OFFSET concode_elem_sep int COUNTER_LABELS_BUFFER_LENGTH_OFFSET concode_elem_sep int META_DATA_LENGTH concode_elem_sep int MONITOR_VERSION concode_elem_sep int COUNTER_VALUES_BUFFER_LENGTH_OFFSET conco... | void function ( final UnsafeBuffer arg0 , final int arg1 , final int arg2 ) { arg0 . putInt ( monitorVersionOffset ( 0 ) , MONITOR_VERSION ) ; arg0 . putInt ( counterLabelsBufferLengthOffset ( 0 ) , arg1 ) ; arg0 . putInt ( counterValuesBufferLengthOffset ( 0 ) , arg2 ) ; } |
4,566 | register bouncycastle provider . concode_field_sep PlaceHolder placeHolder concode_field_sep void testKeySizes concode_elem_sep void testGetDefaultSet | void function ( ) { Security . addProvider ( new BouncyCastleProvider ( ) ) ; } |
4,567 | allocates a contiguous block of memory . note that the allocated memory is not guaranteed to be zeroed out call ` zero ` on the result if this is necessary . this method is intended to be used for allocating operators ' internal data structures . for data pages that you want to exchange between operators , consider usi... | MemoryBlock function ( long arg0 ) { final MemoryBlock loc0 = executorMemoryManager . allocate ( arg0 ) ; allocatedNonPageMemory . add ( loc0 ) ; return loc0 ; } |
4,568 | set content-disposition parameter : filename concode_field_sep int P_MODIFICATION_DATE concode_elem_sep int P_DEP_FILENAME concode_elem_sep String TAG concode_elem_sep int P_CONTENT_LOCATION concode_elem_sep int P_DEP_DOMAIN concode_elem_sep byte[] mPartData concode_elem_sep int P_MAC concode_elem_sep int P_CONTENT_DIS... | byte [ ] function ( ) { return ( byte [ ] ) mPartHeader . get ( P_FILENAME ) ; } |
4,569 | whether two nameaddresses are equals concode_field_sep String name concode_elem_sep SipURL url concode_field_sep boolean hasDisplayName concode_elem_sep void removeDisplayName concode_elem_sep void setAddress concode_elem_sep String getDisplayName concode_elem_sep Object clone concode_elem_sep SipURL getAddress concode... | boolean function ( NameAddress arg0 ) { return ( name == arg0 . name && url == arg0 . url ) ; } |
4,570 | digests the original expression into a pure named regex concode_field_sep boolean ready concode_elem_sep Map<String,String> regexDictionary concode_elem_sep Logger logger concode_field_sep Grok compileExpression concode_elem_sep void addDictionary concode_elem_sep void addDictionary concode_elem_sep void addDictionary ... | String function ( String arg0 ) { throwErrorIfDictionaryIsNotReady ( ) ; return digestExpressionAux ( arg0 ) ; } |
4,571 | create a userdetailsrepositoryresourcefactorybean with the location of a resource that is a properties file in the format defined in userdetailsresourcefactorybean concode_field_sep UserDetailsResourceFactoryBean userDetails concode_field_sep void setResourceLocation concode_elem_sep MapUserDetailsRepository getObject ... | UserDetailsRepositoryResourceFactoryBean function ( String arg0 ) { UserDetailsRepositoryResourceFactoryBean loc0 = new UserDetailsRepositoryResourceFactoryBean ( ) ; loc0 . setResourceLocation ( arg0 ) ; return loc0 ; } |
4,572 | calculates a mixed color from two colors by interpolating the rgb parts using a mix ratio . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRoundedRectangle | Color function ( Color arg0 , Color arg1 , int arg2 ) { return new Color ( arg0 . getDevice ( ) , arg0 . getRed ( ) + ( arg1 . getRed ( ) - arg0 . getRed ( ) ) * arg2 / 255 , arg0 . getGreen ( ) + ( arg1 . getGreen ( ) - arg0 . getGreen ( ) ) * arg2 / 255 , arg0 . getBlue ( ) + ( arg1 . getBlue ( ) - arg0 . getBlue ( )... |
4,573 | returns the selection containing the specific offset , or null if there is no selection at that offset . concode_field_sep List<Selection> selection concode_elem_sep TextArea textArea concode_field_sep int getSelectionCount concode_elem_sep void removeFromSelection concode_elem_sep Selection[] getSelection concode_elem... | Selection function ( int arg0 ) { if ( selection != null ) { for ( Selection loc0 : selection ) { if ( arg0 >= loc0 . start && arg0 <= loc0 . end ) return loc0 ; } } return null ; } |
4,574 | prints a message at verbose priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void prin... | void function ( String arg0 , String arg1 ) { v ( arg0 , arg1 , null ) ; } |
4,575 | return task id . concode_field_sep String setName concode_elem_sep Value[] functionArgs concode_elem_sep String functionName concode_elem_sep String indexName concode_elem_sep boolean returnData concode_elem_sep String resourcePath concode_elem_sep String namespace concode_elem_sep Filter[] filters concode_elem_sep Cla... | long function ( ) { return taskId ; } |
4,576 | the default behavior of this method is to return getparameter string name on the wrapped request object . concode_field_sep ServletRequest request concode_field_sep void setRequest concode_elem_sep int getLocalPort concode_elem_sep String getRemoteAddr concode_elem_sep ServletContext getServletContext concode_elem_sep ... | String function ( String arg0 ) { return this . request . getParameter ( arg0 ) ; } |
4,577 | insert the adapternonexistent into the given any . concode_field_sep TypeCode typeCode concode_field_sep AdapterNonExistent extract concode_elem_sep AdapterNonExistent read concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write | void function ( Any arg0 , AdapterNonExistent arg1 ) { arg0 . insert_Streamable ( new EmptyExceptionHolder ( arg1 , type ( ) ) ) ; } |
4,578 | the resolution value , expressed in the unit returned by #getresolutionunit concode_field_sep long resolutionValue concode_elem_sep String coverageId concode_elem_sep String[] DURATION_UNITS concode_elem_sep String resolutionUnit concode_elem_sep Logger LOGGER concode_elem_sep ReaderDimensionsAccessor accessor concode_... | long function ( ) { return resolutionValue ; } |
4,579 | 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 , Throwable arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 , arg2 ) ; } |
4,580 | close the sipinterface . concode_field_sep SipProvider sip_provider concode_elem_sep SipInterfaceListener listener concode_elem_sep Identifier id concode_field_sep SipProvider getSipProvider concode_elem_sep void onReceivedMessage concode_elem_sep ConnectionIdentifier sendMessage concode_elem_sep ConnectionIdentifier s... | void function ( ) { sip_provider . removeSipProviderListener ( id ) ; } |
4,581 | returns the requirements needed to build this block . when the requirements are met , they will be removed all at once from the builder , before calling buildblock . concode_field_sep int blockId concode_field_sep boolean ignoreBuilding concode_elem_sep void postProcessing concode_elem_sep ItemStack useItem concode_ele... | void function ( BptSlotInfo arg0 , IBptContext arg1 , LinkedList < ItemStack > arg2 ) { if ( arg0 . blockId != 0 ) { if ( arg0 . storedRequirements . size ( ) != 0 ) { arg2 . addAll ( arg0 . storedRequirements ) ; } else { arg2 . add ( new ItemStack ( arg0 . blockId , 1 , arg0 . meta ) ) ; } } } |
4,582 | get the database parent of current node . concode_field_sep int indexProgress concode_elem_sep AbstractElementDatabase dataObject concode_elem_sep boolean isLoading concode_elem_sep boolean isSearched concode_elem_sep boolean isProgressing concode_elem_sep boolean isSelected concode_elem_sep boolean isRunning concode_e... | AbstractElementDatabase function ( ) { return dataObject . getParent ( ) ; } |
4,583 | returns the id of the user concode_field_sep twitter4j.internal.http.HttpResponse res concode_elem_sep z_T4JInternalFactory factory concode_elem_sep User target concode_field_sep int getUtcOffset concode_elem_sep URL getProfileImageUrlHttps concode_elem_sep int getFavouritesCount concode_elem_sep String getLocation con... | long function ( ) { return getTarget ( ) . getId ( ) ; } |
4,584 | the transaction has canceled , and the participant should undo any work . the participant can not have informed the coordinator that it has completed . concode_field_sep Logger log concode_elem_sep HashMap<String,Set<BACoordinationCompletionParticipant>> participants concode_elem_sep List<String> values concode_elem_se... | void function ( ) { eventLog . addEvent ( participantName , EventLogEvent . CANCEL ) ; log . info ( "srini_string" + EventLogEvent . CANCEL ) ; removeParticipant ( txID , this ) ; } |
4,585 | returns a the specified number of samples by calling #sample ina loop . concode_field_sep double lambda concode_elem_sep double mean concode_field_sep double getLambda concode_elem_sep double getMean | double [ ] function ( int arg0 ) { if ( arg0 <= 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } double loc0 [ ] = new double [ arg0 ] ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { loc0 [ loc1 ] = sample ( ) ; } return loc0 ; } |
4,586 | get the number of attribute nodes in the list concode_field_sep NamedNodeMap m_attrs concode_elem_sep int m_lastIndex concode_elem_sep DOMHelper m_dh concode_field_sep String getValue concode_elem_sep String getValue concode_elem_sep String getValue concode_elem_sep String getLocalName concode_elem_sep int getIndex con... | int function ( ) { return m_attrs . getLength ( ) ; } |
4,587 | answer a string describing this statement in a vagely pretty way , with the representations of the subject , predicate , and object in that order . concode_field_sep ModelCom model concode_field_sep Resource getSubject concode_elem_sep Resource getResource concode_elem_sep Model getModel concode_elem_sep RDFNode getObj... | String function ( ) { return "srini_string" + getSubject ( ) . toString ( ) + "srini_string" + getPredicate ( ) . toString ( ) + "srini_string" + objectString ( getObject ( ) ) + "srini_string" ; } |
4,588 | decrements the reference count and returns whether the reference counter entered the disposed state . if the method returns true , the decrement operation disposed the counter . otherwise it returns false . concode_field_sep int disposeOnReferenceCount concode_elem_sep int referenceCount concode_elem_sep boolean isDisp... | boolean function ( ) { synchronized ( lock ) { if ( isDisposed ) { return false ; } referenceCount -- ; if ( referenceCount <= disposeOnReferenceCount ) { isDisposed = true ; } return isDisposed ; } } |
4,589 | instructs the lognode to print the log data provided . other lognodes can be chained to the end of the lognode as desired . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNod... | void function ( int arg0 , String arg1 , String arg2 ) { println ( arg0 , arg1 , arg2 , null ) ; } |
4,590 | sets the entity description resolver . concode_field_sep EntityNamespaceResolver<T> entityNamespaceResolver concode_elem_sep EntityCodeResolver<T> entityCodeResolver concode_elem_sep EntityDescriptionResolver<T> entityDescriptionResolver concode_field_sep EntityNamespaceResolver<T> getEntityNamespaceResolver concode_el... | void function ( EntityDescriptionResolver < T > arg0 ) { this . entityDescriptionResolver = arg0 ; } |
4,591 | set the configuration , execution and input data relating to the execution of the application . job . note : the structure of the data is up to the provider implementation eg : gramprovider , ec2provider . it is strongly encouraged to include in this field all the information excluding descriptor data & any sensitive d... | void function ( String arg0 ) { this . jobData = arg0 ; } |
4,592 | retrieves the response from the map matching the given key , blocking until it is received . concode_field_sep ConcurrentHashMap<K,SlotFuture<V>> map concode_field_sep void put | V function ( K arg0 ) { map . putIfAbsent ( arg0 , new SlotFuture < V > ( ) ) ; V loc0 = Util . safeGet ( map . get ( arg0 ) , "srini_string" ) ; map . remove ( arg0 ) ; return loc0 ; } |
4,593 | create a description named name . generally , you will add children to this description . concode_field_sep Annotation[] fAnnotations concode_elem_sep Serializable fUniqueId concode_elem_sep Description TEST_MECHANISM concode_elem_sep Pattern METHOD_AND_CLASS_NAME_PATTERN concode_elem_sep String fDisplayName concode_el... | Description function ( String arg0 , Serializable arg1 , Annotation ... arg2 ) { return new Description ( arg0 , arg1 , arg2 ) ; } |
4,594 | interpolation function . for the given value of x , the interpolate calculates the y value on the line defined by the two points xmin , ymin and xmax , ymax . concode_field_sep Name RANGE_NAME concode_elem_sep Name FUNCTIONTYPE_NAME concode_elem_sep Logger logger concode_elem_sep float[] domain concode_elem_sep float[]... | float function ( float arg0 , float arg1 , float arg2 , float arg3 , float arg4 ) { return ( ( arg0 - arg1 ) * ( arg4 - arg3 ) / ( arg2 - arg1 ) ) + arg3 ; } |
4,595 | sets the value of the lastaccessed property . concode_field_sep Long messageCount concode_elem_sep Calendar created concode_elem_sep String polling concode_elem_sep String ownerId concode_elem_sep String queueUri concode_elem_sep Long minWaitTime concode_elem_sep Long idleTimeout concode_elem_sep String name concode_el... | void function ( Calendar arg0 ) { this . lastAccessed = arg0 ; } |
4,596 | returns true if this user object is for a user with the database administrator role . concode_field_sep HsqlName initialSchema concode_elem_sep String sName concode_elem_sep Grantee grantee concode_elem_sep boolean isPublic concode_elem_sep boolean isSys concode_elem_sep String sPassword concode_field_sep void setPassw... | boolean function ( ) { return isSys ; } |
4,597 | discard the current , and return true iff there is another head to replace it . concode_field_sep DateValue head concode_elem_sep boolean inclusion concode_elem_sep int nInclusionsRemaining concode_elem_sep Comparator<HeapElement> CMP concode_elem_sep HeapElement pending concode_elem_sep RecurrenceIterator it concode_e... | boolean function ( ) { if ( ! it . hasNext ( ) ) { return false ; } head = it . next ( ) ; comparable = DateValueComparison . comparable ( head ) ; return true ; } |
4,598 | this will set the subtype of the external data dictionary . concode_field_sep COSDictionary dataDictionary concode_field_sep String getType concode_elem_sep String getSubtype concode_elem_sep COSDictionary getDictionary concode_elem_sep COSBase getCOSObject | void function ( String arg0 ) { this . getDictionary ( ) . setName ( COSName . SUBTYPE , arg0 ) ; } |
4,599 | convert a ipv4 netmask integer to a prefix length concode_field_sep int RESET_IPV4_ADDRESSES concode_elem_sep String TAG concode_elem_sep int RESET_IPV6_ADDRESSES concode_elem_sep int RESET_ALL_ADDRESSES concode_field_sep String[] makeStrings concode_elem_sep void markSocket concode_elem_sep boolean runDhcpRenew concod... | int function ( int arg0 ) { return Integer . bitCount ( arg0 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.