idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
17,900 | get this node 's align items , as defined by style . concode_field_sep CSSNode mParent concode_elem_sep CSSNode nextAbsoluteChild concode_elem_sep CSSStyle style concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep MeasureFunction mMeasureFunction concode_elem_sep CachedCSSLayou... | CSSAlign function ( ) { return style . alignSelf ; } |
17,901 | returns an unmodifiable set that contains all scopes declared by this class . concode_field_sep String USERINFO_EMAIL concode_field_sep placeholderType placeHolder | java . util . Set < String > function ( ) { java . util . Set < String > loc0 = new java . util . HashSet < String > ( ) ; loc0 . add ( USERINFO_EMAIL ) ; return java . util . Collections . unmodifiableSet ( loc0 ) ; } |
17,902 | called when an activity you launched exits , giving you the requestcode you started it with , the resultcode it returned , and any additional data from it . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id conco... | void function ( int arg0 , int arg1 , Intent arg2 ) { } |
17,903 | by default , transient and derived references are never copied , and containment references always are copied . 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... | boolean function ( EObject arg0 , EReference arg1 , Object arg2 ) { if ( ( arg1 . isTransient ( ) ) || ( arg1 . isDerived ( ) ) ) { return false ; } else { return arg1 . isContainment ( ) ; } } |
17,904 | gets first field in the class list of fields . concode_field_sep IgnitePredicate<Method> mp concode_elem_sep ConcurrentMap<Class,List<Field>> fields concode_elem_sep int CACHE_SIZE concode_elem_sep ConcurrentMap<Class,List<Method>> mtds concode_elem_sep Comparator<Method> METHOD_NAME_COMPARATOR concode_elem_sep long se... | Field function ( Class < ? > arg0 ) { assert arg0 != null ; List < Field > loc0 = fields ( arg0 ) ; return loc0 . isEmpty ( ) ? null : loc0 . get ( 0 ) ; } |
17,905 | calculates the capacity of the oven concode_field_sep double BT concode_elem_sep double OC concode_elem_sep double PD concode_elem_sep double BW concode_elem_sep double PW concode_elem_sep boolean panIsRound concode_elem_sep double PL concode_field_sep double VMRC concode_elem_sep double VORC concode_elem_sep double VS... | double function ( ) { double loc0 = panIsRound ? IRC ( ) : ISC ( ) ; return ( double ) Math . round ( loc0 * 10 ) / 10 ; } |
17,906 | returns the asset with the primary key . concode_field_sep AssetLocalService _service concode_field_sep com.liferay.samplealloymvc.model.Asset addAsset concode_elem_sep com.liferay.samplealloymvc.model.Asset fetchAsset concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel... | com . liferay . samplealloymvc . model . Asset function ( long arg0 ) { return getService ( ) . getAsset ( arg0 ) ; } |
17,907 | locate the setting for the server properties . concode_field_sep PlaceHolder placeHolder concode_field_sep String justPackageName concode_elem_sep Set<String> set concode_elem_sep String extractStringOption concode_elem_sep String normalizeDriveLetter concode_elem_sep String toFileSystemPath concode_elem_sep int extrac... | String function ( String [ ] arg0 ) { for ( String loc0 : arg0 ) { if ( loc0 . startsWith ( "srini_string" ) ) { return loc0 ; } } return null ; } |
17,908 | sets the whiteboxpluginhost to which the plugin tool is tied . this is the class that the plugin will send all feedback messages , progress updates , and return objects . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgress... | void function ( WhiteboxPluginHost arg0 ) { myHost = arg0 ; } |
17,909 | saves the database concode_field_sep boolean changed concode_elem_sep String name concode_elem_sep Hashtable contact_list concode_elem_sep String filename concode_elem_sep Hashtable users concode_field_sep NameAddress getUserContactNameAddress concode_elem_sep String getName concode_elem_sep String getName concode_elem... | void function ( ) { BufferedWriter loc0 = null ; changed = false ; try { loc0 = new BufferedWriter ( new FileWriter ( filename ) ) ; loc0 . write ( this . toString ( ) ) ; loc0 . close ( ) ; } catch ( IOException loc1 ) { System . err . println ( "srini_string" = "srini_string" ) ; return ; } } |
17,910 | get a file from the cluster config directory . create it by copying a template from the classpath if it does n't exist . concode_field_sep String CONFIG_DIRECTORY concode_elem_sep ClusterConfigWatcher watcher concode_elem_sep HazelcastInstance hz concode_elem_sep String HAZELCAST_FILENAME concode_elem_sep Logger LOGGER... | Resource function ( String arg0 , Class < ? > arg1 ) { Resource loc0 = rl . get ( CONFIG_DIRECTORY ) ; Resource loc1 = loc0 . get ( arg0 ) ; if ( ! Resources . exists ( loc1 ) ) { IOUtils . copy ( arg1 . getResourceAsStream ( arg0 ) , loc1 . out ( ) ) ; } return loc1 ; } |
17,911 | reads given policy resource as policydto concode_field_sep Registry registry concode_elem_sep Log log concode_elem_sep String policyStorePath concode_field_sep Resource getPolicyResource concode_elem_sep PolicyDTO[] readAllPolicies concode_elem_sep Resource[] getAllPolicyResource concode_elem_sep String readPolicyCombi... | PolicyDTO function ( String arg0 ) { Resource loc0 = null ; loc0 = getPolicyResource ( arg0 ) ; if ( loc0 == null ) { return new PolicyDTO ( ) ; } return readPolicy ( loc0 ) ; } |
17,912 | return the result value returned by a successful invocation of the target method , if any . concode_field_sep Throwable exception concode_elem_sep long serialVersionUID concode_elem_sep Object value concode_field_sep Throwable getException concode_elem_sep boolean hasInvocationTargetException concode_elem_sep void setV... | Object function ( ) { return this . value ; } |
17,913 | factory method that returns an empty token token = '' '' , secret = '' '' . useful for two legged oauth . concode_field_sep long serialVersionUID concode_elem_sep String rawResponse concode_elem_sep String secret concode_elem_sep Date expiry concode_elem_sep String token concode_field_sep String getRawResponse concode_... | Token function ( ) { return new Token ( "srini_string" , "srini_string" ) ; } |
17,914 | action to do on drag start . concode_field_sep DragListener listener concode_elem_sep SVGPoint startDragPoint concode_elem_sep Element coordref concode_elem_sep SVGPlot svgp concode_elem_sep Element element concode_field_sep void disableStop concode_elem_sep boolean endDrag concode_elem_sep boolean endDrag concode_elem... | boolean function ( SVGPoint arg0 , Event arg1 ) { if ( listener != null ) { return listener . startDrag ( arg0 , arg1 ) ; } return true ; } |
17,915 | set the filter configuration object for this filter . concode_field_sep boolean debug concode_elem_sep FilterConfig filterConfig concode_field_sep void init concode_elem_sep void sendProcessingError concode_elem_sep void doAfterProcessing concode_elem_sep String getStackTrace concode_elem_sep void doFilter concode_elem... | void function ( FilterConfig arg0 ) { this . filterConfig = arg0 ; } |
17,916 | converts value to a string by using the appropriate typeconverter . concode_field_sep Deque<TypeConverter> customConverters concode_elem_sep List<TypeConverter> converters concode_elem_sep Logger LOG concode_field_sep TypeConverter getConverterForType concode_elem_sep TypeConverter converterForType concode_elem_sep Obj... | String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } Class < ? extends Object > loc0 = arg0 . getClass ( ) ; if ( canSelfRevert ( loc0 ) ) { return selfRevert ( arg0 ) ; } if ( converterRegisteredFor ( loc0 ) ) { return converterForType ( loc0 ) . toString ( arg0 ) ; } return String . value... |
17,917 | the registry id associated with the request . concode_field_sep String policyText concode_elem_sep String registryId concode_elem_sep String repositoryName concode_field_sep void setRepositoryName concode_elem_sep void setPolicyText concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DeleteRe... | void function ( String arg0 ) { this . registryId = arg0 ; } |
17,918 | run the optimization concode_field_sep double gapIni concode_elem_sep int equLen concode_elem_sep double stopLenPer concode_elem_sep double gapExt concode_elem_sep int pro2Len concode_elem_sep int pro1Len concode_elem_sep boolean debug concode_elem_sep double increase concode_elem_sep int keepStep concode_elem_sep int[... | void function ( int arg0 ) { superimposeBySet ( ) ; if ( debug ) System . err . println ( "srini_string" + rmsd ) ; maxKeepStep = 4 ; keepStep = 0 ; optimize ( arg0 ) ; } |
17,919 | read the contents of a file which holds an auth key . concode_field_sep int concurrentTestCount concode_elem_sep String whiskHome concode_elem_sep int DEFAULT_CONCURRENCY concode_elem_sep String python concode_elem_sep Properties whiskProperties concode_elem_sep String WHISK_PROPS_FILE concode_elem_sep String deployTar... | String function ( File arg0 ) { try { byte [ ] loc0 = Files . readAllBytes ( arg0 . toPath ( ) ) ; String loc1 = new String ( loc0 , "srini_string" ) . trim ( ) ; return loc1 ; } catch ( IOException loc0 ) { throw new IllegalStateException ( loc0 ) ; } } |
17,920 | retrieves the designated parameter 's mode . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep String[] classNames concode_field_sep int getPa... | int function ( int arg0 ) { checkRange ( arg0 ) ; return modes [ -- arg0 ] ; } |
17,921 | sets the value of the minpodduration property . concode_field_sep String videoMidrollFrequency concode_elem_sep Long minVideoAdDuration concode_elem_sep MidrollFrequencyType videoMidrollFrequencyType concode_elem_sep String baseAdRuleSlotType concode_elem_sep Long maxPodDuration concode_elem_sep Long id concode_elem_se... | void function ( Long arg0 ) { this . minPodDuration = arg0 ; } |
17,922 | addusermember concode_field_sep String m_viewComments concode_elem_sep String m_commonRule concode_elem_sep List<String> m_groupMembers concode_elem_sep List<Category> m_categories concode_elem_sep List<String> m_userMembers concode_elem_sep String m_viewName concode_elem_sep String m_viewTitle concode_field_sep void s... | void function ( String arg0 ) { m_userMembers . add ( arg0 ) ; } |
17,923 | the number of docidset s that have been evicted from the cache . concode_field_sep long cacheCount concode_elem_sep long hitCount concode_elem_sep long cacheSize concode_elem_sep XContentBuilderString CACHE_SIZE concode_elem_sep XContentBuilderString EVICTIONS concode_elem_sep XContentBuilderString HIT_COUNT concode_el... | long function ( ) { return cacheCount - cacheSize ; } |
17,924 | f0 - > `` jump '' f1 - > label concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | R function ( JumpStmt arg0 ) { R loc0 = null ; arg0 . f0 . accept ( this ) ; arg0 . f1 . accept ( this ) ; return loc0 ; } |
17,925 | gets the value of the senderid property . concode_field_sep String clientId concode_elem_sep String dealerCode concode_elem_sep long serialVersionUID concode_elem_sep String sessionId concode_elem_sep String storeId concode_elem_sep String version concode_elem_sep String clientTimeOut concode_elem_sep XMLGregorianCalen... | String function ( ) { return senderId ; } |
17,926 | create an input stream to read from a string . the string is converted to a byte array using utf-8 encoding . if the string is null , this method returns null . concode_field_sep int BUFFER_BLOCK_SIZE concode_field_sep long copyAndClose concode_elem_sep void skipFully concode_elem_sep void skipFully concode_elem_sep vo... | InputStream function ( String arg0 ) { if ( arg0 == null ) { return null ; } return new ByteArrayInputStream ( StringUtils . utf8Encode ( arg0 ) ) ; } |
17,927 | getsubdirs concode_field_sep String mSubPath concode_elem_sep boolean isUseAssetsFile concode_elem_sep PreferenceUtility mPreference concode_elem_sep int DRAWABLE_COFF concode_elem_sep FileUtility mFileUtility concode_elem_sep String mMainPath concode_field_sep String getPathByNum concode_elem_sep Bitmap getBitmapByNum... | String [ ] function ( ) { ArrayList < String > loc0 = getSubDirList ( ) ; int loc1 = loc0 . loc1 ( ) ; String [ ] loc2 = new String [ loc1 ] ; for ( int loc3 = 0 ; loc3 < loc1 ; loc3 ++ ) { loc2 [ loc3 ] = loc0 . get ( loc3 ) ; } return loc2 ; } |
17,928 | defines a method that should be called after creating each object . concode_field_sep VCardProperty copyFromConstructor concode_elem_sep VCardProperty original concode_elem_sep VCardProperty property concode_elem_sep VCardProperty copyFromMethod concode_elem_sep Constructor<? extends VCardProperty> constructor concode_... | EqualsMethodAsserter function ( String arg0 , Object ... arg1 ) { Class < ? > loc0 [ ] = new Class < ? > [ arg1 . length ] ; for ( int loc1 = 0 ; loc1 < arg1 . length ; loc1 ++ ) { loc0 [ loc1 ] = arg1 [ loc1 ] . getClass ( ) ; } return method ( arg0 , loc0 , arg1 ) ; } |
17,929 | test method for org.dspace.servicemanager.dspaceservicemanager #shutdown . concode_field_sep DSpaceConfigurationService configurationService concode_elem_sep int value concode_elem_sep DSpaceServiceManager dsm concode_field_sep void init concode_elem_sep void init concode_elem_sep void testGetServices concode_elem_sep ... | void function ( ) { dsm . startup ( ) ; dsm . shutdown ( ) ; } |
17,930 | indicates whether the designated column is definitely not writable . concode_field_sep Connection m_conn concode_field_sep String getSchemaName concode_elem_sep boolean isSigned concode_elem_sep String getCatalogName concode_elem_sep String getColumnLabel concode_elem_sep String getColumnName concode_elem_sep String ge... | boolean function ( int arg0 ) { checkColumnIndex ( arg0 ) ; return true ; } |
17,931 | set the contact reference . concode_field_sep String mContactReference concode_elem_sep String mMessage concode_elem_sep String mFriendKey concode_elem_sep String mTitle concode_elem_sep int mCount concode_elem_sep String mProfileImageUri concode_elem_sep long mTime concode_elem_sep long mSourceId concode_elem_sep Stri... | void function ( String arg0 ) { mContactReference = arg0 ; } |
17,932 | adds a function if it does not currently exist in the registry , or replaces the existing one with the same signature . concode_field_sep DoubleKeyMap categorizedFunctions concode_elem_sep List functions concode_elem_sep Map sortedFunctions concode_elem_sep DoubleKeyMap categorizedGeometryFunctions concode_field_sep bo... | void function ( GeometryFunction arg0 ) { functions . add ( arg0 ) ; sortedFunctions . put ( arg0 . getName ( ) , arg0 ) ; categorizedFunctions . put ( arg0 . getCategory ( ) , arg0 . getName ( ) , arg0 ) ; if ( hasGeometryResult ( arg0 ) ) categorizedGeometryFunctions . put ( arg0 . getCategory ( ) , arg0 . getName ( ... |
17,933 | the amazon resource name arn of the vault that contains the archive . concode_field_sep String archiveDescription concode_elem_sep String creationDate concode_elem_sep String multipartUploadId concode_elem_sep Long partSizeInBytes concode_elem_sep String vaultARN concode_field_sep UploadListElement withArchiveDescripti... | String function ( ) { return vaultARN ; } |
17,934 | convert a float to 16.16 fixed-point representation concode_field_sep int ONE concode_field_sep int sqrt concode_elem_sep float toFloat concode_elem_sep float[] toFloat concode_elem_sep void toFloat concode_elem_sep int divide concode_elem_sep int multiply | int function ( float arg0 ) { return ( int ) ( arg0 * 65536F ) ; } |
17,935 | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testEqualsSelf concode_elem_sep void testEquals | void function ( ) { TimeSeriesDataItem loc0 = new TimeSeriesDataItem ( new Day ( 23 , 9 , 2001 ) , 99.7 ) ; TimeSeriesDataItem loc1 = ( TimeSeriesDataItem ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } |
17,936 | get the list of custom parameters for this request . concode_field_sep String message concode_elem_sep Object[] parameters concode_field_sep void setParameters concode_elem_sep String getMessage concode_elem_sep void setMessage | Object [ ] function ( ) { return parameters ; } |
17,937 | creates an exchange.getout message with a #glogin_token header containing an authentication token and a #glogin_cookie header containing an authorization cookie . if theendpoint is configured to run in development mode , no authentication token will be set , only an authorization cookie . concode_field_sep String GLOGI... | Exchange function ( GLoginEndpoint arg0 , Exchange arg1 , GLoginData arg2 ) { if ( arg2 . getAuthenticationToken ( ) != null ) { arg1 . getOut ( ) . setHeader ( GLOGIN_TOKEN , arg2 . getAuthenticationToken ( ) ) ; } if ( arg2 . getAuthorizationCookie ( ) != null ) { arg1 . getOut ( ) . setHeader ( GLOGIN_COOKIE , arg2 ... |
17,938 | the date this pageinfo object was created concode_field_sep int GZIP_MAGIC_NUMBER_BYTE_1 concode_elem_sep Map<String,Serializable> requestAttributes concode_elem_sep long timeToLiveSeconds concode_elem_sep java.util.Set<String> IGNORED_INTERFACES concode_elem_sep long ONE_YEAR_IN_SECONDS concode_elem_sep Date created c... | Date function ( ) { return created ; } |
17,939 | an endpoint for a user to retrieve an image path concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | String function ( ) { return "srini_string" ; } |
17,940 | helper to create a list of actionvaluepairs with value of 0 from a list of actions concode_field_sep boolean maximize concode_elem_sep int cacheMisses concode_elem_sep int depth concode_elem_sep long leafsHit concode_elem_sep boolean DEBUG_PRINT concode_elem_sep float alpha concode_elem_sep float h concode_elem_sep int... | List < ActionValuePair > function ( List < Action > arg0 ) { List < ActionValuePair > loc0 = new ArrayList < ActionValuePair > ( ) ; for ( Action loc1 : arg0 ) { ActionValuePair loc2 = new ActionValuePair ( loc1 , 0 ) ; loc0 . add ( loc2 ) ; } return loc0 ; } |
17,941 | does this inline sequence contain a given method ? concode_field_sep Instruction callSite concode_elem_sep InlineSequence caller concode_elem_sep NormalMethod method concode_elem_sep int bcIndex concode_field_sep InlineSequence getCaller concode_elem_sep Instruction getCallSite concode_elem_sep int getInlineDepth conco... | boolean function ( RVMMethod arg0 ) { if ( method == arg0 ) return true ; if ( caller == null ) return false ; return ( caller . containsMethod ( arg0 ) ) ; } |
17,942 | this method was generated by mybatis generator . this method returns the value of the database column company.address concode_field_sep String no concode_elem_sep String address concode_elem_sep String mail concode_elem_sep Integer level concode_elem_sep String contactName concode_elem_sep String companyName concode_el... | String function ( ) { return address ; } |
17,943 | get the booleanvalue . concode_field_sep int defaultValue concode_elem_sep String name concode_elem_sep int headerParam concode_elem_sep Boolean booleanValue concode_elem_sep Integer integerValue concode_elem_sep Short shortValue concode_elem_sep long serialVersionUID concode_elem_sep Double doubleValue concode_elem_se... | Boolean function ( ) { return booleanValue ; } |
17,944 | continue running until all queued jobs have been submitted to the cluster . concode_field_sep ExecutorService sched concode_elem_sep Log LOG concode_elem_sep Semaphore sem concode_elem_sep JobMonitor monitor concode_elem_sep boolean shutdown concode_elem_sep int queueDepth concode_elem_sep GridmixJob job concode_elem_s... | void function ( long arg0 ) { if ( ! shutdown ) { throw new IllegalStateException ( "srini_string" ) ; } sched . awaitTermination ( arg0 , TimeUnit . MILLISECONDS ) ; } |
17,945 | returns true if this user object is for a user with the database administrator role . concode_field_sep String sName concode_elem_sep Grantee grantee concode_elem_sep boolean isPublic concode_elem_sep boolean isSys concode_elem_sep String sPassword concode_field_sep void setPassword concode_elem_sep boolean isAccessibl... | boolean function ( ) { return grantee . isAdmin ( ) ; } |
17,946 | gets the dynamic time through the getcomputedtime method in the timezonebean . concode_field_sep TimeZoneBean parent concode_elem_sep boolean useDaylightTime concode_elem_sep String id concode_elem_sep String dislayName concode_elem_sep boolean inDaylightTime concode_field_sep String getUseDaylightTime concode_elem_sep... | String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; return parent . getComputedTime ( loc0 ) ; } |
17,947 | notifies the application of the availability of the marketbillingservice . this method is called in response to the application calling billingservice #checkbillingsupported . concode_field_sep PurchaseObserver sPurchaseObserver concode_elem_sep String TAG concode_field_sep void responseCodeReceived concode_elem_sep vo... | void function ( boolean arg0 , String arg1 ) { if ( sPurchaseObserver != null ) { sPurchaseObserver . onBillingSupported ( arg0 , arg1 ) ; } } |
17,948 | reads the integer following a type.int code . concode_field_sep ThreadLocal<TypedBytesInput> TB_IN concode_elem_sep DataInput in concode_field_sep TreeMap readMap concode_elem_sep byte[] readRawDouble concode_elem_sep ArrayList readVector concode_elem_sep int readMapHeader concode_elem_sep List readList concode_elem_se... | int function ( ) { return in . readInt ( ) ; } |
17,949 | if there are more than one error list them out . \ nfor example , list out validation errors by each field . \ n concode_field_sep String description concode_elem_sep Long code concode_elem_sep String moreInfo concode_elem_sep String message concode_elem_sep List<ErrorListItemDTO> error concode_field_sep String getMore... | List < ErrorListItemDTO > function ( ) { return error ; } |
17,950 | this value is currently `` read replication . '' returns a reference to this object so that method calls can be chained together . concode_field_sep Boolean normal concode_elem_sep String statusType concode_elem_sep String message concode_elem_sep String status concode_field_sep Boolean getNormal concode_elem_sep DBIns... | DBInstanceStatusInfo function ( String arg0 ) { this . statusType = arg0 ; return this ; } |
17,951 | the status of the invalidation request . when the invalidation batch is finished , the status is completed . concode_field_sep java.util.Date createTime concode_elem_sep InvalidationBatch invalidationBatch concode_elem_sep String id concode_elem_sep String status concode_field_sep Invalidation withStatus concode_elem_s... | void function ( String arg0 ) { this . status = arg0 ; } |
17,952 | the codepoint value concode_field_sep int m_nValue concode_field_sep Codepoint next concode_elem_sep byte[] getAsBytes concode_elem_sep int getCharCount concode_elem_sep Codepoint previous concode_elem_sep char getHighSurrogate concode_elem_sep int _getValueFromCharArray concode_elem_sep boolean isAlpha concode_elem_se... | int function ( ) { return m_nValue ; } |
17,953 | retrieves the spring web application context registered by the bundle to which the provided bundle context belongs to . if there is no matching context , this method will keep retrying 100 times every half a second . if this method is unable to retrieve the context during that time , it will fail the test . the context... | WebApplicationContext function ( BundleContext arg0 ) { return getWebAppContext ( arg0 , arg0 . getBundle ( ) . getSymbolicName ( ) ) ; } |
17,954 | gets the value of the getgeoipcontextresult property . concode_field_sep GeoIP getGeoIPContextResult concode_field_sep void setGetGeoIPContextResult | GeoIP function ( ) { return getGeoIPContextResult ; } |
17,955 | sets authenticated flag concode_field_sep boolean addSessionState concode_elem_sep long serialVersionUID concode_elem_sep Set<String> sessionParticipants concode_elem_sep String authenticatedUser concode_elem_sep boolean isAuthenticated concode_field_sep String getAuthenticatedUser concode_elem_sep void setAuthenticate... | void function ( boolean arg0 ) { this . isAuthenticated = arg0 ; } |
17,956 | set the shipping charges assocaited with this order . concode_field_sep int MAX_INVOICE_NUMBER_LENGTH concode_elem_sep Log logger concode_elem_sep List<OrderItem> orderItems concode_elem_sep int MAX_DESCRIPTION_LENGTH concode_elem_sep ShippingCharges shippingCharges concode_elem_sep String purchaseOrderNumber concode_e... | void function ( ShippingCharges arg0 ) { this . shippingCharges = arg0 ; } |
17,957 | get the javaproperties ' value . concode_field_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setValue | String function ( ) { if ( this . value == null ) return null ; return this . value . trim ( ) ; } |
17,958 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep ChangeInfo changeInfo concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ChangeResourceRecordSetsResult clone concode_elem_sep ChangeResourceRecordSetsResult withChangeInfo concode_elem_sep... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getChangeInfo ( ) != null ) loc0 . append ( "srini_string" + getChangeInfo ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
17,959 | gets the value of the indications property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the indications property . for example , to add a new item... | List < Indications > function ( ) { if ( indications == null ) { indications = new ArrayList < Indications > ( ) ; } return this . indications ; } |
17,960 | gets the element value . concode_field_sep String image concode_elem_sep String IMAGE_ALERT concode_elem_sep boolean set concode_elem_sep String IMAGE_BLANK concode_elem_sep String value concode_elem_sep String IMAGE_PROGRESS concode_field_sep void setValue concode_elem_sep boolean getIsSet concode_elem_sep void reset ... | String function ( ) { return this . value ; } |
17,961 | add a value to the sum . if the label does not match the label given at creation the measurement is ignored . concode_field_sep long sum concode_elem_sep String label concode_field_sep void accept | boolean function ( final String arg0 , final int arg1 ) { if ( ! this . label . equals ( arg0 ) ) return false ; sum += arg1 ; return true ; } |
17,962 | set the dataserviceid value . concode_field_sep String dataServiceId concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep ComputeNodeRebootHeaders withLastModified concode_elem_sep String dataServiceId conc... | ComputeNodeRebootHeaders function ( String arg0 ) { this . dataServiceId = arg0 ; return this ; } |
17,963 | returns the recallpoints . concode_field_sep double numPoints concode_elem_sep ArrayList<RecallPoint> recallPoints concode_elem_sep double numGoodPoints concode_elem_sep double pAt[] concode_elem_sep long docNamesExtractTime concode_elem_sep String padd concode_elem_sep long searchTime concode_elem_sep int MAX_POINTS c... | RecallPoint [ ] function ( ) { return recallPoints . toArray ( new RecallPoint [ 0 ] ) ; } |
17,964 | this method attempt to find an already existing hssfcellstyle that matches what you want the style to be . if it does not find the style , then it creates a new one . if it does create a new one , then it applies the propertyname and propertyvalue to the style . this is necessary because excel has an upper limit on the... | void function ( HSSFCell arg0 , HSSFWorkbook arg1 , String arg2 , Object arg3 ) { CellUtil . setCellStyleProperty ( arg0 , arg1 , arg2 , arg3 ) ; } |
17,965 | called when the system is about to start resuming a previous activity . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean on... | void function ( boolean arg0 ) { } |
17,966 | paint concode_field_sep boolean high concode_elem_sep int HEIGHT concode_elem_sep SleepManager sm concode_elem_sep HPBar hpb concode_elem_sep int WIDTH concode_elem_sep PaintComponent panel concode_elem_sep Body ba concode_field_sep void setVisible concode_elem_sep void damage concode_elem_sep void setLocate concode_el... | void function ( MineGraphics arg0 ) { if ( ba == null ) return ; arg0 . setFont ( "srini_string" , 14 ) ; arg0 . setColor ( ba . getColor ( ) . getAlphaBg ( ) ) ; arg0 . fillRect ( 0 , 0 , WIDTH , HEIGHT ) ; arg0 . setColor ( MineColor . BLACK ) ; arg0 . drawRect ( 0 , 0 , WIDTH - 1 , HEIGHT - 1 ) ; hpb . paint ( 2 , 1... |
17,967 | get limit on number of error messages to be generated by one assemble operation . concode_field_sep String MESSAGE_SEPARATOR concode_elem_sep String POSITION_PREFIX concode_elem_sep String ERROR_MESSAGE_PREFIX concode_elem_sep String FILENAME_PREFIX concode_elem_sep ArrayList messages concode_elem_sep int warningCount ... | int function ( ) { return Globals . maximumErrorMessages ; } |
17,968 | create an exact copy of this event . concode_field_sep double endWaitingTime concode_elem_sep int HOLD_DONE concode_elem_sep int entSrc concode_elem_sep Object data concode_elem_sep int CREATE concode_elem_sep int ENULL concode_elem_sep int entDst concode_elem_sep int etype concode_elem_sep double time concode_elem_sep... | Object function ( ) { return new SimEvent ( etype , time , entSrc , entDst , tag , data ) ; } |
17,969 | method clone concode_field_sep long _MILLIS_PER_DAY concode_elem_sep int _HOURS_PER_DAY concode_elem_sep long _MILLIS_PER_MINUTE concode_elem_sep long _MILLIS_PER_SECOND concode_elem_sep int _minutes concode_elem_sep long _MILLIS_PER_WEEK concode_elem_sep int _DAYS_PER_WEEK concode_elem_sep int _MINUTES_PER_HOUR concod... | Object function ( ) { try { Duration loc0 = ( Duration ) super . clone ( ) ; loc0 . _weeks = _weeks ; loc0 . _days = _days ; loc0 . _hours = _hours ; loc0 . _minutes = _minutes ; loc0 . _seconds = _seconds ; return loc0 ; } catch ( CloneNotSupportedException loc0 ) { throw new InternalError ( ) ; } } |
17,970 | returns the textchange associated with the given compilation unit . if the manager does not already manage an association it creates a one . concode_field_sep Map fMap concode_elem_sep boolean fKeepExecutedTextEdits concode_field_sep boolean containsChangesIn concode_elem_sep void clear concode_elem_sep TextChange remo... | TextChange function ( IJavaScriptUnit arg0 ) { TextChange loc0 = ( TextChange ) fMap . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new CompilationUnitChange ( arg0 . getElementName ( ) , arg0 ) ; loc0 . setKeepPreviewEdits ( fKeepExecutedTextEdits ) ; fMap . put ( arg0 , loc0 ) ; } return loc0 ; } |
17,971 | returns true if we should retry due a block fetch failure . we will retry if and only if the exception was an ioexception and we have n't retried ` maxretries ' times already . concode_field_sep ExecutorService executorService concode_elem_sep LinkedHashSet<String> outstandingBlocksIds concode_elem_sep int maxRetries c... | boolean function ( Throwable arg0 ) { boolean loc0 = arg0 instanceof IOException || ( arg0 . getCause ( ) != null && arg0 . getCause ( ) instanceof IOException ) ; boolean loc1 = retryCount < maxRetries ; return loc0 && loc1 ; } |
17,972 | get the resource adapter concode_field_sep String property concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_sep void setResourceAdapter concode_elem_sep String getProperty concode_el... | ResourceAdapter function ( ) { return ra ; } |
17,973 | the image id associated with the failure . concode_field_sep ImageIdentifier imageId concode_elem_sep String failureCode concode_elem_sep String failureReason concode_field_sep void setImageId concode_elem_sep String getFailureReason concode_elem_sep ImageFailure withFailureReason concode_elem_sep ImageIdentifier getIm... | ImageFailure function ( ImageIdentifier arg0 ) { setImageId ( arg0 ) ; return this ; } |
17,974 | this method demonstrates the bug in cascading deletes . before this method , the ca table has 12 records . after , it should have 9 , but instead it has 0 . concode_field_sep PlaceHolder placeHolder concode_field_sep void createDatabase concode_elem_sep void main concode_elem_sep void insertData concode_elem_sep void p... | void function ( Connection arg0 ) { Statement loc0 = arg0 . createStatement ( ) ; loc0 . executeUpdate ( "srini_string" ) ; loc0 . close ( ) ; } |
17,975 | set the formatter that will be used for objects representing date values . this formatter will be used for the localdate type.when specified , the #setdatestyle datestyle and #setuseisoformat useisoformat properties will be ignored . concode_field_sep Map<Type,DateTimeFormatter> formatters concode_elem_sep Map<Type,Dat... | void function ( DateTimeFormatter arg0 ) { this . formatters . put ( Type . DATE , arg0 ) ; } |
17,976 | returns the round trip time for this ping in nanoseconds , waiting for the response to arrive if necessary . returns -1 if the response was cancelled . concode_field_sep long sent concode_elem_sep CountDownLatch latch concode_elem_sep long received concode_field_sep void cancel concode_elem_sep void receive concode_ele... | long function ( ) { latch . await ( ) ; return received - sent ; } |
17,977 | jre configuration concode_field_sep String DOWNLOAD_URL concode_elem_sep String errTitle concode_elem_sep String STAY_ALIVE concode_elem_sep File outfile concode_elem_sep String downloadUrl concode_elem_sep String supportUrl concode_elem_sep File icon concode_elem_sep String ICON concode_elem_sep String GUI_HEADER conc... | Jre function ( ) { return jre ; } |
17,978 | returns an instance that is identical to this one , except that the registers in each instruction are offset by the given amount . concode_field_sep int firstLabel concode_elem_sep IntList[] predecessors concode_elem_sep BasicBlockList blocks concode_elem_sep IntList exitPredecessors concode_field_sep void calcPredeces... | RopMethod function ( int arg0 ) { RopMethod loc0 = new RopMethod ( blocks . withRegisterOffset ( arg0 ) , firstLabel ) ; if ( exitPredecessors != null ) { loc0 . exitPredecessors = exitPredecessors ; loc0 . predecessors = predecessors ; } return loc0 ; } |
17,979 | getter method for faultcodeid concode_field_sep String faultCodeID concode_elem_sep String faultCode concode_elem_sep long serialVersionUID concode_elem_sep String faultCodeStatus concode_elem_sep String faultCodeDesc concode_elem_sep String subSubCategoryID concode_field_sep String getSubSubCategoryID concode_elem_sep... | String function ( ) { return faultCodeID ; } |
17,980 | 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 ; } |
17,981 | the region service endpoint . returns a reference to this object so that method calls can be chained together . concode_field_sep String endpoint concode_elem_sep String regionName concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Region clone concode_elem_sep String getEndpoint concode_el... | Region function ( String arg0 ) { this . endpoint = arg0 ; return this ; } |
17,982 | add the payload data size of each replay concode_field_sep Log LOG concode_elem_sep MetricsEditsReplaySource source concode_field_sep void updateReplayTime concode_elem_sep void updateReplayBatchSize | void function ( long arg0 ) { } |
17,983 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep CertificateDetail certificate concode_field_sep CertificateDetail getCertificate concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeCertificateResult withCertificate concode_elem_sep... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getCertificate ( ) != null ) loc0 . append ( "srini_string" + getCertificate ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
17,984 | reads the next token from standard input , parses it as a long integer , and returns the long integer . concode_field_sep Pattern EMPTY_PATTERN concode_elem_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep Scanner scanner concode_elem_sep Pattern WHITESPACE_PATTERN concode_elem_sep Pattern EVERYT... | long function ( ) { return scanner . nextLong ( ) ; } |
17,985 | initiates and shows the homescreen window concode_field_sep Font search_font concode_elem_sep Logger logger concode_elem_sep HashMap<Long,WindowSettings> settingsDB concode_elem_sep Font search_font_default concode_elem_sep WHomescreen whomescreen concode_elem_sep Font font concode_field_sep int showYesNoDialog concode... | void function ( ) { EventQueue . invokeLater ( new Runnable ( ) { public void run ( ) { try { whomescreen = new WHomescreen ( ) ; } catch ( Exception loc0 ) { logger . error ( "srini_string" , loc0 ) ; } } } ) ; } |
17,986 | psbyflag finds flag and authenticates user . concode_field_sep PlaceHolder placeHolder concode_field_sep void equalsAndHashCodeEqualTest concode_elem_sep void exitTest concode_elem_sep void skipsIfNothingFound | void function ( ) { MatcherAssert . assertThat ( new PsByFlag ( new PsByFlag . Pair ( "srini_string" , new PsFake ( true ) ) ) . enter ( new RqFake ( "srini_string" , "srini_string" ) ) . get ( ) . urn ( ) , Matchers . is ( "srini_string" ) ) ; } |
17,987 | gets the message body . concode_field_sep DateTime deliveryTime concode_elem_sep String subject concode_elem_sep String fromAddress concode_elem_sep Long id concode_elem_sep String message concode_elem_sep String toAddress concode_elem_sep DeliveryStatus deliveryStatus concode_field_sep void setToAddress concode_elem_s... | String function ( ) { return message ; } |
17,988 | test wild cards + diacritics + case sensitive . concode_field_sep int FTCS concode_elem_sep int FTDC concode_elem_sep FTOpt opt concode_elem_sep int FTLC concode_elem_sep int FTWC concode_elem_sep byte[] TEXT concode_elem_sep int FTUC concode_field_sep void diaLC concode_elem_sep void cI concode_elem_sep void wildCards... | void function ( ) { setFTFlags ( FTWC | FTDC | FTCS ) ; run ( TEXT , "srini_string" , "srini_string" ) ; } |
17,989 | get the file this stack frame points to . js traces return the full path to the file here , while java traces only return the file name the path is not known . concode_field_sep int mLine concode_elem_sep String mFileName concode_elem_sep String mFile concode_elem_sep int mColumn concode_elem_sep String mMethod concode... | String function ( ) { return mFile ; } |
17,990 | get the default scheduler for the provided camel context . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSchedulerIsolation concode_elem_sep QuartzComponent getQuartzComponent concode_elem_sep void afterTests concode_elem_sep void testSchedulerIsolationManaged concode_elem_sep void enableJMX conc... | Scheduler function ( CamelContext arg0 ) { return getQuartzComponent ( arg0 ) . getScheduler ( ) ; } |
17,991 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String name concode_elem_sep Long id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Category name concode_elem_s... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
17,992 | copies class level consumes value to method level model concode_field_sep Log log concode_field_sep void addPathToClassModel concode_elem_sep void addProducesToMethodModel concode_elem_sep void addProducesToMethodModel concode_elem_sep JAXRSModel getClassModel concode_elem_sep void addHTTPMethodToMethodModel concode_el... | void function ( JAXRSModel arg0 , JAXRSModel arg1 ) { String loc0 = arg0 . getConsumes ( ) ; if ( loc0 != null ) { arg1 . setConsumes ( loc0 ) ; } } |
17,993 | queries whether or not the cursor is visible concode_field_sep boolean isVisible concode_field_sep Size getBestSize concode_elem_sep void setLocation concode_elem_sep void setHotSpot concode_elem_sep void shutdown concode_elem_sep void setVisibility concode_elem_sep void setImage | boolean function ( ) { return isVisible ; } |
17,994 | gets the cache instance being used . concode_field_sep Map<String,Queue<Request<?>>> mWaitingRequests concode_elem_sep Set<Request<?>> mCurrentRequests concode_elem_sep PriorityBlockingQueue<Request<?>> mCacheQueue concode_elem_sep CacheDispatcher mCacheDispatcher concode_elem_sep ResponseDelivery mDelivery concode_ele... | Cache function ( ) { return mCache ; } |
17,995 | fill in the #value field by reading the required datafrom the given stream . this method first reads the array size as corba long and then calls the org.omg.corba.portable.inputstream #read_ulong_array . concode_field_sep ArrayTypeCode typecode concode_elem_sep int[] value concode_field_sep TypeCode _type concode_elem_... | void function ( InputStream arg0 ) { value = new int [ arg0 . read_long ( ) ] ; arg0 . read_ulong_array ( value , 0 , value . length ) ; typecode . setLength ( value . length ) ; } |
17,996 | helper to readinput . concode_field_sep int MIN_INPUT concode_elem_sep double CONFID_FACTOR concode_elem_sep double[] logZ concode_elem_sep double TOLERANCE concode_elem_sep double[] rStar concode_elem_sep int rows concode_elem_sep double pZero concode_elem_sep double slope concode_elem_sep int[] n concode_elem_sep dou... | int [ ] function ( List < Integer > arg0 ) { int [ ] loc0 = new int [ arg0 . size ( ) ] ; int loc1 = 0 ; for ( Integer loc2 : arg0 ) { loc0 [ loc1 ++ ] = loc2 ; } return loc0 ; } |
17,997 | calls the given rpccallable and handles any exceptions thrown . the callable shouldimplement a tostring with the following format : `` callname : arg1 = value1 , arg2 = value2 , ... '' . the tostring will be used to log enter and exit information with debug logging is enabled . concode_field_sep PlaceHolder placeHolder... | T function ( Logger arg0 , RpcCallable < T > arg1 ) { arg0 . debug ( "srini_string" , arg1 ) ; T loc0 = call ( arg0 , arg1 ) ; arg0 . debug ( "srini_string" , arg1 ) ; return loc0 ; } |
17,998 | gets the value of the last4ssn property . concode_field_sep String routingNumber concode_elem_sep Integer checkNumber concode_elem_sep String phoneNumber concode_elem_sep String last4SSN concode_elem_sep Boolean isAlias concode_elem_sep String accountName concode_elem_sep String accountType concode_elem_sep XMLGregoria... | String function ( ) { return last4SSN ; } |
17,999 | call this from oncreate so that any saved startactivityforresult parameters will be restored . concode_field_sep Activity activity concode_elem_sep CordovaPlugin permissionResultCallback concode_elem_sep int resultCode concode_elem_sep int activityResultRequestCode concode_elem_sep Intent intent concode_elem_sep Bundle... | void function ( Bundle arg0 ) { initCallbackService = arg0 . getString ( "srini_string" ) ; savedPluginState = arg0 . getBundle ( "srini_string" ) ; activityWasDestroyed = true ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.