idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
8,800
method getstate concode_field_sep java.util.Vector _patientList concode_elem_sep java.util.Vector _stateList concode_field_sep java.util.Enumeration enumeratePatient concode_elem_sep int getPatientCount concode_elem_sep boolean isValid concode_elem_sep void removeAllState concode_elem_sep sempath.xsd.Patient getPatient...
sempath . xsd . State [ ] function ( ) { int loc0 = _stateList . loc0 ( ) ; sempath . xsd . State [ ] loc1 = new sempath . xsd . State [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 [ loc2 ] = ( sempath . xsd . State ) _stateList . elementAt ( loc2 ) ; } return loc1 ; }
8,801
confirm that the equals method can distinguish all the required fields . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization
void function ( ) { OHLCDataItem loc0 = new OHLCDataItem ( new Date ( 1L ) , 1.0 , 2.0 , 3.0 , 4.0 , 5.0 ) ; OHLCDataItem loc1 = new OHLCDataItem ( new Date ( 1L ) , 1.0 , 2.0 , 3.0 , 4.0 , 5.0 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; assertTrue ( loc1 . equals ( loc0 ) ) ; }
8,802
returns the fragment including the leading '' # '' if this call has one . concode_field_sep java.util.Random rand concode_field_sep String path concode_elem_sep String fragment concode_elem_sep String method concode_elem_sep Call withFragment concode_elem_sep Call unique concode_elem_sep String absoluteURL concode_elem...
String function ( ) { if ( this . fragment ( ) != null && ! this . fragment ( ) . trim ( ) . isEmpty ( ) ) { return "srini_string" + this . fragment ( ) ; } else { return "srini_string" ; } }
8,803
sets the value of the orderby property . concode_field_sep ARBGetSubscriptionListOrderFieldEnum orderBy concode_elem_sep boolean orderDescending concode_field_sep void setOrderDescending concode_elem_sep ARBGetSubscriptionListOrderFieldEnum getOrderBy concode_elem_sep boolean isOrderDescending
void function ( ARBGetSubscriptionListOrderFieldEnum arg0 ) { this . orderBy = arg0 ; }
8,804
lets all fragments managed by the controller 's fragmentmanager know they should create an options menu . call when the fragment should create an options menu . concode_field_sep FragmentHostCallback<?> mHost concode_field_sep LoaderManager getSupportLoaderManager concode_elem_sep void reportLoaderStart concode_elem_se...
boolean function ( Menu arg0 , MenuInflater arg1 ) { return mHost . mFragmentManager . dispatchCreateOptionsMenu ( arg0 , arg1 ) ; }
8,805
getter for kstree concode_field_sep KickstartVirtualizationType virtualizationType concode_elem_sep Boolean remoteCommandFlag concode_elem_sep Date created concode_elem_sep KickstartableTree kstree concode_elem_sep Profile profile concode_elem_sep KickstartData ksdata concode_elem_sep Date modified concode_elem_sep Boo...
KickstartableTree function ( ) { return this . kstree ; }
8,806
the clearspacesecurityauditprovider does not retrieve audit entries from clearspace . instead it refers the admin to a url where they can read the logs . concode_field_sep String AUDIT_URL_PREFIX concode_elem_sep Logger Log concode_field_sep List<SecurityAuditEvent> getEvents concode_elem_sep SecurityAuditEvent getEven...
Integer function ( ) { return null ; }
8,807
read the exception from the cdr intput stream . concode_field_sep TypeCode typeCode concode_field_sep NoServant extract concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
NoServant function ( InputStream arg0 ) { String loc0 = arg0 . read_string ( ) ; NoServant loc1 = new NoServant ( loc0 ) ; return loc1 ; }
8,808
display the current render surface . concode_field_sep EGLContext mEglContext concode_elem_sep EGLDisplay mEglDisplay concode_elem_sep EGLSurface mEglSurface concode_elem_sep EGLConfig mEglConfig concode_elem_sep EGL10 mEgl concode_field_sep GL createSurface concode_elem_sep int getError concode_elem_sep void start con...
boolean function ( ) { mEgl . eglSwapBuffers ( mEglDisplay , mEglSurface ) ; return mEgl . eglGetError ( ) != EGL11 . EGL_CONTEXT_LOST ; }
8,809
populateelement concode_field_sep Pattern DELIMITER_PATTERN concode_elem_sep Pattern SUB_DELIMITER_PATTERN concode_field_sep CategoryInfo getCategoryInfo concode_elem_sep Pattern getSubDelimiterPattern concode_elem_sep String getSubDelimiter concode_elem_sep Pattern getDelimiterPattern concode_elem_sep List<QueryResult...
T function ( T arg0 , QueryResult arg1 ) { if ( arg1 != null && arg0 != null ) { this . populateElement ( arg0 , arg1 . getWord ( ) , arg1 . getDocuments ( ) ) ; } return arg0 ; }
8,810
tests for next line concode_field_sep String output concode_elem_sep File inputFile concode_elem_sep File outputFile concode_elem_sep Scanner inputScanner concode_elem_sep PrintWriter printer concode_elem_sep String input concode_field_sep String getNextLine concode_elem_sep void closeOutput concode_elem_sep void write...
boolean function ( ) { return inputScanner . hasNextLine ( ) ; }
8,811
specifies the file name which should be used concode_field_sep String outputDir concode_elem_sep String fileName concode_elem_sep Logger LOG concode_field_sep SwaggerResultHandler build concode_elem_sep Builder outputDirectory concode_elem_sep void handle
Builder function ( String arg0 ) { this . fileName = arg0 ; return this ; }
8,812
checks content assist content on specified position within editor with editortitle and checks if expectedproposallist is equal to current proposal list concode_field_sep Logger log concode_field_sep void assertContentAssistantContent concode_elem_sep SWTBotEditor applyContentAssistAutoProposal concode_elem_sep SWTBotEd...
void function ( TextEditor arg0 , int arg1 , int arg2 , List < String > arg3 , boolean arg4 ) { arg0 . setCursorPosition ( arg1 , arg2 ) ; ContentAssistant loc0 = arg0 . openContentAssistant ( ) ; List < String > loc1 = loc0 . getProposals ( ) ; loc0 . close ( ) ; assertContentAssistantContent ( arg3 , loc1 , arg4 ) ; ...
8,813
parse the response content as domsource and apply the givenhamcrest matcher . concode_field_sep XmlExpectationsHelper xmlHelper concode_elem_sep JsonExpectationsHelper jsonHelper concode_field_sep ResultMatcher node concode_elem_sep ResultMatcher contentTypeCompatibleWith concode_elem_sep ResultMatcher contentTypeCompa...
ResultMatcher function ( final Matcher < ? super Source > arg0 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg1 ) throws Exception { String loc0 = arg1 . getResponse ( ) . getContentAsString ( ) ; xmlHelper . assertSource ( loc0 , arg0 ) ; } } ; }
8,814
sends a text to a homematic remote control display . concode_field_sep HomematicContext context concode_elem_sep Logger logger concode_field_sep boolean sendDisplay
boolean function ( @ ParamDoc ( name = "srini_string" , arg1 = "srini_string" ) String arg0 , @ ParamDoc ( name = "srini_string" , arg1 = "srini_string" ) String arg1 ) { return sendDisplay ( arg0 , arg1 , null ) ; }
8,815
returns a version of this node where the first sub-node is the given one . concode_field_sep Node<N,E>[] children concode_elem_sep long[] bounds concode_field_sep int arity concode_elem_sep Node<N,E> getSub concode_elem_sep long size concode_elem_sep NodeLike<Node<N,E>,E> slice concode_elem_sep long checkInvariants con...
Node < Node < N , E > , E > function ( final Node < N , E > arg0 ) { final Node < N , E > [ ] loc0 = children . clone ( ) ; loc0 [ 0 ] = arg0 ; return new InnerNode < > ( loc0 ) ; }
8,816
issingleton concode_field_sep List<CorrelationEngine> m_correlationEngines concode_elem_sep ApplicationContext m_applicationContext concode_field_sep List<CorrelationEngine> getObject concode_elem_sep void setApplicationContext concode_elem_sep void afterPropertiesSet concode_elem_sep Class<?> getObjectType concode_ele...
boolean function ( ) { return true ; }
8,817
set the flag which if set to true , skipbadrecords #counter_map_processed_records is incremented by maprunner after invoking the map function . this value must be set to false for applications which process the records asynchronously or buffer the input records . for example streaming . in such cases applications shoul...
void function ( Configuration arg0 , boolean arg1 ) { arg0 . setBoolean ( AUTO_INCR_MAP_PROC_COUNT , arg1 ) ; }
8,818
pushes the given element to the stack . concode_field_sep ArrayList<T> elements concode_elem_sep int length concode_elem_sep long serialVersionUID concode_field_sep T pop concode_elem_sep List<T> subList concode_elem_sep void set concode_elem_sep T last concode_elem_sep void addAll concode_elem_sep void replaceAllBy co...
void function ( T arg0 ) { length ++ ; elements . add ( arg0 ) ; }
8,819
get expected score based on two players . if more than two players are competing , then opponentrating will be the average of all other opponent 's ratings . if there is two teams against each other , rating and opponentrating will be the average of those players . concode_field_sep String game concode_elem_sep int sta...
double function ( int arg0 , int arg1 ) { return 1.0 / ( 1.0 + Math . pow ( 10.0 , ( ( double ) ( arg1 - arg0 ) / 400.0 ) ) ) ; }
8,820
returns snapshotcategory instance for coredumps . concode_field_sep File coredumpsStorageDirectory concode_elem_sep CoreDumpOverviewViewProvider viewProvider concode_elem_sep String coredumpsStorageDirectoryString concode_elem_sep String COREDUMPS_STORAGE_DIRNAME concode_elem_sep String currentJDKHome concode_elem_sep ...
SnapshotCategory function ( ) { return category ; }
8,821
returns a string representation of this basicdatum lists features and labels . concode_field_sep Collection<FeatureType> features concode_elem_sep long serialVersionUID concode_elem_sep List<LabelType> labels concode_field_sep void addLabel concode_elem_sep Collection<FeatureType> asFeatures concode_elem_sep int hashCo...
String function ( ) { return ( "srini_string" + asFeatures ( ) + "srini_string" + labels ( ) + "srini_string" ) ; }
8,822
when a message delivery fails . concode_field_sep NameAddress remote_user concode_elem_sep MessageAgent ma concode_elem_sep Log log concode_elem_sep RegisterAgent ra concode_field_sep void onMaReceivedMessage concode_elem_sep String getRemoteUser concode_elem_sep void unregister concode_elem_sep void unregisterall conc...
void function ( MessageAgent arg0 , NameAddress arg1 , String arg2 , String arg3 ) { }
8,823
prints the current indention , followed by the given string concode_field_sep String SPACES concode_elem_sep int javaLine concode_elem_sep int virtual_indent concode_elem_sep int TAB_WIDTH concode_elem_sep PrintWriter writer concode_elem_sep int indent concode_field_sep void pushIndent concode_elem_sep void printMultiL...
void function ( String arg0 ) { writer . print ( SPACES . substring ( 0 , indent ) ) ; writer . print ( arg0 ) ; }
8,824
grabs a frame from the video stream and returns it in its natural resolution/size in 24 bit rgb mask 0xff , 0x00ff , 0x0000ff . concode_field_sep Properties[] targetProps concode_elem_sep FrameGrabbingControl frameGrabber concode_elem_sep Dimension visualSize concode_elem_sep IVideoSourceProvider provider concode_elem_...
BufferedImage function ( ) { return grabImageAWT ( getVisualSize ( ) . width , getVisualSize ( ) . height , BufferedImage . TYPE_INT_RGB ) ; }
8,825
return the mapperservice . concode_field_sep ScriptService scriptService concode_elem_sep IndexSettings indexSettings concode_elem_sep IndexReader reader concode_elem_sep IndicesQueriesRegistry indicesQueriesRegistry concode_elem_sep Client client concode_elem_sep ClusterState clusterState concode_elem_sep MapperServic...
MapperService function ( ) { return mapperService ; }
8,826
gets the name of this instance . in pdstore every instance can be given a name . concode_field_sep GUID roleNextId concode_elem_sep PDStore store concode_elem_sep GUID id concode_elem_sep GUID typeId concode_elem_sep GUID rolePrevId concode_field_sep void setName concode_elem_sep PDStore getStore concode_elem_sep Strin...
String function ( ) { return store . getName ( id ) ; }
8,827
this loader is recommended one for release version of your app . in that case local js executor should be used . js bundle will be read from assets in native code to save on passing large strings from java to native memory . concode_field_sep PlaceHolder placeHolder concode_field_sep String loadScript concode_elem_sep ...
JSBundleLoader function ( final Context arg0 , final String arg1 , final boolean arg2 ) { return new JSBundleLoader ( ) { @ Override public String loadScript ( CatalystInstanceImpl arg3 ) { arg3 . loadScriptFromAssets ( arg0 . getAssets ( ) , arg1 , arg2 ) ; return arg1 ; } } ; }
8,828
required concode_field_sep String emailAddress concode_elem_sep AvatarUrls avatarUrls concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep String self concode_elem_sep Boolean active concode_elem_sep String timeZone concode_elem_sep String key concode_field_sep void setName concode_elem_sep...
Boolean function ( ) { return active ; }
8,829
returns a copy of the seed that was used to generate this elliptic curve . concode_field_sep BigInteger a concode_elem_sep BigInteger b concode_elem_sep ECField field concode_elem_sep byte[] seed concode_elem_sep int hash concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ECField getField c...
byte [ ] function ( ) { if ( seed == null ) { return null ; } else { byte [ ] loc0 = new byte [ seed . length ] ; System . arraycopy ( seed , 0 , loc0 , 0 , loc0 . length ) ; return loc0 ; } }
8,830
gets the value of the contractstartdate property . concode_field_sep IncludedFeatures includedFeatures concode_elem_sep ServiceImpactInfo.AddOnFeatures addOnFeatures concode_elem_sep String contractStartDate concode_elem_sep List<AddOnFeatureDetails> addOnFeature concode_elem_sep String contractEndDate concode_elem_sep...
String function ( ) { return contractStartDate ; }
8,831
returns true if in contains a substring matching tag_regex i.e. of the form % ... or % x. concode_field_sep String TAG_REGEX concode_elem_sep Pattern tagPattern concode_field_sep String escapeString concode_elem_sep String escapeString concode_elem_sep Map<String,String> getEscapeMapping concode_elem_sep Map<String,Str...
boolean function ( String arg0 ) { return tagPattern . matcher ( arg0 ) . find ( ) ; }
8,832
gets the value of the revrecschedulerecurrence property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the revrecschedulerecurrence property . for e...
List < RevRecScheduleRecurrence > function ( ) { if ( revRecScheduleRecurrence == null ) { revRecScheduleRecurrence = new ArrayList < RevRecScheduleRecurrence > ( ) ; } return this . revRecScheduleRecurrence ; }
8,833
sends a message asynchronously and returns its response . the response to the message is returned as a future . concode_field_sep ActorRef actor concode_elem_sep MessageDecorator decorator concode_elem_sep long serialVersionUID concode_elem_sep UUID leaderSessionID concode_field_sep ActorRef actor concode_elem_sep Stri...
Future < Object > function ( Object arg0 , FiniteDuration arg1 ) { Object loc0 = decorator . decorate ( arg0 ) ; return Patterns . ask ( actor , loc0 , new Timeout ( arg1 ) ) ; }
8,834
decode a hex string concode_field_sep char[] HEX_CHARS concode_field_sep char[] encode concode_elem_sep char[] encode concode_elem_sep int hexCharToNibble
byte [ ] function ( String arg0 ) { return decode ( arg0 . toCharArray ( ) ) ; }
8,835
return the regular expression used to test for user who deployment is denied . concode_field_sep Host host concode_elem_sep org.apache.juli.logging.Log log concode_elem_sep StringManager sm concode_elem_sep String contextClass concode_elem_sep String userClass concode_elem_sep String home concode_elem_sep Pattern deny ...
String function ( ) { if ( deny == null ) return null ; return deny . toString ( ) ; }
8,836
returns the `` name '' of this block . the name usually comes from somewhere right before the start of the block . it wo n't always have any meaning , but it will end in with the start and end delimiters that define the interval . concode_field_sep int endline concode_elem_sep int endindex concode_elem_sep int startind...
String function ( ) { return name ; }
8,837
a convenience method for logging a ` debug ' message . concode_field_sep String contextPrefix concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void log concode_elem_sep void log concode_elem_sep boolean isInfoEnabled concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep b...
void function ( final Object arg0 ) { log ( LogTarget . DEBUG , arg0 ) ; }
8,838
sets the secure key bytes concode_field_sep short keyLength concode_elem_sep String keyName concode_elem_sep byte[] keyBytes concode_elem_sep String keyType concode_field_sep byte[] getKeyBytes concode_elem_sep String getKeyType concode_elem_sep void setKeyLength concode_elem_sep void setKeyType concode_elem_sep void s...
void function ( byte [ ] arg0 ) { this . keyBytes = arg0 ; }
8,839
returns 0 , indicating the default system timeout is to be used . concode_field_sep Log logger concode_field_sep void setLoginTimeout concode_elem_sep void setLogWriter concode_elem_sep boolean isWrapperFor concode_elem_sep Logger getParentLogger concode_elem_sep PrintWriter getLogWriter concode_elem_sep T unwrap
int function ( ) { return 0 ; }
8,840
builds a new instance of the concode_field_sep ImmutableOpenMap EMPTY concode_elem_sep ObjectObjectHashMap<KType,VType> map concode_field_sep VType getOrDefault concode_elem_sep VType getOrDefault concode_elem_sep void indexInsert concode_elem_sep ObjectLookupContainer<KType> keys concode_elem_sep ObjectCollection<KTyp...
ImmutableOpenMap < KType , VType > function ( ) { ObjectObjectHashMap < KType , VType > loc0 = this . map ; this . map = null ; return new ImmutableOpenMap < > ( loc0 ) ; }
8,841
system generated unique identifier of the key to be used to decrypt the encrypted copy of the data key . concode_field_sep java.nio.ByteBuffer ciphertextBlob concode_elem_sep String keyId concode_field_sep GenerateDataKeyWithoutPlaintextResult withCiphertextBlob concode_elem_sep GenerateDataKeyWithoutPlaintextResult wi...
String function ( ) { return this . keyId ; }
8,842
get the hascrt property value . concode_field_sep UserCertStoreEntry entry concode_elem_sep StringProperty idProperty concode_elem_sep BooleanProperty hasCSRProperty concode_elem_sep StringProperty nameProperty concode_elem_sep BooleanProperty hasCRTProperty concode_elem_sep ObjectProperty<Node> graphicProperty concode...
Boolean function ( ) { return this . hasCRTProperty . getValue ( ) ; }
8,843
returns the osgi service identifier . concode_field_sep ServiceTracker<EntryLocalService,EntryLocalService> _serviceTracker concode_field_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep int searchCount concode_elem_sep com.liferay.contacts.model.Entry updateEntry ...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
8,844
retrieves the offset concode_field_sep long latestOffset concode_elem_sep URI uri concode_elem_sep String nodeId concode_elem_sep long offset concode_elem_sep long DEFAULT_OFFSET concode_elem_sep long earliestOffset concode_elem_sep int partition concode_elem_sep String topic concode_field_sep String getNodeId concode_...
long function ( ) { return this . offset ; }
8,845
the build type to use . ignored if a type is set . can be used alongside the #getformat format to identify the type to use . concode_field_sep String bootVersion concode_elem_sep String javaVersion concode_elem_sep String groupId concode_elem_sep String format concode_elem_sep String description concode_elem_sep String...
String function ( ) { return this . build ; }
8,846
gets the message digest as string of hex values . concode_field_sep PlaceHolder placeHolder concode_field_sep MessageDigest update concode_elem_sep MessageDigest update concode_elem_sep MessageDigest update concode_elem_sep byte[] getDigest concode_elem_sep byte[] doFinal
String function ( ) { return asHex ( doFinal ( ) ) ; }
8,847
adds the range . concode_field_sep List<AbstractItemIdWrapper> itemIds concode_field_sep void add concode_elem_sep void add concode_elem_sep Iterator<AbstractItemIdWrapper> iterator concode_elem_sep void writeToXml concode_elem_sep void addRangeItem concode_elem_sep Item getItemIdWrapperList concode_elem_sep int getCou...
void function ( Iterable < ItemId > arg0 ) { for ( ItemId loc0 : arg0 ) { this . add ( loc0 ) ; } }
8,848
returns a range of all the vcms portions . 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.liferay.portal.kernel.dao.orm.queryutil #a...
java . util . List < com . vportal . portlet . vcms . model . VcmsPortion > function ( int arg0 , int arg1 ) { return getService ( ) . getVcmsPortions ( arg0 , arg1 ) ; }
8,849
write data to a kinesis stream . concode_field_sep S3Action s3 concode_elem_sep FirehoseAction firehose concode_elem_sep LambdaAction lambda concode_elem_sep SqsAction sqs concode_elem_sep RepublishAction republish concode_elem_sep SnsAction sns concode_elem_sep KinesisAction kinesis concode_elem_sep DynamoDBAction dyn...
void function ( KinesisAction arg0 ) { this . kinesis = arg0 ; }
8,850
gets the value of the diagnostictype property . concode_field_sep String diagnosticType concode_elem_sep String storageType concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setStorageType concode_elem_sep String getStorage...
String function ( ) { return diagnosticType ; }
8,851
this method gets the document links from an operation whose body is a nodegroupbroadcastresponse generatedby a broadcast query operation . concode_field_sep Logger logger concode_elem_sep String PARENT_LINK_FIELD_NAME concode_elem_sep String STAGE_FIELD_NAME_FORMAT concode_field_sep QueryTask.QuerySpecification buildCh...
Set < String > function ( Operation arg0 ) { NodeGroupBroadcastResponse loc0 = arg0 . getBody ( NodeGroupBroadcastResponse . class ) ; return getBroadcastQueryDocumentLinks ( loc0 ) ; }
8,852
ends the current xml element . concode_field_sep List<String> elementStack concode_elem_sep String EOL concode_elem_sep boolean inElement concode_elem_sep boolean started concode_elem_sep Writer writer concode_field_sep void writeAttributeWithoutEscaping concode_elem_sep void closeElement concode_elem_sep String indent...
void function ( ) { String loc0 = elementStack . remove ( elementStack . size ( ) - 1 ) ; if ( inElement ) { writer . write ( "srini_string" ) ; inElement = false ; } else { writer . write ( EOL + indentation ( ) + "srini_string" ) ; writer . write ( loc0 ) ; writer . write ( '>' ) ; } }
8,853
the filename is only used in the tostring representation . concode_field_sep String fileName concode_elem_sep List<Case> cases concode_elem_sep int draft concode_elem_sep String description concode_field_sep List<Case> getCases concode_elem_sep Story clone concode_elem_sep String toString concode_elem_sep int getDraft
void function ( String arg0 ) { this . fileName = arg0 ; }
8,854
set the catalogfactory from which lookups will beperformed . concode_field_sep String name concode_elem_sep boolean ignorePostprocessResult concode_elem_sep CatalogFactory catalogFactory concode_elem_sep String catalogName concode_elem_sep boolean ignoreExecuteResult concode_elem_sep boolean optional concode_elem_sep S...
void function ( CatalogFactory arg0 ) { this . catalogFactory = arg0 ; }
8,855
the property setter method : e.g. setfoo string concode_field_sep Map<Property,Annotation[]> annotationCache concode_elem_sep Method readMethod concode_elem_sep String name concode_elem_sep MethodParameter methodParameter concode_elem_sep Annotation[] annotations concode_elem_sep Method writeMethod concode_elem_sep Cla...
Method function ( ) { return this . writeMethod ; }
8,856
sets the properties . concode_field_sep Properties properties concode_elem_sep String factoryClassName concode_elem_sep Object factoryImplementation concode_elem_sep boolean enabled concode_field_sep MCMutualAuthConfig setFactoryClassName concode_elem_sep MCMutualAuthConfig setEnabled concode_elem_sep String getFactory...
MCMutualAuthConfig function ( Properties arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . properties = arg0 ; return this ; }
8,857
retrieves a stream to be used to write ascii characters to the clob value that this clob object represents , starting at position pos . concode_field_sep ClobDataID clob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep Writer setCharacterStream concode_elem_sep int setString...
OutputStream function ( long arg0 ) { throw Util . notSupported ( ) ; }
8,858
adds characters from the body of the xml tag to the buffer . concode_field_sep boolean hasFailed concode_elem_sep ElementHandler parent concode_elem_sep StringBuffer buffer concode_elem_sep Context context concode_elem_sep boolean allowsSubelements concode_field_sep Object getObject concode_elem_sep ElementHandler getP...
void function ( char [ ] arg0 , int arg1 , int arg2 ) { buffer . append ( arg0 , arg1 , arg2 ) ; }
8,859
returns true if a value is either the string `` true '' regardless of case or boolean.true . concode_field_sep PlaceHolder placeHolder concode_field_sep Long getLong concode_elem_sep boolean isFalse concode_elem_sep boolean isFalse concode_elem_sep Integer getInteger
boolean function ( Object arg0 ) { if ( arg0 == null ) { return false ; } if ( Boolean . TRUE . equals ( arg0 ) || "srini_string" . equalsIgnoreCase ( arg0 . toString ( ) ) ) { return true ; } return false ; }
8,860
gets the totalfilesize value for this richmediastudiochildassetproperty . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.Integer width concode_elem_sep boolean __hashCodeCalc concode_elem_se...
java . lang . Long function ( ) { return totalFileSize ; }
8,861
f0 - > `` this '' concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( ThisExpression arg0 , A arg1 ) { arg0 . f0 . accept ( this , arg1 ) ; }
8,862
creates a new duration instance having just the specified number of months . all the other fields are 0 . concode_field_sep Duration WEEK concode_elem_sep Duration MONTH concode_elem_sep Duration YEAR concode_elem_sep Duration DAY concode_field_sep Duration createDuration concode_elem_sep Duration createYears concode_e...
Duration function ( int arg0 ) { return createDuration ( 0 , arg0 , 0 , 0 ) ; }
8,863
the number of nodes in the list . the range of valid child node indices is 0 to length-1 inclusive . concode_field_sep PlaceHolder placeHolder concode_field_sep Node item
int function ( ) { return 0 ; }
8,864
returns the length of the route . concode_field_sep String name concode_elem_sep double length concode_elem_sep LinkedList<RoadSegment> roadSegments concode_field_sep RoadSegment add concode_elem_sep Iterator<RoadSegment> iterator concode_elem_sep String getName concode_elem_sep int size concode_elem_sep RoadSegment ge...
double function ( ) { return length ; }
8,865
sets the item id of this shopping item field . concode_field_sep ShoppingItemField _shoppingItemField concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep long getItemFieldId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concod...
void function ( long arg0 ) { _shoppingItemField . setItemId ( arg0 ) ; }
8,866
does this word look like an url ? concode_field_sep Set fListeners concode_elem_sep Set fDictionaries concode_elem_sep Locale fLocale concode_elem_sep Set fIgnored concode_elem_sep String[] URL_PREFIXES concode_elem_sep IPreferenceStore fPreferences concode_field_sep void addDictionary concode_elem_sep void addWord con...
boolean function ( final String arg0 ) { for ( int loc0 = 0 ; loc0 < URL_PREFIXES . length ; loc0 ++ ) { if ( arg0 . startsWith ( URL_PREFIXES [ loc0 ] ) ) return true ; } return false ; }
8,867
add a throwable that is to be handled . concode_field_sep int WARNING concode_elem_sep int ERROR concode_elem_sep List listeners concode_elem_sep int UNKNOWN concode_field_sep void addError concode_elem_sep void addThrowableListener concode_elem_sep void removeThrowableListener concode_elem_sep void fireOnThrowable con...
void function ( int arg0 , Throwable arg1 ) { if ( arg1 == null ) return ; try { fireOnThrowable ( arg0 , arg1 ) ; } catch ( Throwable loc0 ) { System . err . println ( "srini_string" + arg1 + "srini_string" ) ; loc0 . printStackTrace ( ) ; } }
8,868
sets the genuine http session . concode_field_sep ServletContext ctx concode_elem_sep long serialVersionUID concode_elem_sep boolean isNew concode_elem_sep Collection<T2<String,Object>> updates concode_elem_sep boolean isValid concode_elem_sep Map<String,Object> attrs concode_elem_sep WebSessionFilter filter concode_el...
void function ( HttpSession arg0 ) { this . genSes = arg0 ; }
8,869
sets the value of the clientid property . concode_field_sep Integer clientId concode_field_sep Integer getClientId
void function ( Integer arg0 ) { this . clientId = arg0 ; }
8,870
provides a function to modify index meta data when an index is introduced into the cluster state for the first time . plugins should return the input index metadata via unaryoperator #identity if no upgrade is required . the order of the index upgrader calls for the same index is undefined and can change between runs s...
UnaryOperator < IndexMetaData > function ( ) { return UnaryOperator . identity ( ) ; }
8,871
gets the name of the name object . concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep String toS...
String function ( ) { return name ; }
8,872
overloads glgenperfmonitorsamd . concode_field_sep int GL_COUNTER_TYPE_AMD concode_elem_sep int GL_PERFMON_RESULT_SIZE_AMD concode_elem_sep int GL_UNSIGNED_INT64_AMD concode_elem_sep int GL_PERCENTAGE_AMD concode_elem_sep int GL_PERFMON_RESULT_AVAILABLE_AMD concode_elem_sep int GL_COUNTER_RANGE_AMD concode_elem_sep int...
int function ( ) { IntBuffer loc0 = APIUtil . getBufferInt ( ) ; nglGenPerfMonitorsAMD ( 1 , MemoryUtil . getAddress ( loc0 ) ) ; return loc0 . get ( 0 ) ; }
8,873
stop this daemon . concode_field_sep Logger log concode_elem_sep int DEFAULT_PORT concode_elem_sep IGitblit gitblit concode_elem_sep AtomicBoolean run concode_elem_sep SshServer sshd concode_field_sep String formatUrl concode_elem_sep boolean isRunning concode_elem_sep void start concode_elem_sep void generateKeyPair
void function ( ) { if ( run . get ( ) ) { log . info ( "srini_string" ) ; run . set ( false ) ; try { ( ( SshCommandFactory ) sshd . getCommandFactory ( ) ) . stop ( ) ; sshd . stop ( ) ; } catch ( InterruptedException loc0 ) { log . error ( "srini_string" , loc0 ) ; } } }
8,874
sets this item to a double item . concode_field_sep Item next concode_elem_sep int intVal concode_elem_sep int hashCode concode_elem_sep int index concode_elem_sep int type concode_elem_sep long longVal concode_elem_sep String strVal1 concode_elem_sep String strVal3 concode_elem_sep String strVal2 concode_field_sep boo...
void function ( final double arg0 ) { this . type = ClassWriter . DOUBLE ; this . longVal = Double . doubleToRawLongBits ( arg0 ) ; this . hashCode = 0x7FFFFFFF & ( type + ( int ) arg0 ) ; }
8,875
invoker concode_field_sep Logger LOG concode_field_sep BigDecimal add concode_elem_sep boolean isNegative concode_elem_sep String whoAmI concode_elem_sep boolean isEven concode_elem_sep BigDecimal subtract concode_elem_sep String whoAreYou
void function ( String [ ] arg0 ) { LOG . debug ( "srini_string" ) ; Endpoint loc0 = Endpoint . publish ( "srini_string" , new ArithmeticService ( ) ) ; }
8,876
converts java time to ntfs time . concode_field_sep long lastModifiedDate concode_elem_sep boolean isAntiItem concode_elem_sep long creationDate concode_elem_sep int windowsAttributes concode_elem_sep boolean hasWindowsAttributes concode_elem_sep boolean hasCreationDate concode_elem_sep long compressedSize concode_elem...
long function ( final Date arg0 ) { final Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setTimeZone ( TimeZone . getTimeZone ( "srini_string" ) ) ; loc0 . set ( 1601 , 0 , 1 , 0 , 0 , 0 ) ; loc0 . set ( Calendar . MILLISECOND , 0 ) ; return ( ( arg0 . getTime ( ) - loc0 . getTimeInMillis ( ) ) * 1000 * 10 ) ; }
8,877
same as above , but with the network type . both called . concode_field_sep int LISTEN_NONE concode_elem_sep int LISTEN_CELL_LOCATION concode_elem_sep int LISTEN_CALL_FORWARDING_INDICATOR concode_elem_sep int LISTEN_DATA_ACTIVITY concode_elem_sep Handler mHandler concode_elem_sep int LISTEN_SERVICE_STATE concode_elem_s...
void function ( int arg0 , int arg1 ) { }
8,878
set the height display pattern . concode_field_sep String distanceUnit concode_elem_sep DecimalFormat heightDisplayPattern concode_elem_sep BigDecimal heightFactor concode_elem_sep URI sourceURI concode_elem_sep boolean isInternal concode_elem_sep DecimalFormat distanceDisplayPattern concode_elem_sep String name concod...
void function ( final DecimalFormat arg0 ) { heightDisplayPattern = arg0 ; }
8,879
gets the value of the type property . concode_field_sep List<Extension> extensions concode_elem_sep String description concode_elem_sep String id concode_elem_sep String href concode_elem_sep String label concode_elem_sep QName type concode_elem_sep List<Description> descriptions concode_elem_sep String version concode...
QName function ( ) { return type ; }
8,880
set character-set to use . concode_field_sep String FONT_ARIAL concode_elem_sep short index concode_elem_sep FontRecord font concode_field_sep void setUnderline concode_elem_sep short getIndex concode_elem_sep boolean getBold concode_elem_sep void setFontHeightInPoints concode_elem_sep void setBold concode_elem_sep Str...
void function ( int arg0 ) { byte loc0 = ( byte ) arg0 ; if ( arg0 > 127 ) { loc0 = ( byte ) ( arg0 - 256 ) ; } setCharSet ( loc0 ) ; }
8,881
sets the visibility in kilometers . concode_field_sep Double visibility concode_elem_sep Integer humidity concode_elem_sep Double pressure concode_elem_sep String pressureTrend concode_elem_sep Integer uvIndex concode_elem_sep Integer ozone concode_field_sep String getPressureTrend concode_elem_sep Integer getUvIndex c...
void function ( Double arg0 ) { this . visibility = arg0 ; }
8,882
returns the mime type of the data specified by the given uri string . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getRealPathFromURI_API11to18 concode_elem_sep String getDataColumn concode_elem_sep boolean isGooglePhotosUri concode_elem_sep boolean isDownloadsDocument concode...
String function ( String arg0 , CordovaInterface arg1 ) { String loc0 = null ; Uri loc1 = Uri . parse ( arg0 ) ; if ( arg0 . startsWith ( "srini_string" ) ) { loc0 = arg1 . getActivity ( ) . getContentResolver ( ) . getType ( loc1 ) ; } else { loc0 = getMimeTypeForExtension ( loc1 . getPath ( ) ) ; } return loc0 ; }
8,883
returns the string representation for this object . concode_field_sep URI uri concode_elem_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep URI getURI
String function ( ) { return uri . toString ( ) ; }
8,884
performs the graph traversion with all elements which are contained in the specified collection . this means that every element of this collection and all elements which are reachable from these elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator m...
void function ( Collection arg0 ) { this . perform ( arg0 . iterator ( ) ) ; }
8,885
close the clientmmap object . concode_field_sep ShortCircuitReplica replica concode_elem_sep Logger LOG concode_elem_sep boolean anchored concode_elem_sep MappedByteBuffer map concode_field_sep MappedByteBuffer getMappedByteBuffer
void function ( ) { if ( replica != null ) { if ( anchored ) { replica . removeNoChecksumAnchor ( ) ; } replica . unref ( ) ; } replica = null ; }
8,886
gets collection group map . concode_field_sep Map institutionEntityMap concode_elem_sep List<BibliographicEntity> bibliographicEntities concode_elem_sep Map collectionGroupMap concode_field_sep void setBibliographicEntities concode_elem_sep Map getInstitutionEntityMap concode_elem_sep void setInstitutionEntityMap conco...
Map function ( ) { return collectionGroupMap ; }
8,887
pauses the loading of this request . for example , called from the webcore thread when the plugin can take no more data . concode_field_sep int MAX_REDIRECT_COUNT concode_elem_sep int mBodyLength concode_elem_sep Request mRequest concode_elem_sep InputStream mBodyProvider concode_elem_sep WebAddress mUri concode_elem_s...
void function ( boolean arg0 ) { if ( mRequest != null ) { mRequest . setLoadingPaused ( arg0 ) ; } }
8,888
indicates whether the calling task runner should terminate . concode_field_sep Boolean terminate concode_field_sep ReportTaskRunnerHeartbeatResult withTerminate concode_elem_sep void setTerminate concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ReportTaskRunnerHeartbeatResult clone concode...
Boolean function ( ) { return this . terminate ; }
8,889
schedule the task on the given timeout . the task exiry will be called after the timeout duration . concode_field_sep Logger LOG concode_elem_sep long _timestamp concode_elem_sep Object _lock concode_elem_sep Task _head concode_elem_sep long _now concode_elem_sep boolean _expired concode_elem_sep long _delay concode_el...
void function ( Timeout arg0 , long arg1 ) { arg0 . schedule ( this , arg1 ) ; }
8,890
gets the ipcgnat value for this dadoscgnat . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String ipCGNAT concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String ipV4Publico concode_field_sep org.apache.axis.de...
java . lang . String function ( ) { return ipCGNAT ; }
8,891
gets the id . concode_field_sep int delay concode_elem_sep int id concode_field_sep int getDelay concode_elem_sep Graphic create concode_elem_sep Graphic create
int function ( ) { return id ; }
8,892
get a parameter by index . concode_field_sep Vector Params concode_field_sep DBXParameter getParamByName concode_elem_sep boolean LoadParametersValues concode_elem_sep void LoadParametersValues concode_elem_sep int size concode_elem_sep DBXParameter findParamByName concode_elem_sep TParams CreateParametersFromMetadata ...
DBXParameter function ( int arg0 ) { return ( DBXParameter ) Params . elementAt ( arg0 ) ; }
8,893
used to retrieve a short description of what the plugin tool does . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String...
String function ( ) { return "srini_string" ; }
8,894
checks if all given transitions have at least one action . returns false for empty lists . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep b...
boolean function ( EList < Transition > arg0 ) { if ( arg0 . isEmpty ( ) ) return false ; for ( Transition loc0 : arg0 ) { if ( ! hasAtLeastOneAction ( loc0 ) ) { return false ; } } return true ; }
8,895
number calls to hbaseclient #lockrow . concode_field_sep long num_scanners_opened concode_elem_sep long num_nsre_rpcs concode_elem_sep long num_multi_rpcs concode_elem_sep long num_row_locks concode_elem_sep long num_scans concode_elem_sep long meta_lookups_wo_permit concode_elem_sep long num_flushes concode_elem_sep l...
long function ( ) { return num_row_locks ; }
8,896
sets whether this foo is field2 . concode_field_sep Foo _foo 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 concode_elem_sep boolean isCachedModel...
void function ( boolean arg0 ) { _foo . setField2 ( arg0 ) ; }
8,897
sets the value of the maximumfinanceamount property . concode_field_sep BigDecimal maximumDiscountAmount concode_elem_sep BigDecimal configuredDownPayment concode_elem_sep BigDecimal maximumFinanceAmount concode_elem_sep BigDecimal suggestedRetailPrice concode_elem_sep List<ModifierInfo> toopModifier concode_elem_sep L...
void function ( BigDecimal arg0 ) { this . maximumFinanceAmount = arg0 ; }
8,898
a long running task is started when this method is called . actually not that long around 10 seconds . this long process longoperationrunner is responsible for updating the percent complete in the model class . concode_field_sep long PROCCESS_SLEEP_LENGTH concode_elem_sep Log log concode_elem_sep SeamOutputProgressMode...
void function ( ActionEvent arg0 ) { longRunningTaskThreadPool . execute ( new LongOperationRunner ( outputProgressModel , renderManager , persistentFacesState ) ) ; }
8,899
returns a vector that is not nearly parallel to v. concode_field_sep Matrix4f projection concode_elem_sep Vector3f w concode_elem_sep Vector3f u concode_elem_sep Matrix4f inverseView concode_elem_sep Matrix4f inverseOrientation concode_elem_sep Vector3f q concode_elem_sep Matrix4f orientation concode_elem_sep Vector3f ...
Vector3f function ( Vector3f arg0 ) { int loc0 = argmin ( Math . abs ( arg0 . x ) , Math . abs ( arg0 . y ) , Math . abs ( arg0 . z ) ) ; Vector3f loc1 = new Vector3f ( ) ; if ( loc0 == 0 ) { loc1 . x = 1 ; } else if ( loc0 == 1 ) { loc1 . y = 1 ; } else if ( loc0 == 2 ) { loc1 . z = 1 ; } return loc1 ; }