idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
20,300
returns the video height . concode_field_sep int width concode_elem_sep long serialVersionUID concode_elem_sep int height concode_field_sep String toString concode_elem_sep int getWidth
int function ( ) { return height ; }
20,301
returns the system value type . concode_field_sep VObjectEventSupport objectEventSupport_ concode_elem_sep String VALUE_PROPERTY concode_elem_sep VObject[] children_ concode_elem_sep SystemValue systemValue_ concode_elem_sep String copyright concode_elem_sep WorkingEventSupport workingEventSupport_ concode_elem_sep VOb...
int function ( ) { return systemValue_ . getType ( ) ; }
20,302
returns the address of this route . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Route flipTlsMode concode_elem_sep Proxy getProxy concode_elem_sep InetSocketAddress getSocketAddress concode_elem_...
Address function ( ) { return address ; }
20,303
get the values in the map , in order concode_field_sep List<K> unmodifyDirty concode_elem_sep boolean dirtyListGenerated concode_elem_sep HashSet<K> dirtyListTemp concode_elem_sep Map<K,V> unmodifyLive concode_elem_sep ArrayList<K> dirtyList concode_elem_sep Map<K,V> unmodifySnapshot concode_elem_sep Collection<V> unmo...
Collection < V > function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
20,304
returns true if the target operating system is mac os x or darwin . concode_field_sep String[] headerExtensions concode_elem_sep int DEFAULT_PROCESS_BID concode_elem_sep String[] sourceExtensions concode_elem_sep int DEFAULT_DISCARD_BID concode_field_sep String getOSArch concode_elem_sep String getOSName concode_elem_s...
boolean function ( ) { String loc0 = getOSName ( ) ; return "srini_string" . equals ( loc0 ) ; }
20,305
encodes the given string into a caverphone value . concode_field_sep Caverphone2 encoder concode_field_sep Object encode concode_elem_sep String encode concode_elem_sep boolean isCaverphoneEqual
String function ( final String arg0 ) { return this . encoder . encode ( arg0 ) ; }
20,306
gets the value of the month property . concode_field_sep Integer month concode_elem_sep Integer rate concode_field_sep void setMonth concode_elem_sep Integer getRate concode_elem_sep void setRate
Integer function ( ) { return month ; }
20,307
sets the user uuid of this social request . concode_field_sep SocialRequest _socialRequest concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int compareTo...
void function ( java . lang . String arg0 ) { _socialRequest . setUserUuid ( arg0 ) ; }
20,308
returns whether the lines match between this instance and the one given . concode_field_sep int address concode_elem_sep int line concode_elem_sep SourcePosition NO_INFO concode_elem_sep CstString sourceFile concode_field_sep boolean sameLineAndFile concode_elem_sep int hashCode concode_elem_sep CstString getSourceFile...
boolean function ( SourcePosition arg0 ) { return ( line == arg0 . line ) ; }
20,309
configure how long , in seconds , the response from a pre-flight request can be cached by clients . by default this is not set . concode_field_sep List<HttpMethod> resolvedMethods concode_elem_sep List<String> allowedOrigins concode_elem_sep Long maxAge concode_elem_sep List<String> exposedHeaders concode_elem_sep List...
void function ( Long arg0 ) { this . maxAge = arg0 ; }
20,310
returns the total free memory as double between 1.0 and 0.0 . 0.0 means that there is no free memory available . 1.0 means that the memory is completely free . note that this function also takes the memory into account that the vm will allocate , if more memory is required . concode_field_sep double BIG_VALUE concode_e...
double function ( ) { long loc0 = Runtime . getRuntime ( ) . totalMemory ( ) ; long loc1 = Runtime . getRuntime ( ) . maxMemory ( ) ; long loc2 = Runtime . getRuntime ( ) . freeMemory ( ) ; return ( loc1 - loc0 + loc2 ) / ( double ) loc1 ; }
20,311
requests , in a jdk 1.1 compliant way , that the file or directory denoted by the given abstract pathname be deleted when the virtual machine terminates . deletion will be attempted only for jdk 1.2 and greater runtime environments and only upon normal termination of the virtual machine , as defined by the java languag...
void function ( File arg0 ) { JavaSystem . deleteOnExit ( arg0 ) ; }
20,312
two scenes are equal only if their scenecontainer is the same . concode_field_sep T sceneContainer concode_elem_sep DomainModel domainModel concode_elem_sep String name concode_elem_sep String description concode_elem_sep List<DomainModel> oldDomainModels concode_field_sep void setDomainModel concode_elem_sep DomainMod...
boolean function ( Scene < ? > arg0 ) { return sceneContainer . equals ( arg0 . getSceneContainer ( ) ) ; }
20,313
removes the matching roles associated with the user . the user is reindexed after the roles are removed . concode_field_sep RoleService _roleService concode_field_sep java.util.List<com.liferay.portal.model.Role> getUserRelatedRoles concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.model.Role ...
void function ( long arg0 , long [ ] arg1 ) { _roleService . unsetUserRoles ( arg0 , arg1 ) ; }
20,314
check the page index to see if there is a search result . 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...
boolean function ( int arg0 ) { return searchResultCache . get ( arg0 ) != null ; }
20,315
determines if commands are currently being executed or not . concode_field_sep AlternateUIInteractionVersionWrapper alternateUIInteractionVersionWrapper concode_elem_sep Map<GradleTabVersion1,GradleTabVersionWrapper> tabMap concode_elem_sep U basicGradleUI concode_elem_sep GradleInterfaceVersion1 gradleInterfaceWrapper...
boolean function ( ) { return getGradleUI ( ) . isBusy ( ) ; }
20,316
returns a title suitable for display or null . concode_field_sep Uri mIconUri concode_elem_sep Bitmap mIcon concode_elem_sep Bundle mExtras concode_elem_sep String mMediaId concode_elem_sep CharSequence mSubtitle concode_elem_sep CharSequence mTitle concode_elem_sep CharSequence mDescription concode_elem_sep Parcelable...
CharSequence function ( ) { return mTitle ; }
20,317
an java.util.concurrent.executor that executes tasks containedin parallel . concode_field_sep Executor immediate concode_elem_sep ThreadLocal<Integer> executionDepth concode_elem_sep ExecutorService background concode_elem_sep BoltsExecutors INSTANCE concode_elem_sep int MAX_DEPTH concode_field_sep boolean isAndroidRun...
ExecutorService function ( ) { return INSTANCE . background ; }
20,318
test of getvalue method , of class parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testPercentEncode concode_elem_sep void testToString concode_elem_sep void testGetKey concode_elem_sep void testCompareTo concode_elem_sep void setUp concode_elem_sep void tea...
void function ( ) { System . out . println ( "srini_string" ) ; Parameter loc0 = new Parameter ( "srini_string" , "srini_string" ) ; String loc1 = "srini_string" ; String loc2 = loc0 . getValue ( ) ; assertEquals ( loc1 , loc2 ) ; }
20,319
returns the interval . concode_field_sep Double latitude concode_elem_sep String thingUid concode_elem_sep Integer interval concode_elem_sep String geolocation concode_elem_sep Double longitude concode_field_sep void parseGeoLocation concode_elem_sep Double toDouble concode_elem_sep Double getLongitude concode_elem_sep...
Integer function ( ) { return interval ; }
20,320
sets the username used to login with concode_field_sep String ipAddress concode_elem_sep String userName concode_elem_sep int retryPolling concode_field_sep String getIpAddress concode_elem_sep String getUserName concode_elem_sep int getRetryPolling concode_elem_sep void setRetryPolling concode_elem_sep void setIpAddre...
void function ( String arg0 ) { this . userName = arg0 ; }
20,321
remove the cache for the given container concode_field_sep String collectionSelect concode_elem_sep String communitySelect concode_elem_sep Logger log concode_elem_sep String communityInsert concode_elem_sep String collectionRemove concode_elem_sep String communityRemove concode_elem_sep String collectionInsert concode...
void function ( DSpaceObject arg0 ) { if ( arg0 instanceof Collection ) { removeCollection ( ( Collection ) arg0 ) ; } else if ( arg0 instanceof Community ) { removeCommunity ( ( Community ) arg0 ) ; } else { throw new ItemCountException ( "srini_string" ) ; } }
20,322
this method is used to get the actual phase object given in the phase array list concode_field_sep List phaseList concode_field_sep void addHandler concode_elem_sep boolean phaseExists
Phase function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < phaseList . size ( ) ; loc0 ++ ) { Phase loc1 = ( Phase ) phaseList . get ( loc0 ) ; if ( loc1 . getPhaseName ( ) . equals ( arg0 ) ) { return loc1 ; } } return null ; }
20,323
returns the consumer key of this o auth consumer . concode_field_sep OAuthConsumer _oAuthConsumer concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.S...
java . lang . String function ( ) { return _oAuthConsumer . getConsumerKey ( ) ; }
20,324
ensures that the bytes of this key are set to zero when there are no more references to it . concode_field_sep long serialVersionUID concode_elem_sep byte[] key concode_field_sep byte[] getEncoded concode_elem_sep int hashCode concode_elem_sep String getAlgorithm concode_elem_sep boolean equals concode_elem_sep String ...
void function ( ) { try { if ( this . key != null ) { java . util . Arrays . fill ( this . key , ( byte ) 0x00 ) ; this . key = null ; } } finally { super . finalize ( ) ; } }
20,325
invalidate the tuple at the given row . concode_field_sep Graph m_graph concode_elem_sep Class m_tupleType concode_elem_sep TupleManager m_tuples concode_elem_sep IntIterator m_rows concode_elem_sep Table m_table concode_field_sep Object next concode_elem_sep void init concode_elem_sep Iterator iterator concode_elem_se...
void function ( int arg0 ) { if ( m_tuples == null || arg0 < 0 || arg0 >= m_tuples . length ) { return ; } else if ( m_tuples [ arg0 ] != null ) { m_tuples [ arg0 ] . invalidate ( ) ; m_tuples [ arg0 ] = null ; } }
20,326
adds a warning message to the default log concode_field_sep Log log concode_elem_sep ServerProfile server_profile concode_elem_sep String Loop_Tag concode_elem_sep SipProvider sip_provider concode_field_sep void processRequestToRemoteUA concode_elem_sep boolean isResponsibleFor concode_elem_sep boolean isResponsibleFor...
void function ( String arg0 , int arg1 ) { printLog ( "srini_string" + arg0 , arg1 ) ; }
20,327
unique identifier of the key used to originally encrypt the data . concode_field_sep java.nio.ByteBuffer ciphertextBlob concode_elem_sep String keyId concode_elem_sep String sourceKeyId concode_field_sep ReEncryptResult withCiphertextBlob concode_elem_sep void setSourceKeyId concode_elem_sep ReEncryptResult withKeyId c...
String function ( ) { return this . sourceKeyId ; }
20,328
this is used to determine whether the part body has been read from the cursor successfully . in order to determine if all of the bytes have been read successfully this will check to see of the terminal token had been consumed . concode_field_sep BoundaryConsumer boundary concode_elem_sep ByteConsumer consumer concode_f...
boolean function ( ) { if ( boundary . isEnd ( ) ) { return true ; } return consumer . isFinished ( ) ; }
20,329
test the `` default '' ip addresses is the local ip addr concode_field_sep String DEFAULT concode_elem_sep String DUMMY_HOSTNAME concode_elem_sep String INVALID_DNS_SERVER concode_elem_sep Log LOG concode_field_sep void testDefaultDnsServer concode_elem_sep InetAddress getLocalIPAddr concode_elem_sep void testGetLocalH...
void function ( ) { String [ ] loc0 = DNS . getIPs ( DEFAULT ) ; assertEquals ( "srini_string" , 1 , loc0 . length ) ; assertEquals ( getLocalIPAddr ( ) . getHostAddress ( ) , loc0 [ 0 ] . toString ( ) ) ; String loc1 = DNS . getDefaultIP ( DEFAULT ) ; assertEquals ( loc1 , loc0 [ 0 ] . toString ( ) ) ; }
20,330
get start date concode_field_sep Properties m_ctx concode_elem_sep ArrayList<AdempiereServer> m_servers concode_elem_sep AdempiereServerMgr m_serverMgr concode_elem_sep Timestamp m_start concode_elem_sep CLogger log concode_field_sep AdempiereServer getServer concode_elem_sep boolean startAll concode_elem_sep Adempiere...
Timestamp function ( ) { return m_start ; }
20,331
returns the needtodroplf . concode_field_sep T headPointer concode_elem_sep int mode concode_elem_sep boolean quirks concode_elem_sep T formPointer concode_elem_sep StackNode<T>[] stack concode_elem_sep boolean framesetOk concode_elem_sep boolean needToDropLF concode_elem_sep T deepTreeSurrogateParent concode_elem_sep ...
boolean function ( ) { return needToDropLF ; }
20,332
add a new creditor and the corresponding debitors . concode_field_sep int memberCountCache concode_elem_sep List<BillMember> creditors concode_elem_sep List<List<BillMember>> debitorLists concode_field_sep int getMemberCount concode_elem_sep List<Payment> extractPayments concode_elem_sep double getSum concode_elem_sep ...
void function ( BillMember arg0 , List < BillMember > arg1 ) { creditors . add ( arg0 ) ; debitorLists . add ( arg1 ) ; }
20,333
print a the error message passed as parameter on system.err . concode_field_sep String ERROR_PREFIX concode_elem_sep String WARN_PREFIX concode_elem_sep boolean firstTime concode_field_sep void activateOptions concode_elem_sep void setLogger concode_elem_sep void setBackupAppender concode_elem_sep void setAppender
void function ( String arg0 ) { if ( firstTime ) { LogLog . error ( arg0 ) ; firstTime = false ; } }
20,334
find and return an existing imagecache stored in a retainfragment , if not found a new one is created with defaults and saved to a retainfragment . concode_field_sep int diskCacheSize concode_elem_sep boolean DEFAULT_DISK_CACHE_ENABLED concode_elem_sep String TAG concode_elem_sep boolean memoryCacheEnabled concode_elem...
ImageCache function ( final FragmentActivity arg0 , final String arg1 ) { return findOrCreateCache ( arg0 , new ImageCacheParams ( arg1 ) ) ; }
20,335
creates an xmpdatetime from an iso 8601 string . concode_field_sep TimeZone UTC concode_field_sep XMPDateTime getCurrentDateTime concode_elem_sep XMPDateTime setLocalTimeZone concode_elem_sep XMPDateTime convertToLocalTime concode_elem_sep XMPDateTime create concode_elem_sep XMPDateTime create concode_elem_sep XMPDateT...
XMPDateTime function ( String arg0 ) { return new XMPDateTimeImpl ( arg0 ) ; }
20,336
compara dos aristas iguales por peso concode_field_sep T vertice2 concode_elem_sep int peso concode_elem_sep long serialVersionUID concode_elem_sep T vertice1 concode_field_sep int getPeso concode_elem_sep void setVertice2 concode_elem_sep void setVertice1 concode_elem_sep boolean equals concode_elem_sep T getVertice2 ...
int function ( Arista < T > arg0 ) { return peso - arg0 . peso ; }
20,337
adds the service component to the database . also notifies the appropriate model listeners . concode_field_sep ServiceComponentLocalService _serviceComponentLocalService concode_field_sep void upgradeDB concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep c...
com . liferay . portal . kernel . model . ServiceComponent function ( com . liferay . portal . kernel . model . ServiceComponent arg0 ) { return _serviceComponentLocalService . addServiceComponent ( arg0 ) ; }
20,338
sets the internalized error message to be used in case validation fails . concode_field_sep Map<String,Object> values concode_elem_sep String name concode_elem_sep String errorMessage concode_elem_sep boolean crossValidation concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Map<String,Obje...
void function ( String arg0 ) { this . errorMessage = arg0 ; }
20,339
add an element to the overflow list . concode_field_sep int TLV_META_TYPE_STRING concode_elem_sep int TLV_META_TYPE_UINT concode_elem_sep List overflowList concode_elem_sep int TLV_META_TYPE_NONE concode_elem_sep int TLV_META_TYPE_BOOL concode_elem_sep List typeOrder concode_elem_sep Map valueMap concode_elem_sep int T...
void function ( int arg0 , Object arg1 ) { overflowList . add ( new Integer ( arg0 ) ) ; overflowList . add ( arg1 ) ; }
20,340
removes the given string if it is at the start of the focal string . concode_field_sep TrackerProperties COMMENT_TRACKER concode_elem_sep String string concode_field_sep boolean removeComments concode_elem_sep Set<String> removePayload concode_elem_sep boolean removeEnd concode_elem_sep Set<String> removeEnd concode_el...
boolean function ( String arg0 ) { boolean loc0 = string . startsWith ( arg0 ) ; this . string = StringUtils . removeStart ( string , arg0 ) ; return loc0 ; }
20,341
get current cluster status . concode_field_sep Path sysDir concode_elem_sep Path jobHistoryDir concode_elem_sep ClientProtocolProvider clientProtocolProvider concode_elem_sep UserGroupInformation ugi concode_elem_sep Log LOG concode_elem_sep ServiceLoader<ClientProtocolProvider> frameworkLoader concode_elem_sep ClientP...
ClusterMetrics function ( ) { return client . getClusterMetrics ( ) ; }
20,342
fast dp solution . concode_field_sep PlaceHolder placeHolder concode_field_sep void main
int function ( int arg0 [ ] ) { int loc0 = 0 ; int loc1 = arg0 [ 0 ] ; for ( int loc2 = 1 ; loc2 < arg0 . length ; loc2 ++ ) { int loc3 = loc1 ; loc1 = Math . max ( loc0 + arg0 [ loc2 ] , loc1 ) ; loc0 = loc3 ; } return loc1 ; }
20,343
records that ` hostname ' is known not to have any associated addresses . i.e. insert a negative cache entry . concode_field_sep long expiryNanos concode_elem_sep long TTL_NANOS concode_elem_sep BasicLruCache<String,AddressCacheEntry> cache concode_elem_sep int MAX_ENTRIES concode_elem_sep Object value concode_field_se...
void function ( String arg0 , String arg1 ) { cache . put ( arg0 , new AddressCacheEntry ( arg1 ) ) ; }
20,344
return the key associated with this collection . concode_field_sep boolean first concode_elem_sep PriorityQueue<ComposableRecordReader<K,?>> q concode_elem_sep ResetableIterator<X>[] iters concode_elem_sep WritableComparator cmp concode_elem_sep JoinCollector jc concode_elem_sep Configuration conf concode_elem_sep Clas...
K function ( ) { return key ; }
20,345
returns the distance from this mutableint2d to the specified point . concode_field_sep int x concode_elem_sep int y concode_field_sep int getX concode_elem_sep String toCoordinates concode_elem_sep long manhattanDistance concode_elem_sep long manhattanDistance concode_elem_sep long manhattanDistance concode_elem_sep in...
double function ( final Int2D arg0 ) { final double loc0 = ( double ) this . x - arg0 . x ; final double loc1 = ( double ) this . y - arg0 . y ; return Math . sqrt ( loc0 * loc0 + loc1 * loc1 ) ; }
20,346
the getmap request wrapped by the getfeatureinfo one concode_field_sep FilterFactory2 ff concode_elem_sep double scaleDenominator concode_elem_sep ReferencedEnvelope bbox concode_elem_sep List<Filter> filters concode_elem_sep CoordinateReferenceSystem requestedCRS concode_elem_sep int maxFeatures concode_elem_sep List<...
GetMapRequest function ( ) { return getMapReq ; }
20,347
truncates the date assuming it 's in the specified timezone . concode_field_sep String GENERAL_TIMEZONE concode_elem_sep String[] PATTERNS concode_elem_sep String FULL_FORMAT concode_field_sep Date createDateFromString concode_elem_sep String formatDate concode_elem_sep String formatDate concode_elem_sep String createS...
Date function ( final Date arg0 , final String arg1 ) { return truncDate ( arg0 , arg1 , Calendar . DATE ) ; }
20,348
gets the value of the sku property . concode_field_sep BigInteger kitId concode_elem_sep String dealerCode concode_elem_sep long serialVersionUID concode_elem_sep String sku concode_field_sep void setDealerCode concode_elem_sep BigInteger getKitId concode_elem_sep void setSku concode_elem_sep void setKitId concode_elem...
String function ( ) { return sku ; }
20,349
this method resets the incoming events time events included . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep void exit concode_elem_sep void exitAction concode_elem_sep boolean isStateActive concode_elem_sep...
void function ( ) { }
20,350
create a new stack frame for the execution of this method . concode_field_sep List<PseudoOp> contents concode_elem_sep int nTemps concode_elem_sep String name concode_elem_sep List<Declaration> decls concode_field_sep void setTemps concode_elem_sep void resolveMethodReferences concode_elem_sep String getName concode_el...
StackFrame function ( ) { return new StackFrame ( decls , nTemps ) ; }
20,351
return a resource map for a generic resource type concode_field_sep String TYPE_FIELD concode_elem_sep String GENERIC_RESOURCE_TYPE_NAME concode_elem_sep String TYPE_KIND_FIELD concode_field_sep Set<Attribute> projectContext concode_elem_sep Map<String,String> resource concode_elem_sep Map<String,String> resource conco...
Map < String , Object > function ( String arg0 ) { return resourceTypeRule ( arg0 , null ) ; }
20,352
set the minimum value of this axis . either a date or numeral . if null , interpreted on the client from the x/y values of the series or from the explicit ticks given . concode_field_sep Boolean sortMergedLabels concode_elem_sep Boolean forceTickAt0 concode_elem_sep Object max concode_elem_sep String[] ticks concode_el...
void function ( String arg0 ) { this . min = arg0 ; }
20,353
returns the error message of the job . concode_field_sep Process proc concode_elem_sep String filename concode_elem_sep JobStatus status concode_elem_sep Logger log concode_elem_sep ArrayList<String> procCommands concode_elem_sep String error concode_elem_sep String description concode_elem_sep ProcessBuilder procBuild...
String function ( ) { return error ; }
20,354
returns true if this is a spdy connection . such connections can be used in multiple http requests simultaneously . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection sp...
boolean function ( ) { return spdyConnection != null ; }
20,355
swap two items needed to implement the sortable interface concode_field_sep int count concode_elem_sep int hostLanguage concode_elem_sep SortKeyEvaluator sortKeyEvaluator concode_elem_sep XPathContext context concode_elem_sep Object[] nodeKeys concode_elem_sep int position concode_elem_sep SequenceIterator base concode...
void function ( int arg0 , int arg1 ) { int loc0 = arg0 * recordSize ; int loc1 = arg1 * recordSize ; for ( int loc2 = 0 ; loc2 < recordSize ; loc2 ++ ) { Object loc3 = nodeKeys [ loc0 + loc2 ] ; nodeKeys [ loc0 + loc2 ] = nodeKeys [ loc1 + loc2 ] ; nodeKeys [ loc1 + loc2 ] = loc3 ; } }
20,356
add batch statistics object to the existing list . concode_field_sep String product concode_elem_sep String paymentMethod concode_elem_sep Date settlementTimeUTC concode_elem_sep String batchId concode_elem_sep SettlementStateType settlementState concode_elem_sep String marketType concode_elem_sep Date settlementTimeLo...
void function ( BatchStatistics arg0 ) { if ( this . batchStatisticsList == null ) { this . batchStatisticsList = new ArrayList < BatchStatistics > ( ) ; } this . batchStatisticsList . add ( arg0 ) ; }
20,357
answer a boolean indicating whether the passed child is a descendent of one or more members of the passed resources collection concode_field_sep List resourcesToExport concode_elem_sep String EXPORT_TITLE concode_elem_sep IResource resource concode_elem_sep List errorTable concode_elem_sep boolean clearSourceConnection...
boolean function ( List arg0 , IResource arg1 ) { if ( arg1 . getType ( ) == IResource . PROJECT ) return false ; IResource loc0 = arg1 . getParent ( ) ; if ( arg0 . contains ( loc0 ) ) return true ; return isDescendent ( arg0 , loc0 ) ; }
20,358
returns a date object from a calendar . concode_field_sep double J1970 concode_elem_sep double MILLISECONDS_PER_DAY concode_field_sep double midnightDateToJulianDate concode_elem_sep double endOfDayDateToJulianDate concode_elem_sep Calendar toCalendar concode_elem_sep Calendar truncateToMidnight concode_elem_sep Range ...
Date function ( Calendar arg0 ) { return arg0 == null ? null : arg0 . getTime ( ) ; }
20,359
set the feature source concode_field_sep HashMap<String,Qualifier> Qualifiers concode_elem_sep String source concode_elem_sep Comparator<FeatureInterface<?,?>> LENGTH concode_elem_sep FeatureInterface<S,C> parentFeature concode_elem_sep String type concode_elem_sep Comparator<FeatureInterface<?,?>> LOCATION_LENGTH conc...
void function ( String arg0 ) { this . source = arg0 ; }
20,360
error while parsing mimeheaders for content-type concode_field_sep Localizer localizer concode_elem_sep LocalizableMessageFactory messageFactory concode_field_sep String XML_GET_SOURCE_ERR concode_elem_sep Localizable localizableXML_CONTENT_TYPE_MUSTBE_MULTIPART concode_elem_sep Localizable localizableXML_SET_PAYLOAD_E...
String function ( ) { return localizer . localize ( localizableXML_CONTENT_TYPE_PARSE_ERR ( ) ) ; }
20,361
returns the web d a v props where classnameid = &#63; and classpk = &#63; or returns null if it could not be found , optionally using the finder cache . concode_field_sep WebDAVPropsPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_s...
WebDAVProps function ( long arg0 , long arg1 , boolean arg2 ) { return getPersistence ( ) . fetchByC_C ( arg0 , arg1 , arg2 ) ; }
20,362
called before the index shard gets deleted from disk note : this method is only executed on the first attempt of deleting the shard . retries are will not invoke this method . concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClosed concode_elem_sep...
void function ( ShardId arg0 , @ IndexSettings Settings arg1 ) { }
20,363
set the request code use when launching the settings screen for result , can be retrieved in the calling activity 's activity #onactivityresult int , int , intent method.default is #default_settings_req_code . concode_field_sep String mNegativeButtonText concode_elem_sep Object mActivityOrFragment concode_elem_sep int ...
Builder function ( int arg0 ) { mRequestCode = arg0 ; return this ; }
20,364
set subject concode_field_sep String lastName concode_elem_sep String firstName concode_elem_sep String emailAddress concode_elem_sep String subject concode_elem_sep String toEmailAddress concode_elem_sep HelpManager helpManager concode_elem_sep String userName concode_elem_sep String content concode_elem_sep EmailServ...
void function ( String arg0 ) { this . subject = arg0 ; }
20,365
sets the maximum size to which the log file can grow before being automatically checkpointed . concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void checkpoint concode_elem_sep void releaseLock concode_elem_sep void openLog concode_elem_sep boolean closeLog concode_elem_sep boolean hasLog conco...
void function ( int arg0 ) { if ( lLog != null ) { lLog . setLogSize ( arg0 ) ; } }
20,366
convert byte to unsigned int . concode_field_sep boolean DEBUG concode_elem_sep int accessCount concode_elem_sep InnerClassAccess access concode_elem_sep byte[] instructionList concode_elem_sep JavaClass javaClass concode_elem_sep String methodName concode_elem_sep Map<String,Map<String,InnerClassAccess>> classToAccess...
int function ( byte arg0 ) { int loc0 = arg0 & 0x7F ; if ( ( arg0 & 0x80 ) != 0 ) { loc0 |= 0x80 ; } return loc0 ; }
20,367
set line numbering on or off concode_field_sep String systemId concode_elem_sep boolean lineNumbering concode_elem_sep boolean started concode_elem_sep int STANDARD_TREE concode_elem_sep int TINY_TREE_CONDENSED concode_elem_sep NodeInfo currentRoot concode_elem_sep int UNSPECIFIED_TREE_MODEL concode_elem_sep NamePool n...
void function ( boolean arg0 ) { this . lineNumbering = arg0 ; }
20,368
write a user-specified 512-byte block . for efficiency , write int should be used when writing file body content . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_...
void function ( byte [ ] arg0 ) { if ( arg0 . length != 512 ) { throw new IllegalArgumentException ( RB . bad_block_write_len . getString ( arg0 . length ) ) ; } write ( arg0 , arg0 . length ) ; }
20,369
wrapper method . creates lens model wrappers : objects of org.apache.lens.server.model.lensresourcemethod and org.apache.lens.server.model.lenscontainerrequest . and calls function of same name with those objects as arguments . concode_field_sep Map<String,MethodMetrics> methodMetricsMap concode_elem_sep MetricRegistry...
String function ( ResourceMethod arg0 , ContainerRequest arg1 ) { return getUniqueName ( new LensResourceMethod ( arg0 ) , new LensContainerRequest ( arg1 ) ) ; }
20,370
retrieves the density of the material in g/cm ^ 3 concode_field_sep String name concode_elem_sep double CTValue concode_elem_sep WeightedAtomicComposition comp concode_elem_sep long serialVersionUID concode_elem_sep double density concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashC...
double function ( ) { return density ; }
20,371
add method puts the new value in the next memory entry . concode_field_sep MemoryEntry[] entries concode_elem_sep int address concode_elem_sep String data concode_elem_sep int size concode_elem_sep int length concode_elem_sep int j concode_field_sep int leng concode_elem_sep void print concode_elem_sep String find conc...
void function ( String arg0 , int arg1 , int arg2 ) { entries [ size ] . arg0 = arg0 ; entries [ size ] . arg2 = arg2 ; entries [ size ++ ] . arg1 = arg1 ; }
20,372
the list of aggregation s. concode_field_sep Map<String,Aggregation> aggregationsAsMap concode_elem_sep InternalAggregations EMPTY concode_elem_sep List<InternalAggregation> aggregations concode_elem_sep String AGGREGATIONS concode_field_sep InternalAggregations reduce concode_elem_sep void writeTo concode_elem_sep Ite...
List < Aggregation > function ( ) { return aggregations . stream ( ) . map ( ( p ) -> ( Aggregation ) p ) . collect ( Collectors . toList ( ) ) ; }
20,373
records the opening of a most visited item . concode_field_sep long mNativeMostVisitedSitesBridge concode_field_sep void recordTileTypeMetrics concode_elem_sep long nativeInit concode_elem_sep void onIconMadeAvailable concode_elem_sep void destroy concode_elem_sep void nativeDestroy concode_elem_sep void nativeRecordOp...
void function ( int arg0 , int arg1 , int arg2 ) { nativeRecordOpenedMostVisitedItem ( mNativeMostVisitedSitesBridge , arg0 , arg1 , arg2 ) ; }
20,374
the relevance score of a suggested match . concode_field_sep Long score concode_elem_sep String suggestion concode_elem_sep String id concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep SuggestionMatch clone concode_elem_sep SuggestionMatch withSuggestion concode_elem_sep void setId concode_...
Long function ( ) { return this . score ; }
20,375
receives serial port events and reads serial port data concode_field_sep int baudRate concode_elem_sep Logger logger concode_elem_sep String serialPortName concode_elem_sep BufferedReader serialInput concode_elem_sep SerialPort serialPort concode_elem_sep DSCAlarmConnectorType connectorType concode_elem_sep OutputStrea...
void function ( SerialPortEvent arg0 ) { if ( arg0 . getEventType ( ) == SerialPortEvent . DATA_AVAILABLE ) { try { String loc0 = serialInput . readLine ( ) ; handleIncomingMessage ( loc0 ) ; } catch ( IOException loc0 ) { logger . error ( "srini_string" , loc0 ) ; } } }
20,376
gets the customer point of contact table primary id . concode_field_sep String phoneNumber concode_elem_sep String address concode_elem_sep String name concode_elem_sep Long id concode_elem_sep String email concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setEmail concode_elem_sep vo...
Long function ( ) { return id ; }
20,377
removes all sessions registered with this sessionmanager . concode_field_sep int sessionIdCount concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep boolean isUserActive concode_elem_sep void removeSchemaReference concode_elem_sep Session ne...
void function ( ) { sessionMap . clear ( ) ; }
20,378
remove common neutral words from the set like `` the '' , `` and '' , `` to '' , etc. . concode_field_sep PlaceHolder placeHolder concode_field_sep void toLowercase concode_elem_sep void removePunctuation concode_elem_sep void addAdjacents concode_elem_sep Set<String> parse concode_elem_sep void splitPunctuation concod...
void function ( Set < String > arg0 ) { String [ ] loc0 = { "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srin...
20,379
reads a type byte and returns the corresponding type . concode_field_sep ThreadLocal<TypedBytesInput> TB_IN concode_elem_sep DataInput in concode_field_sep TreeMap readMap concode_elem_sep byte[] readRawDouble concode_elem_sep ArrayList readVector concode_elem_sep int readMapHeader concode_elem_sep List readList concod...
Type function ( ) { int loc0 = - 1 ; try { loc0 = in . readUnsignedByte ( ) ; } catch ( EOFException loc1 ) { return null ; } for ( Type loc1 : Type . values ( ) ) { if ( loc1 . loc0 == loc0 ) { return loc1 ; } } return null ; }
20,380
converts rectangular coordinates to polar sstl concode_field_sep PlaceHolder placeHolder concode_field_sep double tan concode_elem_sep double constant concode_elem_sep double max concode_elem_sep double log concode_elem_sep double cos concode_elem_sep double acos concode_elem_sep Value lowest concode_elem_sep double at...
double function ( double arg0 , double arg1 ) { return java . lang . Math . atan2 ( arg0 , arg1 ) ; }
20,381
create a builder for ring buffers that use the supplied executor to create threads for each consumer instance . the ring buffer will allow entries to be added from multiple threads . concode_field_sep String DEFAULT_NAME concode_elem_sep boolean singleProducer concode_elem_sep ConsumerAdapter<T,C> adapter concode_elem_...
RingBufferBuilder < T , C > function ( Executor arg0 , Class < T > arg1 ) { return new RingBufferBuilder < > ( arg0 , StandardConsumerAdapter . < T , C > create ( ) ) . multipleProducers ( ) ; }
20,382
initializes the context attribute used to bind the web application context to the servletcontext . concode_field_sep Context jettyContext concode_elem_sep Logger log concode_elem_sep ApplicationContext ctx concode_elem_sep String contextAttribute concode_field_sep void setApplicationContext concode_elem_sep void postCo...
void function ( String arg0 ) { this . contextAttribute = arg0 ; }
20,383
set whether the ehcache cachemanager should be shared as a singleton at the vm level or independent typically local within the application . default is `` false '' , creating an independent instance . concode_field_sep int DEFAULT_CACHE_MAX_OBJECTS concode_elem_sep boolean shared concode_elem_sep Boolean cacheEnabled c...
void function ( boolean arg0 ) { this . shared = arg0 ; }
20,384
sets the httpauthorizationheader value for this oauthinfo . concode_field_sep java.lang.String httpAuthorizationHeader concode_elem_sep java.lang.String httpRequestUrl concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String httpMethod concode_elem_sep org...
void function ( java . lang . String arg0 ) { this . httpAuthorizationHeader = arg0 ; }
20,385
return the underlying target object . concode_field_sep boolean isResource concode_elem_sep Object target concode_field_sep boolean isResource
Object function ( ) { return target ; }
20,386
producer operation to do on kubernetes concode_field_sep int poolSize concode_elem_sep String caCertData concode_elem_sep String oauthToken concode_elem_sep String clientKeyAlgo concode_elem_sep String clientCertFile concode_elem_sep String password concode_elem_sep String apiVersion concode_elem_sep String clientKeyDa...
String function ( ) { return operation ; }
20,387
the identifier of the group to which this source is associated . concode_field_sep Map<String,ConfigurationMetadataProperty> properties concode_elem_sep String sourceType concode_elem_sep String groupId concode_elem_sep String description concode_elem_sep String sourceMethod concode_elem_sep String shortDescription con...
String function ( ) { return this . groupId ; }
20,388
throws any parse error that was reported to this handler . the exception is always cleared before this method returns . concode_field_sep int level concode_elem_sep int FATAL concode_elem_sep int ERROR concode_elem_sep SAXParseException err concode_elem_sep int WARNING concode_field_sep SAXParseException getException c...
void function ( ) { if ( err != null ) { SAXParseException loc0 = err ; err = null ; throw loc0 ; } }
20,389
gets the status value for this ratecard . concode_field_sep com.google.api.ads.dfp.axis.v201408.DateTime lastModifiedDateTime concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_elem_sep java.lang.String...
com . google . api . ads . dfp . axis . v201408 . RateCardStatus function ( ) { return status ; }
20,390
return the state of the deployment unit this module instance belongs to . concode_field_sep DeploymentUnitStatus.State deploymentStatus concode_elem_sep String unitName concode_elem_sep ModuleType moduleType concode_elem_sep Properties moduleOptions concode_elem_sep int index concode_elem_sep Id id concode_elem_sep Str...
DeploymentUnitStatus . State function ( ) { return deploymentStatus ; }
20,391
returns the osgi service identifier . concode_field_sep ServiceTracker<KBTemplateService,KBTemplateService> _serviceTracker concode_field_sep com.liferay.knowledge.base.model.KBTemplate updateKBTemplate concode_elem_sep int getGroupKBTemplatesCount concode_elem_sep com.liferay.knowledge.base.model.KBTemplateSearchDispl...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
20,392
gets the expression of the then part at the given index . concode_field_sep List then concode_elem_sep Expression elseExpression concode_elem_sep Class type concode_field_sep Expression getElseExpression concode_elem_sep Class getType concode_elem_sep List getThen concode_elem_sep int hashCode concode_elem_sep boolean ...
Expression function ( int arg0 ) { return ( Expression ) then . get ( arg0 ) ; }
20,393
take an array of filestats and convert to a string prefixed w / a 01 counter concode_field_sep String READ concode_field_sep boolean isRootDir concode_elem_sep void debugEx concode_elem_sep void trace concode_elem_sep String partitionFilenameFromNumber concode_elem_sep boolean isFilePretendingToBeDirectory concode_elem...
String function ( FileStatus [ ] arg0 , String arg1 ) { StringBuilder loc0 = new StringBuilder ( arg0 . length * 128 ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 . append ( String . format ( "srini_string" , loc1 , arg0 [ loc1 ] ) ) . append ( arg1 ) ; } return loc0 . toString ( ) ; }
20,394
sets the id value for this relationshipdata . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.math.BigInteger target_id concode_elem_sep java.math.BigInteger id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.intellij.task...
void function ( java . math . BigInteger arg0 ) { this . id = arg0 ; }
20,395
the changetoken that you used to submit the createsizeconstraintset request . you can also use this value to query the status of the request . for more information , see getchangetokenstatus . concode_field_sep SizeConstraintSet sizeConstraintSet concode_elem_sep String changeToken concode_field_sep int hashCode concod...
void function ( String arg0 ) { this . changeToken = arg0 ; }
20,396
sets the value of the name property . concode_field_sep String name concode_field_sep String getName
void function ( String arg0 ) { this . name = arg0 ; }
20,397
gets the value of the abstractdqcompleteness property . concode_field_sep JAXBElement<? extends AbstractDQCompletenessType> abstractDQCompleteness concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_ele...
JAXBElement < ? extends AbstractDQCompletenessType > function ( ) { return abstractDQCompleteness ; }
20,398
get output compression codec concode_field_sep byte[] headerBytes concode_elem_sep String COMPRESSION_KEY_HEADER concode_elem_sep String UTF_8_ENCODING concode_elem_sep String COMPRESSION_OUTPUT_CODEC concode_elem_sep Map<String,CompressionCodec> REGISTERED concode_elem_sep CompressionCodec outputCompressionCodec conco...
CompressionCodec function ( ) { return outputCompressionCodec ; }
20,399
gets the value of the this property . concode_field_sep List<String> bundleUrls concode_elem_sep List<String> vibUrls concode_elem_sep ManagedObjectReference _this concode_elem_sep HostPatchManagerPatchManagerOperationSpec spec concode_elem_sep List<String> metaUrls concode_field_sep void setThis concode_elem_sep List<...
ManagedObjectReference function ( ) { return _this ; }