idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
12,400
sets the url identifying the new multipart object . concode_field_sep String bucketName concode_elem_sep String callbackRetMessage concode_elem_sep String versionId concode_elem_sep String expirationTimeRuleId concode_elem_sep int callbackRetCode concode_elem_sep Date expirationTime concode_elem_sep String location con...
void function ( String arg0 ) { this . location = arg0 ; }
12,401
gets the object mapped from the specified key , or the specified object if no such mapping has been made . concode_field_sep Object DELETED_REF concode_elem_sep WeakReference<?> DELETED concode_elem_sep long[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep WeakReference<?>[] mValues...
E function ( long arg0 , E arg1 ) { int loc0 = binarySearch ( mKeys , 0 , mSize , arg0 ) ; if ( loc0 < 0 || mValues [ loc0 ] == DELETED || mValues [ loc0 ] . get ( ) == null ) { return arg1 ; } else { return ( E ) mValues [ loc0 ] . get ( ) ; } }
12,402
method : main string args concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetName concode_elem_sep void testJaxb concode_elem_sep void before concode_elem_sep void testSetPassword concode_elem_sep void testGetPassword concode_elem_sep void after concode_elem_sep void testSetName
void function ( ) { }
12,403
reset the mac generator . concode_field_sep BlockCipher cipher concode_elem_sep BlockCipherPadding padding concode_elem_sep byte[] buf concode_elem_sep int bufOff concode_elem_sep int macSize concode_elem_sep byte[] mac concode_field_sep void init concode_elem_sep String getAlgorithmName concode_elem_sep void update co...
void function ( ) { for ( int loc0 = 0 ; loc0 < buf . length ; loc0 ++ ) { buf [ loc0 ] = 0 ; } bufOff = 0 ; cipher . reset ( ) ; }
12,404
prints a head-line at the current position in the document . concode_field_sep int H_OFFSET concode_elem_sep int pixelsPerSecond concode_elem_sep int BAR_HEIGHT concode_elem_sep int ROW_LABEL_FONT_SIZE concode_elem_sep int ROW_HEIGHT concode_elem_sep long maxStop concode_elem_sep int DEFAULT_PIXEL_PER_SECOND concode_el...
void function ( String arg0 , int arg1 ) { anchor ( arg0 ) ; out . printf ( "srini_string" , arg1 , arg0 , arg1 ) ; }
12,405
gets the value of the description property . concode_field_sep XMLGregorianCalendar endDate concode_elem_sep BigDecimal price concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep XMLGregorianCalendar startDate concode_field_sep XMLGregorianCalendar get...
String function ( ) { return description ; }
12,406
gets the value of the pid property . concode_field_sep String dsID concode_elem_sep String dsState concode_elem_sep String logMessage concode_elem_sep String pid concode_field_sep void setDsState concode_elem_sep void setDsID concode_elem_sep void setPid concode_elem_sep String getLogMessage concode_elem_sep void setLo...
String function ( ) { return pid ; }
12,407
returns true if this object is equal to the specified object , and false otherwise . concode_field_sep DatasetRenderingOrder REVERSE concode_elem_sep String name concode_elem_sep DatasetRenderingOrder FORWARD concode_elem_sep long serialVersionUID concode_field_sep Object readResolve concode_elem_sep int hashCode conco...
boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof DatasetRenderingOrder ) ) { return false ; } DatasetRenderingOrder loc0 = ( DatasetRenderingOrder ) arg0 ; if ( ! this . name . equals ( loc0 . toString ( ) ) ) { return false ; } return true ; }
12,408
returns the number of data points . concode_field_sep String summary concode_elem_sep double[] coefT concode_elem_sep double[] coefs concode_elem_sep double[] coefP concode_elem_sep double[] coefSE concode_elem_sep boolean zeroIntercept concode_elem_sep double rSquare concode_elem_sep String[] varNames concode_elem_sep...
int function ( ) { return sampleSize ; }
12,409
return true if the target object is of type resource . concode_field_sep boolean isResource concode_elem_sep Object target concode_field_sep Object getObject
boolean function ( ) { return isResource ; }
12,410
sets the value of the id property . concode_field_sep String receivedPaymentId concode_elem_sep Description description concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep PaymentInstrument paymentInstrument concode_field_sep void setPaymentInstrument concode_elem_sep PaymentInstrument ge...
void function ( String arg0 ) { this . id = arg0 ; }
12,411
decreases the indentation by 1 concode_field_sep String preprefix concode_elem_sep String prefix concode_elem_sep int savePoint concode_elem_sep String postfix concode_elem_sep char[] buffer concode_elem_sep int used concode_elem_sep int indented concode_field_sep int getIndentLevel concode_elem_sep String getPostfix c...
StringWriter function ( ) { if ( indented > 0 ) { indented -- ; } return this ; }
12,412
the streaming distribution 's information . concode_field_sep String eTag concode_elem_sep StreamingDistribution streamingDistribution concode_field_sep void setStreamingDistribution concode_elem_sep StreamingDistribution getStreamingDistribution concode_elem_sep String getETag concode_elem_sep int hashCode concode_ele...
GetStreamingDistributionResult function ( StreamingDistribution arg0 ) { setStreamingDistribution ( arg0 ) ; return this ; }
12,413
removes and returns next event from the queue , returning null if empty . this method is used for unit testing , where it prevents cases from hanging if a queue is unexpectedly empty . concode_field_sep long transactionCount concode_elem_sep Logger logger concode_elem_sep String name concode_elem_sep int maxSize concod...
ReplDBMSEvent function ( ) { return queue . poll ( ) ; }
12,414
determines whether this interval overlaps the provided locatable . concode_field_sep char START_END_SEPARATOR concode_elem_sep String END_OF_CONTIG concode_elem_sep char CONTIG_SEPARATOR concode_elem_sep int start concode_elem_sep int end concode_elem_sep long serialVersionUID concode_elem_sep String contig concode_fie...
boolean function ( final Locatable arg0 ) { return overlapsWithMargin ( arg0 , 0 ) ; }
12,415
number of ongoing recoveries for which a shard serves as a target concode_field_sep AtomicInteger currentAsTarget concode_elem_sep String CURRENT_AS_SOURCE concode_elem_sep String RECOVERY concode_elem_sep AtomicLong throttleTimeInNanos concode_elem_sep AtomicInteger currentAsSource concode_elem_sep String THROTTLE_TIM...
int function ( ) { return currentAsTarget . get ( ) ; }
12,416
fetches this string from the intern hashtable . if two strings are considered equal , by the equals method , then intern will return the same string instance . ie . if s1.equals s2 then s1.intern == s2.intern . all string literals and string-valued constant expressions are already interned . concode_field_sep WeakHashM...
String function ( String arg0 ) { synchronized ( internTable ) { WeakReference loc0 = ( WeakReference ) internTable . get ( arg0 ) ; if ( loc0 != null ) { String loc1 = ( String ) loc0 . get ( ) ; if ( loc1 != null ) return loc1 ; } internTable . put ( arg0 , new WeakReference ( arg0 ) ) ; } return arg0 ; }
12,417
filters according to type . uses the pre set set tolerance concode_field_sep double mTolerance concode_elem_sep boolean[] keep concode_elem_sep float mScaleRatio concode_elem_sep ApproximatorType mType concode_elem_sep float mDeltaRatio concode_field_sep void algorithmDouglasPeucker concode_elem_sep void setRatios conc...
List < Entry > function ( List < Entry > arg0 ) { return filter ( arg0 , mTolerance ) ; }
12,418
gets headers for the given size and whether the key/values should be limited to ascii . concode_field_sep HeadersSize size concode_elem_sep boolean limitToAscii concode_elem_sep Map<HeadersKey,List<Header>> headersMap concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep List<Header> newHeader...
List < Header > function ( HeadersSize arg0 , boolean arg1 ) { return headersMap . get ( new HeadersKey ( arg0 , arg1 ) ) ; }
12,419
- if - the builder has been set to generate a depth buffer , using this method sets the builder to generate a depth buffer inclusive of stencil buffer , with the following characteristics : internal format gl_depth24_stencil8_ext , data type gl_unsigned_int_24_8_ext and filtering gl_nearest . concode_field_sep boolean ...
FBOConfig function ( ) { useStencilBuffer = true ; return this ; }
12,420
sets the proxy selector to use . concode_field_sep ProxySelector proxySelector concode_elem_sep SchemeRegistry schemeRegistry concode_field_sep HttpRoute determineRoute concode_elem_sep ProxySelector getProxySelector concode_elem_sep String getHost concode_elem_sep HttpHost determineProxy concode_elem_sep Proxy chooseP...
void function ( ProxySelector arg0 ) { this . proxySelector = arg0 ; }
12,421
adds the supplied task 's id to the set of blocked tasks . concode_field_sep MechanicLog log concode_elem_sep ConcurrentMap<String,String> sourcesFailingInitialization concode_field_sep Set<String> getBlockedTaskIds concode_elem_sep int getThreadSleepSeconds concode_elem_sep int cleanSleepSeconds concode_elem_sep void ...
void function ( Task arg0 ) { Set < String > loc0 = getBlockedTaskIds ( ) ; loc0 . add ( arg0 . getId ( ) ) ; setBlockedTaskIds ( loc0 ) ; }
12,422
determines whether the capturedeviceinfo encapsulated by this instance is equal by value to a specific capturedeviceinfo . concode_field_sep int AUDIO_PLAYBACK concode_elem_sep int AUDIO_CAPTURE concode_elem_sep CaptureDevice[] devices concode_elem_sep List<ListDataListener> listeners concode_elem_sep int AUDIO_NOTIFY ...
boolean function ( CaptureDeviceInfo arg0 ) { return ( info == null ) ? ( arg0 == null ) : info . equals ( arg0 ) ; }
12,423
registers a pending test . a pending test has no implementation and acts as a reminder to the developer to write the implementation later . concode_field_sep PlaceHolder placeHolder concode_field_sep void beforeEach concode_elem_sep void beforeEach concode_elem_sep TestBuilder with concode_elem_sep void afterEach conco...
void function ( String arg0 ) { TestContainer . INSTANCE . it ( arg0 ) ; }
12,424
filters the given list of reactionproperty to return only a listof exitpointspec . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNamedExitTransition concode_elem_sep List<Transition>[] getExitSpecSortedTransitions concode_elem_sep boolean isDefault concode_elem_sep Map<Region,List<Entry>> getReg...
List < ExitPointSpec > function ( List < ReactionProperty > arg0 ) { List < ExitPointSpec > loc0 = new ArrayList < ExitPointSpec > ( ) ; for ( ReactionProperty loc1 : arg0 ) { if ( loc1 instanceof ExitPointSpec ) { loc0 . add ( ( ExitPointSpec ) loc1 ) ; } } return loc0 ; }
12,425
on key up . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mViewAbove concode_elem_sep SlidingMenu mSlidingMenu concode_field_sep void showSecondaryMenu...
boolean function ( int arg0 , KeyEvent arg1 ) { if ( arg0 == KeyEvent . KEYCODE_BACK && mSlidingMenu . isMenuShowing ( ) ) { showContent ( ) ; return true ; } return false ; }
12,426
gets the id of the owner . concode_field_sep String displayName concode_elem_sep long serialVersionUID concode_elem_sep String id concode_field_sep String getDisplayName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setId concode_elem_sep String toString concode_elem_sep void setDi...
String function ( ) { return id ; }
12,427
resolve the given resource url to a java.io.file , i.e. to a file in the file system . concode_field_sep String JAR_URL_SEPARATOR concode_elem_sep String CLASSPATH_URL_PREFIX concode_elem_sep String URL_PROTOCOL_ZIP concode_elem_sep String FILE_URL_PREFIX concode_elem_sep String URL_PROTOCOL_FILE concode_elem_sep Strin...
File function ( URL arg0 ) { return getFile ( arg0 , "srini_string" ) ; }
12,428
returns the prefix to be used when publishing messages to control topics . concode_field_sep String DEVICE_CUSTOM_NAME concode_elem_sep String DEVICE_DISPLAY_NAME concode_elem_sep int LIFECYCLE_PRIORITY concode_elem_sep String TOPIC_WILD_CARD concode_elem_sep Map<String,Object> m_properties concode_elem_sep String TOPI...
String function ( ) { String loc0 = TOPIC_CONTROL_PREFIX_DEFAULT ; if ( m_properties != null && m_properties . get ( TOPIC_CONTROL_PREFIX ) != null && m_properties . get ( TOPIC_CONTROL_PREFIX ) instanceof String ) { loc0 = ( String ) m_properties . get ( TOPIC_CONTROL_PREFIX ) ; } return loc0 ; }
12,429
the security group identifier for the directory . if the directory was created before 8/1/2014 , this is the identifier of the directory members security group that was created when the directory was created . if the directory was created after this date , this value is null . concode_field_sep String securityGroupId c...
String function ( ) { return this . securityGroupId ; }
12,430
check an argument for false conditions concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
int function ( int arg0 , boolean arg1 , Object arg2 ) { if ( ! arg1 ) { throw new IllegalArgumentException ( String . valueOf ( arg2 ) + "srini_string" + arg0 ) ; } return arg0 ; }
12,431
zeros accumulated running time and restarts this object . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep String currentElapsedTimeToMessage concode_elem_se...
void function ( ) { total = 0 ; start ( ) ; }
12,432
returns true if the user clicked ok , false otherwise . concode_field_sep TextField streetField concode_elem_sep TextField cityField concode_elem_sep TextField birthdayField concode_elem_sep TextField postalCodeField concode_elem_sep Stage dialogStage concode_elem_sep Person person concode_elem_sep boolean okClicked co...
boolean function ( ) { return okClicked ; }
12,433
adds a new analyzer . concode_field_sep Map<String,AnalyzerBuilder> analyzerBuilders concode_elem_sep String defaultAnalyzerName concode_elem_sep Map<String,MapperBuilder<?,?>> mapperBuilders concode_field_sep String toJson concode_elem_sep Schema build concode_elem_sep SchemaBuilder analyzer concode_elem_sep SchemaBui...
SchemaBuilder function ( String arg0 , AnalyzerBuilder arg1 ) { analyzerBuilders . put ( arg0 , arg1 ) ; return this ; }
12,434
returns the next instruction in the list to which this instruction belongs , if any . concode_field_sep AbstractInsnNode next concode_elem_sep int TYPE_INSN concode_elem_sep int IINC_INSN concode_elem_sep int INT_INSN concode_elem_sep int LOOKUPSWITCH_INSN concode_elem_sep AbstractInsnNode prev concode_elem_sep int MET...
AbstractInsnNode function ( ) { return next ; }
12,435
returns last selected dependency or null if nothing was selected concode_field_sep Element dependenciesParent concode_elem_sep List<Dependency> dependencies concode_field_sep Dependencies add concode_elem_sep NewElement asXMLElement concode_elem_sep Dependencies set concode_elem_sep void removeDependencies concode_elem...
Dependency function ( ) { return dependencies ( ) . isEmpty ( ) ? null : dependencies . get ( dependencies . size ( ) - 1 ) ; }
12,436
adds a key/value pair to the payload data . concode_field_sep Integer timeToLive concode_elem_sep String restrictedPackageName concode_elem_sep Notification notification concode_elem_sep Boolean dryRun concode_elem_sep Map<String,String> data concode_elem_sep String collapseKey concode_elem_sep Boolean delayWhileIdle c...
Builder function ( String arg0 , String arg1 ) { data . put ( arg0 , arg1 ) ; return this ; }
12,437
get all tiers concode_field_sep Log log concode_elem_sep String backendURL concode_elem_sep Map<String,String> requestHeaders concode_field_sep HttpResponse deleteTier concode_elem_sep HttpResponse addTier concode_elem_sep void checkAuthentication concode_elem_sep String setSession concode_elem_sep HttpResponse login c...
HttpResponse function ( ) { try { checkAuthentication ( ) ; return HTTPSClientUtils . doPost ( new URL ( backendURL + "srini_string" ) , "srini_string" , requestHeaders ) ; } catch ( Exception loc0 ) { throw new APIManagerIntegrationTestException ( "srini_string" , loc0 ) ; } }
12,438
updates the membership request in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep MembershipRequestLocalService _service concode_field_sep com.liferay.portal.kernel.model.MembershipRequest createMembershipRequest concode_elem_sep java.lang.String getO...
com . liferay . portal . kernel . model . MembershipRequest function ( com . liferay . portal . kernel . model . MembershipRequest arg0 ) { return getService ( ) . updateMembershipRequest ( arg0 ) ; }
12,439
sets attributes . concode_field_sep Boolean processed concode_elem_sep Object patron concode_elem_sep String desiredDateDue concode_elem_sep String itemBarcode concode_elem_sep CheckOutItemResponse checkOutItemResponse concode_elem_sep String patronBarcode concode_elem_sep Attributes attributes concode_elem_sep Integer...
void function ( Attributes arg0 ) { this . attributes = arg0 ; }
12,440
converts a method in ssa form to rop form . concode_field_sep boolean minimizeRegisters concode_elem_sep ArrayList<SsaBasicBlock> blocks concode_elem_sep SsaMethod ssaMeth concode_elem_sep boolean DEBUG concode_elem_sep InterferenceGraph interference concode_field_sep void verifyValidExitPredecessor concode_elem_sep in...
RopMethod function ( SsaMethod arg0 , boolean arg1 ) { return new SsaToRop ( arg0 , arg1 ) . convert ( ) ; }
12,441
retreives a thread instance for running the specified runnable concode_field_sep ThreadFactory factory concode_field_sep ThreadFactory getImpl concode_elem_sep ThreadFactory setImpl
Thread function ( Runnable arg0 ) { return factory == this ? new Thread ( arg0 ) : factory . newThread ( arg0 ) ; }
12,442
performs a dynamic query on the database and returns a range of the matching rows . 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.l...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; }
12,443
sets the path to the small favicon . this will replace the default guacamole icon . concode_field_sep Collection<String> translationPaths concode_elem_sep Map<String,String> resourceTypes concode_elem_sep Collection<String> authProviders concode_elem_sep String name concode_elem_sep String namespace concode_elem_sep Co...
void function ( String arg0 ) { this . smallIcon = arg0 ; }
12,444
removes all the elements from the vector querycontrollerentity concode_field_sep long serialVersionUID concode_elem_sep List<QueryControllerListener> listeners concode_elem_sep List<QueryControllerEntity> entities concode_elem_sep boolean eventDisabled concode_field_sep void createGroup concode_elem_sep void setEventsD...
void function ( ) { List < QueryControllerEntity > loc0 = getElements ( ) ; for ( QueryControllerEntity loc1 : loc0 ) { fireElementRemoved ( loc1 ) ; } entities . clear ( ) ; }
12,445
creates a @linkplain permissionholder which combines the permissionsheld by the given holder , with the permissions implied by the given permissionrequirement concode_field_sep Set<String> myRevocablePermissions concode_elem_sep Set<String> myGrantedPermissions concode_field_sep boolean isRevocable concode_elem_sep boo...
PermissionHolder function ( @ NonNull PermissionHolder arg0 , @ NonNull PermissionRequirement arg1 ) { SetPermissionLookup loc0 = new SetPermissionLookup ( Collections . < String > emptySet ( ) ) ; return join ( arg0 , arg1 . getMissingPermissions ( loc0 ) ) ; }
12,446
sets the value of the template property . concode_field_sep String template concode_elem_sep String type concode_elem_sep String mediatype concode_field_sep String getTemplate concode_elem_sep String getType concode_elem_sep String getMediatype concode_elem_sep void setMediatype concode_elem_sep void setType
void function ( String arg0 ) { this . template = arg0 ; }
12,447
encodes an image in png format . concode_field_sep boolean encodingAlpha concode_elem_sep int quality concode_field_sep void setQuality concode_elem_sep float getQuality concode_elem_sep boolean isEncodingAlpha concode_elem_sep void setEncodingAlpha
byte [ ] function ( BufferedImage arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } PngEncoder loc0 = new PngEncoder ( arg0 , this . encodingAlpha , 0 , this . quality ) ; return loc0 . pngEncode ( ) ; }
12,448
re-sets the string . this is intented to be used in search keys only . concode_field_sep String string concode_elem_sep FontRenderContext fontRenderContext concode_elem_sep Font font concode_field_sep void setFontRenderContext concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setFont
void function ( String arg0 ) { string = arg0 ; }
12,449
gets the map of query parameters . concode_field_sep String SEPARATOR concode_elem_sep long serialVersionUID concode_elem_sep String CUR_DIR concode_elem_sep String WILDCARD concode_elem_sep URI mUri concode_elem_sep AlluxioURI EMPTY_URI concode_field_sep AlluxioURI getParent concode_elem_sep int getDepth concode_elem_...
Map < String , String > function ( ) { return URIUtils . parseQueryString ( mUri . getQuery ( ) ) ; }
12,450
method that sets all values in the unicodes map concode_field_sep Map<Integer,String> unicodes concode_field_sep void main concode_elem_sep String getCode
Map < Integer , String > function ( ) { Map < Integer , String > loc0 = new HashMap ( ) ; int loc1 = 30 ; for ( int loc2 = 0 ; loc2 <= 9 ; loc2 ++ ) { String loc3 = "srini_string" + ( loc2 + loc1 ) ; loc0 . put ( loc2 , loc3 ) ; } return loc0 ; }
12,451
gets the value of the sim property . concode_field_sep String promotionalPassIdentifier concode_elem_sep String sim concode_elem_sep String tac concode_elem_sep String subscriberNumber concode_elem_sep String imei concode_elem_sep long serialVersionUID concode_field_sep void setImei concode_elem_sep String getPromotion...
String function ( ) { return sim ; }
12,452
sets the value of the returnval property . concode_field_sep ManagedObjectReference returnval concode_field_sep ManagedObjectReference getReturnval
void function ( ManagedObjectReference arg0 ) { this . returnval = arg0 ; }
12,453
this hook method will be invoked when the dfs begins the visit of an element . since there is no return parameter this method will not effect the algorithms behaviour . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field...
void function ( Object arg0 , int arg1 ) { }
12,454
gets the value of the remark property . concode_field_sep Unit unit concode_elem_sep Boolean visible concode_elem_sep String code concode_elem_sep net.sf.ahtutils.xml.text.Question question concode_elem_sep String topic concode_elem_sep Remark remark concode_elem_sep long serialVersionUID concode_elem_sep Long id conco...
Remark function ( ) { return remark ; }
12,455
get the attribute value . concode_field_sep String AA_COMPROMISE concode_elem_sep String KEY_COMPROMISE concode_elem_sep String SUPERSEDED concode_elem_sep boolean[] bitString concode_elem_sep String CA_COMPROMISE concode_elem_sep String UNUSED concode_elem_sep String AFFILIATION_CHANGED concode_elem_sep String CERTIFI...
Object function ( String arg0 ) { return Boolean . valueOf ( isSet ( name2Index ( arg0 ) ) ) ; }
12,456
returns the largest key in the symbol table less than or equal to key . 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_sep int size concode_elem_sep Key max concode_elem_sep Iterable<Key> keys concode_elem_sep Valu...
Key function ( Key arg0 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; if ( st . containsKey ( arg0 ) ) return arg0 ; SortedMap < Key , Value > loc0 = st . headMap ( arg0 ) ; if ( loc0 . isEmpty ( ) ) throw new NoSuchElementException ( ) ; return loc0 . lastKey ( ) ; }
12,457
gets the value of the taxid property . concode_field_sep DriversLicenseType driversLicense concode_elem_sep String taxId concode_elem_sep String id concode_elem_sep CustomerTypeEnum type concode_elem_sep String email concode_field_sep DriversLicenseType getDriversLicense concode_elem_sep void setEmail concode_elem_sep ...
String function ( ) { return taxId ; }
12,458
get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep com.omniture.www.Cost_item[] cost_items concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void setName concode_elem_sep org...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
12,459
called for every file that disappeared in the watched directory concode_field_sep PlaceHolder placeHolder concode_field_sep void onFileCreated concode_elem_sep void onFileInit concode_elem_sep void onDirectoryCreated concode_elem_sep void onDirectoryInit concode_elem_sep void onDirectoryDeleted concode_elem_sep void on...
void function ( Path arg0 ) { }
12,460
detaches this adapter from the wrapped connection . this adapter becomes useless . concode_field_sep long duration concode_elem_sep ClientConnectionManager connManager concode_elem_sep OperatedClientConnection wrappedConnection concode_elem_sep boolean markedReusable concode_elem_sep boolean released concode_field_sep ...
void function ( ) { wrappedConnection = null ; duration = Long . MAX_VALUE ; }
12,461
expose the singleton instance for access through the ` early singleton ' proxy . concode_field_sep BeanFactory beanFactory concode_elem_sep Log logger concode_elem_sep T singletonInstance concode_elem_sep boolean singleton concode_elem_sep ClassLoader beanClassLoader concode_elem_sep T earlySingletonInstance concode_el...
T function ( ) { if ( ! this . initialized ) { throw new IllegalStateException ( "srini_string" ) ; } return this . singletonInstance ; }
12,462
sets the value of the pttype property . concode_field_sep Double val concode_elem_sep STBoolOperator op concode_elem_sep STConstraintRelationship refFor concode_elem_sep Double fact concode_elem_sep String forName concode_elem_sep String refForName concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep STCon...
void function ( STElementType arg0 ) { this . ptType = arg0 ; }
12,463
salesforce1 analytics report metadata for filtering concode_field_sep NotifyForOperationsEnum notifyForOperations concode_elem_sep String APEX_METHOD concode_elem_sep String sObjectQuery concode_elem_sep Boolean notifyForOperationCreate concode_elem_sep String SOBJECT_CLASS concode_elem_sep String sObjectClass concode_...
void function ( ReportMetadata arg0 ) { this . reportMetadata = arg0 ; }
12,464
stops the logger . concode_field_sep boolean running concode_elem_sep Logger localLogger concode_elem_sep MessageLog messageLogSettings concode_elem_sep int sleepWhenNoMessages concode_elem_sep int LOG_INTERVAL concode_elem_sep Logger logger concode_elem_sep Queue<ReceivedMqttMessageWithSubscriptions> queue concode_fie...
void function ( ) { running = false ; }
12,465
gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep Object parent concode_elem_sep List<CTConnection> connection concode_field_sep List<CTConnection> getConnection concode_elem_sep void afterUnmarshal concode_elem_sep void setParent
Object function ( ) { return this . parent ; }
12,466
returns the human-readable warning text for this warning . note that the original quoted-string is returned here , including escaping for any contained characters . in other words , if the header was : warning : 110 fred `` response is stale '' then this method will return '' \ `` response is stale \ '' '' surrounding ...
String function ( ) { return warnText ; }
12,467
returns the shard id this config is created for concode_field_sep Path translogPath concode_elem_sep ByteSizeValue DEFAULT_BUFFER_SIZE concode_elem_sep IndexSettings indexSettings concode_elem_sep ShardId shardId concode_elem_sep BigArrays bigArrays concode_elem_sep ByteSizeValue bufferSize concode_field_sep BigArrays ...
ShardId function ( ) { return shardId ; }
12,468
this method is equivalent to schedulecleantempdir titempfilehelper.default _ clean_timeout , timeunit.seconds concode_field_sep ArrayList<String> createdThisSession concode_elem_sep boolean DBG concode_elem_sep String TAG concode_elem_sep ExecutorService service concode_elem_sep String TEMPDIR concode_elem_sep File tem...
void function ( ) { scheduleCleanTempDir ( DEFAULT_CLEAN_TIMEOUT , TimeUnit . SECONDS ) ; }
12,469
throws an exception if #validator_dir_readable validation fails . concode_field_sep ITsValidator<File> VALIDATOR_DIR_READABLE concode_elem_sep String STR_EXT_SEPARATOR concode_elem_sep File[] EMPTY_ARRAY_OF_FILES concode_elem_sep Comparator<File> FILEDIR_CMP_ASC concode_elem_sep Comparator<File> FILEDIR_CMP_DESC concod...
File function ( File arg0 ) { ValidationResult loc0 = VALIDATOR_DIR_READABLE . validate ( arg0 ) ; if ( loc0 . isError ( ) ) { throw new TsFileIoRtException ( loc0 . message ( ) ) ; } return arg0 ; }
12,470
spew a greeting to the incoming client connection . concode_field_sep ByteBuffer buffer concode_elem_sep int PORT_NUMBER concode_field_sep void registerChannel concode_elem_sep void go concode_elem_sep void main concode_elem_sep void readDataFromSocket
void function ( SocketChannel arg0 ) { buffer . clear ( ) ; buffer . put ( "srini_string" . getBytes ( ) ) ; buffer . flip ( ) ; arg0 . write ( buffer ) ; }
12,471
call this after constructing to initialize the plugin . final because we want to be able to change args without breaking plugins . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onRec...
void function ( CordovaInterface arg0 , CordovaWebView arg1 , CordovaPreferences arg2 ) { assert this . cordova == null ; this . cordova = arg0 ; this . webView = arg1 ; this . preferences = arg2 ; initialize ( arg0 , arg1 ) ; pluginInitialize ( ) ; }
12,472
returns the enumerated type which specifies color space for interpolation . concode_field_sep ColorSpaceEnum colorSpace concode_elem_sep int transparency concode_elem_sep CycleMethodEnum REPEAT concode_elem_sep CycleMethodEnum cycleMethod concode_elem_sep float[] fractions concode_elem_sep ColorSpaceEnum SRGB concode_e...
ColorSpaceEnum function ( ) { return colorSpace ; }
12,473
returns the current best entity from the neighbourhood of an entity in a topology based on the current fitness of the entities . concode_field_sep PlaceHolder placeHolder concode_field_sep T getBestEntity concode_elem_sep T getBestEntity concode_elem_sep Set<T> getNeighbourhoodBestEntities concode_elem_sep Set<E> getNe...
T function ( Topology < T > arg0 , T arg1 ) { return getNeighbourhoodBest ( arg0 , arg1 , new AscendingFitnessComparator < T > ( ) ) ; }
12,474
returns this window manager 's number of windows concode_field_sep List<WindowManager> subManagers concode_elem_sep ArrayList<Window> windows concode_field_sep void add concode_elem_sep Window[] getWindows concode_elem_sep void addWindowManager concode_elem_sep boolean close concode_elem_sep void remove
int function ( ) { return windows . size ( ) ; }
12,475
returns all produced analysistripsetallmode-objects , separated by zones concode_field_sep int nrOfprocessedTrips concode_elem_sep Collection<String> ptModes concode_elem_sep int possibleTrips concode_elem_sep Map<Id,ArrayList<Event>> id2Events concode_elem_sep Map<String,AnalysisTripSetStorage> zone2tripSet concode_el...
Map < String , AnalysisTripSetStorage > function ( ) { log . info ( this . nrOfprocessedTrips + "srini_string" + this . possibleTrips + "srini_string" ) ; return this . zone2tripSet ; }
12,476
returns the g function that is used in the fda2 problem . concode_field_sep ContinuousFunction fda2_h concode_elem_sep FunctionOptimisationProblem fda2_h_problem concode_elem_sep long serialVersionUID concode_elem_sep FunctionOptimisationProblem fda2_g_problem concode_elem_sep ContinuousFunction fda2_g concode_field_se...
ContinuousFunction function ( ) { return this . fda2_g ; }
12,477
return true if this mapping is defined by a character , false otherwise concode_field_sep int FLAG_CAPSLOCK concode_elem_sep boolean altDown concode_elem_sep int FLAG_ALT concode_elem_sep boolean characterDef concode_elem_sep int keyLocation concode_elem_sep char keyChar concode_elem_sep int FLAG_CTRL concode_elem_sep ...
boolean function ( ) { return characterDef ; }
12,478
checks service availability . concode_field_sep String baseUrl concode_elem_sep HttpJsonRequestFactory requestFactory concode_elem_sep Logger LOG concode_elem_sep ServiceDescriptor serviceDescriptor concode_field_sep String getBaseUrl concode_elem_sep Link getLink concode_elem_sep List<Link> getLinks concode_elem_sep C...
boolean function ( ) { LOG . debug ( "srini_string" , baseUrl ) ; try { return ( requestFactory . fromUrl ( baseUrl ) . useOptionsMethod ( ) . request ( ) . as ( getServiceDescriptorClass ( ) , null ) != null ) ; } catch ( Exception loc0 ) { LOG . warn ( loc0 . getLocalizedMessage ( ) ) ; return false ; } }
12,479
returns true , if the values for all datapoints has been loaded . concode_field_sep String TYPE_GATEWAY_EXTRAS concode_elem_sep Integer number concode_elem_sep String TYPE_GATEWAY_VARIABLE concode_elem_sep Map<HmDatapointInfo,HmDatapoint> datapoints concode_elem_sep String TYPE_GATEWAY_SCRIPT concode_elem_sep boolean i...
boolean function ( ) { return initialized ; }
12,480
compares this object with another one . this implementation returns true if and only if the passed in object is an instance of constantinitializer which refers to an object equals to theobject managed by this instance . concode_field_sep String FMT_TO_STRING concode_elem_sep T object concode_field_sep T getObject conco...
boolean function ( final Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof ConstantInitializer < ? > ) ) { return false ; } final ConstantInitializer < ? > loc0 = ( ConstantInitializer < ? > ) arg0 ; return ObjectUtils . equals ( getObject ( ) , loc0 . getObject ( ) ) ; }
12,481
execute the provided operation and decrement the number of currently running operations after it has finished executing . concode_field_sep int maxNbConcurrentOperations concode_elem_sep AtomicInteger nbRunningOperations concode_field_sep void enqueueRequest concode_elem_sep Operation wrap
void function ( final Operation arg0 ) { try { arg0 . run ( ) ; } finally { nbRunningOperations . decrementAndGet ( ) ; } }
12,482
sets the value of the description property . concode_field_sep String amount concode_elem_sep String name concode_elem_sep String description concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setAmount concode_elem_sep String getDescription conco...
void function ( String arg0 ) { this . description = arg0 ; }
12,483
outputs a loglevel #error level throwable information . concode_field_sep int mPriorityLevel concode_elem_sep boolean LOGV concode_elem_sep char[] mHexDigit concode_elem_sep char mPriorityLetter concode_elem_sep boolean LOGD concode_elem_sep ILogOutput sLogOutput concode_elem_sep String mStringValue concode_elem_sep ch...
void function ( String arg0 , Throwable arg1 ) { }
12,484
flushes the given object . the same as calling flushable #flush , but errors while flushing are silently ignored . concode_field_sep EngineUtilLogger LOG concode_field_sep void writeStringToFile concode_elem_sep byte[] readInputStream concode_elem_sep String readFileAsString concode_elem_sep void closeSilently concode_...
void function ( Flushable arg0 ) { try { if ( arg0 != null ) { arg0 . flush ( ) ; } } catch ( IOException loc0 ) { LOG . debugCloseException ( loc0 ) ; } }
12,485
gets the value of the id property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded concode_e...
String function ( ) { return id ; }
12,486
helper method for closing any object which implements java.lang.autocloseable . exceptions are swallowed , and nulls ignored . concode_field_sep Logger log concode_elem_sep Path file concode_elem_sep String prefix concode_elem_sep FileChannel channel concode_elem_sep FileLock lock concode_field_sep JobPrefixFile tryFro...
void function ( final AutoCloseable arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( Exception loc0 ) { log . debug ( "srini_string" , arg0 . getClass ( ) . getSimpleName ( ) , loc0 ) ; } } }
12,487
set the multiplelinefieldcomparatordatas concode_field_sep java.lang.String i18nName concode_elem_sep long serialVersionUID concode_elem_sep java.lang.String labelKey concode_elem_sep org.topcased.gpm.business.fields.MultipleLineFieldComparatorData[] multipleLineFieldComparatorDatas concode_field_sep java.lang.String g...
void function ( org . topcased . gpm . business . fields . MultipleLineFieldComparatorData [ ] arg0 ) { this . multipleLineFieldComparatorDatas = arg0 ; }
12,488
creates a new saxparser . note that saxparser.parse is not thread-safe , so we need to create a new one . alternatively , we could synchronize parsing which is most likely less efficient though . concode_field_sep SAXParserFactory parserFactory concode_elem_sep BeanUtil beanUtil concode_field_sep void addPropertyXml co...
SAXParser function ( ) { return parserFactory . newSAXParser ( ) ; }
12,489
determine if sd card exists . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep File constructFilePaths concode_elem_sep long freeSpaceCalculation concode_elem_sep String getTempDirectoryPath concode_elem_sep boolean testFileExists
boolean function ( ) { String loc0 = Environment . getExternalStorageState ( ) ; boolean loc1 ; if ( loc0 . equals ( Environment . MEDIA_MOUNTED ) ) { loc1 = true ; } else { loc1 = false ; } return loc1 ; }
12,490
the encrypted plaintext . if you are using the cli , the value is base64 encoded . otherwise , it is not encoded . aws sdk for java performs a base64 encoding on this field before sending this request to aws service by default . users of the sdk should not perform base64 encoding on this field . concode_field_sep java....
void function ( java . nio . ByteBuffer arg0 ) { this . ciphertextBlob = arg0 ; }
12,491
produce a comma delimited text from a jsonarray of jsonobjects using a provided list of names . the list of names is not included in the output . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep JSONArray toJSONArray concode_elem_se...
String function ( JSONArray arg0 , JSONArray arg1 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { return null ; } StringBuffer loc0 = new StringBuffer ( ) ; for ( int loc1 = 0 ; loc1 < arg1 . length ( ) ; loc1 += 1 ) { JSONObject loc2 = arg1 . optJSONObject ( loc1 ) ; if ( loc2 != null ) { loc0 . append ( rowToStri...
12,492
gets the value of the emailaddress property . concode_field_sep String emailAddressTypeCd concode_elem_sep String emailAddress concode_elem_sep String accountKey concode_field_sep String getAccountKey concode_elem_sep void setAccountKey concode_elem_sep String getEmailAddressTypeCd concode_elem_sep void setEmailAddress...
String function ( ) { return emailAddress ; }
12,493
shutdown the frege executor service if it exists . concode_field_sep java.util.concurrent.ExecutorService execService concode_elem_sep java.util.concurrent.ForkJoinPool fjpool concode_elem_sep Object lock concode_field_sep boolean fork concode_elem_sep void notifyOne concode_elem_sep java.util.concurrent.ExecutorServic...
void function ( ) { if ( execService != null && ! execService . isShutdown ( ) ) { execService . shutdown ( ) ; } }
12,494
creates a formatted timestamp string of the given date using the specified timezone . concode_field_sep SimpleDateFormat FORMAT concode_elem_sep TimeZone GMT concode_field_sep String timeStampForZone concode_elem_sep String timeStampGMT concode_elem_sep String timeStampGMT concode_elem_sep String timeStampGMT
String function ( Date arg0 , TimeZone arg1 ) { if ( arg1 == null ) { arg1 = TimeZone . getDefault ( ) ; } FORMAT . setTimeZone ( arg1 ) ; return FORMAT . format ( arg0 ) ; }
12,495
stops the timer . concode_field_sep int ticks concode_elem_sep int interval concode_elem_sep Thread thread concode_elem_sep Tickable target concode_field_sep int getTicks concode_elem_sep void setInterval concode_elem_sep void start concode_elem_sep void reset concode_elem_sep void run
void function ( ) { thread = null ; }
12,496
returns the full class name of the extension point implementation concode_field_sep PluginDescriptor fDescriptor concode_elem_sep String fId concode_elem_sep String fTargetPoint concode_elem_sep String fClazz concode_elem_sep HashMap<String,String> fAttributes concode_elem_sep Configuration conf concode_elem_sep Plugin...
String function ( ) { return fClazz ; }
12,497
rotate the point in plane from given degrees . concode_field_sep Comparator<Point> POLAR_ORDER concode_elem_sep int CIRCLE_DIAMETER concode_elem_sep double _x concode_elem_sep double _y concode_elem_sep Comparator<Point> Y_ORDER concode_field_sep void setY concode_elem_sep int compare concode_elem_sep int compare conco...
Point function ( double arg0 ) { return rotateRad ( Math . toRadians ( arg0 ) ) ; }
12,498
gets the owner . concode_field_sep String owner concode_elem_sep List<Room> rooms concode_elem_sep long serialVersionUID concode_elem_sep Address address concode_elem_sep String name concode_elem_sep String description concode_elem_sep Integer id concode_field_sep void setName concode_elem_sep void setRooms concode_ele...
String function ( ) { return owner ; }
12,499
gets the code . concode_field_sep String code concode_elem_sep boolean isMissing concode_elem_sep String label concode_elem_sep int[] unsafeCombinations concode_elem_sep int frequency concode_elem_sep int pramProbability concode_field_sep void setUnsafeCombinations concode_elem_sep String getLabel concode_elem_sep bool...
String function ( ) { return this . getCode ( ) ; }