idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
34,200
setter method for start date concode_field_sep String ticklerText concode_elem_sep String endDate concode_elem_sep String ticklerId concode_elem_sep String description concode_elem_sep String circleId concode_elem_sep String ticklerName concode_elem_sep String startDate concode_elem_sep String status concode_field_sep ...
void function ( String arg0 ) { this . startDate = arg0 ; }
34,201
updates the token key concode_field_sep long serialVersionUID concode_elem_sep String providerId concode_elem_sep Permission permission concode_elem_sep String secret concode_elem_sep Map<String,Object> _attributes concode_elem_sep String key concode_field_sep String getKey concode_elem_sep void setProviderId concode_e...
void function ( final String arg0 ) { this . key = arg0 ; }
34,202
get an iterator over the values concode_field_sep int _shift concode_elem_sep int _mask concode_elem_sep int NBIT concode_elem_sep IntHashMapKeyIterator k concode_elem_sep int[] _key concode_elem_sep double _factor concode_elem_sep int _n concode_elem_sep int NMAX concode_elem_sep Object[] _value concode_elem_sep int _...
Iterator function ( ) { return new IntHashMapValueIterator ( ) ; }
34,203
writes all the fields till the beginning of checksum . concode_field_sep DataChecksum checksum concode_elem_sep short VERSION concode_elem_sep short version concode_field_sep short getVersion concode_elem_sep int getHeaderSize concode_elem_sep DataChecksum getChecksum concode_elem_sep BlockMetadataHeader readHeader con...
void function ( DataOutputStream arg0 , DataChecksum arg1 ) { writeHeader ( arg0 , new BlockMetadataHeader ( VERSION , arg1 ) ) ; }
34,204
portability wrapper . many app servers call the url setting `` database '' . concode_field_sep Properties connProperties concode_elem_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep ConnectionDefaults connectionDefaults concode_elem_sep String driver concode_elem_sep String url concode_fiel...
String function ( ) { return getUrl ( ) ; }
34,205
parses the specified json string into a parse tree concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
JsonElement function ( String arg0 ) { return parse ( new StringReader ( arg0 ) ) ; }
34,206
starts recording metrics in deferred startup . concode_field_sep String PREF_PROMO_SHOWN concode_elem_sep String SPECIAL_LOCALE_ID concode_elem_sep LocaleManager sInstance concode_elem_sep WeakReference<SnackbarManager> mSnackbarManager concode_elem_sep String PREF_AUTO_SWITCH concode_elem_sep String PREF_WAS_IN_SPECIA...
void function ( ) { }
34,207
returns the adler32 checksum for all input received . concode_field_sep long adler concode_field_sep long updateByteImpl concode_elem_sep void reset concode_elem_sep void update concode_elem_sep void update concode_elem_sep void update concode_elem_sep long updateImpl
long function ( ) { return adler ; }
34,208
returns the number of url maps stored by the renderer . concode_field_sep ArrayList urls concode_elem_sep long serialVersionUID concode_field_sep String generateURL concode_elem_sep int getURLCount concode_elem_sep String getURL concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void addURLs
int function ( ) { return this . urls . size ( ) ; }
34,209
clears the output display area concode_field_sep TextArea outputConsole concode_elem_sep Logic logic concode_elem_sep TextField commandInput concode_elem_sep Stoppable mainApp concode_field_sep void setMainApp concode_elem_sep void displayResult concode_elem_sep void clearCommandInput concode_elem_sep void onCommand co...
void function ( ) { outputConsole . clear ( ) ; }
34,210
list of titles mr. , ms. , dr. , etc. . concode_field_sep LinkedFormElement zip concode_elem_sep FormElement firstName concode_elem_sep FormElement lastName concode_elem_sep SubmitButton submit concode_elem_sep LinkedFormElement city concode_elem_sep ArrayList componentList concode_elem_sep LinkedFormElement state conc...
ArrayList function ( ) { return getListAsSelectItems ( titles ) ; }
34,211
get the size of the underlying apset . concode_field_sep APSet _apset concode_elem_sep boolean _fail_if_disjoint concode_elem_sep Vector<NBA_State> _index concode_elem_sep MyBitSet _final_states concode_elem_sep NBA_State _start_state concode_elem_sep int _state_count concode_field_sep MyBitSet getFinalStates concode_e...
int function ( ) { return _apset . size ( ) ; }
34,212
generate a unique key . the key is a 32-character long sequence of hex digits . concode_field_sep Pattern DURATION_PATTERN concode_elem_sep SimpleDateFormat outFmtSecond concode_elem_sep long MS_IN_HOUR concode_elem_sep SimpleDateFormat parseFmt[] concode_elem_sep long MS_IN_MINUTE concode_elem_sep VMID vmid concode_el...
String function ( ) { return toHex ( generateBytesKey ( ) ) ; }
34,213
gets the value of the texturecoorddimensions2 property . concode_field_sep boolean coloursSpecular concode_elem_sep List<Vertex> vertex concode_elem_sep String textureCoordDimensions7 concode_elem_sep boolean positions concode_elem_sep int textureCoords concode_elem_sep boolean coloursDiffuse concode_elem_sep String te...
String function ( ) { if ( textureCoordDimensions2 == null ) { return "srini_string" ; } else { return textureCoordDimensions2 ; } }
34,214
compute dot product between grid1 and grid2 concode_field_sep PlaceHolder placeHolder concode_field_sep void removeNegative concode_elem_sep void log concode_elem_sep double weightedSSD concode_elem_sep void divideBy concode_elem_sep void divideBy concode_elem_sep double sum concode_elem_sep double weightedDotProduct c...
double function ( NumericGrid arg0 , NumericGrid arg1 ) { NumericGridOperator loc0 = selectGridOperator ( arg0 , arg1 ) ; return loc0 . dotProduct ( arg0 , arg1 ) ; }
34,215
returns the outline paint . concode_field_sep Paint outlinePaint concode_elem_sep Stroke outlineStroke concode_elem_sep Paint backgroundPaint concode_elem_sep Range range concode_elem_sep String label concode_elem_sep long serialVersionUID concode_field_sep Paint getBackgroundPaint concode_elem_sep String getLabel conc...
Paint function ( ) { return this . outlinePaint ; }
34,216
returns the tokens that compose the string mapped with the given key concode_field_sep ResourceBundle bundle concode_field_sep boolean getBoolean concode_elem_sep int getInteger concode_elem_sep int getCharacter concode_elem_sep String getString
List function ( String arg0 , String arg1 , boolean arg2 ) { List loc0 = new ArrayList ( ) ; StringTokenizer loc1 = new StringTokenizer ( getString ( arg0 ) , arg1 , arg2 ) ; while ( loc1 . hasMoreTokens ( ) ) { loc0 . add ( loc1 . nextToken ( ) ) ; } return loc0 ; }
34,217
it is used to change the tag concode_field_sep String DEFAULT_TAG concode_elem_sep Printer printer concode_field_sep Printer t concode_elem_sep Printer t concode_elem_sep Printer t concode_elem_sep void d concode_elem_sep void e concode_elem_sep void e concode_elem_sep void v concode_elem_sep void xml concode_elem_sep ...
Settings function ( String arg0 ) { return printer . init ( arg0 ) ; }
34,218
a convenience shorthand for sessiondata #set class , object , sessionserializer . concode_field_sep PlaceHolder placeHolder concode_field_sep JavaSessionSerializer getJavaSerializer concode_elem_sep boolean isDirty concode_elem_sep Promise<Optional<T>> get concode_elem_sep Promise<Optional<T>> get concode_elem_sep Prom...
Operation function ( Class < T > arg0 , T arg1 , SessionSerializer arg2 ) { return getData ( ) . operation ( d -> d . set ( arg0 , arg1 , arg2 ) ) ; }
34,219
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 ; } }
34,220
returns the mass analyzer . concode_field_sep HashMap<String,String> novorPtmMap concode_elem_sep String fragmentationMethod concode_elem_sep long serialVersionUID concode_elem_sep String massAnalyzer concode_field_sep void setMassAnalyzer concode_elem_sep HashMap<String,String> getNovorPtmMap concode_elem_sep Advocate...
String function ( ) { return massAnalyzer ; }
34,221
checks if is numeric . concode_field_sep String ARFF_ATTRIBUTE concode_elem_sep String ARFF_ATTRIBUTE_INTEGER concode_elem_sep SimpleDateFormat m_DateFormat concode_elem_sep String ARFF_ATTRIBUTE_RELATIONAL concode_elem_sep int STRING_COMPRESS_THRESHOLD concode_elem_sep Map<String,Integer> valuesStringAttribute concode...
boolean function ( ) { return isNumeric ; }
34,222
gets the value of the finaldownpayment property . concode_field_sep String jumpCreditEIPPayOff concode_elem_sep long serialVersionUID concode_elem_sep String adjustedTerm concode_elem_sep String finalDownPayment concode_elem_sep BigDecimal remainingFinancedAmount concode_elem_sep BigDecimal monthlyPayment concode_elem_...
String function ( ) { return finalDownPayment ; }
34,223
disconnects from the database concode_field_sep ItemRegistry itemRegistry concode_elem_sep String FIELD_REALNAME concode_elem_sep String FIELD_ITEM concode_elem_sep MongoClient cl concode_elem_sep String collection concode_elem_sep String url concode_elem_sep PersistentStateRestorer persistentStateRestorer concode_elem...
void function ( ) { this . mongoCollection = null ; if ( this . cl != null ) { this . cl . close ( ) ; } cl = null ; }
34,224
function version to which the alias points . constraints : length : 1 - 1024 pattern : \ $ latest | 0-9 + concode_field_sep String aliasArn concode_elem_sep String functionVersion concode_elem_sep String name concode_elem_sep String description concode_field_sep void setName concode_elem_sep AliasConfiguration withFunc...
String function ( ) { return functionVersion ; }
34,225
returns the object which fired the event . concode_field_sep Object source concode_elem_sep long serialVersionUID concode_field_sep String toString
Object function ( ) { return source ; }
34,226
the file before it is compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focalLengt...
void function ( String arg0 ) { this . inFile = new ExifInterface ( arg0 ) ; }
34,227
replacing an existing datastream should succeed . concode_field_sep String DS_CONTENT2 concode_elem_sep AkubraLowlevelStorage instance concode_elem_sep String OBJ_CONTENT2 concode_elem_sep String OBJ_KEY concode_elem_sep String OBJ_CONTENT concode_elem_sep AkubraLowlevelStorage safeInstance concode_elem_sep String DS_K...
void function ( ) { instance . addDatastream ( DS_KEY , toStream ( DS_CONTENT ) ) ; instance . replaceDatastream ( DS_KEY , toStream ( DS_CONTENT2 ) ) ; List < String > loc0 = toList ( instance . listDatastreams ( ) ) ; assertEquals ( 1 , loc0 . size ( ) ) ; assertEquals ( DS_CONTENT2 , toString ( instance . retrieveDa...
34,228
returns a list of all owned product ids . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep void addSkuDetails concode_elem_sep Purchase getPurchase concode_elem_sep boolean hasDetails concode_elem_sep List<Purchase>...
List < String > function ( ) { return new ArrayList < String > ( mPurchaseMap . keySet ( ) ) ; }
34,229
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...
Proxy function ( ) { return proxy ; }
34,230
sets the value of the htmltables property . concode_field_sep Object parent concode_elem_sep String editPage concode_elem_sep Boolean htmlTables concode_elem_sep Boolean xl97 concode_elem_sep Boolean consecutive concode_elem_sep String url concode_elem_sep CTTables tables concode_elem_sep Boolean firstRow concode_elem_...
void function ( Boolean arg0 ) { this . htmlTables = arg0 ; }
34,231
mutator method for setting today 's date in iso format concode_field_sep FeatureSettings featureSettings concode_elem_sep VersionOneDataFactoryImpl vOneApi concode_elem_sep FeatureCollectorRepository featureCollectorRepository concode_elem_sep String todayDateISO concode_elem_sep String returnDate concode_elem_sep Scop...
void function ( String arg0 ) { this . todayDateISO = arg0 ; }
34,232
executes the specified command and arguments in a separate process , and waits for the process to finish . no input is passed to the process on stdin . concode_field_sep String output concode_elem_sep String error concode_elem_sep int status concode_field_sep String getError concode_elem_sep ExecHelper execUsingShell c...
ExecHelper function ( String [ ] arg0 , String [ ] arg1 , String arg2 ) { return new ExecHelper ( Runtime . getRuntime ( ) . exec ( arg0 , arg1 ) , arg2 ) ; }
34,233
helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ...
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; }
34,234
decodes and returns the grabbed video frame . the methods/functions decode and return the just grabbed frame . if no frames has been grabbed camera has been disconnected , or there are no more frames in video file , the methods return false and the functions return null pointer . note : opencv 1.x functions cvretrievef...
boolean function ( Mat arg0 ) { boolean loc0 = n_retrieve ( nativeObj , arg0 . nativeObj ) ; return loc0 ; }
34,235
verifies an long is greater or equal to zero . concode_field_sep String IDENTIFIER_PATTERN_STR concode_elem_sep Pattern IDENTIFIER_PATTERN concode_field_sep int gt0 concode_elem_sep long gt0 concode_elem_sep T notNull concode_elem_sep String validIdentifier concode_elem_sep String notEmpty concode_elem_sep List<String>...
long function ( long arg0 , String arg1 ) { if ( arg0 < 0 ) { throw new IllegalArgumentException ( MessageFormat . format ( "srini_string" , arg1 , arg0 ) ) ; } return arg0 ; }
34,236
create a branch with a commit and return back to master . concode_field_sep String initial concode_elem_sep String branchLine concode_elem_sep MergeContent LOCAL_CHANGES_OVERWRITTEN_BY concode_elem_sep String masterLine concode_elem_sep String BRANCH_FOR_UNMERGED_CONFLICTS concode_field_sep void append1 concode_elem_se...
void function ( Collection < GitRepository > arg0 , final String arg1 , final String arg2 , final String arg3 ) { for ( GitRepository loc0 : arg0 ) { branchWithCommit ( loc0 , arg1 , arg2 , arg3 ) ; } }
34,237
the configuration properties for the action type . concode_field_sep ActionTypeSettings settings concode_elem_sep ArtifactDetails inputArtifactDetails concode_elem_sep java.util.List<ActionConfigurationProperty> actionConfigurationProperties concode_elem_sep ArtifactDetails outputArtifactDetails concode_elem_sep Action...
java . util . List < ActionConfigurationProperty > function ( ) { return actionConfigurationProperties ; }
34,238
get observation time concode_field_sep String dateString concode_elem_sep String timeZone concode_elem_sep SimpleDateFormat SDF concode_field_sep String getTimeZone
Calendar function ( ) { Calendar loc0 = Calendar . getInstance ( ) ; Date loc1 = SDF . parse ( dateString + timeZone . replace ( "srini_string" , "srini_string" ) ) ; loc0 . setTime ( loc1 ) ; return loc0 ; }
34,239
generally called by the emitter . this method will notify all the sub systems that a given amount of particles has been activated . concode_field_sep BoundingBox boundingBox concode_elem_sep ParticleControllerRenderer<?,?> renderer concode_elem_sep Matrix4 transform concode_elem_sep float deltaTime concode_elem_sep Str...
void function ( int arg0 , int arg1 ) { emitter . activateParticles ( arg0 , arg1 ) ; for ( Influencer loc0 : influencers ) loc0 . activateParticles ( arg0 , arg1 ) ; }
34,240
returns the class name of the specified filename . concode_field_sep File cwd concode_field_sep File getRobotDatabaseFile concode_elem_sep File getEditorThemeConfigDir concode_elem_sep boolean isFilenameValid concode_elem_sep File getRobotsDir concode_elem_sep File getRobocodeConfigFile concode_elem_sep File getEditorC...
String function ( String arg0 ) { int loc0 = arg0 . lastIndexOf ( '.' ) ; if ( loc0 < 0 ) { return arg0 ; } if ( arg0 . length ( ) - 1 == loc0 ) { return arg0 . substring ( 0 , arg0 . length ( ) - 1 ) ; } return arg0 . substring ( 0 , loc0 ) ; }
34,241
gets the value of the platnostcertifikatu property . concode_field_sep TVysledekOvereni platnostBezpecnostnihoPrvkuCRL concode_elem_sep TOsobaInterni overovatel concode_elem_sep TVysledekOvereni platnostBezpecnostnihoPrvkuCertifikatu concode_elem_sep TLogicky stavRevokace concode_elem_sep TVysledekOvereni platnostCerti...
TVysledekOvereni function ( ) { return platnostCertifikatu ; }
34,242
sets the value at the specified path in this hdf node 's subtree . concode_field_sep JniHdf root concode_elem_sep CSFileLoader fileLoader concode_elem_sep long hdfptr concode_field_sep JniHdf objNext concode_elem_sep long _init concode_elem_sep CSFileLoader getFileLoader concode_elem_sep int getIntValue concode_elem_se...
void function ( String arg0 , String arg1 ) { if ( hdfptr == 0 ) { throw new NullPointerException ( "srini_string" ) ; } _setValue ( hdfptr , arg0 , arg1 ) ; }
34,243
sets the class p k of this trash entry . concode_field_sep TrashEntry _trashEntry concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boo...
void function ( long arg0 ) { _trashEntry . setClassPK ( arg0 ) ; }
34,244
reads a single byte from the input stream . concode_field_sep int lctSize concode_elem_sep int MAX_STACK_SIZE concode_elem_sep short[] prefix concode_elem_sep byte[] block concode_elem_sep int blockSize concode_elem_sep GifHeader header concode_elem_sep byte[] pixelStack concode_elem_sep ByteBuffer rawData concode_elem...
int function ( ) { int loc0 = 0 ; try { loc0 = ( rawData . get ( ) & 0xFF ) ; } catch ( Exception loc1 ) { header . status = STATUS_FORMAT_ERROR ; } return loc0 ; }
34,245
the number of shards on this node that will not be eventually relocated . concode_field_sep DiscoveryNode node concode_elem_sep List<ShardRouting> shards concode_elem_sep String nodeId concode_field_sep void add concode_elem_sep Iterator<ShardRouting> mutableIterator concode_elem_sep String prettyPrint concode_elem_sep...
int function ( ) { int loc0 = 0 ; for ( ShardRouting loc1 : this ) { if ( loc1 . state ( ) != ShardRoutingState . RELOCATING ) { loc0 ++ ; } } return loc0 ; }
34,246
prints a message at error priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void printl...
void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( ERROR , arg0 , arg1 , arg2 ) ; }
34,247
returns the fragment . can be null . concode_field_sep String fragment concode_elem_sep String scheme concode_elem_sep Map<String,?> uriVariables concode_elem_sep Object SKIP_VALUE concode_elem_sep Iterator<Object> valueIterator concode_elem_sep Pattern NAMES_PATTERN concode_elem_sep String DEFAULT_ENCODING concode_fie...
String function ( ) { return this . fragment ; }
34,248
compares this city to another by name . concode_field_sep Map<String,City> cities concode_elem_sep String timeZoneID concode_elem_sep TimeZone timeZone concode_elem_sep int rawOffset concode_elem_sep float latitude concode_elem_sep City[] citiesByRawOffset concode_elem_sep String name concode_elem_sep float x concode_e...
int function ( City arg0 ) { return name . compareTo ( arg0 . name ) ; }
34,249
creates a directory unless it already exists concode_field_sep Logger LOGGER concode_elem_sep ServerUtil mServerUtil concode_elem_sep String VIDEO_TS concode_field_sep ServerUtil instance concode_elem_sep boolean folderIsRippedDvd concode_elem_sep void startFileInDefaultApplication concode_elem_sep List<InetAddress> fi...
void function ( String arg0 ) { File loc0 = new File ( arg0 ) ; if ( loc0 . exists ( ) == false ) { loc0 . mkdirs ( ) ; } }
34,250
connect two non-connected elements . while connecting two elements , we also need to make rest of the elements in first component gets updated to the value of second element so that we know all these elements are part of one component . time complexity : o n for each union operation . so for n union operations , time c...
void function ( int arg0 , int arg1 ) { if ( isConnected ( arg0 , arg1 ) ) { System . out . println ( arg0 + "srini_string" + arg1 + "srini_string" ) ; return ; } int loc0 = list [ arg0 ] ; int loc1 = list [ arg1 ] ; for ( int loc2 = 0 ; loc2 < list . length ; loc2 ++ ) { if ( list [ loc2 ] == loc0 ) { list [ loc2 ] = ...
34,251
prints data out to the console using android 's native log mechanism . concode_field_sep LogNode mNext concode_field_sep void setNext concode_elem_sep LogNode getNext
void function ( int arg0 , String arg1 , String arg2 , Throwable arg3 ) { String loc0 = arg2 ; if ( loc0 == null ) { loc0 = "srini_string" ; } if ( arg3 != null ) { arg2 += "srini_string" + Log . getStackTraceString ( arg3 ) ; } Log . println ( arg0 , arg1 , loc0 ) ; if ( mNext != null ) { mNext . println ( arg0 , arg1...
34,252
read the remaining bytes of data from standard input and return as a string . concode_field_sep int buffer concode_elem_sep int EOF concode_elem_sep int N concode_elem_sep BufferedInputStream in concode_field_sep long readLong concode_elem_sep short readShort concode_elem_sep void fillBuffer concode_elem_sep double rea...
String function ( ) { if ( isEmpty ( ) ) throw new RuntimeException ( "srini_string" ) ; StringBuilder loc0 = new StringBuilder ( ) ; while ( ! isEmpty ( ) ) { char loc1 = readChar ( ) ; loc0 . append ( loc1 ) ; } return loc0 . toString ( ) ; }
34,253
check the http request method or the method from the access-control-request-method header on a pre-flight request against the configured allowed methods . concode_field_sep List<HttpMethod> resolvedMethods concode_elem_sep List<String> allowedOrigins concode_elem_sep Long maxAge concode_elem_sep List<String> exposedHea...
List < HttpMethod > function ( HttpMethod arg0 ) { if ( arg0 == null ) { return null ; } if ( this . resolvedMethods == null ) { return Collections . singletonList ( arg0 ) ; } return ( this . resolvedMethods . contains ( arg0 ) ? this . resolvedMethods : null ) ; }
34,254
adds the id of the specified feature vector to this unit , if this unit contains the feature vector . concode_field_sep ArrayList<CLIQUEInterval> intervals concode_elem_sep ModifiableDBIDs ids concode_elem_sep boolean assigned concode_field_sep double selectivity concode_elem_sep CLIQUEInterval getInterval concode_elem...
boolean function ( DBIDRef arg0 , V arg1 ) { if ( contains ( arg1 ) ) { ids . add ( arg0 ) ; return true ; } return false ; }
34,255
returns the mapped object memory sizeof , in bytes . concode_field_sep int view concode_elem_sep boolean CHECKS concode_elem_sep long baseAddress concode_elem_sep int SIZEOF concode_elem_sep long viewAddress concode_elem_sep ByteBuffer preventGC concode_field_sep void next concode_elem_sep T malloc concode_elem_sep lon...
int function ( ) { throw new InternalError ( "srini_string" ) ; }
34,256
adds a table to a document . concode_field_sep String EMPTY concode_field_sep Font getItalicFont concode_elem_sep PdfPCell getCell concode_elem_sep PdfPCell getTextCell concode_elem_sep PdfPCell getTextCell concode_elem_sep Font getBoldFont concode_elem_sep Document openDocument concode_elem_sep Document openDocument c...
void function ( Document arg0 , PdfPTable arg1 ) { try { arg0 . add ( arg1 ) ; } catch ( DocumentException loc0 ) { throw new RuntimeException ( "srini_string" , loc0 ) ; } }
34,257
gets the value of the areaorseq 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 areaorseq property . for example , to add a new item , d...
List < Object > function ( ) { if ( areaOrSeq == null ) { areaOrSeq = new ArrayList < Object > ( ) ; } return this . areaOrSeq ; }
34,258
gets the value of the value property . concode_field_sep String serviceOfferType concode_elem_sep Long sequenceNumber concode_elem_sep ConflictDetailsType.Reason reason concode_elem_sep String code concode_elem_sep String serviceCode concode_elem_sep XMLGregorianCalendar effectiveTime concode_elem_sep long serialVersio...
String function ( ) { return value ; }
34,259
reinitialise . concode_field_sep boolean trackLineColumn concode_elem_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag co...
void function ( java . io . InputStream arg0 , String arg1 , int arg2 , int arg3 ) { ReInit ( arg0 , arg1 , arg2 , arg3 , 4096 ) ; }
34,260
gets the declared output fields for the specified component/stream . concode_field_sep StormTopology _topology concode_elem_sep String _stormId concode_elem_sep Map<Integer,String> _taskToComponent concode_elem_sep Map<String,List<Integer>> _componentToTasks concode_elem_sep Map _stormConf concode_elem_sep Map<String,M...
Fields function ( String arg0 , String arg1 ) { Fields loc0 = _componentToStreamToFields . get ( arg0 ) . get ( arg1 ) ; if ( loc0 == null ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" + arg1 ) ; } return loc0 ; }
34,261
test % throwableshort filters packages concode_field_sep PlaceHolder placeHolder concode_field_sep void testSeparator concode_elem_sep void testDepthAndSeparator concode_elem_sep void testFullAnsiWithCustomStyle concode_elem_sep void testFullAnsi concode_elem_sep void testNoneAndSeparatorAndFilters concode_elem_sep voi...
void function ( ) { test ( new String [ ] { "srini_string" , "srini_string" } , 2 , Strings . LINE_SEPARATOR , Arrays . asList ( "srini_string" ) ) ; }
34,262
create a model as a text fixture concode_field_sep PlaceHolder placeHolder concode_field_sep void testMatch concode_elem_sep void testResourcesMatch concode_elem_sep Model modelFromTurtle concode_elem_sep String baseURIFixture concode_elem_sep Set<RDFNode> getValues concode_elem_sep boolean isOnlyValue concode_elem_sep...
Model function ( String arg0 ) { Model loc0 = ModelFactory . createDefaultModel ( ) ; loc0 . setNsPrefixes ( PrefixUtils . commonPrefixes ( ) ) ; loc0 . setNsPrefix ( "srini_string" , baseURIFixture ( ) ) ; String loc1 = PrefixUtils . asTurtlePrefixes ( loc0 ) + arg0 ; loc0 . read ( new StringReader ( loc1 ) , baseURIF...
34,263
validate the consistency of patches to the point we rollback . concode_field_sep Map<PatchingArtifact<? extends PatchingArtifact.ArtifactState,? extends PatchingArtifact.ArtifactState>,PatchingArtifactStateHandler<? extends PatchingArtifact.ArtifactState>> handlers concode_elem_sep List<String> errors concode_field_sep...
void function ( final String arg0 , final InstalledIdentity arg1 ) { final Set < String > loc0 = processRollbackState ( arg0 , arg1 ) ; if ( arg0 != null && ! loc0 . contains ( arg0 ) ) { throw PatchLogger . ROOT_LOGGER . patchNotFoundInHistory ( arg0 ) ; } }
34,264
set config file setting concode_field_sep Map<String,CConfigImpl> config concode_field_sep ClarionString getProperty concode_elem_sep CConfigImpl getInstance
void function ( String arg0 , String arg1 , String arg2 , String arg3 ) { if ( arg3 == null ) arg3 = "srini_string" ; getInstance ( arg3 ) . setProperty ( arg0 , arg1 , arg2 ) ; }
34,265
get the starting index of the current script run . concode_field_sep int TAIL_START concode_elem_sep int TAIL_LIMIT concode_elem_sep int SURROGATE_OFFSET concode_elem_sep int textStart concode_elem_sep int stack[] concode_elem_sep int parenSP concode_elem_sep int LEAD_LIMIT concode_elem_sep int pairedChars[] concode_el...
int function ( ) { return scriptStart ; }
34,266
requested pages not found in the cache . concode_field_sep int st_map concode_elem_sep int st_page_out concode_elem_sep String file_name concode_elem_sep int st_cache_miss concode_elem_sep int st_cache_hit concode_elem_sep int st_page_create concode_elem_sep int st_page_in concode_elem_sep int st_pagesize concode_field...
int function ( ) { return st_cache_miss ; }
34,267
converts value to a json document . unlike gson 's similar gson #tojson object tojson method , this write is strict . create a jsonwriter #setlenient boolean lenient jsonwriter and call #write com.google.gson.stream.jsonwriter , object for lenientwriting . concode_field_sep PlaceHolder placeHolder concode_field_sep T r...
String function ( T arg0 ) { StringWriter loc0 = new StringWriter ( ) ; toJson ( loc0 , arg0 ) ; return loc0 . toString ( ) ; }
34,268
registers a new aggregator . aggregators registered here are available during the execution of the vertex updates via org.apache.flink.graph.spargel.vertexupdatefunction #getiterationaggregator string and org.apache.flink.graph.spargel.vertexupdatefunction #getpreviousiterationaggregate string . concode_field_sep int p...
void function ( String arg0 , Aggregator < ? > arg1 ) { this . aggregators . put ( arg0 , arg1 ) ; }
34,269
this method has timeout specified on entire local view concode_field_sep TransactionManager transactionManager concode_field_sep int getTimeout concode_elem_sep int getBeanTimeout concode_elem_sep int getRemoteMethodTimeout concode_elem_sep int getBeanMethodTimeout
int function ( ) { return getTimeout ( ) ; }
34,270
this is used to check whether the le is running in a remote host . concode_field_sep PlaceHolder placeHolder concode_field_sep void sendPing concode_elem_sep LeaderInterface getLeaderInterface concode_elem_sep void sendRequestNotAccepted concode_elem_sep void main concode_elem_sep void unregisterListenerWithLeader conc...
boolean function ( String arg0 ) { LeaderInterface loc0 = getLeaderInterface ( arg0 ) ; System . out . println ( "srini_string" + arg0 ) ; return loc0 . isLeaderElectionRunning ( ) ; }
34,271
return the number of cache hits . note : update is not synced , so the number may not be completely accurate . concode_field_sep CacheEntry[] cache concode_elem_sep int cacheMaxSize concode_elem_sep long hitsCount concode_elem_sep int maxAllocateIterations concode_elem_sep long desiredEntryAccessRatio concode_elem_sep ...
long function ( ) { return hitsCount ; }
34,272
sets the format factory used to serialize extracted region concode_field_sep IExtract extractImpl concode_elem_sep Logger logger concode_elem_sep FormatFactory fmtFactory concode_elem_sep String STDIN concode_field_sep BufferedImage applyScaling concode_elem_sep void extractImage concode_elem_sep void extractImage conc...
void function ( FormatFactory arg0 ) { fmtFactory = arg0 ; }
34,273
sets the string encoder to use for parsing or building a string . the string encoder will not be used for fragments marked as raw . a fragment can be marked as raw by prefixing its name with a percent sign . concode_field_sep Pattern _escapeRegexPattern concode_elem_sep StringEncoder _stringEncoder concode_elem_sep Pat...
void function ( StringEncoder arg0 ) { _stringEncoder = arg0 ; }
34,274
read in a report from the given file . concode_field_sep String REPORT_VERSION concode_field_sep void writeDesign concode_elem_sep void writeDesign concode_elem_sep void writeDesign
ReportDesign function ( File arg0 ) { return readDesign ( new FileInputStream ( arg0 ) ) ; }
34,275
the scheduled actions . concode_field_sep com.amazonaws.internal.SdkInternalList<ScheduledUpdateGroupAction> scheduledUpdateGroupActions concode_elem_sep String nextToken concode_field_sep void setScheduledUpdateGroupActions concode_elem_sep java.util.List<ScheduledUpdateGroupAction> getScheduledUpdateGroupActions conc...
DescribeScheduledActionsResult function ( java . util . Collection < ScheduledUpdateGroupAction > arg0 ) { setScheduledUpdateGroupActions ( arg0 ) ; return this ; }
34,276
gets the value of the name property . concode_field_sep DataHandler data concode_elem_sep String name concode_elem_sep Boolean insert concode_elem_sep Boolean update concode_elem_sep FileType type concode_elem_sep Boolean delete concode_elem_sep Boolean integrate concode_field_sep void setName concode_elem_sep void set...
String function ( ) { return name ; }
34,277
resets for next reuse . concode_field_sep boolean consumed concode_elem_sep char[][] dateTokens concode_elem_sep long currentDateMillis concode_elem_sep int last concode_elem_sep int offset concode_elem_sep Calendar tempCalGMT concode_elem_sep SimpleDateFormat sdfd concode_elem_sep SimpleDateFormat sdfts concode_elem_s...
void function ( ) { last = - 1 ; offset = - 1 ; state = 0 ; }
34,278
match the initial state distribution to the given expectations and observations concode_field_sep Distribution[] outputDistributions concode_elem_sep StateDistribution[] transitionDistributions concode_elem_sep StateDistribution initialStateDistribution concode_field_sep StateDistribution[] getTransitionDistributions c...
void function ( double [ ] [ ] arg0 , DataSet arg1 ) { initialStateDistribution . estimate ( arg0 , arg1 ) ; }
34,279
get the naming store injector . concode_field_sep AtomicInteger refcnt concode_elem_sep ServiceController<?> controller concode_elem_sep String name concode_elem_sep InjectedValue<ManagedReferenceFactory> managedReferenceFactory concode_elem_sep Object source concode_elem_sep InjectedValue<ServiceBasedNamingStore> nami...
InjectedValue < ServiceBasedNamingStore > function ( ) { return namingStoreValue ; }
34,280
transform a rectangle with all matrices . concode_field_sep Matrix mMatrixValueToPx concode_elem_sep Matrix mMatrixOffset concode_elem_sep ViewPortHandler mViewPortHandler concode_elem_sep Matrix mMBuffer1 concode_elem_sep Matrix mMBuffer2 concode_field_sep void rectValueToPixelHorizontal concode_elem_sep void rectValu...
void function ( RectF arg0 ) { mMatrixValueToPx . mapRect ( arg0 ) ; mViewPortHandler . getMatrixTouch ( ) . mapRect ( arg0 ) ; mMatrixOffset . mapRect ( arg0 ) ; }
34,281
returns the test represented by a string . concode_field_sep int m_AttIndex concode_elem_sep double m_Split concode_elem_sep long serialVersionUID concode_elem_sep Instances m_Dataset concode_elem_sep boolean m_Not concode_field_sep String testPrologComparisonString concode_elem_sep String testComparisonString concode_...
String function ( ) { return ( m_Dataset . attribute ( m_AttIndex ) . name ( ) + "srini_string" + testComparisonString ( ) ) ; }
34,282
test will timeout if secure random implementation always returns a constant value . concode_field_sep PlaceHolder placeHolder concode_field_sep void testRandomLong concode_elem_sep OsSecureRandom getOsSecureRandom concode_elem_sep void testRefillReservoir concode_elem_sep void checkRandomBytes concode_elem_sep void tes...
void function ( ) { OsSecureRandom loc0 = getOsSecureRandom ( ) ; float loc1 = loc0 . nextFloat ( ) ; float loc2 = loc0 . nextFloat ( ) ; while ( loc1 == loc2 ) { loc2 = loc0 . nextFloat ( ) ; } loc0 . close ( ) ; }
34,283
tests getallproperties . concode_field_sep ResourceFile file concode_elem_sep List<String> allLanguages concode_elem_sep ResourceFile fileDe concode_elem_sep String svnUrl concode_elem_sep String resourceFile concode_elem_sep ResourceBundle bundle concode_field_sep void testGetId concode_elem_sep void testBundleModel c...
void function ( ) { Assert . assertEquals ( 2 , bundle . getAllProperties ( ) . size ( ) ) ; }
34,284
makes a new instance of jsonbuilder . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep String escapeString c...
JSONBuilder function ( ) { return new JSONBuilder ( ) ; }
34,285
the status of the import of this particular disk image . concode_field_sep DiskImageVolumeDescription volume concode_elem_sep Long bytesConverted concode_elem_sep DiskImageDescription image concode_elem_sep String description concode_elem_sep String availabilityZone concode_elem_sep String statusMessage concode_elem_se...
String function ( ) { return this . status ; }
34,286
gets the value of the entitymetadata property . concode_field_sep EntityMetaData entityMetaData concode_elem_sep EntityAcl entityAcl concode_elem_sep List<CustomProperty> customProperty concode_field_sep void setEntityMetaData concode_elem_sep EntityAcl getEntityAcl concode_elem_sep void setEntityAcl concode_elem_sep L...
EntityMetaData function ( ) { return entityMetaData ; }
34,287
the location from the dialog . concode_field_sep JFrame parentFrame concode_elem_sep JPasswordField password concode_elem_sep Object[] options concode_elem_sep SWORDComboBox onBehalfOf concode_elem_sep JPanel controls concode_elem_sep SWORDComboBox location concode_elem_sep SWORDComboBox username concode_field_sep JPan...
String function ( ) { return location . getText ( ) ; }
34,288
retrieves the compiledstatement object having the specified compiled statement identifier , or null if the compiledstatement object has been invalidated . concode_field_sep Database database concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep IntKeyHashMap sqlLookup conco...
CompiledStatement function ( int arg0 ) { return ( CompiledStatement ) csidMap . get ( arg0 ) ; }
34,289
how many rows/states are in the machine/table . concode_field_sep parse_action_row[] under_state concode_elem_sep int _num_states concode_field_sep void check_reductions concode_elem_sep String toString
int function ( ) { return _num_states ; }
34,290
method : getfilemd5sum purpose : get the md5 sum of a file . scour exchange only counts the first scour_md5_byte_limit bytes of a file for caclulating checksums probably for efficiency or better comaprison counts against unfinished downloads . concode_field_sep int SCOUR_MD5_BYTE_LIMIT concode_elem_sep MessageDigest md...
String function ( File arg0 ) { String loc0 = null ; byte [ ] loc1 = FileUtils . readByteArrayFromFile ( arg0 , 0 , arg0 . length ( ) ) ; loc0 = md5Sum ( loc1 , SCOUR_MD5_BYTE_LIMIT ) ; return loc0 ; }
34,291
get the event status concode_field_sep JobStatusChanged datum concode_field_sep EventType getEventType concode_elem_sep Object getDatum concode_elem_sep JobID getJobId concode_elem_sep void setDatum
String function ( ) { return datum . getJobStatus ( ) . toString ( ) ; }
34,292
set the reference instance . concode_field_sep Reference reference concode_elem_sep long serialVersionUID concode_elem_sep Float first concode_elem_sep ResourceAdapter ra concode_elem_sep String second concode_field_sep void setSecond concode_elem_sep void setResourceAdapter concode_elem_sep void setFirst concode_elem_...
void function ( Reference arg0 ) { this . reference = arg0 ; }
34,293
sets the formatter to be used by this handler . this internal method does not check security . concode_field_sep Level DEFAULT_LEVEL concode_elem_sep Formatter formatter concode_elem_sep Filter filter concode_elem_sep ErrorManager errorMan concode_elem_sep Level level concode_elem_sep String prefix concode_elem_sep Str...
void function ( Formatter arg0 ) { if ( null == arg0 ) { throw new NullPointerException ( ) ; } this . formatter = arg0 ; }
34,294
get subsystem name . concode_field_sep OutputTypeEnum outputType concode_elem_sep boolean linkFortranMain concode_elem_sep boolean staticRuntime concode_elem_sep SubsystemEnum subsystem concode_elem_sep boolean linkCPP concode_elem_sep boolean linkFortran concode_field_sep boolean isJNIModule concode_elem_sep boolean l...
String function ( ) { return subsystem . getValue ( ) ; }
34,295
tell the transactionmanager to suspend any ongoing transaction . concode_field_sep RegionFactory factory concode_elem_sep AdvancedCache cache concode_elem_sep AdvancedCache localAndSkipLoadCache concode_elem_sep String name concode_elem_sep TransactionManager tm concode_elem_sep Log log concode_elem_sep long lastRegion...
Transaction function ( ) { Transaction loc0 = null ; try { if ( tm != null ) { loc0 = tm . suspend ( ) ; } } catch ( SystemException loc1 ) { throw new CacheException ( "srini_string" , loc1 ) ; } return loc0 ; }
34,296
sets the nguoi lap of this bao cao d l i. concode_field_sep BaoCaoDLI _baoCaoDLI concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem...
void function ( java . lang . String arg0 ) { _baoCaoDLI . setNguoiLap ( arg0 ) ; }
34,297
add netty io.netty.channel.channeloption s to the io.netty.bootstrap.serverbootstrap . concode_field_sep ServerBootstrap bootstrap concode_elem_sep List<ChannelHandler> httpChannelHandlers concode_elem_sep SSLContext sslContext concode_elem_sep EventLoopGroup eventLoopGroup concode_elem_sep Map<ChannelOption,Object> ch...
void function ( final Map < ChannelOption , Object > arg0 ) { this . channelOptions = arg0 == null ? Collections . < ChannelOption , Object > emptyMap ( ) : arg0 ; }
34,298
sets the type of this list type . concode_field_sep ListType _listType concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lan...
void function ( java . lang . String arg0 ) { _listType . setType ( arg0 ) ; }
34,299
operation read_any concode_field_sep org.omg.CORBA.portable.InputStream delegate concode_field_sep void read_ulong_array concode_elem_sep short read_short concode_elem_sep void read_longlong_array concode_elem_sep char read_char concode_elem_sep double read_double concode_elem_sep void read_short_array concode_elem_sep...
org . omg . CORBA . Any function ( ) { return delegate . read_any ( ) ; }