idx int64 0 25k | question stringlengths 68 5.14k | target stringlengths 20 503 |
|---|---|---|
11,400 | set the ip address of the user concode_field_sep String password concode_elem_sep String location concode_elem_sep String IPAddress concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getLocation concode_elem_sep void setUsername concode_elem_s... | void function ( String arg0 ) { this . IPAddress = arg0 ; } |
11,401 | performs a delete request on the given metacard id concode_field_sep String PLAINXML_FAR_METACARD concode_elem_sep String GEOJSON_NEAR_METACARD concode_elem_sep String PLAINXML_NEAR_METACARD concode_elem_sep String CSW_RESOURCE_ROOT concode_elem_sep String CSW_METACARD concode_elem_sep String GEOJSON_FAR_METACARD conco... | void function ( String arg0 ) { deleteMetacard ( arg0 , true ) ; } |
11,402 | returns the resolved output value class . concode_field_sep Class outputValueClass concode_elem_sep String TYPED_BYTES_ID concode_elem_sep String RAW_BYTES_ID concode_elem_sep String KEY_ONLY_TEXT_ID concode_elem_sep String TEXT_ID concode_elem_sep Class<? extends OutputReader> outputReaderClass concode_elem_sep Class ... | Class function ( ) { return outputValueClass ; } |
11,403 | implements this method from the interface with an empty method body . concode_field_sep PlaceHolder placeHolder concode_field_sep void windowDeactivated concode_elem_sep void windowClosed concode_elem_sep void windowOpened concode_elem_sep void windowActivated concode_elem_sep void windowClosing concode_elem_sep void w... | void function ( WindowEvent arg0 ) { } |
11,404 | returns the breadcrumb specified when this guidance was constructed . concode_field_sep TextView mBreadcrumbView concode_elem_sep View mGuidanceContainer concode_elem_sep TextView mDescriptionView concode_elem_sep String mBreadcrumb concode_elem_sep ImageView mIconView concode_elem_sep String mTitle concode_elem_sep Te... | String function ( ) { return mBreadcrumb ; } |
11,405 | initiates the authentication process . concode_field_sep ChallengeGenerator challengeGenerator concode_elem_sep String AUTHENTICATE_TYP concode_elem_sep String REGISTER_TYPE concode_elem_sep String U2F_VERSION concode_elem_sep Crypto crypto concode_field_sep RegisterRequest startRegistration concode_elem_sep RegisterRe... | AuthenticateRequest function ( String arg0 , DeviceRegistration arg1 , byte [ ] arg2 ) { checkArgument ( ! arg1 . isCompromised ( ) , "srini_string" ) ; return new AuthenticateRequest ( U2fB64Encoding . encode ( arg2 ) , arg0 , arg1 . getKeyHandle ( ) ) ; } |
11,406 | called for each input directory . the files will be #setcomparator comparator sorted . concode_field_sep String outputSuffix concode_elem_sep File inputFile concode_elem_sep File outputDir concode_elem_sep File outputFile concode_elem_sep Comparator<File> comparator concode_elem_sep int depth concode_elem_sep FilenameF... | void function ( Entry arg0 , ArrayList < Entry > arg1 ) { } |
11,407 | utility method to read filterlistitem properties from a parcel . concode_field_sep Bitmap listingIcon concode_elem_sep String listingTitle concode_elem_sep Intent contextMenuIntents[] concode_elem_sep String contextMenuLabels[] concode_elem_sep int color concode_field_sep void writeToParcel | void function ( Parcel arg0 ) { listingTitle = arg0 . readString ( ) ; listingIcon = arg0 . readParcelable ( Bitmap . class . getClassLoader ( ) ) ; color = arg0 . readInt ( ) ; contextMenuLabels = arg0 . createStringArray ( ) ; contextMenuIntents = arg0 . createTypedArray ( Intent . CREATOR ) ; } |
11,408 | getvalidtgts . concode_field_sep String minTargets concode_elem_sep String saValidTargeting concode_elem_sep Target_Choices choice concode_elem_sep String targetSpellAbilityType concode_elem_sep String vtSelection concode_elem_sep String maxTargets concode_elem_sep boolean tgtValid concode_elem_sep String ValidTgts[] c... | String [ ] function ( ) { return ValidTgts ; } |
11,409 | default properties present in the currently defined defaults file . concode_field_sep PlaceHolder placeHolder concode_field_sep java.lang.String driverExtraLibraryPath concode_elem_sep java.lang.String archives concode_elem_sep java.lang.String driverCores concode_elem_sep java.lang.String mainClass concode_elem_sep ja... | scala . collection . mutable . HashMap < java . lang . String , java . lang . String > function ( ) { throw new RuntimeException ( ) ; } |
11,410 | ensures the truth of an expression involving the state of the caller , with an error message . concode_field_sep String EMPTY_ARGUMENTS concode_elem_sep boolean sStrictMode concode_field_sep void checkNotNull concode_elem_sep void checkNotNull concode_elem_sep void checkNotNull concode_elem_sep boolean checkNotNull con... | boolean function ( boolean arg0 , String arg1 ) { return checkStateInternal ( arg0 , sStrictMode , arg1 , EMPTY_ARGUMENTS ) ; } |
11,411 | adds the new settings name if it does not nexist , or overwrites the old one . concode_field_sep String homedir concode_elem_sep String fileName concode_elem_sep String emptySettingName concode_elem_sep String[][] sJDBCTypes concode_elem_sep String[][] connTypes concode_elem_sep File recentSettings concode_field_sep vo... | void function ( Hashtable arg0 , ConnectionSetting arg1 ) { arg0 . put ( arg1 . getName ( ) , arg1 ) ; ConnectionDialogCommon . storeRecentConnectionSettings ( arg0 ) ; } |
11,412 | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testEquals | void function ( ) { PointerNeedle loc0 = new PointerNeedle ( ) ; PointerNeedle loc1 = ( PointerNeedle ) TestUtilities . serialised ( loc0 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; } |
11,413 | fires the #onchange event . concode_field_sep PlaceHolder placeHolder concode_field_sep ExtensionList<SaveableListener> all concode_elem_sep void onChange concode_elem_sep void unregister concode_elem_sep void register | void function ( Saveable arg0 , XmlFile arg1 ) { for ( SaveableListener loc0 : all ( ) ) { try { loc0 . onChange ( arg0 , arg1 ) ; } catch ( ThreadDeath loc1 ) { throw loc1 ; } catch ( Throwable loc1 ) { Logger . getLogger ( SaveableListener . class . getName ( ) ) . log ( Level . WARNING , null , loc1 ) ; } } } |
11,414 | returns the storage file concode_field_sep ShpFiles shpFiles concode_elem_sep Logger LOGGER concode_elem_sep File tempFile concode_elem_sep ShpFileType type concode_field_sep FileChannel getWriteChannel concode_elem_sep void replaceOriginal concode_elem_sep void copyFile concode_elem_sep void replaceOriginals concode_e... | File function ( ) { return tempFile ; } |
11,415 | see processapplicationscriptenvironment #getenvironmentscripts concode_field_sep BeanELResolver processApplicationBeanElResolver concode_elem_sep ELResolver processApplicationElResolver concode_elem_sep boolean isDeployed concode_elem_sep ProcessApplicationScriptEnvironment processApplicationScriptEnvironment concode_e... | Map < String , List < ExecutableScript >> function ( ) { return getProcessApplicationScriptEnvironment ( ) . getEnvironmentScripts ( ) ; } |
11,416 | this test validates that an index which is out of bounds throws an indexoutofboundsexcpetion . concode_field_sep TupleTypeInfo<Tuple5<Integer,Long,String,Long,Integer>> tupleTypeInfo concode_elem_sep String myString concode_elem_sep List<CustomType> customTypeData concode_elem_sep long myLong concode_elem_sep long seri... | void function ( ) { final ExecutionEnvironment loc0 = ExecutionEnvironment . getExecutionEnvironment ( ) ; DataSet < Tuple5 < Integer , Long , String , Long , Integer >> loc1 = loc0 . fromCollection ( emptyTupleData , tupleTypeInfo ) ; loc1 . maxBy ( 1 , 2 , 3 , 4 , - 1 ) ; } |
11,417 | sets the changed flag for this observable . after calling setchanged , haschanged will return true . concode_field_sep boolean changed concode_elem_sep List<Observer> observers concode_field_sep void deleteObservers concode_elem_sep void addObserver concode_elem_sep boolean hasChanged concode_elem_sep void clearChanged... | void function ( ) { changed = true ; } |
11,418 | return the supplier storage container . concode_field_sep String SHIPMENT_STORE concode_elem_sep String SUPPLIER_STORE concode_elem_sep Database partDb concode_elem_sep Database shipmentDb concode_elem_sep Environment env concode_elem_sep StoredClassCatalog javaCatalog concode_elem_sep String CLASS_CATALOG concode_elem... | Database function ( ) { return supplierDb ; } |
11,419 | gets the value of the location property . concode_field_sep Object parent concode_elem_sep String overThreshold concode_elem_sep Values values concode_elem_sep Object rule concode_elem_sep Location location concode_elem_sep String message concode_elem_sep TransformsApplied transformsApplied concode_field_sep Object get... | Location function ( ) { return location ; } |
11,420 | two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals | void function ( ) { StandardDialRange loc0 = new StandardDialRange ( ) ; StandardDialRange loc1 = new StandardDialRange ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } |
11,421 | classpath to the xml schema . must be specified in the detached xml signature case for determining the id attributes , might be set in the enveloped and enveloping case . if set , then the xml document is validated with the specified xml schema . the schema resource uri can be overwritten by the header xmlsignaturecons... | void function ( String arg0 ) { this . schemaResourceUri = arg0 ; } |
11,422 | executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface c... | boolean function ( String arg0 , JSONArray arg1 , CallbackContext arg2 ) { CordovaArgs loc0 = new CordovaArgs ( arg1 ) ; return execute ( arg0 , loc0 , arg2 ) ; } |
11,423 | getter for currentmileage concode_field_sep int currentMileage concode_elem_sep String color concode_elem_sep int lastOilChange concode_field_sep void changeMileage concode_elem_sep void setColor concode_elem_sep int getLastOilChange concode_elem_sep String getColor concode_elem_sep String toString concode_elem_sep voi... | int function ( ) { return this . currentMileage ; } |
11,424 | converts the rank , suit , and point value into a string in the format '' rank of suit point value = pointvalue '' . this provides a useful way of printing the contents of a deck in an easily readable format or performing other similar functions . concode_field_sep int pointValue concode_elem_sep String rank concode_el... | String function ( ) { return rank + "srini_string" + suit + "srini_string" + pointValue + "srini_string" ; } |
11,425 | query for a dnstoswitchmapping instance being on a singleswitch . this predicate simply assumes that all mappings not derived from this class are multi-switch . concode_field_sep Configuration conf concode_field_sep boolean isSingleSwitchByScriptPolicy concode_elem_sep boolean isSingleSwitch concode_elem_sep Configurat... | boolean function ( DNSToSwitchMapping arg0 ) { return arg0 != null && arg0 instanceof AbstractDNSToSwitchMapping && ( ( AbstractDNSToSwitchMapping ) arg0 ) . isSingleSwitch ( ) ; } |
11,426 | returns the base url + the url pattern . useful in creating links . concode_field_sep Object controller concode_elem_sep String baseUrl concode_elem_sep UrlMatcher urlMatcher concode_elem_sep HttpMethod method concode_elem_sep List<String> supportedFormats concode_elem_sep Map<String,Object> parameters concode_elem_sep... | String function ( ) { return getBaseUrl ( ) + getPattern ( ) ; } |
11,427 | builds a new instance of the concode_field_sep ImmutableOpenMap EMPTY concode_elem_sep ObjectObjectHashMap<KType,VType> map concode_field_sep VType getOrDefault concode_elem_sep VType getOrDefault concode_elem_sep void indexInsert concode_elem_sep ObjectLookupContainer<KType> keys concode_elem_sep ObjectCollection<KTyp... | ImmutableOpenMap < KType , VType > function ( ) { ObjectObjectHashMap < KType , VType > loc0 = this . map ; this . map = null ; return new ImmutableOpenMap < > ( loc0 ) ; } |
11,428 | returns the current retry count . concode_field_sep int mCurrentTimeoutMs concode_elem_sep int mCurrentRetryCount concode_elem_sep int mMaxNumRetries concode_elem_sep float DEFAULT_BACKOFF_MULT concode_elem_sep float mBackoffMultiplier concode_elem_sep int DEFAULT_TIMEOUT_MS concode_elem_sep int DEFAULT_MAX_RETRIES con... | int function ( ) { return mCurrentRetryCount ; } |
11,429 | retrieve the character encoding for the request . concode_field_sep ActionRequest request concode_field_sep String getContentType concode_elem_sep String toString concode_elem_sep int getContentLength concode_elem_sep InputStream getInputStream | String function ( ) { return request . getCharacterEncoding ( ) ; } |
11,430 | this method should be used when you need to stub out creating nativearrays in unit tests . concode_field_sep PlaceHolder placeHolder concode_field_sep WritableMap fromBundle concode_elem_sep WritableArray fromArray concode_elem_sep WritableNativeArray fromJavaArgs concode_elem_sep WritableMap createMap concode_elem_sep... | WritableArray function ( ) { return new WritableNativeArray ( ) ; } |
11,431 | returns the user hit of this vcms category . concode_field_sep VcmsCategory _vcmsCategory concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep boolean i... | long function ( ) { return _vcmsCategory . getUserHit ( ) ; } |
11,432 | this method can be overridden by extending classes to return a sentinel object which will be used by the priorityqueue #priorityqueue int , boolean constructor to fill the queue , so that the code which uses that queue can always assume it 's full and only change the top without attempting to insert any new object . th... | T function ( ) { return null ; } |
11,433 | produce a comma delimited text from a jsonarray of jsonobjects using a provided list of names . the list of names is not included in the output . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep JSONArray toJSONArray concode_elem_se... | String function ( JSONArray arg0 , JSONArray arg1 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { return null ; } StringBuffer loc0 = new StringBuffer ( ) ; for ( int loc1 = 0 ; loc1 < arg1 . length ( ) ; loc1 += 1 ) { JSONObject loc2 = arg1 . optJSONObject ( loc1 ) ; if ( loc2 != null ) { loc0 . append ( rowToStri... |
11,434 | creates a new linkedlist with the inferred typeusing the given elements . concode_field_sep PlaceHolder placeHolder concode_field_sep Set<T> set concode_elem_sep Set<T> set concode_elem_sep T getExtremum concode_elem_sep List<T> addNotNull concode_elem_sep T getMax concode_elem_sep List<T> addOrNew concode_elem_sep Lis... | LinkedList < T > function ( T ... arg0 ) { LinkedList < T > loc0 = new LinkedList < T > ( ) ; for ( T loc1 : arg0 ) loc0 . add ( loc1 ) ; return loc0 ; } |
11,435 | ensures the constructor and accessor methods work correctly . concode_field_sep PlaceHolder placeHolder concode_field_sep void testToString concode_elem_sep void testConstructorKeyNull concode_elem_sep void testConstructorActionNull | void function ( ) { KeyMessage loc0 = new KeyMessage ( 17 , Key . UP , KeyAction . PRESS ) ; assertEquals ( Key . UP , loc0 . key ( ) ) ; assertEquals ( KeyAction . PRESS , loc0 . action ( ) ) ; } |
11,436 | return the first signerinformation object that matches the passed in selector . null if there are no matches . concode_field_sep List all concode_elem_sep Map table concode_field_sep Iterator<SignerInformation> iterator concode_elem_sep int size concode_elem_sep Collection<SignerInformation> getSigners concode_elem_sep... | SignerInformation function ( SignerId arg0 ) { Collection loc0 = getSigners ( arg0 ) ; return loc0 . size ( ) == 0 ? null : ( SignerInformation ) loc0 . iterator ( ) . next ( ) ; } |
11,437 | get the worldmodelcreator the kernel should use . concode_field_sep CommunicationModel comms concode_elem_sep Map<Viewer,Integer> viewers concode_elem_sep Map<Component,Integer> other concode_elem_sep WorldModelCreator world concode_elem_sep List<Perception> perceptionOptions concode_elem_sep List<WorldModelCreator> wo... | WorldModelCreator function ( ) { return world ; } |
11,438 | 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 ; } |
11,439 | this method is used to call a method of dao class to return a list of active agents concode_field_sep PlaceHolder placeHolder concode_field_sep boolean createCallBackWorkFlow concode_elem_sep List searchCallBackWorkFlow concode_elem_sep boolean editCallBackWorkFlow concode_elem_sep List getAllAgents concode_elem_sep Ca... | List function ( int arg0 ) { List loc0 = new ArrayList ( ) ; CallBackWorkFlowDAO loc1 = new CallBackWorkFlowDAO ( ) ; loc0 = loc1 . getActiveAgents ( arg0 ) ; return loc0 ; } |
11,440 | this method was generated by mybatis generator . this method sets the value of the database column fund.id concode_field_sep Date atTime concode_elem_sep String orderId concode_elem_sep Integer topup concode_elem_sep Integer preFee concode_elem_sep Integer id concode_elem_sep String payId concode_elem_sep Integer sourc... | void function ( Integer arg0 ) { this . id = arg0 ; } |
11,441 | sets the password for the user name . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep PrintWriter logWri... | void function ( String arg0 ) { this . password = arg0 ; connectionProps . setProperty ( "srini_string" , arg0 ) ; } |
11,442 | the bcc : field s of the message . concode_field_sep com.amazonaws.internal.SdkInternalList<String> ccAddresses concode_elem_sep com.amazonaws.internal.SdkInternalList<String> bccAddresses concode_elem_sep com.amazonaws.internal.SdkInternalList<String> toAddresses concode_field_sep java.util.List<String> getToAddresses... | Destination function ( java . util . Collection < String > arg0 ) { setBccAddresses ( arg0 ) ; return this ; } |
11,443 | the commit that this branch currently points to . concode_field_sep GHRepository owner concode_elem_sep GitHub root concode_elem_sep String name concode_elem_sep Commit commit concode_elem_sep String sha concode_elem_sep String url concode_field_sep String getName concode_elem_sep void disableProtection concode_elem_se... | String function ( ) { return commit . sha ; } |
11,444 | parameter keys to exclude from the cache key . concode_field_sep Map<String,Expression> parameterExpressions concode_elem_sep Properties outputProperties concode_elem_sep LinkedHashMap<String,Object> parameters concode_elem_sep IPortalSpELService portalSpELService concode_elem_sep Logger logger concode_elem_sep Set<Str... | void function ( Set < String > arg0 ) { this . cacheKeyExcludedParameters = arg0 ; } |
11,445 | sets the value of the key property . concode_field_sep String value concode_elem_sep MediaSize key concode_field_sep MediaSize getKey concode_elem_sep String getValue concode_elem_sep void setValue | void function ( MediaSize arg0 ) { this . key = arg0 ; } |
11,446 | checks if a bookmark node is in the mobile bookmarks folder branch . concode_field_sep int GET_NODE concode_elem_sep int GET_CHILDREN concode_elem_sep int GET_THUMBNAILS concode_elem_sep int GET_FAVICONS concode_elem_sep long INVALID_BOOKMARK_ID concode_elem_sep int GET_PARENT concode_elem_sep String TAG concode_field_... | boolean function ( Context arg0 , long arg1 ) { Boolean loc0 = chromeBrowserProviderCall ( Boolean . class , ChromeBrowserProvider . CLIENT_API_IS_BOOKMARK_IN_MOBILE_BOOKMARKS_BRANCH , arg0 , argsToBundle ( arg1 ) ) ; return loc0 != null ? loc0 . booleanValue ( ) : false ; } |
11,447 | route with one parameter . concode_field_sep Method actionMethod concode_elem_sep String method concode_elem_sep Pattern paramExtractor concode_elem_sep List<Route> routes concode_elem_sep String name concode_elem_sep PathBindable<?> pathBindable concode_elem_sep Object action concode_elem_sep String pathPattern concod... | RoutingDsl function ( F . Function < A1 , F . Promise < Result >> arg0 ) { return build ( 1 , arg0 , F . Function . class ) ; } |
11,448 | add the content of a configurationmetadatarepository defined by thespecified inputstream json document using the specified charset . if this metadata repository holds items that were loaded previously , these are ignored . leaves the stream open when done . concode_field_sep Charset defaultCharset concode_elem_sep List... | ConfigurationMetadataRepositoryJsonBuilder function ( InputStream arg0 , Charset arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . repositories . add ( add ( arg0 , arg1 ) ) ; return this ; } |
11,449 | returns true if entry was successful , false if shutdown has already begun on this epoch . concode_field_sep AtomicLongFieldUpdater<StripedSizedEpoch> CleanupAcquiredUpdater concode_elem_sep AtomicReferenceFieldUpdater<StripedSizedEpoch,Object> WakeupUpdater concode_elem_sep int NumStripes concode_elem_sep Object wakeu... | boolean function ( final int arg0 ) { entryCountsAndSizes . getAndIncrement ( arg0 & ( NumStripes - 1 ) ) ; if ( wakeup != null ) { exit ( arg0 , 0 ) ; return false ; } else { return true ; } } |
11,450 | method declaration concode_field_sep Table tTable concode_elem_sep Row currentRow concode_elem_sep Expression eEnd concode_elem_sep boolean bOuterJoin concode_elem_sep Object oCurrentData[] concode_elem_sep Object oEmptyData[] concode_elem_sep Index iIndex concode_elem_sep Expression eStart concode_elem_sep Expression ... | Table function ( ) { return tTable ; } |
11,451 | key-value pairs that define the properties of the object . concode_field_sep String name concode_elem_sep String id concode_elem_sep com.amazonaws.internal.SdkInternalList<Field> fields concode_field_sep void setName concode_elem_sep PipelineObject withFields concode_elem_sep PipelineObject withFields concode_elem_sep ... | java . util . List < Field > function ( ) { if ( fields == null ) { fields = new com . amazonaws . internal . SdkInternalList < Field > ( ) ; } return fields ; } |
11,452 | setter for setcustomerbillingagreementrequest concode_field_sep SetCustomerBillingAgreementRequestType setCustomerBillingAgreementRequest concode_elem_sep String nameSpace concode_elem_sep String preferredPrefix concode_field_sep String toXMLString concode_elem_sep SetCustomerBillingAgreementRequestType getSetCustomerB... | void function ( SetCustomerBillingAgreementRequestType arg0 ) { this . setCustomerBillingAgreementRequest = arg0 ; } |
11,453 | function to change progress to timer concode_field_sep PlaceHolder placeHolder concode_field_sep int getProgressPercentage concode_elem_sep String milliSecondsToTimer | int function ( int arg0 , int arg1 ) { int loc0 = 0 ; arg1 = ( int ) ( arg1 / 1000 ) ; loc0 = ( int ) ( ( ( ( double ) arg0 ) / 100 ) * arg1 ) ; return loc0 * 1000 ; } |
11,454 | clear session details concode_field_sep Editor editor concode_elem_sep String PREF_NAME concode_elem_sep Context _context concode_elem_sep SharedPreferences pref concode_elem_sep String KEY_NAME concode_elem_sep String KEY_EMAIL concode_elem_sep String IS_LOGIN concode_elem_sep int PRIVATE_MODE concode_field_sep HashMa... | void function ( ) { editor . clear ( ) ; editor . commit ( ) ; Intent loc0 = new Intent ( _context , LoginActivity . class ) ; loc0 . addFlags ( Intent . FLAG_ACTIVITY_CLEAR_TOP ) ; loc0 . setFlags ( Intent . FLAG_ACTIVITY_NEW_TASK ) ; _context . startActivity ( loc0 ) ; } |
11,455 | removes all connections referenced by this handler . concode_field_sep Map<HttpConnection,TimeValues> connectionToTimes concode_elem_sep long timeAdded concode_elem_sep long timeExpires concode_elem_sep HttpClientAndroidLog log concode_field_sep void add concode_elem_sep void closeIdleConnections concode_elem_sep boole... | void function ( ) { this . connectionToTimes . clear ( ) ; } |
11,456 | get the default scheduler for the provided camel context . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSchedulerIsolation concode_elem_sep QuartzComponent getQuartzComponent concode_elem_sep void afterTests concode_elem_sep void testSchedulerIsolationManaged concode_elem_sep void enableJMX conc... | Scheduler function ( CamelContext arg0 ) { return getQuartzComponent ( arg0 ) . getScheduler ( ) ; } |
11,457 | returns the current y position coordinate concode_field_sep Configuration handlerConfiguration concode_elem_sep int width concode_elem_sep int x concode_elem_sep boolean paintAsBitmap concode_elem_sep int y concode_elem_sep AFPPaintingState paintingState concode_elem_sep FontInfo fontInfo concode_elem_sep AFPResourceIn... | int function ( ) { return y ; } |
11,458 | provides the text of this event . concode_field_sep java.util.Date date concode_elem_sep String sourceIdentifier concode_elem_sep String sourceType concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> eventCategories concode_elem_sep String message concode_field_sep String getSourceType concode_ele... | String function ( ) { return message ; } |
11,459 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList concode_field_sep CloudFrontOriginAccessIdentityList getCloudFrontOriginAccessIdentityList concode_elem_sep ListCloudFrontOriginAccessIdentitiesResu... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getCloudFrontOriginAccessIdentityList ( ) != null ) loc0 . append ( "srini_string" + getCloudFrontOriginAccessIdentityList ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
11,460 | gets the height of this picture . concode_field_sep BufferedImage image concode_elem_sep JLabel label concode_elem_sep double xGrow concode_elem_sep double yGrow concode_elem_sep double x concode_elem_sep double y concode_elem_sep String source concode_field_sep void setColorAt concode_elem_sep void setColorAt concode_... | int function ( ) { return ( int ) Math . round ( ( image == null ? 0 : image . getHeight ( ) ) + 2 * yGrow ) ; } |
11,461 | returns the url vfs . concode_field_sep Object errorLock concode_elem_sep List<VFSUpdate> vfsUpdates concode_elem_sep boolean errorDisplayerActive concode_elem_sep Object vfsUpdateLock concode_elem_sep VFS urlVFS concode_elem_sep boolean error concode_elem_sep VFS fileVFS concode_elem_sep Vector<ErrorListDialog.ErrorEn... | VFS function ( ) { return urlVFS ; } |
11,462 | filter 1 for afp extration : the distance of end-to-end concode_field_sep boolean debug concode_field_sep void sortAfps concode_elem_sep double getRmsd concode_elem_sep double scoreAfp concode_elem_sep boolean filterTerminal concode_elem_sep void extractAFPChains concode_elem_sep Atom[] getFragment | double function ( Atom [ ] arg0 , Atom [ ] arg1 , int arg2 , int arg3 , int arg4 , int arg5 ) { double loc0 = 99 ; double loc1 = Calc . getDistance ( arg0 [ arg2 ] , arg0 [ arg3 ] ) ; double loc2 = Calc . getDistance ( arg1 [ arg4 ] , arg1 [ arg5 ] ) ; loc0 = loc1 - loc2 ; return Math . abs ( loc0 ) ; } |
11,463 | derive initial vector by pbkdf2 algorithm 10 iterations of sha256 concode_field_sep String TAG concode_elem_sep int KEY_LENGTH_SHORT concode_elem_sep int ITERATION_COUNT concode_elem_sep String CIPHER_ALGORITHM concode_elem_sep byte[] salt concode_elem_sep String CHAR_SET concode_elem_sep int KEY_LENGTH concode_field_s... | byte [ ] function ( @ NonNull byte [ ] arg0 ) { PKCS5S2ParametersGenerator loc0 = new PKCS5S2ParametersGenerator ( new SHA256Digest ( ) ) ; loc0 . init ( arg0 , salt , 10 ) ; return ( ( KeyParameter ) loc0 . generateDerivedMacParameters ( KEY_LENGTH_SHORT * 8 ) ) . getKey ( ) ; } |
11,464 | apply a constraint expressed in sql , with the given jdbc parameter . any occurrences of alias will be replaced by the table alias . concode_field_sep PlaceHolder placeHolder concode_field_sep Criterion sizeGe concode_elem_sep NaturalIdentifier naturalId concode_elem_sep SimpleExpression lt concode_elem_sep PropertyExp... | Criterion function ( String arg0 , Object arg1 , Type arg2 ) { return new SQLCriterion ( arg0 , new Object [ ] { arg1 } , new Type [ ] { arg2 } ) ; } |
11,465 | returns a new sory by file language expression concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | Comparator < Exchange > function ( CamelContext arg0 , String arg1 , boolean arg2 , boolean arg3 ) { return sortByFileLanguage ( arg0 , arg1 , arg2 , arg3 , null ) ; } |
11,466 | add weight concode_field_sep Map<String,HostAndWeight> hostAndWeights concode_elem_sep long uniqueBlocksTotalWeight concode_elem_sep String host concode_elem_sep long weight concode_field_sep Map<String,HostAndWeight> getHostAndWeights concode_elem_sep void add concode_elem_sep int compare concode_elem_sep float getBlo... | void function ( long arg0 ) { this . weight += arg0 ; } |
11,467 | gets the dictionary of cities . concode_field_sep List dictionary concode_elem_sep Comparator LABEL_COMPARATOR concode_elem_sep Log log concode_elem_sep String s1 concode_elem_sep String s2 concode_field_sep void init concode_elem_sep int compare | List function ( ) { return dictionary ; } |
11,468 | identify boolean value indicating whether a channel is trusted or not . concode_field_sep Configuration conf concode_field_sep Configuration getConf concode_elem_sep TrustedChannelResolver getInstance concode_elem_sep void setConf | boolean function ( InetAddress arg0 ) { return false ; } |
11,469 | constructs a new instance of ubic.gemma.model.common.auditandsecurity.groupauthority , taking all possible properties except the identifier s as arguments . concode_field_sep String authority concode_elem_sep Long id concode_elem_sep long serialVersionUID concode_field_sep void setAuthority concode_elem_sep int hashCod... | ubic . gemma . model . common . auditAndSecurity . GroupAuthority function ( String arg0 ) { final ubic . gemma . model . common . auditAndSecurity . GroupAuthority loc0 = new ubic . gemma . model . common . auditAndSecurity . GroupAuthorityImpl ( ) ; loc0 . setAuthority ( arg0 ) ; return loc0 ; } |
11,470 | gets the value of the content property . objects of the following type s are allowed in the list org.w3c.dom.element object string concode_field_sep List<Object> content concode_elem_sep String id concode_elem_sep String target concode_field_sep String getTarget concode_elem_sep void setTarget concode_elem_sep void set... | List < Object > function ( ) { return this . content ; } |
11,471 | main method . concode_field_sep PlaceHolder placeHolder concode_field_sep String echo | void function ( String [ ] arg0 ) { Calculate loc0 = new Calculate ( ) ; System . out . println ( loc0 . echo ( "srini_string" ) ) ; } |
11,472 | some text . concode_field_sep String fFirstName concode_elem_sep InnerClassWithAnnotations anon concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method5 concode_elem_sep String method5 concode_elem_sep String method5 concode_elem_sep String method6 concode_elem_sep String ... | void function ( String arg0 ) { } |
11,473 | response for rpc call mountinterface.mntproc #dump concode_field_sep int MNT_OK concode_field_sep XDR writeMNTResponse concode_elem_sep XDR writeExportList | XDR function ( XDR arg0 , int arg1 , List < MountEntry > arg2 ) { RpcAcceptedReply . getAcceptInstance ( arg1 , new VerifierNone ( ) ) . write ( arg0 ) ; for ( MountEntry loc0 : arg2 ) { arg0 . writeBoolean ( true ) ; arg0 . writeString ( loc0 . getHost ( ) ) ; arg0 . writeString ( loc0 . getPath ( ) ) ; } arg0 . write... |
11,474 | method to write a grid3d to raw disk space . concode_field_sep PlaceHolder placeHolder concode_field_sep FileInfo getDefaultFloat32BigEndianFileInfo concode_elem_sep FileInfo getDefaultFloat32BigEndianFileInfo concode_elem_sep FileInfo getDefaultFloat32BigEndianFileInfo concode_elem_sep FileInfo getDefaultFloat32BigEnd... | void function ( Grid3D arg0 , FileInfo arg1 , OutputStream arg2 ) { arg1 . nImages = 1 ; for ( int loc0 = 0 ; loc0 < arg0 . getBuffer ( ) . size ( ) ; loc0 ++ ) { saveRawDataGrid ( arg0 . getBuffer ( ) . get ( loc0 ) , arg1 , arg2 ) ; } arg1 . nImages = arg0 . getSize ( ) [ 2 ] ; } |
11,475 | sets the date of this task . concode_field_sep Date date concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Date getDate concode_elem_sep String toString | void function ( Date arg0 ) { if ( arg0 != null ) { this . date = ( Date ) arg0 . clone ( ) ; } else this . date = null ; } |
11,476 | sets the aviso value for this ctheaderrs . concode_field_sep java.lang.String descripcion concode_elem_sep java.lang.String codigo concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String aviso... | void function ( java . lang . String arg0 ) { this . aviso = arg0 ; } |
11,477 | computes the next timeout , does n't exceed max_timeout_seconds concode_field_sep long timeout concode_elem_sep ScheduledExecutorService SCHEDULER concode_elem_sep long MAX_TIMEOUT_SECONDS concode_elem_sep long PING_TIMEOUT_SECONDS concode_elem_sep ConcurrentHashMap<String,UrlChecker> checkers concode_elem_sep Logger L... | void function ( ) { timeout = Math . min ( timeout * INITIAL_TIMEOUT_SECONDS , MAX_TIMEOUT_SECONDS ) ; } |
11,478 | set the configuration source object for this metadata element.the exact type of the object will depend on the configuration mechanism used . concode_field_sep String beanName concode_elem_sep Object source concode_field_sep Object getSource concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ... | void function ( Object arg0 ) { this . source = arg0 ; } |
11,479 | get the timeout in milliseconds set by sinktasks . used by the copycat framework . concode_field_sep TopicPartition TOPIC_PARTITION2 concode_elem_sep Map<String,String> connectorProps concode_elem_sep Set<TopicPartition> assignment concode_elem_sep String TOPIC concode_elem_sep Configuration conf concode_elem_sep AvroD... | Set < TopicPartition > function ( ) { return assignment ; } |
11,480 | remove this object from the two render groups it is registered with . concode_field_sep List<AuctionItemBean> auctionItems concode_elem_sep String AUCTION_RENDER_GROUP concode_elem_sep String TIME_LEFT_COLUMN concode_elem_sep boolean isDescending concode_elem_sep Logger logger concode_elem_sep String ITEM_NAME_COLUMN c... | void function ( ) { PushRenderer . removeCurrentView ( AUCTION_RENDER_GROUP ) ; PushRenderer . removeCurrentView ( IntervalPushRenderer . INTERVAL_RENDER_GROUP ) ; } |
11,481 | sets the value of the id property . concode_field_sep XMLGregorianCalendar date concode_elem_sep BigDecimal amount concode_elem_sep int checkNumber concode_elem_sep String description concode_elem_sep String id concode_elem_sep Account account concode_field_sep void setCheckNumber concode_elem_sep int getCheckNumber co... | void function ( String arg0 ) { this . id = arg0 ; } |
11,482 | add update of sobject record to the batch . the given data parameter must contain only the fields thatneed updating and must not contain the id field . so set any fields to null that you do not wantchanged along with id field . concode_field_sep String apiPrefix concode_elem_sep List<BatchRequest> batchRequests concode... | SObjectBatch function ( final String arg0 , final String arg1 , final AbstractSObjectBase arg2 ) { addBatchRequest ( new BatchRequest ( Method . PATCH , rowBaseUrl ( arg0 , notEmpty ( arg1 , "srini_string" ) ) , arg2 ) ) ; return this ; } |
11,483 | the extra element may appear any number of times . gets the value of the extras 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 extras p... | List < Extra > function ( ) { if ( extras == null ) { extras = new ArrayList < Extra > ( ) ; } return this . extras ; } |
11,484 | set the maximum subscribers allowed by this dispatcher . concode_field_sep Log logger concode_elem_sep MessageHandler theOneHandler concode_elem_sep int maxSubscribers concode_elem_sep OrderedAwareCopyOnWriteArraySet<MessageHandler> handlers concode_field_sep boolean addHandler concode_elem_sep boolean tryOptimizedDisp... | void function ( int arg0 ) { this . maxSubscribers = arg0 ; } |
11,485 | sets the current camera no support for multiple cameras yet . concode_field_sep int imageWidth concode_elem_sep AccelerationStructure intAccel concode_elem_sep Display display concode_elem_sep InstanceList infiniteInstanceList concode_elem_sep Instance bakingInstance concode_elem_sep int threads concode_elem_sep LightS... | void function ( Camera arg0 ) { this . camera = arg0 ; } |
11,486 | the root element in the rendering pipeline . this element must only return charactereventtypes #character type events . concode_field_sep CharacterPipelineComponent pipeline concode_elem_sep String CHARACTER_SET concode_elem_sep Logger logger concode_elem_sep String DEFAULT_MEDIA_TYPE concode_elem_sep IPortalEventFacto... | void function ( CharacterPipelineComponent arg0 ) { this . pipeline = arg0 ; } |
11,487 | gets the formatted string output of the dtrace printf action . concode_field_sep List<ValueRecord> records concode_elem_sep String formattedString concode_elem_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep void setFormattedString concode_elem_sep boolean equals concode_elem_sep List<ValueRec... | String function ( ) { return formattedString ; } |
11,488 | increments all values in the specified column whose row > = the specified row by the specified delta . concode_field_sep int mRows concode_elem_sep int mColumns concode_elem_sep int mRowGapLength concode_elem_sep int mRowGapStart concode_elem_sep int[] mValueGap concode_elem_sep int[] mValues concode_field_sep int getV... | void function ( int arg0 , int arg1 , int arg2 ) { if ( ( ( arg0 | arg1 ) < 0 ) || ( arg0 > size ( ) ) || ( arg1 >= width ( ) ) ) { throw new IndexOutOfBoundsException ( arg0 + "srini_string" + arg1 ) ; } if ( arg0 >= mRowGapStart ) { arg0 += mRowGapLength ; } moveValueGapTo ( arg1 , arg0 ) ; mValueGap [ arg1 + mColumn... |
11,489 | increments the read lock count held by the thread concode_field_sep ThreadLocal<Integer> readLockCount concode_elem_sep ReentrantReadWriteLock delegate concode_elem_sep Lock readLock concode_elem_sep long serialVersionUID concode_elem_sep Lock writeLock concode_field_sep void checkLoopback concode_elem_sep void decRead... | void function ( ) { Integer loc0 = readLockCount . get ( ) ; int loc1 ; if ( loc0 == null ) loc1 = 1 ; else loc1 = loc0 . intValue ( ) + 1 ; readLockCount . set ( new Integer ( loc1 ) ) ; } |
11,490 | returns the revision string . concode_field_sep String m_Name concode_elem_sep String m_Synopsis concode_elem_sep int m_NumArguments concode_elem_sep String m_Description concode_field_sep String name concode_elem_sep String description concode_elem_sep String synopsis concode_elem_sep int numArguments | String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; } |
11,491 | get point argument . valid point strings are as in gtputil.parsepoint uppercase or lowercase coordinates , e.g. `` a1 '' , or `` pass '' . concode_field_sep String m_command concode_elem_sep StringBuilder m_response concode_elem_sep String[] m_arg concode_elem_sep boolean m_hasId concode_elem_sep String m_line concode_... | GoPoint function ( int arg0 , int arg1 ) { try { return GoPoint . parsePoint ( getArg ( arg0 ) , arg1 ) ; } catch ( InvalidPointException loc0 ) { throw new GtpError ( "srini_string" + ( arg0 + 1 ) + "srini_string" ) ; } } |
11,492 | get the native hibernate flushmode , adapting between hibernate 5.0 / 5.1 and 5.2 + . concode_field_sep Method getFlushMode concode_elem_sep Log logger concode_elem_sep int SESSION_SYNCHRONIZATION_ORDER concode_field_sep DataSource getDataSource concode_elem_sep DataAccessException convertHibernateAccessException conco... | FlushMode function ( Session arg0 ) { return ( FlushMode ) ReflectionUtils . invokeMethod ( getFlushMode , arg0 ) ; } |
11,493 | constructs and returns a partitiongraph generated by applying ktails with the given k value to the given trace graph concode_field_sep Logger logger concode_field_sep boolean kEquals concode_elem_sep Set<List<EventType>> getNodeKStrings concode_elem_sep Set<List<EventType>> getNodeKStringHelper concode_elem_sep void kT... | PartitionGraph function ( ChainsTraceGraph arg0 , int arg1 ) { assert ( arg1 > 0 ) ; PartitionGraph loc0 = new PartitionGraph ( arg0 , false , null ) ; kTails ( loc0 , arg1 ) ; return loc0 ; } |
11,494 | tries to return a text instance from the provided input string.however , if the input string is not of a valid format , the returned text object will be of the raw input , rather than throwing anexception . concode_field_sep PlaceHolder placeHolder concode_field_sep String serialize concode_elem_sep String serializeSin... | Text function ( String arg0 ) { try { return deserialize ( arg0 ) ; } catch ( TextParseException loc0 ) { return Text . of ( arg0 ) ; } } |
11,495 | get the namespace uri for the specified prefix in this namespace context . concode_field_sep String prefix concode_elem_sep long serialVersionUID concode_elem_sep String uri concode_elem_sep Map<String,Definition> definitions concode_field_sep void addNamespace concode_elem_sep String getPrefix concode_elem_sep void si... | String function ( String arg0 ) { Definition loc0 = ( Definition ) definitions . get ( arg0 ) ; return loc0 != null ? loc0 . uri : null ; } |
11,496 | the bundle identifier . concode_field_sep String owner concode_elem_sep UserStorage userStorage concode_elem_sep ComputeType computeType concode_elem_sep String bundleId concode_elem_sep String name concode_elem_sep String description concode_field_sep void setName concode_elem_sep void setComputeType concode_elem_sep ... | void function ( String arg0 ) { this . bundleId = arg0 ; } |
11,497 | gets the value of the iscsihbaname property . concode_field_sep String iScsiHbaName concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep void setIScsiHbaName concode_elem_sep ManagedObjectReference getThis | String function ( ) { return iScsiHbaName ; } |
11,498 | contains the response body with information about the health of the instance . note : this method appends the values to the existing list if any . use #setinstancehealthlist java.util.collection or #withinstancehealthlist java.util.collection if you want tooverride the existing values . concode_field_sep String nextTok... | DescribeInstancesHealthResult function ( SingleInstanceHealth ... arg0 ) { if ( this . instanceHealthList == null ) { setInstanceHealthList ( new com . amazonaws . internal . SdkInternalList < SingleInstanceHealth > ( arg0 . length ) ) ; } for ( SingleInstanceHealth loc0 : arg0 ) { this . instanceHealthList . add ( loc... |
11,499 | pulls a specific property and retains the value using a minimum aggregate function . concode_field_sep boolean monotonicAnonymous concode_elem_sep InformationLoss<?> globalMinimum concode_elem_sep InformationLoss<?> globalMaximum concode_elem_sep Metric<?> metric concode_elem_sep ARXLattice lattice concode_elem_sep Inf... | void function ( InformationLoss < ? > [ ] arg0 , int arg1 , int arg2 ) { if ( arg0 [ arg1 ] == null ) { arg0 [ arg1 ] = arg0 [ arg2 ] ; } else { arg0 [ arg1 ] = min ( arg0 [ arg1 ] , arg0 [ arg2 ] ) ; } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.