idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
34,400
the availability options configured for the domain . indicates whether multi-az is enabled for the domain . concode_field_sep AvailabilityOptionsStatus availabilityOptions concode_field_sep AvailabilityOptionsStatus getAvailabilityOptions concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep De...
void function ( AvailabilityOptionsStatus arg0 ) { this . availabilityOptions = arg0 ; }
34,401
create a new maxcore from a serialized file stored at storedresults concode_field_sep String MALFORMED_JUNIT_3_TEST_CLASS_PREFIX concode_elem_sep MaxHistory history concode_field_sep Runner buildRunner concode_elem_sep List<Description> findLeaves concode_elem_sep void findLeaves concode_elem_sep MaxCore forFolder conc...
MaxCore function ( File arg0 ) { return new MaxCore ( arg0 ) ; }
34,402
gets the bindings . concode_field_sep Hashtable<Node,Node> bindings concode_elem_sep List<OpAssignGenerator> lets concode_elem_sep List<Triple> translatedBGP concode_field_sep List<Triple> getTranslatedBGP concode_elem_sep void setLets concode_elem_sep BGPTranslationResult getTranslatedTriples concode_elem_sep List<OpA...
Hashtable < Node , Node > function ( ) { return bindings ; }
34,403
returns the endpoint for the request , or null if the request is not opened . concode_field_sep Object mClientData concode_elem_sep UsbEndpoint mEndpoint concode_elem_sep String TAG concode_elem_sep int mNativeContext concode_elem_sep int mLength concode_elem_sep ByteBuffer mBuffer concode_field_sep boolean cancel conc...
UsbEndpoint function ( ) { return mEndpoint ; }
34,404
returns the duration actual or estimated of the task . concode_field_sep TimePeriod duration concode_elem_sep long serialVersionUID concode_elem_sep List subtasks concode_elem_sep String description concode_elem_sep Double percentComplete concode_field_sep void setDuration concode_elem_sep void removeSubtask concode_el...
TimePeriod function ( ) { return this . duration ; }
34,405
get the set type name . concode_field_sep int EXCLUSIVE concode_elem_sep int MAX_OPERATION_MEMORY concode_elem_sep int IGNORECASE concode_elem_sep int DB_CLOSE_DELAY concode_elem_sep ArrayList<String> TYPES concode_elem_sep int OPTIMIZE_REUSE_RESULTS concode_elem_sep int CREATE_BUILD concode_elem_sep int UNDO_LOG conco...
String function ( int arg0 ) { return getTypes ( ) . get ( arg0 ) ; }
34,406
wrapper method to allow the full passed list to be used with the wraplist method this will return the full passed list wrapped in selectitems concode_field_sep String BEAN_NAME concode_elem_sep List<String> cities concode_elem_sep String RESOURCE_PATH concode_elem_sep String CITIES_FILENAME concode_field_sep List<Strin...
List < SelectItem > function ( List < String > arg0 ) { return wrapList ( null , arg0 ) ; }
34,407
returns the amount of i/o used . full amount of available i/o resources on the `` average '' workstation is considered to be 1.0 . concode_field_sep double ioUsage concode_elem_sep double memoryMb concode_elem_sep double cpuUsage concode_elem_sep Splitter SPLITTER concode_elem_sep int localTestCount concode_elem_sep Re...
double function ( ) { return ioUsage ; }
34,408
returns the result of calling #getname . concode_field_sep int m_native concode_field_sep String getName concode_elem_sep int intValue concode_elem_sep AclId _getSessionUser concode_elem_sep AclId _fromName concode_elem_sep AclId getUser concode_elem_sep boolean isSuperuser concode_elem_sep boolean hasSchemaCreatePermi...
String function ( ) { return this . getName ( ) ; }
34,409
check if the given identifier is valid . it is valid if it is empty or a valid uri . the scheme of the participant identifier must be in the form of a uri . the scheme of the document identifier must be in the form of a uri . concode_field_sep BDXRIdentifierHelper s_aInstance concode_field_sep boolean isValidIdentifier...
boolean function ( @ Nullable final String arg0 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) return true ; return URLHelper . getAsURI ( arg0 ) != null ; }
34,410
add a non-null value to the map . concode_field_sep Map<Object,Integer> hiveError2HttpStatusCode concode_elem_sep Map map concode_field_sep Map jsonToMap concode_elem_sep Response buildResponse concode_elem_sep Response buildResponse concode_elem_sep boolean isError concode_elem_sep Response build concode_elem_sep bool...
JsonBuilder function ( String arg0 , Object arg1 ) { if ( arg1 != null ) map . put ( arg0 , arg1 ) ; return this ; }
34,411
computes the value of the gaussian at x . concode_field_sep double mean concode_elem_sep double i2s2 concode_elem_sep double norm concode_field_sep double[] gradient concode_elem_sep UnivariateFunction derivative concode_elem_sep void validateParameters
double function ( double arg0 , double ... arg1 ) { validateParameters ( arg1 ) ; final double loc0 = arg0 - arg1 [ 1 ] ; final double loc1 = 1 / ( 2 * arg1 [ 2 ] * arg1 [ 2 ] ) ; return Gaussian . value ( loc0 , arg1 [ 0 ] , loc1 ) ; }
34,412
trace the shadow ray , attenuating the sample 's color by the opacity of intersected objects . concode_field_sep Color lspec concode_elem_sep LightSample next concode_elem_sep Color ldiff concode_elem_sep Ray shadowRay concode_field_sep void setShadowRay concode_elem_sep Color getSpecularRadiance concode_elem_sep boole...
void function ( ShadingState arg0 ) { Color loc0 = arg0 . traceShadow ( shadowRay ) ; Color . blend ( ldiff , Color . BLACK , loc0 , ldiff ) ; Color . blend ( lspec , Color . BLACK , loc0 , lspec ) ; }
34,413
return the strategy to use for processing binding errors . concode_field_sep boolean autoGrowNestedPaths concode_elem_sep BindingErrorProcessor bindingErrorProcessor concode_elem_sep MessageCodesResolver messageCodesResolver concode_elem_sep boolean directFieldAccess concode_elem_sep Validator validator concode_elem_se...
BindingErrorProcessor function ( ) { return this . bindingErrorProcessor ; }
34,414
gets the index of hive server by display name , if no index found , then return 0 . added by marvin wang on mar 25 , 2013 . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] extractAvailableArrayDisplayNames concode_elem_sep String extractKey concode_elem_sep List<String> extractAvailableListDisplayN...
int function ( String arg0 ) { HiveServerVersionInfo [ ] loc0 = HiveServerVersionInfo . values ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { if ( loc0 [ loc1 ] . getDisplayName ( ) . equalsIgnoreCase ( arg0 ) ) { return loc1 ; } } return 0 ; }
34,415
removes the leading slash in the given path . concode_field_sep PlaceHolder placeHolder concode_field_sep String uri
String function ( String arg0 ) { if ( arg0 . endsWith ( "srini_string" ) ) { return arg0 . substring ( 0 , arg0 . length ( ) - 1 ) ; } else { return arg0 ; } }
34,416
adds parameter to uri query . the parameter name and value are expected to be unescaped and may contain non ascii characters . concode_field_sep String userInfo concode_elem_sep String encodedPath concode_elem_sep String scheme concode_elem_sep List<NameValuePair> queryParams concode_elem_sep String encodedSchemeSpecif...
URIBuilder function ( final String arg0 , final String arg1 ) { if ( this . queryParams == null ) { this . queryParams = new ArrayList < NameValuePair > ( ) ; } this . queryParams . add ( new BasicNameValuePair ( arg0 , arg1 ) ) ; this . encodedQuery = null ; this . encodedSchemeSpecificPart = null ; return this ; }
34,417
provides the description of the db subnet group . returns a reference to this object so that method calls can be chained together . concode_field_sep String vpcId concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Subnet> subnets concode_elem_sep String subnetGroupStatus concode_elem_sep String dBSubnetG...
DBSubnetGroup function ( String arg0 ) { this . dBSubnetGroupDescription = arg0 ; return this ; }
34,418
get the soapbinding style . concode_field_sep SOAPBindingStyle _bindingStyle concode_elem_sep SOAPParameterStyle _parameterStyle concode_elem_sep QName _operationQName concode_elem_sep String _soapAction concode_elem_sep SOAPBindingUse _bindingUse concode_elem_sep long serialVersionUID concode_elem_sep WsdlOpReturnType...
SOAPBindingStyle function ( ) { return _bindingStyle ; }
34,419
load the internal doc id and version for the uid from the reader , returning null if the uid was n't found , a doc id and a version otherwise , the version being potentially set to #not_set if the uid has no associated version concode_field_sep long NOT_FOUND concode_elem_sep ConcurrentMap<IndexReader,CloseableThreadLo...
DocIdAndVersion function ( IndexReader arg0 , Term arg1 ) { assert arg1 . field ( ) . equals ( UidFieldMapper . NAME ) ; return getLookupState ( arg0 ) . lookup ( arg1 . bytes ( ) ) ; }
34,420
get the config value as a boolean default of false concode_field_sep String PLACEHOLDER_START concode_field_sep void resolvePlaceHolders concode_elem_sep Integer getInteger concode_elem_sep String getString concode_elem_sep String getString concode_elem_sep String getString concode_elem_sep String[] toStringArray conco...
boolean function ( String arg0 , Map arg1 ) { return getBoolean ( arg0 , arg1 , false ) ; }
34,421
sets the name of this blast entry . concode_field_sep SROutput _result concode_elem_sep DSequence _query concode_elem_sep String _name concode_elem_sep String _repr concode_elem_sep Integer _entryOrderNum concode_elem_sep boolean _view concode_elem_sep String _blastClientName concode_elem_sep String _dbName concode_ele...
void function ( String arg0 ) { _name = arg0 ; _repr = null ; }
34,422
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 List<byte[]> mBuffersBySize concode_elem_sep int mCurrentSize concode_...
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 [...
34,423
this class created a cell for the given row ` r ' with the specified location , value and style . concode_field_sep String encode concode_field_sep void addFormulaCellToRow concode_elem_sep void addFormulaCellToRow concode_elem_sep String getEncode concode_elem_sep String convertColumnNumberToChars concode_elem_sep voi...
void function ( HSSFRow arg0 , int arg1 , String arg2 , HSSFCellStyle arg3 ) { HSSFCell loc0 = arg0 . createCell ( arg1 , Cell . CELL_TYPE_STRING ) ; loc0 . setCellValue ( new HSSFRichTextString ( arg2 ) ) ; if ( arg3 != null ) { loc0 . setCellStyle ( arg3 ) ; } }
34,424
sets the mensagem value for this ossturbonetreconfiguremodemout . concode_field_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetOut mensagem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apach...
void function ( com . gvt . www . ws . eai . oss . ossturbonet . OSSTurbonetOut arg0 ) { this . mensagem = arg0 ; }
34,425
returns the max progressive number within specified year or within current year if 0 . concode_field_sep PatVacIoOperations ioOperations concode_field_sep boolean newPatientVaccine concode_elem_sep boolean updatePatientVaccine concode_elem_sep boolean deletePatientVaccine concode_elem_sep ArrayList<PatientVaccine> getP...
int function ( int arg0 ) { try { return ioOperations . getProgYear ( arg0 ) ; } catch ( OHException loc0 ) { JOptionPane . showMessageDialog ( null , loc0 . getMessage ( ) ) ; return 0 ; } }
34,426
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep Tag withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boo...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getKey ( ) != null ) loc0 . append ( "srini_string" + getKey ( ) + "srini_string" ) ; if ( getValue ( ) != null ) loc0 . append ( "srini_string" + getValue ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . ...
34,427
sets the company id of this wiki page resource . concode_field_sep WikiPageResource _wikiPageResource concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep long ge...
void function ( long arg0 ) { _wikiPageResource . setCompanyId ( arg0 ) ; }
34,428
gets the restricted package name . concode_field_sep Integer timeToLive concode_elem_sep String restrictedPackageName concode_elem_sep Boolean dryRun concode_elem_sep Map<String,String> data concode_elem_sep String collapseKey concode_elem_sep Boolean delayWhileIdle concode_elem_sep Map<String,String> notificationParam...
String function ( ) { return restrictedPackageName ; }
34,429
compares this object against the specified object . the result is true if and only if the argument is not null and is a long object that contains the same long value as this object . concode_field_sep long MAX_VALUE concode_elem_sep long MIN_VALUE concode_elem_sep long value concode_field_sep long parseLong concode_ele...
boolean function ( Object arg0 ) { if ( arg0 instanceof Long ) { return value == ( ( Long ) arg0 ) . longValue ( ) ; } return false ; }
34,430
cleans up the current spilling channel and file . does not clean up the spilledbufferoreventsequences generated by calls to #rollover . concode_field_sep File currentSpillFile concode_elem_sep long bytesWritten concode_elem_sep String spillFilePrefix concode_elem_sep ByteBuffer readBuffer concode_elem_sep ByteBuffer[] ...
void function ( ) { currentChannel . close ( ) ; if ( ! currentSpillFile . delete ( ) ) { throw new IOException ( "srini_string" ) ; } }
34,431
method getfields returns the fields of this tupleentryiterator object . concode_field_sep Iterator[] iterators concode_elem_sep int currentIterator concode_elem_sep TupleEntry entry concode_field_sep TupleEntry next concode_elem_sep boolean hasNext concode_elem_sep TupleEntry getTupleEntry concode_elem_sep void close c...
Fields function ( ) { return entry . fields ; }
34,432
id da origem comercial concode_field_sep String nome concode_elem_sep Long id concode_elem_sep Integer status concode_field_sep String toIndentedString concode_elem_sep Long getId concode_elem_sep OrigemComercial nome concode_elem_sep String getNome concode_elem_sep Integer getStatus concode_elem_sep void setStatus con...
OrigemComercial function ( Long arg0 ) { this . id = arg0 ; return this ; }
34,433
create a record , allocaing space for the key and value if any concode_field_sep boolean checking concode_elem_sep int keyLength concode_elem_sep int valueLength concode_elem_sep int slotLen concode_field_sep Record buildFrom concode_elem_sep int keyLength concode_elem_sep Record createKeyOnly concode_elem_sep Record c...
Record function ( ) { return create ( new byte [ keyLength ] , ( valueLength > 0 ) ? new byte [ valueLength ] : null ) ; }
34,434
prints the data in a simple human-readable format . concode_field_sep String IN0 concode_elem_sep PrintStream out concode_elem_sep String IN1 concode_elem_sep String IN2 concode_elem_sep String IN4 concode_elem_sep String IN3 concode_field_sep void generateHeader0 concode_elem_sep void printMethodRefs concode_elem_sep ...
void function ( DexData arg0 , boolean arg1 ) { ClassRef [ ] loc0 = arg0 . getExternalReferences ( ) ; printClassRefs ( loc0 , arg1 ) ; if ( ! arg1 ) { printFieldRefs ( loc0 ) ; printMethodRefs ( loc0 ) ; } }
34,435
retrieve the service document . the service document is located at the specified url . this calls getservicedocument url , onbehalfof . concode_field_sep String server concode_elem_sep String password concode_elem_sep int DEFAULT_TIMEOUT concode_elem_sep int port concode_elem_sep DefaultHttpClient client concode_elem_s...
ServiceDocument function ( String arg0 ) { return getServiceDocument ( arg0 , null ) ; }
34,436
updates or creates the given user concode_field_sep Map<String,User> users concode_field_sep Collection<User> listUsers concode_elem_sep User getUser
User function ( User arg0 ) { return users . put ( "srini_string" + arg0 . getId ( ) , arg0 ) ; }
34,437
creates classloader instance from files searched in provided directories . concode_field_sep Logger log concode_elem_sep ShellContext ctx concode_elem_sep Configurator config concode_field_sep Configurator getConfigurator concode_elem_sep ClassLoader getClassLoaderFromDirs concode_elem_sep File[] correctPaths concode_e...
ClassLoader function ( File [ ] arg0 , ClassLoader arg1 ) { return getClassLoaderFromFiles ( arg0 , Pattern . compile ( "srini_string" ) , arg1 ) ; }
34,438
create amazons3 client using aws credentials concode_field_sep String bucketName concode_elem_sep Logger LOG concode_elem_sep Map<String,S3InitiateFileUploadOperator.UploadFileMetadata> fileMetadatas concode_elem_sep DefaultInputPort<S3BlockUploadOperator.UploadBlockMetadata> uploadMetadataInput concode_elem_sep Defaul...
AmazonS3 function ( ) { AmazonS3 loc0 = new AmazonS3Client ( new BasicAWSCredentials ( accessKey , secretAccessKey ) ) ; if ( endPoint != null ) { loc0 . setEndpoint ( endPoint ) ; } return loc0 ; }
34,439
getter method for concode_field_sep String subSubCategoryName concode_elem_sep long serialVersionUID concode_elem_sep String totalCount concode_elem_sep String circle concode_elem_sep String categoryName concode_elem_sep String customersegment concode_elem_sep String caseType concode_elem_sep String subCategoryName con...
String function ( ) { return circle ; }
34,440
create a primary key index . concode_field_sep boolean belongsToConstraint concode_elem_sep boolean unique concode_elem_sep boolean scan concode_elem_sep boolean persistent concode_elem_sep boolean spatial concode_elem_sep boolean hash concode_elem_sep boolean primaryKey concode_field_sep String getSQL concode_elem_sep...
IndexType function ( boolean arg0 , boolean arg1 ) { IndexType loc0 = new IndexType ( ) ; loc0 . primaryKey = true ; loc0 . arg0 = arg0 ; loc0 . arg1 = arg1 ; loc0 . unique = true ; return loc0 ; }
34,441
returns name of default configuration . concode_field_sep List<Config> configs concode_elem_sep String defaultConfigName concode_field_sep void add concode_elem_sep void markAsDefault concode_elem_sep List<Config> getConfigs concode_elem_sep int hashCode concode_elem_sep void setDefaultConfigName concode_elem_sep boole...
String function ( ) { return defaultConfigName ; }
34,442
close all streams data associated with this object concode_field_sep boolean readEOF concode_elem_sep InputStream in concode_elem_sep int bits concode_elem_sep int bits_left concode_elem_sep OutputStream out concode_elem_sep int masks[] concode_field_sep int getBits concode_elem_sep boolean atEndOfFile concode_elem_sep...
void function ( ) { if ( in != null ) { in . close ( ) ; } if ( out != null ) { out . flush ( ) ; out . close ( ) ; } }
34,443
clear the bloom filter , set every bit to zero in the bitvector concode_field_sep ListIterator<ExtendedBloomFilter> listIterator concode_elem_sep long serialVersionUID concode_elem_sep int k concode_elem_sep LinkedList<ExtendedBloomFilter> bloomFilters concode_elem_sep int m concode_field_sep void add concode_elem_sep ...
void function ( ) { while ( bloomFilters . size ( ) > 1 ) { bloomFilters . removeLast ( ) ; } bloomFilters . getFirst ( ) . clear ( ) ; }
34,444
returns true if there is another postponed route to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_ele...
boolean function ( ) { return ! postponedRoutes . isEmpty ( ) ; }
34,445
retrieve the content type of the request . concode_field_sep ActionRequest request concode_field_sep String getCharacterEncoding concode_elem_sep String toString concode_elem_sep int getContentLength concode_elem_sep InputStream getInputStream
String function ( ) { return request . getContentType ( ) ; }
34,446
get the integer value of this field . concode_field_sep PlaceHolder placeHolder concode_field_sep void setFloat concode_elem_sep void setByte concode_elem_sep Object getObject concode_elem_sep byte getByte concode_elem_sep short getShort concode_elem_sep double getDouble concode_elem_sep Kind getKind concode_elem_sep f...
int function ( ) { throw new IllegalArgumentException ( "srini_string" ) ; }
34,447
returns whether the specified ch conforms to the xml 1.0 definition of whitespace . refer to the definition of s for details . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
boolean function ( char arg0 ) { return ( arg0 == 0x20 ) || ( arg0 == 0x09 ) || ( arg0 == 0xD ) || ( arg0 == 0xA ) ; }
34,448
whether this generator supports writing raw data directly concode_field_sep FilteringGeneratorDelegate filter concode_elem_sep boolean writeLineFeedAtEnd concode_elem_sep SerializedString LF concode_elem_sep OutputStream os concode_elem_sep DefaultPrettyPrinter.Indenter INDENTER concode_elem_sep JsonGenerator generator...
boolean function ( ) { return true ; }
34,449
store the managed bean inside the session scope . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void...
void function ( String arg0 , Object arg1 ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getSessionMap ( ) . put ( arg0 , arg1 ) ; }
34,450
determines whether the given sax parserfactory is from xdk package or not . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isXdkFactory concode_elem_sep boolean isXdkDocumentBuilderFactory
boolean function ( final SAXParserFactory arg0 ) { return isXdkFactory ( arg0 , "srini_string" ) ; }
34,451
returns all the roles associated with the user . concode_field_sep RoleService _roleService concode_field_sep java.util.List<com.liferay.portal.model.Role> getUserRelatedRoles concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.model.Role updateRole concode_elem_sep void unsetUserRoles concode_e...
java . util . List < com . liferay . portal . model . Role > function ( long arg0 ) { return _roleService . getUserRoles ( arg0 ) ; }
34,452
whether the digest-response in the ` response ' parameter in correct . concode_field_sep String opaque concode_elem_sep String method concode_elem_sep String body concode_elem_sep String nonce concode_elem_sep String uri concode_elem_sep String qop concode_elem_sep String passwd concode_elem_sep String nc concode_elem_...
boolean function ( ) { if ( response == null ) return false ; else return response . equals ( getResponse ( ) ) ; }
34,453
groovy lexer does not smart enough to understand whether a regex contents injections or not . so the parser should do this job . we create additional marker2 for the case of absence of injections . in this case resulting tree is as follows : regex mregexliteral mdollarslashregexliteral mregexbegin ... mregexcontent ......
boolean function ( @ NotNull PsiBuilder arg0 , @ NotNull GroovyParser arg1 , boolean arg2 , @ NotNull IElementType arg3 , @ NotNull IElementType arg4 , @ NotNull IElementType arg5 , @ Nullable IElementType arg6 , @ NotNull GroovyElementType arg7 , @ NotNull String arg8 ) { return new CompoundStringExpression ( arg0 , a...
34,454
get the job id concode_field_sep JobPriorityChange datum concode_field_sep EventType getEventType concode_elem_sep Object getDatum concode_elem_sep void setDatum concode_elem_sep JobPriority getPriority
JobID function ( ) { return JobID . forName ( datum . getJobid ( ) . toString ( ) ) ; }
34,455
render all of the cells in a single row . concode_field_sep int rowIndex concode_elem_sep int cellIndex concode_elem_sep AbstractCellView<RowType> cellView concode_elem_sep HasTableDefinition<RowType> source concode_field_sep void renderRowsImpl concode_elem_sep void setStyleName concode_elem_sep void setStyleName conc...
void function ( int arg0 , RowType arg1 , RowRenderer < RowType > arg2 , List < ColumnDefinition < RowType , ? >> arg3 ) { this . rowIndex = arg0 ; renderRowValue ( arg1 , arg2 ) ; int loc0 = arg3 . size ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { cellView . renderCellImpl ( arg0 , loc1 , arg1 , arg3 . get ( l...
34,456
method to move the user 's view to the bottom of the log concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String MAXIMIZE_IMAGE concode_elem_sep Message[] ...
String function ( ) { position = bottom ( ) ; return ( "srini_string" ) ; }
34,457
extracts the propertypath chain from the given source string and type . concode_field_sep PropertyPath next concode_elem_sep String ALL_UPPERCASE concode_elem_sep Pattern SPLITTER concode_elem_sep String name concode_elem_sep boolean isCollection concode_elem_sep TypeInformation<?> owningType concode_elem_sep TypeInfor...
PropertyPath function ( String arg0 , Class < ? > arg1 ) { return from ( arg0 , ClassTypeInformation . from ( arg1 ) ) ; }
34,458
used to traverse the array concode_field_sep int[][] solvedPuzzle concode_elem_sep int[][] origPuzzle concode_elem_sep int puzzleSize concode_field_sep boolean checkCol concode_elem_sep boolean[][] checkGuess concode_elem_sep void solve concode_elem_sep boolean isValid concode_elem_sep boolean checkRow concode_elem_sep...
void function ( int arg0 , int arg1 ) { if ( arg1 < puzzleSize - 1 ) { solve ( arg0 , arg1 + 1 ) ; } else { solve ( arg0 + 1 , 0 ) ; } }
34,459
returns the max age in milliseconds concode_field_sep long maxAge concode_elem_sep String HMAC_ALGORITHM concode_elem_sep String SEPARATOR_SPLITTER concode_elem_sep Mac hmac concode_elem_sep long DEFAULT_MAXAGE concode_field_sep String createTokenForUser concode_elem_sep byte[] createHmac concode_elem_sep void setMaxAg...
long function ( ) { return this . maxAge ; }
34,460
executes the specified command and arguments in a separate process , and waits for the process to finish . output from the process is expected to be text in the system 's default character set . no input is passed to the process on stdin . concode_field_sep String output concode_elem_sep String error concode_elem_sep i...
ExecHelper function ( String [ ] arg0 , String [ ] arg1 , File arg2 ) { return new ExecHelper ( Runtime . getRuntime ( ) . exec ( arg0 , arg1 ) , null ) ; }
34,461
allowed values of the parameter when its an enum type concode_field_sep String arrayType concode_elem_sep List<String> allowableValues concode_elem_sep String access concode_elem_sep String defaultValue concode_elem_sep String dataType concode_elem_sep VerbDefinition verb concode_elem_sep String name concode_elem_sep S...
RestOperationParamDefinition function ( List < String > arg0 ) { setAllowableValues ( arg0 ) ; return this ; }
34,462
return the count of named parameters in the sql statement . each parameter name counts once ; repeated occurrences do not count here . concode_field_sep int totalParameterCount concode_elem_sep List<int[]> parameterIndexes concode_elem_sep int namedParameterCount concode_elem_sep String originalSql concode_elem_sep Lis...
int function ( ) { return this . namedParameterCount ; }
34,463
retrieves a string repsentation of this object . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep String[] classNames concode_field_sep int g...
String function ( ) { try { return toStringImpl ( ) ; } catch ( Throwable loc0 ) { return super . toString ( ) + "srini_string" + loc0 + "srini_string" ; } }
34,464
gets the value of the address3 property . concode_field_sep String country concode_elem_sep String address3 concode_elem_sep String address2 concode_elem_sep boolean defaultInvoice concode_elem_sep String address1 concode_elem_sep String vat concode_elem_sep boolean defaultDelivery concode_elem_sep String address6 conc...
String function ( ) { return address3 ; }
34,465
clones the filter . concode_field_sep DataSource dataSource concode_field_sep Object getValue concode_elem_sep DataSource getDataSource concode_elem_sep void setDataSource
ShapeFilter function ( ) { final ShapeFilter loc0 = ( ShapeFilter ) super . clone ( ) ; if ( dataSource != null ) { loc0 . dataSource = dataSource . clone ( ) ; } return loc0 ; }
34,466
returns the current filter . concode_field_sep Object[] unpackedArgs concode_elem_sep int FILTER concode_elem_sep String resource concode_elem_sep String encoding concode_elem_sep boolean[] isLocaleSpecific concode_elem_sep int[] argFilterType concode_elem_sep int NO_FILTER concode_elem_sep int FILTER_URL concode_elem_...
Filter function ( ) { return filter ; }
34,467
removes all the entries added into item . < p > returns a reference to this object so that method calls can be chained together . concode_field_sep java.util.Map<String,AttributeValue> item concode_field_sep PutRequest withItem concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep PutRequest cl...
PutRequest function ( ) { this . item = null ; return this ; }
34,468
converts a date into a filetime . concode_field_sep long EPOCH_DIFF concode_field_sep boolean equal concode_elem_sep byte[] pad4 concode_elem_sep char[] pad4 concode_elem_sep char[] pad4 concode_elem_sep boolean internalEquals concode_elem_sep byte[] cat concode_elem_sep boolean equals concode_elem_sep boolean equals c...
long function ( final Date arg0 ) { long loc0 = arg0 . getTime ( ) ; long loc1 = loc0 + EPOCH_DIFF ; return loc1 * ( 1000 * 10 ) ; }
34,469
search for one word in phrase . the search is not case sensitive . this method will check that the given goal is not a substring of a longer string so , for example , `` i know '' does not contain `` no '' . the search begins at the beginning of the string . takes in the string to search takes in the string to search f...
int function ( String arg0 , String arg1 ) { return findKeyword ( arg0 , arg1 , 0 ) ; }
34,470
returns the to user id of this entry . concode_field_sep Entry _entry concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setContent concode_elem_sep boolea...
long function ( ) { return _entry . getToUserId ( ) ; }
34,471
method declaration concode_field_sep Node nPrimaryNode concode_elem_sep int NO_POS concode_elem_sep Object oData[] concode_elem_sep Row rLast concode_elem_sep Table tTable concode_elem_sep boolean bChanged concode_elem_sep int iPos concode_elem_sep int storageSize concode_elem_sep int iLastAccess concode_elem_sep Row r...
void function ( DatabaseRowOutputInterface arg0 ) { arg0 . writeSize ( storageSize ) ; if ( tTable . isIndexCached ( ) ) { Node loc0 = nPrimaryNode ; while ( loc0 != null ) { loc0 . write ( arg0 ) ; loc0 = loc0 . nNext ; } } arg0 . writeData ( oData , tTable ) ; arg0 . writePos ( iPos ) ; bChanged = false ; }
34,472
get the type of an attribute by position . concode_field_sep Vector types concode_elem_sep Vector names concode_elem_sep Vector values concode_field_sep String getValue concode_elem_sep String getValue concode_elem_sep String getName concode_elem_sep void addAttribute concode_elem_sep void clear concode_elem_sep int ge...
String function ( int arg0 ) { if ( arg0 < 0 ) { return null ; } try { return ( String ) types . elementAt ( arg0 ) ; } catch ( ArrayIndexOutOfBoundsException loc0 ) { return null ; } }
34,473
gets the value of the gradientfill property . concode_field_sep Object parent concode_elem_sep CTPatternFill patternFill concode_elem_sep CTGradientFill gradientFill concode_field_sep void setGradientFill concode_elem_sep Object getParent concode_elem_sep void setPatternFill concode_elem_sep void afterUnmarshal concode...
CTGradientFill function ( ) { return gradientFill ; }
34,474
given a block of rrule , exrule , rdate , and exdate content lines , parse them into a single date time iterable . concode_field_sep RecurrenceIterator it concode_field_sep DateTime next concode_elem_sep DateTimeIterator iterator concode_elem_sep DateValue dateTimeToDateValue concode_elem_sep DateTimeIterator createDat...
DateTimeIterable function ( String arg0 , ReadableDateTime arg1 , DateTimeZone arg2 , boolean arg3 ) { return new RecurrenceIterableWrapper ( RecurrenceIteratorFactory . createRecurrenceIterable ( arg0 , dateTimeToDateValue ( arg1 . toDateTime ( ) . withZone ( arg2 ) ) , TimeZoneConverter . toTimeZone ( arg2 ) , arg3 )...
34,475
sets line number . concode_field_sep DetailNode parent concode_elem_sep int columnNumber concode_elem_sep DetailNode[] children concode_elem_sep int index concode_elem_sep String text concode_elem_sep int type concode_elem_sep int lineNumber concode_elem_sep DetailNode[] EMPTY_DETAIL_NODE_ARRAY concode_field_sep Detail...
void function ( int arg0 ) { this . lineNumber = arg0 ; }
34,476
adds all the data elements in the searcher . concode_field_sep DistanceMeasure distanceMeasure concode_field_sep void add concode_elem_sep List<WeightedThing<Vector>> search concode_elem_sep List<List<WeightedThing<Vector>>> search concode_elem_sep int size concode_elem_sep PriorityQueue<WeightedThing<Vector>> getCandi...
void function ( Iterable < ? extends Vector > arg0 ) { for ( Vector loc0 : arg0 ) { add ( loc0 ) ; } }
34,477
get the scm revision number concode_field_sep String gitPropertiesResource concode_elem_sep String artifactId concode_elem_sep Class<?> classInJar concode_elem_sep String date concode_elem_sep String revision concode_elem_sep String groupId concode_elem_sep String version concode_elem_sep String user concode_elem_sep V...
String function ( ) { return revision ; }
34,478
compares this object to another object sort order is by gradename concode_field_sep String gradeName concode_elem_sep String seed concode_elem_sep String enrollment concode_field_sep String getSeed concode_elem_sep void setGradeName concode_elem_sep void setEnrollment concode_elem_sep String getEnrollment concode_elem_...
int function ( Object arg0 ) { EnrollmentRecord loc0 = ( EnrollmentRecord ) arg0 ; return ( this . gradeName . compareTo ( loc0 . getGradeName ( ) ) ) ; }
34,479
get time control data array for white or black player . concode_field_sep ArrayList<TimeControlField> tcB concode_elem_sep int increment concode_elem_sep ArrayList<TimeControlField> tcW concode_elem_sep int timeControl concode_elem_sep int movesPerSession concode_field_sep void writeToStream concode_elem_sep boolean eq...
ArrayList < TimeControlField > function ( boolean arg0 ) { return arg0 ? tcW : tcB ; }
34,480
returns true iff nodes have been removed from the cluster since the last cluster state . concode_field_sep DiscoveryNodes.Delta nodesDelta concode_elem_sep String source concode_elem_sep ClusterState state concode_elem_sep ClusterState previousState concode_field_sep boolean metaDataChanged concode_elem_sep boolean ind...
boolean function ( ) { return nodesDelta . removed ( ) ; }
34,481
creates a typespec.builder from an initial template of an interface concode_field_sep String ANNOTATION_FORMAT concode_field_sep List<MethodSpec> processOneOrMoreActionBodies concode_elem_sep TypeSpec createInterfaceFor concode_elem_sep List<ParameterSpec> methodQueryParams concode_elem_sep String pathAnnotationFor con...
TypeSpec . Builder function ( final Resource arg0 ) { return interfaceBuilder ( resourceInterfaceNameOf ( arg0 ) ) . addModifiers ( PUBLIC ) . addAnnotation ( AnnotationSpec . builder ( Path . class ) . addMember ( DEFAULT_ANNOTATION_PARAMETER , ANNOTATION_FORMAT , pathAnnotationFor ( arg0 ) ) . build ( ) ) ; }
34,482
get a thread-local typed bytes writable input for the supplied datainput . concode_field_sep TypedBytesInput in concode_elem_sep Configuration conf concode_elem_sep ThreadLocal tbIn concode_field_sep Writable read concode_elem_sep MapWritable readMap concode_elem_sep MapWritable readMap concode_elem_sep Configuration g...
TypedBytesWritableInput function ( DataInput arg0 ) { return get ( TypedBytesInput . get ( arg0 ) ) ; }
34,483
returns `` true '' if this jdwp packet is tagged as a reply . concode_field_sep int HANDSHAKE_BAD concode_elem_sep int DDMS_CMD concode_elem_sep int JDWP_HEADER_LEN concode_elem_sep int mSerialId concode_elem_sep int HANDSHAKE_NOTYET concode_elem_sep int mLength concode_elem_sep int mId concode_elem_sep ByteBuffer mBuf...
boolean function ( ) { return ( mFlags & REPLY_PACKET ) != 0 ; }
34,484
this method resets the incoming events time events included . concode_field_sep long number concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean reset concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode...
void function ( ) { sCInterface . clearEvents ( ) ; }
34,485
adds a new string that when present in the requested url will skip the `` is logged '' checking . concode_field_sep Logger Log concode_elem_sep ServletContext context concode_elem_sep Set<String> excludes concode_elem_sep String defaultLoginPage concode_field_sep void init concode_elem_sep void removeExclude concode_el...
void function ( String arg0 ) { excludes . add ( arg0 ) ; }
34,486
get the session header . concode_field_sep String CONTENT_LENGTH concode_elem_sep String ACK concode_elem_sep Map<String,List<String>> headers concode_elem_sep String LOGIN concode_elem_sep String SERVER concode_elem_sep String SESSION concode_elem_sep String PASSCODE concode_elem_sep String HEARTBEAT concode_elem_sep ...
String function ( ) { return getFirst ( SESSION ) ; }
34,487
sets the value of the description property . concode_field_sep List<CmpField> cmpField concode_elem_sep ProfileCmpInterfaceName profileCmpInterfaceName concode_elem_sep Description description concode_elem_sep String id concode_field_sep ProfileCmpInterfaceName getProfileCmpInterfaceName concode_elem_sep void setProfil...
void function ( Description arg0 ) { this . description = arg0 ; }
34,488
reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_el...
void function ( java . io . InputStream arg0 , int arg1 , int arg2 , int arg3 ) { ReInit ( new java . io . InputStreamReader ( arg0 ) , arg1 , arg2 , arg3 ) ; }
34,489
invoked when the view was resized concode_field_sep PlaceHolder placeHolder concode_field_sep void viewClosed concode_elem_sep void viewMoved concode_elem_sep void viewShown concode_elem_sep void viewClosing concode_elem_sep void viewDeselected concode_elem_sep void viewHidden concode_elem_sep void viewSelected
void function ( ViewEvent arg0 ) { }
34,490
returns the node object that currently represents this node in the avl index structure . in current implementations of node this is always the same as the this object for memory and text tables but can be a different object for cached tables , where disknode objects may be freed from the cache . calling this method ret...
Node function ( ) { return this ; }
34,491
parses a json formatted boolean from text . concode_field_sep int INT_SIZE concode_field_sep Number toNumber
Boolean function ( String arg0 ) { if ( arg0 == null ) { return null ; } else if ( "srini_string" . equals ( arg0 ) ) { return Boolean . TRUE ; } else if ( "srini_string" . equals ( arg0 ) ) { return Boolean . FALSE ; } else { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } }
34,492
returns the url path patterns for the resource handler . concode_field_sep Integer cachePeriod concode_elem_sep List<Resource> locations concode_elem_sep ResourceChainRegistration resourceChainRegistration concode_elem_sep ResourceLoader resourceLoader concode_elem_sep String[] pathPatterns concode_elem_sep CacheContro...
String [ ] function ( ) { return this . pathPatterns ; }
34,493
auto generated method comment concode_field_sep FieldGenHandlerFactory singleton concode_elem_sep Map<String,String> handlers concode_field_sep FieldGenHandlerFactory getSingletonInstance concode_elem_sep Map<String,String> getHandlers concode_elem_sep void setHandlers
String function ( String arg0 ) { if ( arg0 != null ) { if ( singleton . handlers . containsKey ( arg0 ) ) { return singleton . handlers . get ( arg0 ) ; } else { return null ; } } else { return null ; } }
34,494
is invoked when public fields of the base-level class are read and the runtime system intercepts it . this method simply returns the value of the field . every subclass of this class should redefine this method . concode_field_sep Method[] methods concode_elem_sep ClassMetaobject classmetaobject concode_elem_sep Metale...
Object function ( String arg0 ) { Class loc0 = getClassMetaobject ( ) . getJavaClass ( ) ; try { return loc0 . getField ( arg0 ) . get ( getObject ( ) ) ; } catch ( NoSuchFieldException loc1 ) { throw new RuntimeException ( loc1 . toString ( ) ) ; } catch ( IllegalAccessException loc1 ) { throw new RuntimeException ( l...
34,495
get the view class . concode_field_sep Map<Class<?>,Object> privateData concode_elem_sep ViewInstanceFactory viewInstanceFactory concode_elem_sep Set<Method> asyncMethods concode_elem_sep ServiceName viewServiceName concode_elem_sep OrderedItemContainer<InterceptorFactory> clientPreDestroyInterceptors concode_elem_sep ...
Class < ? > function ( ) { return viewClass ; }
34,496
adds a combination of fields that are unique in these data properties . concode_field_sep Logger LOG concode_elem_sep Ordering ordering concode_elem_sep FieldList groupedFields concode_elem_sep Set<FieldSet> uniqueFields concode_elem_sep LocalProperties EMPTY concode_field_sep LocalProperties forOrdering concode_elem_s...
LocalProperties function ( FieldSet arg0 ) { LocalProperties loc0 = clone ( ) ; if ( loc0 . arg0 == null ) { loc0 . arg0 = new HashSet < FieldSet > ( ) ; } loc0 . arg0 . add ( arg0 ) ; return loc0 ; }
34,497
display arbitary url concode_field_sep EmbeddedBrowser browser concode_field_sep boolean isSetLocationSupported concode_elem_sep void setSize concode_elem_sep void setLocation concode_elem_sep void uiSetSize concode_elem_sep boolean isCloseSupported concode_elem_sep boolean isSetSizeSupported concode_elem_sep void uiSe...
void function ( final String arg0 ) { Display loc0 = Display . getDefault ( ) ; if ( loc0 == Display . getCurrent ( ) ) { uiDisplayURL ( arg0 ) ; } else { loc0 . syncExec ( new Runnable ( ) { public void run ( ) { uiDisplayURL ( arg0 ) ; } } ) ; } }
34,498
creates an accessibilitynodeinforef with a refreshed copyof node , taking ownership of the copy . if node is null , null is returned . concode_field_sep boolean mOwned concode_elem_sep AccessibilityNodeInfoCompat mNode concode_field_sep AccessibilityNodeInfoRef obtain concode_elem_sep boolean parent concode_elem_sep bo...
AccessibilityNodeInfoRef function ( AccessibilityNodeInfoCompat arg0 ) { return owned ( AccessibilityNodeInfoUtils . refreshNode ( arg0 ) ) ; }
34,499
get the message to be displayed . concode_field_sep int WARNING concode_elem_sep int INFORMATION concode_elem_sep int messageType concode_elem_sep int ERROR concode_elem_sep long serialVersionUID concode_elem_sep String message concode_field_sep int getMessageType
String function ( ) { return message ; }