idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
19,000
clears the #results and sets #isok = true . concode_field_sep IListEdit<ValidationResult> vrList concode_elem_sep boolean isOk concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep void addError concode_elem_sep void addError concode_elem_sep boolean isEmpty concode_elem_sep void addWarn co...
void function ( ) { isOk = true ; vrList . clear ( ) ; }
19,001
gets a nul terminated string from a memory object concode_field_sep PlaceHolder placeHolder concode_field_sep void putArrayOfUnsigned16 concode_elem_sep void putArrayOfSigned16 concode_elem_sep IRubyObject getArrayOfUnsigned64 concode_elem_sep void putArrayOfSigned8 concode_elem_sep IRubyObject getArrayOfUnsigned32 con...
IRubyObject function ( Ruby arg0 , MemoryIO arg1 , long arg2 ) { return newTaintedString ( arg0 , arg1 . getZeroTerminatedByteArray ( arg2 ) ) ; }
19,002
sets the value of the functiongroupid property . concode_field_sep Object parent concode_elem_sep Long localSheetId concode_elem_sep Boolean hidden concode_elem_sep String customMenu concode_elem_sep Boolean publishToServer concode_elem_sep String description concode_elem_sep Long functionGroupId concode_elem_sep Strin...
void function ( Long arg0 ) { this . functionGroupId = arg0 ; }
19,003
construct & cache an ipc client with the default socketfactory and default valueclass if no cached client exists . concode_field_sep Map<SocketFactory,Client> clients concode_field_sep void stopClient
Client function ( Configuration arg0 ) { return getClient ( arg0 , SocketFactory . getDefault ( ) , ObjectWritable . class ) ; }
19,004
creates a mutablevalue mutable value with the given value , or if one already exists sets the preexisting one to that value concode_field_sep Set<Variable> variables concode_field_sep Optional<Variable> getValue concode_elem_sep boolean contains concode_elem_sep Variable create concode_elem_sep boolean remove
Variable function ( String arg0 , Datum arg1 ) { Optional < Variable > loc0 = getValue ( arg0 ) ; if ( ! loc0 . isPresent ( ) ) { return create ( arg0 , arg1 ) ; } else { loc0 . get ( ) . setValue ( arg1 ) ; return loc0 . get ( ) ; } }
19,005
sends zoom event . concode_field_sep int accuY concode_elem_sep float SCROLLING_FACTOR concode_elem_sep int CLICK_TIME_THRESHOLD concode_elem_sep int SCROLL_THRESHOLD concode_elem_sep float MT_SCROLL_BEGIN_THRESHOLD concode_elem_sep boolean isActive concode_elem_sep boolean isScrolling concode_elem_sep Mode mode concod...
void function ( float arg0 ) { resetScroll ( ) ; if ( arg0 > 1.0f ) { Action . ZOOM_IN . execute ( commands ) ; } else { Action . ZOOM_OUT . execute ( commands ) ; } }
19,006
this method resets the incoming events time events included . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep long myInt concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void setMyInt concode_...
void function ( ) { }
19,007
returns a timevalue at what time interval after the last write modification to the engine finished mergesshould be automatically flushed . this is used to free up transient disk usage of potentially large segments that are written after the engine became inactive from an indexing perspective . concode_field_sep CodecSe...
TimeValue function ( ) { return flushMergesAfter ; }
19,008
gets the companymatchidentifiers value for this getcompanymatchidentifiers_resulttype . concode_field_sep uk.co.graydon.ws.GraydonDataService.types.CompanyMatchIdentifierType[] companyMatchIdentifiers concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_e...
uk . co . graydon . ws . GraydonDataService . types . CompanyMatchIdentifierType [ ] function ( ) { return companyMatchIdentifiers ; }
19,009
auto names are used for autogenerated indexes or anonymous constraints . also the name of a pseudo-column is the autoname '' '' concode_field_sep HsqlNameManager staticManager concode_elem_sep String statementName concode_elem_sep int sysNumber concode_elem_sep HsqlNameManager manager concode_elem_sep int hashCode conc...
HsqlName function ( String arg0 ) { return newAutoName ( arg0 , null ) ; }
19,010
get the result as a bucket . you have to call closer.close bucket to free the obtained bucket to prevent resource leakage ! concode_field_sep ClientMetadata metadata concode_elem_sep Bucket data concode_field_sep byte[] asByteArray concode_elem_sep ClientMetadata getMetadata concode_elem_sep String getMimeType concode_...
Bucket function ( ) { return data ; }
19,011
return a boolean indicating whether or not this person is terminated . concode_field_sep boolean isTerminated concode_elem_sep Gender gender concode_elem_sep Person spouse concode_field_sep void marry concode_elem_sep Gender getGender concode_elem_sep boolean isFemale concode_elem_sep void switchPartnerWith concode_ele...
boolean function ( ) { return this . isTerminated ; }
19,012
returns the user id of this d d m structure layout . concode_field_sep DDMStructureLayout _ddmStructureLayout concode_field_sep java.lang.String getDefinition concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_s...
long function ( ) { return _ddmStructureLayout . getUserId ( ) ; }
19,013
increments the counter . concode_field_sep long serialVersionUID concode_elem_sep int value concode_field_sep String toString concode_elem_sep int value
void function ( ) { value ++ ; }
19,014
the name of the aws dms quota for this aws account . concode_field_sep String accountQuotaName concode_elem_sep Long max concode_elem_sep Long used concode_field_sep void setMax concode_elem_sep Long getUsed concode_elem_sep Long getMax concode_elem_sep int hashCode concode_elem_sep String getAccountQuotaName concode_e...
AccountQuota function ( String arg0 ) { setAccountQuotaName ( arg0 ) ; return this ; }
19,015
sets the value of the account property . concode_field_sep String password concode_elem_sep RecordRef role concode_elem_sep String email concode_elem_sep String account concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setEmail concode_elem_sep String getAccount concode_elem_s...
void function ( String arg0 ) { this . account = arg0 ; }
19,016
convenience method that can decode a data matrix code represented as a 2d array of booleans . `` true '' is taken to mean a black module . concode_field_sep ReedSolomonDecoder rsDecoder concode_field_sep void correctErrors
DecoderResult function ( boolean [ ] [ ] arg0 ) { int loc0 = arg0 . length ; BitMatrix loc1 = new BitMatrix ( loc0 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { for ( int loc3 = 0 ; loc3 < loc0 ; loc3 ++ ) { if ( arg0 [ loc2 ] [ loc3 ] ) { loc1 . set ( loc3 , loc2 ) ; } } } return decode ( loc1 ) ; }
19,017
computes the distance in kilometers between two points on earth . concode_field_sep int MILLION concode_elem_sep int EARTH_RADIUS_KM concode_field_sep double radToBearing concode_elem_sep double bearing concode_elem_sep double bearing
double function ( GeoPoint arg0 , GeoPoint arg1 ) { double loc0 = arg0 . getLatitudeE6 ( ) / ( double ) MILLION ; double loc1 = arg0 . getLongitudeE6 ( ) / ( double ) MILLION ; double loc2 = arg1 . getLatitudeE6 ( ) / ( double ) MILLION ; double loc3 = arg1 . getLongitudeE6 ( ) / ( double ) MILLION ; return distanceKm ...
19,018
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String name concode_elem_sep String ruleId concode_field_sep void setName concode_elem_sep void setRuleId concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep R...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getRuleId ( ) != null ) loc0 . append ( "srini_string" + getRuleId ( ) + "srini_string" ) ; if ( getName ( ) != null ) loc0 . append ( "srini_string" + getName ( ) ) ; loc0 . append ( "srini_string" ) ; return loc...
19,019
verifies that the given array contains the given value at the given index . concode_field_sep Arrays arrays concode_elem_sep Failures failures concode_elem_sep BooleanArrays INSTANCE concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep BooleanArrays instance concode_elem_sep voi...
void function ( AssertionInfo arg0 , boolean [ ] arg1 , boolean arg2 , Index arg3 ) { arrays . assertContains ( arg0 , failures , arg1 , arg2 , arg3 ) ; }
19,020
returns a string representing the value of the sql rowid designated by this java.sql.rowid object . like java.sql.date.tostring returns the contents of its date as the string `` 2004-03-17 '' rather than as date literal in sql which would have been the string date `` 2004-03-17 '' , tostring returns the contents of its...
String function ( ) { return StringConverter . byteArrayToHexString ( id ) ; }
19,021
gets the value of the lastupdateuser property . concode_field_sep Integer level concode_elem_sep Date lastUpdateDate concode_elem_sep String name concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Integer objectId concode_elem_sep String thresholdType concode_elem_sep Date create...
String function ( ) { return lastUpdateUser ; }
19,022
checks if there are editable parameters that must be ignored in the validation process . concode_field_sep String componentType concode_elem_sep Map ignoreParametersMap concode_elem_sep Pattern rejectedPattern concode_elem_sep Pattern acceptedPattern concode_field_sep boolean isTheSameComponentType concode_elem_sep voi...
boolean function ( ) { return ( this . ignoreParametersMap != null ) && ( this . ignoreParametersMap . size ( ) > 0 ) ; }
19,023
finds a resource file by name under helper root . concode_field_sep Logger LOG concode_elem_sep String COMMUNITY_SUFFIX concode_field_sep File getHelpersRoot concode_elem_sep String getPythonCommunityPath concode_elem_sep String getHelperPath
File function ( String arg0 ) { return new File ( getHelpersRoot ( ) , arg0 ) ; }
19,024
after applicationstate is restored from notebookrepo , such as after zeppelin daemon starts or notebook import , application status need to be reset . concode_field_sep String output concode_elem_sep Status status concode_elem_sep String id concode_elem_sep HeliumPackage pkg concode_field_sep int hashCode concode_elem_...
void function ( ) { if ( status != Status . ERROR ) { status = Status . UNLOADED ; } }
19,025
adds a string property to a map only if the value is non-null , otherwise the key/value pair will not be added at all . adds quotes and does json string escaping , as described at json.org . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSON...
JSONBuilder function ( String arg0 , String arg1 ) { if ( arg1 == null ) { return this ; } return entry ( arg0 , arg1 , false ) ; }
19,026
the default implementation returns the body that was passed in . concode_field_sep PlaceHolder placeHolder concode_field_sep HttpInputMessage beforeBodyRead concode_elem_sep Object handleEmptyBody
Object function ( Object arg0 , HttpInputMessage arg1 , MethodParameter arg2 , Type arg3 , Class < ? extends HttpMessageConverter < ? >> arg4 ) { return arg0 ; }
19,027
check whether this object has been closed either directly , or by closing its container concode_field_sep Closable container concode_elem_sep boolean closed concode_field_sep void setClosableContainer concode_elem_sep boolean isClosed concode_elem_sep void close
void function ( ) { if ( isClosed ( ) ) { throw new XQException ( "srini_string" ) ; } }
19,028
returns the day of the week for the 1st of the month occurs on concode_field_sep int currentyear concode_elem_sep Calendar _today concode_elem_sep String[] _shortdownames concode_elem_sep String _blogURL concode_elem_sep int currentday concode_elem_sep int currentmonth concode_elem_sep String _requestedDateKey concode_...
int function ( ) { _calendar . set ( Calendar . DAY_OF_MONTH , 1 ) ; return _calendar . get ( Calendar . DAY_OF_WEEK ) ; }
19,029
get the transaction associated with the calling thread . concode_field_sep UUID transactionManagerId concode_elem_sep long serialVersionUID concode_elem_sep boolean trace concode_elem_sep ThreadLocal<DummyTransaction> thread_local concode_elem_sep Log log concode_elem_sep boolean useXaXid concode_field_sep void rollbac...
DummyTransaction function ( ) { return thread_local . get ( ) ; }
19,030
returns the boundingbox . concode_field_sep String name concode_elem_sep int wx concode_elem_sep byte found concode_elem_sep long offset concode_elem_sep int index concode_elem_sep int[] boundingBox concode_elem_sep int lsb concode_elem_sep List unicodeIndex concode_field_sep void setName concode_elem_sep byte getFound...
int [ ] function ( ) { return boundingBox ; }
19,031
sets the value of the processtypes property . concode_field_sep PhoneBucket bucket concode_elem_sep SegmentStatus segmentStatus concode_elem_sep RetentionOfferStatus retentionStatus concode_elem_sep List<ProcessType> processType concode_elem_sep GetRetentionStatusResponse.ProcessTypes processTypes concode_field_sep Pho...
void function ( GetRetentionStatusResponse . ProcessTypes arg0 ) { this . processTypes = arg0 ; }
19,032
sets xpath expression . concode_field_sep Node _node concode_elem_sep int _position concode_elem_sep String _noIndexXPath concode_elem_sep String _xPath concode_elem_sep int _depth concode_field_sep String getValue concode_elem_sep int getDepth concode_elem_sep String getName concode_elem_sep int getPosition concode_el...
void function ( final String arg0 ) { _xPath = arg0 ; }
19,033
set if the filesystemwatcher should be stopped when a full restart occurs . concode_field_sep boolean stopWatcherOnRestart concode_elem_sep ApplicationContext applicationContext concode_elem_sep ClassPathRestartStrategy restartStrategy concode_elem_sep FileSystemWatcher fileSystemWatcher concode_field_sep void setAppli...
void function ( boolean arg0 ) { this . stopWatcherOnRestart = arg0 ; }
19,034
get the bytes for a key . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
byte [ ] function ( String arg0 ) { try { return arg0 . getBytes ( "srini_string" ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
19,035
rename the file with oldname to newname . if a file with oldname does not exist , nothing occurs . if a file with newname already exists , it is deleted it before the renaming operation proceeds . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase...
void function ( String arg0 , String arg1 ) { try { if ( exists ( arg0 ) ) { delete ( arg1 ) ; File loc0 = new File ( arg0 ) ; loc0 . renameTo ( new File ( arg1 ) ) ; } } catch ( Throwable loc0 ) { throw toIOException ( loc0 ) ; } }
19,036
this method was generated by mybatis generator . this method sets the value of the database column boss_audit_log . audit_log_id concode_field_sep String auditLogId concode_elem_sep String roleCode concode_elem_sep String description concode_elem_sep Integer userType concode_elem_sep long serialVersionUID concode_elem_...
void function ( String arg0 ) { this . auditLogId = arg0 == null ? null : arg0 . trim ( ) ; }
19,037
copies count elements from source , starting at element with index offset , to the given target . concode_field_sep char[] xdigits concode_field_sep String encode concode_elem_sep String encodeX concode_elem_sep byte[] decode
byte [ ] function ( byte [ ] arg0 , int arg1 , int arg2 , byte [ ] arg3 ) { for ( int loc0 = arg1 , loc1 = 0 ; loc0 < arg1 + arg2 ; loc0 ++ , loc1 ++ ) { arg3 [ loc1 ] = arg0 [ loc0 ] ; } return arg3 ; }
19,038
get the content name . concode_field_sep String name concode_elem_sep ContentType contentType concode_elem_sep byte[] contentHash concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ContentType getContentType concode_elem_sep String getRelativePath concode_elem_sep byte[] getContentHash
String function ( ) { return name ; }
19,039
returns the lsb . concode_field_sep String name concode_elem_sep int wx concode_elem_sep long offset concode_elem_sep int index concode_elem_sep int[] boundingBox concode_elem_sep int lsb concode_elem_sep byte found concode_elem_sep List unicodeIndex concode_field_sep void setName concode_elem_sep byte getFound concode...
int function ( ) { return lsb ; }
19,040
sets the value of the x property . concode_field_sep long x concode_elem_sep long y concode_elem_sep long z concode_field_sep long getX concode_elem_sep void setY concode_elem_sep long getY concode_elem_sep long getZ concode_elem_sep void setZ
void function ( long arg0 ) { this . x = arg0 ; }
19,041
fills ` dst ' with bytes from ` in ' , throwing eofexception if insufficient bytes are available . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY...
void function ( InputStream arg0 , byte [ ] arg1 ) { readFully ( arg0 , arg1 , 0 , arg1 . length ) ; }
19,042
get the vertex with the maximal label . concode_field_sep Set<E> fillEdges concode_elem_sep LinkedList<V> meo concode_elem_sep List<V> generators concode_elem_sep Map<Set<V>,Integer> fullComponentCount concode_elem_sep Set<Set<V>> separators concode_elem_sep UndirectedGraph<V,E> graph concode_elem_sep UndirectedGraph<V...
V function ( Map < V , Integer > arg0 ) { Iterator < Entry < V , Integer >> loc0 = arg0 . entrySet ( ) . loc0 ( ) ; Entry < V , Integer > loc1 = loc0 . next ( ) ; while ( loc0 . hasNext ( ) ) { Entry < V , Integer > loc2 = loc0 . next ( ) ; if ( loc2 . getValue ( ) > loc1 . getValue ( ) ) { loc1 = loc2 ; } } return loc...
19,043
access servlet which uses runas with correct role needed for secured ejb invocation . this method will run init and doget method and stores results . concode_field_sep String DEPLOYMENT concode_elem_sep String incorrectRoleResult concode_elem_sep File CORRECT_ROLE_AND_UNDEPLOY concode_elem_sep String correctRoleResult ...
void function ( @ ArquillianResource URL arg0 ) { final URL loc0 = new URL ( arg0 . toExternalForm ( ) + RunAsAdminServlet . SERVLET_PATH . substring ( 1 ) + "srini_string" + Utils . encodeQueryParam ( CallProtectedEjbServlet . FILE_PARAM , CORRECT_ROLE_AND_UNDEPLOY . getAbsolutePath ( ) ) ) ; correctRoleResult = Utils...
19,044
get uuid concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep byte[] binary concode_elem_sep Int...
String function ( ) { return uuid ; }
19,045
returns the calling line of code . the selected line is the nearest to the top of the stack that is not skipped . concode_field_sep SourceProvider DEFAULT_INSTANCE concode_elem_sep Object UNKNOWN_SOURCE concode_elem_sep ImmutableSet<String> classNamesToSkip concode_field_sep List<String> asStrings concode_elem_sep Sour...
StackTraceElement function ( ) { for ( final StackTraceElement loc0 : new Throwable ( ) . getStackTrace ( ) ) { String loc1 = loc0 . getClassName ( ) ; if ( ! classNamesToSkip . contains ( loc1 ) ) { return loc0 ; } } throw new AssertionError ( ) ; }
19,046
sac : implements org.w3c.css.sac.conditionfactory #createcontentcondition string . concode_field_sep ConditionFactory INSTANCE concode_field_sep LangCondition createLangCondition concode_elem_sep CombinatorCondition createOrCondition concode_elem_sep PositionalCondition createPositionalCondition concode_elem_sep Attrib...
ContentCondition function ( String arg0 ) { throw new CSSException ( "srini_string" ) ; }
19,047
synonym for seturl string . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep PrintWriter logWriter concod...
void function ( String arg0 ) { this . url = arg0 ; }
19,048
releases resources for this instance and removes this instance from the containing map . concode_field_sep Session session concode_elem_sep Result ackResult concode_elem_sep String handle concode_elem_sep Result bindResult concode_elem_sep Object[] parameters concode_elem_sep String lcQuery concode_elem_sep Map contain...
void function ( ) { containingMap . remove ( handle ) ; }
19,049
subtracts a timespan from this timespan . concode_field_sep int MINUTES concode_elem_sep int DAYS concode_elem_sep TimeSpan MAX_VALUE concode_elem_sep int MILLISECONDS concode_elem_sep int SECONDS concode_elem_sep TimeSpan MIN_VALUE concode_elem_sep Log LOG concode_elem_sep long serialVersionUID concode_elem_sep long t...
void function ( TimeSpan arg0 ) { subtract ( TimeSpan . MILLISECONDS , arg0 . time ) ; }
19,050
getter for property title . concode_field_sep boolean hasElseFilter concode_elem_sep List<org.geotools.styling.Graphic> legends concode_elem_sep DescriptionImpl description concode_elem_sep String name concode_elem_sep OnLineResource online concode_elem_sep List<Symbolizer> symbolizers concode_elem_sep double minScaleD...
java . lang . String function ( ) { if ( description == null || description . getTitle ( ) == null ) { return null ; } return description . getTitle ( ) . toString ( ) ; }
19,051
returns true if type is symmetric to this pointer type . concode_field_sep PointerType ATTRIBUTE concode_elem_sep Map KEY_TO_POINTER_TYPE_MAP concode_elem_sep long serialVersionUID concode_elem_sep int LEXICAL concode_elem_sep PointerType PARTICIPLE_OF concode_elem_sep PointerType USAGE concode_elem_sep PointerType DER...
boolean function ( PointerType arg0 ) { return getSymmetricType ( ) != null && getSymmetricType ( ) . equals ( arg0 ) ; }
19,052
set the partial derivative of active power with respect to voltage magnitude concode_field_sep int _r concode_elem_sep int _c concode_elem_sep JacobianMatrix _m concode_field_sep float getDpda concode_elem_sep float getDpda concode_elem_sep void setDpda concode_elem_sep void setDpda concode_elem_sep void dec concode_el...
void function ( int arg0 , int arg1 , float arg2 ) { getValue ( arg0 , arg1 ) . setDpdv ( arg2 ) ; }
19,053
returns this feed 's address . concode_field_sep String address concode_elem_sep Folder folder concode_elem_sep String NO_FOLDER concode_elem_sep String name concode_elem_sep long id concode_field_sep Folder folder concode_elem_sep void folder concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_s...
String function ( ) { return address ; }
19,054
get the default api client , which would be used when creating api instances without providing an api client . concode_field_sep ApiClient defaultApiClient concode_field_sep void setDefaultApiClient
ApiClient function ( ) { return defaultApiClient ; }
19,055
decodes an array of url safe 7-bit characters into an array of original bytes . escaped characters are converted back to their original representation . concode_field_sep String charset concode_elem_sep int RADIX concode_elem_sep byte ESCAPE_CHAR concode_elem_sep BitSet WWW_FORM_URL concode_field_sep byte[] encode conc...
byte [ ] function ( final byte [ ] arg0 ) { return decodeUrl ( arg0 ) ; }
19,056
an alternative validation function used by collectionstype in conjunction with compositetype . this is similar to the compare function above . concode_field_sep Comparator<IndexInfo> indexComparator concode_elem_sep Comparator<Column> columnReverseComparator concode_elem_sep Comparator<ByteBuffer> reverseComparator con...
void function ( ByteBuffer arg0 , ByteBuffer arg1 ) { validate ( arg0 ) ; }
19,057
gets the results value for this reconciliationreportpage . concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer totalResultSetSize concode_el...
com . google . api . ads . dfp . axis . v201408 . ReconciliationReport [ ] function ( ) { return results ; }
19,058
original spec-file type : autogeneratedvalue prefix - optional string concatenated before generated part symbols - number of generated characters , optional , default is 8 suffix - optional string concatenated after generated part concode_field_sep String narrativeSystemVariable concode_elem_sep String inputParameter c...
AutoGeneratedValue function ( ) { return generatedValue ; }
19,059
returns true if field error is set has been assigned a value and false otherwise concode_field_sep String _fieldName concode_elem_sep int __ERROR_TIME_SECS_ISSET_ID concode_elem_sep org.apache.thrift.protocol.TField ERROR_TIME_SECS_FIELD_DESC concode_elem_sep org.apache.thrift.protocol.TStruct STRUCT_DESC concode_elem_...
boolean function ( ) { return this . error != null ; }
19,060
get the download list concode_field_sep int DEFAULT_NUM_CONN_PER_DOWNLOAD concode_elem_sep String DEFAULT_OUTPUT_FOLDER concode_elem_sep DownloadManager sInstance concode_elem_sep int mNumConnPerDownload concode_elem_sep ArrayList<Downloader> mDownloadList concode_field_sep void SetNumConnPerDownload concode_elem_sep i...
ArrayList < Downloader > function ( ) { return mDownloadList ; }
19,061
increment the partial derivative of active power with respect to voltage angle concode_field_sep JacobianList _list concode_elem_sep int _ndx concode_field_sep float getDpda concode_elem_sep float getDpda concode_elem_sep void setDpda concode_elem_sep void setDpda concode_elem_sep void dec concode_elem_sep void dec con...
void function ( int arg0 , float arg1 ) { setDpda ( arg0 , getDpda ( arg0 ) + arg1 ) ; }
19,062
defined in fileapi file type . concode_field_sep long size concode_elem_sep Calendar lastModifiedDate concode_elem_sep String name concode_elem_sep String type concode_elem_sep long serialVersionUID concode_field_sep long getSize concode_elem_sep Calendar getLastModifiedDate concode_elem_sep String getType
String function ( ) { return name ; }
19,063
get a java.sql.timestamp formatted string from bind variable in a result set concode_field_sep DateFormat dateformat concode_elem_sep DateFormat datetimeformat concode_elem_sep boolean isOpen concode_elem_sep String DEFAULT_ENCODING concode_elem_sep Connection connection concode_elem_sep Locale locale concode_elem_sep ...
String function ( ResultSet arg0 , int arg1 ) { return getTimestamp ( arg0 , arg1 , datetimeformat ) ; }
19,064
utility method that returns the default text highlight color as define by the theme concode_field_sep PlaceHolder placeHolder concode_field_sep ColorStateList getDefaultTextColorHint concode_elem_sep ColorStateList getDefaultTextColor concode_elem_sep ColorStateList getDefaultTextAttribute
int function ( Context arg0 ) { return getDefaultTextAttribute ( arg0 , android . R . attr . textColorHighlight ) . getDefaultColor ( ) ; }
19,065
returns the plugin 's service name what you 'd use when calling pluginmanger.getplugin concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem...
String function ( ) { return serviceName ; }
19,066
setup before testing . concode_field_sep String webUrl concode_elem_sep WebClient webClient concode_field_sep void testTCCLReplacementResilience concode_elem_sep void setUpClass concode_elem_sep void tearDownClass concode_elem_sep void tearDown
void function ( ) { webUrl = System . getProperty ( "srini_string" ) ; webClient = new WebClient ( ) ; }
19,067
this method is defined here because of convenience reasons . the implementation can be found in subclasses . concode_field_sep WeakReference<? extends Adapter> _listener concode_elem_sep EventManager _manager concode_elem_sep ListenerTypeEnum _listenerType concode_field_sep boolean isResponsibleFor concode_elem_sep voi...
void function ( ) { }
19,068
is the next l characters blank all spaces . this does not move the current record position . concode_field_sep Logger LOG concode_elem_sep int pos concode_elem_sep String line concode_elem_sep int length concode_elem_sep boolean strict concode_elem_sep int lineCount concode_field_sep BankHolidayRunning getBankHolidayRu...
boolean function ( int arg0 ) { ensureAvailable ( arg0 ) ; for ( int loc0 = 0 , loc1 = pos ; loc0 < arg0 ; loc0 ++ , loc1 ++ ) { if ( line . charAt ( loc1 ) != ' ' ) { return false ; } } return true ; }
19,069
return the name of the algorithm the padder implements . concode_field_sep PlaceHolder placeHolder concode_field_sep void init concode_elem_sep int padCount concode_elem_sep int addPadding
String function ( ) { return "srini_string" ; }
19,070
retrieves metadata value of the given name from this field . concode_field_sep Map<String,String> settings concode_elem_sep Map<String,String> metadata concode_field_sep String getSetting concode_elem_sep String getSetting concode_elem_sep boolean getSettingAsBoolean concode_elem_sep String[] getSettingAsArray
String function ( String arg0 ) { return getMetadata ( arg0 , null ) ; }
19,071
called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
19,072
this method adds a new tree nodes and adjusts the tree structure as we add the new node concode_field_sep List<TreeNode> children concode_elem_sep TreeNode left concode_elem_sep TreeNode root concode_elem_sep TreeNode right concode_elem_sep Comparable<Object> value concode_field_sep void add concode_elem_sep void addSu...
void function ( TreeNode arg0 ) { int loc0 = root . value . compareTo ( value ) ; if ( loc0 < 0 ) { if ( left == null ) { left = arg0 ; } else left . addTreeNode ( arg0 ) ; } else if ( loc0 > 0 ) { if ( right == null ) { right = arg0 ; } else right . addTreeNode ( arg0 ) ; } }
19,073
sets the value of the sid property . concode_field_sep List<Double> values concode_elem_sep String sid concode_field_sep String getSid concode_elem_sep List<Double> getValues
void function ( String arg0 ) { this . sid = arg0 ; }
19,074
initiates the fetch of all blocks provided in the constructor , with possible retries in the event of transient ioexceptions . concode_field_sep ExecutorService executorService concode_elem_sep LinkedHashSet<String> outstandingBlocksIds concode_elem_sep int maxRetries concode_elem_sep RetryingBlockFetchListener current...
void function ( ) { fetchAllOutstanding ( ) ; }
19,075
writes all or part of the given byte array to the blob value that this blob object represents and returns the number of bytes written . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep void truncate concode_elem_sep boolean isClosed concode_...
int function ( long arg0 , byte [ ] arg1 , int arg2 , int arg3 ) { throw Util . notSupported ( ) ; }
19,076
adds the blob key to the given messagedigest . concode_field_sep int SIZE concode_elem_sep char[] HEX_ARRAY concode_elem_sep long serialVersionUID concode_elem_sep byte[] key concode_field_sep void writeToOutputStream concode_elem_sep BlobKey readFromInputStream concode_elem_sep int hashCode concode_elem_sep boolean eq...
void function ( MessageDigest arg0 ) { arg0 . update ( this . key ) ; }
19,077
used to communicate a cancel operation from the whitebox gui . 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 getN...
void function ( boolean arg0 ) { cancelOp = arg0 ; }
19,078
sets if the primary key column of the table concode_field_sep String name concode_elem_sep int HASH_PRIME_NUMBER_PRODUCT concode_elem_sep int HASH_PRIME_NUMBER_ADD concode_elem_sep DatabaseDataType type concode_elem_sep int dataTypeSize concode_elem_sep boolean primaryKey concode_field_sep void setName concode_elem_sep...
void function ( boolean arg0 ) { this . primaryKey = arg0 ; }
19,079
toggle the slidingmenu . if it is open , it will be closed , and vice versa . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mViewAbove concode_elem_sep...
void function ( ) { mSlidingMenu . toggle ( ) ; }
19,080
returns the message to be sent as last will and testament lwt . the returned object is `` read only '' . calling any `` setter '' methods on the returned object will result in an illegalstateexception being thrown . concode_field_sep int keepAliveInterval concode_elem_sep char[] password concode_elem_sep Properties ssl...
MqttMessage function ( ) { return willMessage ; }
19,081
return whether the status code indicates a server error or not . concode_field_sep HttpExecutionAware execAware concode_elem_sep AsynchronousValidator parent concode_elem_sep HttpRequestWrapper request concode_elem_sep String identifier concode_elem_sep HttpRoute route concode_elem_sep CachingExec cachingExec concode_e...
boolean function ( final int arg0 ) { return arg0 < 500 ; }
19,082
test of getid method , of class pelikan . concode_field_sep PlaceHolder placeHolder concode_field_sep void testIncrTime concode_elem_sep void testGetKekuatan concode_elem_sep void testGetChar concode_elem_sep void testGetPosisi
void function ( ) { System . out . println ( "srini_string" ) ; int loc0 = 10 ; Pelikan loc1 = new Pelikan ( loc0 ) ; int loc2 = loc1 . getID ( ) ; assertTrue ( loc2 >= 0 ) ; }
19,083
direct memory access concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_sep void untie concode_elem_...
void function ( ClarionObject arg0 , ClarionObject arg1 ) { throw new RuntimeException ( "srini_string" ) ; }
19,084
sets the audio stream channels number 1 = mono , 2 = stereo . concode_field_sep int samplingRate concode_elem_sep int channels concode_elem_sep int bitRate concode_elem_sep String decoder concode_field_sep int getBitRate concode_elem_sep String getDecoder concode_elem_sep void setSamplingRate concode_elem_sep int getCh...
void function ( int arg0 ) { this . channels = arg0 ; }
19,085
this older version of this method is kept around for compatibility because downstream frameworks like spark and tez have been using it . downstream frameworks are expected to move off of it . concode_field_sep Pattern VAR_SUBBER concode_elem_sep String ID concode_elem_sep String APP concode_elem_sep Pattern VARVAL_SPLI...
void function ( Map < String , String > arg0 , String arg1 ) { setEnvFromInputString ( arg0 , arg1 , File . pathSeparator ) ; }
19,086
puts the last refresh date into a bundle . concode_field_sep String TOKEN_SOURCE_KEY concode_elem_sep long INVALID_BUNDLE_MILLISECONDS concode_elem_sep String TOKEN_KEY concode_elem_sep String PERMISSIONS_KEY concode_elem_sep String EXPIRATION_DATE_KEY concode_elem_sep String DECLINED_PERMISSIONS_KEY concode_elem_sep S...
void function ( Bundle arg0 , Date arg1 ) { Validate . notNull ( arg0 , "srini_string" ) ; Validate . notNull ( arg1 , "srini_string" ) ; putDate ( arg0 , LAST_REFRESH_DATE_KEY , arg1 ) ; }
19,087
remove all cookies in this cookie store . concode_field_sep List<HttpCookie> cookieJar concode_elem_sep ReentrantLock lock concode_elem_sep Map<String,List<HttpCookie>> domainIndex concode_elem_sep Map<URI,List<HttpCookie>> uriIndex concode_field_sep void add concode_elem_sep boolean netscapeDomainMatches concode_elem_...
boolean function ( ) { lock . lock ( ) ; try { cookieJar . clear ( ) ; domainIndex . clear ( ) ; uriIndex . clear ( ) ; } finally { lock . unlock ( ) ; } return true ; }
19,088
sets the close state of the stream after document close concode_field_sep OutputStreamCounter os concode_elem_sep byte NEWLINE concode_elem_sep Document document concode_elem_sep Rectangle pageSize concode_elem_sep byte EQUALS concode_elem_sep boolean closeStream concode_elem_sep boolean m_pause concode_elem_sep byte L...
void function ( boolean arg0 ) { this . closeStream = arg0 ; }
19,089
close all infowindows currently opened on this mapview concode_field_sep boolean mIsVisible concode_elem_sep View mView concode_elem_sep MapView mMapView concode_field_sep ArrayList<InfoWindow> getOpenedInfoWindowsOn concode_elem_sep void onClose concode_elem_sep boolean isOpen concode_elem_sep void onOpen concode_elem...
void function ( MapView arg0 ) { ArrayList < InfoWindow > loc0 = getOpenedInfoWindowsOn ( arg0 ) ; for ( InfoWindow loc1 : loc0 ) { loc1 . close ( ) ; } }
19,090
returns the complex cosine . concode_field_sep double re concode_elem_sep double im concode_field_sep double phase concode_elem_sep Complex tan concode_elem_sep Complex minus concode_elem_sep double im concode_elem_sep Complex reciprocal concode_elem_sep Complex plus concode_elem_sep Complex div concode_elem_sep Comple...
Complex function ( ) { return new Complex ( Math . cos ( re ) * Math . cosh ( im ) , - Math . sin ( re ) * Math . sinh ( im ) ) ; }
19,091
returns root . concode_field_sep ComponentNode root concode_elem_sep IteratorFactory treeIteratorFactory concode_field_sep int item concode_elem_sep ExpressionTree left concode_elem_sep boolean isNull concode_elem_sep ExpressionTree right concode_elem_sep void accept concode_elem_sep Iterator<ExpressionTree> makeIterat...
ComponentNode function ( ) { return root ; }
19,092
marks the duration of a query component 's execution . concode_field_sep long duration concode_elem_sep String name concode_elem_sep long count concode_elem_sep long startTime concode_elem_sep Map<String,DurationCount> fullTimings concode_elem_sep long endTime concode_elem_sep Map<String,List<StartEnd>> timings concode...
void function ( String arg0 , long arg1 ) { if ( enabled ) { markFullInternal ( arg0 , arg1 ) ; } }
19,093
this method was generated by mybatis generator . this method sets the value of the database column acc_user . name concode_field_sep String weiboUrl concode_elem_sep Long createUserId concode_elem_sep String signature concode_elem_sep Long updateUserId concode_elem_sep String nickName concode_elem_sep String mobile con...
void function ( String arg0 ) { this . name = arg0 ; }
19,094
returns the extension of the filename , or null if there is no extension concode_field_sep PlaceHolder placeHolder concode_field_sep void copyFile concode_elem_sep File findDir concode_elem_sep void deleteDirContents
String function ( String arg0 ) { try { return arg0 . substring ( arg0 . lastIndexOf ( '.' ) + 1 ) ; } catch ( Exception loc0 ) { return null ; } }
19,095
resolve the given class name as primitive class , if appropriate , according to the jvm 's naming rules for primitive classes . also supports the jvm 's internal class names for primitive arrays . does not support the '' '' suffix notation for primitive arrays ; this is only supported by #forname . concode_field_sep Ma...
Class < ? > function ( String arg0 ) { Class < ? > loc0 = null ; if ( arg0 != null && arg0 . length ( ) <= 8 ) { loc0 = ( Class < ? > ) primitiveTypeNameMap . get ( arg0 ) ; } return loc0 ; }
19,096
gets record num . concode_field_sep String headerName concode_elem_sep String headerValue concode_elem_sep Integer reportDataId concode_elem_sep String recordNum concode_field_sep String getHeaderName concode_elem_sep void setReportDataId concode_elem_sep void setRecordNum concode_elem_sep Integer getReportDataId conco...
String function ( ) { return recordNum ; }
19,097
retrieves the special sys session . concode_field_sep int sessionIdCount concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep boolean isUserActive concode_elem_sep void removeSchemaReference concode_elem_sep Session newSession concode_elem_s...
Session function ( ) { sysSession . currentSchema = sysSession . database . schemaManager . defaultSchemaHsqlName ; sysSession . isProcessingScript = false ; sysSession . isProcessingLog = false ; sysSession . setUser ( sysSession . database . getUserManager ( ) . getSysUser ( ) ) ; return sysSession ; }
19,098
sets the user uuid of this recent layout branch . concode_field_sep RecentLayoutBranch _recentLayoutBranch concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep lo...
void function ( java . lang . String arg0 ) { _recentLayoutBranch . setUserUuid ( arg0 ) ; }
19,099
resets the pool so that the next call to matchnext looks at all regular expressions in the pool . match s ; is equivalent to reset ; matchnext s ; multithreading note : reset/nextmatch leave state in the regular expression pool . if multiple threads could be using this pool this way , they should be syncronized to avoi...
void function ( ) { lastDepth = BIG ; }