idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
11,600
returns the resource containing the origin response body . concode_field_sep Map<String,String> variantMap concode_elem_sep StatusLine statusLine concode_elem_sep HeaderGroup responseHeaders concode_elem_sep Resource resource concode_elem_sep Date requestDate concode_elem_sep long serialVersionUID concode_elem_sep Date...
Resource function ( ) { return this . resource ; }
11,601
gets the value of the rval property . concode_field_sep CustomerExtensionSettingPage rval concode_field_sep void setRval
CustomerExtensionSettingPage function ( ) { return rval ; }
11,602
compareto another komplex java.lang.comparable #compareto t concode_field_sep double r concode_elem_sep double i concode_field_sep Komplex minus concode_elem_sep Komplex minus concode_elem_sep Komplex minus concode_elem_sep Komplex minus concode_elem_sep double getI concode_elem_sep void setR concode_elem_sep double be...
int function ( Komplex arg0 ) { double loc0 = r - arg0 . getR ( ) ; double loc1 = i - arg0 . getI ( ) ; if ( loc0 == 0.0 && loc1 == 0.0 ) return 0 ; if ( loc0 > 0.0 ) return 1 ; if ( loc0 == 0.0 ) if ( loc1 > 0.0 ) return 1 ; return - 1 ; }
11,603
schedule local notification specified by options 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 Notifica...
Notification function ( Options arg0 , Class < ? > arg1 ) { Notification loc0 = new Builder ( arg0 ) . setTriggerReceiver ( arg1 ) . build ( ) ; loc0 . schedule ( ) ; return loc0 ; }
11,604
instructs the xwalkview to proceed with the authentication with the given credentials . concode_field_sep XWalkHttpAuthHandler handler concode_field_sep void cancel
void function ( String arg0 , String arg1 ) { handler . proceed ( arg0 , arg1 ) ; }
11,605
deserializes an object from a byte array at a specified offset , assuming the bytes were created with #write object . concode_field_sep ObjectReader OBJECT_READER concode_elem_sep ObjectWriter OBJECT_WRITER concode_elem_sep byte[] EMPTY_BYTES concode_field_sep byte[] writeReverseOrderedLong concode_elem_sep byte[] writ...
Object function ( byte [ ] arg0 , int arg1 ) { if ( arg0 == null || arg0 . length == 0 ) { return null ; } return OBJECT_READER . readValue ( arg0 , arg1 , arg0 . length - arg1 ) ; }
11,606
sets the value of the address property . concode_field_sep String password concode_elem_sep String address concode_elem_sep Options options concode_elem_sep Boolean concurrent concode_elem_sep String type concode_elem_sep String username concode_elem_sep Integer order concode_field_sep void setPassword concode_elem_sep...
void function ( String arg0 ) { this . address = arg0 ; }
11,607
closes the feature reader concode_field_sep SimpleFeature next concode_elem_sep Stack<NodeIdentifier> tovisit concode_elem_sep HashSet<String> collectedFeatureIds concode_elem_sep Iterator<GridData> currentNodeIterator concode_elem_sep GridSpatialIndex grid concode_field_sep SimpleFeature next concode_elem_sep void ini...
void function ( ) { tovisit . clear ( ) ; tovisit = null ; currentNodeIterator = null ; next = null ; grid = null ; }
11,608
creates cron expression which schedule task execution every day at the given time concode_field_sep CronExpression expression concode_field_sep CronExpression getExpression concode_elem_sep CronSchedule of concode_elem_sep CronSchedule monthlyOnDayAndHourAndMinute concode_elem_sep CronSchedule weeklyOnDayAndHourAndMinu...
CronSchedule function ( int arg0 , int arg1 ) { String loc0 = String . format ( "srini_string" , arg1 , arg0 ) ; return of ( loc0 ) ; }
11,609
returns a detail observable map where the map 's key set is the same as the one of the given master observable map , and where each value is the detail value of the corresponding value in the master observable map . the provided factory is used to create the detail observable values for every master value which then de...
IObservableMap < K , E > function ( IObservableMap < K , M > arg0 , IObservableFactory < ? super M , IObservableValue < E >> arg1 , Object arg2 ) { return new MapDetailValueObservableMap < > ( arg0 , arg1 , arg2 ) ; }
11,610
create an instance of tlds concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_elem_sep Node c...
Tlds function ( ) { return new Tlds ( ) ; }
11,611
returns true , if the value is not null and true . concode_field_sep Logger logger concode_field_sep String validateCharacters concode_elem_sep boolean isFalseValue
boolean function ( Object arg0 ) { return arg0 != null && arg0 == Boolean . TRUE ; }
11,612
begin requires_new insert id = 1 commit requires_new have 1 rows concode_field_sep JtaService1Impl db1 concode_elem_sep Provider<JtaProcess> provider concode_elem_sep JtaService2Impl db2 concode_elem_sep Logger LOGGER concode_field_sep void rollbackExternalRequired concode_elem_sep void rollbackInternalRequiresNew2 con...
void function ( int arg0 ) { LOGGER . info ( "srini_string" ) ; inserts ( arg0 ) ; }
11,613
this method takes a string for the resource being requested and sets up a proxy to make the request if http_proxy and/or https_proxy environment variables are set . concode_field_sep PlaceHolder placeHolder concode_field_sep Proxy createProxy
Proxy function ( String arg0 ) { String loc0 = arg0 . toLowerCase ( ) ; if ( loc0 . startsWith ( "srini_string" ) ) { return createProxy ( System . getenv ( "srini_string" ) ) ; } else if ( loc0 . startsWith ( "srini_string" ) ) { return createProxy ( System . getenv ( "srini_string" ) ) ; } return Proxy . NO_PROXY ; }
11,614
a list of cache node ids that are being removed or will be removed from the cache cluster . a node id is a numeric identifier 0001 , 0002 , etc. . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> cacheNodeIdsToRemove concode_elem_sep String engineVersion concode_elem_sep Integer numCacheNodes ...
java . util . List < String > function ( ) { if ( cacheNodeIdsToRemove == null ) { cacheNodeIdsToRemove = new com . amazonaws . internal . ListWithAutoConstructFlag < String > ( ) ; cacheNodeIdsToRemove . setAutoConstruct ( true ) ; } return cacheNodeIdsToRemove ; }
11,615
get a thread-local typed bytes writable input for the supplied typedbytesinput . concode_field_sep TypedBytesInput in concode_elem_sep Configuration conf concode_elem_sep ThreadLocal<TypedBytesWritableInput> TB_IN concode_field_sep Writable read concode_elem_sep MapWritable readMap concode_elem_sep MapWritable readMap ...
TypedBytesWritableInput function ( TypedBytesInput arg0 ) { TypedBytesWritableInput loc0 = TB_IN . get ( ) ; loc0 . setTypedBytesInput ( arg0 ) ; return loc0 ; }
11,616
test method for com.cybozu.labs.langdetect.util.tagextractor #closetag com.cybozu.labs.langdetect.util.langprofile . concode_field_sep PlaceHolder placeHolder concode_field_sep void testClear concode_elem_sep void testSetTag concode_elem_sep void testTagExtractor concode_elem_sep void setUpBeforeClass concode_elem_sep ...
void function ( ) { TagExtractor loc0 = new TagExtractor ( null , 0 ) ; loc0 . closeTag ( ) ; }
11,617
is reconnect on disconnect enabled ? concode_field_sep SharedPreferences preferences concode_elem_sep Resources resources concode_field_sep boolean showJoinPartAndQuit concode_elem_sep boolean autoCapSentences concode_elem_sep int getFontSize concode_elem_sep boolean imeExtract concode_elem_sep boolean showNoticeInServ...
boolean function ( ) { return preferences . getBoolean ( resources . getString ( R . string . key_reconnect ) , Boolean . parseBoolean ( resources . getString ( R . string . default_reconnect ) ) ) ; }
11,618
returns the result of interpreting the object as an instance of ` named element ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep TuplesPackage modelPackage concode_field_sep T caseTupleElement concode_elem_sep T doSwitch concode_elem_sep T doSwitch concode...
T function ( NamedElement arg0 ) { return null ; }
11,619
convert a given value into another unit concode_field_sep DistanceUnit unit concode_elem_sep String[] names concode_elem_sep double value concode_elem_sep DistanceUnit DEFAULT concode_elem_sep double meters concode_field_sep double getEarthCircumference concode_elem_sep double toMeters concode_elem_sep double fromMeter...
double function ( double arg0 , DistanceUnit arg1 ) { return convert ( arg0 , arg1 , this ) ; }
11,620
returns the number of rows matching the dynamic query . concode_field_sep JIRAActionLocalService _service concode_field_sep com.liferay.socialcoding.model.JIRAAction deleteJIRAAction concode_elem_sep com.liferay.socialcoding.model.JIRAAction deleteJIRAAction concode_elem_sep java.lang.String getOSGiServiceIdentifier co...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; }
11,621
propertydefinition #getid concode_field_sep String[] allowedValues concode_elem_sep boolean advanced concode_elem_sep String defaultValue concode_elem_sep String displayName concode_elem_sep boolean masked concode_elem_sep String description concode_elem_sep String className concode_elem_sep String id concode_elem_sep ...
String function ( ) { return this . id ; }
11,622
get the simbs application concode_field_sep String[] args concode_elem_sep DbHelper dbHelper concode_elem_sep Application instance concode_elem_sep java.util.ResourceBundle languageBundle concode_elem_sep String LOGIN_FILE concode_elem_sep String SETTINGS_FILE concode_elem_sep Manager manager concode_elem_sep Map<Strin...
Application function ( ) { return instance ; }
11,623
errorausgabe mit dem prefix '' error '' concode_field_sep PlaceHolder placeHolder concode_field_sep void msg concode_elem_sep void deb concode_elem_sep void deb concode_elem_sep void tab concode_elem_sep void deberr concode_elem_sep void debtab
void function ( String arg0 ) { System . out . println ( "srini_string" + arg0 ) ; }
11,624
save preferences in given editor concode_field_sep String WRAP concode_elem_sep String RENDER_MARKDOWN concode_field_sep SharedPreferences getCodePreferences
void function ( final Editor arg0 ) { arg0 . apply ( ) ; }
11,625
sets the value of the href property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep AbstractRSReferenceSystemType abstractRSReferenceSystem concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep ...
void function ( String arg0 ) { this . href = arg0 ; }
11,626
sets the value of the logmessage property . concode_field_sep String dsID concode_elem_sep String logMessage concode_elem_sep String startDT concode_elem_sep String endDT concode_elem_sep String pid concode_elem_sep boolean force concode_field_sep String getStartDT concode_elem_sep void setForce concode_elem_sep void s...
void function ( String arg0 ) { this . logMessage = arg0 ; }
11,627
builds a new aclstatus populated with the set properties . concode_field_sep String owner concode_elem_sep List<AclEntry> entries concode_elem_sep boolean stickyBit concode_elem_sep List<AclEntry> entries concode_elem_sep String group concode_field_sep Builder owner concode_elem_sep Builder addEntries concode_elem_sep ...
AclStatus function ( ) { return new AclStatus ( owner , group , stickyBit , entries ) ; }
11,628
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String nextToken concode_elem_sep java.util.List<OfferingTransaction> offeringTransactions concode_field_sep void setOfferingTransactions concode_elem_sep ListOfferingTransactionsResult withOfferingTransactions concode...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getOfferingTransactions ( ) != null ) loc0 . append ( "srini_string" + getOfferingTransactions ( ) + "srini_string" ) ; if ( getNextToken ( ) != null ) loc0 . append ( "srini_string" + getNextToken ( ) ) ; loc0 . ...
11,629
compute the product of this permutation and another permutation . concode_field_sep int[] perm concode_field_sep boolean isPermutation concode_elem_sep Permutation computeInverse concode_elem_sep byte[] getEncoded concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int[] getVector concode_ele...
Permutation function ( Permutation arg0 ) { if ( arg0 . perm . length != perm . length ) { throw new IllegalArgumentException ( "srini_string" ) ; } Permutation loc0 = new Permutation ( perm . length ) ; for ( int loc1 = perm . length - 1 ; loc1 >= 0 ; loc1 -- ) { loc0 . perm [ loc1 ] = perm [ arg0 . perm [ loc1 ] ] ; ...
11,630
gets the instruction suffix required , if any , to use in an expanded version of this instance . will not generate a move for a register marked compatible to the format by the given bitset . concode_field_sep int address concode_elem_sep RegisterSpecList registers concode_elem_sep SourcePosition position concode_elem_s...
DalvInsn function ( BitSet arg0 ) { if ( hasResult ( ) && ! arg0 . get ( 0 ) ) { RegisterSpec loc0 = registers . get ( 0 ) ; return makeMove ( position , loc0 , loc0 . withReg ( 0 ) ) ; } else { return null ; } }
11,631
retrieves a stream to be used to write ascii characters to the clob value that this clob object represents , starting at position pos . concode_field_sep String data concode_field_sep java.io.Writer setCharacterStream concode_elem_sep int setString concode_elem_sep int setString concode_elem_sep void truncate concode_e...
java . io . OutputStream function ( long arg0 ) { throw jdbcUtil . notSupported ; }
11,632
returns the name of this relationship type . the name uniquely identifies a relationship type , i.e. two different relationshiptype instances with different object identifiers and possibly even different classes are semantically equivalent if they have string #equals object equal names . concode_field_sep String name c...
String function ( ) { return this . name ; }
11,633
returns a given method of the operatingsystemmxbean , or null if the method is not found or unavailable . concode_field_sep OperatingSystemMXBean osMxBean concode_elem_sep ProcessProbe INSTANCE concode_elem_sep Method getProcessCpuLoad concode_elem_sep Method getProcessCpuTime concode_elem_sep Method getCommittedVirtua...
Method function ( String arg0 ) { try { return Class . forName ( "srini_string" ) . getMethod ( arg0 ) ; } catch ( Throwable loc0 ) { return null ; } }
11,634
create a uriinfo from the baseuri concode_field_sep String encodedPath concode_elem_sep MultivaluedMap<String,String> encodedQueryParameters concode_elem_sep List<String> encodedMatchedPaths concode_elem_sep String contextPath concode_elem_sep MultivaluedMap<String,PathSegment[]> encodedPathParameterPathSegments concod...
void function ( URI arg0 ) { setUri ( baseURI , arg0 ) ; }
11,635
gets the value of the results property . concode_field_sep BigInteger relevanceRank concode_elem_sep BigInteger pages concode_elem_sep String indexName concode_elem_sep CorrectedQuery correctedQuery concode_elem_sep List<SearchResultsMap.SearchIndex> searchIndex concode_elem_sep List<String> asin concode_elem_sep BigIn...
BigInteger function ( ) { return results ; }
11,636
finds , and optionally clicks , the button with the specified id in the given infobar . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean clickCloseButton concode_elem_sep boolean hasSecondaryButton concode_elem_sep boolean clickSecondaryButton concode_elem_sep boolean hasPrimaryButton concode_elem_se...
boolean function ( InfoBar arg0 , int arg1 , boolean arg2 ) { final View loc0 = arg0 . getView ( ) . findViewById ( arg1 ) ; if ( loc0 == null ) return false ; if ( arg2 ) { ThreadUtils . runOnUiThreadBlocking ( new Runnable ( ) { @ Override public void run ( ) { loc0 . performClick ( ) ; } } ) ; } return true ; }
11,637
finds component with the given id concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_elem_sep void ...
UIComponent function ( UIComponent arg0 , String arg1 ) { if ( arg1 . equals ( arg0 . getId ( ) ) ) { return arg0 ; } Iterator < UIComponent > loc0 = arg0 . getFacetsAndChildren ( ) ; while ( loc0 . hasNext ( ) ) { UIComponent loc1 = findComponent ( loc0 . next ( ) , arg1 ) ; if ( loc1 != null ) { return loc1 ; } } ret...
11,638
sends a number as a command for a specified item to the event bus . concode_field_sep ItemRegistry itemRegistry concode_elem_sep EventPublisher eventPublisher concode_field_sep Object postUpdate concode_elem_sep Object postUpdate concode_elem_sep Object postUpdate concode_elem_sep Object postUpdate concode_elem_sep voi...
Object function ( Item arg0 , Number arg1 ) { if ( arg0 != null && arg1 != null ) { return sendCommand ( arg0 . getName ( ) , arg1 . toString ( ) ) ; } else { return null ; } }
11,639
gets the records value for this sizerecordset . concode_field_sep com.google.api.ads.dfa.axis.v1_20.Size[] records concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc ...
com . google . api . ads . dfa . axis . v1_20 . Size [ ] function ( ) { return records ; }
11,640
get the change number of an operation . concode_field_sep String entryUUID concode_elem_sep String SYNCHROCONTEXT concode_elem_sep ChangeNumber changeNumber concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getEntryUUID
ChangeNumber function ( Operation arg0 ) { OperationContext loc0 = ( OperationContext ) arg0 . getAttachment ( SYNCHROCONTEXT ) ; if ( loc0 == null ) { return null ; } return loc0 . changeNumber ; }
11,641
get the value concode_field_sep String name concode_elem_sep Object value concode_field_sep String getName concode_elem_sep String toString
Object function ( ) { return value ; }
11,642
returns the name of this servlet instance . the name may be provided via server administration , assigned in the web application deployment descriptor , or for an unregistered and thus unnamed servlet instance it will be the servlet 's class name . concode_field_sep Map<String,String> configMap concode_elem_sep Servlet...
String function ( ) { return name ; }
11,643
used for rendering the components inside this component concode_field_sep Rectangle boundingBox concode_elem_sep Stack<MenuComponent> components concode_field_sep void add concode_elem_sep MenuComponent add concode_elem_sep void clickComponents concode_elem_sep void render concode_elem_sep void click concode_elem_sep R...
void function ( int arg0 , int arg1 ) { render ( arg0 , arg1 ) ; for ( int loc0 = 0 ; loc0 < components . size ( ) ; loc0 ++ ) { MenuComponent loc1 = components . get ( loc0 ) ; int loc2 = loc1 . boundingBox . x + arg0 ; int loc3 = loc1 . boundingBox . y + arg1 ; loc1 . renderComponents ( loc2 , loc3 ) ; } }
11,644
obtain the native pointer value . concode_field_sep long nativePointer concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
long function ( ) { return nativePointer ; }
11,645
returns the next token delimited by any character in the provided terminals string . if the text content being considered is within quotes , then return the entire string within quotes . if the text content within contains escape characters , those are ignored . concode_field_sep int cursor concode_elem_sep int max con...
String function ( String arg0 ) { return getString ( arg0 , null ) ; }
11,646
draws an area form another pixmap to this pixmap . concode_field_sep Blending blending concode_elem_sep Gdx2DPixmap pixmap concode_elem_sep boolean disposed concode_elem_sep int color concode_field_sep Blending getBlending concode_elem_sep int getGLFormat concode_elem_sep int getGLType concode_elem_sep void drawPixel c...
void function ( Pixmap arg0 , int arg1 , int arg2 , int arg3 , int arg4 , int arg5 , int arg6 ) { this . pixmap . drawPixmap ( arg0 . arg0 , arg3 , arg4 , arg1 , arg2 , arg5 , arg6 ) ; }
11,647
deletes the favorite site from the database . also notifies the appropriate model listeners . concode_field_sep FavoriteSiteLocalService _service concode_field_sep int getFavoriteSitesCount concode_elem_sep int getFavoriteSitesCount concode_elem_sep int getFavoriteSitesCount concode_elem_sep java.lang.String getOSGiSer...
com . liferay . so . model . FavoriteSite function ( com . liferay . so . model . FavoriteSite arg0 ) { return getService ( ) . deleteFavoriteSite ( arg0 ) ; }
11,648
return the messagelistenercontainer with the specified id or null if no such container exists . concode_field_sep Log logger concode_elem_sep Runnable finishCallback concode_elem_sep Map<String,MessageListenerContainer> listenerContainers concode_elem_sep AtomicInteger count concode_elem_sep int phase concode_field_sep...
MessageListenerContainer function ( String arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; return this . listenerContainers . get ( arg0 ) ; }
11,649
creates a new web d a v props with the primary key . does not add the web d a v props to the database . concode_field_sep WebDAVPropsLocalService _service concode_field_sep com.liferay.portal.model.WebDAVProps getWebDAVProps concode_elem_sep com.liferay.portal.model.WebDAVProps getWebDAVProps concode_elem_sep com.lifer...
com . liferay . portal . model . WebDAVProps function ( long arg0 ) { return getService ( ) . createWebDAVProps ( arg0 ) ; }
11,650
establish connection / prepare to listen . concode_field_sep EndPoint endpoint concode_elem_sep MarshalDictionary dictionary concode_elem_sep MarshalState state concode_elem_sep Listener listener concode_field_sep void setDictionary concode_elem_sep MarshalState getState concode_elem_sep void stop concode_elem_sep void...
void function ( ) { state = MarshalState . STARTING ; registerDictionary ( ) ; endpoint . addListener ( listener ) ; Log . info ( "srini_string" + this . getClass ( ) . getSimpleName ( ) + "srini_string" + listener ) ; endpoint . start ( ) ; connectEndpoint ( ) ; }
11,651
gets the value of the visible property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Langs langs concode_elem_sep String style concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String label concode_elem_sep Integer position...
boolean function ( ) { return visible ; }
11,652
tests service invocation without ba context , wstxfeature , and with enabled wstx handler . no coordination calls are expected . concode_field_sep PlaceHolder placeHolder concode_field_sep void testNonTransactionalServiceWithoutFeature concode_elem_sep void testCloseWithoutFeature concode_elem_sep void testCancelWithDi...
void function ( ) { TestServiceBA loc0 = getBAClientWithoutFeature ( ) ; loc0 . increment ( ) ; assertInvocations ( loc0 . getBusinessActivityInvocations ( ) ) ; }
11,653
sort the list in ascending order . concode_field_sep int size concode_elem_sep long[] array concode_elem_sep int DEFAULT_CAPACITY concode_field_sep void add concode_elem_sep void add concode_elem_sep long set concode_elem_sep int size concode_elem_sep void trim concode_elem_sep void copyBackAndGrow concode_elem_sep int...
void function ( ) { Arrays . sort ( array , 0 , size ) ; }
11,654
gets a set of page hit page indexes . that is to say a list of all page indexes that have search hits . this list can be used to clear searches or to iterate more quickly of the resutls set . concode_field_sep HashMap<Integer,WeakReference<PageText>> searchResultCache concode_elem_sep ArrayList<SearchTerm> searchTerms ...
Set < Integer > function ( ) { return searchResultCache . keySet ( ) ; }
11,655
helper method for serialization . concode_field_sep Configuration parentConfiguration concode_elem_sep Properties configuration concode_field_sep boolean isLocallyDefined concode_elem_sep void setParentConfig concode_elem_sep void writeObject concode_elem_sep boolean isRootConfig concode_elem_sep void insertConfigurati...
void function ( final ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; final boolean loc0 = arg0 . readBoolean ( ) ; if ( loc0 ) { this . parentConfiguration = ( ModifiableConfiguration ) arg0 . readObject ( ) ; } else { this . parentConfiguration = null ; } configurationLoaded ( ) ; }
11,656
this function appends two paths . it can be used to append a folderpath e.g. '' / my/path '' with another folderpath , or to append a folderpath with a filepath e.g. '' / my/path/myfile . raw '' . concode_field_sep PlaceHolder placeHolder concode_field_sep String getDirectorySeparator concode_elem_sep File getFolder co...
String function ( String arg0 , String arg1 ) { if ( ! ( isFolderPath ( arg0 ) && isValidPath ( arg1 ) ) ) return null ; return arg0 + arg1 . substring ( 1 ) ; }
11,657
counts the number of occurrences which satisfy the given predicate from inside this iterable . concode_field_sep PlaceHolder placeHolder concode_field_sep Object findResult concode_elem_sep Object findResult concode_elem_sep Object findResult concode_elem_sep Object findResult concode_elem_sep List<U> findResults conco...
int function ( Iterable < T > arg0 , Predicate < T > arg1 ) { int loc0 = 0 ; for ( T loc1 : arg0 ) { if ( arg1 . test ( loc1 ) ) { loc0 ++ ; } } return loc0 ; }
11,658
encodes an image in png format . concode_field_sep PlaceHolder placeHolder concode_field_sep void setQuality concode_elem_sep float getQuality concode_elem_sep boolean isEncodingAlpha concode_elem_sep void setEncodingAlpha
byte [ ] function ( BufferedImage arg0 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; encode ( arg0 , loc0 ) ; return loc0 . toByteArray ( ) ; }
11,659
records cache removals . concode_field_sep LongAdder putTimeNanos concode_elem_sep LongAdder misses concode_elem_sep LongAdder evictions concode_elem_sep LongAdder removals concode_elem_sep LongAdder expiries concode_elem_sep LongAdder getTimeNanos concode_elem_sep LongAdder puts concode_elem_sep LongAdder removeTimeNa...
void function ( @ Nonnegative long arg0 ) { if ( enabled ) { removals . add ( arg0 ) ; } }
11,660
very basic implementation of a search that filter music tracks with artist containing the given query . concode_field_sep Set<String> mFavoriteTracks concode_elem_sep String JSON_MUSIC concode_elem_sep State mCurrentState concode_elem_sep String CUSTOM_METADATA_TRACK_SOURCE concode_elem_sep String CATALOG_URL concode_e...
Iterable < MediaMetadata > function ( String arg0 ) { return searchMusic ( MediaMetadata . METADATA_KEY_ARTIST , arg0 ) ; }
11,661
gets the water mark . concode_field_sep String watermark concode_elem_sep ExchangeService service concode_elem_sep String id concode_field_sep boolean getUsesWatermark concode_elem_sep void loadFromXml concode_elem_sep void setWaterMark concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep Exchange...
String function ( ) { return this . watermark ; }
11,662
gets the value of the numericstring property . concode_field_sep String utf8String concode_elem_sep String date concode_elem_sep String latin1String concode_elem_sep String numericString concode_elem_sep String printableString concode_elem_sep BigInteger integer concode_elem_sep String oid concode_elem_sep XMLGregorian...
String function ( ) { return numericString ; }
11,663
get the secret . concode_field_sep String secret concode_elem_sep RealmKeystore ssl concode_field_sep Builder secretBase64 concode_elem_sep ServerIdentity build concode_elem_sep String toString concode_elem_sep Builder ssl concode_elem_sep RealmKeystore getSsl concode_elem_sep Builder secretPlain
String function ( ) { return secret ; }
11,664
gets the scoreplayerteam object for the given username . concode_field_sep Map<String,ScorePlayerTeam> teamMemberships concode_elem_sep ScoreObjective[] objectiveDisplaySlots concode_elem_sep Map<String,Map<ScoreObjective,Score>> entitiesScoreObjectives concode_elem_sep Map<IScoreCriteria,List<ScoreObjective>> scoreObj...
ScorePlayerTeam function ( String arg0 ) { return ( ScorePlayerTeam ) this . teamMemberships . get ( arg0 ) ; }
11,665
create a matrix filled with the same value concode_field_sep PlaceHolder placeHolder concode_field_sep Fraction[][] cloneMatrix
Fraction [ ] [ ] function ( int arg0 , int arg1 , Fraction arg2 ) { Fraction [ ] [ ] loc0 = new Fraction [ arg0 ] [ arg1 ] ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { for ( int loc2 = 0 ; loc2 < arg1 ; loc2 ++ ) { loc0 [ loc1 ] [ loc2 ] = arg2 ; } } return loc0 ; }
11,666
not-null value ; ensure this value is available before it is saved to the database . concode_field_sep String orderId concode_elem_sep float latitude concode_elem_sep String detailId concode_elem_sep java.util.Date editTime concode_elem_sep String userName concode_elem_sep String operType concode_elem_sep String dispat...
void function ( String arg0 ) { this . dispatchNumber = arg0 ; }
11,667
sets the revision value for this wsversioninghistoryentry . concode_field_sep java.lang.String date concode_elem_sep java.lang.String comments concode_elem_sep java.lang.String author concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String tag concode_ele...
void function ( java . lang . String arg0 ) { this . revision = arg0 ; }
11,668
for display information . working same as log.i tag , log concode_field_sep boolean ENABLE_LOG_DEBUG concode_elem_sep String ENTER_TAG concode_elem_sep String EXIT_TAG concode_field_sep void exit concode_elem_sep void trace concode_elem_sep String getMethodName concode_elem_sep void outLog concode_elem_sep void warning...
void function ( String arg0 , String arg1 ) { if ( ENABLE_LOG_DEBUG ) outLog ( LogLevel . LOG_LEVEL_INFO , arg0 , arg1 ) ; }
11,669
create an instance with default behavior which uses random to control variance andfailure calculation . concode_field_sep int DEFAULT_DELAY_MS concode_elem_sep long delayMs concode_elem_sep int DEFAULT_VARIANCE_PERCENT concode_elem_sep Random random concode_elem_sep int DEFAULT_FAILURE_PERCENT concode_elem_sep Throwabl...
NetworkBehavior function ( Random arg0 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; return new NetworkBehavior ( arg0 ) ; }
11,670
sets the value of the email property . concode_field_sep String lname concode_elem_sep String dobt concode_elem_sep Integer lmv concode_elem_sep Gender gender concode_elem_sep String phone concode_elem_sep MatchingStrategy ms concode_elem_sep String dob concode_elem_sep String name concode_elem_sep Integer mv concode_e...
void function ( String arg0 ) { this . email = arg0 ; }
11,671
gets queuing options . when used with a string , can be ` front ' or ` end ' to queue the effect in the global effects queue at the beginning or end , or a queue parameter object that can have position : ` front/end ' , scope : ` scope ' , limit :1 concode_field_sep boolean fired concode_elem_sep boolean submit concode...
String function ( ) { return queue ; }
11,672
sets the url 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 boolean isCa...
void function ( java . lang . String arg0 ) { _website . setUrl ( arg0 ) ; }
11,673
sets the abstracttext as selected , if it child abstracttext object they must also be selected . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelected concode_field_sep boolean isHighligh...
void function ( boolean arg0 ) { this . selected = arg0 ; }
11,674
sets the underlying read timeout in milliseconds . a value of 0 specifies an infinite timeout . concode_field_sep boolean defaultClient concode_elem_sep OkHttpClient client concode_field_sep void setWriteTimeout concode_elem_sep Request buildRequest concode_elem_sep void setConnectTimeout concode_elem_sep ClientHttpReq...
void function ( int arg0 ) { this . client . setReadTimeout ( arg0 , TimeUnit . MILLISECONDS ) ; }
11,675
returns the spring bean id for this bean . concode_field_sep DM_THONXOMLocalService _dm_thonxomLocalService concode_field_sep vn.dtt.cmon.dm.dao.model.DM_THONXOM createDM_THONXOM concode_elem_sep void setWrappedService concode_elem_sep vn.dtt.cmon.dm.dao.model.DM_THONXOM addDM_THONXOM concode_elem_sep DM_THONXOMLocalSe...
java . lang . String function ( ) { return _dm_thonxomLocalService . getBeanIdentifier ( ) ; }
11,676
gets the function type number . type 0 - sampled function , uses a table of sample values to define the function . various techniques are used to interpolate values between the sampled values . type 2 - exponential interpolation , defines a set of coeffiecients for an exponential function . type 3 - stitching function ...
int function ( ) { return functionType ; }
11,677
gets the value of the routingnumber property . concode_field_sep String routingNumber concode_elem_sep Integer checkNumber concode_elem_sep String accountName concode_elem_sep String depositCode concode_elem_sep String checkReference concode_elem_sep String accountType concode_elem_sep String voucherNumber concode_elem...
String function ( ) { return routingNumber ; }
11,678
an opaque string that indicates the position at which the virtual tapes that were fetched for description ended . use this marker in your next request to fetch the next set of virtual tapes in the virtual tape shelf vts . if there are no more virtual tapes to describe , this field does not appear in the response . conc...
DescribeTapeArchivesResult function ( String arg0 ) { setMarker ( arg0 ) ; return this ; }
11,679
test for method = get service = wmts request = gettile concode_field_sep Logger LOGGER concode_field_sep void testWmtsGetCapabilities concode_elem_sep void testWmsGetMap concode_elem_sep void testWcsDescribeCoverage concode_elem_sep void testWfsGetCapabilities concode_elem_sep void testWcsGetCapabilities concode_elem_s...
void function ( ) { final String loc0 = "srini_string" ; testOGCOperationLogging ( "srini_string" , loc0 , 1 ) ; }
11,680
sets the real starting time of this event . concode_field_sep Event _event concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.util.Date getPlannedFinishTime concode_elem_s...
void function ( java . util . Date arg0 ) { _event . setRealStartingTime ( arg0 ) ; }
11,681
unsets pos and returns old value concode_field_sep int defaultCapacity concode_elem_sep int[] map concode_elem_sep int capacity concode_field_sep void doubleCapacity concode_elem_sep int set concode_elem_sep int set concode_elem_sep boolean isSet concode_elem_sep int get concode_elem_sep void reset
int function ( int arg0 ) { if ( arg0 >= capacity ) { return 0 ; } int loc0 = arg0 >> 5 ; int loc1 = 0x80000000 >>> ( arg0 & 0x1F ) ; int loc2 = map [ loc0 ] ; int loc3 = ( loc2 & loc1 ) == 0 ? 0 : 1 ; loc1 = ~ loc1 ; map [ loc0 ] = ( loc2 & loc1 ) ; return loc3 ; }
11,682
removes all of cookie cookies in this http statethat have expired by the specified java.util.date date . concode_field_sep long serialVersionUID concode_elem_sep TreeSet<Cookie> cookies concode_field_sep void addCookies concode_elem_sep void addCookie concode_elem_sep List<Cookie> getCookies concode_elem_sep void clear...
boolean function ( final Date arg0 ) { if ( arg0 == null ) { return false ; } boolean loc0 = false ; for ( final Iterator < Cookie > loc1 = cookies . iterator ( ) ; loc1 . hasNext ( ) ; ) { if ( loc1 . next ( ) . isExpired ( arg0 ) ) { loc1 . remove ( ) ; loc0 = true ; } } return loc0 ; }
11,683
set z coordinate . concode_field_sep int x concode_elem_sep int y concode_elem_sep int z concode_field_sep void setY concode_elem_sep void setX concode_elem_sep float distance concode_elem_sep Vector3f toVector3f concode_elem_sep float[] getXYZ concode_elem_sep Origin deepCopy concode_elem_sep int getX concode_elem_sep...
void function ( int arg0 ) { this . z = arg0 ; }
11,684
select the option at the given index . this is done by examining the `` index '' attribute of an element , and not merely by counting . concode_field_sep boolean isMulti concode_elem_sep WebElement element concode_field_sep void deselectAll concode_elem_sep void selectByVisibleText concode_elem_sep void deselectByIndex...
void function ( int arg0 ) { String loc0 = String . valueOf ( arg0 ) ; for ( WebElement loc1 : getOptions ( ) ) { if ( loc0 . equals ( loc1 . getAttribute ( "srini_string" ) ) ) { setSelected ( loc1 , true ) ; return ; } } throw new NoSuchElementException ( "srini_string" + arg0 ) ; }
11,685
get a value source which can compute the value of this expression in the context of the given bindings . concode_field_sep String[] variables concode_elem_sep String sourceText concode_field_sep Rescorer getRescorer concode_elem_sep SortField getSortField concode_elem_sep double evaluate
ValueSource function ( Bindings arg0 ) { return new ExpressionValueSource ( arg0 , this ) ; }
11,686
returns an unmodifiable set of this dispatcher 's handlers . thisis provided for access by subclasses . concode_field_sep Log logger concode_elem_sep MessageHandler theOneHandler concode_elem_sep int maxSubscribers concode_elem_sep OrderedAwareCopyOnWriteArraySet<MessageHandler> handlers concode_field_sep boolean addHa...
Set < MessageHandler > function ( ) { return this . handlers . asUnmodifiableSet ( ) ; }
11,687
only use this if you know there were no duplicates and that docs were collected in-order ! concode_field_sep int pos concode_elem_sep int maxDoc concode_elem_sep int threshold concode_elem_sep int[] buffer concode_elem_sep FixedBitSet bitSet concode_field_sep void add concode_elem_sep void add concode_elem_sep int add ...
DocSet function ( FixedBitSet arg0 ) { if ( bitSet != null ) { if ( arg0 != null ) { bitSet . and ( arg0 ) ; } return new BitDocSet ( bitSet ) ; } else { int loc0 = pos ; if ( arg0 != null ) { loc0 = dedup ( buffer , pos , arg0 ) ; } return new SortedIntDocSet ( buffer , loc0 ) ; } }
11,688
base 64 decode as described in rfc 1421 . does not attempt to cope with extra whitespace as described in rfc 1521 . concode_field_sep char[] nibble2code concode_elem_sep char pad concode_elem_sep byte[] code2nibble concode_field_sep String encode concode_elem_sep String encode concode_elem_sep char[] encode
String function ( String arg0 ) { try { return decode ( arg0 , StringUtil . __ISO_8859_1 ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new IllegalArgumentException ( loc0 . toString ( ) ) ; } }
11,689
check to see if any scheduled events are ready to be processed . concode_field_sep long NANOS_PER_MILLI concode_elem_sep int MAX_POOL_SIZE concode_elem_sep FastEventQueue mEventPool concode_elem_sep SchedulableEvent mNext concode_elem_sep SchedulableEvent mLast concode_elem_sep long mTimestamp concode_elem_sep SortedMa...
SchedulableEvent function ( long arg0 ) { SchedulableEvent loc0 = null ; synchronized ( lock ) { if ( ! mEventBuffer . isEmpty ( ) ) { long loc1 = mEventBuffer . firstKey ( ) ; if ( loc1 <= arg0 ) { loc0 = removeNextEventLocked ( loc1 ) ; } } } return loc0 ; }
11,690
return the name as user readable string . concode_field_sep String NAME concode_elem_sep X500Principal dnPrincipal concode_elem_sep X500Name dnName concode_elem_sep String DN_PRINCIPAL concode_elem_sep String IDENT concode_elem_sep String DN_NAME concode_field_sep void encode concode_elem_sep void set concode_elem_sep ...
String function ( ) { if ( dnName == null ) return "srini_string" ; return ( dnName . toString ( ) ) ; }
11,691
set the lastmodifiedby for this itemtype . concode_field_sep Long TEMPLATE_MIDTERM concode_elem_sep Long FINAL concode_elem_sep Long MULTIPLE_CORRECT_SINGLE_SELECTION concode_elem_sep String description concode_elem_sep Long AUDIO_RECORDING concode_elem_sep Long TEMPLATE_HOMEWORK concode_elem_sep Long MULTIPLE_CHOICE c...
void function ( String arg0 ) { this . lastModifiedBy = arg0 ; }
11,692
gets the dictionary of cities . concode_field_sep List dictionary concode_elem_sep Comparator LABEL_COMPARATOR concode_elem_sep Log log concode_elem_sep String s1 concode_elem_sep String s2 concode_field_sep void init concode_elem_sep int compare
List function ( ) { return dictionary ; }
11,693
by default , do n't provide any child paste override behaviour . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep Strin...
boolean function ( EObject arg0 , EObject arg1 ) { return false ; }
11,694
tests this collection for equality with an arbitrary object . concode_field_sep long serialVersionUID concode_elem_sep List items concode_field_sep void add concode_elem_sep Iterator iterator concode_elem_sep void addAll concode_elem_sep LegendItem get concode_elem_sep int getItemCount concode_elem_sep Object clone
boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( ! ( arg0 instanceof LegendItemCollection ) ) { return false ; } LegendItemCollection loc0 = ( LegendItemCollection ) arg0 ; if ( ! this . items . equals ( loc0 . items ) ) { return false ; } return true ; }
11,695
parse a json encoded string . concode_field_sep JSONObject object concode_field_sep JSONArray parseJSONArray concode_elem_sep JSONArray parseJSONArray concode_elem_sep org.json.simple.JSONArray getArray concode_elem_sep void put concode_elem_sep void put concode_elem_sep void put concode_elem_sep void put concode_elem_...
Object function ( Reader arg0 ) { try { return getJSONParser ( ) . parse ( arg0 ) ; } catch ( Error loc0 ) { throw new ParseException ( ParseException . ERROR_UNEXPECTED_EXCEPTION , loc0 ) ; } }
11,696
get total resources on the node . concode_field_sep RMNode rmNode concode_elem_sep String nodeName concode_elem_sep RMContainer reservedContainer concode_elem_sep Set<String> labels concode_elem_sep Resource usedResource concode_elem_sep Map<ContainerId,RMContainer> launchedContainers concode_elem_sep Resource totalRes...
Resource function ( ) { return this . totalResourceCapability ; }
11,697
return the viewer associated with this navigatable . concode_field_sep EMFCompareStructureMergeViewerContentProvider contentProvider concode_elem_sep WrappableTreeViewer viewer concode_field_sep Object getPreviousDiff concode_elem_sep Item getNextItem concode_elem_sep TreeItem getStartingItem concode_elem_sep TreeItem ...
WrappableTreeViewer function ( ) { return viewer ; }
11,698
returns the type with the given name . if no type with the given name exists , a type with name ` unknown type ' is added to the chart and returned . concode_field_sep int rowIndex concode_elem_sep List<ChartLine> lines concode_elem_sep ChartBarType UNKNOWN_TYPE concode_elem_sep long maxStop concode_elem_sep Map<String...
ChartBarType function ( String arg0 ) { ChartBarType loc0 = types . get ( arg0 ) ; if ( loc0 == null ) { loc0 = UNKNOWN_TYPE ; types . put ( loc0 . getName ( ) , loc0 ) ; } return loc0 ; }
11,699
returns true if we are in equinox , and we can access the interfaces we need . concode_field_sep FrameworkUtilWorker WORKER concode_field_sep boolean isValid concode_elem_sep boolean isFelix concode_elem_sep ClassLoader getClassLoader concode_elem_sep ClassLoader getClassLoader
boolean function ( String arg0 ) { if ( arg0 != null && arg0 . startsWith ( "srini_string" ) ) { try { Class . forName ( "srini_string" ) ; return true ; } catch ( ClassNotFoundException loc0 ) { } } return false ; }