idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
22,000 | encodes for javascript strings contained within a javascript or json file . concode_field_sep Log log concode_elem_sep String defaultDateCache concode_field_sep String formatDate concode_elem_sep String formatDate concode_elem_sep String encodeForUriComponent concode_elem_sep String encodeForCssUrl concode_elem_sep Str... | String function ( String arg0 ) { return Encode . forJavaScriptSource ( arg0 ) ; } |
22,001 | returns the value of this option as a boolean . concode_field_sep boolean swigCMemOwn concode_elem_sep long swigCPtr concode_field_sep String getKey concode_elem_sep int getIntValue concode_elem_sep double getDoubleValue concode_elem_sep ConversionOption cloneObject concode_elem_sep void setDescription concode_elem_sep... | boolean function ( ) { return libsbmlJNI . ConversionOption_getBoolValue ( swigCPtr , this ) ; } |
22,002 | 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 ( Collection < ? extends T > arg0 ) { throw new UnsupportedOperationException ( READ_ONLY_ERROR_MESSAGE ) ; } |
22,003 | return selection string for current internal state . concode_field_sep StringBuilder mSelection concode_elem_sep HashMap<String,String> mProjectionMap concode_elem_sep ArrayList<String> mSelectionArgs concode_elem_sep String mTable concode_field_sep Cursor query concode_elem_sep Cursor query concode_elem_sep int update... | String function ( ) { if ( mSelection != null ) { return mSelection . toString ( ) ; } else { return null ; } } |
22,004 | given a fully-qualified type name , return its binding . concode_field_sep IOSTypeBinding NSObject concode_elem_sep AST ast concode_elem_sep Map<ITypeBinding,ITypeBinding> primitiveToWrapperTypes concode_elem_sep IOSMethodBinding deallocMethod concode_elem_sep IOSTypeBinding NSException concode_elem_sep IOSTypeBinding ... | ITypeBinding function ( String arg0 ) { ITypeBinding loc0 = resolveWellKnownType ( arg0 ) ; return mapType ( loc0 ) ; } |
22,005 | find all filesets that are a child to this node concode_field_sep PlaceHolder placeHolder concode_field_sep IArchiveNode createPackageNodeImpl concode_elem_sep IArchiveFileSet[] getMatchingFilesets concode_elem_sep IArchiveFileSet[] getMatchingFilesets concode_elem_sep ArrayList<IArchiveNode> findAllDescendents concode... | IArchiveFileSet [ ] function ( IArchiveNode arg0 ) { ArrayList < IArchiveNode > loc0 = findAllDescendents ( arg0 , IArchiveNode . TYPE_ARCHIVE_FILESET , true ) ; return loc0 . toArray ( new IArchiveFileSet [ loc0 . size ( ) ] ) ; } |
22,006 | this is a utility method that loads the contents of the given input stream into a string . concode_field_sep Logger LOG concode_elem_sep String FIELD_TAGS concode_field_sep String jarResourceFileToString concode_elem_sep Set<String> getSetOfJSONKeys concode_elem_sep List<String> getTags concode_elem_sep boolean checkVa... | String function ( InputStream arg0 ) { StringWriter loc0 = new StringWriter ( ) ; try { IOUtils . copy ( arg0 , loc0 ) ; } catch ( IOException loc1 ) { throw new RuntimeException ( loc1 ) ; } return loc0 . toString ( ) ; } |
22,007 | exclude finding route builder from these java package names . concode_field_sep List<String> excludes concode_elem_sep List<String> packages concode_elem_sep List<String> includes concode_field_sep List<String> getPackages concode_elem_sep void clear concode_elem_sep List<String> getExcludes concode_elem_sep List<Strin... | void function ( List < String > arg0 ) { this . excludes = arg0 ; } |
22,008 | the current configuration information for the identity . concode_field_sep CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig concode_elem_sep String id concode_elem_sep String s3CanonicalUserId concode_field_sep CloudFrontOriginAccessIdentityConfig getCloudFrontOriginAccessIdentityConfig concode... | void function ( CloudFrontOriginAccessIdentityConfig arg0 ) { this . cloudFrontOriginAccessIdentityConfig = arg0 ; } |
22,009 | evaluate the expression , returning the result as an xdmvalue that is , a sequence of nodes and/or atomic values . note : although a singleton result may be represented as an xdmitem , there is no guarantee that this will always be the case . if you know that the expression will return at most one node or atomic value ... | XdmValue function ( ) { ValueRepresentation loc1 ; try { loc1 = SequenceExtent . makeSequenceExtent ( exp . iterate ( dynamicContext ) ) ; } catch ( XPathException loc0 ) { throw new SaxonApiException ( loc0 ) ; } return XdmValue . wrap ( loc1 ) ; } |
22,010 | writes the generated class files to the output jar . concode_field_sep PlaceHolder placeHolder concode_field_sep void deleteTree concode_elem_sep ImmutableSet<String> getGeneratedPrefixes concode_elem_sep void extractGeneratedClasses concode_elem_sep void main concode_elem_sep Manifest readManifest | void function ( GenClassOptions arg0 ) { JarCreator loc0 = new JarCreator ( arg0 . outputJar ( ) . toString ( ) ) ; loc0 . setCompression ( true ) ; loc0 . setNormalize ( true ) ; loc0 . addDirectory ( arg0 . tempDir ( ) . toString ( ) ) ; loc0 . execute ( ) ; } |
22,011 | gets the cui . concode_field_sep String aui concode_elem_sep String cui concode_field_sep void setAui concode_elem_sep void setCui concode_elem_sep String getAui concode_elem_sep boolean equals concode_elem_sep String getDiscriminatingValue | String function ( ) { return cui ; } |
22,012 | test the default behavior when the textinputformat.record.delimiter configuration property is not specified concode_field_sep Path outputDir concode_elem_sep Path workDir concode_elem_sep Path inputDir concode_field_sep void createAndRunJob concode_elem_sep void testCustomRecordDelimiters concode_elem_sep void createIn... | void function ( ) { Configuration loc0 = new Configuration ( ) ; FileSystem loc1 = FileSystem . getLocal ( loc0 ) ; loc1 . delete ( workDir , true ) ; createInputFile ( loc0 ) ; createAndRunJob ( loc0 ) ; String loc2 = "srini_string" ; assertEquals ( loc2 , readOutputFile ( loc0 ) ) ; } |
22,013 | updates the state of the image e.g. locked . concode_field_sep LauncherDataChangedCallback mLauncherCallback concode_elem_sep int mState concode_elem_sep int STATE_READY concode_elem_sep SantaContext mContext concode_elem_sep int mCardDrawable concode_elem_sep int STATE_HIDDEN concode_elem_sep View mLockedView concode_... | void function ( int arg0 ) { if ( mState != arg0 ) { mState = arg0 ; applyState ( ) ; mLauncherCallback . refreshData ( ) ; } } |
22,014 | tests that object created in setup is n't null . concode_field_sep Object testObject concode_field_sep void setUp | void function ( ) { assertNotNull ( testObject ) ; } |
22,015 | gets the value of the actionid property . concode_field_sep Long actionId concode_field_sep void setActionId | Long function ( ) { return actionId ; } |
22,016 | copied from bloomfilter #put object . puts byteables into this bloomfilter as a single element.ensures that subsequent invocations of #mightcontain byteable with the same elements will always return true . concode_field_sep String file concode_elem_sep StampedLock lock concode_elem_sep com.google.common.hash.BloomFilte... | boolean function ( Byteable ... arg0 ) { return put ( Composite . create ( arg0 ) ) ; } |
22,017 | determines if a know relevant bundle 's configuration has been processed yet . note : this method is primarily intended to be used in testing scenarios . concode_field_sep Set<AbstractAsyncBundleProcessor> ALL_PROCESSORS concode_elem_sep Queue<Bundle> queue concode_elem_sep Set<BundleProcessorListener> listeners concod... | boolean function ( Bundle arg0 ) { for ( AbstractAsyncBundleProcessor loc0 : ALL_PROCESSORS ) { if ( loc0 . queue . contains ( arg0 ) ) { return false ; } } return true ; } |
22,018 | adjust the direction of motion of the ball so that it is headed towards the point a , b . if the ball happens to lie exactly at the point a , b already , this operation is undefined , so nothing is done . concode_field_sep double ymin concode_elem_sep double xmin concode_elem_sep double ymax concode_elem_sep double xma... | void function ( int arg0 , int arg1 ) { double loc0 = arg0 - x ; double loc1 = arg1 - y ; double loc2 = Math . sqrt ( loc0 * loc0 + loc1 * loc1 ) ; if ( loc2 > 0 ) { double loc3 = Math . sqrt ( dx * dx + dy * dy ) ; dx = loc0 / loc2 * loc3 ; dy = loc1 / loc2 * loc3 ; } } |
22,019 | get the field 's id name concode_field_sep TypeID typeID concode_elem_sep String fieldID concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep TypeID getTypeID concode_elem_sep void write | String function ( ) { return fieldID ; } |
22,020 | errors reported against this this node received in response to the sobject tree being submitted . concode_field_sep Map<String,List<SObjectNode>> records concode_elem_sep ReferenceGenerator referenceGenerator concode_elem_sep String CHILD_PARAM concode_elem_sep Attributes attributes concode_elem_sep long serialVersionU... | List < RestError > function ( ) { return Optional . ofNullable ( errors ) . orElse ( Collections . emptyList ( ) ) ; } |
22,021 | gets the status of the host name verification flag . concode_field_sep Logger logger concode_elem_sep boolean verifyHostname concode_field_sep void verifyHostname concode_elem_sep void setHostnameVerification concode_elem_sep Socket createSocket concode_elem_sep Socket createSocket concode_elem_sep Socket createSocket ... | boolean function ( ) { return verifyHostname ; } |
22,022 | gets the edges of the computed triangulation as a multilinestring . concode_field_sep Collection siteCoords concode_elem_sep double tolerance concode_elem_sep QuadEdgeSubdivision subdiv concode_field_sep Envelope envelope concode_elem_sep QuadEdgeSubdivision getSubdivision concode_elem_sep CoordinateList unique concode... | Geometry function ( GeometryFactory arg0 ) { create ( ) ; return subdiv . getEdges ( arg0 ) ; } |
22,023 | returns a list of all the root container ids concode_field_sep PlaceHolder placeHolder concode_field_sep String filterOutNonAlphaNumerics concode_elem_sep boolean containerHasProfile concode_elem_sep boolean containerHasProfile concode_elem_sep String createUniqueContainerName concode_elem_sep List<String> overlayProfi... | List < String > function ( Container [ ] arg0 ) { List < String > loc0 = new ArrayList < String > ( ) ; for ( Container loc1 : arg0 ) { if ( loc1 . isRoot ( ) ) { String loc2 = loc1 . getId ( ) ; if ( ! loc0 . contains ( loc2 ) ) { loc0 . add ( loc2 ) ; } } } return loc0 ; } |
22,024 | checks the two objects for equality by delegating to their respective equals methods . concode_field_sep F first concode_elem_sep S second concode_field_sep int hashCode concode_elem_sep Pair<A,B> create | boolean function ( Object arg0 ) { if ( arg0 == this ) return true ; if ( ! ( arg0 instanceof Pair ) ) return false ; final Pair < F , S > loc0 ; try { loc0 = ( Pair < F , S > ) arg0 ; } catch ( ClassCastException loc1 ) { return false ; } return first . equals ( loc0 . first ) && second . equals ( loc0 . second ) ; } |
22,025 | gets the mode of the progress bar . concode_field_sep String progressLabel concode_elem_sep String progressCompleteLabelField concode_elem_sep String progressCompleteLabel concode_elem_sep String labelPosition concode_elem_sep boolean progressCompleteLabelCustomValue concode_elem_sep boolean customProgress concode_elem... | String function ( ) { return mode ; } |
22,026 | event handler for the west border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep void south concode_elem_sep boolean isRenderNorth concode_elem_sep boolean isRend... | void function ( ValueChangeEvent arg0 ) { setRenderWest ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; } |
22,027 | add a value to the cache concode_field_sep String KEY_START concode_elem_sep String CACHE_CLEARED concode_elem_sep String KEY_END concode_elem_sep String CACHE_KEY concode_elem_sep Logger log concode_field_sep Object get | String function ( Object arg0 , FacesContext arg1 ) { Map loc0 = arg1 . getExternalContext ( ) . getSessionMap ( ) ; if ( loc0 . get ( CACHE_KEY ) == null ) { loc0 . put ( CACHE_KEY , new HashMap ( ) ) ; } Map loc1 = ( Map ) loc0 . get ( CACHE_KEY ) ; String loc2 = KEY_START + loc1 . size ( ) + KEY_END ; loc1 . put ( l... |
22,028 | a description of the validation error . concode_field_sep String id concode_elem_sep com.amazonaws.internal.SdkInternalList<String> errors concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ValidationError clone concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep Stri... | ValidationError function ( java . util . Collection < String > arg0 ) { setErrors ( arg0 ) ; return this ; } |
22,029 | immutable class - should not be cloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testEquals | void function ( ) { MeanAndStandardDeviation loc0 = new MeanAndStandardDeviation ( 1.2 , 3.4 ) ; assertFalse ( loc0 instanceof Cloneable ) ; } |
22,030 | set whether this feature is for expert use only . concode_field_sep boolean expert concode_elem_sep boolean hidden concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep Hashtable valueHash concode_elem_sep String shortDescription concode_elem_sep boolean preferred concode_field_sep void setN... | void function ( boolean arg0 ) { this . expert = arg0 ; } |
22,031 | sets the socket factory used to secure https connections . if unset , the httpsurlconnection #getdefaultsslsocketfactory system-wide default ssl socket factory will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPo... | OkHttpClient function ( SSLSocketFactory arg0 ) { this . sslSocketFactory = arg0 ; return this ; } |
22,032 | throws an illegalstateexception when this pool has been closed . concode_field_sep boolean closed concode_field_sep int getNumIdle concode_elem_sep T borrowObject concode_elem_sep void returnObject concode_elem_sep boolean isClosed concode_elem_sep void invalidateObject concode_elem_sep void clear concode_elem_sep void... | void function ( ) { if ( isClosed ( ) ) { throw new IllegalStateException ( "srini_string" ) ; } } |
22,033 | returns the methodoutcome when dst already exists , is a file , and src is a directory . concode_field_sep PlaceHolder placeHolder concode_field_sep MethodOutcome nonExistentDeleteOutcome concode_elem_sep MethodOutcome nonExistentDestinationFileParentOutcome concode_elem_sep MethodOutcome fileAlreadyExistsOutcome conco... | MethodOutcome function ( ) { return new MethodOutcome ( MethodOutcome . Type . RETURNS_FALSE ) ; } |
22,034 | returns a condition that evaluates to true if all of the given conditions evaluates to true . if conditions is empty , the returned condition will always evaluate to true . concode_field_sep Predicate<T> predicate concode_elem_sep Condition condition concode_elem_sep Supplier<? extends T> supplier concode_elem_sep bool... | Condition function ( @ NonNull final Condition ... arg0 ) { return composite ( arg0 , trueCondition ( ) , falseCondition ( ) ) ; } |
22,035 | performs the checks to determine if analytics should be enabled . concode_field_sep Tracker mTracker concode_elem_sep SharedPreferences.OnSharedPreferenceChangeListener sPrefListener concode_elem_sep String TAG concode_elem_sep Context sAppContext concode_elem_sep int SLOT_ATTENDING_DIMENSION concode_field_sep void ini... | boolean function ( ) { return isInitialized ( ) && SettingsUtils . isTosAccepted ( sAppContext ) && SettingsUtils . isAnalyticsEnabled ( sAppContext ) ; } |
22,036 | change the uri namespace name of this schema . concode_field_sep String theURI concode_elem_sep HashMap theEntities concode_elem_sep int F_CDATA concode_elem_sep ElementType theRoot concode_elem_sep String thePrefix concode_elem_sep int F_RESTART concode_elem_sep int M_EMPTY concode_elem_sep int M_ANY concode_elem_sep ... | void function ( String arg0 ) { theURI = arg0 ; } |
22,037 | the identifiers of the dependencies to include in the project . concode_field_sep String bootVersion concode_elem_sep String javaVersion concode_elem_sep String groupId concode_elem_sep String format concode_elem_sep String description concode_elem_sep String packaging concode_elem_sep String language concode_elem_sep ... | List < String > function ( ) { return this . dependencies ; } |
22,038 | process one block of input from the array in and write it to the out array . concode_field_sep BlockCipher cipher concode_elem_sep byte[] cfbOutV concode_elem_sep byte[] cfbV concode_elem_sep boolean encrypting concode_elem_sep byte[] IV concode_elem_sep int blockSize concode_field_sep void init concode_elem_sep int en... | int function ( byte [ ] arg0 , int arg1 , byte [ ] arg2 , int arg3 ) { return ( encrypting ) ? encryptBlock ( arg0 , arg1 , arg2 , arg3 ) : decryptBlock ( arg0 , arg1 , arg2 , arg3 ) ; } |
22,039 | the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitRegex_operator concode_elem_sep void enterBoolean_operator concode_elem_sep void enterLogical_operator concode_elem_sep void exitBoolean_operator concode_elem_sep void enterValue concode_elem_sep void enterTag... | void function ( ParserRuleContext arg0 ) { } |
22,040 | obtains the name of the versioned module or informal unit . this data is read from the version information for the package . concode_field_sep String UNAVAILABLE concode_elem_sep String infoRelease concode_elem_sep String PROPERTY_TIMESTAMP concode_elem_sep String infoPackage concode_elem_sep String infoModule concode_... | String function ( ) { return infoModule ; } |
22,041 | number of concurrent connections between two nodes for fetching data . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_elem_sep String module concode_elem_sep String SPARK_NETWORK_I... | int function ( ) { return conf . getInt ( SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY , 1 ) ; } |
22,042 | the error message accompanying the error code . returns a reference to this object so that method calls can be chained together . concode_field_sep String code concode_elem_sep String message concode_field_sep UnsuccessfulItemError withCode concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep bo... | UnsuccessfulItemError function ( String arg0 ) { this . message = arg0 ; return this ; } |
22,043 | converts this object to a java.awt.geom.dimension2d.dimension . the floating point accuracy of the width and height are lost when converted to int . concode_field_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep void set concode_elem_sep void set concode_elem_sep String t... | Dimension function ( ) { return new Dimension ( ( int ) width , ( int ) height ) ; } |
22,044 | issealed . concode_field_sep Map<String,String> metadata concode_elem_sep String NAME concode_elem_sep List<String> sideboard concode_elem_sep String DIFFICULTY concode_elem_sep String COMMENT concode_elem_sep List<String> main concode_elem_sep String DECK_TYPE concode_elem_sep String DESCRIPTION concode_elem_sep long ... | boolean function ( ) { return getDeckType ( ) . equals ( Constant . GameType . Sealed ) ; } |
22,045 | update the moving average with a new value . concode_field_sep int ONE_MINUTE concode_elem_sep double M1_ALPHA concode_elem_sep double M5_ALPHA concode_elem_sep AtomicLong uncounted concode_elem_sep double SECONDS_PER_MINUTE concode_elem_sep double rate concode_elem_sep double alpha concode_elem_sep int FIVE_MINUTES co... | void function ( long arg0 ) { uncounted . addAndGet ( arg0 ) ; } |
22,046 | sets the name of the multi-valued attribute which holds the dns of users who are members of a group . usually this will be uniquemember the default value or member . concode_field_sep String passwordAttributeName concode_elem_sep UserDetailsContextMapper userDetailsMapper concode_elem_sep LdapTemplate template concode_... | void function ( String arg0 ) { Assert . hasText ( arg0 , "srini_string" ) ; this . groupMemberAttributeName = arg0 ; this . groupSearchFilter = "srini_string" + arg0 + "srini_string" ; } |
22,047 | the programmable code for the state change reason . concode_field_sep String code concode_elem_sep String message concode_field_sep int hashCode concode_elem_sep void setCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_elem_sep InstanceStateChangeReason clone concode_elem_sep String getMessage... | InstanceStateChangeReason function ( String arg0 ) { setCode ( arg0 ) ; return this ; } |
22,048 | byte swap a single int value . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | int function ( int arg0 ) { int loc0 = ( arg0 >> 0 ) & 0xff ; int loc1 = ( arg0 >> 8 ) & 0xff ; int loc2 = ( arg0 >> 16 ) & 0xff ; int loc3 = ( arg0 >> 24 ) & 0xff ; return loc0 << 24 | loc1 << 16 | loc2 << 8 | loc3 << 0 ; } |
22,049 | returns the tracker , which is responsible for deleting temporary files . concode_field_sep int sizeThreshold concode_elem_sep int DEFAULT_SIZE_THRESHOLD concode_elem_sep File repository concode_elem_sep FileCleaningTracker fileCleaningTracker concode_field_sep void setSizeThreshold concode_elem_sep FileCleaningTracker... | void function ( FileCleaningTracker arg0 ) { fileCleaningTracker = arg0 ; } |
22,050 | all local notification ids for given type . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager getNotMgr concode_elem_sep List<JSONObject> ge... | List < Integer > function ( Notification . Type arg0 ) { List < Notification > loc0 = getAll ( ) ; ArrayList < Integer > loc1 = new ArrayList < Integer > ( ) ; for ( Notification loc2 : loc0 ) { if ( loc2 . getType ( ) == arg0 ) { loc1 . add ( loc2 . getId ( ) ) ; } } return loc1 ; } |
22,051 | gets the html needed to insert a valid css link tag . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode_elem_sep String ROYALE c... | String function ( ) { return text ; } |
22,052 | set short field . concode_field_sep char fChar concode_elem_sep byte fByte concode_elem_sep long fLong concode_elem_sep short fShort concode_elem_sep int fInt concode_elem_sep boolean fBoolean concode_elem_sep float fFloat concode_elem_sep Object fObj concode_elem_sep Integer fIntBoxed concode_elem_sep double fDouble c... | TestJavaObject function ( short arg0 ) { this . fShort = arg0 ; return this ; } |
22,053 | releases a lock . concode_field_sep String reason concode_elem_sep ClassID classID concode_elem_sep LockLevel level concode_elem_sep EnumSet<ClassID> lockedGroup concode_elem_sep SpecialLock specialLock concode_elem_sep LockType lockType concode_elem_sep boolean locked concode_elem_sep User user concode_elem_sep WeakRe... | void function ( ) { LockingManager . releaseLock ( this ) ; } |
22,054 | given an index in the range 0 ... size -1 , returns the value from the indexth key-value mapping that this fieldarray stores . concode_field_sep boolean mGarbage concode_elem_sep FieldData[] mData concode_elem_sep int mSize concode_elem_sep FieldData DELETED concode_elem_sep int[] mFieldNumbers concode_field_sep boolea... | FieldData function ( int arg0 ) { if ( mGarbage ) { gc ( ) ; } return mData [ arg0 ] ; } |
22,055 | returns the sizes of the chunks of this request 's body , or an empty list if the request 's body was empty or unchunked . concode_field_sep String path concode_elem_sep Headers headers concode_elem_sep List<Integer> chunkSizes concode_elem_sep int sequenceNumber concode_elem_sep String method concode_elem_sep TlsVersi... | List < Integer > function ( ) { return chunkSizes ; } |
22,056 | sets the user id of this system event . concode_field_sep SystemEvent _systemEvent concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep bo... | void function ( long arg0 ) { _systemEvent . setUserId ( arg0 ) ; } |
22,057 | called when a test completes . success , failure and errors . this method should be used when registering an end test from a different thread than the one that started the test . concode_field_sep int MAX_COLUMNS concode_elem_sep Throttle throttle concode_elem_sep Object printMonitor concode_elem_sep int conflatedResul... | void function ( Test arg0 , Long arg1 ) { throttledPrint ( PASS ) ; } |
22,058 | returns the singleton instance of this class . concode_field_sep Conditions INSTANCE concode_elem_sep Failures failures concode_field_sep void assertIs concode_elem_sep void assertIsNotNull concode_elem_sep void assertHas concode_elem_sep void assertDoesNotHave concode_elem_sep void assertIsNot | Conditions function ( ) { return INSTANCE ; } |
22,059 | gets the value of the value property . concode_field_sep String parameter concode_elem_sep String collatorRef concode_elem_sep String attributeName concode_elem_sep String id concode_elem_sep String value concode_field_sep void setAttributeName concode_elem_sep String getCollatorRef concode_elem_sep void setValue conco... | String function ( ) { return value ; } |
22,060 | sets the value of the idtext property . concode_field_sep Long timeStamp concode_elem_sep String id concode_elem_sep String idtext concode_elem_sep Integer specific concode_elem_sep String community concode_elem_sep String version concode_elem_sep Integer generic concode_field_sep String getVersion concode_elem_sep Str... | void function ( String arg0 ) { this . idtext = arg0 ; } |
22,061 | sets the user id of this k b template . concode_field_sep KBTemplate _kbTemplate concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep b... | void function ( long arg0 ) { _kbTemplate . setUserId ( arg0 ) ; } |
22,062 | sort order for review table concode_field_sep boolean takeableAscending concode_elem_sep boolean hasAverageMultipleSubmissions concode_elem_sep org.sakaiproject.tool.assessment.ui.model.PagingModel takePager concode_elem_sep ArrayList nonReviewableAssessments concode_elem_sep String takeableSortOrder concode_elem_sep b... | String function ( ) { return reviewableSortOrder ; } |
22,063 | the number of capacity units of the provisioned throughput of the table consumed during the operation . getitem , batchgetitem , batchwriteitem , query , and scan operations consume readcapacityunits , while putitem , updateitem , and deleteitem operations consume writecapacityunits . returns a reference to this object... | BatchWriteResponse function ( Double arg0 ) { this . consumedCapacityUnits = arg0 ; return this ; } |
22,064 | gets the value of the projectissueobjectid property . concode_field_sep Integer projectObjectId concode_elem_sep String notes concode_elem_sep Boolean isTemplate concode_elem_sep Date lastUpdateDate concode_elem_sep Boolean isBaseline concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_ele... | Integer function ( ) { return projectIssueObjectId ; } |
22,065 | get custom deserializer concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v201403.LiveStreamEvent[] results concode_elem_sep org.apache.a... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
22,066 | returns a map of bioassembly transformations concode_field_sep Integer currentBioMolecule concode_elem_sep double[] shift concode_elem_sep int currentMmSize concode_elem_sep Logger logger concode_elem_sep Matrix currentMatrix concode_elem_sep Map<Integer,BioAssemblyInfo> transformationMap concode_elem_sep List<Biologic... | Map < Integer , BioAssemblyInfo > function ( ) { return transformationMap ; } |
22,067 | configures this factory . the configuration contains several keys and their defined values . the given reference to the configuration object will remain valid until the report parsing or writing ends . the configuration contents may change during the reporting . concode_field_sep PlaceHolder placeHolder concode_field_s... | void function ( final Configuration arg0 ) { } |
22,068 | add a new job . concode_field_sep String groupName concode_elem_sep LinkedList<ControlledJob> jobsInProgress concode_elem_sep long nextJobID concode_elem_sep ThreadState runnerState concode_elem_sep LinkedList<ControlledJob> failedJobs concode_elem_sep Log LOG concode_elem_sep LinkedList<ControlledJob> successfulJobs c... | String function ( Job arg0 ) { return addJob ( ( ControlledJob ) arg0 ) ; } |
22,069 | get the revision ranges for the specified merge source url . concode_field_sep Map mergeSources concode_elem_sep long serialVersionUID concode_field_sep void loadFromMergeinfoProperty concode_elem_sep void setRevisionList concode_elem_sep void parseRevisions concode_elem_sep RevisionRange[] getRevisionRange concode_ele... | List function ( String arg0 ) { if ( arg0 == null ) return null ; return ( List ) mergeSources . get ( arg0 ) ; } |
22,070 | sets the value of the id property . concode_field_sep GetServerListRequest.Server server concode_elem_sep String name concode_elem_sep String id concode_elem_sep String type concode_elem_sep String value concode_elem_sep String status concode_field_sep GetServerListRequest.Server getServer concode_elem_sep void setName... | void function ( String arg0 ) { this . id = arg0 ; } |
22,071 | get the file model . concode_field_sep FullFileModel fileModel concode_elem_sep TreeSet violations concode_field_sep int compareTo concode_elem_sep TreeSet getViolations | FullFileModel function ( ) { return fileModel ; } |
22,072 | deregister instance same as delete concode_field_sep String INSTANCE_QUERY concode_elem_sep String APP_ID concode_elem_sep String DOMAIN concode_elem_sep String ELASTIC_IP concode_elem_sep String HOSTNAME concode_elem_sep String UPDATE_TS concode_elem_sep String AVAILABILITY_ZONE concode_elem_sep ICredential provider c... | void function ( PriamInstance arg0 ) { AmazonSimpleDBClient loc0 = getSimpleDBClient ( ) ; DeleteAttributesRequest loc1 = new DeleteAttributesRequest ( DOMAIN , getKey ( arg0 ) , createAttributesToDeRegister ( arg0 ) ) ; loc0 . deleteAttributes ( loc1 ) ; } |
22,073 | as of servlet 3.1 the id of a session can be changed . concode_field_sep long lastAccessedTime concode_elem_sep boolean invalid concode_elem_sep int nextId concode_elem_sep int maxInactiveInterval concode_elem_sep Map<String,Object> attributes concode_elem_sep boolean isNew concode_elem_sep ServletContext servletContex... | String function ( ) { this . id = Integer . toString ( nextId ++ ) ; return this . id ; } |
22,074 | sets the client state of the cell components . concode_field_sep CellStatus status concode_elem_sep Cell cell concode_field_sep void setComponentStatus concode_elem_sep void setStatus | void function ( CellComponentClientState arg0 ) { } |
22,075 | must be called before any other functions . declares and sets up internal data structures . concode_field_sep int sampleIndex concode_elem_sep DenseMatrix64F A concode_elem_sep DenseMatrix64F V_t concode_elem_sep double mean[] concode_elem_sep int numComponents concode_field_sep void computeBasis concode_elem_sep doubl... | void function ( int arg0 , int arg1 ) { mean = new double [ arg1 ] ; A . reshape ( arg0 , arg1 , false ) ; sampleIndex = 0 ; numComponents = - 1 ; } |
22,076 | debug 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 setLogLevel concode_elem_sep void setLogLevel concod... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
22,077 | returns map containing the given entries . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put | Map < K , V > function ( K arg0 , V arg1 , K arg2 , V arg3 ) { Map loc0 = of ( ) ; loc0 . put ( arg0 , arg1 ) ; loc0 . put ( arg2 , arg3 ) ; return loc0 ; } |
22,078 | all the registered computerlistener s. concode_field_sep PlaceHolder placeHolder concode_field_sep void onConfigurationChange concode_elem_sep void onTemporarilyOffline concode_elem_sep void onTemporarilyOnline concode_elem_sep void onLaunchFailure concode_elem_sep boolean unregister concode_elem_sep void onOffline con... | ExtensionList < ComputerListener > function ( ) { return ExtensionList . lookup ( ComputerListener . class ) ; } |
22,079 | provides a list object that any parser warnings will be put into . concode_field_sep File file concode_elem_sep String string concode_elem_sep InputStream in concode_elem_sep T this_ concode_elem_sep Reader reader concode_elem_sep List<List<String>> warnings concode_elem_sep ScribeIndex index concode_field_sep List<VCa... | T function ( List < List < String >> arg0 ) { this . warnings = arg0 ; return this_ ; } |
22,080 | returns the locationvector describing the move from one location to another . concode_field_sep double horiz concode_elem_sep double vert concode_elem_sep double azimuth concode_field_sep double horizontal concode_elem_sep LocationVector createWithPlunge concode_elem_sep double plunge concode_elem_sep double azimuth co... | LocationVector function ( Location arg0 , Location arg1 ) { return create ( azimuthRad ( arg0 , arg1 ) , horzDistance ( arg0 , arg1 ) , vertDistance ( arg0 , arg1 ) ) ; } |
22,081 | just do a log . override super method concode_field_sep Logger LOG concode_field_sep void handlePacket | void function ( IPacketWriter arg0 ) { LOG . info ( "srini_string" , arg0 . getRemoteName ( ) ) ; } |
22,082 | returns true if their is a list of token pairs at this offset index of the second token concode_field_sep List<SegToken> segTokenList concode_elem_sep BigramDictionary bigramDict concode_elem_sep Map<Integer,ArrayList<SegTokenPair>> tokenPairListTable concode_field_sep int getToCount concode_elem_sep List<SegToken> get... | boolean function ( int arg0 ) { return tokenPairListTable . get ( Integer . valueOf ( arg0 ) ) != null ; } |
22,083 | all registered queuesorter s. only the first one will be picked up , unless explicitly overridden by queue #setsorter queuesorter . concode_field_sep Logger LOGGER concode_elem_sep Comparator<Queue.BlockedItem> DEFAULT_BLOCKED_ITEM_COMPARATOR concode_field_sep int compare concode_elem_sep void sortBlockedItems concode_... | ExtensionList < QueueSorter > function ( ) { return ExtensionList . lookup ( QueueSorter . class ) ; } |
22,084 | registers scheduling of new discovery . concode_field_sep Map discovererErrors concode_elem_sep int MILLIS_IN_SECOND concode_elem_sep long metaDatabaseHits concode_elem_sep long metaNewDiscoveries concode_elem_sep int MILLIS_IN_MINUTE concode_elem_sep long metaQueries concode_elem_sep int syncStore concode_elem_sep int... | void function ( ) { metaNewDiscoveries ++ ; } |
22,085 | returns the specially constructed system_authorization_name user object for the current database object . concode_field_sep HashMappedList userList concode_elem_sep GranteeManager granteeManager concode_elem_sep Routine pwCheckFunction concode_elem_sep Routine extAuthenticationFunction concode_field_sep void setPasswor... | User function ( ) { return GranteeManager . systemAuthorisation ; } |
22,086 | reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_el... | void function ( java . io . InputStream arg0 , String arg1 , int arg2 , int arg3 , int arg4 ) { ReInit ( arg1 == null ? new java . io . InputStreamReader ( arg0 ) : new java . io . InputStreamReader ( arg0 , arg1 ) , arg2 , arg3 , arg4 ) ; } |
22,087 | return the count of missense mutations at this location . concode_field_sep Logger logger concode_elem_sep int missenseCount concode_elem_sep int count concode_elem_sep int location concode_elem_sep String label concode_field_sep int getLocation concode_elem_sep String getLabel concode_elem_sep List<Pileup> pileup conc... | int function ( ) { return missenseCount ; } |
22,088 | if true , will contain a value of 1 . for example : x-xss-protection : 1 or if #setblock boolean is true x-xss-protection : 1 ; mode = block if false , will explicitly disable specify that x-xss-protection is disabled . for example : x-xss-protection : 0 concode_field_sep String X_XSS_PROTECTION concode_elem_sep HttpHe... | void function ( boolean arg0 ) { if ( ! arg0 ) { setBlock ( false ) ; } this . enabled = arg0 ; updateDelegate ( ) ; } |
22,089 | validates a resource instance , throwing a validationfailureexception if the validation fails concode_field_sep FhirContext myContext concode_elem_sep Boolean ourPhlocPresentOnClasspath concode_elem_sep List<IValidatorModule> myValidators concode_elem_sep String I18N_KEY_NO_PHLOC_ERROR concode_field_sep void registerVa... | void function ( IResource arg0 ) { applyDefaultValidators ( ) ; ValidationResult loc0 = validateWithResult ( arg0 ) ; if ( ! loc0 . isSuccessful ( ) ) { throw new ValidationFailureException ( myContext , loc0 . toOperationOutcome ( ) ) ; } } |
22,090 | sets the viewport 's height in screen coordinates . this is typically set by #update int , int , boolean . concode_field_sep Vector3 tmp concode_elem_sep float worldWidth concode_elem_sep int screenWidth concode_elem_sep float worldHeight concode_elem_sep int screenHeight concode_elem_sep Camera camera concode_elem_sep... | void function ( int arg0 ) { this . screenHeight = arg0 ; } |
22,091 | this is setter method for activitystatus concode_field_sep String subCategory concode_elem_sep String selectCause concode_elem_sep String repeateCAll concode_elem_sep String SLATime concode_elem_sep String caseType concode_elem_sep int resolveOnline concode_elem_sep int detpId concode_elem_sep String loggedBy concode_e... | void function ( String arg0 ) { this . activityStatus = arg0 ; } |
22,092 | wait one turn concode_field_sep PlaceHolder placeHolder concode_field_sep void help concode_elem_sep void printWin concode_elem_sep void use concode_elem_sep void attack concode_elem_sep void get concode_elem_sep void pun concode_elem_sep Room go concode_elem_sep void printPoints concode_elem_sep void main concode_elem... | void function ( ) { System . out . println ( "srini_string" ) ; } |
22,093 | sets the value of the stdev property . concode_field_sep BigInteger numobs concode_elem_sep BigDecimal obsval concode_elem_sep BigDecimal mean concode_elem_sep BigDecimal mindiff concode_elem_sep BigDecimal zscore concode_elem_sep BigDecimal stdev concode_elem_sep String atoms concode_field_sep BigInteger getNumobs con... | void function ( BigDecimal arg0 ) { this . stdev = arg0 ; } |
22,094 | gets the value of the filterstatement property . concode_field_sep Statement filterStatement concode_field_sep void setFilterStatement | Statement function ( ) { return filterStatement ; } |
22,095 | returns the parent root path to read visited resources from . concode_field_sep long m_toDate concode_elem_sep boolean m_includeSubFolders concode_elem_sep long m_fromDate concode_elem_sep String m_parentPath concode_elem_sep CmsUser m_user concode_field_sep void setFromDate concode_elem_sep CmsUser getUser concode_ele... | String function ( ) { return m_parentPath ; } |
22,096 | adds a warningmessage to the message set . concode_field_sep CompilerConfiguration configuration concode_elem_sep LinkedList warnings concode_elem_sep LinkedList errors concode_field_sep void addError concode_elem_sep void addError concode_elem_sep void addError concode_elem_sep void addError concode_elem_sep Message g... | void function ( WarningMessage arg0 ) { if ( arg0 . isRelevant ( configuration . getWarningLevel ( ) ) ) { if ( this . warnings == null ) { this . warnings = new LinkedList ( ) ; } this . warnings . add ( arg0 ) ; } } |
22,097 | set the tool to run in gui mode . concode_field_sep String password concode_elem_sep String formatNamespace concode_elem_sep Logger log concode_elem_sep boolean md5 concode_elem_sep String TYPE_MULTI_POST concode_elem_sep boolean checksumError concode_elem_sep String username concode_elem_sep String TYPE_SERVICE concod... | void function ( boolean arg0 ) { this . guiMode = arg0 ; } |
22,098 | returns resource information for a file at destination . concode_field_sep Task task concode_elem_sep File destDir concode_elem_sep FileUtils FILE_UTILS concode_field_sep String[] restrict concode_elem_sep String[] restrict concode_elem_sep File[] restrictAsFiles concode_elem_sep File[] restrictAsFiles | Resource function ( String arg0 ) { return new FileResource ( destDir , arg0 ) ; } |
22,099 | sets the value of the color property . concode_field_sep String color concode_elem_sep String cocktail concode_elem_sep String emulation concode_elem_sep String sound concode_elem_sep String savestate concode_elem_sep String protection concode_elem_sep long serialVersionUID concode_elem_sep String graphic concode_elem_... | void function ( String arg0 ) { this . color = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.