idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
24,500
returns the file name concode_field_sep int NOT_REGISTERED concode_elem_sep int TYPE_RAW_DATA concode_elem_sep int TYPE_TAG_DATA concode_elem_sep String name concode_elem_sep int TYPE_RECONSTRUCTED_DATA concode_elem_sep FileAttribute attribute concode_elem_sep double transactionTime concode_elem_sep int TYPE_UNKOWN con...
String function ( ) { return attribute . getName ( ) ; }
24,501
signals this object to close , including exiting the thread running the request handling loop concode_field_sep Thread runnerThread concode_elem_sep Server server concode_elem_sep boolean keepAlive concode_elem_sep RowOutputBinary rowOut concode_elem_sep Session session concode_elem_sep byte[] mainBuffer concode_elem_s...
void function ( ) { keepAlive = false ; if ( ! Thread . currentThread ( ) . equals ( runnerThread ) ) { close ( ) ; } }
24,502
sets the value of the val property . concode_field_sep NumberFormat val concode_elem_sep Object parent concode_field_sep Object getParent concode_elem_sep NumberFormat getVal concode_elem_sep void afterUnmarshal concode_elem_sep void setParent
void function ( NumberFormat arg0 ) { this . val = arg0 ; }
24,503
maximum number of uncompressed payload bytes to write to warc response or resource records . once this number is exceeded the crawler will stop . a value of zero means no upper limit . concode_field_sep CrawlController controller concode_elem_sep long maxBytesDownload concode_elem_sep long maxWarcNovelUrls concode_elem...
void function ( long arg0 ) { this . maxNovelBytes = arg0 ; }
24,504
enables or disables moocher dropping mode . a ` moocher ' is a file that does not provide any symbols though they may require symbols . this is usually because they do n't want to tie themselves to a particular dependency system e.g. , closure 's goog.provide , commonjs modules . so they rely on other people to manage ...
DependencyOptions function ( boolean arg0 ) { this . dropMoochers = arg0 ; return this ; }
24,505
produce a comma delimited text from a jsonarray of jsonobjects using a provided list of names . the list of names is not included in the output . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep JSONArray toJSONArray concode_elem_se...
String function ( JSONArray arg0 , JSONArray arg1 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { return null ; } StringBuffer loc0 = new StringBuffer ( ) ; for ( int loc1 = 0 ; loc1 < arg1 . length ( ) ; loc1 += 1 ) { JSONObject loc2 = arg1 . optJSONObject ( loc1 ) ; if ( loc2 != null ) { loc0 . append ( rowToStri...
24,506
sets the value of the noofpayments property . concode_field_sep BigDecimal frstPmtAmt concode_elem_sep PmtWeekOfMonth pmtWeekOfMonth concode_elem_sep String noOfPayments concode_elem_sep PaymentType pmtType concode_elem_sep BigDecimal pmtAmt concode_elem_sep PaymentDayofWeek pmtDayOfWeek concode_elem_sep BigDecimal lst...
void function ( String arg0 ) { this . noOfPayments = arg0 ; }
24,507
create a repositorydelegate instance , given the connection information . concode_field_sep int PROTOCOL_UNKNOWN concode_elem_sep int PROTOCOL_JNDI concode_field_sep boolean acceptUrl concode_elem_sep RepositoryDelegate create concode_elem_sep int determineProtocol
RepositoryDelegate function ( String arg0 , Properties arg1 , JcrContextFactory arg2 ) { if ( ! acceptUrl ( arg0 ) ) { throw new SQLException ( JdbcLocalI18n . invalidUrlPrefix . text ( LocalJcrDriver . JNDI_URL_PREFIX ) ) ; } return create ( determineProtocol ( arg0 ) , arg0 , arg1 , arg2 ) ; }
24,508
determine if a file or directory exists . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long freeSpaceCalculation
boolean function ( String arg0 ) { boolean loc0 ; if ( ( testSaveLocationExists ( ) ) && ( ! arg0 . equals ( "srini_string" ) ) ) { File loc1 = Environment . getExternalStorageDirectory ( ) ; File loc2 = constructFilePaths ( loc1 . toString ( ) , arg0 ) ; loc0 = loc2 . exists ( ) ; } else { loc0 = false ; } return loc0...
24,509
gets the mixing distribution concode_field_sep int NNMMethod concode_elem_sep DiscreteFunction mixingDistribution concode_elem_sep int PMMethod concode_field_sep void fit concode_elem_sep void fit concode_elem_sep DoubleVector supportPoints concode_elem_sep boolean separable concode_elem_sep DiscreteFunction fitForSing...
DiscreteFunction function ( ) { return mixingDistribution ; }
24,510
returns the source name mapping . concode_field_sep Map<String,CmsResourceState> m_precalcState concode_elem_sep String m_name concode_elem_sep String GLOBAL_STORAGE concode_elem_sep Map<String,OpenCmsTestResourceStorageEntry> m_storage concode_elem_sep String DEFAULT_STORAGE concode_elem_sep String m_sourceNameMapping...
String function ( ) { return m_sourceNameMapping ; }
24,511
sets the value of the page property . concode_field_sep String screensavePage concode_elem_sep BigDecimal maxMobileScreenWidth concode_elem_sep BigDecimal defaultColumns concode_elem_sep Meta meta concode_elem_sep String design concode_elem_sep Boolean bindClickToWidget concode_elem_sep String backend concode_elem_sep ...
void function ( Page arg0 ) { this . page = arg0 ; }
24,512
sets the value of the position property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Transistions transistions concode_elem_sep Langs langs concode_elem_sep long serialVersionUID concode_elem_sep String label concode_elem_sep Integer position concode_el...
void function ( int arg0 ) { this . position = arg0 ; }
24,513
build base64 number a digit at a time , most significant digit first . concode_field_sep int reps concode_elem_sep int id concode_elem_sep String content concode_elem_sep int current concode_field_sep char next concode_elem_sep List<Integer> decodeLine concode_elem_sep List<Integer> decodeLine concode_elem_sep boolean ...
int function ( char arg0 , int arg1 ) { return ( arg1 * 64 ) + Base64 . fromBase64 ( arg0 ) ; }
24,514
gets the value of the value property . concode_field_sep String last4SSN concode_elem_sep Boolean isAlias concode_elem_sep String cardHolderName concode_elem_sep String authorizationCode concode_elem_sep String cardType concode_elem_sep String cardCategory concode_elem_sep XMLGregorianCalendar dateOfBirth concode_elem_...
String function ( ) { return value ; }
24,515
set the idm client with an already instantiated version . used for mocking the idm client . concode_field_sep ContainerRequestContext request concode_elem_sep String correlationId concode_elem_sep StringManager sm concode_elem_sep SecurityContext securityContext concode_elem_sep CasIdmClient idmClient concode_field_sep...
void function ( CasIdmClient arg0 ) { this . idmClient = arg0 ; }
24,516
returns a period with the given start date and duration . concode_field_sep DateValue start concode_elem_sep DateValue end concode_field_sep boolean contains concode_elem_sep boolean intersects concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DateValue start concode_elem_sep PeriodValue cr...
PeriodValue function ( DateValue arg0 , DateValue arg1 ) { DateValue loc0 = TimeUtils . add ( arg0 , arg1 ) ; if ( loc0 instanceof TimeValue && ! ( arg0 instanceof TimeValue ) ) { arg0 = TimeUtils . dayStart ( arg0 ) ; } return new PeriodValueImpl ( arg0 , loc0 ) ; }
24,517
update item concode_field_sep IInventoryRepo itemsRepo concode_field_sep Inventory getById concode_elem_sep List<Inventory> getByName concode_elem_sep String create concode_elem_sep String check concode_elem_sep Iterable<Inventory> getInventory concode_elem_sep List<Inventory> getByPrice concode_elem_sep String tripCir...
String function ( @ PathVariable long arg0 , @ RequestBody Inventory arg1 ) { try { if ( itemsRepo . exists ( arg0 ) ) { arg1 . setId ( arg0 ) ; itemsRepo . save ( arg1 ) ; } else return "srini_string" ; } catch ( Exception loc0 ) { return "srini_string" + loc0 . toString ( ) ; } return "srini_string" ; }
24,518
adds an authentication success to the map of handler names to successful authentication handler results . concode_field_sep Principal principal concode_elem_sep List<CredentialMetaData> credentials concode_elem_sep Map<String,Object> attributes concode_elem_sep DateTime authenticationDate concode_elem_sep Map<String,Ha...
AuthenticationBuilder function ( final String arg0 , final HandlerResult arg1 ) { this . successes . put ( arg0 , arg1 ) ; return this ; }
24,519
gets the tracks trackid according to its occurence in the com.coremedia.iso.boxes.moviebox . concode_field_sep MediaDataBox<? extends TrackMetaDataContainer> mediaDataBox concode_elem_sep long trackId concode_elem_sep TrackMetaData<T> trackMetaData concode_elem_sep List<Chunk<T>> chunks concode_field_sep MediaDataBox<?...
long function ( ) { return trackId ; }
24,520
set the jms acknowledgement mode by the name of the corresponding constant in the jms session interface , e.g. `` client_acknowledge '' . if you want to use vendor-specific extensions to the acknowledgment mode , use #setsessionacknowledgemode int instead . concode_field_sep Log logger concode_elem_sep int sessionAckno...
void function ( String arg0 ) { setSessionAcknowledgeMode ( sessionConstants . asNumber ( arg0 ) . intValue ( ) ) ; }
24,521
sets the timeout in milliseconds used when retrieving a org.apache.ogt.http.conn.managedclientconnection from the org.apache.ogt.http.conn.clientconnectionmanager . concode_field_sep int DEFAULT_MAX_TOTAL_CONNECTIONS concode_elem_sep ConnPerRoute DEFAULT_CONN_PER_ROUTE concode_field_sep void setMaxTotalConnections conc...
void function ( final HttpParams arg0 , long arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setLongParameter ( TIMEOUT , arg1 ) ; }
24,522
initialises an instance of the provider environment manager . concode_field_sep Logger logger concode_elem_sep SIF3Session sif3Session concode_elem_sep String adapterFileNameWithoutExt concode_elem_sep BrokeredProviderEnvStoreOps envOps concode_elem_sep BrokeredProviderEnvironmentManager instance concode_field_sep void...
BrokeredProviderEnvironmentManager function ( String arg0 ) { if ( instance == null ) { instance = new BrokeredProviderEnvironmentManager ( arg0 ) ; } return instance ; }
24,523
generics friendly version of serviceregistry #getservice servicename concode_field_sep Map<State,Map<Mode,Mode>> modeToggle concode_field_sep T getValue concode_elem_sep T findValue concode_elem_sep void stop concode_elem_sep void start concode_elem_sep ServiceController<T> getService concode_elem_sep void remove conco...
ServiceController < T > function ( ServiceRegistry arg0 , ServiceName arg1 ) { return ( ServiceController < T > ) arg0 . getService ( arg1 ) ; }
24,524
get the prime modulus . concode_field_sep BigInteger p concode_elem_sep BigInteger g concode_elem_sep BigInteger x concode_field_sep BigInteger getG concode_elem_sep BigInteger getX
BigInteger function ( ) { return p ; }
24,525
sets a sequence . concode_field_sep DSequence se concode_elem_sep BankSequenceInfo si concode_elem_sep FeatureTable ft concode_field_sep void setFeatureTable concode_elem_sep BankSequenceInfo getSequenceInfo concode_elem_sep void setSequenceInfo concode_elem_sep DSequence getSequence concode_elem_sep FeatureTable getFe...
void function ( DSequence arg0 ) { this . se = arg0 ; }
24,526
return true if this tokenprovider implementation is capable of providing a token that corresponds to the given tokentype . concode_field_sep boolean signToken concode_elem_sep ConditionsProvider conditionsProvider concode_elem_sep Logger LOG concode_elem_sep List<AttributeStatementProvider> attributeStatementProviders ...
boolean function ( String arg0 ) { if ( WSConstants . WSS_SAML2_TOKEN_TYPE . equals ( arg0 ) || WSConstants . SAML2_NS . equals ( arg0 ) || WSConstants . WSS_SAML_TOKEN_TYPE . equals ( arg0 ) || WSConstants . SAML_NS . equals ( arg0 ) ) { return true ; } return false ; }
24,527
return the raw data size concode_field_sep long rawDataSize concode_elem_sep long rowCount concode_field_sep void setRawDataSize concode_elem_sep long getRowCount concode_elem_sep void setRowCount
long function ( ) { return rawDataSize ; }
24,528
attempts to establish a connection with the data source that this datasource object represents . concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep void setPassword concode_elem_sep St...
Connection function ( ) { return getConnection ( user , password ) ; }
24,529
servicenow account password , must be provided concode_field_sep Map<String,Class<?>> models concode_elem_sep String oauthClientId concode_elem_sep String oauthTokenUrl concode_elem_sep String resource concode_elem_sep String oauthClientSecret concode_elem_sep Boolean suppressAutoSysField concode_elem_sep String userNa...
void function ( String arg0 ) { this . password = arg0 ; }
24,530
returns the service component with the primary key . 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 com.liferay.portal.kernel.dao.orm.Actiona...
com . liferay . portal . kernel . model . ServiceComponent function ( long arg0 ) { return _serviceComponentLocalService . getServiceComponent ( arg0 ) ; }
24,531
sets the user thread id of this user thread . concode_field_sep UserThread _userThread concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean getRead concode_elem...
void function ( long arg0 ) { _userThread . setUserThreadId ( arg0 ) ; }
24,532
returns the currentnc . concode_field_sep String strFullName concode_elem_sep String strTypeOfView concode_elem_sep ArrayList alNCTypeList concode_elem_sep String strGroupName concode_elem_sep int nUserId concode_elem_sep String strRole concode_elem_sep String strListingMode concode_elem_sep boolean b_ModifyEnabled con...
NCModel function ( ) { return m_currentNC ; }
24,533
sets the class p k of this social activity counter . concode_field_sep SocialActivityCounter _socialActivityCounter concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep ja...
void function ( long arg0 ) { _socialActivityCounter . setClassPK ( arg0 ) ; }
24,534
sets the value of the condition property . concode_field_sep ConditionType condition concode_elem_sep AdviceExpressionsType adviceExpressions concode_elem_sep EffectType effect concode_elem_sep String description concode_elem_sep ObligationExpressionsType obligationExpressions concode_elem_sep String ruleId concode_ele...
void function ( ConditionType arg0 ) { this . condition = arg0 ; }
24,535
yield to other running threads concode_field_sep String[] args concode_elem_sep List<Runnable> initThreadHooks concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep void initThread concode_elem_sep void init concode_...
void function ( ) { Thread . yield ( ) ; }
24,536
issue a log msg and throwable with a level of fatal . invokes log.log level.fatal , message , t ; concode_field_sep org.apache.log4j.Logger log concode_elem_sep String FQCN concode_field_sep void init concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void trace concode_e...
void function ( Object arg0 , Throwable arg1 ) { log . log ( FQCN , Level . FATAL , arg0 , arg1 ) ; }
24,537
gets the value of the recipient property . concode_field_sep String address concode_elem_sep Object anyType concode_elem_sep String inResponseTo concode_elem_sep String recipient concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar notOnOrAfter concode_elem_sep Map<QName,String> otherAttributes ...
String function ( ) { return recipient ; }
24,538
gets the value of the name property . concode_field_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep void setValue
String function ( ) { return name ; }
24,539
returns the z value . may only be called on 3-dimensional vectors . concode_field_sep int m_offset concode_elem_sep int m_numComponents concode_elem_sep ByteBuffer m_buffer concode_field_sep float getX concode_elem_sep void setY concode_elem_sep float getY concode_elem_sep void setX concode_elem_sep int getNumComponent...
float function ( ) { if ( m_numComponents <= 2 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } return m_buffer . getFloat ( m_offset + 8 ) ; }
24,540
adds the given bundle to the bootstrap . concode_field_sep ObjectMapper objectMapper concode_elem_sep ClassLoader classLoader concode_elem_sep Application<T> application concode_elem_sep ConfigurationFactoryFactory<T> configurationFactoryFactory concode_elem_sep boolean metricsAreRegistered concode_elem_sep List<Bundle...
void function ( Bundle arg0 ) { arg0 . initialize ( this ) ; bundles . add ( arg0 ) ; }
24,541
computes extend of window in range direction ~ width . note : for sar computations counting of lines starts at 0 ! concode_field_sep long linelo concode_elem_sep long linehi concode_elem_sep long pixlo concode_elem_sep long pixhi concode_field_sep void toScreen concode_elem_sep int hashCode concode_elem_sep int hashCod...
long function ( final Window arg0 ) { return arg0 . pixhi - arg0 . pixlo + 1 ; }
24,542
get the jobreleasetask value . concode_field_sep List<EnvironmentSetting> commonEnvironmentSettings concode_elem_sep JobManagerTask jobManagerTask concode_elem_sep List<MetadataItem> metadata concode_elem_sep String displayName concode_elem_sep JobReleaseTask jobReleaseTask concode_elem_sep JobPreparationTask jobPrepar...
JobReleaseTask function ( ) { return this . jobReleaseTask ; }
24,543
sets the value of the hidden property . concode_field_sep URLType dataURL concode_elem_sep ServerType server concode_elem_sep ExtensionType extension concode_elem_sep boolean hidden concode_elem_sep String title concode_elem_sep String _abstract concode_elem_sep Double maxScaleDenominator concode_elem_sep boolean query...
void function ( boolean arg0 ) { this . hidden = arg0 ; }
24,544
removes and returns next event from the queue , blocking if empty . concode_field_sep int commitTimeout concode_elem_sep long eventCount concode_elem_sep BlockingQueue<ReplDBMSEvent> serialQueue concode_elem_sep Logger logger concode_elem_sep List<ConcurrentLinkedQueue<ReplDBMSEvent>> taskQueues concode_elem_sep String...
ReplDBMSEvent function ( ) { return serialQueue . take ( ) ; }
24,545
return a executorservice thread pool with num threads , each whose name is prefixed with threadnameprefix . concode_field_sep Map<String,BlockingExecutorService> executors concode_elem_sep UncaughtExceptionHandler uncaughtExceptionHandler concode_field_sep void executeAndAwaitTerminationAndShutdown concode_elem_sep Thr...
ExecutorService function ( int arg0 , String arg1 ) { return Executors . newFixedThreadPool ( arg0 , getThreadFactory ( arg1 ) ) ; }
24,546
checks if url contains any scheme . concode_field_sep Log log concode_field_sep String addHDIVState concode_elem_sep String getActionMappingName concode_elem_sep boolean isInternalUrl concode_elem_sep String removeServerFromUrl concode_elem_sep String composeURL concode_elem_sep String composeAction concode_elem_sep bo...
boolean function ( String arg0 ) { return ( arg0 . indexOf ( ':' ) == - 1 ) ; }
24,547
checks if something is changed within the observed scope . concode_field_sep boolean recordsDeleted concode_elem_sep List<PmObject> addedItemPms concode_elem_sep Map<PmObject,CHANGE> changedItemPms concode_elem_sep Collection<MasterPmHandler> detailsPmHandlers concode_elem_sep PmObject observedRootPm concode_elem_sep P...
boolean function ( ) { return recordsDeleted || ! changedItemPms . isEmpty ( ) || isDetailsChangeRegistered ( ) ; }
24,548
notifies that a navigation entry has been committed . concode_field_sep WeakReference<WebContents> mWebContents concode_field_sep void wasShown concode_elem_sep void documentLoadedInFrame concode_elem_sep void didFailLoad concode_elem_sep void didStartNavigationToPendingEntry concode_elem_sep void renderProcessGone con...
void function ( ) { }
24,549
get the default list of files to be looked at when resolving a name concode_field_sep PlaceHolder placeHolder concode_field_sep boolean searchAllFiles
String [ ] function ( ) { return null ; }
24,550
returns an array of bytes representing the value of the sql rowid designated by this java.sql.rowid object . concode_field_sep byte[] id concode_elem_sep int hash concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Object id
byte [ ] function ( ) { return id . clone ( ) ; }
24,551
convert bitmap to byte array concode_field_sep PlaceHolder placeHolder concode_field_sep Drawable bitmapToDrawable concode_elem_sep void closeInputStream concode_elem_sep Bitmap drawableToBitmap concode_elem_sep Bitmap byteToBitmap concode_elem_sep Bitmap getBitmapFromUrl concode_elem_sep Bitmap getBitmapFromUrl concod...
byte [ ] function ( Bitmap arg0 ) { if ( arg0 == null ) { return null ; } ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; arg0 . compress ( Bitmap . CompressFormat . PNG , 100 , loc0 ) ; return loc0 . toByteArray ( ) ; }
24,552
set a custom value to be used as an introduction to the article . concode_field_sep Instant modificationDate concode_elem_sep ArticleStatus status concode_elem_sep boolean post concode_elem_sep int id concode_elem_sep String title concode_elem_sep Instant creationDate concode_elem_sep Instant publicationDate concode_el...
void function ( String arg0 ) { introduction = arg0 ; }
24,553
makes stub building for extensions available . to be compatible with general stubs contract , extension should not depend on anything beyond current file 's content . concode_field_sep PlaceHolder placeHolder concode_field_sep void registerExtensions
boolean function ( ) { return true ; }
24,554
test method for org.dspace.servicemanager.dspaceservicemanager #shutdown . concode_field_sep DSpaceConfigurationService configurationService concode_elem_sep int value concode_elem_sep DSpaceServiceManager dsm concode_field_sep void init concode_elem_sep void init concode_elem_sep void testGetServices concode_elem_sep ...
void function ( ) { dsm . startup ( ) ; dsm . shutdown ( ) ; }
24,555
a list of users . concode_field_sep Boolean isTruncated concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<User> users concode_field_sep Boolean isTruncated concode_elem_sep void setIsTruncated concode_elem_sep void setMarker concode_elem_sep ListUsersResult withIsTruncated concode_e...
void function ( java . util . Collection < User > arg0 ) { if ( arg0 == null ) { this . users = null ; return ; } this . users = new com . amazonaws . internal . SdkInternalList < User > ( arg0 ) ; }
24,556
gets an object value and transforms it into a sqlxml object . concode_field_sep PlaceHolder placeHolder concode_field_sep byte getByte concode_elem_sep short getShort concode_elem_sep Time getTime concode_elem_sep Class<?> getRuntimeType concode_elem_sep BigDecimal getBigDecimal concode_elem_sep double getDouble concod...
SQLXML function ( Object arg0 ) { return transform ( arg0 , SQLXML . class ) ; }
24,557
returns a lucene query to retrieve all the rows in the specified clustering slice filter . concode_field_sep FieldType FIELD_TYPE concode_elem_sep ClusteringComparator clusteringComparator concode_elem_sep CFMetaData metadata concode_elem_sep String FIELD_NAME concode_elem_sep Logger logger concode_elem_sep CompositeTy...
Query function ( DecoratedKey arg0 , ClusteringIndexSliceFilter arg1 ) { Slices loc0 = arg1 . requestedSlices ( ) ; ClusteringPrefix loc1 = loc0 . get ( 0 ) . start ( ) ; ClusteringPrefix loc2 = loc0 . get ( loc0 . size ( ) - 1 ) . end ( ) ; return query ( arg0 , loc1 , loc2 , false , false ) ; }
24,558
sets the attributemutator . concode_field_sep String relyingPartyIdentifier concode_elem_sep List<Credential> signingWallet concode_elem_sep WsFedPrincipalResolutionAttributesType attributesType concode_elem_sep List<Resource> signingCertificateResources concode_elem_sep String identityProviderUrl concode_elem_sep long...
void function ( final WsFederationAttributeMutator arg0 ) { this . attributeMutator = arg0 ; }
24,559
get easeuser according username concode_field_sep String TAG concode_elem_sep EaseUserProfileProvider userProvider concode_field_sep void setAppUserNameWithNo concode_elem_sep User getCurrentAppUserInfo concode_elem_sep void setAppUserPathAvatar concode_elem_sep void setAppUserNick concode_elem_sep void setCuentAppUser...
EaseUser function ( String arg0 ) { if ( userProvider != null ) return userProvider . getUser ( arg0 ) ; return null ; }
24,560
return a map consisting only of entries whose values are still strongly reachable . concode_field_sep PlaceHolder placeHolder concode_field_sep scala.Tuple2<K,V> fromWeakReferenceTuple concode_elem_sep scala.Option<V> fromWeakReferenceOption concode_elem_sep scala.Tuple2<K,java.lang.ref.WeakReference<V>> toWeakReferenc...
scala . collection . mutable . Map < A , java . lang . ref . WeakReference < B >> function ( ) { throw new RuntimeException ( ) ; }
24,561
sets the value of the id property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep String getvalue concode_elem_sep String getId
void function ( String arg0 ) { this . id = arg0 ; }
24,562
calls indexwriter #deletedocuments query and returns the generation that reflects this change . concode_field_sep AtomicLong indexingGen concode_elem_sep IndexWriter writer concode_field_sep long addDocuments concode_elem_sep IndexWriter getIndexWriter concode_elem_sep long addDocument concode_elem_sep long updateDocum...
long function ( Query ... arg0 ) { writer . deleteDocuments ( arg0 ) ; return indexingGen . get ( ) ; }
24,563
creates a default configuration setup , which loads its settings from the static configuration defaults provided by the developers of the library and the user configuration settings provided by the deployer . the deployer 's settings override the developer 's settings . if the parameter addsysprops is set to true , the...
Configuration function ( final String arg0 , final String arg1 , final boolean arg2 ) { return createDefaultHierarchicalConfiguration ( arg0 , arg1 , arg2 , PropertyFileConfiguration . class ) ; }
24,564
returns the current timeout . concode_field_sep int mCurrentTimeoutMs concode_elem_sep int mCurrentRetryCount concode_elem_sep int mMaxNumRetries concode_elem_sep float DEFAULT_BACKOFF_MULT concode_elem_sep float mBackoffMultiplier concode_elem_sep int DEFAULT_TIMEOUT_MS concode_elem_sep int DEFAULT_MAX_RETRIES concode...
int function ( ) { return mCurrentTimeoutMs ; }
24,565
indicates whether or not the specified modifiers contain the final modifier . concode_field_sep int FINAL concode_elem_sep int BRIDGE concode_elem_sep int PUBLIC concode_elem_sep int STRICT concode_elem_sep int PRIVATE concode_elem_sep int INTERFACE concode_elem_sep int VARARGS concode_elem_sep int TRANSIENT concode_el...
boolean function ( int arg0 ) { return ( ( arg0 & FINAL ) != 0 ) ; }
24,566
get the number of word slots contained in this result concode_field_sep boolean dumpSausage concode_elem_sep float languageWeightAdjustment concode_elem_sep boolean dumpLattice concode_elem_sep String PROP_LANGUAGE_WEIGHT_ADJUSTMENT concode_elem_sep String PROP_DUMP_LATTICE concode_elem_sep String PROP_DUMP_SAUSAGE con...
int function ( ) { return sausage . size ( ) ; }
24,567
get cancer study id in a backward compatible fashion . concode_field_sep PlaceHolder placeHolder concode_field_sep HashSet<String> getCancerStudyIDs concode_elem_sep String getFormat concode_elem_sep String getCaseSetId concode_elem_sep ArrayList<String> getSampleIds concode_elem_sep ArrayList<String> getGeneticProfile...
String function ( HttpServletRequest arg0 ) { String loc0 = arg0 . getParameter ( WebService . CANCER_STUDY_ID ) ; if ( loc0 == null || loc0 . length ( ) == 0 ) { loc0 = arg0 . getParameter ( WebService . CANCER_TYPE_ID ) ; } return loc0 ; }
24,568
the amazon resource name arn of the failed resource . concode_field_sep String reason concode_elem_sep String arn concode_field_sep String getReason concode_elem_sep int hashCode concode_elem_sep void setReason concode_elem_sep boolean equals concode_elem_sep Failure clone concode_elem_sep void setArn concode_elem_sep ...
Failure function ( String arg0 ) { setArn ( arg0 ) ; return this ; }
24,569
sets the font for a component and all components contained within it . concode_field_sep PlaceHolder placeHolder concode_field_sep void addStrut concode_elem_sep void addStrut concode_elem_sep void addGlue concode_elem_sep void addGlue concode_elem_sep void setColor concode_elem_sep boolean isButtonPressed concode_elem...
void function ( Component arg0 , Font arg1 ) { arg0 . setFont ( arg1 ) ; if ( arg0 instanceof Container ) { Container loc0 = ( Container ) arg0 ; for ( int loc1 = 0 ; loc1 < loc0 . getComponentCount ( ) ; ++ loc1 ) setFont ( loc0 . getComponent ( loc1 ) , arg1 ) ; } }
24,570
decides whether to include a test in a test_suite or not . concode_field_sep PlaceHolder placeHolder concode_field_sep SkyValue compute concode_elem_sep String extractTag concode_elem_sep boolean getPrerequisites concode_elem_sep ResolvedTargets<Target> computeTestsInSuite concode_elem_sep void filterTests
boolean function ( Collection < String > arg0 , Collection < String > arg1 , Collection < String > arg2 ) { for ( String loc0 : arg2 ) { if ( arg0 . contains ( loc0 ) ) { return false ; } } for ( String loc0 : arg1 ) { if ( ! arg0 . contains ( loc0 ) ) { return false ; } } return true ; }
24,571
checks if this action event request has service interface and method specified . concode_field_sep String NAMED_PARAMETERS concode_elem_sep SortedSet<ActionParameterRequest> actionParameters concode_elem_sep SortedSet<ActionParameterRequest> postActionParameters concode_elem_sep String displayName concode_elem_sep Stri...
boolean function ( ) { return isNotBlank ( serviceInterface ) && isNotBlank ( serviceMethod ) ; }
24,572
by specifying a in config.xml you can map a url using startswith atm to this method . concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep void onDestroy concode_elem_sep Uri remapUri concode_elem_sep void onNewIntent concode_elem_sep Object onM...
boolean function ( String arg0 ) { return false ; }
24,573
sets the wstransformerpk value for this wsprocessbytesusingtransformer . concode_field_sep org.talend.mdm.webservice.WSByteArray wsBytes concode_elem_sep org.talend.mdm.webservice.WSProcessBytesUsingTransformerWsOutputDecisionTableDecisions[] wsOutputDecisionTable concode_elem_sep java.lang.Object __equalsCalc concode_...
void function ( org . talend . mdm . webservice . WSTransformerPK arg0 ) { this . wsTransformerPK = arg0 ; }
24,574
compares insn contents , since insn.equals is definedto be an identity compare . insn 's are contentequals if they have the same opcode , registers , source position , and other metadata . concode_field_sep RegisterSpec result concode_elem_sep RegisterSpecList sources concode_elem_sep SourcePosition position concode_el...
boolean function ( Insn arg0 ) { return opcode == arg0 . getOpcode ( ) && position . equals ( arg0 . getPosition ( ) ) && ( getClass ( ) == arg0 . getClass ( ) ) && equalsHandleNulls ( result , arg0 . getResult ( ) ) && equalsHandleNulls ( sources , arg0 . getSources ( ) ) && StdTypeList . equalContents ( getCatches ( ...
24,575
a list of the vpc subnet elements . returns a reference to this object so that method calls can be chained together . concode_field_sep String vpcId concode_elem_sep String description concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Subnet> subnets concode_elem_sep String clusterSubnetGroupName concod...
ClusterSubnetGroup function ( java . util . Collection < Subnet > arg0 ) { if ( arg0 == null ) { this . subnets = null ; } else { com . amazonaws . internal . ListWithAutoConstructFlag < Subnet > loc0 = new com . amazonaws . internal . ListWithAutoConstructFlag < Subnet > ( arg0 . size ( ) ) ; loc0 . addAll ( arg0 ) ; ...
24,576
this method allows axon to automatically find your @eventhandler 's concode_field_sep String AMQP_CONFIG_KEY concode_elem_sep String queueName concode_elem_sep EntityManager entityManager concode_elem_sep String exchangeName concode_field_sep RabbitAdmin rabbitAdmin concode_elem_sep ListenerContainerLifecycleManager li...
AnnotationEventListenerBeanPostProcessor function ( EventBus arg0 ) { AnnotationEventListenerBeanPostProcessor loc0 = new AnnotationEventListenerBeanPostProcessor ( ) ; loc0 . setEventBus ( arg0 ) ; return loc0 ; }
24,577
return the appropriate implementation of the zlib decompressor . concode_field_sep boolean nativeZlibLoaded concode_elem_sep Log LOG concode_field_sep Compressor getZlibCompressor concode_elem_sep Class<? extends Decompressor> getZlibDecompressorType concode_elem_sep void setCompressionStrategy concode_elem_sep DirectD...
Decompressor function ( Configuration arg0 ) { return ( isNativeZlibLoaded ( arg0 ) ) ? new ZlibDecompressor ( ) : new BuiltInZlibInflater ( ) ; }
24,578
get the metrics of the record concode_field_sep String DEFAULT_CONTEXT concode_elem_sep String context concode_elem_sep String source concode_elem_sep Iterable<MetricsInfo> metrics concode_elem_sep Iterable<ExceptionInfo> exceptions concode_elem_sep long timestamp concode_field_sep Iterable<ExceptionInfo> getExceptions...
Iterable < MetricsInfo > function ( ) { return metrics ; }
24,579
returns true if the iteration has more elements . in other words , returns true if next would return an element rather than throwing an exception . concode_field_sep String name concode_elem_sep List entryList concode_elem_sep Iterator backend concode_elem_sep String value concode_field_sep Object next concode_elem_sep...
boolean function ( ) { return this . backend . hasNext ( ) ; }
24,580
returns the zip file that this provider provides structure for . concode_field_sep Map children concode_elem_sep ZipFile zipFile concode_elem_sep Map directoryEntryCache concode_elem_sep ZipEntry root concode_field_sep List getChildren concode_elem_sep void addToChildren concode_elem_sep boolean isFolder concode_elem_s...
ZipFile function ( ) { return zipFile ; }
24,581
returns the result of interpreting the object as an instance of ` country ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep GeneralTestPackage modelPackage concode_field_sep T caseTC concode_elem_sep T doSwitch concode_elem_sep T doSwitch concode_elem_sep T...
T function ( Country arg0 ) { return null ; }
24,582
configures the driver server to write log to the given file . concode_field_sep ReentrantLock lock concode_elem_sep ImmutableList<String> args concode_elem_sep ImmutableMap<String,String> environment concode_elem_sep int port concode_elem_sep File logFile concode_elem_sep File exe concode_elem_sep CommandLine process c...
B function ( File arg0 ) { this . logFile = arg0 ; return ( B ) this ; }
24,583
removes all the existing values and annotations from the series . concode_field_sep IndexXYMap<Double,Double> mXY concode_elem_sep double mMinY concode_elem_sep double mMaxY concode_elem_sep int mScaleNumber concode_elem_sep String mTitle concode_elem_sep double mMaxX concode_elem_sep IndexXYMap<Double,Double> mStringX...
void function ( ) { clearAnnotations ( ) ; clearSeriesValues ( ) ; }
24,584
gets the value of the showval property . concode_field_sep CTChartLines leaderLines concode_elem_sep CTBoolean showPercent concode_elem_sep CTBoolean showLegendKey concode_elem_sep CTExtensionList extLst concode_elem_sep CTShapeProperties spPr concode_elem_sep CTBoolean delete concode_elem_sep String separator concode_...
CTBoolean function ( ) { return showVal ; }
24,585
indicates whether the last process run was killed on timeout or not . concode_field_sep boolean watch concode_elem_sep Process process concode_elem_sep Watchdog watchdog concode_elem_sep Exception caught concode_elem_sep boolean killedProcess concode_field_sep void timeoutOccured concode_elem_sep void stop concode_elem...
boolean function ( ) { return killedProcess ; }
24,586
check that the field is not null . concode_field_sep Object instance concode_elem_sep Field field concode_elem_sep FieldReader fieldReader concode_field_sep A annotation concode_elem_sep Object read concode_elem_sep void set concode_elem_sep Field jdkField concode_elem_sep boolean isAnnotatedBy concode_elem_sep FieldRe...
boolean function ( ) { return reader ( ) . isNull ( ) ; }
24,587
the underlying scala api environment object that this environment wraps . concode_field_sep play.api.Environment env concode_field_sep Mode mode concode_elem_sep ClassLoader classLoader concode_elem_sep boolean isTest concode_elem_sep URL resource concode_elem_sep boolean isProd concode_elem_sep boolean isDev concode_e...
play . api . Environment function ( ) { return env ; }
24,588
utility method to check if some class loader is a grand - parent of or the same as another one . this means the child will be able to load all classes from the parent , too . if caller 's codesource does n't have enough permissions to do the check , false is returned this is fine , because if we get a securityexception...
boolean function ( final ClassLoader arg0 , final ClassLoader arg1 ) { try { ClassLoader loc0 = arg1 ; while ( loc0 != null ) { if ( loc0 == arg0 ) { return true ; } loc0 = loc0 . getParent ( ) ; } return false ; } catch ( SecurityException loc0 ) { return false ; } }
24,589
sets the id ; concode_field_sep int mode concode_elem_sep int rangePosition concode_elem_sep int size concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_elem_sep int currentPos concode_elem_sep boolean hadNext concode_elem_sep long id concode_elem_sep boolean isIterator concode_field_se...
void function ( long arg0 ) { this . id = arg0 ; }
24,590
get the timeout used for operations on sessions and scanners . concode_field_sep Logger LOG concode_elem_sep AsyncKuduClient.AsyncKuduClientBuilder clientBuilder concode_elem_sep AsyncKuduClient asyncClient concode_field_sep KuduClientBuilder bossCount concode_elem_sep KuduTable createTable concode_elem_sep KuduTable c...
long function ( ) { return asyncClient . getDefaultOperationTimeoutMs ( ) ; }
24,591
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep List<String> photoUrls concode_elem_sep String name concode_elem_sep List<Tag> tags concode_elem_sep Object category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum status ...
String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
24,592
assigns the value of this object 's jdbc database connection url attribute . concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection get...
void function ( String arg0 ) { this . database = arg0 ; }
24,593
sets the item count . concode_field_sep boolean includeUpperBound concode_elem_sep double upperBound concode_elem_sep double lowerBound concode_elem_sep boolean includeLowerBound concode_elem_sep long serialVersionUID concode_elem_sep int itemCount concode_field_sep boolean accepts concode_elem_sep int getItemCount con...
void function ( int arg0 ) { this . itemCount = arg0 ; }
24,594
sets the severity of the error . concode_field_sep String errorMessage concode_elem_sep ErrorSeverity severity concode_elem_sep Throwable error concode_field_sep Throwable getError concode_elem_sep void setErrorMessage concode_elem_sep ErrorSeverity getSeverity concode_elem_sep void setError concode_elem_sep int hashCo...
void function ( ErrorSeverity arg0 ) { this . severity = arg0 ; }
24,595
velocity setter . concode_field_sep java.awt.Color color concode_elem_sep Point lowerFrameEdge concode_elem_sep Point center concode_elem_sep Point upperFrameEdge concode_elem_sep Velocity velocity concode_elem_sep int radius concode_field_sep int getX concode_elem_sep Point getCenter concode_elem_sep int getSize conco...
void function ( Velocity arg0 ) { this . velocity = arg0 ; }
24,596
get identifier of the message concode_field_sep Map<String,Object> headers concode_elem_sep byte body[] concode_elem_sep long deliveryTag concode_elem_sep String replyTo concode_elem_sep String contentEncoding concode_elem_sep String messageId concode_elem_sep String correlationId concode_elem_sep String soapAction con...
String function ( ) { return messageId ; }
24,597
sets the framing rectangle of this shape based on the specified center point coordinates and corner point coordinates . the framing rectangle is used by the subclasses of rectangularshape to define their geometry . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean intersects concode_elem_sep Rectangle...
void function ( double arg0 , double arg1 , double arg2 , double arg3 ) { double loc0 = Math . abs ( arg2 - arg0 ) ; double loc1 = Math . abs ( arg3 - arg1 ) ; setFrame ( arg0 - loc0 , arg1 - loc1 , loc0 * 2.0 , loc1 * 2.0 ) ; }
24,598
start the task , start searching the document for the pattern . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive concode_elem_sep String dia...
void function ( ) { final SwingWorker loc0 = new SwingWorker ( ) { public Object construct ( ) { current = 0 ; done = false ; canceled = false ; dialogMessage = null ; return new ActualTask ( ) ; } } ; loc0 . setThreadPriority ( Thread . NORM_PRIORITY ) ; loc0 . start ( ) ; }
24,599
print usage messages concode_field_sep boolean isAccumulative concode_elem_sep long start concode_elem_sep int MACHEPS_EXPONENT concode_elem_sep PrintStream out concode_elem_sep PrintStream err concode_elem_sep long previous concode_elem_sep Semaphore JOB_SEMAPHORE concode_elem_sep int DOUBLE_PRECISION concode_elem_sep...
int function ( String [ ] arg0 , String arg1 ) { err . println ( "srini_string" + Arrays . asList ( arg0 ) ) ; err . println ( ) ; err . println ( "srini_string" + arg1 ) ; err . println ( ) ; ToolRunner . printGenericCommandUsage ( err ) ; return - 1 ; }