idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
21,400
sets the value of the objectid property . concode_field_sep Integer sequenceNumber concode_elem_sep Date lastUpdateDate concode_elem_sep String name concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep String abbreviation concode_elem_sep Integer objectId concode_elem_sep Date crea...
void function ( Integer arg0 ) { this . objectId = arg0 ; }
21,401
this test validates that an index which is out of bounds throws an indexoutofboundsexcpetion . concode_field_sep TupleTypeInfo<Tuple5<Integer,Long,String,Long,Integer>> tupleTypeInfo concode_elem_sep String myString concode_elem_sep List<CustomType> customTypeData concode_elem_sep long myLong concode_elem_sep long seri...
void function ( ) { final ExecutionEnvironment loc0 = ExecutionEnvironment . getExecutionEnvironment ( ) ; DataSet < Tuple5 < Integer , Long , String , Long , Integer >> loc1 = loc0 . fromCollection ( emptyTupleData , tupleTypeInfo ) ; loc1 . minBy ( 1 , 2 , 3 , 4 , - 1 ) ; }
21,402
sets the value of the getsupportprovinceresult property . concode_field_sep ArrayOfString getSupportProvinceResult concode_field_sep ArrayOfString getGetSupportProvinceResult
void function ( ArrayOfString arg0 ) { this . getSupportProvinceResult = arg0 ; }
21,403
add the new address for this object at the given position of the address list . concode_field_sep String classFactoryLocation concode_elem_sep Vector<RefAddr> addrs concode_elem_sep String classFactory concode_elem_sep String className concode_elem_sep long serialVersionUID concode_field_sep String getFactoryClassName ...
void function ( int arg0 , RefAddr arg1 ) { addrs . add ( arg0 , arg1 ) ; }
21,404
information about the endpoint . concode_field_sep String clientToken concode_elem_sep VpcEndpoint vpcEndpoint concode_field_sep VpcEndpoint getVpcEndpoint concode_elem_sep String getClientToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setClientToken concode_elem_sep CreateVpc...
CreateVpcEndpointResult function ( VpcEndpoint arg0 ) { setVpcEndpoint ( arg0 ) ; return this ; }
21,405
returns the index at which the parse could not continue . concode_field_sep int errorIndex concode_elem_sep int currentPosition concode_field_sep int getIndex concode_elem_sep int hashCode concode_elem_sep void setIndex concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void setErrorIndex
int function ( ) { return errorIndex ; }
21,406
do we have a match ? concode_field_sep int m_C_BPartner_ID concode_elem_sep int m_C_Payment_ID concode_elem_sep int m_C_Invoice_ID concode_field_sep void setC_BPartner_ID concode_elem_sep int getC_BPartner_ID concode_elem_sep void setC_Payment_ID concode_elem_sep int getC_Invoice_ID concode_elem_sep void setC_Invoice_I...
boolean function ( ) { return m_C_BPartner_ID > 0 || m_C_Payment_ID > 0 || m_C_Invoice_ID > 0 ; }
21,407
iterator for iterating over the collision results . concode_field_sep ArrayList<CollisionResult> results concode_elem_sep boolean sorted concode_field_sep int size concode_elem_sep CollisionResult getCollisionDirect concode_elem_sep CollisionResult getFarthestCollision concode_elem_sep void clear concode_elem_sep Colli...
Iterator < CollisionResult > function ( ) { if ( ! sorted ) { Collections . sort ( results ) ; sorted = true ; } return results . iterator ( ) ; }
21,408
delete the specified directory , including all of its contents and subdirectories recursively . concode_field_sep Log log concode_elem_sep StringManager sm concode_field_sep String expand concode_elem_sep String expand concode_elem_sep File expand concode_elem_sep boolean copy concode_elem_sep boolean deleteDir
boolean function ( File arg0 ) { if ( arg0 . isDirectory ( ) ) { return deleteDir ( arg0 ) ; } else { return arg0 . delete ( ) ; } }
21,409
get the api backend being used for the client concode_field_sep int mApiType concode_elem_sep String mUserid concode_elem_sep APICommonCtrl mApiInterface concode_elem_sep ClientView clientView concode_elem_sep int API_TYPE_REST concode_elem_sep int API_TYPE_SOAP concode_field_sep Product[] removeFromCart concode_elem_s...
int function ( ) { return mApiType ; }
21,410
creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ...
ClassLoader function ( IProject arg0 ) { return createClassLoader ( arg0 , WorkspaceClassLoaderFactory . class . getClassLoader ( ) ) ; }
21,411
shuts down the native synthesizer . concode_field_sep int mJniData concode_elem_sep String TAG concode_field_sep void native_shutdown concode_elem_sep int native_getRate concode_elem_sep int isLanguageAvailable concode_elem_sep void native_setup concode_elem_sep int loadLanguage concode_elem_sep String[] native_getLang...
void function ( ) { native_shutdown ( mJniData ) ; }
21,412
gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep Object parent concode_elem_sep List<CTHierarchyUsage> colHierarchyUsage concode_elem_sep Long count concode_field_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep Long getCount concode_elem_s...
Object function ( ) { return this . parent ; }
21,413
returns user search query parameter stored in this object . concode_field_sep String searchPhrase concode_elem_sep String endDate concode_elem_sep String bbox concode_elem_sep String catalogue concode_elem_sep String startDate concode_field_sep String getStartDate concode_elem_sep String getBbox concode_elem_sep String...
String function ( ) { if ( searchPhrase != null ) { return searchPhrase ; } else { return "srini_string" ; } }
21,414
the time that the disk upload starts . concode_field_sep java.util.Date uploadStart concode_elem_sep java.util.Date uploadEnd concode_elem_sep Double uploadSize concode_elem_sep String comment concode_field_sep void setUploadEnd concode_elem_sep void setUploadSize concode_elem_sep java.util.Date getUploadStart concode_...
ClientData function ( java . util . Date arg0 ) { setUploadStart ( arg0 ) ; return this ; }
21,415
returns true iff the ref starts with the given prefix . otherwise false . concode_field_sep BigInteger nextId concode_elem_sep int ID_LENGTH concode_elem_sep Object idLock concode_elem_sep BigInteger mask128 concode_elem_sep int GOOD_FAST_HASH_SEED concode_field_sep boolean sliceEquals concode_elem_sep byte[] randomId ...
boolean function ( byte [ ] arg0 , BytesRef arg1 ) { if ( arg0 . length < arg1 . length ) { return false ; } for ( int loc0 = 0 ; loc0 < arg1 . length ; loc0 ++ ) { if ( arg0 [ loc0 ] != arg1 . bytes [ arg1 . offset + loc0 ] ) { return false ; } } return true ; }
21,416
set by concode_field_sep int epsgCode concode_elem_sep boolean zoneSeperately concode_field_sep int getEpsgcode concode_elem_sep int getEpsgcode concode_elem_sep CWPoint unproject concode_elem_sep double getNorthing concode_elem_sep ProjectedPoint project concode_elem_sep ProjectedPoint project concode_elem_sep String ...
ProjectedPoint function ( double arg0 , double arg1 , ProjectedPoint arg2 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
21,417
get the component value . concode_field_sep SeverityTypes severity concode_elem_sep String component concode_elem_sep String helpLink concode_elem_sep String internalDiagnostics concode_elem_sep String description concode_elem_sep String details concode_elem_sep String errorId concode_elem_sep String source concode_ele...
String function ( ) { return this . component ; }
21,418
returns whether this series needs to be repaired concode_field_sep SUZIEDriver partial_storage concode_elem_sep List<LFDSeries> partials concode_elem_sep SeriesDefinition sernfo concode_elem_sep List<Long> partials_l concode_elem_sep LFDSeries primary_storage concode_field_sep void createNewPartial concode_elem_sep voi...
boolean function ( ) { return this . partial_storage != null ; }
21,419
dummy test case to make intellij recognize this as a test class . concode_field_sep Long taskExpirationAge concode_elem_sep Long triggerInterval concode_elem_sep EntityLockCleanerTriggerBuilder builder concode_field_sep void setUp concode_elem_sep void testSuccess
void function ( ) { }
21,420
this test validates that an invalidprogrammexception is thrown when minby is used on a custom data type . concode_field_sep TupleTypeInfo<Tuple5<Integer,Long,String,Long,Integer>> tupleTypeInfo concode_elem_sep String myString concode_elem_sep List<CustomType> customTypeData concode_elem_sep long myLong concode_elem_se...
void function ( ) { final ExecutionEnvironment loc0 = ExecutionEnvironment . getExecutionEnvironment ( ) ; this . customTypeData . add ( new CustomType ( ) ) ; UnsortedGrouping < CustomType > loc1 = loc0 . fromCollection ( customTypeData ) . groupBy ( 0 ) ; loc1 . minBy ( 0 ) ; }
21,421
creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ...
ClassLoader function ( IProject arg0 , ClassLoader arg1 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , arg1 ) ; }
21,422
send a logger.level #info log message . concode_field_sep PlaceHolder placeHolder concode_field_sep void a concode_elem_sep void a concode_elem_sep void a concode_elem_sep void a concode_elem_sep void print concode_elem_sep void print concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_...
void function ( Throwable arg0 , String arg1 , Object ... arg2 ) { LoggerManager . getLogger ( ) . i ( arg0 , arg1 , arg2 ) ; }
21,423
setter method for classificationdetails concode_field_sep String endDate concode_elem_sep List subCategoryDetails concode_elem_sep List subSubCategoryDetails concode_elem_sep List categoryDetails concode_elem_sep String reportFormat concode_elem_sep int subCategoryID concode_elem_sep int classificationID concode_elem_s...
void function ( List arg0 ) { this . classificationDetails = arg0 ; }
21,424
set user name as given username concode_field_sep long timeStamp concode_elem_sep String treeId concode_elem_sep long appId concode_elem_sep int numChildren concode_elem_sep String comment concode_elem_sep int numCurFlags concode_elem_sep String userName concode_elem_sep String userId concode_field_sep void setAppID co...
void function ( String arg0 ) { this . userName = arg0 ; }
21,425
get the instance . concode_field_sep EntityTypeAndIdValueValidator INSTANCE concode_field_sep boolean apply concode_elem_sep boolean appliesTo
EntityTypeAndIdValueValidator function ( ) { return INSTANCE ; }
21,426
sets the value of the label property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep String format concode_elem_sep Label label concode_elem_sep String align concode_elem_sep String ...
void function ( Label arg0 ) { this . label = arg0 ; }
21,427
determine if the supplied eobject has a sqldatatypeaspect concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isValidTreeTransformationTarget concode_elem_sep boolean isProcedureParameter concode_elem_sep boolean isTransformation concode_elem_sep boolean isAnnotation concode_elem_sep boolean isModel con...
boolean function ( EObject arg0 ) { MetamodelAspect loc0 = getSqlAspect ( arg0 ) ; if ( loc0 != null && loc0 instanceof SqlDatatypeAspect ) return true ; return false ; }
21,428
sets the stationnumber value for this twssessioninfo . concode_field_sep AgentLibrary.TWSServiceInfo[] serviceInfoList concode_elem_sep int stationNumber concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String agentName concode_elem_sep java.lang.String serverName concode_elem_sep boolean __has...
void function ( int arg0 ) { this . stationNumber = arg0 ; }
21,429
sets the date and time for signature verification . concode_field_sep Date dateTime concode_elem_sep boolean returnHashInputData concode_elem_sep VerifySignatureInfo verifySignatureInfo concode_elem_sep List supplementProfiles concode_elem_sep SignatureManifestCheckParams signatureManifestCheckParams concode_elem_sep S...
void function ( Date arg0 ) { this . dateTime = arg0 ; }
21,430
setter for #ontruncate . concode_field_sep boolean onTruncate concode_elem_sep String when concode_elem_sep String tableName concode_elem_sep boolean onDelete concode_elem_sep boolean before concode_elem_sep boolean insteadOf concode_elem_sep String function concode_elem_sep String name concode_elem_sep String comment ...
void function ( final boolean arg0 ) { this . onTruncate = arg0 ; }
21,431
add an item in the specified position of the specified itemset concode_field_sep int numberOfItems concode_elem_sep List<Itemset> itemsets concode_elem_sep int id concode_field_sep int numberOfItemsAfterPositionIth concode_elem_sep int getId concode_elem_sep long getTimeLength concode_elem_sep List<Itemset> getItemsets...
void function ( int arg0 , int arg1 , Item arg2 ) { itemsets . get ( arg0 ) . addItem ( arg1 , arg2 ) ; numberOfItems ++ ; }
21,432
encodes a string into base64 format . no blanks or line breaks are inserted . concode_field_sep char[] map1 concode_elem_sep byte[] map2 concode_field_sep char[] encode concode_elem_sep char[] encode concode_elem_sep String decodeString concode_elem_sep String removeNewLine concode_elem_sep byte[] decode concode_elem_s...
String function ( String arg0 ) { return new String ( encode ( arg0 . getBytes ( ) ) ) ; }
21,433
returns the password tracker id of this password tracker . concode_field_sep PasswordTracker _passwordTracker concode_field_sep void setPassword concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.mo...
long function ( ) { return _passwordTracker . getPasswordTrackerId ( ) ; }
21,434
converts the case of the input string to a standard format . subsequent operations can then use standard string methods . concode_field_sep long serialVersionUID concode_elem_sep String name concode_elem_sep IOCase SYSTEM concode_elem_sep IOCase INSENSITIVE concode_elem_sep boolean sensitive concode_elem_sep IOCase SEN...
String function ( String arg0 ) { if ( arg0 == null ) { return null ; } return sensitive ? arg0 : arg0 . toLowerCase ( ) ; }
21,435
processes geometry to accelerate operations on it . the geometry and it 's copies remain accelerated until modified . the acceleration of geometry can be a time consuming operation . the accelerated geometry also takes more memory . some operators share the same accelerator , some require a different one . if the accel...
boolean function ( Geometry arg0 , SpatialReference arg1 , GeometryAccelerationDegree arg2 ) { return false ; }
21,436
converts an elevation angle to a zenith angle . convenience routine . does the same as zenithtoelevation but for code clarity ... concode_field_sep double SPEC_WEIGHT_AIR concode_elem_sep double BAROMETRIC_CONST concode_elem_sep double RAD_PER_DEG concode_elem_sep double MEAN_EARTH_RADIUS concode_elem_sep double GRAVIT...
float function ( float arg0 ) { return 90.0F - arg0 ; }
21,437
gets name of header concode_field_sep String name concode_elem_sep String value concode_field_sep String getValue concode_elem_sep boolean equals concode_elem_sep void setValue concode_elem_sep Object clone concode_elem_sep String toString
String function ( ) { return name ; }
21,438
determine if the specified instance is equal to thespecified candidate . concode_field_sep Collection<? extends T> excludes concode_elem_sep boolean matchIfEmpty concode_elem_sep Collection<? extends T> includes concode_field_sep String toString
boolean function ( T arg0 , T arg1 ) { return arg0 . equals ( arg1 ) ; }
21,439
checks for the first token of the list . if it is equal to one of the provided alternatives , it will succeed . concode_field_sep int head concode_elem_sep int tail concode_elem_sep List<String> list concode_field_sep String head concode_elem_sep String peekHead concode_elem_sep TokenList skipHead concode_elem_sep int ...
boolean function ( String ... arg0 ) { return check ( head , arg0 ) ; }
21,440
accessor method for feature layout version concode_field_sep Feature[] specialFeatures concode_elem_sep int ancestorLV concode_elem_sep boolean reserved concode_elem_sep int BUGFIX_HDFS_2991_VERSION concode_elem_sep Map<Integer,EnumSet<Feature>> map concode_elem_sep String description concode_elem_sep int lv concode_fi...
int function ( ) { return lv ; }
21,441
set an optional filefilter used to limit the files that trigger a change . concode_field_sep long DEFAULT_POLL_INTERVAL concode_elem_sep long pollInterval concode_elem_sep long quietPeriod concode_elem_sep long DEFAULT_QUIET_PERIOD concode_elem_sep AtomicInteger remainingScans concode_elem_sep FileFilter triggerFilter ...
void function ( FileFilter arg0 ) { this . triggerFilter = arg0 ; }
21,442
sets the sites point or vertices which will be diagrammed . all vertices of the given geometry will be used as sites . concode_field_sep Collection siteCoords concode_elem_sep double tolerance concode_elem_sep QuadEdgeSubdivision subdiv concode_elem_sep Envelope diagramEnv concode_elem_sep Envelope clipEnv concode_fiel...
void function ( Geometry arg0 ) { siteCoords = DelaunayTriangulationBuilder . extractUniqueCoordinates ( arg0 ) ; }
21,443
returns the list of sub-fields if #gettype is a legacysqltypename #record . returns null otherwise . concode_field_sep String mode concode_elem_sep String name concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep Type type concode_elem_sep List<Field> fields concode_elem_sep Funct...
List < Field > function ( ) { return type . getFields ( ) ; }
21,444
logs a new message . concode_field_sep long timeElapsed concode_elem_sep HttpServletRequest request concode_elem_sep ArrayList messages concode_elem_sep Date startTime concode_elem_sep Date stopTime concode_elem_sep ArrayList parameters concode_field_sep ArrayList getDebugMessages concode_elem_sep HttpServletRequest ge...
void function ( Object arg0 , String arg1 ) { logMsg ( arg0 , arg1 , "srini_string" ) ; }
21,445
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetIn ossTurbonetIn concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc ...
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 ) ; }
21,446
sets a flush interval flushing any bulk actions pending if the interval passes . defaults to not set . note , both #setbulkactions int and #setbulksize org.elasticsearch.common.unit.bytesizevalue can be set to -1 with the flush interval set allowing for complete async processing of bulk actions . concode_field_sep int ...
Builder function ( TimeValue arg0 ) { this . flushInterval = arg0 ; return this ; }
21,447
sether method for marker concode_field_sep String reason concode_elem_sep String marker concode_elem_sep String msisdn concode_elem_sep String retailerId concode_field_sep void setRetailerId concode_elem_sep String getMarker concode_elem_sep String getReason concode_elem_sep void setReason concode_elem_sep String getRe...
void function ( String arg0 ) { this . marker = arg0 ; }
21,448
returns the string representation of this account . concode_field_sep AccountID accountID concode_elem_sep ProtocolProviderService protocolProvider concode_elem_sep boolean isEnabled concode_elem_sep String name concode_elem_sep ImageIcon icon concode_elem_sep JCheckBox enableCheckBox concode_field_sep void setEnableCh...
String function ( ) { return accountID . getDisplayName ( ) ; }
21,449
configure the capacity of the queue . concode_field_sep TimeUnit timeoutTimeUnit concode_elem_sep Gauge<Double> fillRatioGauge concode_elem_sep boolean ifCollectStats concode_elem_sep Optional<QueueStats> queueStats concode_elem_sep String PUT_ATTEMPT_COUNT concode_elem_sep long timeout concode_elem_sep int capacity co...
Builder < T > function ( int arg0 ) { this . capacity = arg0 ; return this ; }
21,450
the icon used in the button to stop the server . concode_field_sep String OPERA_ICON_PATH concode_elem_sep Map<String,Image> greyedImages concode_elem_sep String SAFARI_ICON_PATH concode_elem_sep String IE_ICON_PATH concode_elem_sep String CHROME_ICON_PATH concode_elem_sep Map<String,Image> images concode_elem_sep Stri...
ImageDescriptor function ( ) { return ImageDescriptor . createFromURL ( getImageFileUrl ( "srini_string" ) ) ; }
21,451
ensures that | scertificatefactory | and | sdefaulttrustmanager | are initialized . concode_field_sep String TAG concode_elem_sep X509TrustManager sDefaultTrustManager concode_elem_sep CertificateFactory sCertificateFactory concode_field_sep X509TrustManager createDefaultTrustManager concode_elem_sep X509Certificate cr...
void function ( ) { if ( sCertificateFactory == null ) { sCertificateFactory = CertificateFactory . getInstance ( "srini_string" ) ; } if ( sDefaultTrustManager == null ) { sDefaultTrustManager = X509Util . createDefaultTrustManager ( ) ; } }
21,452
decodes a byte array from base64 format . no blanks or line breaks are allowed within the base64 encoded input data . concode_field_sep char[] map1 concode_elem_sep String systemLineSeparator concode_elem_sep byte[] map2 concode_field_sep char[] encode concode_elem_sep char[] encode concode_elem_sep char[] encode conco...
byte [ ] function ( String arg0 ) { return decode ( arg0 . toCharArray ( ) ) ; }
21,453
hides the dialog . concode_field_sep String IFRAME_NAME concode_elem_sep boolean m_isShowing concode_elem_sep FlowPanel m_main concode_elem_sep String TITLE_FUNCTION concode_elem_sep String CLOSE_FUNCTION concode_elem_sep Widget m_content concode_elem_sep int DIALOG_HEIGHT concode_elem_sep String ENABLE_CLOSE_FUNCTION ...
void function ( ) { if ( m_isFrame ) { hideParent ( ) ; } else { m_popup . hide ( ) ; } }
21,454
set the metadata value concode_field_sep int place concode_elem_sep MetadataField metadataField concode_elem_sep DSpaceObject dSpaceObject concode_elem_sep String language concode_elem_sep int confidence concode_elem_sep Integer id concode_elem_sep String value concode_elem_sep String authority concode_field_sep String...
void function ( String arg0 ) { this . value = arg0 ; }
21,455
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterListOfVars concode_elem_sep void enterListOfAssignments concode_elem_sep void exitUnaryOperator concode_elem_sep void enterOperand concode_elem_sep void exitListOfVars concode_elem_sep void enterVariablesDecl...
void function ( Lab4Parser . ComputingDescriptionContext arg0 ) { }
21,456
releases resources and frees any memory associated with this pix . you may not modify or access the pix after calling this method . concode_field_sep int INDEX_D concode_elem_sep int mNativePix concode_elem_sep int INDEX_H concode_elem_sep int INDEX_W concode_elem_sep boolean mRecycled concode_field_sep boolean nativeI...
void function ( ) { if ( ! mRecycled ) { nativeDestroy ( mNativePix ) ; mRecycled = true ; } }
21,457
return the name of this task . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeNS concode_elem_sep long startTimeNS concode_elem_sep List<TaskInfo> taskList concode_elem_sep String taskName con...
String function ( ) { return taskName ; }
21,458
get id concode_field_sep Long id concode_elem_sep DateTime shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity concode_field_sep StatusEnum fromValue concode_elem_sep DateTime getShipDate concode_elem_s...
Long function ( ) { return id ; }
21,459
prints a message at info priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void println...
void function ( String arg0 , String arg1 ) { i ( arg0 , arg1 , null ) ; }
21,460
attribute specifying whether to ignore the case difference in the names . concode_field_sep int prefixLength concode_elem_sep int postfixLength concode_elem_sep boolean fromContainsStar concode_elem_sep String fromPrefix concode_elem_sep boolean handleDirSep concode_elem_sep boolean caseSensitive concode_elem_sep Strin...
void function ( boolean arg0 ) { this . caseSensitive = arg0 ; }
21,461
returns an instance of cursor for one of the specified predetermined types . concode_field_sep int PREDEFINED_COUNT concode_elem_sep int CROSSHAIR_CURSOR concode_elem_sep int W_RESIZE_CURSOR concode_elem_sep int SE_RESIZE_CURSOR concode_elem_sep int WAIT_CURSOR concode_elem_sep int SW_RESIZE_CURSOR concode_elem_sep int...
Cursor function ( int arg0 ) { if ( arg0 < 0 || arg0 >= PREDEFINED_COUNT ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; if ( predefined [ arg0 ] == null ) predefined [ arg0 ] = new Cursor ( arg0 ) ; return predefined [ arg0 ] ; }
21,462
returns the subject 's public key . concode_field_sep X500Name subject concode_elem_sep PublicKey subjectPublicKeyInfo concode_elem_sep PKCS10Attributes attributeSet concode_elem_sep byte[] encoded concode_field_sep void print concode_elem_sep PKCS10Attributes getAttributes concode_elem_sep byte[] getEncoded concode_el...
PublicKey function ( ) { return subjectPublicKeyInfo ; }
21,463
the metric timestamp concode_field_sep Integer proxyPort concode_elem_sep String unit concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String namespace concode_elem_sep AmazonCloudWatch amazonCwClient concode_elem_sep String name concode_elem_sep String amazonCwEndpoint concode_elem_...
void function ( Date arg0 ) { this . timestamp = arg0 ; }
21,464
set the reference instance . concode_field_sep Reference reference concode_elem_sep MultipleManagedConnectionFactory2 mcf concode_elem_sep ConnectionManager connectionManager concode_elem_sep long serialVersionUID concode_elem_sep Logger log concode_field_sep MultipleConnection2 getConnection concode_elem_sep Reference...
void function ( Reference arg0 ) { log . trace ( "srini_string" ) ; this . reference = arg0 ; }
21,465
get default display concode_field_sep PlaceHolder placeHolder concode_field_sep int getIntPixels concode_elem_sep int getIntPixels concode_elem_sep int getIntPixels concode_elem_sep float getPixels concode_elem_sep float getPixels concode_elem_sep int getDisplayWidth concode_elem_sep int getDisplayWidth
Display function ( final Context arg0 ) { return ( ( WindowManager ) arg0 . getSystemService ( WINDOW_SERVICE ) ) . getDefaultDisplay ( ) ; }
21,466
the id of the specified health check . concode_field_sep Long healthCheckVersion concode_elem_sep String callerReference concode_elem_sep CloudWatchAlarmConfiguration cloudWatchAlarmConfiguration concode_elem_sep String id concode_elem_sep HealthCheckConfig healthCheckConfig concode_field_sep HealthCheck withHealthChec...
void function ( String arg0 ) { this . id = arg0 ; }
21,467
gets the value of the flavour property . concode_field_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep BigDecimal refresh concode_elem_sep Label label concode_elem_sep String suffix concode_elem_sep String type concode_elem_sep Layou...
String function ( ) { return flavour ; }
21,468
sets the value of the key property . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep void setValue
void function ( String arg0 ) { this . key = arg0 ; }
21,469
returns the class resolver used by this class . concode_field_sep BarcodeUtil instance concode_elem_sep BarcodeClassResolver classResolver concode_field_sep BarcodeGenerator createBarcodeGenerator concode_elem_sep BarcodeGenerator createBarcodeGenerator concode_elem_sep BarcodeUtil getInstance
BarcodeClassResolver function ( ) { return this . classResolver ; }
21,470
sets the value of the camera property . concode_field_sep Object parent concode_elem_sep CTLightRig lightRig concode_elem_sep CTCamera camera concode_field_sep Object getParent concode_elem_sep void afterUnmarshal concode_elem_sep CTLightRig getLightRig concode_elem_sep CTCamera getCamera concode_elem_sep void setParen...
void function ( CTCamera arg0 ) { this . camera = arg0 ; }
21,471
return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.mdm.webservice.WSRoutingOrderV2PK wsRoutingOrderPK concode_field_sep void setWsRoutingOrderPK concode_elem_sep or...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
21,472
generates 256-bit salt from android 's securerandom number generator . concode_field_sep SecretKey key concode_field_sep void generateKey concode_elem_sep SecretKey getKey concode_elem_sep void destroyKey concode_elem_sep byte[] getSalt concode_elem_sep void storeSalt
byte [ ] function ( ) { final int loc0 = 32 ; SecureRandom loc1 = new SecureRandom ( ) ; byte [ ] loc2 = new byte [ loc0 ] ; loc1 . nextBytes ( loc2 ) ; return loc2 ; }
21,473
whether the presence of the specified element should cause the document to be dynamic . if this element is n't handled by this bridgeextension , just return false . concode_field_sep PlaceHolder placeHolder concode_field_sep String getURL concode_elem_sep String getAuthor concode_elem_sep Iterator getImplementedExtensi...
boolean function ( Element arg0 ) { return false ; }
21,474
compute the total price of all tickets in this booking . concode_field_sep Date createdOn concode_elem_sep Performance performance concode_elem_sep String contactEmail concode_elem_sep Set<Ticket> tickets concode_elem_sep Long id concode_elem_sep String cancellationCode concode_field_sep String getCancellationCode conc...
float function ( ) { float loc0 = 0.0f ; for ( Ticket loc1 : tickets ) { loc0 += ( loc1 . getPrice ( ) ) ; } return loc0 ; }
21,475
sets the content id of this document library content . concode_field_sep DLContent _dlContent concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId...
void function ( long arg0 ) { _dlContent . setContentId ( arg0 ) ; }
21,476
log trace level message with exception detail . concode_field_sep String RCSID concode_field_sep void loaded concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void ...
void function ( Object arg0 , Throwable arg1 ) { log ( LogLevel . TRACE , createLoggable ( arg1 , arg0 ) ) ; }
21,477
add the given element to the queue , possibly forcing an eviction from the head if #remainingcapacity iszero . concode_field_sep int maximumSize concode_elem_sep ArrayDeque<T> queue concode_field_sep boolean containsAll concode_elem_sep boolean isEmpty concode_elem_sep void clear concode_elem_sep T poll concode_elem_se...
boolean function ( T arg0 ) { if ( maximumSize == 0 ) { return true ; } if ( queue . size ( ) == maximumSize ) { queue . remove ( ) ; } queue . add ( arg0 ) ; return true ; }
21,478
test of getrandommodifiablevariablefield method , of class modifiablevariableanalyzer . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean containsFieldName concode_elem_sep void testGetAllModifiableVariableFields
void function ( ) { }
21,479
extract the record length field from a word representing the header . concode_field_sep int ALIGNMENT concode_elem_sep int HEADER_LENGTH concode_field_sep int encodedMsgOffset concode_elem_sep int messageTypeId concode_elem_sep void checkTypeId concode_elem_sep int typeOffset concode_elem_sep int lengthOffset concode_e...
int function ( final long arg0 ) { return ( int ) arg0 ; }
21,480
sets the value of the name property . concode_field_sep String name concode_elem_sep ManagedObjectReference _this concode_elem_sep VAppCloneSpec spec concode_elem_sep ManagedObjectReference target concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep ManagedObjectReference getT...
void function ( String arg0 ) { this . name = arg0 ; }
21,481
returns a query from the given parameters . concode_field_sep Query EMPTY concode_field_sep List<String> getAll concode_elem_sep Optional<String> get concode_elem_sep Map<String,String> toMap concode_elem_sep String getOrElse concode_elem_sep List<Pair<String,String>> toList concode_elem_sep Map<String,List<String>> to...
Query function ( Pair < String , String > ... arg0 ) { return new JavaQuery ( UriJavaAccessor . queryApply ( arg0 ) ) ; }
21,482
creates a new scrobbler instance bound to the specified user . concode_field_sep String clientId concode_elem_sep String HANDSHAKE_URL concode_elem_sep String nowPlayingUrl concode_elem_sep String sessionId concode_elem_sep String clientVersion concode_elem_sep String submissionUrl concode_elem_sep String user concode_...
Scrobbler function ( String arg0 , String arg1 , String arg2 ) { return new Scrobbler ( arg0 , arg1 , arg2 ) ; }
21,483
method format string concode_field_sep String specialSaveChars concode_elem_sep byte ASCII concode_elem_sep char[] hexDigit concode_elem_sep int LCD_WIDTH concode_elem_sep byte HEX concode_elem_sep char[] space8 concode_field_sep void appendHex concode_elem_sep String toHexString concode_elem_sep String toHexString con...
String function ( String arg0 , boolean arg1 ) { return fillString ( arg0 , LCD_WIDTH , ' ' , arg1 ) ; }
21,484
returns the aws request id from the response metadata section of an aws response . concode_field_sep T result concode_elem_sep ResponseMetadata responseMetadata concode_field_sep void setResponseMetadata concode_elem_sep void setResult concode_elem_sep ResponseMetadata getResponseMetadata concode_elem_sep T getResult
String function ( ) { if ( responseMetadata == null ) return null ; return responseMetadata . getRequestId ( ) ; }
21,485
gets the value of the vmconfiginfo property . concode_field_sep VirtualMachineConfigInfo vmConfigInfo concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setVmConfigInfo
VirtualMachineConfigInfo function ( ) { return vmConfigInfo ; }
21,486
get the mock rwikiobject concode_field_sep int interestedRevision concode_elem_sep ServletRequest request concode_elem_sep RWikiObjectService rwikiObjectService concode_elem_sep RWikiObject mock concode_elem_sep RWikiObject rwikiObject concode_field_sep void init concode_elem_sep void setMock concode_elem_sep void setR...
RWikiObject function ( ) { return mock ; }
21,487
test a point for containment in this fixture . concode_field_sep Object userData concode_elem_sep short[] tmp concode_elem_sep Shape shape concode_elem_sep Filter filter concode_elem_sep Body body concode_elem_sep long addr concode_field_sep float getRestitution concode_elem_sep float jniGetRestitution concode_elem_sep...
boolean function ( float arg0 , float arg1 ) { return jniTestPoint ( addr , arg0 , arg1 ) ; }
21,488
string representation of this object . used mainly for debugging . concode_field_sep Reference objectReference concode_elem_sep int linearTraversalOffset concode_elem_sep Object object concode_field_sep Object getObject concode_elem_sep int hashCode concode_elem_sep int getLinearTraversalOffset concode_elem_sep boolean...
String function ( ) { return objectReference . toString ( ) + "srini_string" + object . toString ( ) ; }
21,489
returns true if field jobs is set has been assigned a value and false otherwise concode_field_sep org.apache.thrift.protocol.TStruct STRUCT_DESC concode_elem_sep String _fieldName concode_elem_sep short _thriftId concode_elem_sep Map<_Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap concode_elem_sep org.ap...
boolean function ( ) { return this . jobs != null ; }
21,490
a complex type that contains name server information . concode_field_sep DelegationSet delegationSet concode_elem_sep String location concode_field_sep void setDelegationSet concode_elem_sep String getLocation concode_elem_sep CreateReusableDelegationSetResult withLocation concode_elem_sep void setLocation concode_elem...
DelegationSet function ( ) { return this . delegationSet ; }
21,491
get classname concode_field_sep String className concode_elem_sep String color concode_field_sep String toIndentedString concode_elem_sep void setColor concode_elem_sep Animal color concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getColor concode_elem_sep Animal className concode_e...
String function ( ) { return className ; }
21,492
logs a warning message . concode_field_sep Date date concode_elem_sep List<Entry> entries concode_elem_sep Level level concode_elem_sep Boolean debugEnabled concode_elem_sep PrintWriter writer concode_elem_sep String category concode_elem_sep Object message concode_elem_sep Throwable error concode_elem_sep DateFormat D...
void function ( Object arg0 ) { warn ( arg0 , null ) ; }
21,493
gets the value of the op property . concode_field_sep StringRuleItemStringOperator op concode_elem_sep String value concode_elem_sep StringKey key concode_field_sep StringKey getKey concode_elem_sep String getValue concode_elem_sep void setOp concode_elem_sep void setValue concode_elem_sep void setKey
StringRuleItemStringOperator function ( ) { return op ; }
21,494
returns the value of parameters field of the structure . concode_field_sep ASN1Sequence ASN1 concode_elem_sep byte[] encoding concode_elem_sep String algorithmName concode_elem_sep byte[] parameters concode_elem_sep String algorithm concode_field_sep String getAlgorithmName concode_elem_sep void getValues concode_elem_...
byte [ ] function ( ) { return parameters ; }
21,495
returns an index for which #valueat would return thespecified key , or a negative number if no keys map to the specified value . beware that this is a linear search , unlike lookups by key , and that multiple keys can map to the same value and this will find only one of them . concode_field_sep Object DELETED concode_e...
int function ( E arg0 ) { if ( mGarbage ) { gc ( ) ; } for ( int loc0 = 0 ; loc0 < mSize ; loc0 ++ ) if ( mValues [ loc0 ] == arg0 ) return loc0 ; return - 1 ; }
21,496
the date and time after which aws kms deletes the customer master key cmk . concode_field_sep java.util.Date deletionDate concode_elem_sep String keyId concode_field_sep ScheduleKeyDeletionResult withKeyId concode_elem_sep String getKeyId concode_elem_sep int hashCode concode_elem_sep void setKeyId concode_elem_sep boo...
void function ( java . util . Date arg0 ) { this . deletionDate = arg0 ; }
21,497
gets key store password . concode_field_sep char[] trustStorePwd concode_elem_sep String keyStoreType concode_elem_sep char[] keyStorePwd concode_elem_sep String trustStoreType concode_elem_sep long serialVersionUID concode_elem_sep String DFLT_SSL_PROTOCOL concode_elem_sep X509Certificate[] CERTS concode_elem_sep Stri...
char [ ] function ( ) { return keyStorePwd ; }
21,498
inserts a node into a child subtree as a particularly positioned sibling taking care to properly reorganize the tree to account for this new addition . concode_field_sep FilterPredicate predicate concode_elem_sep List collectedNodes concode_field_sep AST getLastSibling concode_elem_sep AST findTypeInChildren concode_el...
AST function ( AST arg0 , AST arg1 ) { arg0 . setNextSibling ( arg1 . getNextSibling ( ) ) ; arg1 . setNextSibling ( arg0 ) ; return arg0 ; }
21,499
returns the creator class p k of this microblogs entry . concode_field_sep MicroblogsEntry _microblogsEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean...
long function ( ) { return _microblogsEntry . getCreatorClassPK ( ) ; }