idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
18,200 | the number of trusted signers for this cache behavior . returns a reference to this object so that method calls can be chained together . concode_field_sep Integer quantity concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> items concode_elem_sep Boolean enabled concode_field_sep Integer getQuant... | TrustedSigners function ( Integer arg0 ) { this . quantity = arg0 ; return this ; } |
18,201 | parses the string argument as a signed integer in the radix specified by the second argument . the characters in the string must all be digits of the specified radix . handles negative values , which method java.lang.integer.parseint string , int does not . concode_field_sep int BASE_8 concode_elem_sep int BASE_16 conc... | int function ( String arg0 , int arg1 ) { int loc0 = 0 ; final int loc1 = arg0 . length ( ) ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { final int loc3 = Character . loc3 ( arg0 . charAt ( loc2 ) , arg1 ) ; loc0 *= arg1 ; loc0 += loc3 ; } return loc0 ; } |
18,202 | encode param . concode_field_sep long serialVersionUID concode_elem_sep String anchor concode_elem_sep Map<String,String[]> parameters concode_elem_sep String url concode_field_sep Map<String,String[]> getParameterMap concode_elem_sep Href addParameter concode_elem_sep Href addParameter concode_elem_sep String getBaseU... | String function ( Object arg0 ) { if ( arg0 == null ) { return StringUtils . EMPTY ; } try { return URLEncoder . encode ( arg0 . toString ( ) , "srini_string" ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new RuntimeException ( loc0 ) ; } } |
18,203 | sets the value of the featureddescription property . concode_field_sep String displayName concode_elem_sep String pageTitle concode_elem_sep String specialsDescription concode_elem_sep String description concode_elem_sep String salesDescription concode_elem_sep String featuredDescription concode_elem_sep String languag... | void function ( String arg0 ) { this . featuredDescription = arg0 ; } |
18,204 | the type of endpoint . concode_field_sep String endpointType concode_elem_sep Boolean supportsCDC concode_elem_sep String engineName concode_field_sep Boolean getSupportsCDC concode_elem_sep SupportedEndpointType withSupportsCDC concode_elem_sep SupportedEndpointType withEndpointType concode_elem_sep SupportedEndpointT... | void function ( ReplicationEndpointTypeValue arg0 ) { this . endpointType = arg0 . toString ( ) ; } |
18,205 | set the bean name of the jmslistenercontainerfactory to use in casea jmslistenerendpoint is registered with a null container factory.alternatively , the container factory instance can be registered directly : see #setcontainerfactory jmslistenercontainerfactory . concode_field_sep JmsListenerEndpoint endpoint concode_e... | void function ( String arg0 ) { this . containerFactoryBeanName = arg0 ; } |
18,206 | sets the usercode to dataframe concode_field_sep int unit concode_elem_sep CommandFrame commandFrame concode_elem_sep int userCode concode_elem_sep int home concode_field_sep int getSecondParameter concode_elem_sep int getHomeFrom concode_elem_sep int getUnitFrom concode_elem_sep Command getCommand concode_elem_sep voi... | void function ( String arg0 ) { this . userCode = Convert . toByte ( arg0 , 16 ) ; } |
18,207 | creates an negative selector . concode_field_sep PlaceHolder placeHolder concode_field_sep CharacterDataSelector createTextNodeSelector concode_elem_sep SimpleSelector createRootNodeSelector concode_elem_sep DescendantSelector createChildSelector concode_elem_sep SimpleSelector createAnyNodeSelector concode_elem_sep Ch... | NegativeSelector function ( final SimpleSelector arg0 ) { return new CSSNegativeSelector ( arg0 ) ; } |
18,208 | return the filter configuration object for this filter . concode_field_sep Logger logger concode_elem_sep FilterConfig filterConfig concode_elem_sep boolean debug concode_field_sep void init concode_elem_sep void sendProcessingError concode_elem_sep void doAfterProcessing concode_elem_sep String getStackTrace concode_e... | FilterConfig function ( ) { return ( this . filterConfig ) ; } |
18,209 | reset the structure with a new size as empty . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables concode_elem_sep int get... | void function ( int arg0 , int arg1 ) { int [ ] loc0 = new int [ arg0 ] ; int [ ] loc1 = new int [ arg1 ] ; hashTable = loc0 ; linkTable = loc1 ; resetTables ( ) ; } |
18,210 | checks whether the loading is complete . concode_field_sep Image image concode_elem_sep Log LOGGER concode_elem_sep long serialVersionUID concode_elem_sep long maxLoadTime concode_elem_sep long lastUpdate concode_elem_sep boolean lock concode_elem_sep long MAX_LOADTIME_DEFAULT concode_elem_sep boolean error concode_fie... | boolean function ( ) { return this . lock == false ; } |
18,211 | note : this hash code is consistent with exact equality of the calculated statistics , including the floating point values . see the note on #equals for details . concode_field_sep int BYTES concode_elem_sep long serialVersionUID concode_elem_sep double sumOfProductsOfDeltas concode_elem_sep Stats yStats concode_elem_s... | int function ( ) { return Objects . hashCode ( xStats , yStats , sumOfProductsOfDeltas ) ; } |
18,212 | utility method that calculates the number of rows required for a specified number of columns . concode_field_sep int columns concode_elem_sep int intValue concode_elem_sep int NUMBER_OF_ITEMS concode_elem_sep DataModel rowDataModel concode_elem_sep SelectItem[] columnsItems concode_elem_sep Object column concode_elem_s... | void function ( ) { rows = NUMBER_OF_ITEMS / columns ; if ( ( NUMBER_OF_ITEMS % columns ) != 0 ) { rows += 1 ; } } |
18,213 | returns viewport bound to given number . concode_field_sep boolean isInitialized concode_elem_sep boolean isPaused concode_elem_sep SpriteBatch spriteBatch concode_elem_sep Object[] viewportList concode_elem_sep boolean isStarted concode_elem_sep ArrayList<PdxRenderListener> list concode_elem_sep PdxRenderer2DConfig co... | ScreenViewport function ( int arg0 ) { if ( isInitialized && arg0 < viewportList . length ) { if ( viewportList [ arg0 ] instanceof ScreenViewport ) { return ( ( ScreenViewport ) viewportList [ arg0 ] ) ; } else { return null ; } } else { return null ; } } |
18,214 | test method for org.bonitasoft.engine.data.instance.model.archive.impl.sadatainstanceimpl #getname . test method for org.bonitasoft.engine.data.instance.model.archive.impl.sadatainstanceimpl #setname java.lang.string . concode_field_sep SXMLObjectDataInstanceImpl sDataInstance concode_field_sep void getSetContainerId c... | void function ( ) { final SAXMLObjectDataInstanceImpl loc0 = new SAXMLObjectDataInstanceImpl ( ) ; loc0 . setName ( "srini_string" ) ; assertEquals ( "srini_string" , loc0 . getName ( ) ) ; } |
18,215 | determine if log level will be logged concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e... | boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; } |
18,216 | get all the output from the task . this contains streamrecords and events interleaved . use org.apache.flink.streaming.util.testharnessutil #getstreamrecordsfromoutput java.util.list to extract only the streamrecords . concode_field_sep ConcurrentLinkedQueue<Object> outputList concode_elem_sep ExecutionConfig execution... | ConcurrentLinkedQueue < Object > function ( ) { return outputList ; } |
18,217 | protocol to use concode_field_sep boolean disconnect concode_elem_sep int maximumPoolSize concode_elem_sep SSLContextParameters sslContextParameters concode_elem_sep boolean autoStartTls concode_elem_sep boolean sync concode_elem_sep long timeout concode_elem_sep String protocol concode_elem_sep int decoderMaxLineLengt... | void function ( String arg0 ) { this . protocol = arg0 ; } |
18,218 | returns the title of the specification this package implements , or null if this is unknown . concode_field_sep String implTitle concode_elem_sep Annotation[] NO_ANNOTATIONS concode_elem_sep String specVersion concode_elem_sep String specVendor concode_elem_sep String implVendor concode_elem_sep String implVersion conc... | String function ( ) { return specTitle ; } |
18,219 | returns the domain name set for this cookie . the form of the domain name is set by rfc 2109 . concode_field_sep int maxAge concode_elem_sep String path concode_elem_sep ResourceBundle lStrings concode_elem_sep String domain concode_elem_sep String name concode_elem_sep String tspecials concode_elem_sep String comment ... | String function ( ) { return domain ; } |
18,220 | get the total duration that this stopwatch has recorded . concode_field_sep long lastStarted concode_elem_sep DetailedStatistics<Duration> detailedStats concode_elem_sep SimpleStatistics<Duration> stats concode_elem_sep String description concode_field_sep Duration getAverageDuration concode_elem_sep void start concode... | Duration function ( ) { return this . stats . getTotal ( ) ; } |
18,221 | constructs a new string by decoding the specified array of bytes using the iso-8859-1 charset . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] getBytesUtf16 concode_elem_sep byte[] getBytesUtf16Le concode_elem_sep String newStringUsAscii concode_elem_sep String newStringUtf8 concode_elem_sep byte[] ... | String function ( byte [ ] arg0 ) { return StringUtils . newString ( arg0 , CharEncoding . ISO_8859_1 ) ; } |
18,222 | sets the vendorcode value for this itemvendor . concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef schedule concode_elem_sep java.lang.Boolean preferredVendor concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef vendor concode_elem_sep com.netsuite.webservices.platform.core_20... | void function ( java . lang . String arg0 ) { this . vendorCode = arg0 ; } |
18,223 | gets the authenticationtoken value for this ssopassport . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String partnerId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String authenticationToken concode_elem_... | java . lang . String function ( ) { return authenticationToken ; } |
18,224 | returns the number of records in the file at open time . concode_field_sep int SUPPORT_DUPLICATE_KEYS concode_elem_sep int OPEN_FLAGS_1 concode_elem_sep int NUMBER_OF_ASSOCIATED_PHYS_FILE_MBRS concode_elem_sep int NULL_KEY_FIELD_BYTE_MAP concode_elem_sep int UFCB_PARAMETERS_LENGTH concode_elem_sep int SOURCE_FILE_INDIC... | int function ( ) { return BinaryConverter . byteArrayToInt ( data_ , offset_ + NUM_RECORDS ) ; } |
18,225 | returns the wind gust . concode_field_sep Double chill concode_elem_sep Integer degree concode_elem_sep Double speed concode_elem_sep String direction concode_elem_sep Double gust concode_field_sep void setSpeed concode_elem_sep String getDirection concode_elem_sep Double getSpeed concode_elem_sep Integer getDegree con... | Double function ( ) { return gust ; } |
18,226 | generate a key . concode_field_sep KeyGeneratorSpi kgSpi concode_elem_sep String SERVICE concode_elem_sep Provider provider concode_elem_sep String algorithm concode_field_sep void init concode_elem_sep void init concode_elem_sep void init concode_elem_sep void init concode_elem_sep void init concode_elem_sep String ge... | SecretKey function ( ) { return kgSpi . engineGenerateKey ( ) ; } |
18,227 | this will provide a matrix that will revert the current map 's scaling and rotation . this can be useful when drawing to a fixed location on the screen . concode_field_sep int mZoomLevelProjection concode_elem_sep MapView mapView concode_elem_sep Matrix mUnrotateAndScaleMatrix concode_elem_sep int mMapViewWidth concode... | Matrix function ( ) { return mUnrotateAndScaleMatrix ; } |
18,228 | returns format concode_field_sep String format concode_elem_sep long serialVersionUID concode_elem_sep byte[] encoded concode_elem_sep String algorithm concode_field_sep byte[] getEncoded concode_elem_sep String getAlgorithm | String function ( ) { return format ; } |
18,229 | sets all of the values in this buffer to zero . concode_field_sep float[] samples concode_field_sep void set concode_elem_sep int size concode_elem_sep float level concode_elem_sep float get concode_elem_sep float get concode_elem_sep float[] toArray concode_elem_sep void mix | void function ( ) { samples = new float [ samples . length ] ; } |
18,230 | this method was generated by mybatis generator . this method returns the value of the database column portal_permission . modify_time concode_field_sep String modifyUser concode_elem_sep Date modifyTime concode_elem_sep Date createTime concode_elem_sep String permissionChname concode_elem_sep String createUser concode_... | Date function ( ) { return modifyTime ; } |
18,231 | initiate the dictionary . retrieve any needed attributes . concode_field_sep Name LENGTH_KEY concode_elem_sep Name FORM_TYPE_KEY concode_elem_sep HashMap<Object,Object> entries concode_elem_sep Library library concode_elem_sep boolean inited concode_elem_sep boolean isDeleted concode_elem_sep Reference pObjectReference... | void function ( ) { } |
18,232 | determines is two objects are comparable to each other , in that they implement comparable and are of the same type . if either object is null , returns false . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isComparable concode_elem_sep T invokeMethod | boolean function ( Object arg0 , Object arg1 ) { if ( arg0 == null || arg1 == null ) { return false ; } if ( ( isComparable ( arg0 ) && isComparable ( arg1 ) ) && ( arg0 . getClass ( ) . isAssignableFrom ( arg1 . getClass ( ) ) || arg1 . getClass ( ) . isAssignableFrom ( arg0 . getClass ( ) ) ) ) { return true ; } retu... |
18,233 | used to identify which toolboxes this plugin tool should be listed in . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep boolean amIActive concode_field_sep String getName concode_elem_sep void setPluginHost concode_elem_sep void updateProgres... | String [ ] function ( ) { String [ ] loc0 = { "srini_string" } ; return loc0 ; } |
18,234 | append an object value . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep JSON... | JSONWriter function ( Object arg0 ) { return this . append ( JSONObject . valueToString ( arg0 ) ) ; } |
18,235 | writes tag and const_value_index in element_value . concode_field_sep OutputStream output concode_elem_sep ConstPool pool concode_field_sep void annotation concode_elem_sep void annotation concode_elem_sep void memberValuePair concode_elem_sep void memberValuePair concode_elem_sep ConstPool getConstPool concode_elem_se... | void function ( double arg0 ) { constValueIndex ( 'D' , pool . addDoubleInfo ( arg0 ) ) ; } |
18,236 | returns the series parameter name . concode_field_sep String itemParameterName concode_elem_sep String prefix concode_elem_sep long serialVersionUID concode_elem_sep DateFormat dateFormat concode_elem_sep String seriesParameterName concode_field_sep String generateURL concode_elem_sep String getPrefix concode_elem_sep ... | String function ( ) { return this . seriesParameterName ; } |
18,237 | validate fields sent to this class 's constructor . concode_field_sep int iterationCount concode_elem_sep String salt concode_elem_sep String keystorePassword concode_elem_sep String vaultAlias concode_elem_sep Charset CHARSET concode_elem_sep String encryptionDirectory concode_elem_sep boolean createKeystore concode_e... | void function ( ) { validateKeystoreURL ( ) ; validateEncryptionDirectory ( ) ; validateSalt ( ) ; validateIterationCount ( ) ; validateKeystorePassword ( ) ; } |
18,238 | renders the table header border , based on the map of provided headers . concode_field_sep int COLUMN_2 concode_elem_sep int COLUMN_1 concode_elem_sep int COLUMN_6 concode_elem_sep int COLUMN_5 concode_elem_sep int COLUMN_4 concode_elem_sep String HORIZONTAL_LINE concode_elem_sep int COLUMN_3 concode_field_sep String r... | String function ( Map < Integer , TableHeader > arg0 ) { final StringBuilder loc0 = new StringBuilder ( ) ; for ( TableHeader loc1 : arg0 . values ( ) ) { loc0 . append ( CommonUtils . padRight ( "srini_string" , loc1 . getWidth ( ) + 2 , '-' ) ) ; } loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
18,239 | lazy computation of similarities . similarities are looked up in cache and only computed if not computed before . concode_field_sep SymmetricTable<KEY,Double> similarities concode_elem_sep SimilarityClassifier<KEY> classifier concode_field_sep Collection<ID> expand concode_elem_sep Collection<ID> buildWindow | double function ( KEY arg0 , KEY arg1 ) { Double loc0 = similarities . get ( arg0 , arg1 ) ; if ( loc0 == null ) { loc0 = classifier . calculateCheckedSimilarity ( arg0 , arg1 ) ; similarities . put ( arg0 , arg1 , loc0 ) ; } return loc0 ; } |
18,240 | the array name . 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 ArrayMediaType media concode_... | String function ( ) { return arrayName ; } |
18,241 | this method extracts the major and minor version of reqglesversion attribute and returns it as a string . say reqglesversion value of 0x00010002 is returned as 1.2 concode_field_sep int INPUT_FEATURE_FIVE_WAY_NAV concode_elem_sep int reqTouchScreen concode_elem_sep int reqKeyboardType concode_elem_sep int GL_ES_VERSION... | String function ( ) { int loc0 = ( ( reqGlEsVersion & 0xffff0000 ) >> 16 ) ; int loc1 = reqGlEsVersion & 0x0000ffff ; return String . valueOf ( loc0 ) + "srini_string" + String . valueOf ( loc1 ) ; } |
18,242 | factory method to create a new avatar given its name . concode_field_sep String EXTENSION concode_elem_sep Logger logger concode_elem_sep ContentResource resource concode_elem_sep int version concode_elem_sep String avatarName concode_elem_sep WonderlandCharacterParams params concode_field_sep int getVersion concode_el... | ImiAvatar function ( String arg0 ) { ImiAvatar loc0 = new ImiAvatar ( arg0 , 1 ) ; try { loc0 . params = WonderlandCharacterParams . loadMale ( ) ; } catch ( java . io . IOException loc1 ) { logger . log ( Level . WARNING , "srini_string" , loc1 ) ; return null ; } return loc0 ; } |
18,243 | asserts that the stack trace of the actual throwable contains with the given description . concode_field_sep Throwables INSTANCE concode_elem_sep Failures failures concode_field_sep void assertHasMessageStartingWith concode_elem_sep Throwables instance concode_elem_sep void assertHasNoCause concode_elem_sep void assert... | void function ( AssertionInfo arg0 , Throwable arg1 , String arg2 ) { assertNotNull ( arg0 , arg1 ) ; String loc0 = org . assertj . core . util . Throwables . getStackTrace ( arg1 ) ; if ( loc0 != null && loc0 . contains ( arg2 ) ) return ; throw failures . failure ( arg0 , shouldContain ( loc0 , arg2 ) ) ; } |
18,244 | check if array is sorted - useful for debugging concode_field_sep PlaceHolder placeHolder concode_field_sep void exch concode_elem_sep void show concode_elem_sep void main concode_elem_sep void sort concode_elem_sep boolean less | boolean function ( Comparable [ ] arg0 ) { for ( int loc0 = 1 ; loc0 < arg0 . length ; loc0 ++ ) if ( less ( arg0 [ loc0 ] , arg0 [ loc0 - 1 ] ) ) return false ; return true ; } |
18,245 | sets the gcos probe set results object . concode_field_sep byte COMP_NO_CALL concode_elem_sep byte COMP_MOD_DECREASE_CALL concode_elem_sep byte ABS_PRESENT_CALL concode_elem_sep byte ABS_ABSENT_CALL concode_elem_sep byte ABS_MARGINAL_CALL concode_elem_sep CHPExpressionEntry calvinResult concode_elem_sep ExpressionProbe... | void function ( ExpressionProbeSetResults arg0 ) { gcosResult = arg0 ; } |
18,246 | get information of job for given job number concode_field_sep JobsService jobsService concode_field_sep List<JobSubAssy> getJobSubAssemblies concode_elem_sep Object fallbackMethod concode_elem_sep List<JobMtl> getJobMaterials | Object function ( @ PathVariable ( value = "srini_string" ) String arg0 ) { return jobsService . getJobInfo ( arg0 ) ; } |
18,247 | quebra de linha no arquivo . concode_field_sep RandomAccessFile raf concode_elem_sep String lineSeparator concode_field_sep void backToPosition concode_elem_sep void writeFloat concode_elem_sep void seek concode_elem_sep char readChar concode_elem_sep void writeLong concode_elem_sep String readUTF concode_elem_sep doub... | void function ( ) { writeBytes ( lineSeparator ) ; } |
18,248 | hook for map concrete subclasses to dispose any other resource than the wmsmapcontent concode_field_sep String extension concode_elem_sep String disposition concode_elem_sep java.util.Map<String,String> responseHeaders concode_elem_sep String mimeType concode_elem_sep WMSMapContent mapContent concode_field_sep void set... | void function ( ) { } |
18,249 | returns actual authscope if available concode_field_sep Credentials credentials concode_elem_sep AuthScheme authScheme concode_elem_sep AuthScope authScope concode_field_sep AuthScheme getAuthScheme concode_elem_sep boolean isValid concode_elem_sep void setAuthScheme concode_elem_sep Credentials getCredentials concode_... | AuthScope function ( ) { return this . authScope ; } |
18,250 | returns the table id of this expando table . concode_field_sep ExpandoTable _expandoTable concode_field_sep long getClassNameId concode_elem_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep v... | long function ( ) { return _expandoTable . getTableId ( ) ; } |
18,251 | returns a random number between start inclusive and end inclusive . 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 double BIG_ENOUGH_CEIL concode_elem_sep int BIG_ENOUGH_INT concode_elem_sep ... | int function ( int arg0 , int arg1 ) { return arg0 + random . nextInt ( arg1 - arg0 + 1 ) ; } |
18,252 | gets key of checkpoint . concode_field_sep long expTime concode_elem_sep String host concode_elem_sep long serialVersionUID concode_elem_sep byte[] state concode_elem_sep String key concode_field_sep byte[] getState concode_elem_sep String toString concode_elem_sep long getExpireTime concode_elem_sep String getHost | String function ( ) { return key ; } |
18,253 | returns the pile container of the current game level . concode_field_sep GameLevelManager INSTANCE concode_elem_sep ArrayList<Observer> observersArray concode_elem_sep RunningGameLevel runningGameLevel concode_field_sep String[] getCurrentGameLevelStrings concode_elem_sep HashMap<String,Operator> getCurrentLevelOperato... | ArrayList < TerminalExpression > function ( ) { if ( runningGameLevel == null ) { System . err . println ( "srini_string" ) ; return null ; } return runningGameLevel . getLevelPile ( ) ; } |
18,254 | show the application . concode_field_sep ResId DEBUG_EXITING2 concode_elem_sep String _args[] concode_elem_sep String _ident concode_elem_sep ResId EXCEPTION_NO_FRAMESET concode_elem_sep ResId DEBUG_EXITING1 concode_elem_sep WslApplicationFrame _frame concode_elem_sep WslSwingApplication _app concode_field_sep WslSwing... | void function ( ) { if ( _frame == null ) throw new RuntimeException ( EXCEPTION_NO_FRAMESET . getText ( ) ) ; _frame . show ( ) ; } |
18,255 | returns the location in the data that the archive actually starts . for most files the archive data will start at 0 , however , it is possible to have prefixed bytes often used for startup scripts at the beginning of the data . concode_field_sep int MAXIMUM_SIZE concode_elem_sep int READ_BLOCK_SIZE concode_elem_sep int... | long function ( RandomAccessData arg0 ) { long loc0 = Bytes . littleEndianValue ( this . block , this . offset + 12 , 4 ) ; long loc1 = Bytes . littleEndianValue ( this . block , this . offset + 16 , 4 ) ; long loc2 = arg0 . getSize ( ) - this . size - loc0 ; return loc2 - loc1 ; } |
18,256 | gets the experiments ids in which the spectrum was identified concode_field_sep long searchSpectrumID concode_elem_sep TaxonomyNode taxonNode concode_elem_sep boolean selected concode_elem_sep long startIndex concode_elem_sep Set<Long> experimentIDs concode_elem_sep Collection<PeptideHit> peptideHits concode_elem_sep l... | Set < Long > function ( ) { return experimentIDs ; } |
18,257 | close all currently open files . concode_field_sep int MIN_BLINK_RATE concode_elem_sep int MAX_TAB_SIZE concode_elem_sep String currentSaveDirectory concode_elem_sep int MIN_TAB_SIZE concode_elem_sep EditTabbedPane editTabbedPane concode_elem_sep int MAX_BLINK_RATE concode_elem_sep VenusUI mainUI concode_elem_sep Strin... | boolean function ( ) { return editTabbedPane . closeAllFiles ( ) ; } |
18,258 | performs a sha3-512 hash of the concatenated inputs . concode_field_sep Logger LOGGER concode_field_sep byte[] sha3_256 concode_elem_sep byte[] ripemd160 concode_elem_sep byte[] hash | byte [ ] function ( final byte [ ] ... arg0 ) { SHA3Digest loc0 = new SHA3Digest ( 512 ) ; for ( final byte [ ] loc1 : arg0 ) { loc0 . update ( loc1 , 0 , loc1 . length ) ; } byte [ ] loc2 = new byte [ 512 / 8 ] ; loc0 . doFinal ( loc2 , 0 ) ; return loc2 ; } |
18,259 | returns the result of interpreting the object as an instance of ` ielement extensible ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep RecordPackage modelPackage concode_field_sep T caseBPELExtensibleElement concode_elem_sep T caseIAttributeExtensible conc... | T function ( ElementExtensible arg0 ) { return null ; } |
18,260 | to convert jsondocument to search product result concode_field_sep ObjectMapper OBJECT_MAPPER concode_field_sep List<JsonDocument> convertListToJsonDocument concode_elem_sep SmartPhone convertStringToSmartPhone concode_elem_sep JsonDocument convertObjectToJsonDocument concode_elem_sep Object convertJsonDocumentToObject | SearchProductResult function ( String arg0 ) { try { return OBJECT_MAPPER . readValue ( arg0 , SearchProductResult . class ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; return null ; } } |
18,261 | this method should parse text , but it does n't work for one primitive char . concode_field_sep char symbol concode_field_sep List<Char> parseToChars concode_elem_sep List<Text> parseCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep List<? extends Parsa... | List < Mark > function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
18,262 | check whether this iioimage stores its image data as a raster or as a renderedimage . concode_field_sep RenderedImage image concode_elem_sep IIOMetadata metadata concode_elem_sep Raster raster concode_elem_sep List<? extends BufferedImage> thumbnails concode_field_sep List<? extends BufferedImage> getThumbnails concode... | boolean function ( ) { return raster != null ; } |
18,263 | info log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setL... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 , arg2 ) ; } |
18,264 | logs when data arrives from the client . concode_field_sep ManagedReference<ClientSession> sessionRef concode_elem_sep Logger logger concode_elem_sep String sessionName concode_elem_sep long serialVersionUID concode_field_sep void disconnected concode_elem_sep ClientSession getSession | void function ( ByteBuffer arg0 ) { logger . log ( Level . INFO , "srini_string" , sessionName ) ; } |
18,265 | method to retrieve a single itemtype with a matching itemid concode_field_sep String INITIAL_PRICE concode_elem_sep String IMAGE concode_elem_sep String BID_COUNT concode_elem_sep String CURRENCY concode_elem_sep ItemType[] itemList concode_elem_sep Log log concode_elem_sep String SELLER concode_elem_sep String DATE_FO... | ItemType function ( String arg0 ) { ItemType [ ] loc0 = getSearchResults ( ) ; ItemType loc1 ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { loc1 = loc0 [ loc2 ] ; if ( arg0 . equals ( loc1 . getItemID ( ) ) ) { return loc1 ; } } return null ; } |
18,266 | returns an upper value information . it contains an upper value representation in the value range for this dpt . the corresponding method #getlowervalue should contain the lower bound valuethen . if no information about an upper value can be given , a dpt might set this information optional , and the empty string is re... | String function ( ) { return v2 ; } |
18,267 | calls contentview #cangoforward on ui thread . concode_field_sep int WAIT_TIMEOUT_SECONDS concode_field_sep void clearHistoryOnUiThread concode_elem_sep String getUrlOnUiThread concode_elem_sep boolean canGoToOffsetOnUiThread concode_elem_sep void goToOffsetSync concode_elem_sep void goBackSync concode_elem_sep boolean... | boolean function ( Instrumentation arg0 , final ContentViewCore arg1 ) { return InstrumentationUtils . runOnMainSyncAndGetResult ( arg0 , new Callable < Boolean > ( ) { @ Override public Boolean call ( ) { return arg1 . canGoForward ( ) ; } } ) ; } |
18,268 | associate the given timezone with the current thread , preserving any locale that may have been set already . will implicitly create a localecontext for the given locale , not exposing it as inheritable for child threads . concode_field_sep ThreadLocal<LocaleContext> localeContextHolder concode_elem_sep ThreadLocal<Loc... | void function ( TimeZone arg0 ) { setTimeZone ( arg0 , false ) ; } |
18,269 | reads the next byte of a multi-byte utf-8 character and returns its contents lower 6 bits . throws a generatorerror if the byte is not a valid tail . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep Thread... | int function ( ) { char loc0 = next ( ) ; if ( ( loc0 & 0xc0 ) != 0x80 ) throw invalidUtf8 ( ) ; return loc0 & 0x3f ; } |
18,270 | sets the entry id of this announcements flag . concode_field_sep AnnouncementsFlag _announcementsFlag concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean... | void function ( long arg0 ) { _announcementsFlag . setEntryId ( arg0 ) ; } |
18,271 | 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 ; } |
18,272 | sets the unique id of the message that requested to be notified of the event . the packet id is not used when the message is a request for notifications concode_field_sep boolean composing concode_elem_sep boolean offline concode_elem_sep String COMPOSING concode_elem_sep boolean delivered concode_elem_sep String DISPL... | void function ( String arg0 ) { this . packetID = arg0 ; } |
18,273 | updates statistics min and max using the passed value concode_field_sep long num_nulls concode_elem_sep boolean hasNonNullValue concode_field_sep T genericGetMin concode_elem_sep void setNumNulls concode_elem_sep boolean isEmpty concode_elem_sep byte[] getMaxBytes concode_elem_sep long getNumNulls concode_elem_sep bool... | void function ( boolean arg0 ) { throw new UnsupportedOperationException ( ) ; } |
18,274 | returns an instance of the event manager concode_field_sep EventManager _instance concode_elem_sep Hashtable _requests concode_field_sep EventRequest[] getEventRequests concode_elem_sep Collection getRequests concode_elem_sep EventRequest getRequest concode_elem_sep void requestEvent concode_elem_sep void deleteRequest... | EventManager function ( ) { if ( _instance == null ) _instance = new EventManager ( ) ; return _instance ; } |
18,275 | starts building basic mapping for which all the fields and nested mappings must be explicitly specified . concode_field_sep String AUTH_TOKEN_FIELD_NAME concode_elem_sep MappingType DEFAULT_MAPPING_TYPE concode_field_sep Instantiator factoryMethod concode_elem_sep Instantiator factoryMethod concode_elem_sep Instantiato... | BasicFormMappingBuilder < T > function ( Class < T > arg0 , String arg1 ) { return basic ( arg0 , arg1 , Forms . getDefaultInstantiator ( ) , DEFAULT_MAPPING_TYPE ) ; } |
18,276 | returns the device serial number concode_field_sep int mPortNumber concode_elem_sep UsbDeviceConnection mConnection concode_elem_sep Object mWriteBufferLock concode_elem_sep byte[] mWriteBuffer concode_elem_sep UsbDevice mDevice concode_elem_sep byte[] mReadBuffer concode_elem_sep int DEFAULT_WRITE_BUFFER_SIZE concode_... | String function ( ) { return mConnection . getSerial ( ) ; } |
18,277 | get the number of mdsequences . concode_field_sep int sequenceNumber concode_elem_sep SequenceDatabase sequenceDatabase concode_elem_sep MDPatternsDatabase patternDatabase concode_elem_sep Set<ItemSimple> itemIDs concode_elem_sep List<MDSequence> sequences concode_field_sep Set<ItemSimple> getItemIDs concode_elem_sep M... | int function ( ) { return sequences . size ( ) ; } |
18,278 | get the inner mapping from section name to section diff concode_field_sep List<String> removed concode_elem_sep int build2 concode_elem_sep HashMap<String,Diff> data concode_elem_sep List<String> added concode_elem_sep List<String> modified concode_elem_sep int build1 concode_field_sep List<String> getDiffBySection con... | Map < String , Diff > function ( ) { return this . data ; } |
18,279 | clears the previously stashed values concode_field_sep RestResponse response concode_elem_sep ESLogger logger concode_elem_sep Stash EMPTY concode_elem_sep Map<String,Object> stash concode_field_sep Object unstashValue concode_elem_sep void unstashObject concode_elem_sep XContentBuilder toXContent concode_elem_sep void... | void function ( ) { stash . clear ( ) ; } |
18,280 | returns the full name . concode_field_sep float strokeWidth concode_elem_sep String fontName concode_elem_sep String weight concode_elem_sep int paintType concode_elem_sep float underlinePosition concode_elem_sep String notice concode_elem_sep int blueShift concode_elem_sep float blueScale concode_elem_sep List<Number>... | String function ( ) { return fullName ; } |
18,281 | get short name for ref concode_field_sep String PREFIX_REFS concode_elem_sep String PREFIX_PULL concode_elem_sep String PREFIX_TAG concode_elem_sep String PREFIX_HEADS concode_field_sep boolean isBranch concode_elem_sep boolean isValid concode_elem_sep String getPath concode_elem_sep boolean isTag concode_elem_sep bool... | String function ( final Reference arg0 ) { if ( arg0 != null ) return getName ( arg0 . getRef ( ) ) ; else return null ; } |
18,282 | adds a vector of session attributes . concode_field_sep SessionNameField s concode_elem_sep ConnectionField c concode_elem_sep TimeField t concode_elem_sep Vector<AttributeField> av concode_elem_sep SdpField v concode_elem_sep Vector<MediaDescriptor> media concode_elem_sep OriginField o concode_field_sep void init conc... | SessionDescriptor function ( Vector arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . size ( ) ; loc0 ++ ) addAttribute ( ( AttributeField ) arg0 . elementAt ( loc0 ) ) ; return this ; } |
18,283 | open database connexion . concode_field_sep SQLiteDatabase database concode_elem_sep String[] allcolumns concode_elem_sep UserHelper dbHelper concode_field_sep User insertGetUser concode_elem_sep List<User> getAllUsers concode_elem_sep boolean insertUser concode_elem_sep User cursoToUser concode_elem_sep User getUser c... | void function ( ) { database = dbHelper . getWritableDatabase ( ) ; } |
18,284 | sorts this model by the order defined by comparator implementing class . reverse the model if you have passed the same comparator instance as the previous comparator instance . sorts by natural order if comparator parameter is null . concode_field_sep JupiterLogger log concode_elem_sep Comparator<ReviewIssue> comparato... | void function ( Comparator < ReviewIssue > arg0 ) { if ( this . comparator == arg0 ) { Collections . reverse ( reviewIssueOrdinalList ) ; isReversed = ! isReversed ; } else { Collections . sort ( reviewIssueOrdinalList , arg0 ) ; isReversed = false ; this . comparator = arg0 ; } } |
18,285 | shut down all threadpools immediately . concode_field_sep String volume concode_elem_sep SimpleDateFormat format concode_elem_sep String TOBEDELETED concode_elem_sep String pathToBeDeleted concode_elem_sep String[] volumes concode_elem_sep FileSystem localFileSystem concode_elem_sep String originalPath concode_elem_sep... | List < Runnable > function ( ) { return asyncDiskService . shutdownNow ( ) ; } |
18,286 | is this combat a attack on a settlement ? these happen on the client side only , for the purposes of the pre-combat display . in these cases the actual defender unit is hidden from the attacker player , so the defender is shown as the settlement itself . concode_field_sep float UNKNOWN_ODDS concode_elem_sep float win c... | boolean function ( FreeColGameObject arg0 , FreeColGameObject arg1 ) { return arg0 instanceof Unit && arg1 instanceof Settlement ; } |
18,287 | prefetch and cache the value for key formed by key_name . non-blocking . concode_field_sep PlaceHolder placeHolder concode_field_sep Value get concode_elem_sep Value get concode_elem_sep Value get concode_elem_sep T getGet concode_elem_sep T getGet concode_elem_sep void write_barrier concode_elem_sep Value DputIfMatch ... | void function ( String arg0 ) { get ( Key . make ( arg0 ) , false ) ; } |
18,288 | returns an iterator that iterates over the items in this bag in arbitrary order . concode_field_sep Node<Item> next concode_elem_sep Item item concode_elem_sep Node<Item> current concode_elem_sep Node<Item> first concode_elem_sep int N concode_field_sep void add concode_elem_sep Item next concode_elem_sep int size conc... | Iterator < Item > function ( ) { return new ListIterator < Item > ( first ) ; } |
18,289 | get little-endian doubleword at offset by repeated calls to getbyte . concode_field_sep Integer blockStart concode_elem_sep MainMemory mainMemory concode_field_sep void copyArrayIntoContents concode_elem_sep short getHalfWordInBytes concode_elem_sep void setByte concode_elem_sep byte getByte concode_elem_sep void setHa... | long function ( int arg0 ) { long loc0 = 0xFFFFFFFFl & getWordInBytes ( arg0 + 4 ) ; loc0 <<= 32 ; loc0 |= ( 0xFFFFFFFFl & getWordInBytes ( arg0 ) ) ; return loc0 ; } |
18,290 | tests whether the part is stale i.e. its widgets have state that is older than the data in the model . concode_field_sep boolean dirty concode_elem_sep IManagedForm managedForm concode_elem_sep boolean stale concode_field_sep boolean setFormInput concode_elem_sep boolean isDirty concode_elem_sep void markDirty concode_... | boolean function ( ) { return stale ; } |
18,291 | return true if the driver knows about the given block manager . otherwise , return false , indicating that the block manager should re-register . concode_field_sep PlaceHolder placeHolder concode_field_sep scala.concurrent.Future<scala.collection.Seq<java.lang.Object>> removeBroadcast concode_elem_sep boolean updateBlo... | boolean function ( org . apache . spark . storage . BlockManagerId arg0 ) { throw new RuntimeException ( ) ; } |
18,292 | get custom serializer concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.api.ads.dfp.axis.v2... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
18,293 | set the element container . concode_field_sep AddressFormProcessor addressFormProcessor concode_elem_sep FormElementContainer elementContainer concode_field_sep AddressFormProcessor getAddressFormProcessor concode_elem_sep String reset concode_elem_sep FormElementContainer getElementContainer | void function ( FormElementContainer arg0 ) { this . elementContainer = arg0 ; } |
18,294 | test of getfileref method , of class splistitem . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetOwshiddenversion concode_elem_sep void testLoadFromXml concode_elem_sep void setUpClass concode_elem_sep void testGetWebAbsluteUrl concode_elem_sep void testAddAttachment_String_byteArr concode_elem... | void function ( ) { System . out . println ( "srini_string" ) ; SPListItem loc0 = null ; String loc1 = "srini_string" ; String loc2 = loc0 . getFileRef ( ) ; assertEquals ( loc1 , loc2 ) ; fail ( "srini_string" ) ; } |
18,295 | adds a required line segment . concode_field_sep double error concode_elem_sep List<Line2D> allowed concode_elem_sep List<Line2D> required concode_field_sep void allow concode_elem_sep boolean pointsMatch concode_elem_sep void formatLines concode_elem_sep boolean linesMatch concode_elem_sep void check | void function ( double arg0 , double arg1 , double arg2 , double arg3 ) { required . add ( new Line2D . Double ( arg0 , arg1 , arg2 , arg3 ) ) ; } |
18,296 | copy the contents of an inputstream into an outputstream . concode_field_sep String MESSENGER_KEY concode_elem_sep int OFFLINE_TEST_IMAGE concode_elem_sep boolean DOWNLOAD_OFFLINE concode_elem_sep String TAG concode_elem_sep String OFFLINE_FILENAME concode_elem_sep String PATHNAME_KEY concode_field_sep String downloadF... | int function ( final InputStream arg0 , final OutputStream arg1 ) { final int loc0 = 1024 ; final byte [ ] loc1 = new byte [ loc0 ] ; int loc2 = 0 ; int loc3 = 0 ; while ( ( loc3 = arg0 . loc3 ( loc1 ) ) != - 1 ) { arg1 . write ( loc1 , 0 , loc3 ) ; loc2 += loc3 ; } return loc2 ; } |
18,297 | set the validator to apply after each binding step . 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_sep Conv... | void function ( Validator arg0 ) { this . validator = arg0 ; } |
18,298 | always throws unsupportedoperationexception since this object is not attached to a map . concode_field_sep V value concode_elem_sep K key concode_field_sep K getKey concode_elem_sep V getValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void setValueIn... | V function ( V arg0 ) { throw new UnsupportedOperationException ( ) ; } |
18,299 | return an iterator over record pointers in sorted order . concode_field_sep Sorter<PackedRecordPointer,LongArray> sorter concode_elem_sep LongArray pointerArray concode_elem_sep LongArray array concode_elem_sep PackedRecordPointer packedRecordPointer concode_elem_sep int initialSize concode_elem_sep int pos concode_ele... | ShuffleSorterIterator function ( ) { sorter . sort ( array , 0 , pos , SORT_COMPARATOR ) ; return new ShuffleSorterIterator ( pos , array ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.