idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
11,300 | sets the call video provider for a call . concode_field_sep Set<IConnectionServiceAdapter> mAdapters concode_field_sep void setRinging concode_elem_sep void setRingbackRequested concode_elem_sep void setAddress concode_elem_sep void removeAdapter concode_elem_sep void setCallerDisplayName concode_elem_sep void setOnHol... | void function ( String arg0 , Connection . VideoProvider arg1 ) { for ( IConnectionServiceAdapter loc0 : mAdapters ) { try { loc0 . setVideoProvider ( arg0 , arg1 == null ? null : arg1 . getInterface ( ) ) ; } catch ( RemoteException loc1 ) { } } } |
11,301 | cleans up the connection to the server by sending a termination message and then closing the connection . concode_field_sep TCPConnection connectionToServer concode_elem_sep FileMapping fileMap concode_elem_sep boolean closed concode_field_sep void populateFileMap concode_elem_sep void sendAvailableFilesToServer concod... | void function ( String arg0 ) { if ( ! closed ) { byte [ ] loc0 = ConnectionUtils . constructTerminateMessage ( arg0 ) ; connectionToServer . send ( loc0 ) ; connectionToServer . close ( ) ; closed = true ; } } |
11,302 | setter method to set the casetype used to store the nature of the case concode_field_sep Integer customerType concode_elem_sep Integer callSource concode_elem_sep Date endDate concode_elem_sep Integer caseStatus concode_elem_sep long serialVersionUID concode_elem_sep Integer subCategoryId concode_elem_sep String circle... | void function ( String arg0 ) { this . caseType = arg0 ; } |
11,303 | add a command to the high priority queue concode_field_sep Vector<String> level3 concode_elem_sep Vector<String> level2 concode_elem_sep Semaphore commandsAvailable concode_elem_sep Vector<String> level1 concode_field_sep void addMediumLevel concode_elem_sep String getCommand concode_elem_sep int numCommands concode_el... | void function ( String arg0 ) { this . level1 . add ( arg0 ) ; commandsAvailable . release ( ) ; } |
11,304 | sets the modified date of this w s r p consumer portlet . concode_field_sep WSRPConsumerPortlet _wsrpConsumerPortlet concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExp... | void function ( java . util . Date arg0 ) { _wsrpConsumerPortlet . setModifiedDate ( arg0 ) ; } |
11,305 | ends an object . concode_field_sep StringBuilder params concode_field_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep J... | JSONBuilder function ( ) { params . append ( "srini_string" ) ; return this ; } |
11,306 | sets the value of the amount property . concode_field_sep Double amount concode_elem_sep long serialVersionUID concode_elem_sep String type concode_field_sep String getType concode_elem_sep void setType concode_elem_sep Double getAmount | void function ( Double arg0 ) { this . amount = arg0 ; } |
11,307 | never use this method directly . concode_field_sep PlaceHolder placeHolder concode_field_sep String pop concode_elem_sep int getDepth concode_elem_sep void setMaxDepth concode_elem_sep void inherit concode_elem_sep void clear concode_elem_sep Stack cloneStack concode_elem_sep void push concode_elem_sep void remove conc... | String function ( ) { return org . apache . logging . log4j . ThreadContext . peek ( ) ; } |
11,308 | utility method that calculates the number of rows required for a specified number of columns . concode_field_sep int columns concode_elem_sep int intValue concode_elem_sep int NUMBER_OF_ITEMS concode_elem_sep DataModel rowDataModel concode_elem_sep SelectItem[] columnsItems concode_elem_sep Object column concode_elem_s... | void function ( ) { rows = NUMBER_OF_ITEMS / columns ; if ( ( NUMBER_OF_ITEMS % columns ) != 0 ) { rows += 1 ; } } |
11,309 | indicates whether pjl generation is disabled . concode_field_sep float ditheringQuality concode_elem_sep PCLRenderingMode renderingMode concode_elem_sep boolean disabledPJL concode_elem_sep Log log concode_elem_sep FOUserAgent userAgent concode_elem_sep boolean useColorCanvas concode_elem_sep boolean allTextAsBitmaps c... | boolean function ( ) { return this . disabledPJL ; } |
11,310 | returns the primary of this website . concode_field_sep Website _website concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boole... | boolean function ( ) { return _website . getPrimary ( ) ; } |
11,311 | sets the value of the params property . concode_field_sep PublishResponseTypeParams params concode_elem_sep String operation concode_field_sep String getOperation concode_elem_sep void setOperation concode_elem_sep PublishResponseTypeParams getParams | void function ( PublishResponseTypeParams arg0 ) { this . params = arg0 ; } |
11,312 | set endianness concode_field_sep ServerManager serverManager concode_elem_sep String protocol concode_elem_sep String address concode_elem_sep Integer port concode_elem_sep Bootstrap bootstrap concode_elem_sep ChannelGroup allChannels concode_field_sep void setPipelineFactory concode_elem_sep Integer getPort concode_el... | void function ( ByteOrder arg0 ) { bootstrap . setOption ( "srini_string" , new HeapChannelBufferFactory ( arg0 ) ) ; bootstrap . setOption ( "srini_string" , new HeapChannelBufferFactory ( arg0 ) ) ; } |
11,313 | gets the value of the u property . concode_field_sep Object parent concode_elem_sep String c concode_elem_sep Boolean u concode_elem_sep XMLGregorianCalendar v concode_elem_sep Boolean f concode_elem_sep List<CTX> x concode_elem_sep Long cp concode_field_sep void setV concode_elem_sep Object getParent concode_elem_sep ... | Boolean function ( ) { return u ; } |
11,314 | putint methods ... concode_field_sep long SIZEOF_BYTE concode_elem_sep long SIZEOF_DOUBLE concode_elem_sep long SIZEOF_FLOAT concode_elem_sep long baseAddress concode_elem_sep long SIZEOF_INT concode_elem_sep long curAddress concode_elem_sep long SIZEOF_LONG concode_elem_sep Unsafe unsafe concode_elem_sep int COPY_FROM... | RenderBuffer function ( int arg0 , int arg1 ) { unsafe . putInt ( baseAddress + arg0 , arg1 ) ; return this ; } |
11,315 | maps the given stack to the given page of the entry . concode_field_sep LexiconEntry entry concode_elem_sep Map<String,EntryData> mappings concode_elem_sep int page concode_field_sep String stackToString concode_elem_sep EntryData getDataForStack concode_elem_sep void remove | void function ( ItemStack arg0 , LexiconEntry arg1 , int arg2 , boolean arg3 ) { EntryData loc0 = new EntryData ( arg1 , arg2 ) ; String loc1 = stackToString ( arg0 ) ; if ( arg3 || ! mappings . containsKey ( loc1 ) ) mappings . put ( loc1 , loc0 ) ; if ( arg1 . getIcon ( ) == null ) arg1 . setIcon ( arg0 . copy ( ) ) ... |
11,316 | returns the address concode_field_sep String lastName concode_elem_sep CreditCard creditCard concode_elem_sep FlyerBean flyerBean concode_elem_sep UIInput emailConfirmComp concode_elem_sep String NAVIGATION_STEP_2 concode_elem_sep boolean step2 concode_elem_sep String confirmEmail concode_elem_sep Logger logger concode... | Address function ( ) { return address ; } |
11,317 | the earliest time for which data will be exported . concode_field_sep Log logger concode_elem_sep AtomicBoolean processing concode_elem_sep String prefix concode_elem_sep Date earliestTimestamp concode_elem_sep boolean sendLatest concode_elem_sep boolean ignoreTimestamps concode_elem_sep Date latestTimestamp concode_fi... | void function ( Date arg0 ) { this . earliestTimestamp = arg0 ; } |
11,318 | append a hexadecimal string representation of the md5 digest of the given inputstream to the given stringbuilder . concode_field_sep String MD5_ALGORITHM_NAME concode_elem_sep char[] HEX_CHARS concode_field_sep char[] digestAsHexChars concode_elem_sep char[] digestAsHexChars concode_elem_sep char[] encodeHex concode_el... | StringBuilder function ( InputStream arg0 , StringBuilder arg1 ) { return appendDigestAsHex ( MD5_ALGORITHM_NAME , arg0 , arg1 ) ; } |
11,319 | return the length of this vector . concode_field_sep float x concode_elem_sep float y concode_elem_sep long serialVersionUID concode_field_sep Vec2 mulLocal concode_elem_sep Vec2 sub concode_elem_sep Vec2 addLocal concode_elem_sep Vec2 addLocal concode_elem_sep void absToOut concode_elem_sep Vec2 mul concode_elem_sep v... | float function ( ) { return MathUtils . sqrt ( x * x + y * y ) ; } |
11,320 | information about the association . concode_field_sep AssociationDescription associationDescription concode_field_sep DescribeAssociationResult withAssociationDescription concode_elem_sep AssociationDescription getAssociationDescription concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Desc... | void function ( AssociationDescription arg0 ) { this . associationDescription = arg0 ; } |
11,321 | get string run time configuration concode_field_sep Bundle configurations concode_elem_sep RuntimeConfig INSTANCE concode_elem_sep boolean isManaged concode_field_sep boolean isManagedApp concode_elem_sep boolean hasRestrictionsProvider concode_elem_sep RuntimeConfig getRuntimeConfig concode_elem_sep String[] getString... | String function ( ConfigKey arg0 ) { return ( configurations == null ? null : configurations . getString ( arg0 . name ( ) ) ) ; } |
11,322 | disposes the texture for each sprite for each particleemitter . concode_field_sep Array<ParticleEmitter> emitters concode_elem_sep BoundingBox bounds concode_elem_sep boolean ownsTexture concode_field_sep void setDuration concode_elem_sep void loadEmitters concode_elem_sep void setEmittersCleanUpBlendFunction concode_e... | void function ( ) { if ( ! ownsTexture ) return ; for ( int loc0 = 0 , loc1 = emitters . size ; loc0 < loc1 ; loc0 ++ ) { ParticleEmitter loc2 = emitters . get ( loc0 ) ; loc2 . getSprite ( ) . getTexture ( ) . dispose ( ) ; } } |
11,323 | reads the next two bytes as an unsigned value . concode_field_sep byte[] data concode_elem_sep int limit concode_elem_sep int position concode_field_sep int readLittleEndianInt concode_elem_sep int readLittleEndianInt24 concode_elem_sep int readSynchSafeInt concode_elem_sep int readUnsignedIntToInt concode_elem_sep voi... | int function ( ) { return ( data [ position ++ ] & 0xFF ) << 8 | ( data [ position ++ ] & 0xFF ) ; } |
11,324 | activate the bundle concode_field_sep Log log concode_field_sep void unsetRegistryEventingService concode_elem_sep void unsetRegistryService concode_elem_sep void setRegistryEventingService concode_elem_sep void setRegistryService | void function ( ComponentContext arg0 ) { BundleContext loc0 = arg0 . getBundleContext ( ) ; loc0 . registerService ( StoreNotificationService . class , new StoreNotificationService ( ) , null ) ; ComponentManager . registerEvents ( ) ; log . info ( "srini_string" ) ; } |
11,325 | retrieves the default port that a server will try to use in the abscence of an explicitly specified one , given the specified value for whether or not to use secure sockets . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep String[] listLocalInetAddr... | int function ( int arg0 , boolean arg1 ) { switch ( arg0 ) { case SC_PROTOCOL_HSQL : { return arg1 ? SC_DEFAULT_HSQLS_SERVER_PORT : SC_DEFAULT_HSQL_SERVER_PORT ; } case SC_PROTOCOL_HTTP : { return arg1 ? SC_DEFAULT_HTTPS_SERVER_PORT : SC_DEFAULT_HTTP_SERVER_PORT ; } default : { return - 1 ; } } } |
11,326 | sets the credential delegating behavior to the implementation object . concode_field_sep String CLASSNAME concode_elem_sep AS400Credential credential_ concode_field_sep int getVersion concode_elem_sep boolean isCurrent concode_elem_sep AS400Credential swap concode_elem_sep void setCurrentHandle concode_elem_sep int get... | void function ( AS400Credential arg0 ) { if ( arg0 == null ) { Trace . log ( Trace . ERROR , "srini_string" ) ; throw new NullPointerException ( "srini_string" ) ; } credential_ = arg0 ; } |
11,327 | sets the proxy selection policy to be used if no #setproxy proxy is specified explicitly . the proxy selector may return multiple proxies ; in that case they will be tried in sequence until a successful connection is established . if unset , the proxyselector #getdefault system-wide default proxy selector will be used ... | OkHttpClient function ( ProxySelector arg0 ) { this . proxySelector = arg0 ; return this ; } |
11,328 | returns the revision string . concode_field_sep int totalCount concode_elem_sep int distinctCount concode_elem_sep int[] nominalCounts concode_elem_sep weka.experiment.Stats numericStats concode_elem_sep int realCount concode_elem_sep int missingCount concode_elem_sep long serialVersionUID concode_elem_sep int intCount... | String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; } |
11,329 | set the name of the required top-level element of the document to be validated that is , the name of the outermost element of the document . if no value is supplied , there is no constraint on the required element name concode_field_sep ErrorListener errorListener concode_elem_sep boolean lax concode_elem_sep boolean u... | void function ( QName arg0 ) { documentElementName = arg0 ; } |
11,330 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep Test test concode_field_sep void setTest concode_elem_sep GetTestResult withTest concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep GetTestResult clone concode_elem_sep Test getTest | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getTest ( ) != null ) loc0 . append ( "srini_string" + getTest ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
11,331 | returns the arguments of this expression concode_field_sep String[] usage concode_elem_sep FindOptions options concode_elem_sep LinkedList<String> arguments concode_elem_sep Configuration conf concode_elem_sep String[] help concode_elem_sep LinkedList<Expression> children concode_field_sep void prepare concode_elem_sep... | List < String > function ( ) { return this . arguments ; } |
11,332 | this method returns the y coordinate value of the upper leftmost drawable area of the paper . concode_field_sep int orientation concode_elem_sep Paper paper concode_elem_sep int REVERSE_LANDSCAPE concode_elem_sep int LANDSCAPE concode_elem_sep int PORTRAIT concode_field_sep void setOrientation concode_elem_sep double g... | double function ( ) { return paper . getImageableY ( ) ; } |
11,333 | internal frame activated concode_field_sep PlaceHolder placeHolder concode_field_sep void internalFrameOpened concode_elem_sep void internalFrameDeactivated concode_elem_sep void internalFrameClosed concode_elem_sep void internalFrameIconified concode_elem_sep void internalFrameDeiconified concode_elem_sep void interna... | void function ( InternalFrameEvent arg0 ) { } |
11,334 | xml writer error : 0 concode_field_sep Localizer localizer concode_elem_sep LocalizableMessageFactory messageFactory concode_field_sep String FASTINFOSET_DECODING_NOT_ACCEPTED concode_elem_sep Localizable localizableINVALID_PROPERTY_VALUE_INTEGER concode_elem_sep String XMLREADER_IO_EXCEPTION concode_elem_sep Localizab... | String function ( Object arg0 ) { return localizer . localize ( localizableXMLWRITER_NESTED_ERROR ( arg0 ) ) ; } |
11,335 | sets the value of the lastupdate property . concode_field_sep String preferredLanguage concode_elem_sep XMLGregorianCalendar lastUpdate concode_elem_sep List<Object> any concode_field_sep void setPreferredLanguage concode_elem_sep String getPreferredLanguage concode_elem_sep XMLGregorianCalendar getLastUpdate concode_e... | void function ( XMLGregorianCalendar arg0 ) { this . lastUpdate = arg0 ; } |
11,336 | sets the holder . if null is given any will do . concode_field_sep Date attributeCertificateValid concode_elem_sep Collection targetNames concode_elem_sep BigInteger serialNumber concode_elem_sep X509AttributeCertificate attributeCert concode_elem_sep AttributeCertificateHolder holder concode_elem_sep Collection target... | void function ( AttributeCertificateHolder arg0 ) { this . holder = arg0 ; } |
11,337 | gets the value of the reservationcode property . concode_field_sep String tokenKey concode_elem_sep String hash concode_elem_sep String reservationCode concode_field_sep String getTokenKey concode_elem_sep String getHash concode_elem_sep void setReservationCode concode_elem_sep void setHash concode_elem_sep void setTok... | String function ( ) { return reservationCode ; } |
11,338 | `` interface abc : operation myopp2 myparamopp param1 : integer , param2 : boolean : string in event event2 var myint : integer entrypoint entrypoint exitpoint exitpoint concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep StextResource getReso... | Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; } |
11,339 | reset to initial state concode_field_sep int mode concode_elem_sep int rangePosition concode_elem_sep int size concode_elem_sep SessionInterface session concode_elem_sep int currentPos concode_elem_sep long id concode_elem_sep boolean isIterator concode_field_sep boolean next concode_elem_sep int getRowNumber concode_e... | void function ( ) { currentPos = - 1 ; } |
11,340 | returns the hash code of the activator . concode_field_sep long serialVersionUID concode_elem_sep UID uid concode_elem_sep Activator activator concode_elem_sep ActivationGroup group concode_field_sep void writeObject concode_elem_sep boolean equals concode_elem_sep Remote activate concode_elem_sep String toString conco... | int function ( ) { return uid == null ? 0 : uid . hashCode ( ) ; } |
11,341 | returns a range of all the accounts . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil #all_po... | java . util . List < com . liferay . portal . model . Account > function ( int arg0 , int arg1 ) { return getPersistence ( ) . findAll ( arg0 , arg1 ) ; } |
11,342 | sets this vector to the cross between v and a and returns this . concode_field_sep float x concode_elem_sep float y concode_field_sep Vec2 sub concode_elem_sep Vec2 sub concode_elem_sep void rotate concode_elem_sep float distance concode_elem_sep float distance concode_elem_sep Vec2 mul concode_elem_sep Vec2 mul concod... | Vec2 function ( Vec2 arg0 , float arg1 ) { return cross ( arg0 , arg1 , this ) ; } |
11,343 | change the timezone used to format dates concode_field_sep SimpleDateFormat simpleDateFormat concode_elem_sep Properties translate concode_field_sep String quote concode_elem_sep TimeZone getTimeZone concode_elem_sep boolean translateCommand concode_elem_sep String format concode_elem_sep String convertDateFormat | void function ( TimeZone arg0 ) { simpleDateFormat . setTimeZone ( arg0 ) ; } |
11,344 | sets the preserve case attribute concode_field_sep Image file concode_elem_sep boolean preserveCase concode_elem_sep List listeners concode_elem_sep Image dir concode_field_sep String getText concode_elem_sep void dispose concode_elem_sep void removeListener concode_elem_sep Image getImage concode_elem_sep boolean isLa... | void function ( boolean arg0 ) { this . preserveCase = arg0 ; LabelProviderChangedEvent loc0 = new LabelProviderChangedEvent ( this ) ; for ( int loc1 = 0 , loc2 = listeners . size ( ) ; loc1 < loc2 ; loc1 ++ ) { ILabelProviderListener loc3 = ( ILabelProviderListener ) listeners . get ( loc1 ) ; loc3 . labelProviderCha... |
11,345 | returns the artifact filter for the core + extension artifacts . concode_field_sep Set<String> excludedArtifacts concode_elem_sep Set<String> coreArtifacts concode_elem_sep List<ArtifactFilterManagerDelegate> delegates concode_field_sep ArtifactFilter getCoreArtifactFilter concode_elem_sep Set<String> getCoreArtifactEx... | ArtifactFilter function ( ) { Set < String > loc0 = new LinkedHashSet < > ( getExcludedArtifacts ( ) ) ; for ( ArtifactFilterManagerDelegate loc1 : delegates ) { loc1 . addExcludes ( loc0 ) ; } return new ExclusionSetFilter ( loc0 ) ; } |
11,346 | sets the database . concode_field_sep CouchDbConnector dbConnector concode_elem_sep String password concode_elem_sep String dbName concode_elem_sep String userName concode_elem_sep String dbUrl concode_elem_sep StdCouchDbInstance couchInstance concode_field_sep void setPassword concode_elem_sep void disconnect concode_... | void function ( @ Nonnull String arg0 ) { this . dbName = arg0 ; } |
11,347 | returns the minimum outlier . concode_field_sep Number q1 concode_elem_sep Number q3 concode_elem_sep long serialVersionUID concode_elem_sep Number median concode_elem_sep Number minRegularValue concode_elem_sep Number mean concode_elem_sep Number minOutlier concode_elem_sep Number maxRegularValue concode_elem_sep List... | Number function ( ) { return this . minOutlier ; } |
11,348 | gets the value of the person property . concode_field_sep Person person concode_field_sep void setPerson | Person function ( ) { return person ; } |
11,349 | end an object . this method most be called to balance calls to object . 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 concod... | JSONWriter function ( ) { return this . end ( 'k' , '}' ) ; } |
11,350 | sets the factory implementation that this factory will use to produce threads . if the specified argument , f , is null , then this factory uses itself as the implementation . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory getImpl | ThreadFactory function ( ThreadFactory arg0 ) { ThreadFactory loc0 ; loc0 = factory ; factory = ( arg0 == null ) ? this : arg0 ; return loc0 ; } |
11,351 | return the w3c element linked to the swt widget . concode_field_sep String SWT_NODELIST_KEY concode_elem_sep String SWT_ELEMENT_KEY concode_elem_sep Class<?>[] ELEMENT_CONSTRUCTOR_PARAM concode_field_sep Control getControl concode_elem_sep Widget getWidget concode_elem_sep Element getHTMLElement | Element function ( Widget arg0 , CSSEngine arg1 ) { try { return getElement ( arg0 , arg1 , WidgetElement . class ) ; } catch ( Exception loc0 ) { return null ; } } |
11,352 | escapes all regexp special characters in a string . + ? | \ concode_field_sep RegExp regexpEscape concode_elem_sep RegExp regexpWildcardEscape concode_field_sep int getNumberOfMatches concode_elem_sep String createRegExpStringForWildcardPattern concode_elem_sep boolean resetAndTest concode_elem_sep int resetAndGetNumbe... | String function ( String arg0 ) { return regexpEscape . replace ( arg0 , "srini_string" ) ; } |
11,353 | return the object created from reading from the specified resource . concode_field_sep Class<?> resourceLoadClass concode_elem_sep Class<?> testerClass concode_elem_sep ResolvableType type concode_field_sep ObjectContent<T> read concode_elem_sep ObjectContent<T> read concode_elem_sep ObjectContent<T> read concode_elem_... | T function ( Resource arg0 ) { verify ( ) ; return read ( arg0 ) . getObject ( ) ; } |
11,354 | import an example in jboss central copied from : org.jboss.tools.central.test.ui.reddeer.html5test concode_field_sep String STRING_1 concode_elem_sep String PROJECT_NAME concode_elem_sep InternalBrowser centralBrowser concode_elem_sep JavaScriptHelper jsHelper concode_elem_sep String QUICKSTART_SEARCH_STRING concode_el... | void function ( String arg0 ) { log . step ( "srini_string" + arg0 ) ; jsHelper . clickExample ( arg0 ) ; NewProjectExamplesWizardDialogCentral loc0 = new NewProjectExamplesWizardDialogCentral ( ) ; loc0 . finish ( arg0 ) ; } |
11,355 | is the key in this set of integers ? concode_field_sep int[] a concode_field_sep int rank | boolean function ( int arg0 ) { return rank ( arg0 ) != - 1 ; } |
11,356 | specify that all failures which occur while executing sql scripts should be logged but should not cause a failure . defaults to false . concode_field_sep EmbeddedDatabaseFactory databaseFactory concode_elem_sep ResourceDatabasePopulator databasePopulator concode_elem_sep ResourceLoader resourceLoader concode_field_sep ... | EmbeddedDatabaseBuilder function ( boolean arg0 ) { this . databasePopulator . setContinueOnError ( arg0 ) ; return this ; } |
11,357 | sets the value of the currentbalance property . concode_field_sep String endDate concode_elem_sep double rechargeEstWOVas concode_elem_sep double currentBalance concode_elem_sep String errorCode concode_elem_sep double primaryBurnRate concode_elem_sep double currentConsumption concode_elem_sep double rechargeEstVas con... | void function ( double arg0 ) { this . currentBalance = arg0 ; } |
11,358 | sets the svn revision id of this s v n revision . concode_field_sep SVNRevision _svnRevision concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscape... | void function ( long arg0 ) { _svnRevision . setSvnRevisionId ( arg0 ) ; } |
11,359 | returns true if this node is the head of its dominatortree . concode_field_sep DominatorNode parent concode_elem_sep List children concode_elem_sep Object gode concode_field_sep Object getGode concode_elem_sep List getChildren concode_elem_sep DominatorNode getParent concode_elem_sep boolean isTail concode_elem_sep Str... | boolean function ( ) { if ( parent == null ) return true ; else return false ; } |
11,360 | get the reentrantreadwritelock corresponding to the given id concode_field_sep WeakObjectPool<Long,ReentrantReadWriteLock> lockPool concode_elem_sep int NB_CONCURRENT_LOCKS concode_field_sep int purgeAndGetEntryPoolSize concode_elem_sep void waitForWaiters concode_elem_sep void gc concode_elem_sep ReentrantReadWriteLoc... | ReentrantReadWriteLock function ( long arg0 ) { lockPool . purge ( ) ; ReentrantReadWriteLock loc0 = lockPool . get ( arg0 ) ; return loc0 ; } |
11,361 | updates this digest with the remaining bytes of a byte buffer . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] engineDigest concode_elem_sep int engineDigest concode_elem_sep Object clone concode_elem_sep void engineReset concode_elem_sep int engineGetDigestLength | void function ( ByteBuffer arg0 ) { byte [ ] loc0 = new byte [ 1024 ] ; while ( arg0 . hasRemaining ( ) ) { int loc1 = Math . min ( arg0 . remaining ( ) , loc0 . length ) ; arg0 . get ( loc0 , 0 , loc1 ) ; engineUpdate ( loc0 , 0 , loc1 ) ; } } |
11,362 | menu item . concode_field_sep PlaceHolder placeHolder concode_field_sep String getHtmlDescription concode_elem_sep boolean accepts concode_elem_sep String getFileExtension concode_elem_sep void export concode_elem_sep String write | String function ( ) { return "srini_string" ; } |
11,363 | called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } |
11,364 | confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals | void function ( ) { CategoryPointerAnnotation loc0 = new CategoryPointerAnnotation ( "srini_string" , "srini_string" , 20.0 , Math . PI ) ; CategoryPointerAnnotation loc1 = ( CategoryPointerAnnotation ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTr... |
11,365 | read max_event_count events from eventreader and writes to outputstream . concode_field_sep XMLEventWriter xmlWriter concode_elem_sep ElementOutputStream outputStream concode_elem_sep int MAX_EVENT_COUNT concode_elem_sep XMLEventReader eventReader concode_field_sep void closeConnections concode_elem_sep byte[] getData | void function ( ) { int loc0 = 0 ; XMLEvent loc1 ; while ( this . eventReader . hasNext ( ) && loc0 < MAX_EVENT_COUNT ) { loc1 = ( XMLEvent ) this . eventReader . next ( ) ; this . xmlWriter . add ( loc1 ) ; loc0 ++ ; } this . xmlWriter . flush ( ) ; } |
11,366 | gets the number of workers assigned to this topology . concode_field_sep Map<String,SchedulerAssignmentImpl> assignments concode_elem_sep Set<String> blackListedHosts concode_elem_sep INimbus inimbus concode_elem_sep Map<String,List<String>> hostToId concode_elem_sep Map<String,SupervisorDetails> supervisors concode_el... | int function ( TopologyDetails arg0 ) { SchedulerAssignment loc0 = this . getAssignmentById ( arg0 . getId ( ) ) ; if ( arg0 == null || loc0 == null ) { return 0 ; } Set < WorkerSlot > loc1 = new HashSet < WorkerSlot > ( ) ; loc1 . addAll ( loc0 . getExecutorToSlot ( ) . values ( ) ) ; return loc1 . size ( ) ; } |
11,367 | schedule local notification specified by json object . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep Notificatio... | Notification function ( JSONObject arg0 , Class < ? > arg1 ) { return schedule ( new Options ( context ) . parse ( arg0 ) , arg1 ) ; } |
11,368 | get the currently active instrumentation logger concode_field_sep InstrumentationBuilder NULL_INSTRUMENTATION_BUILDER concode_elem_sep InstrumentationLogger NULL_LOGGER concode_elem_sep InstrumentationLogger CURRENT_LOGGER concode_field_sep InstrumentationLevel getInstrumentationLevel concode_elem_sep InstrumentationBu... | InstrumentationLogger function ( ) { return CURRENT_LOGGER ; } |
11,369 | sets the adid value for this adurlupgrade . concode_field_sep java.lang.Long adId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String finalMobileUrl concode_elem_sep java.lang.String final... | void function ( java . lang . Long arg0 ) { this . adId = arg0 ; } |
11,370 | by default , transient and derived references are never copied , and containment references always are copied . 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... | boolean function ( EObject arg0 , EReference arg1 , Object arg2 ) { if ( ( arg1 . isTransient ( ) ) || ( arg1 . isDerived ( ) ) ) { return false ; } else { return arg1 . isContainment ( ) ; } } |
11,371 | removes braces in the begin and at the end of the validation message . concode_field_sep Logger logger concode_field_sep List<Date> yandexTimes concode_elem_sep String underlineToCamelCase concode_elem_sep boolean isAccessible concode_elem_sep JSONObject readJsonFromUrl concode_elem_sep Date today concode_elem_sep Date... | String function ( String arg0 ) { if ( ! isEmpty ( arg0 ) && arg0 . startsWith ( "srini_string" ) && arg0 . endsWith ( "srini_string" ) ) { return arg0 . substring ( 1 , arg0 . length ( ) - 1 ) ; } else { return arg0 ; } } |
11,372 | parses the data stream and returns the parsed content of message concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] removeID concode_elem_sep SUBJECT getSubject concode_elem_sep String getOptional concode_elem_sep int find concode_elem_sep String getContentString concode_elem_sep String getID concode_el... | byte [ ] function ( byte [ ] arg0 ) { byte [ ] loc0 ; int loc1 ; int loc2 ; loc1 = find ( arg0 , ( byte ) Protocol . SEPARATOR , 2 ) + 1 ; loc2 = find ( arg0 , ( byte ) Protocol . SEPARATOR , 3 ) - loc1 ; loc0 = new byte [ loc2 ] ; System . arraycopy ( arg0 , loc1 , loc0 , 0 , loc2 ) ; return loc0 ; } |
11,373 | returns a flag that controls whether or not dividers are drawn . concode_field_sep Class periodClass concode_elem_sep Paint dividerPaint concode_elem_sep RectangleInsets padding concode_elem_sep Stroke DEFAULT_DIVIDER_STROKE concode_elem_sep Font labelFont concode_elem_sep DateFormat dateFormat concode_elem_sep Paint D... | boolean function ( ) { return this . drawDividers ; } |
11,374 | set the select value . concode_field_sep String filter concode_elem_sep String select concode_elem_sep DateTimeRfc1123 ocpDate concode_elem_sep Integer maxResults concode_elem_sep String clientRequestId concode_elem_sep Boolean returnClientRequestId concode_elem_sep Integer timeout concode_field_sep String select conco... | ComputeNodeListOptions function ( String arg0 ) { this . select = arg0 ; return this ; } |
11,375 | getter method concode_field_sep String alertMessage concode_elem_sep String firstAlert concode_elem_sep String dissatisAlert concode_elem_sep String custSegmeAlert concode_elem_sep String annivarAlert concode_elem_sep String customerId concode_elem_sep String genericAlert concode_elem_sep String birthAlert concode_elem... | String function ( ) { return firstAlert ; } |
11,376 | returns all keys in the symbol table as an iterable . to iterate over all of the keys in the symbol table named st , use the foreach notation : for key key : st.keys . concode_field_sep TreeMap<Key,Value> st concode_field_sep boolean contains concode_elem_sep Iterator<Key> iterator concode_elem_sep Key min concode_elem... | Iterable < Key > function ( ) { return st . keySet ( ) ; } |
11,377 | get the message that is logged when a job successfully completes its execution . concode_field_sep String jobToBeFiredMessage concode_elem_sep String jobSuccessMessage concode_elem_sep String jobFailedMessage concode_elem_sep String name concode_elem_sep Logger log concode_elem_sep String jobWasVetoedMessage concode_fi... | String function ( ) { return jobSuccessMessage ; } |
11,378 | getter for property locale . concode_field_sep Object mutex concode_elem_sep HsqlArrayList bundleList concode_elem_sep Locale locale concode_elem_sep Method newGetBundleMethod concode_elem_sep String prefix concode_elem_sep HashMap bundleHandleMap concode_field_sep String getString concode_elem_sep Method getNewGetBund... | Locale function ( ) { synchronized ( mutex ) { return locale ; } } |
11,379 | a higher order function - sums the results of two other functions , passed to it as parameters . concode_field_sep PlaceHolder placeHolder concode_field_sep int chapter concode_elem_sep String name concode_elem_sep Function<String,String> greet concode_elem_sep void run concode_elem_sep void main | int function ( Function < T , Integer > arg0 , Function < R , Integer > arg1 , T arg2 , R arg3 ) { return arg0 . apply ( arg2 ) + arg1 . apply ( arg3 ) ; } |
11,380 | create a new builder instance with a specific status . concode_field_sep Map<String,Object> details concode_elem_sep Status status concode_field_sep Builder withDetail concode_elem_sep Map<String,Object> getDetails concode_elem_sep Status getStatus concode_elem_sep Builder down concode_elem_sep Builder down concode_ele... | Builder function ( Status arg0 ) { return new Builder ( arg0 ) ; } |
11,381 | getloadcount concode_field_sep String COMPOSITE_TYPE_DESCRIPTION concode_elem_sep long updateCount concode_elem_sep long fetchCount concode_elem_sep String TABULAR_TYPE_NAME concode_elem_sep OpenType[] ITEM_TYPES concode_elem_sep CompositeType COMPOSITE_TYPE concode_elem_sep long loadCount concode_elem_sep long deleteC... | long function ( ) { return loadCount ; } |
11,382 | stops the execution of this service bundle in the specified context . concode_field_sep KeybindingsService keybindingsService concode_elem_sep Logger logger concode_elem_sep UIService uiService concode_elem_sep GlobalShortcutServiceImpl globalShortcutService concode_elem_sep BundleContext bundleContext concode_field_se... | void function ( BundleContext arg0 ) { globalShortcutService . stop ( ) ; GlobalShortcutActivator . arg0 = null ; } |
11,383 | returns true if the request line should contain the full url with host and port like `` get http://android.com/foo http/1 .1 '' or only the path like `` get / foo http/1 .1 '' . concode_field_sep PlaceHolder placeHolder concode_field_sep String get concode_elem_sep String requestPath | boolean function ( Request arg0 , Proxy . Type arg1 ) { return ! arg0 . isHttps ( ) && arg1 == Proxy . Type . HTTP ; } |
11,384 | lifetime scope of this method is limited depends on the operations performed . rows deleted completely can equal rows produced later . this can return invalid results if used with deleted rows . concode_field_sep RowAction rowAction concode_elem_sep Object[] rowData concode_elem_sep long position concode_elem_sep Table... | boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( arg0 instanceof Row ) { return ( ( Row ) arg0 ) . table == table && ( ( Row ) arg0 ) . position == position ; } return false ; } |
11,385 | the expiration date and time for the saml provider . concode_field_sep String sAMLMetadataDocument concode_elem_sep java.util.Date validUntil concode_elem_sep java.util.Date createDate concode_field_sep String getSAMLMetadataDocument concode_elem_sep GetSAMLProviderResult withValidUntil concode_elem_sep void setValidUn... | java . util . Date function ( ) { return validUntil ; } |
11,386 | gets the line that goes first from the list of files . concode_field_sep PlaceHolder placeHolder concode_field_sep void merge | ReadableFile function ( List < ReadableFile > arg0 ) { ReadableFile loc0 = arg0 . get ( 0 ) ; for ( ReadableFile loc1 : arg0 ) { if ( loc1 . compareTo ( loc0 ) < 0 ) { loc0 = loc1 ; } } return loc0 ; } |
11,387 | changes the attribute values for this instance . concode_field_sep Parameters<T> delegate concode_elem_sep List<AttributeTransformer> transformers concode_elem_sep Map<String,AttributeValue> values concode_field_sep Map<String,AttributeValue> getAttributeValues concode_elem_sep Map<String,AttributeValue> untransform co... | void function ( final Map < String , AttributeValue > arg0 ) { this . values = Collections . unmodifiableMap ( arg0 ) ; } |
11,388 | returns a live reference to the list of secure socket protocol names . concode_field_sep List<String> secureSocketProtocol concode_field_sep placeholderType placeHolder | List < String > function ( ) { if ( this . secureSocketProtocol == null ) { this . secureSocketProtocol = new ArrayList < String > ( ) ; } return this . secureSocketProtocol ; } |
11,389 | handles jlist concode_field_sep Map _bindings concode_elem_sep boolean _modified concode_elem_sep Map _optComponents concode_field_sep boolean isPropertyNull concode_elem_sep boolean isModified concode_elem_sep Binding getBinding concode_elem_sep Bindings addOptComponent concode_elem_sep Bindings addOptComponent concod... | Bindings function ( String arg0 , JList arg1 ) { registerPropertyChangeListener ( arg1 ) ; return add ( new JListBinding ( arg0 , arg1 ) ) ; } |
11,390 | auto generated axis2 call back method for createbucket method override this method for handling normal response from createbucket operation concode_field_sep Object clientData concode_field_sep void receiveResultgetBucketLoggingStatus concode_elem_sep void receiveResultputObject concode_elem_sep void receiveErrorlistBu... | void function ( com . amazon . s3 . client . AmazonS3Stub . CreateBucketResponse arg0 ) { } |
11,391 | gets the category value for this getsportstype . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String category concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_el... | java . lang . String function ( ) { return category ; } |
11,392 | uploading descriptor concode_field_sep String descriptor concode_elem_sep boolean isUploading concode_field_sep boolean isUploading | String function ( ) { return descriptor ; } |
11,393 | convert utf8 bytes into utf16 characters . concode_field_sep int MAX_UTF8_BYTES_PER_CHAR concode_field_sep int writeUTF16toUTF8 concode_elem_sep int UTF16toUTF8 concode_elem_sep int calcUTF16toUTF8Length | void function ( byte [ ] arg0 , int arg1 , int arg2 , CharArr arg3 ) { arg3 . reserve ( arg2 ) ; int loc0 = UTF8toUTF16 ( arg0 , arg1 , arg2 , arg3 . getArray ( ) , arg3 . getEnd ( ) ) ; arg3 . setEnd ( arg3 . getEnd ( ) + loc0 ) ; } |
11,394 | returns the blockstate of a block at the given location concode_field_sep HashMap<Location,BlockState> blockStateMap concode_elem_sep HashMap<Location,BlockState> blockStateBackupMap concode_field_sep void updateBlockStates concode_elem_sep void setTypeAndData concode_elem_sep void setTypeAndRawData concode_elem_sep Co... | BlockState function ( Location arg0 ) { if ( blockStateMap . containsKey ( arg0 ) ) { return blockStateMap . get ( arg0 ) ; } else { return arg0 . getBlock ( ) . getState ( ) ; } } |
11,395 | return the speed in km/h concode_field_sep int m_fixQuality concode_elem_sep int m_3Dfix concode_elem_sep double m_track concode_elem_sep double m_VDOP concode_elem_sep double m_HDOP concode_elem_sep double m_PDOP concode_elem_sep double m_latitude concode_elem_sep double m_altitude concode_elem_sep double m_speed conc... | double function ( ) { return ( m_speed * 3.6 ) ; } |
11,396 | implements org.apache.batik.i18n.localizable #getlocale . concode_field_sep LocalizableSupport localizableSupport concode_elem_sep String RESOURCES concode_field_sep String formatMessage concode_elem_sep void setLocale | Locale function ( ) { return localizableSupport . getLocale ( ) ; } |
11,397 | method to verify the phone number concode_field_sep String phoneNumber concode_elem_sep long age concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep long displayAge concode_elem_sep String displayPhoneNumber concode_elem_sep String email concode_elem_sep String displayEmail concode_field_s... | void function ( ActionEvent arg0 ) { setDisplayPhoneNumber ( phoneNumber ) ; } |
11,398 | ensures the constructor throws a nullpointerexception when provided with a null controller factory . concode_field_sep IControllerFactory mockControllerFactory concode_elem_sep ServerCommunicator mockServerCommunicator concode_elem_sep IGameHostingController gameHostingController concode_elem_sep INavigator mockNavigat... | void function ( ) { new GameHostingController ( mockNavigator , null , mockServerCommunicator ) ; } |
11,399 | remove an edge of the triangle . concode_field_sep boolean border concode_elem_sep List<Edge> edges concode_elem_sep List<Triangle> neighbours concode_elem_sep int id concode_field_sep boolean addNeighbour concode_elem_sep int getId concode_elem_sep boolean removeNeighbour concode_elem_sep boolean isBorder concode_elem... | boolean function ( Edge arg0 ) { return getEdges ( ) . remove ( arg0 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.