idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
5,000
open the search window of the skype client . concode_field_sep String key concode_field_sep String getKey concode_elem_sep void showSkypeWindow concode_elem_sep void showProfileWindow concode_elem_sep void showSendContactsWindow concode_elem_sep void showAddFriendWindow concode_elem_sep void showAddFriendWindow concode...
void function ( ) { Utils . executeWithErrorCheck ( "srini_string" ) ; }
5,001
return the library file . concode_field_sep File file concode_elem_sep LibraryScope scope concode_elem_sep boolean unpackRequired concode_elem_sep String name concode_field_sep String getName concode_elem_sep boolean isUnpackRequired concode_elem_sep LibraryScope getScope
File function ( ) { return this . file ; }
5,002
the number of milliseconds the getrecords response is from the tip of the stream , indicating how far behind current time the consumer is . a value of zero indicates record processing is caught up , and there are no new records to process at this moment . concode_field_sep Long millisBehindLatest concode_elem_sep com.a...
Long function ( ) { return this . millisBehindLatest ; }
5,003
returns the number of rows matching the dynamic query . concode_field_sep ServiceTracker<MeetupsEntryLocalService,MeetupsEntryLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery conc...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; }
5,004
gets the decrypt key used by the security handler when decrypting data . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_elem_sep boolean isAuthori...
byte [ ] function ( ) { return securityHandler . getDecryptionKey ( ) ; }
5,005
given a tag value , determines the wire type the lower 3 bits . concode_field_sep double EMPTY_DOUBLE_ARRAY[] concode_elem_sep int WIRETYPE_FIXED64 concode_elem_sep int WIRETYPE_END_GROUP concode_elem_sep int WIRETYPE_VARINT concode_elem_sep byte[] EMPTY_BYTES_ARRAY[] concode_elem_sep int WIRETYPE_START_GROUP concode_e...
int function ( final int arg0 ) { return arg0 & TAG_TYPE_MASK ; }
5,006
returns the storage id for the storage unit . the storage id uniquely identifies the storage unit on the mtp device . concode_field_sep String mVolumeIdentifier concode_elem_sep long mMaxCapacity concode_elem_sep int mStorageId concode_elem_sep long mFreeSpace concode_elem_sep String mDescription concode_field_sep long...
int function ( ) { return mStorageId ; }
5,007
test9 with an division expression . concode_field_sep float testNineValue concode_elem_sep Calculator rev concode_elem_sep float delta concode_elem_sep float testSixValue concode_elem_sep float testEightValue concode_field_sep void noOpr concode_elem_sep void minusExp concode_elem_sep void noInput concode_elem_sep void...
void function ( ) { assertEquals ( "srini_string" , testNineValue , rev . evaluate ( "srini_string" ) , delta ) ; }
5,008
getst the bounds of the text that makes up this sprite . the bounds are defined pdf space and are relative to the current ctm . concode_field_sep ArrayList<GlyphText> glyphTexts concode_elem_sep AffineTransform graphicStateTransform concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean OPTIMIZED_DRAWING_EN...
Rectangle2D . Float function ( ) { return bounds ; }
5,009
a unique identifier in the format region : guid . concode_field_sep Credentials credentials concode_elem_sep String identityId concode_field_sep String getIdentityId concode_elem_sep GetCredentialsForIdentityResult withIdentityId concode_elem_sep GetCredentialsForIdentityResult withCredentials concode_elem_sep int hash...
void function ( String arg0 ) { this . identityId = arg0 ; }
5,010
list of properties from local notifications with matching id . 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 Not...
List < JSONObject > function ( List < Integer > arg0 ) { ArrayList < JSONObject > loc0 = new ArrayList < JSONObject > ( ) ; for ( int loc1 : arg0 ) { Notification loc2 = get ( loc1 ) ; if ( loc2 != null ) { loc0 . add ( loc2 . getOptions ( ) . getDict ( ) ) ; } } return loc0 ; }
5,011
gets the value of the signature property . concode_field_sep SignatureType signature concode_elem_sep long serialVersionUID concode_elem_sep EasyPayCreditCardType creditCardType concode_elem_sep EasyPayPaymentType paymentType concode_field_sep void setCreditCardType concode_elem_sep void setPaymentType concode_elem_sep...
SignatureType function ( ) { return signature ; }
5,012
an nm intersection that terminates if any intersection is found . the sizes of both arguments are assumed to be so small , and the likelihood of an intersection so great , that it is not worth the cpu cost of sorting or the memory cost of hashing . concode_field_sep ConnectionSpec COMPATIBLE_TLS concode_elem_sep boolea...
boolean function ( String [ ] arg0 , String [ ] arg1 ) { if ( arg0 == null || arg1 == null || arg0 . length == 0 || arg1 . length == 0 ) { return false ; } for ( String loc0 : arg0 ) { if ( indexOf ( arg1 , loc0 ) != - 1 ) { return true ; } } return false ; }
5,013
a complex type that contains the http methods that you want cloudfront to cache responses to . note : this method appends the values to the existing list if any . use #setitems java.util.collection or #withitems java.util.collection if you want to override theexisting values . concode_field_sep Integer quantity concode...
CachedMethods function ( String ... arg0 ) { if ( this . items == null ) { setItems ( new com . amazonaws . internal . SdkInternalList < String > ( arg0 . length ) ) ; } for ( String loc0 : arg0 ) { this . items . add ( loc0 ) ; } return this ; }
5,014
shuts fresco down . concode_field_sep PipelineDraweeControllerBuilderSupplier sDraweeControllerBuilderSupplier concode_field_sep ImagePipelineFactory getImagePipelineFactory concode_elem_sep void initializeDrawee concode_elem_sep PipelineDraweeControllerBuilder newDraweeControllerBuilder concode_elem_sep ImagePipeline ...
void function ( ) { sDraweeControllerBuilderSupplier = null ; SimpleDraweeView . shutDown ( ) ; ImagePipelineFactory . shutDown ( ) ; }
5,015
a propertyeditor may choose to make available a full custom component that edits its property value . it is the responsibility of the propertyeditor to hook itself up to its editor component itself and to report property value changes by firing a propertychange event . the higher-level code that calls getcustomeditor m...
Component function ( ) { return null ; }
5,016
replace the scheme of the input path if it matches the string to replace . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Path function ( Path arg0 , String arg1 , String arg2 ) { return new Path ( replaceScheme ( arg0 . toUri ( ) , arg1 , arg2 ) ) ; }
5,017
writes the given string as a new line to the bytebuffer . concode_field_sep int bytes concode_elem_sep int characterBufferSize concode_field_sep void writeStrings concode_elem_sep int size concode_elem_sep int getCharacterBufferSize concode_elem_sep void setCharacterBufferSize concode_elem_sep void writeString
void function ( ByteBuffer arg0 , String arg1 ) { }
5,018
checks whether this handle has been closed . concode_field_sep AtomicIntegerFieldUpdater<AbstractCloseableHandle> CLOSER concode_elem_sep Closeable toClose concode_elem_sep int isClosed concode_elem_sep long serialVersionUID concode_field_sep void ensureNotClosed concode_elem_sep void close concode_elem_sep void regist...
boolean function ( ) { return isClosed != 0 ; }
5,019
gets the metadata to attach to the content to shared . see developer docs for more info . concode_field_sep String mMetaData concode_elem_sep Uri mExternalUri concode_elem_sep String mMimeType concode_elem_sep Uri mUri concode_field_sep ShareToMessengerParamsBuilder setMetaData concode_elem_sep Uri getExternalUri conco...
String function ( ) { return mMetaData ; }
5,020
gets the domains value for this userdomaintargeting . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Boolean targeted concode_elem_sep java.lang.String[] domains concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apach...
java . lang . String [ ] function ( ) { return domains ; }
5,021
read the sequence from the cdr intput stream . expects the array size as corba long , followed by the array members if any . concode_field_sep PlaceHolder placeHolder concode_field_sep NameValuePair[] extract concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void wr...
NameValuePair [ ] function ( InputStream arg0 ) { NameValuePair [ ] loc0 ; loc0 = new NameValuePair [ arg0 . read_long ( ) ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) loc0 [ loc1 ] = NameValuePairHelper . read ( arg0 ) ; return loc0 ; }
5,022
retrieves the number of digits . concode_field_sep int ALL_LETTERS concode_elem_sep int ALL_DIGIT concode_elem_sep int INITAL_CAPITAL_LETTER concode_elem_sep int CONTAINS_COMMA concode_elem_sep int pattern concode_elem_sep int CONTAINS_UPPERCASE concode_elem_sep int CONTAINS_DIGIT concode_elem_sep int ALL_LOWERCASE_LET...
int function ( ) { return digits ; }
5,023
tests the contains method . concode_field_sep PlaceHolder placeHolder concode_field_sep void rotate concode_elem_sep void sliceRadius concode_elem_sep void getAxes concode_elem_sep void project concode_elem_sep void createZeroRadius concode_elem_sep void translate concode_elem_sep void createAABB concode_elem_sep void ...
void function ( ) { Slice loc0 = new Slice ( 1.0 , Math . toRadians ( 50 ) ) ; Transform loc1 = new Transform ( ) ; Vector2 loc2 = new Vector2 ( 0.5 , - 0.3 ) ; TestCase . assertTrue ( ! loc0 . contains ( loc2 , loc1 ) ) ; loc1 . translate ( - 0.25 , 0.0 ) ; TestCase . assertTrue ( loc0 . contains ( loc2 , loc1 ) ) ; l...
5,024
saves and sets m.obj concode_field_sep Throwable exception concode_elem_sep Object result concode_elem_sep Object userObj concode_field_sep placeholderType placeHolder
AsyncResult function ( Message arg0 ) { AsyncResult loc0 ; loc0 = new AsyncResult ( arg0 . obj , null , null ) ; arg0 . obj = loc0 ; return loc0 ; }
5,025
determine the distance between sourcepoint and destpoint . concode_field_sep int WEIGHTED_DISTANCE concode_elem_sep int DISTANCE_EUCLIDIAN concode_elem_sep int DISTANCE_EUCLIDIAN_SQ concode_elem_sep int DISTANCE_MANHATTAN concode_field_sep double densityDistance concode_elem_sep Double dbIndex concode_elem_sep Double i...
double function ( Point arg0 , Point arg1 , int arg2 ) { return distance ( arg0 . getAttributes ( ) , arg1 . getAttributes ( ) , arg2 ) ; }
5,026
add an equation with one operand on the right-hand side . concode_field_sep Graph equations concode_elem_sep boolean EAGER concode_elem_sep DF_Solution cells concode_elem_sep boolean DEBUG concode_elem_sep Comparator<DF_Equation> dfComparator concode_elem_sep HashSet<DF_Equation> newEquations concode_elem_sep TreeSet<D...
void function ( DF_LatticeCell arg0 , DF_Operator arg1 , DF_LatticeCell arg2 ) { DF_Equation loc0 = new DF_Equation ( arg0 , arg1 , arg2 ) ; equations . addGraphNode ( loc0 ) ; equations . addGraphNode ( arg0 ) ; equations . addGraphNode ( arg2 ) ; newEquations . add ( loc0 ) ; arg2 . addUse ( loc0 ) ; arg0 . addDef ( ...
5,027
sets the value of the groupname property . concode_field_sep String groupName concode_elem_sep long serialVersionUID concode_elem_sep int contactCnt concode_elem_sep int type concode_field_sep void setContactCnt concode_elem_sep String getGroupName concode_elem_sep int getType concode_elem_sep int getContactCnt concode...
void function ( String arg0 ) { this . groupName = arg0 ; }
5,028
deletes the role with the primary key and its associated permissions . concode_field_sep RoleService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.kernel.model.Role> getUserRelatedRoles concode_elem_sep com.liferay.portal.kernel.model.Role update...
void function ( long arg0 ) { getService ( ) . deleteRole ( arg0 ) ; }
5,029
adds a request representing the `` get blob '' operation to this batch . the options can beused in the same way as for storage #get blobid , blobgetoption . calling storagebatchresult #get on the return value yields the requested blob ifsuccessful , null if no such blob exists , or throws a storageexception if theopera...
StorageBatchResult < Blob > function ( String arg0 , String arg1 , BlobGetOption ... arg2 ) { return get ( BlobId . of ( arg0 , arg1 ) , arg2 ) ; }
5,030
iso 639-1 code concode_field_sep String PARAM_VOTE_AVERAGE_GTE concode_elem_sep int YEAR_MAX concode_elem_sep int YEAR_MIN concode_elem_sep Map<String,String> params concode_elem_sep String PARAM_CERTIFICATION_LTE concode_elem_sep String PARAM_WITH_KEYWORKDS concode_elem_sep String PARAM_RELEASE_DATE_LTE concode_elem_s...
Discover function ( String arg0 ) { if ( StringUtils . isNotBlank ( arg0 ) ) { params . put ( AbstractTmdbApi . PARAM_LANGUAGE , arg0 ) ; } return this ; }
5,031
gets the resource bundle used to localize the raw message during formatting . concode_field_sep long sequenceNumber concode_elem_sep String sourceMethodName concode_elem_sep int initThreadId concode_elem_sep Level level concode_elem_sep Throwable thrown concode_elem_sep boolean sourceInitialized concode_elem_sep String...
ResourceBundle function ( ) { return resourceBundle ; }
5,032
return the contentinfo concode_field_sep ContentInfo contentInfo concode_field_sep byte[] getEncoded concode_elem_sep byte[] getContent concode_elem_sep byte[] getContent concode_elem_sep byte[] getContent concode_elem_sep ASN1ObjectIdentifier getContentType
ContentInfo function ( ) { return contentInfo ; }
5,033
checks if the controlevent was triggered by a controlgroup concode_field_sep int myAction concode_elem_sep boolean isTab concode_elem_sep int TAB concode_elem_sep int UNDEFINDED concode_elem_sep int GROUP concode_elem_sep ControllerInterface<?> _myController concode_elem_sep boolean isGroup concode_elem_sep int CONTROL...
boolean function ( ) { return isGroup ; }
5,034
sets the value of the type property . concode_field_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep TransformsType transforms concode_elem_sep String id concode_elem_sep String type concode_elem_sep String uri concode_field_sep TransformsType getTransforms concode_elem_sep void se...
void function ( String arg0 ) { this . type = arg0 ; }
5,035
removes all key-value mappings from this sparseintarray . concode_field_sep long[] mKeys concode_elem_sep int mSize concode_elem_sep long[] mValues concode_field_sep void growKeyAndValueArrays concode_elem_sep long keyAt concode_elem_sep long valueAt concode_elem_sep int indexOfValue concode_elem_sep void delete concod...
void function ( ) { mSize = 0 ; }
5,036
this method is used to get the long value from preference file . if key is not found , 0 will be returned . concode_field_sep SharedPreferences mSharedPreference concode_field_sep String getStringValue concode_elem_sep T getObject concode_elem_sep void setBooleanValue concode_elem_sep int getIntValue concode_elem_sep v...
long function ( String arg0 ) { return mSharedPreference . getLong ( arg0 , 0 ) ; }
5,037
returns the value of field ` reductionkey ' . concode_field_sep Integer _x733ProbableCause concode_elem_sep long serialVersionUID concode_elem_sep java.lang.String _reductionKey concode_elem_sep Integer _alarmType concode_elem_sep List<UpdateField> m_updateFieldList concode_elem_sep java.lang.String _x733AlarmType conc...
java . lang . String function ( ) { return this . _reductionKey ; }
5,038
set the name . concode_field_sep int headerParam concode_elem_sep String name concode_elem_sep Boolean booleanValue concode_elem_sep Integer integerValue concode_elem_sep Short shortValue concode_elem_sep long serialVersionUID concode_elem_sep Double doubleValue concode_elem_sep int id concode_elem_sep int queryParam c...
void function ( String arg0 ) { this . name = arg0 ; }
5,039
get octicons typeface concode_field_sep String ICON_DELETE concode_elem_sep String ICON_LOCK concode_elem_sep String ICON_ADD concode_elem_sep Typeface OCTICONS concode_elem_sep String ICON_MIRROR_PRIVATE concode_elem_sep String ICON_MERGE concode_elem_sep String ICON_COMMIT concode_elem_sep String ICON_PUBLIC concode_...
Typeface function ( final Context arg0 ) { if ( OCTICONS == null ) OCTICONS = getTypeface ( arg0 , "srini_string" ) ; return OCTICONS ; }
5,040
compares this path to another for semantic equality . to be equal , both must be instances of certpath , with the same type , and identical certificate lists . overriding classes must not change this behavior . concode_field_sep byte[] data concode_elem_sep long serialVersionUID concode_elem_sep String type concode_ele...
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof CertPath ) ) return false ; CertPath loc0 = ( CertPath ) arg0 ; return type . equals ( loc0 . type ) && getCertificates ( ) . equals ( loc0 . getCertificates ( ) ) ; }
5,041
sets how long to wait for the evaluated condition to be true . the default timeout is #five_hundred_millis . concode_field_sep T input concode_elem_sep Duration FIVE_HUNDRED_MILLIS concode_elem_sep Sleeper sleeper concode_elem_sep Supplier<String> messageSupplier concode_elem_sep Duration timeout concode_elem_sep Clock...
FluentWait < T > function ( long arg0 , TimeUnit arg1 ) { this . timeout = new Duration ( arg0 , arg1 ) ; return this ; }
5,042
gets the value of the vol property . concode_field_sep Boolean showWhenStopped concode_elem_sep Integer vol concode_elem_sep Boolean mute concode_elem_sep CTTLTimeTargetElement tgtEl concode_elem_sep CTTLCommonTimeNodeData cTn concode_elem_sep Long numSld concode_field_sep CTTLTimeTargetElement getTgtEl concode_elem_se...
int function ( ) { if ( vol == null ) { return 50 ; } else { return vol ; } }
5,043
add child options to the io.netty.bootstrap.serverbootstrap . concode_field_sep int maxHeaderSize concode_elem_sep ServerBootstrap bootstrap concode_elem_sep int runtimePort concode_elem_sep EventLoopGroup eventLoopGroup concode_elem_sep int maxInitialLineLength concode_elem_sep int executorThreadCount concode_elem_sep...
void function ( final Map < ChannelOption , Object > arg0 ) { this . childChannelOptions = arg0 == null ? Collections . < ChannelOption , Object > emptyMap ( ) : arg0 ; }
5,044
retrieves a character from the alphabet . concode_field_sep int columns concode_elem_sep int intValue concode_elem_sep int NUMBER_OF_ITEMS concode_elem_sep DataModel rowDataModel concode_elem_sep SelectItem[] columnsItems concode_elem_sep Object column concode_elem_sep Object row concode_elem_sep DataModel columnDataMo...
String function ( int arg0 ) { arg0 += ASCII_STARTING_POINT ; return String . valueOf ( ( char ) arg0 ) ; }
5,045
constructs a filter from all classes in the provided packages . this is non-recursive . concode_field_sep PlaceHolder placeHolder concode_field_sep Stream<String> packagesFrom concode_elem_sep String[] getClassloaderUrls concode_elem_sep MethodFilter methods concode_elem_sep MethodFilter methods concode_elem_sep Method...
TypeFilter function ( String ... arg0 ) { return new TypeFilter ( new FastClasspathScanner ( arg0 ) ) ; }
5,046
returns true if this object is equal to the specified object , and false otherwise . concode_field_sep PieLabelLinkStyle CUBIC_CURVE concode_elem_sep PieLabelLinkStyle STANDARD concode_elem_sep String name concode_elem_sep PieLabelLinkStyle QUAD_CURVE concode_field_sep Object readResolve concode_elem_sep int hashCode c...
boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof PieLabelLinkStyle ) ) { return false ; } PieLabelLinkStyle loc0 = ( PieLabelLinkStyle ) arg0 ; if ( ! this . name . equals ( loc0 . toString ( ) ) ) { return false ; } return true ; }
5,047
determine whether or not this is a system view . concode_field_sep String icon64 concode_elem_sep List<String> classpath concode_elem_sep List<InstanceConfig> instances concode_elem_sep String icon concode_elem_sep String validator concode_elem_sep String description concode_elem_sep List<ResourceConfig> resources conc...
boolean function ( ) { return system ; }
5,048
dependency injection for whether to only consider public methods concode_field_sep Collection<CacheOperation> NULL_CACHING_ATTRIBUTE concode_elem_sep boolean publicMethodsOnly concode_elem_sep Set<CacheAnnotationParser> annotationParsers concode_elem_sep String BEAN_NAME concode_elem_sep GrailsApplication application c...
void function ( boolean arg0 ) { publicMethodsOnly = arg0 ; }
5,049
send an error log message concode_field_sep int LEVEL_WARNING concode_elem_sep int sLevel concode_elem_sep int LEVEL_FATAL concode_elem_sep int LEVEL_INFO concode_elem_sep int LEVEL_VERBOSE concode_elem_sep int LEVEL_DEBUG concode_elem_sep int LEVEL_ERROR concode_field_sep void d concode_elem_sep void d concode_elem_se...
void function ( String arg0 , String arg1 ) { if ( sLevel > LEVEL_ERROR ) { return ; } Log . e ( arg0 , arg1 ) ; }
5,050
gets the method this item is for . concode_field_sep UniformListItem<AnnotationSetRefItem> annotationsItem concode_elem_sep CstMethodRef method concode_elem_sep AnnotationsList annotationsList concode_field_sep void writeTo concode_elem_sep AnnotationsList getAnnotationsList concode_elem_sep int hashCode concode_elem_s...
CstMethodRef function ( ) { return method ; }
5,051
turns the tree to the right on one of the subtrees concode_field_sep List<TreeNode> children concode_elem_sep TreeNode left concode_elem_sep TreeNode root concode_elem_sep TreeNode right concode_elem_sep Comparable<Object> value concode_field_sep void add concode_elem_sep void addSubtree concode_elem_sep void print con...
void function ( TreeNode arg0 ) { }
5,052
makes a string representation of the exception . concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep String showControlCharacters concode_elem_sep String escapeHtml concode_elem_sep String readNullableString concode_elem_sep void writeNullableString concode_elem_sep String ...
String function ( final Throwable arg0 ) { return ExceptionUtils . stringifyException ( arg0 ) ; }
5,053
sets the ma xa of this m a u k i e m d e m. concode_field_sep MAUKIEMDEM _maukiemdem concode_field_sep void setSoMauKiemDem concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_e...
void function ( java . lang . String arg0 ) { _maukiemdem . setMaXa ( arg0 ) ; }
5,054
max number of times we will try io exceptions such as connection timeouts per request . if set to 0 , we will not do any retries . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_el...
int function ( ) { return conf . getInt ( SPARK_NETWORK_IO_MAXRETRIES_KEY , 3 ) ; }
5,055
creates a slurcache instance for a new slurwhere the start notehead and system is known . concode_field_sep float startDistanceIS concode_elem_sep NoteheadStamping stopNotehead concode_elem_sep int stopSystem concode_elem_sep int startSystem concode_elem_sep float stopDistanceIS concode_elem_sep NoteheadStamping startN...
SlurCache function ( Slur arg0 , VSide arg1 , int arg2 , NoteheadStamping arg3 , float arg4 , int arg5 ) { return new SlurCache ( new ContinuedSlur ( arg0 , arg1 , arg2 , 1 ) , arg3 , arg4 , arg5 ) ; }
5,056
updates missing required attribute and elements to comply with the ndk specification . concode_field_sep DigitalObjectHandler handler concode_elem_sep String pid concode_field_sep String toLabel concode_elem_sep String createObjectLabel concode_elem_sep ModsWrapper toJsonObject concode_elem_sep NdkMapper get concode_el...
void function ( ModsDefinition arg0 , Context arg1 ) { arg0 . setVersion ( ModsUtils . VERSION ) ; addPid ( arg0 , arg1 . getPid ( ) ) ; }
5,057
create an instance of userlistoperation concode_field_sep QName _RequestHeader_QNAME concode_elem_sep QName _ApiExceptionFault_QNAME concode_elem_sep QName _ResponseHeader_QNAME concode_field_sep LogicalUserList createLogicalUserList concode_elem_sep SimilarUserList createSimilarUserList concode_elem_sep UserListReturn...
UserListOperation function ( ) { return new UserListOperation ( ) ; }
5,058
does the set contain the given key ? concode_field_sep Node[] next concode_elem_sep Node root concode_elem_sep int R concode_elem_sep boolean isString concode_elem_sep int N concode_field_sep void add concode_elem_sep Node add concode_elem_sep Iterator<String> iterator concode_elem_sep Iterable<String> keysThatMatch co...
boolean function ( String arg0 ) { Node loc0 = get ( root , arg0 , 0 ) ; if ( loc0 == null ) return false ; return loc0 . isString ; }
5,059
used to check whether there are multiple topics to consume from concode_field_sep ArrayList<ConsumerIterator<byte[],byte[]>> consumerIte concode_elem_sep Properties kafkaProperties concode_elem_sep List<String> topics concode_elem_sep InjectHandler injectHandler concode_elem_sep String name concode_elem_sep int threadC...
boolean function ( ) { return false ; }
5,060
add non-null objects into the results set . concode_field_sep List<Object> results concode_field_sep void clear concode_elem_sep void dump concode_elem_sep Results copy
void function ( Object arg0 ) { if ( arg0 != null ) { results . add ( arg0 ) ; } }
5,061
creates an httpentity based on properties of the given message.the content of the entity is created by wrapping sessioninputbuffer with a content decoder depending on thetransfer mechanism used by the message . the content of the entity is not retrieved by this method . concode_field_sep ContentLengthStrategy lenStrate...
HttpEntity function ( final SessionInputBuffer arg0 , final HttpMessage arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return doDeserialize ( arg0 , arg1 ) ; }
5,062
register that loading a package has started . concode_field_sep Deque<PackageIdentifier> pending concode_elem_sep int packagesCompleted concode_field_sep void doneReadPackage concode_elem_sep Pair<String,String> progressState concode_elem_sep void reset
void function ( PackageIdentifier arg0 ) { pending . addLast ( arg0 ) ; }
5,063
attempts to return a list of strings from an attribute . if the attribute is null the default value will be returned instead . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isIdentityNode concode_elem_sep boolean getBooleanAttribute concode_elem_sep boolean isRegistryMetacard concode_elem_sep bool...
List < String > function ( Metacard arg0 , String arg1 ) { Attribute loc0 = arg0 . getAttribute ( arg1 ) ; if ( loc0 == null || loc0 . getValue ( ) == null ) { return new ArrayList < > ( ) ; } return loc0 . getValues ( ) . stream ( ) . map ( Object :: toString ) . collect ( Collectors . toCollection ( ArrayList :: new ...
5,064
replaces deprecated java.sql.date constructor . concode_field_sep ThreadLocal<Calendar> CAL concode_field_sep Time createTime concode_elem_sep void primeCalendar concode_elem_sep Calendar initialValue concode_elem_sep Timestamp createTimestamp
Date function ( int arg0 , int arg1 , int arg2 ) { primeCalendar ( ) ; CAL . get ( ) . set ( arg0 + 1900 , arg1 , arg2 ) ; return new Date ( CAL . get ( ) . getTimeInMillis ( ) ) ; }
5,065
saves parameters for startactivityforresult . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_sep Activity activity concode_elem_sep CordovaPlugin activityResultCallback concode_elem_sep String initCallbackService concode_elem_sep ActivityResultHolder savedResult concode_elem_sep ...
void function ( Bundle arg0 ) { if ( activityResultCallback != null ) { String loc0 = activityResultCallback . getServiceName ( ) ; arg0 . putString ( "srini_string" , loc0 ) ; } }
5,066
set the exception to be used when a failure is triggered . 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 Throwable failureException concode_elem_sep int varia...
void function ( Throwable arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } this . failureException = arg0 ; }
5,067
retrieve the class of a gtype name concode_field_sep Map<Pointer,Class<? extends NativeObject>> gTypeInstanceMap concode_elem_sep Map<String,Class<? extends NativeObject>> gTypeNameMap concode_elem_sep Logger logger concode_field_sep Class<? extends NativeObject> classFor concode_elem_sep Class<? extends NativeObject> ...
Class < ? extends NativeObject > function ( String arg0 ) { logger . entering ( "srini_string" , "srini_string" , arg0 ) ; return gTypeNameMap . get ( arg0 ) ; }
5,068
set the filesystem value . concode_field_sep FileSystemHttpLogsConfig fileSystem concode_elem_sep AzureBlobStorageHttpLogsConfig azureBlobStorage concode_field_sep FileSystemHttpLogsConfig fileSystem concode_elem_sep AzureBlobStorageHttpLogsConfig azureBlobStorage concode_elem_sep HttpLogsConfig withAzureBlobStorage
HttpLogsConfig function ( FileSystemHttpLogsConfig arg0 ) { this . fileSystem = arg0 ; return this ; }
5,069
returns a string entry from the configuration . concode_field_sep RobotActionExecutor instance concode_elem_sep RobotWorldComponent tecLayer concode_elem_sep String prefix concode_elem_sep ConfigurationReaderIF config concode_field_sep void setup concode_elem_sep Logger getLogger concode_elem_sep MActionResponse execut...
String function ( String arg0 ) { return config . getConfigValue ( prefix + "srini_string" + arg0 ) ; }
5,070
to new activity , use animation from bottom to top concode_field_sep String TAG concode_field_sep void goToActivityFromLeft2Right concode_elem_sep void goToActivityFromLeft2Right concode_elem_sep void backToLoginActivity concode_elem_sep void goToActivity concode_elem_sep void goToActivity concode_elem_sep void goToAct...
void function ( Context arg0 , Class < ? > arg1 ) { Activity loc0 = ( Activity ) arg0 ; Intent loc1 = new Intent ( ) ; loc1 . setClass ( loc0 , arg1 ) ; loc0 . startActivity ( loc1 ) ; loc0 . overridePendingTransition ( R . anim . in_from_bottom , R . anim . out_to_top ) ; }
5,071
start/resume redrawing the plot . concode_field_sep boolean keepRunning concode_elem_sep boolean keepAlive concode_elem_sep int ONE_SECOND_MS concode_elem_sep String TAG concode_elem_sep long sleepTime concode_elem_sep List<Plot> plots concode_field_sep void setMaxRefreshRate concode_elem_sep void finish concode_elem_s...
void function ( ) { keepRunning = true ; notify ( ) ; Log . d ( TAG , "srini_string" ) ; }
5,072
moves the hot hand forward . concode_field_sep boolean marked concode_elem_sep Node next concode_elem_sep int maximumColdSize concode_elem_sep Long2ObjectMap<Node> data concode_elem_sep PolicyStats policyStats concode_elem_sep Node prev concode_elem_sep int sizeTest concode_elem_sep int sizeCold concode_elem_sep int si...
void function ( ) { if ( handHot == handTest ) { scanTest ( ) ; } if ( handHot . status == Status . HOT ) { if ( handHot . marked ) { handHot . marked = false ; } else { handHot . status = Status . COLD ; sizeCold ++ ; sizeHot -- ; } } handHot = handHot . next ; }
5,073
returns a list property for the given property name of an arbitrary bean class . objects lacking the named property are treated the same as if the property always contains an empty list . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] split concode_elem_sep IBeanSetProperty set concode_elem_sep IB...
IBeanListProperty function ( String arg0 , Class arg1 ) { return list ( null , arg0 , arg1 ) ; }
5,074
sets the value of the identifier property . concode_field_sep List<CapabilityGroup> capabilityGroup concode_elem_sep ProductIdentifier identifier concode_elem_sep List<Capability> capabilityInfo concode_elem_sep String name concode_elem_sep List<CodeAndDescription> additionalInfo concode_elem_sep long serialVersionUID ...
void function ( ProductIdentifier arg0 ) { this . identifier = arg0 ; }
5,075
testing iszero method with latitude maximum/minimum equals , more zero concode_field_sep PlaceHolder placeHolder concode_field_sep void notIntersectMaximumLatitudeTest concode_elem_sep void intersectMaximumLongitudeTest concode_elem_sep void intersectMaximumLatitudeTest concode_elem_sep void intersectMinimumLatitudeTes...
void function ( ) { MapBounds loc0 = new MapBounds ( - 1 , - 1 , 2 , 3 ) ; assertTrue ( loc0 . isZero ( ) ) ; }
5,076
getlabel concode_field_sep Set<OnmsAttribute> s_emptyAttributeSet concode_elem_sep OnmsResource m_parent concode_elem_sep ResourceDao m_resourceDao concode_elem_sep int m_nodeId concode_field_sep String getName concode_elem_sep List<OnmsResource> getResourcesForDomain concode_elem_sep List<OnmsResource> getResourcesFor...
String function ( ) { return "srini_string" ; }
5,077
sets the value of the alertdetailsinnerset property . concode_field_sep ArrayOfFetchServiceAlertDetailsInnerSetTupleType alertDetailsInnerSet concode_field_sep ArrayOfFetchServiceAlertDetailsInnerSetTupleType getAlertDetailsInnerSet
void function ( ArrayOfFetchServiceAlertDetailsInnerSetTupleType arg0 ) { this . alertDetailsInnerSet = arg0 ; }
5,078
get the event type concode_field_sep JobInited datum concode_field_sep int getTotalReduces concode_elem_sep long getLaunchTime concode_elem_sep int getTotalMaps concode_elem_sep Object getDatum concode_elem_sep JobID getJobId concode_elem_sep void setDatum concode_elem_sep boolean getUberized concode_elem_sep String ge...
EventType function ( ) { return EventType . JOB_INITED ; }
5,079
returns snapshot state concode_field_sep SnapshotShardsStats shardsStats concode_elem_sep List<SnapshotIndexShardStatus> shards concode_elem_sep String SNAPSHOT concode_elem_sep String REPOSITORY concode_elem_sep String INDICES concode_elem_sep SnapshotStats stats concode_elem_sep String UUID concode_elem_sep State sta...
State function ( ) { return state ; }
5,080
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 serviceName concode_field_sep bool...
void function ( String arg0 , CordovaInterface arg1 , CordovaWebView arg2 , CordovaPreferences arg3 ) { assert this . cordova == null ; this . serviceName = arg0 ; this . cordova = arg1 ; this . webView = arg2 ; this . preferences = arg3 ; initialize ( arg1 , arg2 ) ; pluginInitialize ( ) ; }
5,081
returns the algorithm to be used with this key . concode_field_sep long serialVersionUID concode_elem_sep BigInteger version concode_elem_sep byte[] encodedKey concode_elem_sep AlgorithmId algid concode_elem_sep byte[] key concode_field_sep PrivateKey parseKey concode_elem_sep void encode concode_elem_sep byte[] encode...
String function ( ) { return algid . getName ( ) ; }
5,082
called for each document update on the given threadstate 's documentswriterperthread . note : this method is called synchronized on the given documentswriterflushcontrol and it is guaranteed that the callingthread holds the lock on the given threadstate concode_field_sep InfoStream infoStream concode_elem_sep LiveIndex...
void function ( DocumentsWriterFlushControl arg0 , ThreadState arg1 ) { onInsert ( arg0 , arg1 ) ; onDelete ( arg0 , arg1 ) ; }
5,083
some javadoc . some javadoc . some javadoc . concode_field_sep byte NUL concode_elem_sep InnerInputCorrectJavaDocParagraphCheck anon concode_field_sep placeholderType placeHolder
boolean function ( ) { return false ; }
5,084
#waitmodel is entry point for fluent waiting api specification , e.g. : waitmodel . until . element button . isvisible ; #waitmodel guards heavy computation or network-utilization interactions typically server-side . concode_field_sep PlaceHolder placeHolder concode_field_sep T guardNoRequest concode_elem_sep T guardAj...
WebDriverWait < Void > function ( ) { return instance ( ) . waitModel ( ) ; }
5,085
sets the value of the arcrole property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep MLEngineeringDatumType mlEngineeringDatum concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type...
void function ( String arg0 ) { this . arcrole = arg0 ; }
5,086
returns the number of rows matching the dynamic query . concode_field_sep MembershipRequestLocalService _membershipRequestLocalService concode_field_sep com.liferay.portal.kernel.model.MembershipRequest createMembershipRequest concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void deleteMember...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _membershipRequestLocalService . dynamicQueryCount ( arg0 ) ; }
5,087
creates a new dpt translator for the specified property type . the translator is initialized with a subtype as specified by the property map . also , appending of units is disabled in the returned translator . concode_field_sep int PDT_GENERIC_03 concode_elem_sep int PDT_GENERIC_12 concode_elem_sep int PDT_GENERIC_09 c...
DPTXlator function ( int arg0 ) { final DPTID loc0 = ( DPTID ) pt . get ( new Integer ( arg0 ) ) ; if ( loc0 == null ) throw new KNXException ( "srini_string" ) ; final DPTXlator loc1 = TranslatorTypes . createTranslator ( loc0 . getMainNumber ( ) , loc0 . getDPT ( ) ) ; loc1 . setAppendUnit ( false ) ; return loc1 ; }
5,088
return type metadata object concode_field_sep com.gvt.www.ws.eai.oss.gpon.EnumCertificacao certificacao concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String velocidadeConfiguradaDSLAM concode_elem_sep boolean __hashCodeCalc conco...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
5,089
gets the value of the code property . concode_field_sep String code concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_field_sep void unsetId concode_elem_sep void setCode concode_elem_sep void setId concode_elem_sep long getId concode_elem_sep boolean isSetId concode_elem_sep boolean isSetCode
String function ( ) { return code ; }
5,090
total time considered as a percentage of total hits concode_field_sep double millisPerHit concode_elem_sep long totalQueries concode_elem_sep long totalTime concode_elem_sep List<CompetitionNodeResult> nodeResults concode_elem_sep XContentBuilderString NODES concode_elem_sep XContentBuilderString STD_DEV concode_elem_s...
double function ( ) { return millisPerHit ; }
5,091
this method resets the incoming events time events included . concode_field_sep ITimer timer concode_elem_sep boolean[] timeEvents concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void entryAction_main_region_Start concode_elem_sep void enterSequence_main_region_Start_default c...
void function ( ) { for ( int loc0 = 0 ; loc0 < timeEvents . length ; loc0 ++ ) { timeEvents [ loc0 ] = false ; } }
5,092
add a selection listener to be notified when the text selection changes in the document . concode_field_sep Shape selectionHighlight concode_elem_sep AbstractJGVTComponent component concode_elem_sep MouseListener mouseListener concode_elem_sep Cursor previousCursor concode_elem_sep SelectionListener textSelectionListen...
void function ( SelectionListener arg0 ) { textSelector . addSelectionListener ( arg0 ) ; }
5,093
returns the local part of the qualified name of this element . null if this element selector can match any element . concode_field_sep String localName concode_field_sep short getSelectorType concode_elem_sep String getNamespaceURI
String function ( ) { return localName ; }
5,094
add a search term to the model . concode_field_sep HashMap<Integer,WeakReference<PageText>> searchResultCache concode_elem_sep ArrayList<SearchTerm> searchTerms concode_field_sep void addPageSearchHit concode_elem_sep Set<Integer> getPageSearchHits concode_elem_sep void removeSearchTerm concode_elem_sep ArrayList<Searc...
void function ( SearchTerm arg0 ) { searchTerms . add ( arg0 ) ; }
5,095
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 < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; }
5,096
builds a category renderer to use the provided colors . concode_field_sep PlaceHolder placeHolder concode_field_sep XYMultipleSeriesDataset buildDateDataset concode_elem_sep XYMultipleSeriesDataset buildBarDataset concode_elem_sep XYMultipleSeriesDataset buildDataset concode_elem_sep MultipleCategorySeries buildMultipl...
DefaultRenderer function ( int [ ] arg0 ) { DefaultRenderer loc0 = new DefaultRenderer ( ) ; for ( int loc1 : arg0 ) { SimpleSeriesRenderer loc2 = new SimpleSeriesRenderer ( ) ; loc2 . setColor ( loc1 ) ; loc0 . addSeriesRenderer ( loc2 ) ; } return loc0 ; }
5,097
method to get the last updated user name . concode_field_sep long snapshotID concode_elem_sep String parentPath concode_elem_sep boolean isCollection concode_elem_sep String description concode_elem_sep int dbBasedContentID concode_elem_sep boolean directory concode_elem_sep boolean versionableChange concode_elem_sep S...
String function ( ) { return lastUpdaterUserName ; }
5,098
only include movies that are equal to , or have a vote count higher than this value concode_field_sep String PARAM_VOTE_AVERAGE_GTE concode_elem_sep int YEAR_MAX concode_elem_sep int YEAR_MIN concode_elem_sep Map<String,String> params concode_elem_sep String PARAM_CERTIFICATION_LTE concode_elem_sep String PARAM_WITH_KE...
Discover function ( int arg0 ) { if ( arg0 > 0 ) { params . put ( PARAM_VOTE_COUNT_GTE , String . valueOf ( arg0 ) ) ; } return this ; }
5,099
adds a child wire to this tag wire . concode_field_sep List children concode_elem_sep Attributes attributes concode_elem_sep Tag tag concode_field_sep List getChildren concode_elem_sep Attributes getAttributes concode_elem_sep void setTag concode_elem_sep void setAttributes concode_elem_sep Tag getTag concode_elem_sep ...
void function ( TagWire arg0 ) { children . add ( arg0 ) ; }