code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
double function ( ) { return totalN1 . getMean ( ) ; } | retorno de dado coleta concode_field_sep Metrics atraso1 concode_elem_sep Metrics totalN2 concode_elem_sep Metrics atraso2 concode_elem_sep Metrics atrasoN2 concode_elem_sep Metrics total1 concode_elem_sep Metrics total2 concode_elem_sep Metrics totalN1 concode_elem_sep Metrics atrasoN1 concode_field_sep double getMean... |
double function ( ) { return m_Actual ; } | gets the actual class value . concode_field_sep double m_Weight concode_elem_sep double m_Actual concode_elem_sep long serialVersionUID concode_elem_sep double m_Predicted concode_field_sep double weight concode_elem_sep String toString concode_elem_sep double error concode_elem_sep double predicted concode_elem_sep St... |
ConfigDescriptionParameterBuilder function ( String arg0 ) { this . unitLabel = arg0 ; return this ; } | sets the unit label of the configuration parameter . concode_field_sep List<FilterCriteria> filterCriteria concode_elem_sep BigDecimal max concode_elem_sep Boolean advanced concode_elem_sep String defaultValue concode_elem_sep Integer multipleLimit concode_elem_sep String pattern concode_elem_sep Boolean multiple conco... |
void function ( String arg0 ) { this . prefixListName = arg0 ; } | the name of the prefix . concode_field_sep String prefixListId concode_elem_sep com.amazonaws.internal.SdkInternalList<String> cidrs concode_elem_sep String prefixListName concode_field_sep void setPrefixListId concode_elem_sep String getPrefixListId concode_elem_sep PrefixList withPrefixListName concode_elem_sep Prefi... |
boolean function ( final String arg0 , final char [ ] arg1 ) { if ( StringHelper . hasText ( arg0 ) && ArrayHelper . isNotEmpty ( arg1 ) ) for ( final char loc0 : arg0 . toCharArray ( ) ) if ( ArrayHelper . contains ( arg1 , loc0 ) ) return true ; return false ; } | checks if the string contains any character in the given set of characters . a null string will return false . a null or zero length search array will return false . stringutils.containsany null , = false stringutils.containsany '' '' , = false stringutils.containsany , null = false stringutils.containsany , = false st... |
void function ( ) { block = null ; } | this only sets the block to null . actual remove implementation is done in the sub classes . concode_field_sep String index concode_elem_sep SimulinkBlock block concode_field_sep SimulinkBlock getBlock concode_elem_sep PortLayoutData obtainLayoutData concode_elem_sep boolean isSpecialPort concode_elem_sep String getInd... |
void function ( ) { cacheKeyToCacheMap . clear ( ) ; queryAttrToPathExpressionCache . clear ( ) ; } | clears all cached items . concode_field_sep Map<String,Map<Object,Object>> cacheKeyToCacheMap concode_elem_sep Map<QueryAttr,Expression> queryAttrToPathExpressionCache concode_elem_sep InMemSortOrder sortOrder concode_elem_sep QueryEvaluatorSet evaluatorSet concode_elem_sep InMemQueryEvaluator<T> evaluatorCtxt concode_... |
String function ( TextMessage arg0 ) { return arg0 . getText ( ) ; } | extract a string from the given textmessage . concode_field_sep PlaceHolder placeHolder concode_field_sep BytesMessage createMessageForByteArray concode_elem_sep byte[] extractByteArrayFromMessage concode_elem_sep Map<String,Object> extractMapFromMessage concode_elem_sep Message toMessage concode_elem_sep MapMessage cr... |
String function ( ) { return toHexString ( 0 , "srini_string" ) ; } | returns a hex string representing the bitbuf , no spacing . concode_field_sep int bitlen concode_elem_sep char hexchars[] concode_elem_sep StringBuffer binbyte concode_elem_sep int masks[] concode_elem_sep byte data[] concode_elem_sep StringBuffer hexbyte concode_field_sep int toInt concode_elem_sep long toLong concode... |
Permissions function ( ) { return securityHandler . getPermissions ( ) ; } | gets the permission associated with the document 's encryption handler . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_elem_sep boolean isAuthori... |
String function ( ) { String loc0 = getConfigurationValue ( ConfigurationWorker . POPC_APPCORESERVICE_ITEM ) ; if ( loc0 == null ) { loc0 = "srini_string" ; } return loc0 ; } | retrieve the pop-c + + appcoreservice executable location concode_field_sep String DEFAULT_POPJ_LOCATION concode_field_sep String getClassPath concode_elem_sep String getConfigurationValue concode_elem_sep String getPopJavaLocation concode_elem_sep String getPOPJavaCodePath concode_elem_sep URL getMyJar concode_elem_se... |
void function ( String [ ] arg0 ) { LogManager loc0 = LogManager . getLogManager ( ) ; loc0 . reset ( ) ; Flags . readConfigurationFile ( Flags . rootDir + "srini_string" ) ; runIndexer ( 0 ) ; } | the main method . concode_field_sep PlaceHolder placeHolder concode_field_sep void runIndexer |
String function ( Object arg0 ) { return arg0 == null ? null : StringEscapeUtils . escapeJava ( arg0 . toString ( ) ) ; } | escapes the tostring representation of obj for use in a literal string.this is useful for interpolating variables into script strings , as well as in other situations . concode_field_sep Pattern WHITESPACE concode_field_sep String toPlatformLineSeparators concode_elem_sep String normaliseFileAndLineSeparators concode_e... |
String function ( ) { return description ; } | this method is used for getting the description of the module . the description is a long , user friendly description of the module . concode_field_sep Configuration configuration concode_elem_sep String description concode_elem_sep String id concode_elem_sep String label concode_elem_sep String type concode_field_sep ... |
void function ( int arg0 , String arg1 ) { System . err . println ( arg1 ) ; ExitUtil . terminate ( arg0 , arg1 ) ; } | prints a message to stderr and exits with a status code . concode_field_sep String usage concode_field_sep void main |
void function ( ) { if ( lastCheck + CHECK_INTERVAL > System . currentTimeMillis ( ) ) { return ; } lastCheck = System . currentTimeMillis ( ) ; } | checks if the synonym properties file has been updated and this provider should reload the synonyms . this method performs the actual check at most every #check_interval . if reloading fails an error is logged and this provider will retry after #check_interval . concode_field_sep Logger log concode_elem_sep long lastCh... |
void function ( ) { startTime = System . currentTimeMillis ( ) ; running = true ; } | ensures that this object is in the running state . if this object is not running , then the call has the effect of setting the starttime attribute to the current value of system.currenttimemillis and setting the running attribute to true . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep l... |
byte [ ] function ( byte [ ] arg0 ) { synchronized ( MD5 . class ) { if ( md5 == null ) { try { md5 = MessageDigest . getInstance ( "srini_string" ) ; } catch ( NoSuchAlgorithmException loc0 ) { throw new RuntimeException ( loc0 . toString ( ) ) ; } } return md5 . digest ( arg0 ) ; } } | retrieves a byte sequence representing the md5 digest of the specified byte sequence . concode_field_sep MessageDigest md5 concode_field_sep String encode |
CellHandle function ( int arg0 , int arg1 ) { return getLayoutTable ( ) . getCell ( arg0 , arg1 ) ; } | returns the cell at the given position . the table is viewed as be constructed by a set of flattened rows . each row has a set of cells . please note that the return cellhandle is an element that occupies the given position in the layout rendering . for example , if a cell occupies the position 1 , 1 and 1 , 2 , return... |
void function ( ) { linked . add ( 0 , rndInt ( ) ) ; } | add integers to last position in a linked list . concode_field_sep Random random concode_elem_sep List<Integer> array concode_elem_sep List<Integer> linked concode_field_sep int rndInt concode_elem_sep void linkedAddFirst concode_elem_sep void resetLists concode_elem_sep void linkedGetFromPositions concode_elem_sep voi... |
void function ( ) { long loc0 = System . currentTimeMillis ( ) ; final long loc1 = loc0 + timeout ; try { while ( ! stopped && loc1 > loc0 ) { wait ( loc1 - loc0 ) ; loc0 = System . currentTimeMillis ( ) ; } } catch ( InterruptedException loc2 ) { } if ( ! stopped ) { fireTimeoutOccured ( ) ; } } | the run method of the watch dog thread . this simply does a wait for the timeout time , and if the stop flag has not been set when the wait has returned or has been interrupted , the watch dog listeners are informed . concode_field_sep boolean stopped concode_elem_sep String ERROR_INVALID_TIMEOUT concode_elem_sep Vecto... |
void function ( AnnoConnection1 arg0 ) { ConnectionEvent loc0 = new ConnectionEvent ( this , ConnectionEvent . CONNECTION_CLOSED ) ; loc0 . setConnectionHandle ( arg0 ) ; for ( ConnectionEventListener loc1 : listeners ) { loc1 . connectionClosed ( loc0 ) ; } } | close handle concode_field_sep Logger log concode_elem_sep AnnoManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep AnnoConnectionImpl1 connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection concode_elem_sep Object getConnection co... |
String function ( ) { return perpetualAccessEndIssue ; } | gets the value of the perpetualaccessendissue property . concode_field_sep String perpetualAccessEndDateString concode_elem_sep String perpetualAccessEndVolume concode_elem_sep String perpetualAccessStartDateFormat concode_elem_sep String perpetualAccessStartDateString concode_elem_sep String perpetualAccessStartVolume... |
void function ( CTUnSignedInteger arg0 ) { this . rSp = arg0 ; } | sets the value of the rsp property . concode_field_sep Object parent concode_elem_sep CTOnOff maxDist concode_elem_sep CTSpacingRule rSpRule concode_elem_sep CTOnOff objDist concode_elem_sep CTCtrlPr ctrlPr concode_elem_sep CTYAlign baseJc concode_elem_sep CTUnSignedInteger rSp concode_field_sep CTOnOff getMaxDist conc... |
void function ( String arg0 ) { this . actuate = arg0 ; } | sets the value of the actuate property . concode_field_sep CodeAlternativeExpressionType codeAlternativeExpression concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_s... |
boolean function ( String arg0 ) { return false ; } | returns the current state . this method returns . concode_field_sep byte NUL_2 concode_elem_sep byte NUL concode_elem_sep InnerInputCorrectJavaDocParagraphCheck anon concode_field_sep void foo6 concode_elem_sep void foo6 concode_elem_sep void foo6 concode_elem_sep boolean emulated1 concode_elem_sep int geId concode_ele... |
Timestamp function ( java . sql . Timestamp arg0 ) { return ofTimeSecondsAndNanos ( arg0 . getTime ( ) / 1000 , arg0 . getNanos ( ) ) ; } | creates an instance representing the value of timestamp . concode_field_sep long serialVersionUID concode_elem_sep long seconds concode_elem_sep int nanos concode_elem_sep Timestamp MIN_VALUE concode_elem_sep Timestamp MAX_VALUE concode_elem_sep DateTimeFormatter format concode_field_sep Timestamp fromProto concode_ele... |
T [ ] function ( T [ ] arg0 , int arg1 ) { Class < ? > loc0 = arg0 . getClass ( ) . getComponentType ( ) ; @ SuppressWarnings ( "srini_string" ) T [ ] loc1 = ( T [ ] ) Array . newInstance ( loc0 , arg1 ) ; return loc1 ; } | returns a new array of the given length with the same type as a reference array . concode_field_sep PlaceHolder placeHolder concode_field_sep MapMaker tryWeakKeys concode_elem_sep Deque<E> newFastestDeque |
Job function ( JobData arg0 ) { setData ( arg0 ) ; return this ; } | additional data about a job . concode_field_sep String accountId concode_elem_sep JobData data concode_elem_sep String id concode_elem_sep String nonce concode_field_sep void setNonce concode_elem_sep void setData concode_elem_sep Job withAccountId concode_elem_sep String getNonce concode_elem_sep String getId concode_... |
String function ( ) { return upDate ; } | the date this service last came up . concode_field_sep String hostName concode_elem_sep String name concode_elem_sep String fixedRate concode_elem_sep Status status concode_elem_sep boolean active concode_elem_sep String UNKNOWN_HOSTNAME concode_elem_sep String upDate concode_elem_sep Logger LOGGER concode_elem_sep Str... |
AC function ( Class < AC > arg0 , List < AccessControlFinder . Context > arg1 , List < Criterion > arg2 ) { AC loc0 = null ; for ( Context loc1 : arg1 ) { loc0 = getAccessControl ( arg0 , loc1 , arg2 ) ; if ( null != loc0 ) { return loc0 ; } } return loc0 ; } | get an access control object from the db corresponding to the given list of search contexts . concode_field_sep Product product concode_elem_sep Role role concode_elem_sep Session session concode_elem_sep Node state concode_elem_sep FieldsContainer type concode_field_sep Product getProduct concode_elem_sep Node getStat... |
List < EmployeeDirectDeposit > function ( ) { if ( employeeDirectDeposit == null ) { employeeDirectDeposit = new ArrayList < EmployeeDirectDeposit > ( ) ; } return this . employeeDirectDeposit ; } | gets the value of the employeedirectdeposit 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 employeedirectdeposit property . for example... |
Object function ( ) { return attributeValue ; } | get the attribute value concode_field_sep Object attributeValue concode_elem_sep Type attributeType concode_elem_sep String attributeName concode_field_sep Type getAttributeType concode_elem_sep void setAttributeName concode_elem_sep void setAttributeType concode_elem_sep void setAttributeValue concode_elem_sep String ... |
ArrayList function ( ArrayList arg0 ) { for ( int loc0 = 0 , loc1 = arg0 . size ( ) ; loc0 < loc1 ; loc0 ++ ) { arg0 . remove ( 0 ) ; } return ( arg0 ) ; } | convenience method to clear a passed arraylist basically clones the functionality of a vector.removeall concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep String LOG_PATH conc... |
User function ( ) { return viewer ; } | get the user object that will be used for all requests . concode_field_sep User viewer concode_field_sep boolean dominates concode_elem_sep boolean dominates concode_elem_sep boolean dominates concode_elem_sep ProvenanceCollection getGraph concode_elem_sep ProvenanceCollection getGraph concode_elem_sep ProvenanceCollec... |
void function ( String arg0 ) { this . codename = arg0 ; } | sets release date . concode_field_sep int microNumber concode_elem_sep int majorNumber concode_elem_sep int minorNumber concode_elem_sep VersionType versionType concode_elem_sep String releaseDate concode_elem_sep String displayName concode_elem_sep String codename concode_elem_sep String downloadURL concode_field_sep ... |
String function ( String arg0 , String arg1 ) { return String . format ( INSERT_STATEMENT_PREFIX_FORMAT , arg0 , arg1 , JOINER_ON_COMMA . join ( this . columnNames ) ) ; } | populates the placeholders and constructs the prefix of batch insert statement concode_field_sep Connection conn concode_elem_sep List<JdbcEntryData> pendingInserts concode_elem_sep Joiner JOINER_ON_COMMA concode_elem_sep Logger LOG concode_elem_sep String INSERT_STATEMENT_PREFIX_FORMAT concode_elem_sep String insertSt... |
void function ( TagWriter arg0 ) { doRenderFromCollection ( CollectionUtils . arrayToList ( ( ( Class < ? > ) this . optionSource ) . getEnumConstants ( ) ) , arg0 ) ; } | renders the inner ' option ' tags using the #optionsource . concode_field_sep Object optionSource concode_elem_sep boolean htmlEscape concode_elem_sep String labelProperty concode_elem_sep BindStatus bindStatus concode_elem_sep String valueProperty concode_field_sep void writeCommonAttributes concode_elem_sep String pr... |
void function ( Composite arg0 , DialogField [ ] arg1 , boolean arg2 ) { doDefaultLayout ( arg0 , arg1 , arg2 , 0 , 0 ) ; } | creates a composite and fills in the given editors . concode_field_sep PlaceHolder placeHolder concode_field_sep void setHorizontalSpan concode_elem_sep void setWidthHint concode_elem_sep void setHorizontalIndent concode_elem_sep void setHeightHint concode_elem_sep void setHorizontalGrabbing concode_elem_sep void modif... |
Proxy function ( ) { return proxy ; } | returns this address 's explicitly-specified http proxy , or null to delegate to the http client 's proxy selector . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier c... |
void function ( java . awt . Graphics arg0 , java . awt . Rectangle arg1 ) { } | paint a representation of the value into a given area of screen real estate . note that the propertyeditor is responsible for doing its own clipping so that it fits into the given rectangle . if the propertyeditor does n't honor paint requests see ispaintable this method should be a silent noop . concode_field_sep java... |
String function ( ) { return Objects . toStringHelper ( this ) . add ( "srini_string" , getId ( ) ) . add ( "srini_string" , getStreetName ( ) ) . add ( "srini_string" , getCity ( ) ) . add ( "srini_string" , getVersion ( ) ) . toString ( ) ; } | construct a readable string representation for this address instance . concode_field_sep String streetName concode_elem_sep Logger log concode_elem_sep String city concode_elem_sep long serialVersionUID concode_elem_sep Integer id concode_elem_sep Integer version concode_elem_sep IdentifiableHashBuilder identifiableHas... |
String [ ] function ( Class < ? > arg0 , String ... arg1 ) { return ( ObjectUtils . isEmpty ( arg1 ) && isGenerateDefaultLocations ( ) ) ? generateDefaultLocations ( arg0 ) : modifyLocations ( arg0 , arg1 ) ; } | if the supplied locations are null or emptyand #isgeneratedefaultlocations returns true , default locations will be #generatedefaultlocations class generated i.e. , detected for the specified class class and the configured @linkplain #getresourcesuffixes resource suffixes ; otherwise , the supplied locations will be @l... |
void function ( int arg0 ) { wins += arg0 ; } | adds newwins to wins concode_field_sep int wins concode_elem_sep String XML_TAG concode_elem_sep int ties concode_elem_sep Logger logger concode_elem_sep int rawScore concode_elem_sep int losses concode_field_sep void set concode_elem_sep String getXmld concode_elem_sep void incrementLosses concode_elem_sep void increm... |
Builder function ( char arg0 ) { return serdeParam ( serdeConstants . LINE_DELIM , Character . toString ( arg0 ) ) ; } | see row_format element of create_table ddl for hive . concode_field_sep boolean ifNotExists concode_elem_sep HCatTable hcatTable concode_field_sep Builder tblProps concode_elem_sep String getLocation concode_elem_sep int getNumBuckets concode_elem_sep List<HCatFieldSchema> getPartitionCols concode_elem_sep List<Order> ... |
T function ( Object arg0 ) { throw new UnsupportedOperationException ( ) ; } | remove a entry . concode_field_sep int size concode_elem_sep Node<T> root concode_elem_sep int maxKeyLen concode_elem_sep T value concode_elem_sep T value concode_elem_sep CharSequence key concode_elem_sep Map<Character,Node<T>> nextMap concode_field_sep Map<Character,Node<T>> newNodeMap concode_elem_sep Map<Character,... |
boolean function ( int arg0 ) { return ( arg0 & NATIVE ) != 0 ; } | returns true if the modifiers include the native modifier . concode_field_sep int PROTECTED concode_elem_sep int PRIVATE concode_elem_sep int NATIVE concode_elem_sep int ANNOTATION concode_elem_sep int ENUM concode_elem_sep int INTERFACE concode_elem_sep int FINAL concode_elem_sep int VOLATILE concode_elem_sep int STRI... |
IStatus function ( GitRevSpecifier arg0 , IProgressMonitor arg1 ) { return walkRevisionListWithSpecifier ( arg0 , NO_LIMIT , arg1 ) ; } | walks a revision to collect all the commits in reverse chronological order . concode_field_sep List<GitCommit> commits concode_elem_sep int NO_LIMIT concode_elem_sep GitRepository repository concode_field_sep byte[] read concode_elem_sep long readLong concode_elem_sep List<GitCommit> getCommits concode_elem_sep String ... |
int function ( Joint [ ] arg0 , Comparator < Joint > arg1 ) { Joint [ ] loc0 = new Joint [ arg0 . length ] ; System . arraycopy ( arg0 , 0 , loc0 , 0 , arg0 . length ) ; java . util . Arrays . sort ( loc0 , arg1 ) ; return loc0 [ loc0 . length - 1 ] . joint ; } | gets the maximum joint according to the given comparator . you can use this with the methods comparex , comparey and comparez to find the most extreme joints in a particular dimension . for example , maxjointby userdata.getalljoints , comparex will get the rightmost joint as it appears on screen - this will probably be... |
void function ( final Socket arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( IOException loc0 ) { } } } | closes the socket ignoring ioexception . concode_field_sep int BLOCKSIZE concode_field_sep void skipFully concode_elem_sep void cleanup concode_elem_sep void readFully concode_elem_sep void closeStream concode_elem_sep void copyBytes concode_elem_sep void copyBytes concode_elem_sep void copyBytes |
Insn function ( ) { return insns . getLast ( ) ; } | gets the last instruction of this block . this is just a convenient shorthand for getinsns . getlast . concode_field_sep InsnList insns concode_elem_sep IntList successors concode_elem_sep int primarySuccessor concode_elem_sep int label concode_field_sep boolean canThrow concode_elem_sep int getLabel concode_elem_sep I... |
void function ( String arg0 ) { this . erasmusID = arg0 ; } | sets the value of the erasmusid property . concode_field_sep CountryType country concode_elem_sep RichTextTagType additionalInformation concode_elem_sep String erasmusID concode_elem_sep ContactInformationType contactInformation concode_elem_sep String nationalID concode_elem_sep String name concode_elem_sep Institutio... |
boolean function ( ) { return mStencilBuffer ; } | returns whether stencil buffer has been enabled for this render target . concode_field_sep Config mBitmapConfig concode_elem_sep int mDepthBufferHandle concode_elem_sep int mWidth concode_elem_sep int mGLType concode_elem_sep boolean mStencilBuffer concode_elem_sep int mFrameBufferHandle concode_elem_sep int mHeight co... |
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } | return type metadata object concode_field_sep java.lang.String filename concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String date_entered concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String id concode_elem_s... |
JSONArray function ( JSONTokener arg0 ) { return toJSONArray ( rowToJSONArray ( arg0 ) , arg0 ) ; } | produce a jsonarray of jsonobjects from a comma delimited text string , using the first row as a source of names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString concode_elem_sep... |
void function ( Path arg0 ) { arg0 . transform ( mMatrixValueToPx ) ; arg0 . transform ( mViewPortHandler . getMatrixTouch ( ) ) ; arg0 . transform ( mMatrixOffset ) ; } | transform a path with all the given matrices very important : keep order to value-touch-offset concode_field_sep float[] ptsBuffer concode_elem_sep float[] valuePointsForGenerateTransformedValuesBubble concode_elem_sep float[] valuePointsForGenerateTransformedValuesCandle concode_elem_sep Matrix mMatrixValueToPx concod... |
java . lang . String function ( ) { return os ; } | gets the os value for this profiledata . concode_field_sep java.lang.String os concode_elem_sep java.lang.String os_build concode_elem_sep com.intellij.tasks.mantis.model.AccountData user_id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep ja... |
void function ( Integer arg0 ) { this . iTotalDisplayRecords = arg0 ; } | total records , after filtering i.e. the total number of records after filtering has been applied - not just the number of records being returned in this result set . concode_field_sep String[] sColumns concode_elem_sep Integer iTotalRecords concode_elem_sep List<String[]> aaData concode_elem_sep Integer iTotalDisplayR... |
void function ( JsonObject arg0 ) { if ( dataHandler != null ) { dataHandler . handle ( arg0 ) ; } if ( isComplete ( arg0 ) ) { completed = true ; if ( endHandler != null ) { endHandler . handle ( null ) ; } } else { if ( ! paused && dataHandler != null ) { doQuery ( ) ; } } } | pagination looping logic - continuously runs through a doquery loop until all results have been streamed concode_field_sep Handler<JsonObject> dataHandler concode_elem_sep boolean paused concode_elem_sep Handler<Void> endHandler concode_elem_sep SolrService solrService concode_elem_sep Logger logger concode_elem_sep Ve... |
void function ( ) { assertTrue ( acceptCompany ( "srini_string" + File . separator + "srini_string" ) ) ; } | positive test case concode_field_sep PlaceHolder placeHolder concode_field_sep void testPositiveParsing concode_elem_sep void testNegativeParsing concode_elem_sep void testNegativeAcceptance |
SslContextFactory function ( SSLConfig arg0 ) { if ( arg0 != null ) { return arg0 . createContextFactory ( ) ; } if ( Boolean . getBoolean ( "srini_string" ) ) { return configureSslFromSysProps ( ) ; } return null ; } | returns an sslcontextfactory that should be used by a jetty server based on the specified sslconfig param which may be null . if the sslconfig param is non-null , then this method will return the results of #createcontextfactory . if the sslconfig param is null , then this method will return null unless the tests.jetty... |
void function ( PrintJobEvent arg0 ) { } | called to notify the client that a print job was successfully completed . the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void printDataTransferCompleted concode_elem_sep void printJobNoMoreEvents concode_elem_sep void printJobRequiresAttention concode_elem_sep void... |
EPackage function ( ) { if ( rootPackage == null ) { rootPackage = EcoreFactory . eINSTANCE . createEPackage ( ) ; rootPackage . setName ( UNRESOLVED_PACKAGE_NAME ) ; rootPackage . setNsPrefix ( "srini_string" ) ; rootPackage . setNsURI ( computePackageNs ( rootPackage ) ) ; } return rootPackage ; } | return the root unresolved package of the unresolved tree . concode_field_sep String UNRESOLVED_PACKAGE_NAME concode_elem_sep ICSTRootEnvironment<?,?,?,?,?,?,?,?,?,?,?,?> rootEnvironment concode_elem_sep EPackage rootPackage concode_field_sep String computePackageNs concode_elem_sep void computePackageNs concode_elem_s... |
void function ( ) { stopPropagation = true ; } | causes exit from in-progress event dispatch before the next currenttarget is selected . replaces the preventbubble and preventcapture methods which were present in early drafts ; they may be reintroduced in future levels of the dom . concode_field_sep short eventPhase concode_elem_sep boolean preventDefault concode_ele... |
void function ( PredicateOperator arg0 ) { this . operator = arg0 ; } | sets the value of the operator property . concode_field_sep String field concode_elem_sep List<String> values concode_elem_sep PredicateOperator operator concode_field_sep void setField concode_elem_sep List<String> getValues concode_elem_sep String getField concode_elem_sep PredicateOperator getOperator |
Bookmark function ( long arg0 ) { return new Bookmark ( arg0 ) ; } | returns the specified bookmark . concode_field_sep Logger Log concode_elem_sep String DELETE_BOOKMARK concode_elem_sep String SELECT_BOOKMARKS concode_field_sep void deleteBookmark concode_elem_sep Collection<Bookmark> getBookmarks |
double function ( int arg0 , NormalMethod arg1 ) { double loc0 = ( double ) arg1 . getBytecodeLength ( ) ; double loc1 = RuntimeCompiler . getBaselineRate ( ) ; double loc2 = loc0 / loc1 ; if ( arg0 != BASELINE ) { loc2 *= compileTimeRatio [ BASELINE ] [ arg0 ] ; } return loc2 ; } | estimate how long in milliseconds it will/did take the given compiler to compile the given method . concode_field_sep int BASELINE concode_elem_sep double[] compilationRates concode_elem_sep double[] speedupRates concode_elem_sep String[] compilerNames concode_elem_sep int numCompilers concode_elem_sep double[][] benef... |
ItemAbstractionPair function ( ) { return pair ; } | it gets the itemabstractionpair object kept in the trienode concode_field_sep boolean alreadyExplored concode_elem_sep ItemAbstractionPair pair concode_elem_sep Trie child concode_field_sep void setPair concode_elem_sep boolean isAlreadyExplored concode_elem_sep void setChild concode_elem_sep Trie getChild concode_elem... |
float function ( PackageItem arg0 , PackageItem arg1 ) { float loc0 = DaisyMatrixMaker . calcDist ( arg0 . choices , arg1 . choices ) ; return loc0 ; } | utility method for calculating the distance between two package items based on the choices see the daisymatrixmaker or check the web for the daisy algorithm . concode_field_sep Long userPkgId concode_elem_sep List<Boolean> choices concode_field_sep float distance concode_elem_sep Long getUserPkgId concode_elem_sep List... |
boolean function ( ) { return inboundPhase ( ) != Phase . STATUS ; } | returns true if the stream can receive data from its remote peer . concode_field_sep Phase outboundPhase concode_elem_sep Phase inboundPhase concode_elem_sep MessageFramer framer concode_elem_sep IdT id concode_elem_sep MessageDeframer deframer concode_field_sep void closeFramer concode_elem_sep void receiveMessage con... |
void function ( Options arg0 ) { HelpFormatter loc0 = new HelpFormatter ( ) ; loc0 . printHelp ( "srini_string" , arg0 ) ; } | print jmxget usage information concode_field_sep String service concode_elem_sep String port concode_elem_sep String server concode_elem_sep ArrayList<ObjectName> hadoopObjectNames concode_elem_sep MBeanServerConnection mbsc concode_elem_sep String format concode_elem_sep String localVMUrl concode_field_sep void setSer... |
ComponentDescription function ( ) { return componentDescription ; } | get the associated component description . concode_field_sep int BRIDGE concode_elem_sep Deque<ViewConfigurator> configurators concode_elem_sep ImmediateInterceptorFactory CLIENT_DISPATCHER_INTERCEPTOR_FACTORY concode_elem_sep boolean useWriteReplace concode_elem_sep DefaultConfigurator INSTANCE concode_elem_sep String... |
boolean function ( final Message arg0 ) { return expression . evaluate ( arg0 ) ; } | determines if the specified message matches this messageselector 's expression . concode_field_sep Expression expression concode_field_sep Expression getExpression concode_elem_sep String toString |
Stopwatch function ( ) { return new Stopwatch ( ) ; } | creates but does not start a new stopwatch using system #nanotime as its time source . concode_field_sep Ticker ticker concode_elem_sep long elapsedNanos concode_elem_sep boolean isRunning concode_elem_sep long startTick concode_field_sep long elapsed concode_elem_sep String abbreviate concode_elem_sep long elapsedNano... |
void function ( java . lang . String arg0 ) { _assetCategoryProperty . setKey ( arg0 ) ; } | sets the key of this asset category property . concode_field_sep AssetCategoryProperty _assetCategoryProperty concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep... |
Integer function ( ) { return x ; } | gets x. concode_field_sep Integer resourceid concode_elem_sep Integer valign concode_elem_sep Integer resourcetype concode_elem_sep String url concode_elem_sep Integer screenitemid concode_elem_sep Integer colspan concode_elem_sep Integer screenid concode_elem_sep Integer rowspan concode_elem_sep Integer elements conco... |
char [ ] function ( String arg0 ) { char [ ] loc0 = new char [ 0x10000 ] ; int loc1 = 0 ; int loc2 = 0 ; while ( loc1 < 54 ) { int loc3 = arg0 . charAt ( loc1 ++ ) ; char loc4 = arg0 . charAt ( loc1 ++ ) ; do loc0 [ loc2 ++ ] = loc4 ; while ( -- loc3 > 0 ) ; } return loc0 ; } | unpacks the compressed character translation table . concode_field_sep int ZZ_NO_MATCH concode_elem_sep int yyline concode_elem_sep int yycolumn concode_elem_sep String ZZ_ACTION_PACKED_0 concode_elem_sep String ZZ_ATTRIBUTE_PACKED_0 concode_elem_sep int ZZ_UNKNOWN_ERROR concode_elem_sep int ZZ_PUSHBACK_2BIG concode_el... |
void function ( CollectionReader arg0 , AnalysisEngine ... arg1 ) { for ( JCas loc0 : new JCasIterable ( arg0 , arg1 ) ) { assert loc0 != null ; } for ( AnalysisEngine loc0 : arg1 ) { loc0 . collectionProcessComplete ( ) ; } arg0 . close ( ) ; } | provides a simple way to run a pipeline for a given collection reader and sequence of analysis engines concode_field_sep PlaceHolder placeHolder concode_field_sep AnalysisEngine[] createEngines |
KeywordState function ( ) { Keyword [ ] loc0 = Keyword . loc0 ( ) ; String [ ] loc1 = new String [ loc0 . length ] ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { loc1 [ loc2 ] = loc0 [ loc2 ] . getSyntax ( ) ; } Arrays . sort ( loc1 ) ; return computeKeywordStateTable ( 0 , loc1 , 0 , loc1 . length ) ; } | create the initial state in the state machine . concode_field_sep KeywordState KEYWORD_STATE concode_elem_sep Keyword keyword concode_elem_sep KeywordState[] EMPTY_TABLE concode_elem_sep KeywordState[] table concode_field_sep KeywordState next concode_elem_sep KeywordState computeKeywordStateTable concode_elem_sep Keyw... |
Class < ? > function ( ) { return this . serializedPayloadClass ; } | return the configured preferred serialization payload class . concode_field_sep Log logger concode_elem_sep List<MimeType> supportedMimeTypes concode_elem_sep ContentTypeResolver contentTypeResolver concode_elem_sep Class<?> serializedPayloadClass concode_elem_sep boolean strictContentTypeMatch concode_field_sep List<M... |
void function ( ) { this . popCurrentStep ( true ) ; } | remove the last stored position and make that the current position within this match context . concode_field_sep Stack<Integer> _savedPositions concode_elem_sep Pattern spaces concode_elem_sep int _currentIndex concode_elem_sep String[] _steps concode_field_sep void backup concode_elem_sep String getCurrentStep concode... |
void function ( DeliveryMethodEnum arg0 ) { this . deliveryMethod = arg0 ; } | sets the value of the deliverymethod property . concode_field_sep BillDeliveryFormatUpdateActionEnum updateAction concode_elem_sep String emailAddress concode_elem_sep DeliveryMethodEnum deliveryMethod concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar creationDate concode_elem_sep BillFormat ... |
boolean function ( ) { return allowParallelClientRequests ; } | returns whether parallel client requests to the planner instances are possible or not . this flag is used for backwards compatibility of old otp versions < 0.11 which allow only one client to query a planner instance at a time . concode_field_sep List<Service> dataServiceConfiguration concode_elem_sep AgentConfiguratio... |
List < File > function ( ) { return findFilesWithExt ( DATA_EXT ) ; } | get the list of datafiles in the project . concode_field_sep String DATA_EXT concode_elem_sep String SUITE_EXT concode_elem_sep String JS_EXT concode_elem_sep File rootDir concode_elem_sep String CUSTOM_PATTERN concode_elem_sep String SCRIPT_EXT concode_field_sep boolean hasJavascriptOverride concode_elem_sep List<File... |
boolean function ( int arg0 ) { return albums . get ( arg0 ) != - 1 ; } | check whether the given item is associated with an album . concode_field_sep int[] empty_list concode_elem_sep List<Integer> albums concode_elem_sep List<KDDCupItemType> types concode_elem_sep List<Integer> artists concode_elem_sep List<int[]> genres concode_field_sep boolean hasArtist concode_elem_sep KDDCupItemType g... |
void function ( Shell arg0 , IIncludePathEntry arg1 , IJavaScriptProject arg2 , IPath arg3 , IProgressMonitor arg4 ) { modifyClasspathEntry ( arg0 , arg1 , null , arg2 , arg3 , arg4 ) ; } | apply a modified classpath entry to the classpath . the classpath entry can also be from a classpath container . concode_field_sep IIncludePathEntry[] fNewEntries concode_elem_sep IJsGlobalScopeContainer fOriginal concode_elem_sep String JRE_PREF_PAGE_ID concode_field_sep String[] resolvedLibraryImport concode_elem_sep... |
double function ( int arg0 ) { switch ( arg0 ) { case X : return x ; case Y : return y ; case Z : return z ; } throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } | gets the ordinate value for the given index . the supported values for the index are x , y , and z . concode_field_sep double NULL_ORDINATE concode_elem_sep double x concode_elem_sep double y concode_elem_sep int X concode_elem_sep double z concode_elem_sep int Y concode_elem_sep int dimensionsToTest concode_elem_sep l... |
java . util . List < com . nlu . QLDN3 . db . model . NhanVien > function ( int arg0 , int arg1 ) { return getService ( ) . getNhanViens ( arg0 , arg1 ) ; } | returns a range of all the nhan viens . 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 #all_... |
long function ( ) { return _ddmStructureLink . getCompanyId ( ) ; } | returns the company id of this d d m structure link . concode_field_sep DDMStructureLink _ddmStructureLink concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpand... |
java . lang . String function ( ) { return _oAuthToken . getUserUuid ( ) ; } | returns the user uuid of this o auth token . concode_field_sep OAuthToken _oAuthToken concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getGadgetKey concode_elem_sep boolean isEscapedModel... |
void function ( ) { end = array . length ; } | clears the active region of the string . further operations are not restricted to part of the input . concode_field_sep byte[] array concode_elem_sep int pos concode_elem_sep int saved_end concode_elem_sep int end concode_elem_sep int saved_pos concode_field_sep int readU16 concode_elem_sep int saveActive concode_elem_... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getCode ( ) != null ) loc0 . append ( "srini_string" + getCode ( ) + "srini_string" ) ; if ( getName ( ) != null ) loc0 . append ( "srini_string" + getName ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . ... | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String code concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Category withCode concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep bo... |
int function ( float arg0 ) { return ( int ) ( arg0 + CEIL ) ; } | returns the smallest integer greater than or equal to the specified float . this method will only properly ceil floats that are positive . concode_field_sep float radDeg concode_elem_sep double BIG_ENOUGH_ROUND concode_elem_sep int SIN_BITS concode_elem_sep float PI concode_elem_sep Random random concode_elem_sep doubl... |
void function ( String arg0 , Object arg1 ) { try { Properties loc0 = System . getProperties ( ) ; if ( arg1 != null ) { loc0 . put ( arg0 , arg1 ) ; } } catch ( SecurityException loc0 ) { setProperty ( arg0 , arg1 ) ; } } | set system property to value . if securitymanager denies property modification , silently ignore property change . if value is null , property wo n't be set . concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_... |
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 ( ',' ) ;... | 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... |
void function ( String arg0 ) { this . engine = arg0 ; } | the name of the upgrade target database engine . concode_field_sep String engineVersion concode_elem_sep Boolean autoUpgrade concode_elem_sep String engine concode_elem_sep String description concode_elem_sep Boolean isMajorVersionUpgrade concode_field_sep Boolean isAutoUpgrade concode_elem_sep void setAutoUpgrade conc... |
void function ( String arg0 ) { createdBy = arg0 ; } | the user who created the data object . concode_field_sep List<ParameterNameValue> attributes concode_elem_sep String mediaFileName concode_elem_sep String arrayBarcode concode_elem_sep AffymetrixGuidType mediaFileGUID concode_elem_sep String arrayName concode_elem_sep CreateStepType createdStep concode_elem_sep ArrayMe... |
void function ( Date arg0 ) { this . createtime = arg0 ; } | this method was generated by mybatis generator . this method sets the value of the database column image.createtime concode_field_sep Date createtime concode_elem_sep String description concode_elem_sep Integer id concode_elem_sep String mediaId concode_elem_sep String url concode_field_sep String getUrl concode_elem_s... |
void function ( ) { if ( verbose ) { pos = 0 ; out . println ( ) ; flush ( ) ; } } | update the position for the non - ` passed ' callbacks concode_field_sep String prefix concode_elem_sep PrintStream out concode_elem_sep boolean verbose concode_elem_sep boolean extraVerbose concode_elem_sep int pos concode_elem_sep PrintStream err concode_elem_sep String fieldIndent concode_elem_sep int LINE_LENGTH co... |
Map function ( ) { return parameters ; } | get parameters for this tool . concode_field_sep Log LOG concode_elem_sep Method init concode_elem_sep Method configure concode_elem_sep Class clazz concode_elem_sep Map parameters concode_elem_sep String key concode_field_sep void setParameters concode_elem_sep String getKey concode_elem_sep void setParameter concode_... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.