idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
15,200 | gets the value of the dbreference property . concode_field_sep DbReferenceType dbReference concode_field_sep void setDbReference | DbReferenceType function ( ) { return dbReference ; } |
15,201 | returns true if the module supports finding policies based on a request ie , target matching . by default this method returns false . concode_field_sep PlaceHolder placeHolder concode_field_sep void init concode_elem_sep boolean isIdReferenceSupported concode_elem_sep void invalidateCache concode_elem_sep String getIde... | boolean function ( ) { return false ; } |
15,202 | creates a griddatafactory initialized with defaults . initial values are : align swt.fill , swt.fill exclude false grab false , false span 1,1 concode_field_sep GridData data concode_field_sep GridDataFactory fillDefaultsInternal concode_elem_sep GridDataFactory align concode_elem_sep GridDataFactory grab concode_elem_... | GridDataFactory function ( ) { return new GridDataFactory ( ) . fillDefaultsInternal ( ) ; } |
15,203 | invokes the specific listener for the given signature or the default one if defined . this version invokes the method listener for the void return type . note : this is not intended to be used by the layoutlib bridge . it is intended to be called by the stubbed methods generated by the layoutlib_create tool . concode_f... | void function ( String arg0 , boolean arg1 , Object arg2 ) { MethodListener loc0 = sMethods . get ( arg0 ) ; if ( loc0 != null ) { loc0 . onInvokeV ( arg0 , arg1 , arg2 ) ; } else if ( sDefaultListener != null ) { sDefaultListener . onInvokeV ( arg0 , arg1 , arg2 ) ; } } |
15,204 | sets the flag of this entry . concode_field_sep Entry _entry concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setContent concode_elem_sep boolean isEscap... | void function ( int arg0 ) { _entry . setFlag ( arg0 ) ; } |
15,205 | returns the wsrp consumer id of this w s r p consumer portlet . concode_field_sep WSRPConsumerPortlet _wsrpConsumerPortlet concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void ... | long function ( ) { return _wsrpConsumerPortlet . getWsrpConsumerId ( ) ; } |
15,206 | sets the sun close of this org labor . concode_field_sep OrgLabor _orgLabor concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep ... | void function ( int arg0 ) { _orgLabor . setSunClose ( arg0 ) ; } |
15,207 | rollback runtime changes made in #performruntime operationcontext , org.jboss.dmr.modelnode , org.jboss.as.controller.registry.resource . this default implementation removes all services in the given list of controllers . the contents of controllers is the same as what was in the newcontrollers parameter passed to perf... | void function ( OperationContext arg0 , final ModelNode arg1 , final Resource arg2 ) { } |
15,208 | returns this value as an instructionoffsetvalue . concode_field_sep int TYPE_FLOAT concode_elem_sep int TYPE_LONG concode_elem_sep int TYPE_INSTRUCTION_OFFSET concode_elem_sep int TYPE_INTEGER concode_elem_sep int TYPE_REFERENCE concode_elem_sep int NEVER concode_elem_sep int ALWAYS concode_elem_sep int TYPE_TOP concod... | InstructionOffsetValue function ( ) { throw new IllegalArgumentException ( "srini_string" + this . getClass ( ) . getName ( ) + "srini_string" ) ; } |
15,209 | if true , we will prefer allocating off-heap byte buffers within netty . concode_field_sep ConfigProvider conf concode_field_sep int ioRetryWaitTimeMs concode_elem_sep String ioMode concode_elem_sep int serverThreads concode_elem_sep int receiveBuf concode_elem_sep int maxSaslEncryptedBlockSize concode_elem_sep int sen... | boolean function ( ) { return conf . getBoolean ( "srini_string" , true ) ; } |
15,210 | an idmapper capable of mapping string strings to long ids . concode_field_sep PlaceHolder placeHolder concode_field_sep void prepare concode_elem_sep IdMapper actual concode_elem_sep IdMapper longs concode_elem_sep boolean needsPreparation concode_elem_sep long get concode_elem_sep void visitMemoryStats concode_elem_se... | IdMapper function ( NumberArrayFactory arg0 ) { return new EncodingIdMapper ( arg0 , new StringEncoder ( ) , new Radix . String ( ) ) ; } |
15,211 | continues a join transformation and defines a keyselector function for the first join dataset . the keyselector function is called for each element of the first dataset and extracts a single key value on which the dataset is joined . concode_field_sep DataSet<I2> input2 concode_elem_sep JoinType joinType concode_elem_s... | JoinOperatorSetsPredicateBase function ( KeySelector < I1 , K > arg0 ) { TypeInformation < K > loc0 = TypeExtractor . getKeySelectorTypes ( arg0 , input1 . getType ( ) ) ; return new JoinOperatorSetsPredicateBase ( new Keys . SelectorFunctionKeys < > ( arg0 , input1 . getType ( ) , loc0 ) ) ; } |
15,212 | asserts that an object is n't null . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertNotEmpty concode_elem_sep void assertNotEmpty concode_elem_sep void failNotSame concode_elem_sep void assertFalse concode_elem_sep void assertFalse concode_elem_sep String format concode_elem_sep void assertPostP... | void function ( Object arg0 ) { assertNotNull ( null , arg0 ) ; } |
15,213 | returns the begin time portion of the changeset filename . concode_field_sep String KEY_CHANGE_FILE_BEGIN_FORMAT concode_elem_sep String KEY_INTERVAL_LENGTH concode_elem_sep String KEY_ALLOW_INCORRECT_SCHEMA_VERSION concode_elem_sep String KEY_USER concode_elem_sep String KEY_PASSWORD concode_elem_sep String KEY_HOST c... | String function ( ) { return getProperty ( KEY_CHANGE_FILE_BEGIN_FORMAT ) ; } |
15,214 | apply the decode array domain for each colour component . assumes output range is 0-255 for each value in out . concode_field_sep RenderingHints hints concode_elem_sep float NORMAL_DECODE_CEIL concode_elem_sep float[] decode concode_field_sep boolean isNormalDecode concode_elem_sep WritableRaster filter concode_elem_se... | byte function ( byte arg0 , float [ ] arg1 , int arg2 ) { return ( byte ) ( ( arg1 [ arg2 * 2 ] * 255 ) + ( arg0 & 0xff ) * ( arg1 [ ( arg2 * 2 ) + 1 ] * 255 ) ) ; } |
15,215 | tests if this object contains a given property name . concode_field_sep HashMap props concode_field_sep void encode concode_elem_sep String get concode_elem_sep void clear concode_elem_sep Object clone concode_elem_sep String toString concode_elem_sep void decode concode_elem_sep boolean containsValue concode_elem_sep ... | boolean function ( String arg0 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) return false ; return props . containsKey ( canonicalize ( arg0 ) ) ; } |
15,216 | path to your app 's main module on the packager server . this is used when reloading js during development . all paths are relative to the root folder the packager is serving files from . examples : `` index.android '' or `` subdirectory/index . android '' concode_field_sep NotThreadSafeBridgeIdleDebugListener mBridgeI... | Builder function ( String arg0 ) { mJSMainModuleName = arg0 ; return this ; } |
15,217 | gets report data entities . concode_field_sep Integer recordNumber concode_elem_sep String fileName concode_elem_sep Date createdDate concode_elem_sep List<ReportDataEntity> reportDataEntities concode_elem_sep String institutionName concode_elem_sep String type concode_field_sep void setFileName concode_elem_sep void s... | List < ReportDataEntity > function ( ) { return reportDataEntities ; } |
15,218 | gets underlying type instance . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep Class<? super T> getRawType concode_elem_sep Type resolveType concode_elem_sep TypeLiteral<?> resolve concode_elem_sep TypeLiteral<?> getFieldType concode_elem_sep List<T... | Type function ( ) { return type ; } |
15,219 | get the desired duration of the set . concode_field_sep Set set concode_elem_sep Integer expectedDuration concode_elem_sep List<Note> notes concode_elem_sep Integer expectedCost concode_field_sep void setExpectedDuration concode_elem_sep List<Note> getEmptyList concode_elem_sep Integer getExpectedCost concode_elem_sep ... | Integer function ( ) { return expectedDuration ; } |
15,220 | the mean of this facet interval . concode_field_sep double from concode_elem_sep double total concode_elem_sep double min concode_elem_sep boolean foundInDoc concode_elem_sep double to concode_elem_sep long count concode_elem_sep double max concode_elem_sep String TYPE concode_elem_sep long totalCount concode_field_sep... | double function ( ) { return mean ( ) ; } |
15,221 | dispatch each property value to processvalue . concode_field_sep EventSource session concode_field_sep void process concode_elem_sep Object processComponent concode_elem_sep Object processEntity concode_elem_sep void processValue concode_elem_sep Object processValue concode_elem_sep boolean includeProperty concode_elem... | void function ( Object [ ] arg0 , Type [ ] arg1 ) { for ( int loc0 = 0 ; loc0 < arg1 . length ; loc0 ++ ) { if ( includeEntityProperty ( arg0 , loc0 ) ) { processValue ( loc0 , arg0 , arg1 ) ; } } } |
15,222 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<LifecycleHook> lifecycleHooks concode_field_sep void setLifecycleHooks concode_elem_sep DescribeLifecycleHooksResult withLifecycleHooks concode_elem_sep DescribeLifecycleHooksResu... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getLifecycleHooks ( ) != null ) loc0 . append ( "srini_string" + getLifecycleHooks ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
15,223 | scale probability/rate of all transitions , multiplying by d. concode_field_sep List<Function> probability concode_elem_sep int moduleOrActionIndex concode_elem_sep List<List<Update>> updates concode_field_sep void add concode_elem_sep int getModuleOrActionIndex concode_elem_sep void checkValid concode_elem_sep String ... | void function ( double arg0 ) { } |
15,224 | sets the ` dead ' bytes . these bytes are left if the content of the box has been parsed but not all bytes have been used up . concode_field_sep ContainerBox parent concode_elem_sep ByteBuffer deadBytes concode_elem_sep byte[] userType concode_elem_sep Logger LOG concode_elem_sep String type concode_elem_sep int MEM_MA... | void function ( ByteBuffer arg0 ) { deadBytes = arg0 ; } |
15,225 | returns the application 's commands . concode_field_sep ObjectMapper objectMapper concode_elem_sep ClassLoader classLoader concode_elem_sep Application<T> application concode_elem_sep ConfigurationFactoryFactory<T> configurationFactoryFactory concode_elem_sep boolean metricsAreRegistered concode_elem_sep List<Bundle> b... | ImmutableList < Command > function ( ) { return ImmutableList . copyOf ( commands ) ; } |
15,226 | get custom serializer concode_field_sep java.lang.Long operations concode_elem_sep java.lang.String requestId concode_elem_sep java.lang.Long responseTime concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String methodName concode_el... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
15,227 | reads the next byte of a multi-byte utf-8 character and returns its contents lower 6 bits . throws a generatorerror if the byte is not a valid tail . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep Thread... | int function ( ) { char loc0 = next ( ) ; if ( ( loc0 & 0xc0 ) != 0x80 ) throw invalidUtf8 ( ) ; return loc0 & 0x3f ; } |
15,228 | adds the specified value to the specified element of this big array . concode_field_sep long SIZE_OF_SEGMENT concode_elem_sep long[][] array concode_elem_sep long initialValue concode_elem_sep int capacity concode_elem_sep int segments concode_field_sep void set concode_elem_sep void grow concode_elem_sep long sizeOf c... | void function ( long arg0 , long arg1 ) { array [ segment ( arg0 ) ] [ offset ( arg0 ) ] += arg1 ; } |
15,229 | gets the value of the test property . concode_field_sep double revenue concode_elem_sep List<String> address concode_elem_sep BigDecimal test concode_elem_sep Integer numOrders concode_elem_sep int customerId concode_elem_sep String name concode_elem_sep CustomerType type concode_elem_sep Date birthDate concode_field_s... | BigDecimal function ( ) { return test ; } |
15,230 | this method is a demo implementation of getting action permissions for requested resources concode_field_sep PlaceHolder placeHolder concode_field_sep void init | DecisionTypeEnumeration function ( AuthzDecisionQuery arg0 ) { return DecisionTypeEnumeration . PERMIT ; } |
15,231 | call when the operation is completed or errors out , or is aborted , etc. . concode_field_sep int count_ concode_elem_sep boolean released_ concode_elem_sep HandlerManager handlers_ concode_field_sep void addBarrierReleasedHandler concode_elem_sep Token acquire | void function ( ) { if ( ! released_ ) { released_ = true ; Barrier . this . release ( ) ; } } |
15,232 | deactivate the gl environment from use in the current thread . a gl environment must have been previously set or created using setglenvironment or createglenvironment ! call this before running gl filters in another thread . concode_field_sep FilterContext mContext concode_field_sep void setGLEnvironment concode_elem_s... | void function ( ) { GLEnvironment loc0 = mContext . getGLEnvironment ( ) ; if ( loc0 != null ) { mContext . getGLEnvironment ( ) . deactivate ( ) ; } else { throw new NullPointerException ( "srini_string" ) ; } } |
15,233 | skips one bit from the input stream . concode_field_sep long buffer concode_elem_sep byte pointer concode_elem_sep InputStream is concode_field_sep void marker_bit concode_elem_sep void unget_bits concode_elem_sep boolean next_bit concode_elem_sep void read_byte concode_elem_sep void byteAlign concode_elem_sep boolean ... | void function ( ) { while ( pointer <= 0 ) { read_byte ( ) ; } pointer -- ; } |
15,234 | disables user interactions for a view and all it 's subviews . concode_field_sep AbstractLayoutAnimation mLayoutUpdateAnimation concode_elem_sep boolean ENABLED concode_elem_sep AbstractLayoutAnimation mLayoutCreateAnimation concode_elem_sep AbstractLayoutAnimation mLayoutDeleteAnimation concode_elem_sep boolean mShoul... | void function ( View arg0 ) { arg0 . setClickable ( false ) ; if ( arg0 instanceof ViewGroup ) { ViewGroup loc0 = ( ViewGroup ) arg0 ; for ( int loc1 = 0 ; loc1 < loc0 . getChildCount ( ) ; loc1 ++ ) { disableUserInteractions ( loc0 . getChildAt ( loc1 ) ) ; } } } |
15,235 | build a map of short class names without package to full class names . concode_field_sep BugCollection before concode_elem_sep Map<String,String> rewriteMap concode_elem_sep boolean DEBUG concode_elem_sep BugCollection after concode_field_sep Set<String> buildClassSet concode_elem_sep boolean isEmpty concode_elem_sep S... | Map < String , String > function ( Set < String > arg0 ) { Map < String , String > loc0 = new HashMap < String , String > ( ) ; for ( String loc1 : arg0 ) { String loc2 = getShortClassName ( loc1 ) ; loc0 . put ( loc2 , loc1 ) ; } return loc0 ; } |
15,236 | gets the currently selected city . concode_field_sep List dictionary concode_elem_sep List matchesList concode_elem_sep City currentCity concode_elem_sep Log log concode_field_sep void setDictionary concode_elem_sep City getMatch concode_elem_sep List getList concode_elem_sep List getDictionary concode_elem_sep void se... | City function ( ) { return currentCity ; } |
15,237 | returns the mime type of the data specified by the given uri string . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String stripFileProtocol concode_elem_sep String getRealPath concode_elem_sep String getRealPath concode_elem_sep String getMimeTypeForExtension concode_elem_sep InputSt... | String function ( String arg0 , CordovaInterface arg1 ) { String loc0 = null ; Uri loc1 = Uri . parse ( arg0 ) ; if ( arg0 . startsWith ( "srini_string" ) ) { loc0 = arg1 . getActivity ( ) . getContentResolver ( ) . getType ( loc1 ) ; } else { loc0 = getMimeTypeForExtension ( loc1 . getPath ( ) ) ; } return loc0 ; } |
15,238 | removes value defined by a given key concode_field_sep SharedPreferences.Editor editor concode_elem_sep Gson gson concode_elem_sep SharedPreferences preferences concode_elem_sep SharedPreferences.OnSharedPreferenceChangeListener onChangeListener concode_elem_sep Map<Class,Accessor> accessors concode_field_sep boolean c... | void function ( String arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; if ( ! contains ( arg0 ) ) { return ; } editor . remove ( arg0 ) . apply ( ) ; } |
15,239 | gets the value of the ispassive property . concode_field_sep String actor concode_elem_sep IDPListType idpList concode_elem_sep Boolean mustUnderstand concode_elem_sep Boolean isPassive concode_elem_sep NameIDType issuer concode_elem_sep String providerName concode_field_sep void setIDPList concode_elem_sep void setPro... | Boolean function ( ) { return isPassive ; } |
15,240 | return the default stub for the case when the client binding classes are not locally available . the returned stub can still be used to get the valid request , add parameter and invoke the method by name . concode_field_sep PlaceHolder placeHolder concode_field_sep ObjectImpl search | ObjectImpl function ( ORB arg0 , IOR arg1 ) { return new IorObject ( arg0 , arg1 ) ; } |
15,241 | returns the primary key of this cashiers related staff . concode_field_sep String officeName concode_elem_sep String tellerName concode_elem_sep Collection<StaffData> staffOptions concode_elem_sep Date endDate concode_elem_sep String description concode_elem_sep Long tellerId concode_elem_sep Boolean isFullDay concode_... | Long function ( ) { return staffId ; } |
15,242 | returns the first panel of path to active panel concode_field_sep PlaceHolder placeHolder concode_field_sep BreadCrumbPanel moveToPanelForRelod concode_elem_sep void removePreviousBreadCrumbPanel concode_elem_sep void removeActiveBreadCrumbPanel concode_elem_sep BreadCrumbPanel getPanel concode_elem_sep BreadCrumbPanel... | BreadCrumbPanel function ( IBreadCrumbModel arg0 ) { int loc0 = arg0 . allBreadCrumbParticipants ( ) . size ( ) ; if ( loc0 > 0 ) { arg0 . setActive ( ( IBreadCrumbParticipant ) arg0 . allBreadCrumbParticipants ( ) . get ( 0 ) ) ; } return ( BreadCrumbPanel ) arg0 . getActive ( ) . getComponent ( ) ; } |
15,243 | analyzes the passed expression and tries to find the path to the backing field that is accessed . concode_field_sep String STRING_IDENTIFIER concode_elem_sep Hashtable4 _prototypes concode_elem_sep Reflector _reflector concode_elem_sep boolean _ignoreTransient concode_elem_sep Hashtable4 _integerConverters concode_elem... | Iterator4 < String > function ( String arg0 , Object arg1 ) { Prototype loc0 = ( Prototype ) _prototypes . get ( arg0 ) ; if ( loc0 == null ) { return null ; } return loc0 . backingFieldPath ( _reflector , arg1 ) ; } |
15,244 | this implementation returns integer.max _ value . can be overridden in subclasses to lower the maximum batch size . concode_field_sep boolean exhausted concode_field_sep void setValues concode_elem_sep boolean isBatchExhausted concode_elem_sep boolean setValuesIfAvailable | int function ( ) { return Integer . MAX_VALUE ; } |
15,245 | encodes the property name and datetime value iso format . output is for example `` thedate '' : `` 2013-01-24t13:12:45 +01 '' . concode_field_sep com.google.gson.stream.JsonWriter stream concode_elem_sep boolean serializeEmptyStrings concode_field_sep IllegalStateException rethrow concode_elem_sep JsonWriter setSeriali... | JsonWriter function ( String arg0 , @ Nullable Date arg1 ) { return arg0 ( arg0 ) . valueDateTime ( arg1 ) ; } |
15,246 | clears all comments . concode_field_sep boolean inDTD concode_elem_sep String OPEN_TAG_COMMENT concode_elem_sep String CLOSE_TAG_COMMENT concode_elem_sep ArrayList comment concode_field_sep void startCDATA concode_elem_sep void startEntity concode_elem_sep String[] getComments concode_elem_sep void endCDATA concode_ele... | void function ( ) { this . comment . clear ( ) ; } |
15,247 | a clusteruser which is the accumulo `` root '' user concode_field_sep int NUM_USERS concode_elem_sep String ORG_NAME concode_elem_sep String hostname concode_elem_sep ClusterUser accumuloAdmin concode_elem_sep MiniKdc kdc concode_elem_sep boolean started concode_elem_sep Logger log concode_elem_sep List<ClusterUser> cl... | ClusterUser function ( ) { checkArgument ( started , "srini_string" ) ; return accumuloAdmin ; } |
15,248 | gets empty item view concode_field_sep AbstractWheel wheel concode_elem_sep String LOG_TAG concode_elem_sep List<View> emptyItems concode_elem_sep List<View> items concode_field_sep int recycleItems concode_elem_sep View getCachedView concode_elem_sep View getItem concode_elem_sep void recycleView concode_elem_sep List... | View function ( ) { return getCachedView ( emptyItems ) ; } |
15,249 | direct access to ipaelement s syllabificationinfo #setconstituenttype syllableconstituenttype . concode_field_sep PropertyChangeSupport propSupport concode_elem_sep ExtensionSupport extensionSupport concode_elem_sep String PHONE_TEXT concode_elem_sep FeatureSet customFeatureSet concode_field_sep T removeExtension conco... | void function ( SyllableConstituentType arg0 ) { SyllabificationInfo loc0 = getExtension ( SyllabificationInfo . class ) ; if ( loc0 == null ) { loc0 = new SyllabificationInfo ( this ) ; putExtension ( SyllabificationInfo . class , loc0 ) ; } loc0 . setConstituentType ( arg0 ) ; } |
15,250 | returns the security-role mapping . concode_field_sep String securityDomain concode_elem_sep SecurityRolesMetaData securityRoles concode_elem_sep Set<String> declaredRoles concode_elem_sep String runAsRole concode_elem_sep String runAsPrincipal concode_elem_sep Map<String,Collection<String>> securityRoleLinks concode_f... | SecurityRolesMetaData function ( ) { return securityRoles ; } |
15,251 | adds the given word as the first word for the given block number . concode_field_sep ArrayList firstWordsInBlocks concode_elem_sep ArrayList firstFilesInBlocks concode_elem_sep boolean firstWordAdded concode_elem_sep int numFiles concode_elem_sep IndexedFile indexedFile concode_elem_sep int blockNum concode_elem_sep in... | void function ( char [ ] arg0 , int arg1 ) { if ( firstWordAdded ) { firstWordBlockNum = arg1 ; firstWordAdded = false ; } FirstWordInBlock loc0 = new FirstWordInBlock ( ) ; loc0 . arg0 = arg0 ; loc0 . arg1 = arg1 ; firstWordsInBlocks . add ( loc0 ) ; } |
15,252 | returns the distribution 's median value . concode_field_sep com.codahale.metrics.Snapshot snapshot concode_field_sep double getValue concode_elem_sep double get99thPercentile concode_elem_sep long[] getValues concode_elem_sep int size concode_elem_sep long getMin concode_elem_sep long getMax concode_elem_sep double ge... | double function ( ) { return snapshot . getMedian ( ) ; } |
15,253 | the most recent state , reported by a reporter . concode_field_sep String[] diagnostics concode_elem_sep long finishTime concode_elem_sep Counters counters concode_elem_sep TIPStatus currentStatus concode_elem_sep float progress concode_elem_sep TaskAttemptID successfulAttempt concode_elem_sep long startTime concode_el... | String function ( ) { return state ; } |
15,254 | returns true if the given state is currently active otherwise false . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep boolean i1 concode_elem_sep boolean i2 concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep voi... | boolean function ( State arg0 ) { switch ( arg0 ) { case r1_A : return stateVector [ 0 ] == State . r1_A ; case r1_B : return stateVector [ 0 ] == State . r1_B ; case r2_C : return stateVector [ 1 ] == State . r2_C ; case r2_D : return stateVector [ 1 ] == State . r2_D ; default : return false ; } } |
15,255 | remove a public identifier from view . concode_field_sep String UTF_8 concode_elem_sep String path concode_elem_sep String scheme concode_elem_sep String SHOULDER_PATH concode_elem_sep String MD_KEY_STATUS concode_elem_sep String authority concode_elem_sep String ID_PATH concode_elem_sep String host concode_elem_sep Ab... | EZIDResponse function ( String arg0 ) { Map < String , String > loc0 = new HashMap < String , String > ( ) ; loc0 . put ( MD_KEY_STATUS , "srini_string" ) ; return modify ( arg0 , loc0 ) ; } |
15,256 | enabled -- . concode_field_sep Map options concode_field_sep boolean preserve_source_annotations concode_elem_sep boolean use_original_names | boolean function ( ) { return soot . PhaseOptions . getBoolean ( options , "srini_string" ) ; } |
15,257 | get the time in millis passed since a previous time concode_field_sep long nanosPerMilli concode_field_sep long nanoTime concode_elem_sep long millisToNanos concode_elem_sep long timeSinceNanos concode_elem_sep long millis concode_elem_sep long nanosToMillis | long function ( long arg0 ) { return millis ( ) - arg0 ; } |
15,258 | method used by the ui to clear information on the screen . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_field_sep void setLastName concode_elem_sep int getStudentId concode_elem_sep void setAddress concode_elem_sep void setFir... | String function ( ) { firstName = "srini_string" ; lastName = "srini_string" ; address = "srini_string" ; return "srini_string" ; } |
15,259 | removes the method for the property specified by the display name from its internal list . concode_field_sep Hashtable m_Methods concode_field_sep void add concode_elem_sep void add concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep Enumeration keys concode_el... | boolean function ( String arg0 ) { return ( m_Methods . remove ( arg0 ) != null ) ; } |
15,260 | returns the text snippet to highlight when displaying the search results in the ui . concode_field_sep String _snippet concode_elem_sep float _score concode_elem_sep T _object concode_field_sep T getObject concode_elem_sep float getScore | String function ( ) { return _snippet ; } |
15,261 | compares this boolean to another . concode_field_sep Boolean FALSE concode_elem_sep Class<Boolean> TYPE concode_elem_sep Boolean TRUE concode_elem_sep boolean value concode_elem_sep long serialVersionUID concode_field_sep int compare concode_elem_sep Boolean valueOf concode_elem_sep Boolean valueOf concode_elem_sep int... | int function ( Boolean arg0 ) { return value == arg0 . value ? 0 : ( value ? 1 : - 1 ) ; } |
15,262 | gets the ipaddress for a given fully-qualified host name . concode_field_sep String address concode_elem_sep InetAddress inet_address concode_field_sep InetAddress getInetAddress concode_elem_sep void init concode_elem_sep IpAddress getLocalHostAddress concode_elem_sep boolean equals concode_elem_sep Object clone conco... | IpAddress function ( String arg0 ) { InetAddress loc0 = InetAddress . getByName ( arg0 ) ; return new IpAddress ( loc0 ) ; } |
15,263 | sets the value of the f property . concode_field_sep CTMdxMemeberProp p concode_elem_sep Object parent concode_elem_sep CTMdxTuple t concode_elem_sep CTMdxSet ms concode_elem_sep STMdxFunctionType f concode_elem_sep CTMdxKPI k concode_elem_sep long n concode_field_sep STMdxFunctionType getF concode_elem_sep Object getP... | void function ( STMdxFunctionType arg0 ) { this . f = arg0 ; } |
15,264 | retrieves the factory implementation that this factory is using to produce threads . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory setImpl | ThreadFactory function ( ) { return factory ; } |
15,265 | start . 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_elem_sep ... | char function ( ) { tokenBegin = - 1 ; char loc0 = readChar ( ) ; tokenBegin = bufpos ; return loc0 ; } |
15,266 | determine if log level will be logged 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 void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e... | boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; } |
15,267 | checks if at least one member matches the provided filters . this terminates the filter , meaning you wo n't be able to rescan using the same filter . concode_field_sep MemberFilter<M> parent concode_elem_sep Predicate<M> test concode_elem_sep FastClasspathScanner scanner concode_elem_sep Set<M> results concode_field_s... | boolean function ( ) { return ! find ( ) . isEmpty ( ) ; } |
15,268 | by default , elements are nameable if they have an eattribute named `` name '' . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concod... | boolean function ( EObject arg0 ) { return getNameAttribute ( arg0 . eClass ( ) ) != null ; } |
15,269 | get color value according color resource name concode_field_sep ResoureFinder resoureFinder concode_field_sep Drawable getDrawable concode_elem_sep Drawable getDrawable concode_elem_sep int getId concode_elem_sep int getId concode_elem_sep String getString concode_elem_sep String getString concode_elem_sep int getColor... | int function ( Context arg0 , String arg1 ) { final int loc0 = getColorId ( arg0 , arg1 ) ; if ( loc0 == 0 ) { return 0 ; } else { return arg0 . getResources ( ) . getColor ( loc0 ) ; } } |
15,270 | is the connection authenticated . concode_field_sep int CLOSURE_WAIT_TIMEOUT concode_elem_sep Logger logger concode_elem_sep int CLOSURE_WAIT_INTERVAL concode_elem_sep HostKey[] EMPTY concode_elem_sep AuthenticationUpdater updater concode_elem_sep String proxy concode_elem_sep int port concode_elem_sep String host conc... | boolean function ( ) { return client != null && connectSession != null && connectSession . isConnected ( ) ; } |
15,271 | visits the header of the class . concode_field_sep ClassVisitor cv concode_elem_sep int api concode_field_sep FieldVisitor visitField concode_elem_sep AnnotationVisitor visitTypeAnnotation concode_elem_sep void visitInnerClass concode_elem_sep void visitEnd concode_elem_sep void visitOuterClass concode_elem_sep void vi... | void function ( int arg0 , int arg1 , String arg2 , String arg3 , String arg4 , String [ ] arg5 ) { if ( cv != null ) { cv . visit ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 ) ; } } |
15,272 | returns : null - if cancelled or not done result - if done and result is not throwable sneaky throws an exception - if done and result is throwable concode_field_sep Object INITIAL_STATE concode_elem_sep ExecutionCallbackNode<E> next concode_elem_sep Object result concode_elem_sep Class<?> caller concode_elem_sep Atomi... | V function ( ) { return getResult ( this . state ) ; } |
15,273 | this method was generated by mybatis generator . this method sets the value of the database column ts_area . is_show concode_field_sep Integer areaId concode_elem_sep String areaName concode_elem_sep Integer orders concode_elem_sep Integer cityId concode_elem_sep Byte isShow concode_field_sep void setAreaId concode_ele... | void function ( Byte arg0 ) { this . isShow = arg0 ; } |
15,274 | executes a block of code , providing a jdbc connection . the connection and all created statements are automatically released . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep Connec... | void function ( boolean arg0 , ConnectionRunnable arg1 ) { withConnection ( "srini_string" , arg0 , arg1 ) ; } |
15,275 | list of available option group options . concode_field_sep String marker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<OptionGroupOption> optionGroupOptions concode_field_sep void setOptionGroupOptions concode_elem_sep String getMarker concode_elem_sep void setMarker concode_elem_sep int hashCode co... | java . util . List < OptionGroupOption > function ( ) { if ( optionGroupOptions == null ) { optionGroupOptions = new com . amazonaws . internal . ListWithAutoConstructFlag < OptionGroupOption > ( ) ; optionGroupOptions . setAutoConstruct ( true ) ; } return optionGroupOptions ; } |
15,276 | the name of the compute type for the bundle . concode_field_sep String name concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ComputeType clone concode_elem_sep String toString concode_elem_sep ComputeType withName concode_elem_sep ComputeType withName | void function ( String arg0 ) { this . name = arg0 ; } |
15,277 | prints a set in a style that is consistent with tbase pretty printing . concode_field_sep PlaceHolder placeHolder concode_field_sep String prettyPrint concode_elem_sep String printMap concode_elem_sep String tabs concode_elem_sep String printValue concode_elem_sep String printTbase concode_elem_sep String printList | String function ( Set < ? > arg0 , int arg1 ) { List < String > loc0 = Lists . newArrayList ( ) ; for ( Object loc1 : arg0 ) { loc0 . add ( String . format ( "srini_string" , tabs ( arg1 ) , printValue ( loc1 , arg1 ) ) ) ; } return loc0 . isEmpty ( ) ? "srini_string" : String . format ( "srini_string" , Joiner . on ( ... |
15,278 | called to handle cordovaresourceapi.openforread calls for a cdvplugin : / / pluginid / url . should never return null . added in cordova-android@4.0.0 concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName co... | CordovaResourceApi . OpenForReadResult function ( Uri arg0 ) { throw new FileNotFoundException ( "srini_string" + arg0 ) ; } |
15,279 | method to obtain the minidle value . concode_field_sep String configName concode_elem_sep String timeBetweenEvictionRunsMillis concode_elem_sep String validationQuery concode_elem_sep String userName concode_elem_sep String maxActive concode_elem_sep SecretResolver secretResolver concode_elem_sep String dataSourceName ... | String function ( ) { return minIdle ; } |
15,280 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep CACertificateDescription certificateDescription concode_field_sep void setCertificateDescription concode_elem_sep DescribeCACertificateResult withCertificateDescription concode_elem_sep int hashCode concode_elem_sep bo... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getCertificateDescription ( ) != null ) loc0 . append ( "srini_string" + getCertificateDescription ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
15,281 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean containsIgnoreCase concode_elem_sep String join | String function ( Object arg0 ) { if ( arg0 == null ) return "srini_string" ; return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
15,282 | determine if the supplied instance is a mock . the evaluation will be delegated to the available mocking provider currently only mockito is being discovered if one is available on the classpath . if no provider is available this call will throw illegalstateexception . concode_field_sep MockProviderSPI mockingProvider c... | boolean function ( Object arg0 ) { if ( mockingProvider == null ) { throw new IllegalStateException ( "srini_string" ) ; } return mockingProvider . isMock ( arg0 ) ; } |
15,283 | returns true if this package or its updating packages contains the exact given archive . important : this compares object references , not object equality . concode_field_sep Package mMainPkg concode_elem_sep PkgState mState concode_elem_sep boolean mChecked concode_elem_sep Package mUpdatePkg concode_field_sep void re... | boolean function ( Archive arg0 ) { if ( mMainPkg . hasArchive ( arg0 ) ) { return true ; } if ( mUpdatePkg != null && mUpdatePkg . hasArchive ( arg0 ) ) { return true ; } return false ; } |
15,284 | returns true if the given configuration element is in a bundle that was already loaded . concode_field_sep String CONTENT_TYPE concode_elem_sep String SELECTOR_TAG concode_elem_sep String REQUIRED_ACTIVE_BUNDLE concode_elem_sep Map<String,List<IConfigurationElement>> contentTypeToContribMap concode_elem_sep Map<IConfig... | boolean function ( String arg0 ) { Bundle loc0 = Platform . getBundle ( arg0 ) ; return loc0 != null && loc0 . getState ( ) == Bundle . ACTIVE ; } |
15,285 | reads waledit from cells . concode_field_sep int VERSION_2 concode_elem_sep ArrayList<Cell> cells concode_elem_sep Log LOG concode_elem_sep byte[] FLUSH concode_elem_sep boolean isReplay concode_elem_sep byte[] BULK_LOAD concode_elem_sep byte[] METAROW concode_elem_sep byte[] REGION_EVENT concode_elem_sep CompressionCo... | int function ( Codec . Decoder arg0 , int arg1 ) { cells . clear ( ) ; cells . ensureCapacity ( arg1 ) ; while ( cells . size ( ) < arg1 && arg0 . advance ( ) ) { cells . add ( arg0 . current ( ) ) ; } return cells . size ( ) ; } |
15,286 | returns a connection using the given url and properties . concode_field_sep Connection conn concode_elem_sep Driver driver concode_field_sep Connection getNewConnection concode_elem_sep String getUrl concode_elem_sep void assertTrue concode_elem_sep void assertTrue concode_elem_sep void setUp concode_elem_sep void run ... | Connection function ( String arg0 , Properties arg1 ) { return this . driver . connect ( arg0 , arg1 ) ; } |
15,287 | starts the crawler . concode_field_sep HttpClient httpClient concode_elem_sep CrawlFrontier frontier concode_elem_sep boolean isStopped concode_elem_sep WebDriver webDriver concode_elem_sep URL currentRequestUrl concode_elem_sep int currentCrawlDepth concode_elem_sep boolean stopCrawling concode_elem_sep CrawlerConfigu... | void function ( ) { start ( null ) ; } |
15,288 | return the distance between me and y. concode_field_sep String _name concode_elem_sep double _x concode_elem_sep double _y concode_elem_sep double _dist concode_field_sep void setDistance concode_elem_sep double distance concode_elem_sep String toString | double function ( Location arg0 ) { double loc0 = _x - arg0 . _x ; double loc1 = _y - arg0 . _y ; return sqrt ( loc0 * loc0 + loc1 * loc1 ) ; } |
15,289 | returns the owning module when refactored this will be the vpfdatasource concode_field_sep String pathName concode_elem_sep List featureClasses concode_elem_sep VPFLibrary library concode_elem_sep URI namespace concode_elem_sep String description concode_elem_sep int topologyLevel concode_elem_sep List featureTypes con... | VPFLibrary function ( ) { return library ; } |
15,290 | sets whether to allow all methods except get and post to be overridden regardless of whether the transport supports them . default is false . concode_field_sep int MAX_URL_LENGTH concode_elem_sep boolean overrideAllMethods concode_elem_sep String HEADER concode_field_sep boolean overrideThisMethod concode_elem_sep Meth... | Builder function ( boolean arg0 ) { this . overrideAllMethods = arg0 ; return this ; } |
15,291 | sets the value of the remainingfinancedamountwithtax property . concode_field_sep Boolean selectable concode_elem_sep long serialVersionUID concode_elem_sep String adjustedTerm concode_elem_sep String type concode_elem_sep BigDecimal remainingFinancedAmountWithTax concode_elem_sep BigDecimal finalDownPayment concode_el... | void function ( BigDecimal arg0 ) { this . remainingFinancedAmountWithTax = arg0 ; } |
15,292 | replaces invalid characters of the text to fit into a openhab uid . concode_field_sep Logger logger concode_field_sep boolean isFalseValue concode_elem_sep boolean isTrueValue | String function ( String arg0 , String arg1 , String arg2 ) { String loc0 = arg0 . replaceAll ( "srini_string" , arg2 ) ; if ( ! arg0 . equals ( loc0 ) ) { logger . info ( "srini_string" , arg1 , arg0 , arg1 , loc0 ) ; } return loc0 ; } |
15,293 | this map checks if there is an itemset of size i with its key value to true concode_field_sep Map<Itemset,Integer> mapPredSupp concode_elem_sep List<List<Itemset>> levels concode_elem_sep Map<Itemset,Boolean> mapKey concode_field_sep placeholderType placeHolder | boolean function ( int arg0 ) { for ( Itemset loc0 : levels . get ( arg0 ) ) { if ( mapKey . get ( loc0 ) == true ) { return true ; } } return false ; } |
15,294 | gets a string representation of the object concode_field_sep String address concode_elem_sep InetAddress inet_address concode_field_sep InetAddress getInetAddress concode_elem_sep void init concode_elem_sep IpAddress getLocalHostAddress concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep IpAd... | String function ( ) { if ( address == null && inet_address != null ) address = inet_address . getHostAddress ( ) ; return address ; } |
15,295 | returns the upper bound of the x-interval . concode_field_sep double yHigh concode_elem_sep double yLow concode_elem_sep double xHigh concode_elem_sep double y concode_elem_sep double xLow concode_field_sep double getY concode_elem_sep double getXLow concode_elem_sep double getYLow concode_elem_sep boolean equals conco... | double function ( ) { return this . xHigh ; } |
15,296 | compares the specified object with this concept for equality . returns true iff the specified object is also a concept and the object set and the attribute set of this concept are equal to the object set and the attribute set of the other concept , respectively . concode_field_sep ComparableSet attributes concode_elem_... | boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof Concept ) ) { return false ; } else { return ( objects . equals ( ( ( Concept ) arg0 ) . objects ) && attributes . equals ( ( ( Concept ) arg0 ) . attributes ) ) ; } } |
15,297 | gets the value of the name property . concode_field_sep byte[] bytes concode_elem_sep String name concode_elem_sep WsDocument nextDocument concode_elem_sep String absolutePath concode_elem_sep MimeType mimeType concode_field_sep void setBytes concode_elem_sep void setName concode_elem_sep void setNextDocument concode_e... | String function ( ) { return name ; } |
15,298 | tells whether or not this object describes an overflow condition . concode_field_sep String[] names concode_elem_sep int CR_OVERFLOW concode_elem_sep int length concode_elem_sep CoderResult OVERFLOW concode_elem_sep int CR_UNDERFLOW concode_elem_sep int type concode_elem_sep Cache unmappableCache concode_elem_sep int C... | boolean function ( ) { return ( type == CR_OVERFLOW ) ; } |
15,299 | set the filter name used to create this entry from another one . concode_field_sep SROutput _result concode_elem_sep DSequence _query concode_elem_sep String _name concode_elem_sep String _repr concode_elem_sep int _entryOrderNum concode_elem_sep boolean _view concode_elem_sep String _blastClientName concode_elem_sep S... | void function ( String arg0 ) { _filterName = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.