idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
30,500
returns numeric docvalues view of raw double bits concode_field_sep PlaceHolder placeHolder concode_field_sep double get concode_elem_sep NumericDocValues getRawFloatValues
NumericDocValues function ( ) { return new NumericDocValues ( ) { @ Override public long get ( int arg0 ) { return Double . doubleToRawLongBits ( NumericDoubleValues . this . get ( arg0 ) ) ; } } ; }
30,501
default is no-op . concode_field_sep IntDependency internTempDependency concode_elem_sep int[] regDistanceBins concode_elem_sep IntTaggedWord stopTW concode_elem_sep boolean DEBUG concode_elem_sep long serialVersionUID concode_elem_sep boolean useCoarseDistance concode_elem_sep IntDependency tempDependency concode_elem...
void function ( Collection < Tree > arg0 ) { }
30,502
returns the modified date of this asset category property . concode_field_sep AssetCategoryProperty _assetCategoryProperty concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep long getCategoryPropertyId concode_elem_sep com.lif...
java . util . Date function ( ) { return _assetCategoryProperty . getModifiedDate ( ) ; }
30,503
returns the discount with the corresponding id . concode_field_sep int DEFAULT_LIST_LIMIT concode_elem_sep Logger logger concode_field_sep void checkExists concode_elem_sep CollectionResponse<Discount> list_by_time concode_elem_sep Discount insert concode_elem_sep Discount update concode_elem_sep CollectionResponse<Dis...
Discount function ( @ Named ( "srini_string" ) Long arg0 ) { logger . info ( "srini_string" + arg0 ) ; Discount loc0 = ofy ( ) . load ( ) . type ( Discount . class ) . arg0 ( arg0 ) . now ( ) ; if ( loc0 == null ) { throw new NotFoundException ( "srini_string" + arg0 ) ; } return loc0 ; }
30,504
creates a new successful result . concode_field_sep PlaceHolder placeHolder concode_field_sep T getValue concode_elem_sep T getValueOrThrow concode_elem_sep ExecResult<T> toExecResult concode_elem_sep Result<T> failure concode_elem_sep boolean isFailure concode_elem_sep Throwable getThrowable concode_elem_sep boolean i...
Result < T > function ( T arg0 ) { return new DefaultResult < > ( arg0 ) ; }
30,505
called after a successful write of a record . concode_field_sep boolean instrumentationEnabled concode_elem_sep long DEFAULT_WRITER_METRICS_UPDATER_INTERVAL concode_elem_sep Optional<Meter> recordsInMeter concode_elem_sep MetricContext metricContext concode_elem_sep Optional<Meter> successfulWritesMeter concode_elem_se...
void function ( long arg0 ) { Instrumented . updateTimer ( this . dataWriterTimer , System . nanoTime ( ) - arg0 , TimeUnit . NANOSECONDS ) ; Instrumented . markMeter ( this . successfulWritesMeter ) ; }
30,506
returns the elevation of the satellite in degrees . the elevation can vary between 0 and 90 . concode_field_sep boolean mUsedInFix concode_elem_sep float mAzimuth concode_elem_sep boolean mHasEphemeris concode_elem_sep float mElevation concode_elem_sep boolean mValid concode_elem_sep float mSnr concode_elem_sep int mPr...
float function ( ) { return mElevation ; }
30,507
logs the given message instance using the ` error ' level concode_field_sep int TRACE concode_elem_sep int DEBUG concode_elem_sep int ERROR concode_elem_sep int INFO concode_elem_sep int FATAL concode_elem_sep int WARN concode_elem_sep StringBuffer bufferedLog concode_elem_sep boolean logLocationInfo concode_field_sep ...
void function ( Object arg0 ) { logInternal ( ERROR , arg0 , null ) ; }
30,508
creates normalized sql time object concode_field_sep boolean ISO8601_WEEK concode_elem_sep ThreadLocal<Calendar> CALENDAR concode_elem_sep String ISO8601_WEEK_PROP concode_field_sep Date normalizeDate concode_elem_sep Calendar initialCalendar concode_elem_sep void adjustCalendar concode_elem_sep Object create concode_e...
Time function ( java . util . Date arg0 ) { if ( arg0 instanceof Time ) { return ( Time ) arg0 ; } Calendar loc0 = getCalendar ( ) ; loc0 . setTime ( arg0 ) ; return normalizeTime ( arg0 , loc0 ) ; }
30,509
return traversableresolver implementation used for configuration . concode_field_sep ParameterNameProvider parameterNameProvider concode_elem_sep MessageInterpolator messageInterpolator concode_elem_sep ConstraintValidatorFactory constraintValidatorFactory concode_elem_sep TraversableResolver traversableResolver concod...
TraversableResolver function ( ) { return traversableResolver ; }
30,510
sets the lognode data will be sent to . . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep LogNode getNext
void function ( LogNode arg0 ) { mNext = arg0 ; }
30,511
notifies that an upload has completed concode_field_sep PlaceHolder placeHolder concode_field_sep void bytesTransferred concode_elem_sep void commandSent concode_elem_sep void uploadStarted concode_elem_sep void replyReceived concode_elem_sep void downloadStarted concode_elem_sep void downloadCompleted
void function ( String arg0 , String arg1 ) { }
30,512
return the public interface for the purge jobs service . concode_field_sep List<XCallable<Void>> callables concode_elem_sep XLog LOG concode_elem_sep String CONF_CALLABLE_BATCH_SIZE concode_elem_sep LockToken lock concode_elem_sep JPAService jpaService concode_elem_sep String CONF_PREFIX concode_elem_sep String CONF_BU...
Class < ? extends Service > function ( ) { return PauseTransitService . class ; }
30,513
returns the number of shopping item fields . concode_field_sep ServiceTracker<ShoppingItemFieldLocalService,ShoppingItemFieldLocalService> _serviceTracker concode_field_sep com.liferay.shopping.model.ShoppingItemField deleteShoppingItemField concode_elem_sep com.liferay.shopping.model.ShoppingItemField deleteShoppingIt...
int function ( ) { return getService ( ) . getShoppingItemFieldsCount ( ) ; }
30,514
returns a buffer from the pool if one is available in the requested size , or allocates a new one if a pooled one is not available . concode_field_sep List<byte[]> mBuffersByLastUse concode_elem_sep Comparator<byte[]> BUF_COMPARATOR concode_elem_sep ByteArrayPool mPool concode_elem_sep List<byte[]> mBuffersBySize conco...
byte [ ] function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < mBuffersBySize . size ( ) ; loc0 ++ ) { byte [ ] loc1 = mBuffersBySize . get ( loc0 ) ; if ( loc1 . length >= arg0 ) { mCurrentSize -= loc1 . length ; mBuffersBySize . remove ( loc0 ) ; mBuffersByLastUse . remove ( loc1 ) ; return loc1 ; } } return new byte [...
30,515
enables or disables verbose messages . concode_field_sep boolean verbose concode_elem_sep String MANIFEST_NAME concode_elem_sep long DOS_EPOCH_IN_JAVA_TIME concode_elem_sep Set<String> names concode_elem_sep String MANIFEST_DIR concode_elem_sep String jarFile concode_elem_sep boolean normalize concode_elem_sep long MIN...
void function ( boolean arg0 ) { this . verbose = arg0 ; }
30,516
determines whether the authentication exchange has completed . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslClient saslClient concode_elem_sep String expectedQop concode_field_sep byte[] firstToken concode_elem_sep byte[] respo...
boolean function ( ) { return saslClient != null && saslClient . isComplete ( ) ; }
30,517
event handler for the north border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep void south concode_elem_sep boolean isRenderNorth concode_elem_sep boolean isRen...
void function ( ValueChangeEvent arg0 ) { setRenderNorth ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; }
30,518
total snapshot size concode_field_sep int numberOfFiles concode_elem_sep long totalSize concode_elem_sep int processedFiles concode_elem_sep boolean aborted concode_elem_sep String failure concode_elem_sep long startTime concode_elem_sep long indexVersion concode_elem_sep long time concode_elem_sep long processedSize c...
long function ( ) { return totalSize ; }
30,519
gets this light 's ambient colour concode_field_sep boolean directional concode_elem_sep Color specular concode_elem_sep Color ambient concode_elem_sep Color diffuse concode_elem_sep Vector3f position concode_elem_sep int id concode_field_sep void setAmbient concode_elem_sep Color getSpecular concode_elem_sep void setD...
Color function ( ) { return ambient ; }
30,520
gets the actionnames attribute of the close object . concode_field_sep Set<String> commands concode_field_sep void doAction
Set < String > function ( ) { return commands ; }
30,521
returns the value of field ` step ' . the field ` step ' has the following description : step size for the rrd concode_field_sep java.util.List<java.lang.String> _rraList concode_elem_sep Integer _step concode_field_sep java.util.Iterator<java.lang.String> iterateRra concode_elem_sep void removeAllRra concode_elem_sep ...
Integer function ( ) { return this . _step == null ? 0 : this . _step ; }
30,522
checks whether the console is finished outputting or not . concode_field_sep SubversionOutputConsoleView view concode_elem_sep List<ConsoleOutputListener> outputListeners concode_elem_sep SubversionExtensionResources resources concode_elem_sep String title concode_field_sep SVGResource getTitleIcon concode_elem_sep voi...
boolean function ( ) { return true ; }
30,523
destroys the locally cached encryptionkey value and then calls destroy in the base class . concode_field_sep ServiceCreds screds concode_elem_sep Krb5NameElement name concode_field_sep Oid getMechanism concode_elem_sep EncryptionKey[] getKrb5EncryptionKeys concode_elem_sep GSSNameSpi getName concode_elem_sep GSSCredent...
void function ( ) { screds . destroy ( ) ; }
30,524
sets the number of the page to fetch in the request being built . concode_field_sep Boolean includeArchived concode_elem_sep String xmlns concode_elem_sep String appVersion concode_elem_sep Integer pageNumber concode_elem_sep DateTime receivedOnEnd concode_elem_sep Integer pageSize concode_elem_sep DateTime receivedOnS...
FormListRequestBuilder function ( Integer arg0 ) { this . pageNumber = arg0 ; return this ; }
30,525
returns the image . concode_field_sep int endLine concode_elem_sep Token next concode_elem_sep String image concode_elem_sep int endColumn concode_elem_sep Token specialToken concode_elem_sep int beginColumn concode_elem_sep int kind concode_elem_sep int beginLine concode_field_sep Token newToken
String function ( ) { return image ; }
30,526
tests the storagetier #getstoragedirs method . concode_field_sep long TEST_DIR2_CAPACITY concode_elem_sep TempBlockMeta mTempBlockMeta concode_elem_sep long TEST_DIR1_CAPACITY concode_elem_sep ExpectedException mThrown concode_elem_sep StorageTier mTier concode_elem_sep long TEST_SESSION_ID concode_elem_sep int TEST_TI...
void function ( ) { List < StorageDir > loc0 = mTier . getStorageDirs ( ) ; Assert . assertEquals ( 2 , loc0 . size ( ) ) ; Assert . assertEquals ( mTestDirPath1 , loc0 . get ( 0 ) . getDirPath ( ) ) ; Assert . assertEquals ( mTestDirPath2 , loc0 . get ( 1 ) . getDirPath ( ) ) ; }
30,527
gets the value of the paymentprofile property . concode_field_sep String customerProfileId concode_elem_sep PaymentProfile paymentProfile concode_elem_sep Boolean createProfile concode_elem_sep String shippingProfileId concode_field_sep void setCreateProfile concode_elem_sep String getShippingProfileId concode_elem_sep...
PaymentProfile function ( ) { return paymentProfile ; }
30,528
returns the vpk archive file for this entry . concode_field_sep ByteBuffer bb concode_elem_sep int offset concode_elem_sep int size concode_elem_sep String name concode_elem_sep boolean readOnly concode_elem_sep long crc32 concode_elem_sep String type concode_elem_sep String dir concode_elem_sep byte[] preload concode_...
File function ( ) { return vpkFile ; }
30,529
set parameter step . concode_field_sep long serialVersionUID concode_elem_sep double hP concode_elem_sep String parameterName concode_field_sep String getParameterName concode_elem_sep double getHP
void function ( final double arg0 ) { this . hP = arg0 ; }
30,530
initialize the controller . concode_field_sep EjbInvocation invocation concode_elem_sep AppTwo twoApp concode_elem_sep Logger LOOGER concode_elem_sep AppOne oneApp concode_elem_sep MainApp mainApp concode_elem_sep MainApp mainAppScopedContext concode_field_sep void callEJBAppTwoRemote concode_elem_sep EjbInvocation get...
void function ( ) { this . invocation = new EjbInvocation ( ) ; }
30,531
sends the given event to js , coalescing eligible events if js is backed up . concode_field_sep Map<String,Short> mEventNameToEventId concode_elem_sep DispatchEventsRunnable mDispatchEventsRunnable concode_elem_sep LongSparseArray<Integer> mEventCookieToLastEventIdx concode_elem_sep Event[] mEventsToDispatch concode_el...
void function ( Event arg0 ) { synchronized ( mEventsStagingLock ) { mEventStaging . add ( arg0 ) ; } }
30,532
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _folderLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
30,533
returns a list of files affected by this refactoring . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep String getCommandLabel co...
List < ? > function ( ) { return Collections . EMPTY_LIST ; }
30,534
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 ) ; }
30,535
construct a new , empty instance . concode_field_sep boolean eagerlyParseMessageSets concode_elem_sep int number concode_elem_sep Map<ObjectIntPair,GeneratedMessageLite.GeneratedExtension<?,?>> extensionsByNumber concode_elem_sep ExtensionRegistryLite EMPTY concode_elem_sep Object object concode_field_sep void add conc...
ExtensionRegistryLite function ( ) { return new ExtensionRegistryLite ( ) ; }
30,536
converts a date as long to a mac date as long concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
long function ( Date arg0 ) { return ( arg0 . getTime ( ) / 1000L ) + 2082844800L ; }
30,537
check whether tokenstream s generated with analyzer provide with character terms . concode_field_sep ImmutableMap<String,Set<?>> namedStopWords concode_field_sep boolean isNoStopwords concode_elem_sep CharArraySet parseArticles concode_elem_sep CharArraySet resolveNamedWords concode_elem_sep Version parseAnalysisVersio...
boolean function ( Analyzer arg0 , String arg1 ) { return isCharacterTokenStream ( arg0 . tokenStream ( arg1 , "srini_string" ) ) ; }
30,538
sets the value of the subtitle property . concode_field_sep List<Question> question concode_elem_sep String subtitle concode_elem_sep Questionnaire.Questions questions concode_elem_sep String title concode_field_sep List<Question> getQuestion concode_elem_sep String getTitle concode_elem_sep Questionnaire.Questions get...
void function ( String arg0 ) { this . subtitle = arg0 ; }
30,539
after evicting or deleting an entity , we do n't need to know the query that was used to load it anymore do n't call this afterquery loading the entity , since we might still need to load its collections concode_field_sep Map<String,LinkedHashMap<CollectionEntry,PersistentCollection>> batchLoadableCollections concode_e...
void function ( EntityKey arg0 ) { subselectsByEntityKey . remove ( arg0 ) ; }
30,540
this method returns the list of parameters . concode_field_sep List<Object> parameters concode_field_sep ArrayBuilder add concode_elem_sep ArrayBuilder create
Object [ ] function ( ) { return parameters . toArray ( ) ; }
30,541
sets the x position of the animation concode_field_sep boolean rotate concode_elem_sep Dimension frameSize concode_elem_sep double rotationAmount concode_elem_sep boolean loop concode_elem_sep AffineTransform at concode_elem_sep double rotation concode_elem_sep String name concode_elem_sep int currentFrame concode_elem...
void function ( int arg0 ) { this . position . arg0 = arg0 ; }
30,542
return the current running mode type . may be one of configuration #ui_mode_type_normal configuration.ui _ mode_type_normal , configuration #ui_mode_type_desk configuration.ui _ mode_type_desk , or configuration #ui_mode_type_car configuration.ui _ mode_type_car , or configuration #ui_mode_type_television configuration...
int function ( ) { if ( mService != null ) { try { return mService . getCurrentModeType ( ) ; } catch ( RemoteException loc0 ) { Log . loc0 ( TAG , "srini_string" , loc0 ) ; } } return Configuration . UI_MODE_TYPE_NORMAL ; }
30,543
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalMap<String,IdentityDkimAttributes> dkimAttributes concode_field_sep java.util.Map<String,IdentityDkimAttributes> getDkimAttributes concode_elem_sep void setDkimAttributes concode_elem_...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getDkimAttributes ( ) != null ) loc0 . append ( "srini_string" + getDkimAttributes ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
30,544
selection event concode_field_sep TreeNode node concode_elem_sep View view concode_elem_sep TreeView treeView concode_elem_sep View nodeView concode_elem_sep int containerStyle concode_elem_sep Context context concode_field_sep TreeView getTreeView concode_elem_sep View getNodeView concode_elem_sep void disable concode...
void function ( @ SuppressWarnings ( "srini_string" ) final boolean arg0 ) { }
30,545
open the outputline so it starts transmitting data . concode_field_sep Song song concode_elem_sep boolean paused concode_elem_sep long bytesWritten concode_elem_sep boolean DEBUG concode_elem_sep int EXTERNAL_BUFFER_SIZE concode_elem_sep Thread myThread concode_elem_sep double gain concode_elem_sep FloatControl volume ...
void function ( ) { debug ( "srini_string" ) ; if ( outputLine == null || song == null ) { return ; } outputLine . open ( outputLine . getFormat ( ) , outputLine . getBufferSize ( ) ) ; }
30,546
called by the node to help determine whether or not it shouldtake the given task . individual properties can return a non-null value here if there is some reason the given task should not be run on its associated node . by default , this method returns null . concode_field_sep N node concode_field_sep NodePropertyDescr...
CauseOfBlockage function ( BuildableItem arg0 ) { return canTake ( arg0 . task ) ; }
30,547
reads the map from the given file . concode_field_sep Pattern linePattern concode_elem_sep int types concode_elem_sep SettlerImageMap instance concode_elem_sep ImageProvider imageProvider concode_elem_sep int directions concode_elem_sep int materials concode_elem_sep SettlerImageMapItem DEFAULT_ITEM concode_elem_sep Se...
void function ( InputStream arg0 ) { int [ ] [ ] [ ] [ ] loc0 = new int [ this . types ] [ this . actions ] [ this . materials ] [ this . directions ] ; addEntryToMap ( loc0 , null , null , null , null , DEFAULT_ITEM , - 1 ) ; try { readFromFile ( arg0 , loc0 ) ; } catch ( IOException loc1 ) { } }
30,548
actually set the nested path . delegated to by setnestedpath and pushnestedpath . concode_field_sep String nestedPath concode_elem_sep Stack<String> nestedPathStack concode_field_sep String canonicalFieldName concode_elem_sep String fixedField concode_elem_sep int getFieldErrorCount concode_elem_sep int getFieldErrorCo...
void function ( String arg0 ) { if ( arg0 == null ) { arg0 = "srini_string" ; } arg0 = canonicalFieldName ( arg0 ) ; if ( arg0 . length ( ) > 0 && ! arg0 . endsWith ( Errors . NESTED_PATH_SEPARATOR ) ) { arg0 += Errors . NESTED_PATH_SEPARATOR ; } this . nestedPath = arg0 ; }
30,549
assert the primary value of the response header as a string value . concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher dateValue concode_elem_sep ResultMatcher stringValues concode_elem_sep ResultMatcher stringValues concode_elem_sep ResultMatcher doesNotExist concode_elem_sep ResultMatcher longV...
ResultMatcher function ( final String arg0 , final String arg1 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg2 ) { assertEquals ( "srini_string" + arg0 , arg1 , arg2 . getResponse ( ) . getHeader ( arg0 ) ) ; } } ; }
30,550
set a column of this matrix concode_field_sep PlaceHolder placeHolder concode_field_sep Matrix minus concode_elem_sep void set concode_elem_sep void set concode_elem_sep void minusEquals concode_elem_sep Vector getRow concode_elem_sep int m concode_elem_sep int n concode_elem_sep Matrix plus concode_elem_sep void times...
void function ( int arg0 , Vector arg1 ) { for ( int loc0 = 0 ; loc0 < arg1 . size ( ) ; loc0 ++ ) { set ( loc0 , arg0 , arg1 . get ( loc0 ) ) ; } }
30,551
sets the subscription service responsible for performing subscribe and unsubscribe actions . concode_field_sep String HUB_BASE_URL concode_elem_sep SettingsFacade settingsFacade concode_elem_sep HubValidator hubValidator concode_elem_sep Logger LOGGER concode_elem_sep SubscriptionService subscriptionService concode_ele...
void function ( SubscriptionService arg0 ) { this . subscriptionService = arg0 ; }
30,552
compare two values , a and b. simply calls the default compareto method for a on b. concode_field_sep Node<E> data concode_elem_sep Comparator<? super E> ordering concode_elem_sep int count concode_field_sep void add concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep boolean equals concode_ele...
int function ( E arg0 , E arg1 ) { return arg0 . compareTo ( arg1 ) ; }
30,553
resets the map to empty . concode_field_sep long serialVersionUID concode_elem_sep Map store concode_field_sep Stroke getStroke concode_elem_sep boolean containsKey concode_elem_sep void writeObject concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void put concode_elem_sep void readObject
void function ( ) { this . store . clear ( ) ; }
30,554
gathers the information about an b block . concode_field_sep int blocksize_B concode_elem_sep int countB concode_elem_sep int blocksize_S concode_elem_sep int countE concode_elem_sep int blocksize_E concode_elem_sep boolean converted concode_elem_sep int countC concode_elem_sep int countS concode_elem_sep int countT co...
void function ( final int arg0 ) { if ( arg0 > blocksize_B ) { this . blocksize_B = arg0 ; } this . countB ++ ; }
30,555
test that allowed stat puts proper entry in audit log concode_field_sep Pattern successPattern concode_elem_sep MiniDFSCluster cluster concode_elem_sep String[] groups concode_elem_sep UserGroupInformation userGroupInfo concode_elem_sep Configuration conf concode_elem_sep FileSystem fs concode_elem_sep String fileName ...
void function ( ) { final Path loc0 = new Path ( fnames [ 0 ] ) ; FileSystem loc1 = DFSTestUtil . getFileSystemAs ( userGroupInfo , conf ) ; setupAuditLogs ( ) ; FileStatus loc2 = loc1 . getFileStatus ( loc0 ) ; verifyAuditLogs ( true ) ; assertTrue ( "srini_string" , loc2 != null && loc2 . isFile ( ) ) ; }
30,556
the activation concode_field_sep TxLogConnectionFactory cf concode_elem_sep CachedConnectionManager ccm concode_elem_sep HashSet unsharableResources concode_elem_sep UserTransaction ut concode_field_sep ResourceAdapterArchive createResourceAdapter concode_elem_sep void testLazyEnlistmentOneConnection concode_elem_sep v...
ResourceAdaptersDescriptor function ( ) { return ResourceAdapterFactory . createTxLogDeployment ( TransactionSupportLevel . LocalTransaction , "srini_string" , Boolean . FALSE ) ; }
30,557
returns the name of this method . concode_field_sep HttpMethod OPTIONS concode_elem_sep HttpMethod TRACE concode_elem_sep HttpMethod DELETE concode_elem_sep Map<String,HttpMethod> methodMap concode_elem_sep AsciiString name concode_elem_sep HttpMethod GET concode_elem_sep HttpMethod CONNECT concode_elem_sep HttpMethod ...
String function ( ) { return name . toString ( ) ; }
30,558
builds a bracketed csv list from the array concode_field_sep PlaceHolder placeHolder concode_field_sep int rTrimSize concode_elem_sep String[] split concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String toLowerSubset concode_elem_sep boolean isEmpty conc...
String function ( Object arg0 ) { int loc0 = Array . getLength ( arg0 ) ; int loc1 = loc0 - 1 ; StringBuffer loc2 = new StringBuffer ( 2 * ( loc0 + 1 ) ) ; loc2 . append ( '{' ) ; for ( int loc3 = 0 ; loc3 < loc0 ; loc3 ++ ) { loc2 . append ( Array . get ( arg0 , loc3 ) ) ; if ( loc3 != loc1 ) { loc2 . append ( ',' ) ;...
30,559
this looks from a given node , so the parameter is always > -1 . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables concod...
int function ( int arg0 ) { return linkTable [ arg0 ] ; }
30,560
reset the parser to the initial state with a new character reader . concode_field_sep int S_IN_PAIR_VALUE concode_elem_sep Yytoken token concode_elem_sep int S_PASSED_PAIR_KEY concode_elem_sep int status concode_elem_sep int S_IN_ERROR concode_elem_sep Yylex lexer concode_elem_sep int S_IN_ARRAY concode_elem_sep int S_...
void function ( Reader arg0 ) { lexer . yyreset ( arg0 ) ; reset ( ) ; }
30,561
sets a custom defined discoveryconfig concode_field_sep MulticastConfig multicastConfig concode_elem_sep AwsConfig awsConfig concode_elem_sep TcpIpConfig tcpIpConfig concode_elem_sep DiscoveryConfig discoveryConfig concode_field_sep JoinConfig setMulticastConfig concode_elem_sep JoinConfig setTcpIpConfig concode_elem_s...
JoinConfig function ( DiscoveryConfig arg0 ) { this . discoveryConfig = isNotNull ( arg0 , "srini_string" ) ; return this ; }
30,562
method to get the action data . concode_field_sep long date concode_elem_sep int MOVE concode_elem_sep int RATING concode_elem_sep int ASSOCIATE_ASPECT concode_elem_sep int UPDATE concode_elem_sep int ADD concode_elem_sep String resourcePath concode_elem_sep int COPY concode_elem_sep int CREATE_SYMBOLIC_LINK concode_el...
String function ( ) { return actionData ; }
30,563
returns the number of virtual hosts where companyid = &#63; and layoutsetid = &#63; . concode_field_sep VirtualHostPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep int countByHostname concode_elem_sep List<VirtualHost> findWithD...
int function ( long arg0 , long arg1 ) { return getPersistence ( ) . countByC_L ( arg0 , arg1 ) ; }
30,564
convert from px to dp concode_field_sep PlaceHolder placeHolder concode_field_sep float toPixelFromDIP concode_elem_sep float toPixelFromDIP concode_elem_sep float toPixelFromSP concode_elem_sep float toPixelFromSP
float function ( float arg0 ) { return arg0 / DisplayMetricsHolder . getDisplayMetrics ( ) . density ; }
30,565
appends a bytebuffer value . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int maxdepth concode_elem_sep int top concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep ...
JSONWriter function ( ByteBuffer arg0 ) { arg0 . mark ( ) ; byte [ ] loc0 = new byte [ arg0 . remaining ( ) ] ; arg0 . get ( loc0 , 0 , loc0 . length ) ; arg0 . reset ( ) ; return this . value ( BinaryUtils . toBase64 ( loc0 ) ) ; }
30,566
returns notification badge number concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep String packageName concode_field_sep Options moveDate concode_elem_sep long getInterval concode_elem_sep int getIconValue concode_elem_sep String getMessage concode_elem_sep Boolean getAutoCancel conco...
int function ( ) { return options . optInt ( "srini_string" , 0 ) ; }
30,567
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 void setWrappedService concode_elem_sep java.util.List<com.liferay.portal.model.ServiceComponent> ge...
com . liferay . portal . model . ServiceComponent function ( com . liferay . portal . model . ServiceComponent arg0 ) { return _serviceComponentLocalService . addServiceComponent ( arg0 ) ; }
30,568
returns an instance of a remote table to be used by this processor concode_field_sep JsonObject mItem concode_elem_sep MobileServiceClient mClient concode_field_sep JsonObject removeSystemProperties concode_elem_sep EnumSet<MobileServiceSystemProperty> getSystemProperties concode_elem_sep boolean ExceptionIs404NotFound...
MobileServiceJsonTable function ( String arg0 ) { MobileServiceJsonTable loc0 = this . mClient . getTable ( arg0 ) ; loc0 . addFeature ( MobileServiceFeatures . Offline ) ; return loc0 ; }
30,569
gets the bandwidthgroups value for this bandwidthgrouptargeting . concode_field_sep com.google.api.ads.dfp.axis.v201411.Technology[] bandwidthGroups concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Boolean isTargeted concode_elem_sep org.apache.axis.descr...
com . google . api . ads . dfp . axis . v201411 . Technology [ ] function ( ) { return bandwidthGroups ; }
30,570
factory method for creating a java-specific document partitioner using this object 's partitions scanner . this method is a convenience method . concode_field_sep String[] LEGAL_CONTENT_TYPES concode_elem_sep JavaCommentScanner fMultilineCommentScanner concode_elem_sep JavaCommentScanner fSinglelineCommentScanner conco...
IDocumentPartitioner function ( ) { return new FastPartitioner ( getPartitionScanner ( ) , LEGAL_CONTENT_TYPES ) ; }
30,571
sets the value of the paymentid property . concode_field_sep XMLGregorianCalendar date concode_elem_sep String authStatus concode_elem_sep String authorizationId concode_elem_sep String authProcessStatus concode_elem_sep String chargeType concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal debitAmount co...
void function ( String arg0 ) { this . paymentId = arg0 ; }
30,572
gets number of last item concode_field_sep int count concode_elem_sep int first concode_field_sep boolean contains concode_elem_sep int getFirst concode_elem_sep int getCount
int function ( ) { return getFirst ( ) + getCount ( ) - 1 ; }
30,573
sets the class name id of this ratings stats . concode_field_sep RatingsStats _ratingsStats concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setAverageScore concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_...
void function ( long arg0 ) { _ratingsStats . setClassNameId ( arg0 ) ; }
30,574
get list of projects of the user concode_field_sep GatewayResource gatewayResource concode_elem_sep WorkerResource workerResource concode_elem_sep Logger logger concode_field_sep List<String> getProjectIDs concode_elem_sep List<Project> searchProjects concode_elem_sep List<Project> searchProjects concode_elem_sep Strin...
List < Project > function ( String arg0 , Object arg1 ) { return getProjectList ( arg0 , arg1 , - 1 , - 1 , null , null ) ; }
30,575
lifts the given partialfunction into a total function that returns an try result . concode_field_sep PlaceHolder placeHolder concode_field_sep int arity concode_elem_sep CheckedFunction8<T1,T2,T3,T4,T5,T6,T7,T8,R> constant concode_elem_sep Function8<T1,T2,T3,T4,T5,T6,T7,T8,R> recover concode_elem_sep R apply concode_el...
Function8 < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , Try < R >> function ( CheckedFunction8 < ? super T1 , ? super T2 , ? super T3 , ? super T4 , ? super T5 , ? super T6 , ? super T7 , ? super T8 , ? extends R > arg0 ) { return ( t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 ) -> Try . of ( ( ) -> arg0 . apply ( t1 , t2 , t3 , ...
30,576
this method is used to get current lifecycle state duration . concode_field_sep String duration concode_elem_sep CheckpointBean checkpointBean concode_field_sep void setDuration concode_elem_sep CheckpointBean getCheckpointBean concode_elem_sep void setCheckpointBean
String function ( ) { return duration ; }
30,577
setter method for callbacktype concode_field_sep int subSubCatId concode_elem_sep int subCatId concode_elem_sep long serialVersionUID concode_elem_sep String caseType concode_elem_sep String description concode_elem_sep int callBackTemplateID concode_elem_sep List caseTypeDetails concode_elem_sep int educationalTemplat...
void function ( String arg0 ) { this . callBackType = arg0 ; }
30,578
returns a dbimporter object according the type given as a string concode_field_sep String dbType concode_field_sep DBExporter getExporter concode_elem_sep DBExporter getExporter concode_elem_sep String getDBType
DBImporter function ( String arg0 ) { return this . getImporter ( DBType . valueOf ( arg0 . toUpperCase ( ) ) ) ; }
30,579
returns the name of the customer . concode_field_sep ProductList basket concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep int id concode_field_sep void removeFromBasket concode_elem_sep ProductList getBasket concode_elem_sep void addToBasket concode_elem_sep boolean equals concode_ele...
String function ( ) { return this . name ; }
30,580
returns the index of this dependency in the injection point 's parameter list , or -1 ifthis dependency does not belong to a parameter list . only method and constructor dependencies are elements in a parameter list . concode_field_sep boolean nullable concode_elem_sep int parameterIndex concode_elem_sep Key<T> key con...
int function ( ) { return parameterIndex ; }
30,581
sets the isrequired . concode_field_sep String consentAuthnReq concode_elem_sep String eIDSectorShare concode_elem_sep String protocolBinding concode_elem_sep String formatEntity concode_elem_sep boolean friendlyName concode_elem_sep Properties samlCoreProp concode_elem_sep boolean oneTimeUse concode_elem_sep Integer t...
void function ( boolean arg0 ) { this . isRequired = arg0 ; }
30,582
get a uidescriptor for a jcomponent concode_field_sep PlaceHolder placeHolder concode_field_sep UIDescriptor getJFrameDesc concode_elem_sep UIDescriptor getJFrameDesc concode_elem_sep UIDescriptor getUIDescriptor concode_elem_sep UIDescriptor getUIDescriptor concode_elem_sep UIDescriptor getUIDescriptor concode_elem_se...
UIDescriptor function ( String arg0 , String arg1 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; return ( getJComponentDesc ( arg0 , new String [ ] { "srini_string" } , arg1 ) ) ; }
30,583
returns a collection of all of the constants for this class . the returned collection is unmodifiable . concode_field_sep TripleKeyMap<Class<?>,String,String,CDOMSecondaryToken<?>> subTokenMap concode_elem_sep Map<CaseInsensitiveString,PrerequisiteParserInterface> preTokenMap concode_elem_sep Revision rev concode_elem_...
Collection < TokenFamily > function ( ) { return Collections . unmodifiableCollection ( typeMap . values ( ) ) ; }
30,584
gets the names of the product formats handled by this reader or writer plug-in . concode_field_sep PlaceHolder placeHolder concode_field_sep BeamFileFilter getProductFileFilter concode_elem_sep File getInputFile concode_elem_sep String[] getDefaultFileExtensions concode_elem_sep Class[] getInputTypes concode_elem_sep D...
String [ ] function ( ) { return LandsatConstants . FILE_NAMES ; }
30,585
returns a content builder using cbor format org.elasticsearch.common.xcontent.xcontenttype #cbor . concode_field_sep int GUESS_HEADER_LENGTH concode_field_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder contentBuilder concode_elem_sep XContentType xContentType concode_elem_sep XContentType xContentT...
XContentBuilder function ( ) { return contentBuilder ( XContentType . CBOR ) ; }
30,586
reset the structure with a new size as empty . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep boolean modified concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void re...
void function ( int arg0 , int arg1 ) { int [ ] loc0 = new int [ arg0 ] ; int [ ] loc1 = new int [ arg1 ] ; hashTable = loc0 ; linkTable = loc1 ; resetTables ( ) ; }
30,587
returns the modified date of this member request . concode_field_sep MemberRequest _memberRequest concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel c...
Date function ( ) { return _memberRequest . getModifiedDate ( ) ; }
30,588
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 ( ) ; }
30,589
marshal method for the term class , encodes the term object to the output stream . concode_field_sep PlaceHolder placeHolder concode_field_sep Term unmarshal
void function ( com . ericsson . otp . erlang . OtpOutputStream arg0 , Term arg1 ) { arg1 . write_value ( arg0 ) ; }
30,590
return first index of value in array , or -1 ifnot found . concode_field_sep Object[] EMPTY concode_elem_sep Object[] sCache concode_elem_sep int CACHE_SIZE concode_field_sep int[] removeInt concode_elem_sep boolean containsAll concode_elem_sep int idealCharArraySize concode_elem_sep int idealFloatArraySize concode_ele...
int function ( T [ ] arg0 , T arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { if ( arg0 [ loc0 ] == null ) { if ( arg1 == null ) return loc0 ; } else { if ( arg1 != null && arg0 [ loc0 ] . equals ( arg1 ) ) return loc0 ; } } return - 1 ; }
30,591
verbose log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 , arg2 ) ; }
30,592
some checks for the equals method . concode_field_sep PlaceHolder placeHolder concode_field_sep void testRemoveColumnByIndex concode_elem_sep void testRemoveValue concode_elem_sep void testGetValueByKey concode_elem_sep void testCloning concode_elem_sep void testRemoveRowByIndex concode_elem_sep void testRemoveRowByKey...
void function ( ) { KeyedObjects2D loc0 = new KeyedObjects2D ( ) ; KeyedObjects2D loc1 = new KeyedObjects2D ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; assertTrue ( loc1 . equals ( loc0 ) ) ; loc0 . addObject ( new Integer ( 99 ) , "srini_string" , "srini_string" ) ; assertFalse ( loc0 . equals ( loc1 ) ) ; loc1 . ad...
30,593
gets the seats . concode_field_sep List<Show> shows concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep String description concode_elem_sep Location location concode_elem_sep Integer id concode_elem_sep List<Seat> seats concode_field_sep void setName concode_elem_sep Location getLocatio...
List < Seat > function ( ) { return seats ; }
30,594
returns the justification information for the glyph at the specified index into this glyphvector . concode_field_sep GVTGlyphVector[] gvs concode_elem_sep int[] nGlyphs concode_elem_sep int[] off concode_elem_sep int nGlyph concode_field_sep Point2D getGlyphPosition concode_elem_sep Rectangle2D getLogicalBounds concode...
GlyphJustificationInfo function ( int arg0 ) { int loc0 = getGVIdx ( arg0 ) ; return gvs [ loc0 ] . getGlyphJustificationInfo ( arg0 - off [ loc0 ] ) ; }
30,595
sets the desde value for this listarepartidoswsexecute . concode_field_sep java.lang.String texto concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String cpo_codigo concode_elem_sep int tm_codigo concode_elem_sep int desde concode_elem_sep java.lang.Object __equalsCalc concode_e...
void function ( int arg0 ) { this . desde = arg0 ; }
30,596
returns true if no session exists beyond the sys session . concode_field_sep int sessionIdCount concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep Session newSession concode_elem_sep Session getSysSession concode_elem_sep Session getSysSes...
boolean function ( ) { return sessionMap . isEmpty ( ) ; }
30,597
evaluate an item against the use cases in the item filter set . if an item satisfies all items in the item filter set , it should also ve added to the special all items filter . concode_field_sep Logger log concode_elem_sep List<ItemFilter> itemFilters concode_elem_sep ItemFilter allFiltersFilter concode_elem_sep Autho...
void function ( Context arg0 , org . dspace . content . Item arg1 , Item arg2 ) { boolean loc0 = true ; for ( ItemFilter loc1 : itemFilters ) { if ( loc1 . hasItemTest ( ) ) { loc0 &= loc1 . testItem ( arg0 , arg1 , arg2 ) ; } } if ( loc0 && allFiltersFilter != null ) { allFiltersFilter . addItem ( arg2 ) ; } }
30,598
used to convert a language code lc _ rc where lc is language code en , fr , es , etc. . . and rc is region code zh-cn , zh-hk , zh-tw , etc. . . to a displayable string with the languages name . the input string must be between 2 and 6 characters , inclusive . an empty string is returned if that is not the case . if th...
String function ( String arg0 , Locale arg1 ) { if ( arg0 == null || arg0 . length ( ) < 2 || arg0 . length ( ) > 6 ) { return "srini_string" ; } Locale loc0 = new Locale ( arg0 . substring ( 0 , 2 ) ) ; return loc0 . getDisplayLanguage ( arg1 ) + arg0 . substring ( 2 ) ; }
30,599
finds the first non double #nan in the iterator . concode_field_sep Class<? extends IAggregationFunction> definedType concode_field_sep boolean equals concode_elem_sep double getNaNValue concode_elem_sep Class<? extends IAggregationFunction> getDefinedType concode_elem_sep IAggregationFunction create concode_elem_sep S...
double function ( final IDoubleIterator arg0 ) { if ( arg0 . hasNext ( ) ) { final double loc0 = arg0 . next ( ) ; if ( Double . isNaN ( loc0 ) ) { return getNaNValue ( ) ; } else { return loc0 ; } } else { return getDefaultValue ( ) ; } }