idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
24,700 | compare this deployable unit identifier for equality with another object . concode_field_sep ComponentID[] components concode_elem_sep Date deploymentDate concode_elem_sep Object vendorData concode_elem_sep boolean vendorDataSerializationEnabled concode_elem_sep DeployableUnitID id concode_elem_sep boolean vendorDataDe... | boolean function ( Object arg0 ) { if ( arg0 == this ) return true ; if ( ! ( arg0 instanceof DeployableUnitDescriptor ) ) return false ; DeployableUnitDescriptor loc0 = ( DeployableUnitDescriptor ) arg0 ; return this . id . equals ( loc0 . id ) ; } |
24,701 | revert changes to java names made by user . concode_field_sep BooleanProperty useProp concode_elem_sep PojoDescriptor parent concode_elem_sep String valClsNamePrev concode_elem_sep StringProperty valClsNameProp concode_elem_sep String fullDbName concode_elem_sep Collection<PojoDescriptor> children concode_elem_sep Stri... | void function ( ) { for ( PojoField loc0 : fields ) loc0 . resetJavaName ( ) ; } |
24,702 | sets the description concode_field_sep String product concode_elem_sep String updateDate concode_elem_sep String advisory concode_elem_sep String notes concode_elem_sep String advisoryName concode_elem_sep String created concode_elem_sep String description concode_elem_sep String synopsis concode_elem_sep String orgId ... | void function ( String arg0 ) { description = arg0 ; } |
24,703 | handles the work requested by specified session as a result of having issued the disconnect sql statement . concode_field_sep IntKeyHashMap sessionMap concode_elem_sep int sessionIdCount concode_elem_sep Session sysSession concode_field_sep Session newSession concode_elem_sep HsqlArrayList listVisibleSessions concode_e... | Result function ( Session arg0 ) { sessionMap . remove ( arg0 . getId ( ) ) ; arg0 . disconnect ( ) ; return new Result ( ResultConstants . UPDATECOUNT ) ; } |
24,704 | set content-transfer-encoding value concode_field_sep int P_MODIFICATION_DATE concode_elem_sep int P_DEP_FILENAME concode_elem_sep String TAG concode_elem_sep int P_CONTENT_LOCATION concode_elem_sep int P_DEP_DOMAIN concode_elem_sep byte[] mPartData concode_elem_sep int P_MAC concode_elem_sep int P_CONTENT_DISPOSITION ... | void function ( byte [ ] arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } mPartHeader . put ( P_CONTENT_TRANSFER_ENCODING , arg0 ) ; } |
24,705 | returns the account being used by this authenticator . concode_field_sep String mAuthTokenType concode_elem_sep AccountManager mAccountManager concode_elem_sep Account mAccount concode_elem_sep boolean mNotifyAuthFailure concode_field_sep String getAuthTokenType concode_elem_sep String getAuthToken concode_elem_sep voi... | Account function ( ) { return mAccount ; } |
24,706 | returns whether the enumeration can provide more types from the method descriptor . concode_field_sep int firstIndex concode_elem_sep int index concode_elem_sep String descriptor concode_elem_sep int lastIndex concode_field_sep void skipClass concode_elem_sep void skipArray concode_elem_sep void main concode_elem_sep S... | boolean function ( ) { return index < lastIndex ; } |
24,707 | return the jta usertransaction object for the current transaction . concode_field_sep UserTransaction userTransaction concode_elem_sep boolean resetTransactionTimeout concode_field_sep void flush concode_elem_sep boolean isRollbackOnly | UserTransaction function ( ) { return this . userTransaction ; } |
24,708 | the device name that is exposed to the instance , such as / dev/sdh . for the root device , you can use the explicit device name or you can set this parameter to root_device and aws opsworks will provide the correct device name . concode_field_sep String noDevice concode_elem_sep String virtualName concode_elem_sep Ebs... | BlockDeviceMapping function ( String arg0 ) { setDeviceName ( arg0 ) ; return this ; } |
24,709 | assert the result from asynchronous processing with the given matcher . this method can be used when a controller method returns callable or webasynctask . concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher sessionAttribute concode_elem_sep ResultMatcher sessionAttribute concode_elem_sep void ass... | ResultMatcher function ( final Matcher < T > arg0 ) { return new ResultMatcher ( ) { @ Override @ SuppressWarnings ( "srini_string" ) public void match ( MvcResult arg1 ) { HttpServletRequest loc0 = arg1 . getRequest ( ) ; assertAsyncStarted ( loc0 ) ; assertThat ( "srini_string" , ( T ) arg1 . getAsyncResult ( ) , arg... |
24,710 | updates statistics min and max using the passed value concode_field_sep long num_nulls concode_elem_sep boolean hasNonNullValue concode_field_sep boolean isSmallerThan concode_elem_sep T genericGetMin concode_elem_sep void setNumNulls concode_elem_sep boolean isEmpty concode_elem_sep byte[] getMaxBytes concode_elem_sep... | void function ( int arg0 ) { throw new UnsupportedOperationException ( ) ; } |
24,711 | sets the error state of the parser . called by subclasses of the parser to set the type of error when failing a parse . concode_field_sep Map<Class<?>,Class<? extends FieldParser<?>>> PARSERS concode_elem_sep ParseErrorState errorState concode_field_sep int parseField concode_elem_sep ParseErrorState getErrorState conc... | void function ( ParseErrorState arg0 ) { this . errorState = arg0 ; } |
24,712 | sets the value of the profiles property . concode_field_sep long serialVersionUID concode_elem_sep Userprofiles userprofiles concode_elem_sep Profiles profiles concode_elem_sep ConfigurationType type concode_elem_sep BigInteger version concode_field_sep BigInteger getVersion concode_elem_sep void setVersion concode_ele... | void function ( Profiles arg0 ) { this . profiles = arg0 ; } |
24,713 | returns the function value . concode_field_sep double std concode_elem_sep double mean concode_elem_sep double factor concode_elem_sep double denominator concode_field_sep double getStandardDeviation concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep double getMean | double function ( double arg0 ) { double loc0 = arg0 - this . mean ; return this . factor * Math . exp ( - loc0 * loc0 / this . denominator ) ; } |
24,714 | gets the current year . concode_field_sep int lastDayOfWeekend concode_elem_sep Date curMonthAndYear concode_elem_sep int firstDayOfWeekend concode_elem_sep String[] dayOfWeekNames concode_elem_sep int DAYS_IN_WEEK concode_elem_sep int WEEKS_IN_MONTH concode_elem_sep int numDaysInMonth concode_elem_sep String[] dayOfMo... | int function ( ) { return curMonthAndYear . getYear ( ) ; } |
24,715 | get the source server for the plan for this region . concode_field_sep long serialVersionUID concode_elem_sep ServerName source concode_elem_sep ServerName dest concode_elem_sep HRegionInfo hri concode_field_sep int compare concode_elem_sep ServerName getDestination concode_elem_sep int hashCode concode_elem_sep boolea... | ServerName function ( ) { return source ; } |
24,716 | this operation is not supported . concode_field_sep Object DEFAULT_ACTION concode_elem_sep IAction UNSUPPORTED_ACTION concode_elem_sep Map map concode_field_sep Set entrySet concode_elem_sep boolean containsKey concode_elem_sep Collection values concode_elem_sep boolean isEmpty concode_elem_sep boolean isDefaultAction ... | void function ( ) { throw new UnsupportedOperationException ( Util . getString ( "srini_string" ) ) ; } |
24,717 | gets the value of the unit property . concode_field_sep String unit concode_elem_sep MovieType.Length length concode_elem_sep Float rating concode_elem_sep String synopsis concode_elem_sep String title concode_elem_sep short value concode_field_sep short getValue concode_elem_sep void setLength concode_elem_sep String ... | String function ( ) { return unit ; } |
24,718 | start here ! creates a new builder so you can make a plaidclient concode_field_sep String clientId concode_elem_sep long DEFAULT_READ_TIMEOUT_SECONDS concode_elem_sep long connectTimeoutSeconds concode_elem_sep String publicKey concode_elem_sep String secret concode_elem_sep String DEFAULT_PRODUCTION_BASE_URL concode_e... | Builder function ( ) { return new Builder ( ) ; } |
24,719 | construct a valid uri string by combining the current fragment values concode_field_sep int PROTOCOL concode_elem_sep int HOST concode_elem_sep int FULL_URI concode_elem_sep String[] fragments concode_elem_sep int PATH concode_elem_sep int QUERY concode_elem_sep int REF concode_elem_sep int USER_INFO concode_elem_sep i... | String function ( ) { return toURI ( ) . toString ( ) ; } |
24,720 | sets the manytomany . concode_field_sep List components concode_elem_sep One one concode_elem_sep List manyToMany concode_elem_sep Foo foo concode_elem_sep int count concode_elem_sep Collection bag concode_elem_sep Simple simple concode_elem_sep Many many concode_elem_sep Set composites concode_elem_sep Collection lazy... | void function ( List arg0 ) { this . manyToMany = arg0 ; } |
24,721 | helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ... | void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } |
24,722 | returns the first interface from the list of discovered interfaces that has an address . if no such interface can be found or if no interfaces were discovered , null is returned . concode_field_sep Map<String,InterfaceAssociation> mainAddress concode_elem_sep NetworkInterface iface concode_elem_sep Logger LOGGER concod... | InterfaceAssociation function ( ) { for ( InterfaceAssociation loc0 : interfaces ) { if ( loc0 . getAddr ( ) != null ) { return loc0 ; } } return null ; } |
24,723 | append a long value . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep JSONWri... | JSONWriter function ( long arg0 ) { return this . append ( Long . toString ( arg0 ) ) ; } |
24,724 | get a read only set of authenticating authority concode_field_sep AuthnContextTypeSequence sequence concode_elem_sep Set<URI> authenticatingAuthority concode_elem_sep Set<URIType> URITypes concode_elem_sep AuthnContextClassRefType classRef concode_elem_sep AuthnContextDeclType authnContextDecl concode_field_sep void se... | Set < URI > function ( ) { return Collections . unmodifiableSet ( authenticatingAuthority ) ; } |
24,725 | sets the number of processors corresponding to this vertex that will be created on each member . if the value is -1 , use the default local parallelism from configuration . concode_field_sep ProcessorMetaSupplier supplier concode_elem_sep int localParallelism concode_elem_sep String name concode_field_sep int getLocalP... | Vertex function ( int arg0 ) { if ( arg0 < - 1 || arg0 == 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . localParallelism = arg0 ; return this ; } |
24,726 | walks through the hierarchy bottom-up and removes the first occurrence of a tag that is encountered . concode_field_sep List<TagAttributes> chain concode_elem_sep String tag concode_elem_sep Map<String,String> attrs concode_field_sep String getProperty concode_elem_sep boolean hasProperty concode_elem_sep void addToCha... | void function ( String arg0 ) { for ( int loc0 = chain . size ( ) - 1 ; loc0 >= 0 ; -- loc0 ) { if ( arg0 . equals ( chain . get ( loc0 ) . arg0 ) ) { chain . remove ( loc0 ) ; return ; } } } |
24,727 | sets the first name concode_field_sep String P_ID_MIDDLENAME concode_elem_sep String P_ID_FIRSTNAME concode_elem_sep String P_MIDDLENAME concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep Vector<TextPropertyDescriptor> descriptors concode_elem_sep String initial concode_elem_sep String ... | void function ( String arg0 ) { firstName = arg0 ; } |
24,728 | returns this block 's value channel for the specified qname . if no such channel exists yet , a new one is created . concode_field_sep ExiStructureOutputChannel chStruct concode_elem_sep LinkedList<ExiValueOutputChannel> chValue concode_field_sep int getSize concode_elem_sep void writeCombinedChannel concode_elem_sep v... | ExiValueOutputChannel function ( QName arg0 ) { ExiValueOutputChannel loc0 = null ; for ( ExiValueOutputChannel loc1 : this . chValue ) { if ( loc1 . getQualifiedName ( ) . equals ( arg0 ) ) { loc0 = loc1 ; } } if ( loc0 == null ) { loc0 = new ExiValueOutputChannel ( arg0 ) ; this . chValue . add ( loc0 ) ; } return lo... |
24,729 | returns the network operator name . concode_field_sep ComponentName cdmDeviceAdmin concode_elem_sep String BUILD_DATE_UTC_PROPERTY concode_elem_sep DevicePolicyManager devicePolicyManager concode_elem_sep Root rootChecker concode_elem_sep Context context concode_elem_sep Resources resources concode_elem_sep TelephonyMa... | String function ( ) { return telephonyManager . getSimOperatorName ( ) ; } |
24,730 | given an index in the range 0 ... size -1 , sets a new value for the indexth key-value mapping that this sparsearray stores . concode_field_sep Object DELETED concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep int keyAt concode_e... | void function ( int arg0 , E arg1 ) { if ( mGarbage ) { gc ( ) ; } mValues [ arg0 ] = arg1 ; } |
24,731 | sets the combo to the given synchronization behavior . concode_field_sep ListViewer viewer concode_elem_sep Button upButton concode_elem_sep String ENABLE_DOWN_IMG concode_elem_sep Button downButton concode_elem_sep Combo combo concode_elem_sep int DESCRIPTION_LABEL_WIDTH_HINT concode_elem_sep String synchronizationBeh... | void function ( String arg0 ) { int loc0 = COMBO_VALUES . indexOf ( arg0 ) ; if ( loc0 != - 1 ) { combo . select ( loc0 ) ; synchronizationBehaviorValue = arg0 ; } } |
24,732 | a list of policies . note : this method appends the values to the existing list if any . use #setpolicies java.util.collection or #withpolicies java.util.collection if you want to override theexisting values . concode_field_sep Boolean isTruncated concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.S... | ListPoliciesResult function ( Policy ... arg0 ) { if ( this . policies == null ) { setPolicies ( new com . amazonaws . internal . SdkInternalList < Policy > ( arg0 . length ) ) ; } for ( Policy loc0 : arg0 ) { this . policies . add ( loc0 ) ; } return this ; } |
24,733 | get the locale object that is being used . concode_field_sep Locale m_locale concode_elem_sep String m_resourceBundleName concode_elem_sep ListResourceBundle m_resourceBundle concode_field_sep String createMessage concode_elem_sep ListResourceBundle getResourceBundle concode_elem_sep ListResourceBundle loadResourceBund... | Locale function ( ) { return m_locale ; } |
24,734 | configure tls extensions on sslsocket for route . concode_field_sep Logger logger concode_elem_sep int INFO concode_elem_sep Platform PLATFORM concode_elem_sep int WARN concode_field_sep byte[] concatLengthPrefixed concode_elem_sep String getPrefix concode_elem_sep void connectSocket concode_elem_sep void log concode_e... | void function ( SSLSocket arg0 , String arg1 , List < Protocol > arg2 ) { } |
24,735 | return the name that corresponds to this id . concode_field_sep int m_native concode_field_sep int intValue concode_elem_sep AclId _getSessionUser concode_elem_sep AclId _fromName concode_elem_sep AclId getUser concode_elem_sep boolean isSuperuser concode_elem_sep boolean hasSchemaCreatePermission concode_elem_sep Stri... | String function ( ) { synchronized ( Backend . THREADLOCK ) { return this . _getName ( ) ; } } |
24,736 | this method exists for binary compatibility . it was part of a heap sizing api which was removed in android 3.0 honeycomb . concode_field_sep VMRuntime THE_ONE concode_field_sep long getMinimumHeapSize concode_elem_sep void trackExternalFree concode_elem_sep boolean trackExternalAllocation concode_elem_sep void gcSoftR... | long function ( long arg0 ) { return 0 ; } |
24,737 | retrieves a byte sequence representing the md5 digest of the specified byte sequence . concode_field_sep MessageDigest md5 concode_field_sep String encodeString concode_elem_sep byte[] digestString | byte [ ] function ( byte [ ] arg0 ) { synchronized ( MD5 . class ) { if ( md5 == null ) { try { md5 = MessageDigest . getInstance ( "srini_string" ) ; } catch ( NoSuchAlgorithmException loc0 ) { throw new RuntimeException ( loc0 . toString ( ) ) ; } } return md5 . digest ( arg0 ) ; } } |
24,738 | create an instance of shoppinglist.item concode_field_sep PlaceHolder placeHolder concode_field_sep ShoppingList createShoppingList | Item function ( ) { return new Item ( ) ; } |
24,739 | configure protected media identifier access setting for this site . concode_field_sep int CAMERA_ACCESS_DENIED concode_elem_sep ContentSettingException mAutoplayExceptionInfo concode_elem_sep int MICROPHONE_ACCESS_DENIED concode_elem_sep int MICROPHONE_ACCESS_ALLOWED concode_elem_sep int mStorageInfoCallbacksLeft conco... | void function ( ContentSetting arg0 ) { if ( mProtectedMediaIdentifierInfo != null ) { mProtectedMediaIdentifierInfo . setContentSetting ( arg0 ) ; } } |
24,740 | disposes of any system resources or security-sensitive information the saslclient might be using . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslClient saslClient concode_field_sep byte[] firstToken concode_elem_sep byte[] respo... | void function ( ) { if ( saslClient != null ) { try { saslClient . dispose ( ) ; } catch ( SaslException loc0 ) { } finally { saslClient = null ; } } } |
24,741 | convert a map of columns to values into the tupledomain which requires those columns to be fixed to those values . null is allowed as a fixed value . concode_field_sep Domain domain concode_elem_sep C column concode_elem_sep Optional<Map<T,Domain>> domains concode_field_sep TupleDomain<T> all concode_elem_sep TupleDoma... | TupleDomain < T > function ( Map < T , NullableValue > arg0 ) { return TupleDomain . withColumnDomains ( arg0 . entrySet ( ) . stream ( ) . collect ( toMap ( Map . Entry :: getKey , entry -> { Type loc0 = entry . getValue ( ) . getType ( ) ; Object loc1 = entry . getValue ( ) . getValue ( ) ; return loc1 == null ? Doma... |
24,742 | gets the value of the title property . concode_field_sep MDDistributorType mdDistributor concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_ele... | String function ( ) { return title ; } |
24,743 | tests if this modbustcplistener is listening and accepting incoming connections . concode_field_sep InetAddress m_Address concode_elem_sep Logger logger concode_elem_sep int m_Port concode_elem_sep boolean m_Listening concode_elem_sep int c_RequestCounter concode_elem_sep Thread m_Listener concode_elem_sep int m_FloodP... | boolean function ( ) { return m_Listening ; } |
24,744 | records a change event . concode_field_sep SeriesChangeEvent lastEvent concode_field_sep void testClear concode_elem_sep void testAdditionOfDuplicatePeriod concode_elem_sep void testSetMaximumItemCount2 concode_elem_sep void testCloning concode_elem_sep void testRemove concode_elem_sep void testRemove_int concode_elem_... | void function ( SeriesChangeEvent arg0 ) { this . lastEvent = arg0 ; } |
24,745 | adds the thriftpathelement to the thriftpath . concode_field_sep CommandLineUtils.StringStreamConsumer output concode_elem_sep String GENERATED_JAVA concode_elem_sep File javaOutputDirectory concode_elem_sep String generator concode_elem_sep Set<File> thriftFiles concode_elem_sep CommandLineUtils.StringStreamConsumer e... | Builder function ( File arg0 ) { checkNotNull ( arg0 ) ; checkArgument ( arg0 . isDirectory ( ) ) ; thriftPathElements . add ( arg0 ) ; return this ; } |
24,746 | gets the value of the partykey property . concode_field_sep String rowUpdateDate concode_elem_sep String csm5 concode_elem_sep String csm3 concode_elem_sep String csm4 concode_elem_sep String csm1 concode_elem_sep String partyKey concode_elem_sep String csm2 concode_elem_sep String relationTypeCd concode_elem_sep Strin... | String function ( ) { return partyKey ; } |
24,747 | enable the automatic inclusion of a optional records that tries to give the remote dns server a hint about how much data the resolver can read per response . some dnsserver may not support this and so fail to answer queries . if you find problems you may want to disable this . concode_field_sep Integer minTtl concode_e... | DnsNameResolverBuilder function ( boolean arg0 ) { this . optResourceEnabled = arg0 ; return this ; } |
24,748 | gets the quantity . concode_field_sep GregorianCalendar date concode_elem_sep int quantity concode_elem_sep double price concode_elem_sep String description concode_field_sep String getDateString concode_elem_sep void setQuantity concode_elem_sep void setDate concode_elem_sep GregorianCalendar getDate concode_elem_sep ... | int function ( ) { return quantity ; } |
24,749 | accepts a file list , actual num values is 0 , mode is list_include_empty concode_field_sep String otherUser concode_elem_sep GpContext jobContext concode_elem_sep String ftpFile concode_elem_sep TaskLoader taskLoader concode_elem_sep String lsid concode_elem_sep Map<String,ParameterInfoRecord> paramInfoMap concode_ele... | void function ( ) { doTest ( true , 0 , ParamListHelper . ListMode . LIST_INCLUDE_EMPTY ) ; } |
24,750 | returns the result of interpretting the object as an instance of ` head ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep PrimarykeyjoinPackage modelPackage concode_field_sep T doSwitch concode_elem_sep T doSwitch concode_elem_sep T doSwitch concode_elem_se... | T function ( Head arg0 ) { return null ; } |
24,751 | callback method that tells the task that it has stopped executing . concode_field_sep Log log concode_elem_sep boolean isExecuting concode_elem_sep TaskDefinition taskDefinition concode_field_sep void authenticate concode_elem_sep TaskDefinition getTaskDefinition concode_elem_sep void startExecuting concode_elem_sep vo... | void function ( ) { this . isExecuting = false ; } |
24,752 | this method resets the incoming events time events included . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean guard concode_elem_sep int nextStateIndex concode_elem_sep boolean done concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInte... | void function ( ) { sCInterface . clearEvents ( ) ; } |
24,753 | given a tag value , determines the wire type the lower 3 bits . concode_field_sep double EMPTY_DOUBLE_ARRAY[] concode_elem_sep int WIRETYPE_FIXED64 concode_elem_sep int WIRETYPE_END_GROUP concode_elem_sep int WIRETYPE_VARINT concode_elem_sep byte[] EMPTY_BYTES_ARRAY[] concode_elem_sep int WIRETYPE_START_GROUP concode_e... | int function ( final int arg0 ) { return arg0 & TAG_TYPE_MASK ; } |
24,754 | tests construction with null encoder should throw an exception . concode_field_sep PlaceHolder placeHolder concode_field_sep void testConstructorWithNullEolSymbols concode_elem_sep void testUseQuoteModeWithNull concode_elem_sep void testConstants concode_elem_sep void testCustomPreference concode_elem_sep void testSkip... | void function ( ) { new CsvPreference . Builder ( EXCEL_PREFERENCE ) . useEncoder ( null ) . build ( ) ; } |
24,755 | sets the value of the cmpcode property . concode_field_sep String cmpCode concode_elem_sep String code concode_field_sep void setCode concode_elem_sep String getCode concode_elem_sep String getCmpCode | void function ( String arg0 ) { this . cmpCode = arg0 ; } |
24,756 | sets the value of the typereminder property . concode_field_sep String wDay concode_elem_sep String typeReminder concode_elem_sep String sDate concode_elem_sep Long idReminder concode_elem_sep String description concode_elem_sep String mDay concode_elem_sep String dateRegistered concode_elem_sep String status concode_f... | void function ( String arg0 ) { this . typeReminder = arg0 ; } |
24,757 | adds a value that has been seen n times to the observed values concode_field_sep double min concode_elem_sep double max concode_elem_sep double count concode_elem_sep double sum concode_elem_sep double sumSq concode_elem_sep double mean concode_elem_sep double stdDev concode_elem_sep long serialVersionUID concode_field... | void function ( double arg0 , double arg1 ) { sum += arg0 * arg1 ; sumSq += arg0 * arg0 * arg1 ; count += arg1 ; if ( Double . isNaN ( min ) ) { min = max = arg0 ; } else if ( arg0 < min ) { min = arg0 ; } else if ( arg0 > max ) { max = arg0 ; } } |
24,758 | formats the given date according to the specified pattern . the pattern must conform to that used by the simpledateformat simple dateformat class . concode_field_sep String PATTERN_RFC1123 concode_elem_sep String[] DEFAULT_PATTERNS concode_elem_sep Date DEFAULT_TWO_DIGIT_YEAR_START concode_elem_sep TimeZone GMT concode... | String function ( final Date arg0 , final String arg1 ) { Args . notNull ( arg0 , "srini_string" ) ; Args . notNull ( arg1 , "srini_string" ) ; final SimpleDateFormat loc0 = DateFormatHolder . formatFor ( arg1 ) ; return loc0 . format ( arg0 ) ; } |
24,759 | used by the whitebox gui to tell if this plugin is still running . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String ... | boolean function ( ) { return amIActive ; } |
24,760 | returns the cursor position . concode_field_sep double cursor concode_elem_sep List ticks concode_elem_sep double max concode_field_sep void setMax concode_elem_sep List getTicks concode_elem_sep void cursorRight concode_elem_sep double getMax concode_elem_sep void cursorDown concode_elem_sep void cursorLeft concode_el... | double function ( ) { return this . cursor ; } |
24,761 | updates current object 's state on the basis of the given event assuming that there are no stored change ranges that start after offset denoted by the given event . concode_field_sep boolean myCollectChanges concode_elem_sep List<TextChangeImpl> myChanges concode_field_sep void documentChanged concode_elem_sep void cut... | void function ( DocumentEvent arg0 , StringBuilder arg1 ) { int loc0 = findIndex ( arg0 . getOffset ( ) ) ; int loc1 = arg0 . getOffset ( ) + arg0 . getNewLength ( ) ; TextChangeImpl loc2 = new TextChangeImpl ( arg1 , arg0 . getOffset ( ) , loc1 ) ; if ( loc0 < 0 ) { myChanges . add ( loc2 ) ; } else { myChanges . add ... |
24,762 | sets whether this is the last list slice in the series . concode_field_sep Parcel mParcel concode_elem_sep int mNumItems concode_elem_sep int MAX_IPC_SIZE concode_elem_sep Parcelable.Creator<ParceledListSlice> CREATOR concode_elem_sep boolean mIsLastSlice concode_field_sep T populateList concode_elem_sep boolean isLast... | void function ( boolean arg0 ) { mIsLastSlice = arg0 ; } |
24,763 | returns whether this tab is dirty . it is up to clients to set/reset and consult this attribute as required . by default , a tab is initialized to dirty . concode_field_sep Control fControl concode_elem_sep String fErrorMessage concode_elem_sep boolean fDirty concode_elem_sep String fMessage concode_elem_sep ILaunchCon... | void function ( boolean arg0 ) { this . fDirty = arg0 ; } |
24,764 | attach a state to the appstatemanager , the same state can not be attached twice . concode_field_sep Application app concode_elem_sep SafeArrayList<AppState> initializing concode_elem_sep SafeArrayList<AppState> terminating concode_elem_sep SafeArrayList<AppState> states concode_elem_sep AppState[] stateArray concode_f... | boolean function ( AppState arg0 ) { synchronized ( states ) { if ( ! states . contains ( arg0 ) && ! initializing . contains ( arg0 ) ) { arg0 . stateAttached ( this ) ; initializing . add ( arg0 ) ; return true ; } else { return false ; } } } |
24,765 | returns the cache object or null if one does n't exist . concode_field_sep boolean needsCheckpoint concode_elem_sep Log log concode_elem_sep SimpleLog appLog concode_elem_sep boolean logStatements concode_elem_sep LockFile lf concode_elem_sep boolean syncFile concode_field_sep void checkpoint concode_elem_sep int getLo... | boolean function ( ) { if ( log == null ) { return false ; } else { return log . hasCache ( ) ; } } |
24,766 | returns true if the network is available or about to become available . concode_field_sep int TYPE_NOT_CONNECTED concode_elem_sep int COLUMN_OTX_RESPONSE concode_elem_sep int COLUMN_TYPE concode_elem_sep int COLUMN_URL concode_elem_sep String[] OTXRESPONSES_COLUMNS concode_elem_sep int TYPE_MOBILE concode_elem_sep int ... | boolean function ( Context arg0 ) { ConnectivityManager loc0 = ( ConnectivityManager ) arg0 . getSystemService ( Context . CONNECTIVITY_SERVICE ) ; NetworkInfo loc1 = loc0 . getActiveNetworkInfo ( ) ; if ( loc1 != null && loc1 . getType ( ) == ConnectivityManager . TYPE_MOBILE ) { Timber . v ( loc1 . getExtraInfo ( ) )... |
24,767 | gets the t wrapped object . concode_field_sep T wrappedObject concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString | T function ( ) { return this . wrappedObject ; } |
24,768 | returns the date to display . concode_field_sep String m_typeName concode_elem_sep String m_description concode_elem_sep String m_createParameter concode_elem_sep String NAVIGATION_LEVEL_PARAMETER concode_elem_sep String m_date concode_elem_sep long serialVersionUID concode_elem_sep String m_vfsPath concode_elem_sep Fl... | String function ( ) { return m_date ; } |
24,769 | gets the value of the customrecordtype property . concode_field_sep GetSelectValueFilter filter concode_elem_sep String field concode_elem_sep String sublist concode_elem_sep RecordType recordType concode_elem_sep RecordRef customForm concode_elem_sep GetSelectFilterByFieldValueList filterByValueList concode_elem_sep R... | RecordRef function ( ) { return customRecordType ; } |
24,770 | like layout.removemembers but ensures a synchronous destroy of each member . concode_field_sep boolean useDefaultIds concode_elem_sep String DEFAULT_ID concode_field_sep String getSmallStackTrace concode_elem_sep T setHtmlId concode_elem_sep String getLocatableHref concode_elem_sep String getSafeId concode_elem_sep Str... | void function ( T arg0 ) { if ( null == arg0 ) { return ; } Canvas [ ] loc0 = arg0 . getMembers ( ) ; if ( null == loc0 ) { return ; } for ( Canvas loc1 : loc0 ) { arg0 . removeMember ( loc1 ) ; loc1 . destroy ( ) ; } } |
24,771 | f0 - > '' , '' f1 - > formalparameter concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( FormalParameterRest arg0 ) { arg0 . f0 . accept ( this ) ; arg0 . f1 . accept ( this ) ; } |
24,772 | helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g... | void function ( JSONArray arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } |
24,773 | serializes this filter to the given file in hdfs . the file will be overwritten . concode_field_sep byte[] mask concode_elem_sep HashFunctionLibrary LIBRARY concode_elem_sep long NUM_BITS concode_elem_sep long arrayLength concode_elem_sep int TBObitIndex concode_elem_sep Logger LOG concode_elem_sep long trueSize concod... | void function ( Path arg0 ) { FSDataOutputStream loc0 = FileSystem . get ( NimbusConf . getConf ( ) ) . create ( arg0 ) ; loc0 . writeLong ( arrayLength ) ; loc0 . write ( bytes ) ; loc0 . flush ( ) ; loc0 . close ( ) ; LOG . info ( "srini_string" + arrayLength + "srini_string" + arg0 ) ; } |
24,774 | sets the value of the content property . concode_field_sep String content concode_field_sep String getContent | void function ( final String arg0 ) { this . content = arg0 ; } |
24,775 | return type metadata object concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String reconciliationOrderReportActionType concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.encoding.Serializer getSerializer con... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
24,776 | caches the browser trackers in the entity cache if it is enabled . concode_field_sep BrowserTrackerPersistence _persistence concode_field_sep int countAll concode_elem_sep List<BrowserTracker> findWithDynamicQuery concode_elem_sep List<BrowserTracker> findWithDynamicQuery concode_elem_sep List<BrowserTracker> findWithD... | void function ( java . util . List < com . liferay . portal . model . BrowserTracker > arg0 ) { getPersistence ( ) . cacheResult ( arg0 ) ; } |
24,777 | default implementation that returns true if method groupcomputer #getallgroupids contains given groupname . concode_field_sep PlaceHolder placeHolder concode_field_sep UserManager getUM concode_elem_sep List<String> searchGroups | boolean function ( String arg0 ) { List < String > loc0 = getAllGroupIds ( ) ; if ( loc0 != null ) { return loc0 . contains ( arg0 ) ; } return false ; } |
24,778 | throttles the request reader and response writer to sleep for the given period after each series of bytesperperiod bytes are transferred . use this to simulate network behavior . concode_field_sep SocketPolicy socketPolicy concode_elem_sep Settings settings concode_elem_sep Headers.Builder headers concode_elem_sep Stri... | MockResponse function ( long arg0 , long arg1 , TimeUnit arg2 ) { this . throttleBytesPerPeriod = arg0 ; this . throttlePeriodAmount = arg1 ; this . throttlePeriodUnit = arg2 ; return this ; } |
24,779 | gets the tab placement , either top or bottom . concode_field_sep String tabPlacement concode_elem_sep int tabIndex concode_elem_sep List tabItems concode_elem_sep HtmlSelectOneRadio selectedTabObject concode_elem_sep int index concode_elem_sep String newTabLabel concode_elem_sep String label concode_elem_sep String co... | String function ( ) { return tabPlacement ; } |
24,780 | sets the underlying connect timeout in milliseconds . a value of 0 specifies an infinite timeout . concode_field_sep boolean defaultClient concode_elem_sep OkHttpClient client concode_field_sep void setReadTimeout concode_elem_sep void setWriteTimeout concode_elem_sep Request buildRequest concode_elem_sep ClientHttpReq... | void function ( int arg0 ) { this . client = this . client . newBuilder ( ) . arg0 ( arg0 , TimeUnit . MILLISECONDS ) . build ( ) ; } |
24,781 | returns the identifier of the scheduled task . concode_field_sep String tokenId concode_elem_sep long serialVersionUID concode_field_sep placeholderType placeHolder | String function ( ) { return tokenId ; } |
24,782 | this will consume some desired level of cpu . this api will try to use up ` x ' percent of the target cumulative cpu usage . currently x is set to 10 % . concode_field_sep double returnValue concode_elem_sep long lastSeenCpuUsage concode_elem_sep boolean enabled concode_elem_sep ResourceCalculatorPlugin monitor concode... | void function ( ) { for ( int loc0 = 0 ; loc0 < numIterations ; ++ loc0 ) { performUnitComputation ( ) ; } } |
24,783 | resolves a uri reference against a base uri . work-around for bug in java.net.uri concode_field_sep PlaceHolder placeHolder concode_field_sep URI removeDotSegments concode_elem_sep URI rewriteURI concode_elem_sep URI rewriteURI concode_elem_sep HttpHost extractHost concode_elem_sep URI createURI concode_elem_sep URI re... | URI function ( final URI arg0 , final String arg1 ) { return URIUtils . resolve ( arg0 , URI . create ( arg1 ) ) ; } |
24,784 | not implemented on messagebrokertenantmanagementlistener . concode_field_sep Logger logger concode_field_sep int getListenerOrder concode_elem_sep void onTenantCreate concode_elem_sep void onTenantUpdate concode_elem_sep void onTenantInitialActivation concode_elem_sep void onSubscriptionPlanChange concode_elem_sep void... | void function ( int arg0 ) { } |
24,785 | getter for the field reporttype . concode_field_sep String date concode_elem_sep String fieldhas concode_elem_sep String reporttype concode_elem_sep String reportemail concode_elem_sep String reportfiletype concode_field_sep void setFieldhas concode_elem_sep void setReporttype concode_elem_sep String getReportemail con... | String function ( ) { return reporttype ; } |
24,786 | return the value of this vintwritable . concode_field_sep int value concode_field_sep void readFields concode_elem_sep void set concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo concode_elem_sep void write | int function ( ) { return value ; } |
24,787 | returns the selected index or -1 if there is no selection . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_elem_sep int index concode_elem_sep ChangeEvent changeEvent concode_field_sep T[] getListeners concode_elem_sep void removeChangeListener concode_elem_sep ChangeLis... | int function ( ) { return index ; } |
24,788 | creates binary attribute . concode_field_sep VersionFourGenerator idGenerator concode_field_sep String generateUid concode_elem_sep DecimalAttribute createDecimalAttribute concode_elem_sep TextAttribute createTextAttribute concode_elem_sep StringAttribute createStringAttribute concode_elem_sep PasswordRecovery createPa... | BinaryAttribute function ( QName arg0 , InputStream arg1 ) { return new MockBinaryAttribute ( arg0 , arg1 ) ; } |
24,789 | check if iterator has next element . if not throw nosuchelementexception concode_field_sep PlaceHolder placeHolder concode_field_sep E isNotNull concode_elem_sep long checkNotNegative concode_elem_sep int checkNotNegative concode_elem_sep int checkAsyncBackupCount concode_elem_sep void checkFalse concode_elem_sep long ... | Iterator < T > function ( Iterator < T > arg0 , String arg1 ) { if ( ! arg0 . hasNext ( ) ) { throw new NoSuchElementException ( arg1 ) ; } return arg0 ; } |
24,790 | adds an unnamed value to the formatted output . it is strongly encouraged to use #add string , long insteadand give value a readable name . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep String name concode_elem_sep String className concode_elem_sep boolean omitNullValues co... | ToStringHelper function ( long arg0 ) { return addHolder ( String . valueOf ( arg0 ) ) ; } |
24,791 | setter for the policyprovider member . concode_field_sep int authServerPort concode_elem_sep com.vmware.photon.controller.api.frontend.auth.PolicyProvider policyProvider concode_elem_sep String AUTHORIZATION_HEADER concode_elem_sep String sharedSecret concode_elem_sep String AUTHORIZATION_METHOD concode_elem_sep Logger... | void function ( PolicyProvider arg0 ) { this . policyProvider = arg0 ; } |
24,792 | the earliest start time of the event . concode_field_sep String eventId concode_elem_sep java.util.Date notAfter concode_elem_sep String description concode_elem_sep String eventType concode_elem_sep java.util.Date notBefore concode_field_sep void setEventId concode_elem_sep VolumeStatusEvent withEventType concode_elem... | void function ( java . util . Date arg0 ) { this . notBefore = arg0 ; } |
24,793 | path to dump all class files the agent sees are dumped to . defaults to no dumps . concode_field_sep File destinationFile concode_elem_sep JacocoAgentJar agent concode_elem_sep List<String> excludes concode_elem_sep String address concode_elem_sep Output output concode_elem_sep boolean append concode_elem_sep File work... | File function ( ) { return classDumpFile ; } |
24,794 | get the size of the map for given block pool concode_field_sep Map<String,Map<Long,ReplicaInfo>> map concode_elem_sep Object mutex concode_field_sep ReplicaInfo add concode_elem_sep void initBlockPool concode_elem_sep void cleanUpBlockPool concode_elem_sep void addAll concode_elem_sep Object getMutext concode_elem_sep ... | int function ( String arg0 ) { Map < Long , ReplicaInfo > loc0 = null ; synchronized ( mutex ) { loc0 = map . get ( arg0 ) ; return loc0 != null ? loc0 . size ( ) : 0 ; } } |
24,795 | set the positional index of this parameter concode_field_sep List<Object> resultSetIDs concode_elem_sep Expression expression concode_elem_sep int parameterType concode_elem_sep boolean usingDefault concode_elem_sep int IN concode_elem_sep int RESULT_SET concode_elem_sep ElementSymbol parameterSymbol concode_elem_sep b... | void function ( int arg0 ) { this . index = arg0 ; } |
24,796 | sets the group id of this subscription . concode_field_sep Subscription _subscription concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_e... | void function ( long arg0 ) { _subscription . setGroupId ( arg0 ) ; } |
24,797 | creates and starts a new stopwatch , using the specified time source . concode_field_sep Ticker ticker concode_elem_sep long elapsedNanos concode_elem_sep boolean isRunning concode_elem_sep long startTick concode_field_sep long elapsed concode_elem_sep String abbreviate concode_elem_sep Stopwatch createUnstarted concod... | Stopwatch function ( Ticker arg0 ) { return new Stopwatch ( arg0 ) . start ( ) ; } |
24,798 | returns the base uri without any scheme or uri query parameters property values concode_field_sep Map<String,Object> propertyValues concode_elem_sep Component component concode_elem_sep String baseUri concode_field_sep ParameterConfiguration getParameterConfiguration concode_elem_sep String getUriString concode_elem_se... | String function ( ) { return baseUri ; } |
24,799 | object item . concode_field_sep Writer mWriter concode_elem_sep String[] CONTROL_CHAR_MAP concode_elem_sep byte ARRAY concode_elem_sep byte OBJECT_VALUE concode_elem_sep int itemCount concode_elem_sep byte type concode_elem_sep byte UNKNOWN concode_elem_sep byte OBJECT concode_elem_sep State mState concode_elem_sep Sta... | JSONWriter function ( String arg0 ) { beforeObjectItem ( ) ; mWriter . write ( JSON . QUOTE ) ; mWriter . write ( escape ( arg0 ) ) ; mWriter . write ( JSON . QUOTE ) ; mWriter . write ( JSON . COLON ) ; return this ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.