idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
12,500
test successfully determining auto line ending with mixed endings and no clear majority . concode_field_sep PlaceHolder placeHolder concode_field_sep void test_success_read_line_endings_none_auto concode_elem_sep void test_success_read_line_endings_lf concode_elem_sep void test_success_read_line_endings_cr concode_elem...
void function ( ) { String loc0 = "srini_string" ; LineEnding loc1 = LineEnding . determineLineEnding ( loc0 ) ; Assert . assertEquals ( LineEnding . UNKNOW , loc1 ) ; }
12,501
manually adds a module class to be considered for loading . concode_field_sep List<Class<? extends IModule>> modules concode_elem_sep List<IModule> loadedModules concode_elem_sep IDiscordClient client concode_elem_sep String MODULE_DIR concode_field_sep List<IModule> getLoadedModules concode_elem_sep File findFileForCl...
void function ( Class < ? extends IModule > arg0 ) { modules . add ( arg0 ) ; }
12,502
retrieves the canonical file for the given file , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_elem_sep FileAccessRes fileA...
File function ( File arg0 ) { return new File ( arg0 . getCanonicalPath ( ) ) ; }
12,503
metoda cijim se pozivom instrukcija izvrsava . concode_field_sep int memLocation concode_field_sep placeholderType placeHolder
boolean function ( Computer arg0 ) { if ( arg0 . getRegisters ( ) . getFlag ( ) ) { arg0 . getRegisters ( ) . setProgramCounter ( memLocation ) ; } return false ; }
12,504
sets whether to use the last frame for the preview image defaults to the first frame . concode_field_sep boolean mDecodePreviewFrame concode_elem_sep boolean mDecodeAllFrames concode_elem_sep int mBackgroundColor concode_elem_sep boolean mForceOldAnimationCode concode_elem_sep int mMinDecodeIntervalMs concode_elem_sep ...
ImageDecodeOptionsBuilder function ( boolean arg0 ) { mUseLastFrameForPreview = arg0 ; return this ; }
12,505
this method was generated by mybatis generator . this method returns the value of the database column actblh.draccm concode_field_sep Long draccm concode_elem_sep BigDecimal ddrirt concode_elem_sep String apcode concode_elem_sep String recsts concode_elem_sep Date bngdat concode_elem_sep BigDecimal crirat concode_elem_...
Long function ( ) { return draccm ; }
12,506
addturncanplayai . concode_field_sep PlaceHolder placeHolder concode_field_sep String addTurnStackDescription concode_elem_sep SpellAbility createSpellAddTurn concode_elem_sep boolean addTurnTriggerAI concode_elem_sep SpellAbility createAbilityAddTurn concode_elem_sep void addTurnResolve concode_elem_sep SpellAbility c...
boolean function ( final AbilityFactory arg0 , final SpellAbility arg1 ) { return addTurnTriggerAI ( arg0 , arg1 , false ) ; }
12,507
gets the value of the asyncheader property . concode_field_sep NotifyDisclosureAcceptanceRequest notifyDisclosureAcceptanceRequest concode_elem_sep long serialVersionUID concode_elem_sep AsyncHeader asyncHeader concode_field_sep void setNotifyDisclosureAcceptanceRequest concode_elem_sep NotifyDisclosureAcceptanceReques...
AsyncHeader function ( ) { return asyncHeader ; }
12,508
implements java.io.flushable . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_elem_sep int NO_COMPRESSION concode_elem_sep File targetFile concode_elem_sep int GZ...
void function ( ) { writeStream . flush ( ) ; }
12,509
get an array of midi tracks used in this sequence . concode_field_sep float SMPTE_24 concode_elem_sep float divisionType concode_elem_sep float SMPTE_25 concode_elem_sep float PPQ concode_elem_sep float SMPTE_30 concode_elem_sep int resolution concode_elem_sep Vector tracks concode_elem_sep float SMPTE_30DROP concode_f...
Track [ ] function ( ) { return ( Track [ ] ) tracks . toArray ( new Track [ tracks . size ( ) ] ) ; }
12,510
this method is called after the connection is disconnected . implementations should clean up any additional state created for the connection . concode_field_sep boolean mConnected concode_elem_sep TProtocol mProtocol concode_elem_sep String mMode concode_elem_sep long mServiceVersion concode_elem_sep Configuration mCon...
void function ( ) { }
12,511
sets the priority for this category for sorting . higher numbers means they 'll appear first in the book . the basics category is 9 , the miscellaneous category is 0 , other vanilla botania categories are 5 . using 9 and 0 is not recommended , since having your categories before basics or after miscellaneous is a bad i...
LexiconCategory function ( int arg0 ) { this . priority = arg0 ; return this ; }
12,512
return server node ip address and port . concode_field_sep Cluster cluster concode_elem_sep int partitionGeneration concode_elem_sep Host[] aliases concode_elem_sep InetSocketAddress address concode_elem_sep int failures concode_elem_sep boolean hasDouble concode_elem_sep ArrayBlockingQueue<Connection> connectionQueue ...
Host function ( ) { return host ; }
12,513
tests whether or not a name matches the start of at least one include pattern . concode_field_sep String[] excludes concode_elem_sep List filesIncluded concode_elem_sep Wagon wagon concode_elem_sep String[] DEFAULTEXCLUDES concode_elem_sep Log logger concode_elem_sep String[] NOT_DIRECTORIES concode_elem_sep String[] i...
boolean function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < includes . length ; loc0 ++ ) { if ( matchPatternStart ( includes [ loc0 ] , arg0 , isCaseSensitive ) ) { return true ; } } return false ; }
12,514
set the new boot file name . for a standalone server this will be the location of the server configuration i.e. the standalone.xml variety . for a host controller this will be the location of the host configuration i.e. the host.xml variety . concode_field_sep Boolean suspend concode_elem_sep RunningMode runningMode co...
void function ( String arg0 ) { this . newBootFileName = arg0 ; }
12,515
create a while statement and add it to this block concode_field_sep boolean bracesRequired concode_elem_sep boolean indentRequired concode_elem_sep int pos concode_elem_sep List<Object> content concode_field_sep JVar decl concode_elem_sep JVar decl concode_elem_sep JVar decl concode_elem_sep T insert concode_elem_sep J...
JWhileLoop function ( JExpression arg0 ) { return insert ( new JWhileLoop ( arg0 ) ) ; }
12,516
save the value at slot i so that it can later be used as a pivot , see #comparepivot int . concode_field_sep int pivotIndex concode_elem_sep int BINARY_SORT_THRESHOLD concode_field_sep int comparePivot concode_elem_sep void rotate concode_elem_sep void siftDown concode_elem_sep int compare concode_elem_sep void swap co...
void function ( int arg0 ) { pivotIndex = arg0 ; }
12,517
two identifiers are equal if and only if their fully-qualified names are the same . concode_field_sep Pattern inDepLine concode_elem_sep Set<Identifier> outgoingDependencies concode_elem_sep boolean VERBOSE concode_elem_sep Pattern memberLine concode_elem_sep Pattern bothDepLine concode_elem_sep Map<String,Identifier> ...
boolean function ( Object arg0 ) { return ( arg0 != null ) && ( arg0 instanceof Identifier ) && ( ( Identifier ) arg0 ) . name . equals ( name ) ; }
12,518
gets the value value for this customfieldvalueforissuedata . concode_field_sep com.intellij.tasks.mantis.model.ObjectRef field concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String value concode_elem_sep org.apache.axis.description.TypeDesc typeDesc con...
java . lang . String function ( ) { return value ; }
12,519
gets the value of the value property . concode_field_sep Message.MessageString messageString concode_elem_sep String language concode_elem_sep long serialVersionUID concode_elem_sep String value concode_elem_sep Message.SubjectString subjectString concode_field_sep void setMessageString concode_elem_sep Message.Message...
String function ( ) { return value ; }
12,520
returns the company id of this attachment . concode_field_sep Attachment _attachment concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel c...
long function ( ) { return _attachment . getCompanyId ( ) ; }
12,521
get the task status concode_field_sep long mapFinishTime concode_elem_sep int[] clockSplits concode_elem_sep long finishTime concode_elem_sep int[] physMemKbytes concode_elem_sep Counters counters concode_elem_sep TaskType taskType concode_elem_sep String hostname concode_elem_sep int port concode_elem_sep int[][] allS...
String function ( ) { return taskStatus . toString ( ) ; }
12,522
convert a string representation of hexadecimal to a byte array . for example : string s = `` 00010203 '' returned byte array is 0x00 , 0x01 , 0x03 concode_field_sep String HEXES concode_field_sep boolean[] getBits concode_elem_sep int fromHex concode_elem_sep Date resolveDateTime concode_elem_sep String getStackTrace c...
byte [ ] function ( String arg0 ) { int loc0 = arg0 . length ( ) ; byte [ ] loc1 = new byte [ loc0 / 2 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 += 2 ) { loc1 [ loc2 / 2 ] = ( byte ) ( ( Character . digit ( arg0 . charAt ( loc2 ) , 16 ) << 4 ) + Character . digit ( arg0 . charAt ( loc2 + 1 ) , 16 ) ) ; } return loc1 ...
12,523
adds a double to an array or function call . concode_field_sep StringBuilder params concode_field_sep String escapeString concode_elem_sep JSONBuilder endArray concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JS...
JSONBuilder function ( double arg0 ) { conditionallyAppendComma ( ) ; params . append ( arg0 ) ; return this ; }
12,524
get a package including all child package under all the classes concode_field_sep PlaceHolder placeHolder concode_field_sep List<Class<?>> getClassNameByJars concode_elem_sep List<Class<?>> getClassNameByJar concode_elem_sep List<Class<?>> getClassNameByFile
List < Class < ? >> function ( String arg0 ) { return getClassName ( arg0 , true ) ; }
12,525
set the state for this job . concode_field_sep Log LOG concode_elem_sep List<ControlledJob> dependingJobs concode_elem_sep String CREATE_DIR concode_elem_sep State state concode_elem_sep String controlID concode_elem_sep Job job concode_elem_sep String message concode_field_sep void setJobName concode_elem_sep void set...
void function ( State arg0 ) { this . state = arg0 ; }
12,526
this method allows the logging of an exceptional event . concode_field_sep org.apache.log4j.Logger logger concode_elem_sep PrintStream out concode_elem_sep PrintStream err concode_field_sep void logNormalEvent concode_elem_sep void logTime
void function ( String arg0 ) { logger . error ( arg0 ) ; }
12,527
get square of tile diameter as magnitude concode_field_sep int tileRadius concode_elem_sep EntityGrid<Pill> pills concode_elem_sep int PILL concode_elem_sep int GATE concode_elem_sep Images images concode_elem_sep Vector pixelDimensions concode_elem_sep int maxScore concode_elem_sep Bitmap pill concode_elem_sep int SOC...
int function ( ) { return tileRadius * tileRadius * 4 ; }
12,528
error log message with printf formatting . 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 co...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; }
12,529
gets the value of the targets 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 targets property . for example , to add a new item , do as...
List < HostInternetScsiHbaSendTarget > function ( ) { if ( targets == null ) { targets = new ArrayList < HostInternetScsiHbaSendTarget > ( ) ; } return this . targets ; }
12,530
api level check to see if the new api 17 textclock is available concode_field_sep String TAG concode_elem_sep boolean D concode_field_sep float getScaleRatio concode_elem_sep boolean isNetworkAvailable
boolean function ( ) { return Build . VERSION . SDK_INT >= Build . VERSION_CODES . JELLY_BEAN_MR1 ; }
12,531
document me ! concode_field_sep char ESC concode_elem_sep char PATHSEP concode_elem_sep int lpat concode_elem_sep int idx concode_elem_sep int lstr concode_elem_sep Map<String,String> map concode_elem_sep int ipat concode_elem_sep boolean matched concode_elem_sep int istr concode_elem_sep char[] astr concode_elem_sep c...
Map < String , String > function ( ) { return map ; }
12,532
gets a photo value out of the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDouble concode_elem_sep E putLong concode_elem_sep B...
SharePhoto function ( final String arg0 ) { final Object loc0 = this . bundle . getParcelable ( arg0 ) ; return ( loc0 instanceof SharePhoto ? ( SharePhoto ) loc0 : null ) ; }
12,533
gets the value of the end property . concode_field_sep Object parent concode_elem_sep Integer connectloc concode_elem_sep String start concode_elem_sep String end concode_elem_sep String idref concode_field_sep void setConnectloc concode_elem_sep Object getParent concode_elem_sep String getStart concode_elem_sep void s...
String function ( ) { if ( end == null ) { return "srini_string" ; } else { return end ; } }
12,534
sets the total number of messages to receive in the history . concode_field_sep int seconds concode_elem_sep int maxChars concode_elem_sep int maxStanzas concode_elem_sep Date since concode_field_sep boolean isConfigured concode_elem_sep int getMaxChars concode_elem_sep int getMaxStanzas concode_elem_sep int getSeconds...
void function ( int arg0 ) { this . maxStanzas = arg0 ; }
12,535
helper method to determine if server should only respond to get http method requests . concode_field_sep String parentZnode concode_elem_sep ScriptManager scriptManager concode_elem_sep Configuration conf concode_elem_sep ArrayList<String> registeredServers concode_elem_sep ArrayList<String> runningServers concode_elem...
boolean function ( ) { return getConfiguration ( ) . getBoolean ( "srini_string" , false ) ; }
12,536
encodes a byte array into base64 format . no blanks or line breaks are inserted . concode_field_sep char[] map1 concode_elem_sep byte[] map2 concode_field_sep String encodeString concode_elem_sep String decodeString concode_elem_sep byte[] decode concode_elem_sep byte[] decode
char [ ] function ( byte [ ] arg0 ) { return encode ( arg0 , arg0 . length ) ; }
12,537
sets the responsavel value for this rechargecontrolplanin . concode_field_sep java.lang.String sistemaOrigem concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String numeroTelefone concode_elem_sep boolean __hashCodeCalc concode_elem...
void function ( java . lang . String arg0 ) { this . responsavel = arg0 ; }
12,538
gets the value of the description property . concode_field_sep String name concode_elem_sep String link concode_elem_sep String description concode_elem_sep String title concode_field_sep void setName concode_elem_sep void setLink concode_elem_sep String getLink concode_elem_sep String getTitle concode_elem_sep String ...
String function ( ) { return description ; }
12,539
gettotalfirst concode_field_sep int totalFirst concode_elem_sep int totalSecond concode_elem_sep int uniqueFirst concode_elem_sep int uniqueSecond concode_field_sep int getUniqueSecond concode_elem_sep int getTotalFirst concode_elem_sep void setUniqueSecond concode_elem_sep int getUniqueFirst concode_elem_sep void setU...
int function ( ) { return totalSecond ; }
12,540
set the resource loader . concode_field_sep String prefix concode_elem_sep ResourceLoader resourceLoader concode_elem_sep String suffix concode_elem_sep String charSet concode_field_sep void setCharset concode_elem_sep Reader getTemplate
void function ( ResourceLoader arg0 ) { this . resourceLoader = arg0 ; }
12,541
gets all text chunks with a given key returns null if not found warning : this does not check the `` lang '' key of itxt concode_field_sep boolean readonly concode_elem_sep ChunksList chunkList concode_field_sep void queueChunk concode_elem_sep void queueChunk concode_elem_sep ChunksListForWrite getChunkListW concode_e...
List < ? extends PngChunkTextVar > function ( final String arg0 ) { @ SuppressWarnings ( "srini_string" ) final List loc0 = new ArrayList ( ) ; loc0 . addAll ( chunkList . getById ( ChunkHelper . tEXt , arg0 ) ) ; loc0 . addAll ( chunkList . getById ( ChunkHelper . zTXt , arg0 ) ) ; loc0 . addAll ( chunkList . getById ...
12,542
this checks if the password and the confirmpassword fields are same or not concode_field_sep String password concode_elem_sep String question concode_elem_sep String answer concode_elem_sep String confirmAnswer concode_elem_sep String confirmPassword concode_elem_sep User user concode_field_sep String handleSubmission ...
boolean function ( ) { return ! getPassword ( ) . equals ( confirmPassword ) ; }
12,543
format a stackframe to a string method name is not included . concode_field_sep int mLine concode_elem_sep String mFileName concode_elem_sep String mFile concode_elem_sep int mColumn concode_elem_sep String mMethod concode_field_sep StackFrame[] convertJavaStackTrace concode_elem_sep int getLine concode_elem_sep int ge...
String function ( StackFrame arg0 ) { String loc0 = "srini_string" ; final int loc1 = arg0 . getColumn ( ) ; final String loc2 = loc1 <= 0 ? "srini_string" : "srini_string" + loc1 ; loc0 += arg0 . getFileName ( ) + "srini_string" + arg0 . getLine ( ) + loc2 ; return loc0 ; }
12,544
gets the hour value of the date . note if the original date value can not be parsed , this method returns the unparsed string . concode_field_sep int OFFSET_HH concode_elem_sep int OFFSET_MM concode_elem_sep String month concode_elem_sep int OFFSET_SS concode_elem_sep String second concode_elem_sep int OFFSET_YYYY conc...
String function ( ) { return hour ; }
12,545
gets owning institution id . concode_field_sep String itemBarcode concode_elem_sep String patronBarcode concode_elem_sep String owningInstitutionId concode_elem_sep String trackingId concode_field_sep void setPatronBarcode concode_elem_sep void setOwningInstitutionId concode_elem_sep String getTrackingId concode_elem_s...
String function ( ) { return owningInstitutionId ; }
12,546
tests that exceeding the threshold raises an exception . concode_field_sep long threshold concode_elem_sep long zeroThreshold concode_field_sep void testThreshold concode_elem_sep void testThresholdEqualsZero concode_elem_sep void testClosingThresholdCircuitBreaker concode_elem_sep void testGettingThreshold
void function ( ) { ThresholdCircuitBreaker loc0 = new ThresholdCircuitBreaker ( threshold ) ; loc0 . incrementAndCheckState ( 9L ) ; assertTrue ( "srini_string" , loc0 . incrementAndCheckState ( 2L ) ) ; }
12,547
get the leaf child of this continuationstate . when mediate using the continuationstatestack , first we start from the lead child of the continuationstate . concode_field_sep ContinuationState childContState concode_elem_sep int position concode_field_sep int getPosition concode_elem_sep void addLeafChild concode_elem_...
ContinuationState function ( ) { if ( this . hasChild ( ) ) { return childContState . getLeafChild ( ) ; } else { return this ; } }
12,548
get password 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...
String function ( ) { return password ; }
12,549
refer to remapuri added in cordova-android@4.0.0 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_sep boolean onOverrideUrlLoading conc...
Uri function ( Uri arg0 ) { return Uri . parse ( arg0 . getQueryParameter ( "srini_string" ) ) ; }
12,550
specifies whether the policy version is the default . concode_field_sep String policyArn concode_elem_sep String policyDocument concode_elem_sep Boolean isDefaultVersion concode_elem_sep String policyName concode_elem_sep String policyVersionId concode_field_sep void setPolicyVersionId concode_elem_sep void setPolicyNa...
Boolean function ( ) { return this . isDefaultVersion ; }
12,551
return the processing result . concode_field_sep Date processEndDate concode_elem_sep String checksumExpected concode_elem_sep String checksumCalculated concode_elem_sep ChecksumResult checksumResult concode_elem_sep Long id concode_elem_sep Bitstream bitstream concode_elem_sep Date processStartDate concode_field_sep v...
ChecksumResult function ( ) { return checksumResult ; }
12,552
executes the action in the context of given caret . subclasses should override this method . concode_field_sep boolean myRunForEachCaret concode_elem_sep boolean inExecution concode_elem_sep boolean inCheck concode_elem_sep boolean myWorksInInjected concode_field_sep boolean executeInCommand concode_elem_sep boolean ru...
void function ( Editor arg0 , @ Nullable Caret arg1 , DataContext arg2 ) { if ( inExecution ) { return ; } try { inExecution = true ; execute ( arg0 , arg2 ) ; } finally { inExecution = false ; } }
12,553
disposes the renderermanager . concode_field_sep RendererManager instance concode_elem_sep Set<VRComponent> components concode_field_sep void add concode_elem_sep RendererManager getInstance concode_elem_sep void render concode_elem_sep void remove
void function ( ) { components . clear ( ) ; }
12,554
convert the byte buffer from startpos to a length of length to a string using this instance 's character encoding . concode_field_sep int BYTE_RANGE concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep Map<String,SingleByteCharsetConverter> CONVERTER_MAP concode_elem_sep char[] byteToChars concode_elem_sep byte[] ...
String function ( byte [ ] arg0 , int arg1 , int arg2 ) { char [ ] loc0 = new char [ arg2 ] ; int loc1 = arg1 ; for ( int loc2 = 0 ; loc2 < arg2 ; loc2 ++ ) { loc0 [ loc2 ] = this . byteToChars [ arg0 [ loc1 ] - Byte . MIN_VALUE ] ; loc1 ++ ; } return new String ( loc0 ) ; }
12,555
returns the next socket address to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns dns con...
InetSocketAddress function ( ) { InetSocketAddress loc0 = new InetSocketAddress ( socketAddresses [ nextSocketAddressIndex ++ ] , socketPort ) ; if ( nextSocketAddressIndex == socketAddresses . length ) { socketAddresses = null ; nextSocketAddressIndex = 0 ; } return loc0 ; }
12,556
disables the current thread for thread scheduling purposes unless the permit is available . if the permit is available then it is consumed and the call returns immediately ; otherwise the current thread becomes disabled for thread scheduling purposes and lies dormant until one of three things happens : some other threa...
void function ( Object arg0 ) { Thread loc0 = Thread . currentThread ( ) ; setBlocker ( loc0 , arg0 ) ; unsafe . park ( false , 0L ) ; setBlocker ( loc0 , null ) ; }
12,557
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String firstname concode_elem_sep java.lang.String logintime concode_elem_sep java.lang.String returnmsg concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_se...
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 ) ; }
12,558
get the string representation of this lease concode_field_sep VMID vmid concode_elem_sep long value concode_elem_sep long serialVersionUID concode_field_sep long getValue concode_elem_sep VMID getVMID
String function ( ) { return ( "srini_string" + vmid . toString ( ) + "srini_string" + Long . toString ( value ) + "srini_string" ) ; }
12,559
assert that the actual array has the same size as the other array . concode_field_sep LongArrays INSTANCE concode_elem_sep Arrays arrays concode_elem_sep Failures failures concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep LongArrays instance concode_elem_sep void assertNullOr...
void function ( AssertionInfo arg0 , long [ ] arg1 , Object [ ] arg2 ) { arrays . assertHasSameSizeAs ( arg0 , arg1 , arg2 ) ; }
12,560
sets value of the coreprotocolpnames #http_content_charset parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep ProtocolVersion getVersion concode_elem_sep boolean useExpectContinue concode_elem_sep void setHttpElementCharset concode_elem_sep void setVersion concode_elem_sep String getUserAgent conco...
void function ( final HttpParams arg0 , final String arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setParameter ( CoreProtocolPNames . HTTP_CONTENT_CHARSET , arg1 ) ; }
12,561
whether to skip binding output if there is a custom http error code , and instead use the response body as-is . this option is default true . concode_field_sep String CORS_ACCESS_CONTROL_ALLOW_ORIGIN concode_elem_sep String scheme concode_elem_sep String apiContextPath concode_elem_sep Map<String,Object> consumerProper...
void function ( boolean arg0 ) { this . skipBindingOnErrorCode = arg0 ; }
12,562
used to retrieve a short description of what the plugin tool does . 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...
String function ( ) { return "srini_string" + "srini_string" ; }
12,563
returns the default key manager factory algorithm name . the default algorithm name is specified by the security property : ` ssl.keymanagerfactory.algorithm ' . concode_field_sep Engine ENGINE concode_elem_sep String DEFAULT_PROPERTY concode_elem_sep String PROPERTY_NAME concode_elem_sep Provider provider concode_elem...
String function ( ) { String loc0 = Security . getProperty ( PROPERTY_NAME ) ; return ( loc0 != null ? loc0 : DEFAULT_PROPERTY ) ; }
12,564
a valid entry should have no issues concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_...
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; createTransition ( loc0 , state ) ; assertEquals ( EntryKind . INITIAL , loc0 . getKind ( ) ) ; assertTrue ( validator . validate ( loc0 , diagnostics , new HashMap < Object , Object > ( ) ) ) ;...
12,565
method to retrieve the payload of the packet . concode_field_sep int payloadOffset concode_elem_sep jND_IPv4Address srcIP concode_elem_sep jND_BYTE2 srcPortNo concode_elem_sep jND_BYTE2 dataLengthNo concode_elem_sep jND_BYTE2 checkSumNo concode_elem_sep byte[] pload concode_elem_sep jND_IPv4Address dstIP concode_elem_s...
byte [ ] function ( ) { return pload ; }
12,566
get the itemsets in this sequential pattern concode_field_sep int itemCount concode_elem_sep Set<Integer> sequencesIds concode_elem_sep List<Itemset> itemsets concode_field_sep int getItemOccurencesTotalCount concode_elem_sep void setSequenceIDs concode_elem_sep int compareTo concode_elem_sep void addItemset concode_el...
List < Itemset > function ( ) { return itemsets ; }
12,567
computes a score factor for a simple term . the default implementation is : return idf searcher.docfreq term , searcher.maxdoc ; note that searcher #maxdoc is used instead of indexreader #numdocs because it is proportional to searcher #docfreq term , i.e. , when one is inaccurate , so is the other , and in the same dir...
float function ( Term arg0 , Searcher arg1 ) { return idf ( arg1 . docFreq ( arg0 ) , arg1 . maxDoc ( ) ) ; }
12,568
unsets dynamic client registration service . concode_field_sep Log log concode_field_sep void unsetConfigurationContextService concode_elem_sep void setDynamicClientService concode_elem_sep void activate concode_elem_sep void setRealmService concode_elem_sep void unsetRegistryService concode_elem_sep void setConfigurat...
void function ( DynamicClientRegistrationService arg0 ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" ) ; } DynamicClientWebAppRegistrationDataHolder . getInstance ( ) . setDynamicClientRegistrationService ( null ) ; }
12,569
gets the interval in which checkpoints are periodically scheduled . this setting defines the base interval . checkpoint triggering may be delayed by the settings #getmaxconcurrentcheckpoints and #getminpausebetweencheckpoints . concode_field_sep CheckpointingMode DEFAULT_MODE concode_elem_sep long DEFAULT_TIMEOUT conco...
long function ( ) { return checkpointInterval ; }
12,570
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String uri concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setUri concode_elem_sep String toString concode_elem_sep MsgVpnAclProfileSubscribeExceptionLinks uri concode_el...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
12,571
test of removefromhintmap method , of class barcodedataformat . concode_field_sep PlaceHolder placeHolder concode_field_sep void testConstructorWithBarcodeFormat concode_elem_sep void testGetParams concode_elem_sep void testOptimizeHints concode_elem_sep void testOptimizieHintsForDataMatrix concode_elem_sep void testRe...
void function ( ) { EncodeHintType loc0 = EncodeHintType . ERROR_CORRECTION ; BarcodeDataFormat loc1 = new BarcodeDataFormat ( ) ; loc1 . removeFromHintMap ( loc0 ) ; assertFalse ( loc1 . getWriterHintMap ( ) . containsKey ( loc0 ) ) ; }
12,572
returns pe capacity in mips . concode_field_sep List<? extends Pe> peList concode_elem_sep List<String> vmsMigratingIn concode_elem_sep double availableMips concode_elem_sep List<String> vmsMigratingOut concode_elem_sep Map<String,List<Pe>> peMap concode_elem_sep Map<String,List<Double>> mipsMap concode_field_sep List<...
double function ( ) { if ( getPeList ( ) == null ) { Log . printLine ( "srini_string" ) ; return 0 ; } return getPeList ( ) . get ( 0 ) . getMips ( ) ; }
12,573
simply returns the invocation result . concode_field_sep PlaceHolder placeHolder concode_field_sep void handleInvocation
Object function ( EJBClientInvocationContext arg0 ) { return arg0 . getResult ( ) ; }
12,574
set value from float using normalized index concode_field_sep PlaceHolder placeHolder concode_field_sep char cArrayGet concode_elem_sep byte bArrayGet concode_elem_sep void zArraySet concode_elem_sep double dArrayGet concode_elem_sep boolean isOrigFArray concode_elem_sep void dArraySet concode_elem_sep boolean isOrigLA...
void function ( float [ ] arg0 , int arg1 , float arg2 ) { try { arg0 [ arg1 ] = arg2 ; } catch ( Throwable loc0 ) { arg0 [ DefaultGroovyMethodsSupport . normaliseIndex ( arg1 , arg0 . length ) ] = arg2 ; } }
12,575
set whether all ssl certificates , including self-signed certificates , should be trusted . concode_field_sep JsonClientCaller caller concode_elem_sep String serviceVersion concode_field_sep void _setFileForNextRpcResponse concode_elem_sep void setServiceVersion concode_elem_sep void setIsInsecureHttpConnectionAllowed ...
void function ( final boolean arg0 ) { caller . setAllSSLCertificatesTrusted ( arg0 ) ; }
12,576
returns singleton instance of the clock concode_field_sep Clock instance concode_field_sep long nanoTime concode_elem_sep void setClock
Clock function ( ) { return instance ; }
12,577
sets the will topic concode_field_sep int port concode_elem_sep int connectAttemptsMax concode_elem_sep String clientId concode_elem_sep QoS willQos concode_elem_sep String userName concode_elem_sep boolean cleanSession concode_elem_sep short keepAliveInterval concode_elem_sep boolean willRetain concode_elem_sep String...
void function ( String arg0 ) { this . willTopic = arg0 ; }
12,578
creates a new typefilter . concode_field_sep Class<T> type concode_field_sep List<T> filter
TypeFilter < T > function ( Class < T > arg0 ) { return new TypeFilter < T > ( arg0 ) ; }
12,579
this method is used to return status code value . concode_field_sep HttpResponse response concode_elem_sep Log log concode_field_sep InputStream bodyAsStream concode_elem_sep String bodyAsString concode_elem_sep String bodyAsString concode_elem_sep InputStream getResponseBodyInputStream concode_elem_sep void debugHttpR...
int function ( ) { return response . getStatusLine ( ) . getStatusCode ( ) ; }
12,580
this should always get called before calling layoutengine #layoutnode cssnode , float concode_field_sep float[] position concode_elem_sep int DIMENSION_WIDTH concode_elem_sep float[] dimensions concode_elem_sep int DIMENSION_HEIGHT concode_elem_sep int POSITION_BOTTOM concode_elem_sep int POSITION_LEFT concode_elem_sep...
void function ( ) { Arrays . fill ( position , 0 ) ; Arrays . fill ( dimensions , CSSConstants . UNDEFINED ) ; direction = CSSDirection . LTR ; }
12,581
toggles whether plots should be displayed or not . concode_field_sep int trialLength concode_elem_sep int debugCode concode_elem_sep Environment testEnvironment concode_elem_sep EnvironmentServer environmentSever concode_elem_sep int plotRefresh concode_elem_sep boolean displayPlots concode_elem_sep int nTrials concode...
void function ( boolean arg0 ) { this . displayPlots = arg0 ; }
12,582
setreloadcheckinterval concode_field_sep String m_description concode_elem_sep Class<K> m_castorClass concode_elem_sep Long m_reloadCheckInterval concode_elem_sep Resource m_configResource concode_elem_sep FileReloadContainer<V> m_container concode_elem_sep CastorReloadCallback m_callback concode_field_sep V translateC...
void function ( final Long arg0 ) { m_reloadCheckInterval = arg0 ; if ( m_reloadCheckInterval != null && m_container != null ) { m_container . setReloadCheckInterval ( m_reloadCheckInterval ) ; } }
12,583
gets the value of the transforms 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 transforms property . for example , to add a new item ,...
List < DssTransform > function ( ) { if ( transforms == null ) { transforms = new ArrayList < DssTransform > ( ) ; } return this . transforms ; }
12,584
returns all pcap network interfaces relying on pcaps #findalldevs . concode_field_sep PlaceHolder placeHolder concode_field_sep PcapNetworkInterfaceWrapper getNetworkInterfaceByName
Iterable < PcapNetworkInterfaceWrapper > function ( ) { try { final Iterable < PcapNetworkInterfaceWrapper > loc0 = Iterables . transform ( Pcaps . findAllDevs ( ) , PcapNetworkInterfaceWrapper . TRANSFORMER ) ; return loc0 ; } catch ( PcapNativeException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
12,585
returns the osgi service identifier . concode_field_sep OAuthConsumerLocalService _service concode_field_sep com.liferay.opensocial.model.OAuthConsumer updateOAuthConsumer concode_elem_sep com.liferay.opensocial.model.OAuthConsumer updateOAuthConsumer concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamic...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
12,586
returns the next line in the wrapped reader . concode_field_sep BufferedReader bufferedReader concode_elem_sep String cachedLine concode_elem_sep boolean finished concode_field_sep String nextLine concode_elem_sep boolean hasNext concode_elem_sep boolean isValidLine concode_elem_sep void closeQuietly concode_elem_sep v...
Object function ( ) { return nextLine ( ) ; }
12,587
loads the plugin registry . concode_field_sep Class<?> PKG concode_elem_sep AtomicReference<SettableFuture<Boolean>> initialized concode_elem_sep KettleLifecycleSupport kettleLifecycleSupport concode_field_sep void init concode_elem_sep void init concode_elem_sep boolean isInitialized concode_elem_sep void initLifecycl...
void function ( ) { }
12,588
sets requested request type . concode_field_sep String baseUrl concode_elem_sep ServiceInfo serviceConfig concode_elem_sep String service concode_elem_sep String request concode_elem_sep HttpServletRequest httpServletRequest concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep ServiceInf...
void function ( String arg0 ) { this . request = arg0 ; }
12,589
returns the next postponed route to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns dns co...
Route function ( ) { return postponedRoutes . remove ( 0 ) ; }
12,590
returns the response for the http redirect or authorization challenge that triggered this response , or null if this response was n't triggered by an automatic retry . the body of the returned response should not be read because it has already been consumed by the redirecting client . concode_field_sep Response cacheRe...
Response function ( ) { return priorResponse ; }
12,591
sets the value of the timezone property . concode_field_sep BigInteger galaxies concode_elem_sep boolean donutSystem concode_elem_sep String timezone concode_elem_sep boolean rapidFire concode_elem_sep float topScore concode_elem_sep int newbieProtectionLimit concode_elem_sep String language concode_elem_sep BigInteger...
void function ( String arg0 ) { this . timezone = arg0 ; }
12,592
gets the value of the label property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Langs langs concode_elem_sep List<Tracked> tracked concode_elem_sep String style concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String la...
String function ( ) { return label ; }
12,593
add artemis managed components to entity . concode_field_sep EntityEdit edit concode_elem_sep Entity entity concode_field_sep T add concode_elem_sep T renderable concode_elem_sep T scale concode_elem_sep T editEntity concode_elem_sep T label concode_elem_sep T createEntity concode_elem_sep T tint concode_elem_sep T tin...
T function ( Class < ? extends Component > arg0 , Class < ? extends Component > arg1 , Class < ? extends Component > arg2 , Class < ? extends Component > arg3 ) { edit . create ( arg0 ) ; edit . create ( arg1 ) ; edit . create ( arg2 ) ; edit . create ( arg3 ) ; return ( T ) this ; }
12,594
get the name pool concode_field_sep PipelineConfiguration pipelineConfiguration concode_elem_sep String systemId concode_elem_sep boolean previousAtomic concode_field_sep String getSystemId concode_elem_sep Configuration getConfiguration concode_elem_sep PipelineConfiguration getPipelineConfiguration concode_elem_sep v...
NamePool function ( ) { return pipelineConfiguration . getConfiguration ( ) . getNamePool ( ) ; }
12,595
enables random backoff concode_field_sep Long retryDelay concode_elem_sep Integer maximumRetries concode_elem_sep Boolean randomBackOff concode_elem_sep Long maximumRetryDelay concode_elem_sep Boolean exponentialBackOff concode_field_sep Boolean getRandomBackOff concode_elem_sep OptimisticLockRetryPolicyDefinition maxi...
OptimisticLockRetryPolicyDefinition function ( boolean arg0 ) { setRandomBackOff ( arg0 ) ; return this ; }
12,596
the method returns roots that ide should use to track external changes . if the provider retrieves libraries that have mutable source roots , it makes sense return them as watched roots as well . essentially , the method is a shortcut for com.intellij.openapi.roots.watchedrootsprovider . caution ! each root provided by...
Collection < VirtualFile > function ( ) { return Collections . emptyList ( ) ; }
12,597
returns the flash state set with #setflashenabled boolean . concode_field_sep int AUDIO_NONE concode_elem_sep int AUDIO_AAC concode_elem_sep boolean mFlash concode_elem_sep Session.Callback mCallback concode_elem_sep String TAG concode_elem_sep SessionBuilder sInstance concode_elem_sep int AUDIO_AMRNB concode_elem_sep ...
boolean function ( ) { return mFlash ; }
12,598
queues runnable to be run and waits for it to be executed by the executor thread concode_field_sep int CONNECT_TIMEOUT concode_elem_sep TCPChannelClient server concode_elem_sep int SERVER_WAIT concode_elem_sep int TERMINATION_TIMEOUT concode_elem_sep TCPChannelClient.TCPChannelEvents clientEvents concode_elem_sep int S...
void function ( Runnable arg0 ) { try { executor . submit ( arg0 ) . get ( ) ; } catch ( Exception loc0 ) { fail ( loc0 . getMessage ( ) ) ; } }
12,599
sets the starttime value for this daypart . concode_field_sep com.google.api.ads.dfp.axis.v201411.DayOfWeek dayOfWeek concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v201411...
void function ( com . google . api . ads . dfp . axis . v201411 . TimeOfDay arg0 ) { this . startTime = arg0 ; }