idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
13,600
returns the password to use when joining this conference room . this is an optional value and may return null . concode_field_sep String password concode_elem_sep String jid concode_elem_sep boolean autoJoin concode_elem_sep String name concode_elem_sep String nickname concode_elem_sep boolean isShared concode_field_se...
String function ( ) { return password ; }
13,601
sets the string values in the map for the given key , using a comma to separate the values as a string concode_field_sep PlaceHolder placeHolder concode_field_sep List listValue concode_elem_sep String stringValue concode_elem_sep String stringValue concode_elem_sep String[] stringValues concode_elem_sep void putAll co...
void function ( Map arg0 , String arg1 , String [ ] arg2 ) { if ( arg2 != null ) { String loc0 = Arrays . join ( "srini_string" , arg2 ) ; arg0 . put ( arg1 , loc0 ) ; } else { arg0 . remove ( arg1 ) ; } }
13,602
get the contenttype value . concode_field_sep CipherSpec cipher concode_elem_sep ASN1OctetString encData concode_elem_sep int contentType concode_elem_sep AlgorithmIdentifier algorithm concode_field_sep CipherSpec getCipher concode_elem_sep void setCipher concode_elem_sep ASN1OctetString getEncData concode_elem_sep Alg...
int function ( ) { return contentType ; }
13,603
returns the external repository object associated with the search result . concode_field_sep String _snippet concode_elem_sep float _score concode_elem_sep T _object concode_field_sep float getScore concode_elem_sep String getSnippet
T function ( ) { return _object ; }
13,604
by default , the following paste options are supported : pasteoption #normal : always others : never 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 XMLResourc...
boolean function ( EObject arg0 , EStructuralFeature arg1 , PasteOption arg2 ) { if ( arg2 . equals ( PasteOption . NORMAL ) ) { return true ; } else { return false ; } }
13,605
verbose log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 , arg2 ) ; }
13,606
get the name of the attached file . concode_field_sep String contentDisposition concode_elem_sep String name concode_elem_sep DataSource dataSource concode_elem_sep String contentType concode_field_sep String getContentDispositionHeader concode_elem_sep DataSource getDataSource concode_elem_sep String getName concode_e...
String function ( ) { return dataSource . getName ( ) ; }
13,607
adds all the late es6 transpilation passes , which go after the dart pass . includes es6 features that are best handled natively by the compiler . as we convert more passes to handle these features , we will be moving the transpilation later in the compilation , and eventually only transpiling when the output is lower ...
void function ( List < PassFactory > arg0 ) { arg0 . add ( es6ExtractClasses ) ; arg0 . add ( convertEs6ToEs3 ) ; arg0 . add ( rewriteBlockScopedDeclaration ) ; arg0 . add ( rewriteGenerators ) ; arg0 . add ( rewritePolyfills ) ; }
13,608
returns true if this object is equal to the specified object , and false otherwise . concode_field_sep GradientPaintTransformType VERTICAL concode_elem_sep GradientPaintTransformType CENTER_VERTICAL concode_elem_sep String name concode_elem_sep GradientPaintTransformType HORIZONTAL concode_elem_sep GradientPaintTransfo...
boolean function ( final Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof GradientPaintTransformType ) ) { return false ; } final GradientPaintTransformType loc0 = ( GradientPaintTransformType ) arg0 ; if ( ! this . name . equals ( loc0 . name ) ) { return false ; } return true ; }
13,609
gets the value of the description property . concode_field_sep Amount amount concode_elem_sep Quantity quantity concode_elem_sep XMLGregorianCalendar dueDate concode_elem_sep Description description concode_elem_sep long serialVersionUID concode_elem_sep String typeCode concode_field_sep void setTypeCode concode_elem_s...
Description function ( ) { return description ; }
13,610
returns the overall track duration . concode_field_sep double vAverage concode_elem_sep int satMax concode_elem_sep String duration concode_elem_sep ArrayList<Trackpoint> trackpoints concode_elem_sep double distance concode_elem_sep double vMax concode_elem_sep int satMin concode_elem_sep String name concode_field_sep ...
String function ( ) { return duration ; }
13,611
called from within the shutdown thread . concode_field_sep ConfigurationService configurationService concode_elem_sep boolean running concode_elem_sep ServiceManagerSystem serviceManagerSystem concode_elem_sep long loadTime concode_elem_sep Date lastLoadDate concode_elem_sep Logger log concode_elem_sep String mBeanName...
void function ( ) { if ( ! this . destroyed ) { destroy ( ) ; } }
13,612
return the serial number . concode_field_sep BigInteger serial concode_elem_sep String issuerDN concode_field_sep String getIssuerDN concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
BigInteger function ( ) { return serial ; }
13,613
indicates that widget highlighting is enabled . concode_field_sep int printCopies concode_elem_sep String defaultURL concode_elem_sep File defaultFile concode_elem_sep PrintHelper printHelper concode_elem_sep boolean isWidgetAnnotationHighlight concode_elem_sep boolean isShrinkToPrintableArea concode_field_sep File get...
boolean function ( ) { return isWidgetAnnotationHighlight ; }
13,614
sets the current user transaction as rollback only if it has timed out . concode_field_sep Log log concode_elem_sep ThreadLocal<List<Exception>> suppressedExceptions concode_field_sep String getUserTransactionJNDIName concode_elem_sep boolean startTransaction concode_elem_sep boolean startTransaction concode_elem_sep b...
boolean function ( ) { if ( isTransactionTimedOut ( ) ) { return setTransactionRollbackOnly ( ) ; } return false ; }
13,615
gets the value of the subject property . concode_field_sep String subject concode_elem_sep String accountRef concode_elem_sep String content concode_elem_sep String status concode_field_sep void setSubject concode_elem_sep void setContent concode_elem_sep String getAccountRef concode_elem_sep String getContent concode_...
String function ( ) { return subject ; }
13,616
deletes all urlset objects from the database . should be used for development and testing , not production . concode_field_sep Jedis jedis concode_field_sep boolean isIndexed concode_elem_sep void deleteAllKeys concode_elem_sep Map<String,Integer> getCounts concode_elem_sep Integer tryParse concode_elem_sep void proces...
void function ( ) { Set < String > loc0 = urlSetKeys ( ) ; Transaction loc1 = jedis . multi ( ) ; for ( String loc2 : loc0 ) { loc1 . del ( loc2 ) ; } loc1 . exec ( ) ; }
13,617
adds an unnamed value to the formatted output . it is strongly encouraged to use #add string , int insteadand give value a readable name . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep String name concode_elem_sep String className concode_elem_sep boolean omitNullValues con...
ToStringHelper function ( int arg0 ) { return addHolder ( String . valueOf ( arg0 ) ) ; }
13,618
get the media key of this story . used for decryption . concode_field_sep String MEDIA_TYPE_KEY concode_elem_sep int screenshot_count concode_elem_sep int TYPE_VIDEO_NOAUDIO concode_elem_sep String caption concode_elem_sep int TYPE_IMAGE concode_elem_sep int type concode_elem_sep String STORY_EXTRAS_KEY concode_elem_se...
String function ( ) { return media_key ; }
13,619
gets the value of the evidencnicislo property . concode_field_sep Integer poradoveCislo concode_elem_sep TUrceneCasoveObdobi urceneCasoveObdobi concode_elem_sep String nazevEvidenceDokumentu concode_elem_sep String evidencniCislo concode_field_sep String getNazevEvidenceDokumentu concode_elem_sep void setEvidencniCislo...
String function ( ) { return evidencniCislo ; }
13,620
create a new empty midi track and add it to this sequence . concode_field_sep float SMPTE_24 concode_elem_sep float divisionType concode_elem_sep float SMPTE_25 concode_elem_sep float PPQ concode_elem_sep float SMPTE_30 concode_elem_sep int resolution concode_elem_sep Vector<Track> tracks concode_elem_sep float SMPTE_3...
Track function ( ) { Track loc0 = new Track ( ) ; tracks . add ( loc0 ) ; return loc0 ; }
13,621
posts an event to all registered subscribers . this method will return successfully after the event has been posted to all subscribers , and regardless of any exceptions thrown by subscribers . if no subscribers have been subscribed for event 's class , and event is notalready a deadevent , it will be wrapped in a dead...
void function ( Object arg0 ) { Iterator < Subscriber > loc0 = subscribers . getSubscribers ( arg0 ) ; if ( loc0 . hasNext ( ) ) { dispatcher . dispatch ( arg0 , loc0 ) ; } else if ( ! ( arg0 instanceof DeadEvent ) ) { post ( new DeadEvent ( this , arg0 ) ) ; } }
13,622
gets header name . concode_field_sep String headerName concode_elem_sep String headerValue concode_elem_sep Integer reportDataId concode_elem_sep String recordNum concode_field_sep void setReportDataId concode_elem_sep String getRecordNum concode_elem_sep void setRecordNum concode_elem_sep Integer getReportDataId conco...
String function ( ) { return headerName ; }
13,623
pack this buffer into that provided . if the buffer is invalid then an ioexception is thrown . concode_field_sep DataOutputStream _output concode_elem_sep byte[] _byte concode_elem_sep boolean _valid concode_elem_sep int ALIGNMENT concode_elem_sep ByteArrayOutputStream _outputStream concode_elem_sep int headerSize conc...
void function ( OutputBuffer arg0 ) { if ( arg0 == null ) throw new IOException ( tsLogger . i18NLogger . get_state_OutputBuffer_11 ( ) ) ; if ( _valid ) { arg0 . packBytes ( buffer ( ) ) ; } }
13,624
prior to call this method , call hasnext once ! concode_field_sep TypeSerializer<E> serializer concode_elem_sep boolean iteratorAvailable concode_elem_sep E reuse concode_elem_sep TypeSerializer<E> serializer concode_elem_sep TypeComparator<E> comparator concode_elem_sep boolean done concode_elem_sep boolean lookAheadH...
E function ( ) { if ( this . currentIsUnconsumed || hasNext ( ) ) { this . currentIsUnconsumed = false ; return ReusingKeyGroupedIterator . this . current ; } else { throw new NoSuchElementException ( ) ; } }
13,625
returns a no-arg constructor that despite appearences can be used to construct objects of the specified type !!! of first non-serializable concode_field_sep ReflectionFactory reflFactory concode_field_sep boolean primitive concode_elem_sep boolean stringable concode_elem_sep boolean stringable concode_elem_sep boolean ...
Constructor function ( Class arg0 ) { Constructor loc0 = Object . class . getDeclaredConstructor ( new Class [ 0 ] ) ; loc0 = reflFactory . newConstructorForSerialization ( arg0 , loc0 ) ; loc0 . setAccessible ( true ) ; return loc0 ; }
13,626
todo : this test needs to be updated so that it properly connects to the junithttpserver for simulated rancid rest operations . concode_field_sep RancidProvisioningAdapter m_adapter concode_elem_sep NodeDao m_nodeDao concode_elem_sep int NODE_ID concode_elem_sep DatabasePopulator m_populator concode_elem_sep MockEventI...
void function ( ) { OnmsNode loc0 = m_nodeDao . get ( NODE_ID ) ; assertNotNull ( loc0 ) ; int loc1 = loc0 . getId ( ) ; m_adapter . addNode ( loc1 ) ; m_adapter . addNode ( loc1 ) ; m_adapter . updateNode ( loc1 ) ; assertEquals ( 0 , m_adapter . getOperationQueue ( ) . getOperationQueueForNode ( loc1 ) . size ( ) ) ;...
13,627
the raw java parseint will not handle a leading plus sign . concode_field_sep PlaceHolder placeHolder concode_field_sep int getScrollX concode_elem_sep void setViewportWidth concode_elem_sep int getScrollY concode_elem_sep void scrollWindow concode_elem_sep boolean hasAttribute concode_elem_sep boolean hasClass concode...
int function ( String arg0 ) { if ( arg0 . charAt ( 0 ) == '+' ) { arg0 = arg0 . substring ( 1 ) ; } return Integer . parseInt ( arg0 ) ; }
13,628
creates a nested copy of this node , any child nodes are copied using this method as well . the #parts are copiedusing the nodepart #copy method . note that that method copies the material and nodes bones by reference . if youintend to use the copy in a different node tree e.g. a different model or modelinstance then y...
Node function ( ) { return new Node ( ) . set ( this ) ; }
13,629
sets the value of the contenttype property . concode_field_sep java.lang.String id concode_elem_sep byte[] value concode_elem_sep java.lang.String contentType concode_field_sep byte[] getValue concode_elem_sep Binary withValue concode_elem_sep Binary withContentType concode_elem_sep void setValue concode_elem_sep java....
void function ( java . lang . String arg0 ) { this . contentType = arg0 ; }
13,630
getter . concode_field_sep Vector tangentV concode_elem_sep Vector normal concode_elem_sep Vector eigenValues concode_elem_sep Vector centroid concode_elem_sep Vector tangentU concode_elem_sep List<Vector> points concode_field_sep void add concode_elem_sep Vector getNormal concode_elem_sep void applyPCA concode_elem_se...
Vector function ( ) { return tangentV ; }
13,631
get the system identifier that was set with setsystemid . concode_field_sep String systemId concode_elem_sep String FEATURE concode_elem_sep OutputStream outputStream concode_elem_sep Writer writer concode_field_sep void setWriter concode_elem_sep void setOutputStream concode_elem_sep Writer getWriter concode_elem_sep ...
String function ( ) { return systemId ; }
13,632
gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep STBreakBin val concode_elem_sep Object parent concode_field_sep STBreakBin getVal concode_elem_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep void setVal
Object function ( ) { return this . parent ; }
13,633
sets the given bit to true . concode_field_sep PlaceHolder placeHolder concode_field_sep int[] makeBitSet concode_elem_sep void or concode_elem_sep int getMax concode_elem_sep boolean get concode_elem_sep void clear concode_elem_sep boolean isEmpty concode_elem_sep String toHuman concode_elem_sep int bitCount concode_e...
void function ( int [ ] arg0 , int arg1 ) { int loc0 = arg1 >> 5 ; int loc1 = 1 << ( arg1 & 0x1f ) ; arg0 [ loc0 ] |= loc1 ; }
13,634
get the id of the parent group . concode_field_sep int childId concode_elem_sep int parentId concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setParentId concode_elem_sep int getChildId concode_elem_sep void setChildId
int function ( ) { return parentId ; }
13,635
add a delimiter point concode_field_sep int MIN_DISTANCE concode_elem_sep Point minPoint concode_elem_sep Point maxPoint concode_elem_sep double K_RATIO concode_elem_sep List<Point> listPoint concode_field_sep Point getMaxPoint concode_elem_sep List<Point> getListPointDelimiter concode_elem_sep Point getMinPoint
void function ( Point arg0 ) { listPoint . add ( arg0 ) ; if ( arg0 . x < minPoint . x ) { minPoint . x = arg0 . x ; } if ( arg0 . x > maxPoint . x ) { maxPoint . x = arg0 . x ; } if ( arg0 . y < minPoint . y ) { minPoint . y = arg0 . y ; } if ( arg0 . y > maxPoint . y ) { maxPoint . y = arg0 . y ; } }
13,636
clear current items and load the new ones . concode_field_sep Pattern usernamePattern concode_elem_sep boolean highlightUsername concode_elem_sep int LAST_HIGHLIGHTED_TIMEOUT concode_elem_sep String caseSensitive concode_elem_sep Pattern pattern concode_elem_sep String caseInsensitive concode_elem_sep Map<String,Long> ...
void function ( List < String > arg0 ) { items . clear ( ) ; for ( String loc0 : arg0 ) { if ( loc0 != null && ! loc0 . isEmpty ( ) ) { items . add ( new HighlightItem ( loc0 ) ) ; } } }
13,637
provides claim mappings for the dialect . concode_field_sep Map<String,Map<String,String>> claimMappings concode_field_sep Map<String,String> resolveInheritingDialects concode_elem_sep Map<String,Map<String,String>> getClaimMappings concode_elem_sep Map<String,Map<String,String>> buildClaimMappings concode_elem_sep Map...
Map < String , String > function ( String arg0 ) { try { return buildClaimMappings ( ) . get ( arg0 ) ; } catch ( ClaimMappingReaderException loc0 ) { throw new ClaimResolvingServiceException ( "srini_string" + arg0 , loc0 ) ; } }
13,638
get custom deserializer concode_field_sep java.lang.String internalId concode_elem_sep java.lang.Boolean defaultBilling concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String label concode_el...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
13,639
returns the index of the most recently added bootstrap method . concode_field_sep ConstantAdder constantAdder concode_elem_sep int bootstrapMethodIndex concode_elem_sep BootstrapMethodsAttributeEditor bootstrapMethodsAttributeEditor concode_field_sep void visitBootstrapMethodInfo
int function ( ) { return bootstrapMethodIndex ; }
13,640
tests the tempblockmeta #getcommitpath method . concode_field_sep long TEST_BLOCK_SIZE concode_elem_sep TempBlockMeta mTempBlockMeta concode_elem_sep long TEST_BLOCK_ID concode_elem_sep long[] TEST_TIER_CAPACITY_BYTES concode_elem_sep long TEST_SESSION_ID concode_elem_sep int TEST_TIER_ORDINAL concode_elem_sep String m...
void function ( ) { Assert . assertEquals ( PathUtils . concatPath ( mTestDirPath , TEST_BLOCK_ID ) , mTempBlockMeta . getCommitPath ( ) ) ; }
13,641
answers whether the queue is empty concode_field_sep ArrayList<BasicBlock> q concode_field_sep BasicBlock pull concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep void clear concode_elem_sep void push
boolean function ( ) { return q . isEmpty ( ) ; }
13,642
unsupported operation . concode_field_sep Set extensions concode_elem_sep BridgeContext ctx concode_elem_sep Set FEATURES concode_field_sep float getStandardLighterFontWeight concode_elem_sep String getLanguages concode_elem_sep EventDispatcher getEventDispatcher concode_elem_sep void openLink concode_elem_sep String g...
void function ( Cursor arg0 ) { }
13,643
gets the value of name concode_field_sep String name concode_elem_sep String narrTable concode_elem_sep int elementsNumber concode_elem_sep String thematicIdx concode_elem_sep String valDescTableName concode_elem_sep String colDesc concode_elem_sep char type concode_elem_sep char keyType concode_field_sep char getKeyTy...
String function ( ) { return this . name ; }
13,644
return type metadata object concode_field_sep msnydera.swe645.service.ejb.SearchFilters arg0 concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void setArg0 concode_elem_sep org.apache.axis.encoding.Seri...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
13,645
return an enumeration of the exception handlers each element in the enumeration is an exceptionrange concode_field_sep Vector theVector concode_field_sep void print concode_elem_sep ExceptionTable read concode_elem_sep void addElement concode_elem_sep void write
Enumeration function ( ) { return theVector . elements ( ) ; }
13,646
creates a new parceluuid from a string representation of uuid . concode_field_sep UUID mUuid concode_elem_sep Parcelable.Creator<ParcelUuid> CREATOR concode_field_sep int hashCode concode_elem_sep UUID getUuid concode_elem_sep boolean equals concode_elem_sep ParcelUuid[] newArray concode_elem_sep String toString concod...
ParcelUuid function ( String arg0 ) { return new ParcelUuid ( UUID . fromString ( arg0 ) ) ; }
13,647
data access function for longitude accuracy concode_field_sep double lonAccuracy concode_elem_sep double METRE_PER_SECOND concode_elem_sep double RADIANS_PER_SECOND concode_elem_sep double latShift concode_elem_sep double latAccuracy concode_elem_sep boolean latAccuracyAvailable concode_elem_sep double lon concode_elem...
double function ( ) { if ( ! lonAccuracyAvailable ) throw new IllegalStateException ( "srini_string" ) ; return lonAccuracy ; }
13,648
returns a map of service uuid and its corresponding service data . concode_field_sep int DATA_TYPE_FLAGS concode_elem_sep int mAdvertiseFlags concode_elem_sep byte[] mBytes concode_elem_sep int DATA_TYPE_SERVICE_UUIDS_32_BIT_COMPLETE concode_elem_sep Map<ParcelUuid,byte[]> mServiceData concode_elem_sep int DATA_TYPE_SE...
Map < ParcelUuid , byte [ ] > function ( ) { return mServiceData ; }
13,649
get password concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep U...
String function ( ) { return password ; }
13,650
override super method concode_field_sep JdbcTemplate template concode_field_sep List<ConfigGroup> loadAllGroups concode_elem_sep ConfigGroup loadGroup concode_elem_sep long loadDBTime
boolean function ( String arg0 ) { final String loc0 = "srini_string" ; try { template . update ( loc0 , arg0 ) ; return true ; } catch ( Exception loc1 ) { return false ; } }
13,651
called when the session has been changed and the old attributes have been migrated to the new session . only called if a session existed to start with . allows subclasses to plug in additional behaviour . the default implementation of this method publishes a sessionfixationprotectionevent to notifythe application that ...
void function ( String arg0 , HttpSession arg1 , Authentication arg2 ) { applicationEventPublisher . publishEvent ( new SessionFixationProtectionEvent ( arg2 , arg0 , arg1 . getId ( ) ) ) ; }
13,652
return the locale associated with the current thread , if any , or the system default locale else . concode_field_sep ThreadLocal<LocaleContext> inheritableLocaleContextHolder concode_elem_sep ThreadLocal<LocaleContext> localeContextHolder concode_field_sep LocaleContext getLocaleContext concode_elem_sep void setLocale...
Locale function ( ) { LocaleContext loc0 = getLocaleContext ( ) ; return ( loc0 != null ? loc0 . getLocale ( ) : Locale . getDefault ( ) ) ; }
13,653
the default amount of time before a result is removed . concode_field_sep ChecksumHistoryDAO checksumHistoryDAO concode_elem_sep ChecksumResultDAO checksumResultDAO concode_elem_sep Map<String,Long> interests concode_elem_sep Logger LOG concode_elem_sep long defaultDuration concode_field_sep ResultsPruner getDefaultPru...
long function ( ) { return defaultDuration ; }
13,654
add a filter that uses a custom expression . concode_field_sep List<Field> fields concode_elem_sep List<Filter> filters concode_elem_sep boolean disjunction concode_elem_sep int resultMode concode_elem_sep List<Sort> sorts concode_elem_sep int page concode_elem_sep int maxResults concode_elem_sep boolean distinct conco...
Search function ( String arg0 , Collection < ? > arg1 ) { SearchUtil . addFilterCustom ( this , arg0 , arg1 ) ; return this ; }
13,655
set next message to queue . clears queue before . concode_field_sep Handler animationHandler concode_elem_sep int MIN_DELTA_FOR_SCROLLING concode_elem_sep ScrollingListener listener concode_elem_sep SimpleOnGestureListener gestureListener concode_elem_sep float lastTouchedY concode_elem_sep boolean isScrollingPerformed...
void function ( int arg0 ) { clearMessages ( ) ; animationHandler . sendEmptyMessage ( arg0 ) ; }
13,656
status code of the export task . concode_field_sep String code concode_elem_sep String message concode_field_sep int hashCode concode_elem_sep void setCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_elem_sep ExportTaskStatus clone concode_elem_sep String getMessage concode_elem_sep String toS...
ExportTaskStatus function ( ExportTaskStatusCode arg0 ) { setCode ( arg0 ) ; return this ; }
13,657
sets the xml-rpc callback host port . concode_field_sep int binCallbackPort concode_elem_sep String UTF_ENCODING concode_elem_sep int DEFAULT_PORT_RF concode_elem_sep int xmlCallbackPort concode_elem_sep int cuxdPort concode_elem_sep String gatewayType concode_elem_sep String ISO_ENCODING concode_elem_sep int reconnect...
void function ( int arg0 ) { this . xmlCallbackPort = arg0 ; }
13,658
refer to remapuri added in cordova-android@4.0.0 concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLoading conc...
Uri function ( Uri arg0 ) { return Uri . parse ( arg0 . getQueryParameter ( "srini_string" ) ) ; }
13,659
sets the plot area . concode_field_sep ChartRenderingInfo owner concode_elem_sep long serialVersionUID concode_elem_sep List subplotInfo concode_elem_sep Rectangle2D dataArea concode_elem_sep Rectangle2D plotArea concode_field_sep PlotRenderingInfo getSubplotInfo concode_elem_sep void setDataArea concode_elem_sep void ...
void function ( Rectangle2D arg0 ) { this . plotArea = arg0 ; }
13,660
return the max boundary of the expected count range . concode_field_sep int minCount concode_elem_sep int maxCount concode_field_sep int getMinCount concode_elem_sep ExpectedCount times concode_elem_sep ExpectedCount min concode_elem_sep ExpectedCount once concode_elem_sep ExpectedCount max concode_elem_sep ExpectedCou...
int function ( ) { return this . maxCount ; }
13,661
set a field with the specified value . if the field is not found , it is added . if the field is found , the existing values are replaced . concode_field_sep int responseCode concode_elem_sep String statusLine concode_elem_sep int httpMinorVersion concode_elem_sep String requestLine concode_elem_sep List<String> namesA...
void function ( String arg0 , String arg1 ) { removeAll ( arg0 ) ; add ( arg0 , arg1 ) ; }
13,662
returns the identifier for this definition . concode_field_sep Expression expression concode_elem_sep String variableId concode_field_sep void encode concode_elem_sep void encode concode_elem_sep Expression getExpression concode_elem_sep VariableDefinition getInstance
String function ( ) { return variableId ; }
13,663
image depth in bpp concode_field_sep byte compressedStream[] concode_elem_sep float[] ratioLayers concode_elem_sep int depth concode_elem_sep boolean isInitialized concode_elem_sep String[] encoder_arguments concode_elem_sep byte[] image8 concode_elem_sep int width concode_elem_sep int nbResolutions concode_elem_sep by...
int function ( ) { return depth ; }
13,664
retrieve a value from the cache , or set it from a default callable function . concode_field_sep PlaceHolder placeHolder concode_field_sep CacheApi cacheApi concode_elem_sep void set concode_elem_sep void set concode_elem_sep Object get concode_elem_sep void remove
T function ( String arg0 , Callable < T > arg1 , int arg2 ) { return cacheApi ( ) . getOrElse ( arg0 , arg1 , arg2 ) ; }
13,665
settype setter method for ntype concode_field_sep int nStatus concode_elem_sep int nTimesheetId concode_elem_sep String strLeader concode_elem_sep String strProject concode_elem_sep int nProduct concode_elem_sep int nProcess concode_elem_sep String strQA concode_elem_sep String strAccount concode_elem_sep String strDes...
void function ( int arg0 ) { this . nType = arg0 ; }
13,666
return a description for this notification . concode_field_sep String name concode_elem_sep String description concode_elem_sep String[] notificationTypes concode_field_sep void setName concode_elem_sep String[] getNotificationTypes concode_elem_sep String getName concode_elem_sep void setNotificationType concode_elem_...
String function ( ) { return this . description ; }
13,667
checks that a given name is an appropriate configuration parameter to choose ruby 1.9 mode . concode_field_sep PlaceHolder placeHolder concode_field_sep LocalVariableBehavior getBehavior concode_elem_sep boolean useCurrentClassLoader concode_elem_sep String findJRubyHome concode_elem_sep void setJRubyHome concode_elem_...
boolean function ( String arg0 ) { String loc0 = arg0 . toLowerCase ( ) ; Pattern loc1 = Pattern . compile ( "srini_string" ) ; Matcher loc2 = loc1 . matcher ( loc0 ) ; if ( loc2 . matches ( ) ) { return true ; } else { return false ; } }
13,668
converts the first input parameter to string and then delegates to the debug method of the wrapped org.slf4j.logger instance . concode_field_sep Logger logger concode_elem_sep long serialVersionUID concode_elem_sep String name concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void debug concode_el...
void function ( Object arg0 , Throwable arg1 ) { logger . trace ( String . valueOf ( arg0 ) , arg1 ) ; }
13,669
forcibly free the direct buffer . concode_field_sep int MIN_BUFFER_SIZE concode_field_sep void checkCodec concode_elem_sep int checkBufferSize concode_elem_sep int getBufferSize concode_elem_sep long getInputStreamOffset
void function ( ByteBuffer arg0 ) { if ( arg0 instanceof sun . nio . ch . DirectBuffer ) { final sun . misc . Cleaner loc0 = ( ( sun . nio . ch . DirectBuffer ) arg0 ) . cleaner ( ) ; loc0 . clean ( ) ; } }
13,670
returns a predefined scaling factor . that scaling will be applied before any layout specific scaling is done . concode_field_sep float scaleX concode_elem_sep Image image concode_elem_sep ResourceKey resourceKey concode_elem_sep float scaleY concode_elem_sep long serialVersionUID concode_elem_sep int width concode_ele...
float function ( ) { return scaleY ; }
13,671
sets the #end_stream flag . concode_field_sep short ACK concode_elem_sep short PRIORITY concode_elem_sep short PADDED concode_elem_sep short END_STREAM concode_elem_sep short END_HEADERS concode_elem_sep short value concode_field_sep boolean paddingPresent concode_elem_sep Http2Flags paddingPresent concode_elem_sep Htt...
Http2Flags function ( boolean arg0 ) { return setFlag ( arg0 , END_STREAM ) ; }
13,672
transform the given vector from object space to world space . a new vector3 object is returned . concode_field_sep Shader[] shaders concode_elem_sep Matrix4 o2w concode_elem_sep Matrix4 w2o concode_elem_sep BoundingBox bounds concode_elem_sep Geometry geometry concode_elem_sep Modifier[] modifiers concode_field_sep Sha...
Vector3 function ( Vector3 arg0 ) { return o2w == null ? new Vector3 ( arg0 ) : o2w . transformV ( arg0 ) ; }
13,673
init and returns whether init completes synchronously . concode_field_sep ConditionVariable mWaitResetComplete concode_elem_sep ConditionVariable mWaitInitCalled concode_elem_sep ConditionVariable mWaitInitComplete concode_elem_sep ConditionVariable mWaitCheckInit concode_elem_sep String mData concode_elem_sep long mTe...
boolean function ( ) { mData = "srini_string" ; nativeInit ( mTestUploadDataStreamHandler ) ; mWaitInitCalled . block ( ) ; mWaitInitCalled . close ( ) ; return mInitCompletedSynchronously ; }
13,674
gets the value of the actionname property . concode_field_sep String resourceName concode_elem_sep long serialVersionUID concode_elem_sep String actionName concode_field_sep void setActionName concode_elem_sep void setResourceName concode_elem_sep String getResourceName
String function ( ) { return actionName ; }
13,675
gets the option items for drinks . concode_field_sep SelectItem[] componentTypeItems concode_elem_sep String country concode_elem_sep String componentType concode_elem_sep SelectItem[] countryItems concode_elem_sep String[] languages concode_elem_sep String[] cities concode_elem_sep SelectItem[] drinkItems concode_elem...
SelectItem [ ] function ( ) { return drinkItems ; }
13,676
called when the activity will start interacting with the user . concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep void onDestroy concode_elem_sep Uri remapUri concode_elem_sep void onNewIntent con...
void function ( boolean arg0 ) { }
13,677
sets folder id for move action concode_field_sep FolderIdWrapper moveFolderId concode_elem_sep boolean processRightAway concode_elem_sep FolderIdWrapper contextFolderId concode_elem_sep ConversationId conversationId concode_elem_sep DeleteMode deleteType concode_elem_sep Boolean isRead concode_elem_sep ConversationActi...
void function ( FolderIdWrapper arg0 ) { this . moveFolderId = arg0 ; }
13,678
return true if this is a 256 bit digest instance . concode_field_sep String TOR_DIGEST256_ALGORITHM concode_elem_sep int TOR_DIGEST256_SIZE concode_elem_sep int TOR_DIGEST_SIZE concode_elem_sep MessageDigest digestInstance concode_elem_sep boolean isDigest256 concode_elem_sep String TOR_DIGEST_ALGORITHM concode_field_s...
boolean function ( ) { return isDigest256 ; }
13,679
transforms a list of given points and returns them as new instances in a new list of points . concode_field_sep PlaceHolder placeHolder concode_field_sep PointND getStandardDeviation concode_elem_sep ArrayList<PointND> extractClusterCenter concode_elem_sep PointND getGeometricCenter concode_elem_sep ArrayList<PointND> ...
ArrayList < PointND > function ( ArrayList < PointND > arg0 , Transform arg1 ) { ArrayList < PointND > loc0 = new ArrayList < PointND > ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . size ( ) ; loc1 ++ ) { PointND loc2 = arg1 . transform ( arg0 . get ( loc1 ) ) ; loc0 . add ( loc2 ) ; } return loc0 ; }
13,680
encodes this target into its xml representation and writes this encoding to the given outputstream with no indentation . concode_field_sep TargetSection resourcesSection concode_elem_sep TargetSection environmentsSection concode_elem_sep TargetSection actionsSection concode_elem_sep TargetSection subjectsSection concod...
void function ( OutputStream arg0 ) { encode ( arg0 , new Indenter ( 0 ) ) ; }
13,681
returns the number of settings that have values assigned . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZE concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int DOWNLOAD_RETRANS_RATE concode_elem_sep int[] values...
int function ( ) { return Integer . bitCount ( set ) ; }
13,682
adds a url to the set associated with ` term ` . concode_field_sep Jedis jedis concode_field_sep boolean isIndexed concode_elem_sep void deleteAllKeys concode_elem_sep Map<String,Integer> getCounts concode_elem_sep Set<String> urlSetKeys concode_elem_sep void main concode_elem_sep void printIndex concode_elem_sep Strin...
void function ( String arg0 , TermCounter arg1 ) { jedis . sadd ( urlSetKey ( arg0 ) , arg1 . getLabel ( ) ) ; }
13,683
add this event to the log . concode_field_sep ArrayList _log concode_field_sep void structureChanged concode_elem_sep void edgeHeadChanged concode_elem_sep Iterator iterator concode_elem_sep void edgeTailChanged concode_elem_sep String toString concode_elem_sep void nodeAdded
void function ( GraphEvent arg0 ) { _log . add ( arg0 ) ; }
13,684
get foo concode_field_sep String bar concode_elem_sep String foo concode_field_sep String toIndentedString concode_elem_sep String getBar concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
String function ( ) { return foo ; }
13,685
sets the value of the processingerror property . concode_field_sep boolean identified concode_elem_sep boolean asn1Processable concode_elem_sep String id concode_elem_sep String processingError concode_elem_sep XmlDigestAlgAndValueType digestAlgAndValue concode_elem_sep String url concode_elem_sep Boolean digestAlgorit...
void function ( String arg0 ) { this . processingError = arg0 ; }
13,686
sets a long value in the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDouble concode_elem_...
E function ( final String arg0 , final long arg1 ) { this . bundle . putLong ( arg0 , arg1 ) ; return ( E ) this ; }
13,687
helper method to grow the character buffer as needed , this only happens once in a while so it 's ok if it 's in a method call . if the index passed in is 0 then no copying will be done . concode_field_sep int DEST_PAD concode_elem_sep ThreadLocal<char[]> DEST_TL concode_field_sep int codePointAt concode_elem_sep int n...
char [ ] function ( final char [ ] arg0 , final int arg1 , final int arg2 ) { final char [ ] loc0 = new char [ arg2 ] ; if ( arg1 > 0 ) { System . arraycopy ( arg0 , 0 , loc0 , 0 , arg1 ) ; } return loc0 ; }
13,688
gets the locale of this decoration bundle . concode_field_sep Locale m_locale concode_elem_sep Map m_bundle concode_field_sep Map getAll concode_elem_sep Object get concode_elem_sep void putAll concode_elem_sep String adjustKey concode_elem_sep Set keySet concode_elem_sep void put concode_elem_sep void setLocale
Locale function ( ) { return m_locale ; }
13,689
gets the value of the subjectconfirmationdata property . concode_field_sep AnyType subjectConfirmationData concode_elem_sep List<String> confirmationMethod concode_elem_sep Element keyInfo concode_field_sep void setSubjectConfirmationData concode_elem_sep void setKeyInfo concode_elem_sep List<String> getConfirmationMet...
AnyType function ( ) { return subjectConfirmationData ; }
13,690
get the keyvaluepermission that have been parsed from the permissions string concode_field_sep Map<String,Set<String>> updatePermissionMap concode_elem_sep String[] readPermissions concode_elem_sep Map<String,Set<String>> deletePermissionMap concode_elem_sep String[] deletePermissions concode_elem_sep Map<String,Set<St...
Map < String , Set < String >> function ( ) { return Collections . unmodifiableMap ( deletePermissionMap ) ; }
13,691
returns a path for the root directory for the shared cache . concode_field_sep int nestedLevel concode_elem_sep String RENAMED_SUFFIX concode_elem_sep Path root concode_elem_sep long sleepTime concode_elem_sep String location concode_elem_sep SCMStore store concode_elem_sep CleanerMetrics metrics concode_elem_sep FileS...
Path function ( ) { return root ; }
13,692
get the minimal number of arguments needed . the command opcode is included in the number of arguments . concode_field_sep String LIST_USERS_FORMAT concode_field_sep int getMaximalArgsCountNeeded concode_elem_sep boolean canExecute concode_elem_sep CmdType getType concode_elem_sep void execute
int function ( ) { return 1 ; }
13,693
transforms the object into client-side tableentryclient object . concode_field_sep Log log concode_field_sep placeholderType placeHolder
TableEntryClient function ( TableEntry arg0 ) { TableEntryClient loc0 = new TableEntryClient ( arg0 . getTableId ( ) , arg0 . getDataETag ( ) , arg0 . getSchemaETag ( ) ) ; return loc0 ; }
13,694
adds a connection event listener to the managedconnection instance . concode_field_sep ValidManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection concode_elem_sep Object g...
void function ( ConnectionEventListener arg0 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; listeners . add ( arg0 ) ; }
13,695
sets the value of the startindex property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<CustomField> results concode_field_sep void setTotalResultSetSize concode_elem_sep Integer getStartIndex concode_elem_sep List<CustomField> getResults concode_elem_sep Integ...
void function ( Integer arg0 ) { this . startIndex = arg0 ; }
13,696
gets the value of the docdate property . concode_field_sep String headerText concode_elem_sep String prUserName concode_elem_sep XMLGregorianCalendar docDate concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar postingDate concode_field_sep void setPostingDate concode_elem_sep XMLGregorianCalend...
XMLGregorianCalendar function ( ) { return docDate ; }
13,697
this method ... concode_field_sep int numberOfRecrodsNotUpdatedForHistoricalPurposes concode_elem_sep int numberOfRecordsNotUpdatedBecauseManual concode_elem_sep int numberOfRecordsNewlyAddedFromWebSite concode_elem_sep int numberOfRecordsDeactivatedBecauseNoLongerOnWebSite concode_elem_sep int numberOfRecordsReActivat...
void function ( String arg0 ) { this . message = arg0 ; }
13,698
setopponentturn . concode_field_sep boolean hellbent concode_elem_sep String svarToCheck concode_elem_sep String svarOperator concode_elem_sep boolean bAnyPlayer concode_elem_sep String presentDefined concode_elem_sep String sIsPresent concode_elem_sep int nCardsInHand concode_elem_sep String lifeTotal concode_elem_sep...
void function ( boolean arg0 ) { bOpponentTurn = arg0 ; }
13,699
get current ping . concode_field_sep boolean serverBit concode_elem_sep String host concode_elem_sep boolean reliableReceived concode_elem_sep int port concode_elem_sep boolean clientBit concode_elem_sep int clientID concode_elem_sep DatagramSocket socket concode_elem_sep boolean unreliableLock concode_elem_sep Sequenc...
int function ( ) { return ping ; }