idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
35,200
get the public value . concode_field_sep BigInteger p concode_elem_sep BigInteger g concode_elem_sep BigInteger y concode_field_sep BigInteger getG concode_elem_sep BigInteger getP
BigInteger function ( ) { return y ; }
35,201
sets the file type map to use to determine the content type of the file . concode_field_sep File file concode_elem_sep FileTypeMap typeMap concode_field_sep String getName concode_elem_sep String getContentType concode_elem_sep OutputStream getOutputStream concode_elem_sep InputStream getInputStream concode_elem_sep Fi...
void function ( FileTypeMap arg0 ) { typeMap = arg0 ; }
35,202
verbose 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 s...
void function ( String arg0 , String arg1 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 ) ; }
35,203
shares the spdy connection with the pool . callers to this method may continue to use connection . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CO...
void function ( Connection arg0 ) { executorService . submit ( connectionsCleanupCallable ) ; if ( ! arg0 . isSpdy ( ) ) { return ; } if ( arg0 . isAlive ( ) ) { synchronized ( this ) { connections . addFirst ( arg0 ) ; } } }
35,204
get the updated value . concode_field_sep T newValue concode_elem_sep Control source concode_field_sep Control getSource
T function ( ) { return newValue ; }
35,205
evaluates all calls to the old function in a postcondition may be composed of multiple parts concode_field_sep ScriptEngine engine concode_elem_sep String oldKeyword concode_elem_sep int oldCounter concode_elem_sep String procKeyword concode_elem_sep String resultKeyword concode_elem_sep String thisKeyword concode_fiel...
String [ ] function ( String [ ] arg0 ) { String [ ] loc0 = new String [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 [ loc1 ] = evalOldFunction_helper ( arg0 [ loc1 ] ) ; } return loc0 ; }
35,206
replaces the last element returned by next or previous with the specified element optional operation . this call can be made only if neither listiterator.remove nor listiterator.add have been called after the last call to next or previous . concode_field_sep String lastReturned concode_elem_sep ListIterator<String> str...
void function ( String arg0 ) { }
35,207
sets the value of the this property . concode_field_sep String licenseKey concode_elem_sep ManagedObjectReference _this concode_field_sep ManagedObjectReference getThis concode_elem_sep String getLicenseKey concode_elem_sep void setLicenseKey
void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; }
35,208
default visit implementation . returns null . concode_field_sep PlaceHolder placeHolder concode_field_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit concod...
V function ( Element arg0 ) { return null ; }
35,209
returns an instance containing all and only the given members . concode_field_sep int[] ranges concode_elem_sep CharRanges ALL_CODE_UNITS concode_elem_sep CharRanges EMPTY concode_field_sep CharRanges inclusive concode_elem_sep CharRanges withRanges concode_elem_sep boolean containsAll concode_elem_sep CharRanges shift...
CharRanges function ( int ... arg0 ) { return new CharRanges ( intArrayToRanges ( arg0 . clone ( ) ) ) ; }
35,210
get the node value concode_field_sep List<String> mTags concode_elem_sep String mExpirationTime concode_elem_sep String REGISTRATION_NAME_JSON_PROPERTY concode_elem_sep String REGISTRATIONID_JSON_PROPERTY concode_elem_sep String DEFAULT_REGISTRATION_NAME concode_elem_sep String mRegistrationId concode_field_sep void se...
String function ( Element arg0 , String arg1 ) { NodeList loc0 = arg0 . getElementsByTagName ( arg1 ) ; if ( loc0 . getLength ( ) > 0 ) { return loc0 . item ( 0 ) . getTextContent ( ) ; } else { return null ; } }
35,211
gets the value of the label property . concode_field_sep String var concode_elem_sep List<DataFormLayoutElement> sectionLayout concode_elem_sep String ELEMENT concode_elem_sep List<DataFormLayoutElement> pageLayout concode_elem_sep String NAMESPACE concode_elem_sep String ELEMENT concode_elem_sep String label concode_e...
String function ( ) { return label ; }
35,212
build a new uri object from a string . throws an unchecked exception in the event that the url ca n't be parsed correctly . concode_field_sep String UTF_8 concode_elem_sep Path path concode_elem_sep String password concode_elem_sep String fragment concode_elem_sep String scheme concode_elem_sep QueryParams queryTerms c...
URI function ( String arg0 ) { return new URI ( arg0 ) ; }
35,213
return parameternameprovider implementation used for configuration . concode_field_sep ParameterNameProvider parameterNameProvider concode_elem_sep MessageInterpolator messageInterpolator concode_elem_sep ConstraintValidatorFactory constraintValidatorFactory concode_elem_sep TraversableResolver traversableResolver conc...
ParameterNameProvider function ( ) { return parameterNameProvider ; }
35,214
returns an unmappable-input result object , with the appropriate input length , for the previously-parsed character . concode_field_sep int character concode_elem_sep boolean isPair concode_elem_sep char MIN concode_elem_sep char MIN_HIGH concode_elem_sep char MAX_HIGH concode_elem_sep char MIN_LOW concode_elem_sep Cod...
CoderResult function ( ) { return CoderResult . unmappableForLength ( isPair ? 2 : 1 ) ; }
35,215
start timer . concode_field_sep long startTime concode_elem_sep long MILLISECONDS_TO_SECONDS concode_elem_sep Redwood.RedwoodChannels log concode_elem_sep long MILLISECOND_DIVISOR concode_elem_sep long start concode_elem_sep NumberFormat nf concode_elem_sep long SECOND_DIVISOR concode_field_sep String toSecondsString c...
void function ( ) { start = System . nanoTime ( ) ; }
35,216
returns an unmodifiable set of the supported quality settings for this printer . concode_field_sep PrinterImpl impl concode_field_sep Set<PrintSides> getSupportedPrintSides concode_elem_sep Set<PrintColor> getSupportedPrintColors concode_elem_sep boolean supportsPageRanges concode_elem_sep PrintSides getDefaultPrintSid...
Set < PrintQuality > function ( ) { return impl . supportedPrintQuality ( ) ; }
35,217
called when he system received an ssl client certificate request . plugin can use the supplied clientcertrequest to process this certificate challenge . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName ...
boolean function ( CordovaWebView arg0 , ICordovaClientCertRequest arg1 ) { return false ; }
35,218
a getter for the value of the account . concode_field_sep String dateAcquired concode_elem_sep double shareValue concode_elem_sep boolean fromCashAccount concode_elem_sep double numShares concode_elem_sep long serialVersionUID concode_elem_sep EquityInfo info concode_field_sep boolean add concode_elem_sep StringPropert...
double function ( ) { return numShares * shareValue ; }
35,219
sets the value of the msisdn property . concode_field_sep String transactionType concode_elem_sep BigDecimal price concode_elem_sep String description concode_elem_sep String imei concode_elem_sep long serialVersionUID concode_elem_sep String sku concode_elem_sep String msisdn concode_elem_sep Long equipmentId concode_...
void function ( String arg0 ) { this . msisdn = arg0 ; }
35,220
gets the value of the msisdn property . concode_field_sep XMLGregorianCalendar invoiceCreationDate concode_elem_sep long serialVersionUID concode_elem_sep Double paymentAmount concode_elem_sep BigDecimal depositSequenceNumber concode_elem_sep XMLGregorianCalendar depositPaidDate concode_elem_sep String depositReturnMet...
String function ( ) { return msisdn ; }
35,221
returns the protein hit for a particular accession . concode_field_sep ProteinHitList visMetaProteins concode_elem_sep boolean raw concode_elem_sep ProteinHitList metaProteins concode_elem_sep String experimentTitle concode_elem_sep Date searchDate concode_elem_sep int totalSpectra concode_elem_sep long serialVersionUI...
ProteinHit function ( String arg0 ) { ProteinHitList loc0 = ( visMetaProteins == null ) ? this . metaProteins : this . visMetaProteins ; for ( ProteinHit loc1 : loc0 ) { ProteinHit loc2 = ( ( MetaProteinHit ) loc1 ) . getProteinHit ( arg0 ) ; if ( loc2 != null ) { return loc2 ; } } return null ; }
35,222
returns a copy of this route with flipped tls mode . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Proxy getProxy concode_elem_sep InetSocketAddress getSocketAddress concode_elem_sep int hashCode c...
Route function ( ) { return new Route ( address , proxy , inetSocketAddress , ! modernTls ) ; }
35,223
gets the value of the displayname property . concode_field_sep Integer canonicalParentId concode_elem_sep String displayName concode_elem_sep String locationType concode_elem_sep Long id concode_elem_sep String type concode_field_sep void setCanonicalParentId concode_elem_sep void setLocationType concode_elem_sep Strin...
String function ( ) { return displayName ; }
35,224
sorts courses based on course id concode_field_sep ArrayList<SectionDetailsBundle> sections concode_elem_sep ArrayList<FeedbackSessionAttributes> feedbackSessions concode_elem_sep CourseAttributes course concode_elem_sep ArrayList<StudentAttributes> loners concode_field_sep void sortSummarizedCoursesByCourseName concod...
void function ( List < CourseSummaryBundle > arg0 ) { Collections . sort ( arg0 , new Comparator < CourseSummaryBundle > ( ) { @ Override public int compare ( CourseSummaryBundle arg1 , CourseSummaryBundle arg2 ) { return arg1 . course . getId ( ) . compareTo ( arg2 . course . getId ( ) ) ; } } ) ; }
35,225
return the actual address bound to by the running server . concode_field_sep String JN_ATTRIBUTE_KEY concode_elem_sep HttpServer2 httpServer concode_elem_sep Configuration conf concode_elem_sep JournalNode localJournalNode concode_field_sep void stop concode_elem_sep void start concode_elem_sep URI getServerURI concode...
InetSocketAddress function ( ) { InetSocketAddress loc0 = httpServer . getConnectorAddress ( 0 ) ; assert loc0 . getPort ( ) != 0 ; return loc0 ; }
35,226
shortcut for setautogarbagecollection true concode_field_sep boolean autoCollectionRunning concode_elem_sep boolean debug concode_elem_sep Runnable deferredEdtRunnable concode_elem_sep ScheduledExecutorService executor concode_elem_sep long periodTime concode_elem_sep Runnable deleteRunnable concode_elem_sep TimeUnit t...
void function ( ) { this . SetAutoGarbageCollection ( true ) ; }
35,227
the actual file size on `` disk '' , if compressed , the compressed size concode_field_sep Version writtenBy concode_elem_sep String name concode_elem_sep long length concode_elem_sep String checksum concode_elem_sep BytesRef hash concode_field_sep void writeTo concode_elem_sep boolean hasLegacyChecksum concode_elem_se...
long function ( ) { return length ; }
35,228
simplfies this localproperty provided that the specified inputs are constants concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isSimplifiedBy concode_elem_sep LocalProperty<E> constrain concode_elem_sep Optional<LocalProperty<T>> translate concode_elem_sep Set<E> getColumns
Optional < LocalProperty < E >> function ( Set < E > arg0 ) { Set < E > loc0 = new HashSet < > ( getColumns ( ) ) ; loc0 . removeAll ( arg0 ) ; if ( loc0 . isEmpty ( ) ) { return Optional . empty ( ) ; } return Optional . of ( constrain ( loc0 ) ) ; }
35,229
gets the entry set on this structure . concode_field_sep Partition part concode_elem_sep FieldSchema column concode_elem_sep Map<DependencyKey,Dependency> index concode_elem_sep long serialVersionUID concode_elem_sep DependencyType type concode_elem_sep Table tab concode_elem_sep Set<BaseColumnInfo> baseCols concode_el...
Set < Map . Entry < DependencyKey , Dependency >> function ( ) { return index . entrySet ( ) ; }
35,230
specify the name of the plugin . concode_field_sep PlaceHolder placeHolder concode_field_sep String getHtmlDescription concode_elem_sep JComponent analyse concode_elem_sep AnalysisInputItem[] getInputItems
String function ( ) { return "srini_string" ; }
35,231
sets the create date of this j i r a change group . concode_field_sep JIRAChangeGroup _jiraChangeGroup concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolea...
void function ( Date arg0 ) { _jiraChangeGroup . setCreateDate ( arg0 ) ; }
35,232
this implementation returns the passed-in value as-is . concode_field_sep Log logger concode_elem_sep LobHandler lobHandler concode_elem_sep TransactionManager jtaTransactionManager concode_field_sep Serializable disassemble concode_elem_sep void nullSafeSetInternal concode_elem_sep boolean isMutable concode_elem_sep v...
Object function ( Object arg0 ) { return arg0 ; }
35,233
sends the supplied message to the log area . the current timestamp will be prepended . concode_field_sep PlaceHolder placeHolder concode_field_sep String getTimestamp concode_elem_sep void statusMessage
void function ( String arg0 ) { System . err . println ( "srini_string" + SysErrLog . getTimestamp ( ) + "srini_string" + arg0 ) ; }
35,234
sets the totalvalues attribute . concode_field_sep String operand concode_elem_sep boolean characterRequired concode_elem_sep boolean nativeCheckMult concode_elem_sep String kind concode_elem_sep String APPLY_KIND concode_elem_sep boolean countMultiples concode_elem_sep String categoryName concode_elem_sep List<Prerequ...
void function ( final boolean arg0 ) { this . totalValues = arg0 ; }
35,235
set the environment to use when evaluating whether conditional @conditional - annotated component classes should be registered . the default is a standardenvironment . concode_field_sep BeanDefinitionRegistry registry concode_elem_sep ConditionEvaluator conditionEvaluator concode_elem_sep ScopeMetadataResolver scopeMet...
void function ( Environment arg0 ) { this . conditionEvaluator = new ConditionEvaluator ( this . registry , arg0 , null ) ; }
35,236
sets the value of the versionenddate property . concode_field_sep String classificationCode concode_elem_sep List<SpecificationValue> classificationAttribute concode_elem_sep List<ClassificationRelationship> classificationRelationship concode_elem_sep XMLGregorianCalendar versionEndDate concode_elem_sep XMLGregorianCal...
void function ( XMLGregorianCalendar arg0 ) { this . versionEndDate = arg0 ; }
35,237
gets the value of the value property . concode_field_sep Boolean retained concode_elem_sep Integer qos concode_elem_sep String topic concode_elem_sep String value concode_field_sep Object copyTo concode_elem_sep Object copyTo concode_elem_sep void setQos concode_elem_sep Boolean isRetained concode_elem_sep Object creat...
String function ( ) { return value ; }
35,238
add a point to this cluster . concode_field_sep T center concode_elem_sep long serialVersionUID concode_elem_sep List<T> points concode_field_sep T getCenter concode_elem_sep List<T> getPoints
void function ( final T arg0 ) { points . add ( arg0 ) ; }
35,239
retorna o nome da freguesia concode_field_sep String country concode_elem_sep String districtCode concode_elem_sep byte[] data concode_elem_sep String municipality concode_elem_sep String addressF concode_elem_sep String zip4 concode_elem_sep String zip3 concode_elem_sep String type concode_elem_sep String postalLocali...
String function ( ) { checkNLoad ( ) ; return civilParish ; }
35,240
stop the task . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive concode_elem_sep String dialogMessage concode_elem_sep MessageFormat search...
void function ( ) { canceled = true ; dialogMessage = null ; }
35,241
gets the reference used to identify this dictionary in the pdf document . the reference number and generation number of this reference is needed by the encryption algorithm to correctly decrypt this object . concode_field_sep Name LENGTH_KEY concode_elem_sep Name FORM_TYPE_KEY concode_elem_sep HashMap entries concode_e...
Reference function ( ) { return pObjectReference ; }
35,242
callback method after changes made to this length . the default implementation does nothing . concode_field_sep short unitType concode_elem_sep String[] UNITS concode_elem_sep UnitProcessor.Context context concode_elem_sep short VERTICAL_LENGTH concode_elem_sep short OTHER_LENGTH concode_elem_sep short HORIZONTAL_LENGT...
void function ( ) { }
35,243
descend along the path starting at arc and going through bytes in the argument . concode_field_sep int bucket concode_elem_sep boolean higherWeightsFirst concode_elem_sep FST<Object> automaton concode_elem_sep int DEFAULT_BUCKETS concode_elem_sep Arc<Object>[] rootArcs concode_elem_sep BytesRef utf8 concode_elem_sep Ar...
boolean function ( Arc < Object > arg0 , BytesRef arg1 ) { final int loc0 = arg1 . offset + arg1 . length ; final FST . BytesReader loc1 = automaton . getBytesReader ( ) ; for ( int loc2 = arg1 . offset ; loc2 < loc0 ; loc2 ++ ) { if ( automaton . findTargetArc ( arg1 . bytes [ loc2 ] & 0xff , arg0 , arg0 , loc1 ) == n...
35,244
the given listener will be called on the autosave thread before and after the wallet is saved to disk . concode_field_sep AtomicBoolean savePending concode_elem_sep TimeUnit delayTimeUnit concode_elem_sep Wallet wallet concode_elem_sep File file concode_elem_sep long delay concode_elem_sep ScheduledThreadPoolExecutor e...
void function ( @ Nonnull Listener arg0 ) { this . vListener = checkNotNull ( arg0 , "srini_string" ) ; }
35,245
gets the value of the address 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 address property . for example , to add a new item , do as...
List < Address > function ( ) { if ( address == null ) { address = new ArrayList < Address > ( ) ; } return this . address ; }
35,246
method to return the next vertex object in the iteration overrides the default next method of iterator class concode_field_sep int numNodes concode_elem_sep List<Edge> edges concode_elem_sep Iterator<Vertex> it concode_elem_sep List<Vertex> verts concode_field_sep Iterator<Vertex> iterator concode_elem_sep Graph readGr...
Vertex function ( ) { return it . next ( ) ; }
35,247
gets the value of the cs property . concode_field_sep String cs concode_elem_sep STTheme cstheme concode_elem_sep Object parent concode_elem_sep String hAnsi concode_elem_sep STTheme eastAsiaTheme concode_elem_sep String eastAsia concode_elem_sep STHint hint concode_elem_sep STTheme asciiTheme concode_elem_sep String a...
String function ( ) { return cs ; }
35,248
instructs the webview to proceed with the authentication with the given credentials . concode_field_sep HttpAuthHandler handler concode_field_sep void cancel
void function ( String arg0 , String arg1 ) { this . handler . proceed ( arg0 , arg1 ) ; }
35,249
the source of the document if exists . concode_field_sep String _ID concode_elem_sep Map<String,Object> sourceAsMap concode_elem_sep String _TYPE concode_elem_sep String FOUND concode_elem_sep String index concode_elem_sep byte[] sourceAsBytes concode_elem_sep String _VERSION concode_elem_sep BytesReference source conc...
byte [ ] function ( ) { if ( source == null ) { return null ; } if ( sourceAsBytes != null ) { return sourceAsBytes ; } this . sourceAsBytes = sourceRef ( ) . toBytes ( ) ; return this . sourceAsBytes ; }
35,250
restarts the namenode and obtains a new filesystem . concode_field_sep Path TEST_PATH concode_elem_sep Path TEST_PATH_2 concode_elem_sep File baseDir concode_elem_sep MiniDFSCluster cluster concode_elem_sep Timeout timeout concode_elem_sep MiniJournalCluster mjc concode_elem_sep HdfsConfiguration baseConf concode_elem_...
void function ( ) { IOUtils . cleanup ( null , fs ) ; cluster . restartNameNode ( ) ; fs = cluster . getFileSystem ( ) ; }
35,251
gets subscription arn . concode_field_sep String displayName concode_elem_sep String subscriptionArn concode_elem_sep String topicArn concode_field_sep boolean isSubscribed concode_elem_sep String getDisplayName concode_elem_sep String toString concode_elem_sep void setSubscriptionArn concode_elem_sep String getTopicAr...
String function ( ) { return subscriptionArn ; }
35,252
steps through all the lines in a given file , and adds the key/value pairs to our mapping , ignoring comment lines . concode_field_sep Map<String,String> store concode_field_sep String removeCommentsFromLine concode_elem_sep void addDataToMap concode_elem_sep String getValueForKey concode_elem_sep boolean isCommentLine
void function ( BufferedReader arg0 ) { String loc0 ; while ( ( loc0 = arg0 . readLine ( ) ) != null ) { if ( isCommentLine ( loc0 ) || loc0 . equals ( "srini_string" ) ) { continue ; } loc0 = removeCommentsFromLine ( loc0 ) ; addDataToMap ( loc0 ) ; } }
35,253
sets the statement where clause in the form of `` where < condition > and | or < condition > ... '' e.g. `` a = b or b = c '' . the `` where '' keyword will be ignored . concode_field_sep String FROM concode_elem_sep String select concode_elem_sep String WHERE concode_elem_sep String orderBy concode_elem_sep String SEL...
QueryBuilder < V > function ( String arg0 ) { Preconditions . checkNotNull ( arg0 , "srini_string" ) ; arg0 = removeKeyword ( arg0 , WHERE ) ; this . where = arg0 ; return this ; }
35,254
converts a modified julian day mjd to a julian day jd value . concode_field_sep SimpleDateFormat ISO_8601_FORMAT concode_elem_sep double MICROS_PER_DAY concode_elem_sep double HOURS_PER_DAY concode_elem_sep double MJD_OFFSET concode_elem_sep double SECONDS_PER_DAY concode_elem_sep double JD_OFFSET concode_elem_sep doub...
double function ( double arg0 ) { return MJD_OFFSET + arg0 ; }
35,255
quita un observador concode_field_sep Activity mainActivity concode_elem_sep Accion porConfirmar concode_elem_sep Tablero tablero concode_elem_sep ArrayList<Jugador> jugadores concode_elem_sep ArrayList<PartidaListener> observadores concode_elem_sep boolean[] confirmaciones concode_field_sep void notificaTurno concode_...
void function ( PartidaListener arg0 ) { observadores . remove ( arg0 ) ; }
35,256
execute the premitve operations concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isOrderCorrect
double function ( final double arg0 , final double arg1 , final String arg2 ) { if ( ExpressionTockenizer . isValidOperator ( arg2 ) ) { switch ( arg2 ) { case "srini_string" : return arg0 + arg1 ; case "srini_string" : return arg0 - arg1 ; case "srini_string" : return arg0 * arg1 ; case "srini_string" : return arg0 / ...
35,257
create a classnode from bytecode . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isClassBytesOk concode_elem_sep boolean isClassOk concode_elem_sep boolean isXadd concode_elem_sep void logClassFromBytes concode_elem_sep void logClass concode_elem_sep boolean isXconst
ClassNode function ( final byte [ ] arg0 , final int arg1 ) { final ClassNode loc0 = new ClassNode ( CompilationConfig . ASM_API_VERSION ) ; final ClassReader loc1 = new ClassReader ( arg0 ) ; loc1 . accept ( loc0 , arg1 ) ; return loc0 ; }
35,258
obtain factorial concode_field_sep int number concode_field_sep int getNumber concode_elem_sep void setNumber
long function ( ) { long loc0 = 1 ; for ( int loc1 = 1 ; loc1 <= number ; loc1 ++ ) loc0 *= loc1 ; return loc0 ; }
35,259
write a float into the byte stream . concode_field_sep byte[] stringBytes concode_elem_sep byte[] intBytes concode_elem_sep char[] stringChars concode_elem_sep ByteArrayOutputStream stream concode_elem_sep byte[] longintBytes concode_field_sep void writeType concode_elem_sep void writeUnderHandler concode_elem_sep void...
void function ( Float arg0 ) { writeInteger32ToByteArray ( Float . floatToIntBits ( arg0 . floatValue ( ) ) ) ; }
35,260
sets the whiteboxpluginhost to which the plugin tool is tied . this is the class that the plugin will send all feedback messages , progress updates , and return objects . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgress...
void function ( WhiteboxPluginHost arg0 ) { myHost = arg0 ; }
35,261
implementation only supports unix line-end format and is suitable for processing http and other network protocol communications . reads and writes a line of data . returns the number of bytes read/written . concode_field_sep long DEFAULT_COPY_AMOUNT concode_elem_sep int DEFAULT_COPY_BUFFER_SIZE concode_field_sep byte[]...
int function ( InputStream arg0 , OutputStream arg1 ) { }
35,262
like #resolve string , string , but returns a uri instead of a string . concode_field_sep int SCHEME_COLON concode_elem_sep int PATH concode_elem_sep int INDEX_COUNT concode_elem_sep int QUERY concode_elem_sep int FRAGMENT concode_field_sep String removeDotSegments concode_elem_sep String resolve concode_elem_sep int[]...
Uri function ( String arg0 , String arg1 ) { return Uri . parse ( resolve ( arg0 , arg1 ) ) ; }
35,263
gets the value of the node 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 node property . for example , to add a new item , do as follo...
List < Node > function ( ) { if ( node == null ) { node = new ArrayList < Node > ( ) ; } return this . node ; }
35,264
returns the name . concode_field_sep List components concode_elem_sep One one concode_elem_sep List manyToMany concode_elem_sep Foo foo concode_elem_sep int count concode_elem_sep Collection bag concode_elem_sep Simple simple concode_elem_sep Many many concode_elem_sep Set composites concode_elem_sep Collection lazyBag...
String function ( ) { return name ; }
35,265
release the iovarray . once release further using of it may crash the jvm ! concode_field_sep long memoryAddress concode_elem_sep long size concode_elem_sep int IOV_SIZE concode_elem_sep int count concode_elem_sep int ADDRESS_SIZE concode_elem_sep int CAPACITY concode_field_sep boolean add concode_elem_sep void add con...
void function ( ) { PlatformDependent . freeMemory ( memoryAddress ) ; }
35,266
deletes an item . concode_field_sep int[] columnWidth concode_elem_sep String[] EMPTY concode_field_sep boolean setStringValue concode_elem_sep String[] getColumnNames concode_elem_sep boolean addItem concode_elem_sep int[] getColumnWidths concode_elem_sep String getDisplayName concode_elem_sep boolean moveItem concode...
boolean function ( Object arg0 , int arg1 ) { DesignElementHandle loc0 = ( DesignElementHandle ) arg0 ; loc0 . getSlot ( ListingHandle . GROUP_SLOT ) . drop ( arg1 ) ; return true ; }
35,267
removes the link from this instance through role `` word '' to the given instance , if the link exists . if there is no such link , nothing happens . if the given instance is null , nothing happens . concode_field_sep GUID roleTypeId concode_elem_sep GUID typeId concode_elem_sep GUID roleWordId concode_elem_sep PDStore...
void function ( Object arg0 ) { if ( arg0 == null ) return ; store . removeLink ( this . id , roleWordId , arg0 ) ; }
35,268
sets the value of the cardholderemail property . concode_field_sep String orderNumber concode_elem_sep String cardholderRegion concode_elem_sep long serialVersionUID concode_elem_sep String cardholderCity concode_elem_sep String cardholderAddressLine2 concode_elem_sep String cardholderPostalCode concode_elem_sep String...
void function ( String arg0 ) { this . cardholderEmail = arg0 ; }
35,269
create a type token for the given runtime type . this method should be preferred over typetoken #of type as the result may be interned when not in development . concode_field_sep PlaceHolder placeHolder concode_field_sep T cast concode_elem_sep TypeToken<Promise<T>> promiseOf concode_elem_sep TypeToken<Promise<T>> prom...
TypeToken < ? > function ( Type arg0 ) { return TypeCaching . typeToken ( arg0 ) ; }
35,270
get the keycredentials value . concode_field_sep List<KeyCredentialInner> keyCredentials concode_elem_sep String displayName concode_elem_sep List<String> identifierUris concode_elem_sep List<String> replyUrls concode_elem_sep boolean availableToOtherTenants concode_elem_sep List<PasswordCredentialInner> passwordCreden...
List < KeyCredentialInner > function ( ) { return this . keyCredentials ; }
35,271
add the unique id to the given stringbuilder . concode_field_sep JobID jobId concode_elem_sep long jvmId concode_elem_sep String JVM concode_elem_sep NumberFormat idFormat concode_elem_sep char SEPARATOR concode_elem_sep boolean isMap concode_field_sep void readFields concode_elem_sep JVMId forName concode_elem_sep Job...
StringBuilder function ( StringBuilder arg0 ) { return jobId . appendTo ( arg0 ) . append ( SEPARATOR ) . append ( isMap ? 'm' : 'r' ) . append ( SEPARATOR ) . append ( idFormat . format ( jvmId ) ) ; }
35,272
return the identity hash code concode_field_sep PlaceHolder placeHolder concode_field_sep void heapDump concode_elem_sep SoftReferenceValue softRef concode_elem_sep int threadId concode_elem_sep void setOption concode_elem_sep int random concode_elem_sep String testMethod concode_elem_sep PhantomReferenceValue phantomR...
int function ( Env arg0 , ObjectValue arg1 ) { return arg0 . hash ( arg1 . getObjectValue ( ) ) ; }
35,273
validate this edge . checks if source and destination are non-null . concode_field_sep Node sourceNode concode_elem_sep String id concode_elem_sep Node destinationNode concode_field_sep void setSource concode_elem_sep void print concode_elem_sep Node getDestination concode_elem_sep Node getSource concode_elem_sep void ...
boolean function ( ) { return ( ( sourceNode != null ) && ( destinationNode != null ) ) ; }
35,274
check to find if a user is available concode_field_sep Map<String,Object> user concode_field_sep List sendElements concode_elem_sep boolean removeUser concode_elem_sep int updateUser concode_elem_sep int createUser concode_elem_sep List sendUsersId
boolean function ( String arg0 ) { Iterator loc0 = user . entrySet ( ) . iterator ( ) ; while ( loc0 . hasNext ( ) ) { Map . Entry loc1 = ( Map . Entry ) loc0 . next ( ) ; UserTable loc2 = ( UserTable ) loc1 . getValue ( ) ; if ( ( loc2 . getId ( ) . equals ( arg0 ) ) ) return false ; } return true ; }
35,275
prints a message at verbose 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 prin...
void function ( String arg0 , String arg1 ) { v ( arg0 , arg1 , null ) ; }
35,276
the index name of the document . concode_field_sep GetResponse response concode_elem_sep MultiGetResponse.Failure failure concode_field_sep void writeTo concode_elem_sep boolean isFailed concode_elem_sep void readFrom concode_elem_sep String getType concode_elem_sep GetResponse getResponse concode_elem_sep String getId...
String function ( ) { if ( failure != null ) { return failure . getIndex ( ) ; } return response . getIndex ( ) ; }
35,277
retrieves the character position at which the specified substring searchstr appears in the sql clob value represented by this clob object . the search begins at position start . concode_field_sep String data concode_field_sep java.io.Writer setCharacterStream concode_elem_sep int setString concode_elem_sep int setStrin...
long function ( String arg0 , long arg1 ) { try { return data . indexOf ( arg0 , ( int ) arg1 ) ; } catch ( Exception loc0 ) { throw jdbcDriver . sqlException ( Trace . error ( Trace . GENERAL_ERROR , loc0 . getMessage ( ) ) ) ; } }
35,278
sets the userid concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep void setPassword concode_elem_sep...
void function ( String arg0 ) { this . user = arg0 ; }
35,279
set the userconfig listener with which we are associated . concode_field_sep Hashtable<String,String> homes concode_elem_sep UserConfig userConfig concode_field_sep void init concode_elem_sep UserConfig getUserConfig concode_elem_sep String getHome concode_elem_sep Enumeration<String> getUsers
void function ( UserConfig arg0 ) { this . userConfig = arg0 ; init ( ) ; }
35,280
set the numerical value . concode_field_sep ECSSUnit m_eUnit concode_elem_sep BigDecimal m_aValue concode_field_sep CSSSimpleValueWithUnit add concode_elem_sep CSSSimpleValueWithUnit add concode_elem_sep long getAsLongValue concode_elem_sep String getFormatted concode_elem_sep double getValue concode_elem_sep BigDecima...
CSSSimpleValueWithUnit function ( @ Nonnull final BigDecimal arg0 ) { m_aValue = ValueEnforcer . notNull ( arg0 , "srini_string" ) ; return this ; }
35,281
disable the serialization of vendor-specific data for objects of this class and its subclasses . if the serialization of vendor-specific data for objects of this class has been enabled via the #enablevendordataserialization method , thismethod disables that behavior again . concode_field_sep ComponentID component conco...
void function ( ) { vendorDataSerializationEnabled = false ; }
35,282
make this lockset the same as the given one . concode_field_sep int INVALID concode_elem_sep int DEFAULT_CAPACITY concode_elem_sep int[] array concode_elem_sep int BOTTOM concode_elem_sep int TOP concode_elem_sep int defaultLockCount concode_field_sep void setLockCount concode_elem_sep boolean identicalSubset concode_e...
void function ( LockSet arg0 ) { if ( arg0 . array . length != array . length ) { array = new int [ arg0 . array . length ] ; } System . arraycopy ( arg0 . array , 0 , array , 0 , array . length ) ; this . defaultLockCount = arg0 . defaultLockCount ; }
35,283
bind an entitymanager to the current http context . if no http context is available the entitymanager gets bound to the current thread instead . concode_field_sep ThreadLocal<EntityManager> currentEntityManager concode_elem_sep String CURRENT_ENTITY_MANAGER concode_field_sep void bindForCurrentContext concode_elem_sep ...
void function ( EntityManager arg0 ) { bindForCurrentContext ( arg0 , true ) ; }
35,284
makes oauth signed http get request to a given url . concode_field_sep OAuthStrategyBase authenticationStrategy concode_field_sep AccessGrant getAccessGrant
Response function ( final String arg0 ) { Response loc0 = null ; try { loc0 = authenticationStrategy . executeFeed ( arg0 , MethodType . GET . toString ( ) , null , null , null ) ; } catch ( Exception loc1 ) { throw new SocialAuthException ( "srini_string" + arg0 , loc1 ) ; } return loc0 ; }
35,285
set property concode_field_sep long serialVersionUID concode_elem_sep String cfProperty concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_sep void setResourceAdapter concode_elem_sep void setLogWriter concode_elem_sep int ...
void function ( String arg0 ) { this . cfProperty = arg0 ; }
35,286
sets value of the coreprotocolpnames #use_expect_continue 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 concod...
void function ( final HttpParams arg0 , boolean arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setBooleanParameter ( CoreProtocolPNames . USE_EXPECT_CONTINUE , arg1 ) ; }
35,287
asks the camera hardware to perform an autofocus . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep CameraManager cameraManager concode_elem_sep CameraConfigurationManager configManager concode_elem_sep PreviewCallback previewCallba...
void function ( Handler arg0 , int arg1 ) { if ( camera != null && previewing ) { autoFocusCallback . setHandler ( arg0 , arg1 ) ; camera . autoFocus ( autoFocusCallback ) ; } }
35,288
unsupported operation , throws an unsupportedoperationexception since this list is read-only . concode_field_sep String READ_ONLY_ERROR_MESSAGE concode_elem_sep Logger LOGGER concode_elem_sep Map<ServiceReference,T> serviceMap concode_field_sep boolean add concode_elem_sep void add concode_elem_sep int compare concode_...
boolean function ( int arg0 , Collection < ? extends T > arg1 ) { throw new UnsupportedOperationException ( READ_ONLY_ERROR_MESSAGE ) ; }
35,289
checks whether a workflow is no more used so that we can delete or disable it . concode_field_sep ConcurrentHashMap<DN,WorkflowImpl> workflows concode_field_sep void createAndRegisterWorkflow concode_elem_sep ConfigChangeResult applyConfigurationChange concode_elem_sep ConfigChangeResult applyConfigurationAdd concode_e...
boolean function ( WorkflowImpl arg0 , List < Message > arg1 ) { boolean loc0 = true ; int loc1 = arg0 . getReferenceCounter ( ) ; if ( loc1 != 0 ) { Message loc2 = INFO_ERR_WORKFLOW_IN_USE . get ( arg0 . getWorkflowId ( ) , arg0 . getReferenceCounter ( ) ) ; arg1 . add ( loc2 ) ; loc0 = false ; } return loc0 ; }
35,290
return and increment current gen. concode_field_sep AtomicLong indexingGen concode_elem_sep IndexWriter writer concode_field_sep long deleteDocuments concode_elem_sep long deleteDocuments concode_elem_sep long deleteDocuments concode_elem_sep long deleteDocuments concode_elem_sep long addDocuments concode_elem_sep Inde...
long function ( ) { return indexingGen . getAndIncrement ( ) ; }
35,291
gets the platform value for this profiledata . concode_field_sep java.lang.String os concode_elem_sep java.lang.String os_build concode_elem_sep com.intellij.tasks.mantis.model.AccountData user_id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_...
java . lang . String function ( ) { return platform ; }
35,292
the correlation values for a correlation set . concode_field_sep long _createTime concode_elem_sep short _state concode_elem_sep String _rootScopeId concode_elem_sep long serialVersionUID concode_elem_sep Map<String,Properties> _correlationKeys concode_elem_sep String _instanceId concode_field_sep long getCreateTime co...
Properties function ( String arg0 ) { return _correlationKeys . get ( arg0 ) ; }
35,293
gets the key of the element . concode_field_sep int DEFAULT_NUM_TABLES concode_elem_sep int numElements concode_elem_sep int DEFAULT_STASH_SIZE concode_elem_sep Random random concode_elem_sep List<List<Entry<T>>> tables concode_elem_sep List<DietzfelbingerHash> hashfunctions concode_elem_sep int stashSize concode_elem_...
long function ( ) { return this . key ; }
35,294
set the protocol of the inbound endpoint concode_field_sep String protocol concode_elem_sep String injectingSeq concode_elem_sep SynapseEnvironment synapseEnvironment concode_elem_sep String onErrorSeq concode_elem_sep String name concode_elem_sep Properties properties concode_elem_sep String classImpl concode_field_se...
void function ( String arg0 ) { this . protocol = arg0 ; }
35,295
sets an option to `` true '' concode_field_sep Map table concode_field_sep int intValue concode_elem_sep void clear concode_elem_sep void refresh concode_elem_sep boolean check concode_elem_sep void unset concode_elem_sep String value
void function ( String arg0 ) { if ( table == null ) table = new HashMap ( ) ; table . put ( arg0 . toLowerCase ( ) , "srini_string" ) ; }
35,296
sets the start date . concode_field_sep PostalAddress postalAddress concode_elem_sep long serialVersionUID concode_elem_sep OrganisationUnit organisationUnit concode_elem_sep Date endDate concode_elem_sep Long id concode_elem_sep Class theClass concode_elem_sep Date startDate concode_elem_sep Double fraction concode_fi...
void function ( Date arg0 ) { this . startDate = arg0 ; }
35,297
sets the value of the g property . concode_field_sep byte[] p concode_elem_sep byte[] q concode_elem_sep byte[] seed concode_elem_sep byte[] g concode_elem_sep byte[] pgenCounter concode_elem_sep byte[] y concode_elem_sep byte[] j concode_elem_sep long serialVersionUID concode_field_sep byte[] getG concode_elem_sep voi...
void function ( byte [ ] arg0 ) { this . g = ( ( byte [ ] ) arg0 ) ; }
35,298
a description of the import snapshot task . concode_field_sep String importTaskId concode_elem_sep String description concode_elem_sep SnapshotTaskDetail snapshotTaskDetail concode_field_sep void setSnapshotTaskDetail concode_elem_sep SnapshotTaskDetail getSnapshotTaskDetail concode_elem_sep String getImportTaskId conc...
void function ( String arg0 ) { this . description = arg0 ; }
35,299
get relative path concode_field_sep int FILE_PATH_LIMIT concode_field_sep String relativeOrFullPath concode_elem_sep VirtualFile getPossibleBase concode_elem_sep boolean isOctal concode_elem_sep List<String> toRelativeFiles concode_elem_sep void markFilesDirty concode_elem_sep void markFilesDirty concode_elem_sep List<...
String function ( final File arg0 , File arg1 ) { String loc0 = FileUtil . getRelativePath ( arg0 , arg1 ) ; if ( loc0 == null ) { throw new IllegalArgumentException ( "srini_string" + arg1 + "srini_string" + arg0 ) ; } return loc0 . replace ( File . separatorChar , '/' ) ; }