idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
19,200 | specify the concurrentmap to use as an internal store possibly pre-populated . default is a standard java.util.concurrent.concurrenthashmap . concode_field_sep String name concode_elem_sep boolean allowNullValues concode_elem_sep ConcurrentMapCache cache concode_elem_sep ConcurrentMap<Object,Object> store concode_field... | void function ( ConcurrentMap < Object , Object > arg0 ) { this . store = arg0 ; } |
19,201 | returns the next header . same as #nextheader nextheader , but not type-safe . concode_field_sep String headerName concode_elem_sep List allHeaders concode_elem_sep int lastIndex concode_elem_sep int currentIndex concode_field_sep Header nextHeader concode_elem_sep boolean hasNext concode_elem_sep int findNext concode_... | Object function ( ) { return nextHeader ( ) ; } |
19,202 | simple as it is . concode_field_sep Util util concode_elem_sep MessageSource clientString concode_elem_sep Logger logger concode_elem_sep SampleService simpleService concode_field_sep void throwError concode_elem_sep String getHelloMessage concode_elem_sep DateTime getDateTime concode_elem_sep String getSecretData conc... | String function ( ) { logger . info ( "srini_string" ) ; return "srini_string" ; } |
19,203 | returns the default `` pox_enabled '' cache concode_field_sep String POX_SECURITY_MODULE concode_elem_sep HandlerDescription description concode_elem_sep String POX_ENABLED concode_elem_sep Log log concode_elem_sep String POX_CACHE_MANAGER concode_field_sep void init concode_elem_sep String getName concode_elem_sep Han... | Cache < String , String > function ( ) { CacheManager loc0 = Caching . getCacheManagerFactory ( ) . getCacheManager ( POXSecurityHandler . POX_CACHE_MANAGER ) ; Cache < String , String > loc1 = loc0 . getCache ( POXSecurityHandler . POX_ENABLED ) ; return loc1 ; } |
19,204 | set the stop time concode_field_sep Object parserLock concode_elem_sep boolean SuppressSetErrorStackTrace concode_elem_sep Object statusLock concode_elem_sep boolean timeBased concode_elem_sep Gate gate concode_elem_sep Thread thread concode_elem_sep long nextGate concode_elem_sep int status concode_field_sep void go c... | void function ( long arg0 ) { timeBased = true ; nextGate = System . currentTimeMillis ( ) + arg0 ; } |
19,205 | releases several locks on the underlying semaphore . this is typically not done by the same thread that acquired the lock , but by the thread that picked up the message . concode_field_sep Semaphore semaphore concode_field_sep boolean tryAcquire concode_elem_sep String toString concode_elem_sep int availablePermits | void function ( int arg0 ) { if ( this . semaphore != null ) { this . semaphore . release ( arg0 ) ; } } |
19,206 | clears the commit cache for a specific repository . concode_field_sep Map<String,ObjectCache<List<RepositoryCommit>>> cache concode_elem_sep CommitCache instance concode_elem_sep Logger logger concode_elem_sep int cacheDays concode_field_sep List<RepositoryCommit> reduce concode_elem_sep CommitCache instance concode_el... | void function ( String arg0 ) { String loc0 = arg0 . toLowerCase ( ) ; ObjectCache < List < RepositoryCommit >> loc1 = cache . remove ( loc0 ) ; if ( loc1 != null ) { logger . info ( MessageFormat . format ( "srini_string" , arg0 ) ) ; } } |
19,207 | called when the activity will start interacting with the user . concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep void onDestroy concode_elem_sep Uri remapUri concode_elem_sep void onNewIntent con... | void function ( boolean arg0 ) { } |
19,208 | helper to build a 4-entry modifiers map . concode_field_sep Map<String,String> mods concode_elem_sep String mod concode_field_sep Builder thinktime concode_elem_sep Builder shouldFail concode_elem_sep Map<String,String> build concode_elem_sep Builder ignore concode_elem_sep String toString concode_elem_sep Builder time... | Map < String , String > function ( Mods arg0 , String arg1 , Mods arg2 , String arg3 , Mods arg4 , String arg5 , Mods arg6 , String arg7 ) { Map < String , String > loc0 = new HashMap < String , String > ( 4 ) ; loc0 . put ( arg0 . toString ( ) , arg1 ) ; loc0 . put ( arg2 . toString ( ) , arg3 ) ; loc0 . put ( arg4 . ... |
19,209 | returns the company id of this shopping cart . concode_field_sep ShoppingCart _shoppingCart concode_field_sep java.lang.String getItemIds concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setInsure con... | long function ( ) { return _shoppingCart . getCompanyId ( ) ; } |
19,210 | enable or disable logging specific types of message you may | or log _ constants together . note that debug mode must also be enabled for actual logging to occur . concode_field_sep int LOG_GENERAL concode_elem_sep OnLogListener logListener concode_elem_sep boolean debug concode_elem_sep int LOG_COMMAND concode_elem_se... | void function ( int arg0 , boolean arg1 ) { if ( arg1 ) { logTypes |= arg0 ; } else { logTypes &= ~ arg0 ; } } |
19,211 | adds the entry to the database . also notifies the appropriate model listeners . concode_field_sep EntryLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep void deleteEntrie... | com . liferay . chat . model . Entry function ( com . liferay . chat . model . Entry arg0 ) { return getService ( ) . addEntry ( arg0 ) ; } |
19,212 | returns the techniques a factoid answer was extracted with . concode_field_sep String sentence concode_elem_sep boolean correct concode_elem_sep String docID concode_elem_sep Query query concode_elem_sep float score concode_elem_sep ArrayList<String> coveredNuggets concode_elem_sep long serialVersionUID concode_elem_se... | String [ ] function ( ) { return extractionTechniques ; } |
19,213 | returns the minimum value if there is exactly one range , infinity if none , and an unspecified value otherwise . concode_field_sep double min concode_elem_sep NavigableMap<Double,Double> data concode_elem_sep double max concode_field_sep void add concode_elem_sep double getMax concode_elem_sep void clear concode_elem_... | double function ( ) { return min ; } |
19,214 | the default default value for fields of this type , if it 's a primitive type . concode_field_sep int MESSAGE_SET_ITEM_TAG concode_elem_sep int MESSAGE_SET_MESSAGE_TAG concode_elem_sep int WIRETYPE_FIXED64 concode_elem_sep int MESSAGE_SET_TYPE_ID concode_elem_sep int WIRETYPE_END_GROUP concode_elem_sep int wireType con... | Object function ( ) { return defaultDefault ; } |
19,215 | returns a string that is mostly compatible with protobuffer 's textformat . note that groups which are deprecated are not serialized with the correct field name . this is implemented using reflection , so it is not especially fast nor is it guaranteed to find all fields if you have method removal turned on for proguard... | String function ( ) { return MessageNanoPrinter . print ( this ) ; } |
19,216 | sets the modified date of this website . concode_field_sep Website _website 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_elem_sep bo... | void function ( Date arg0 ) { _website . setModifiedDate ( arg0 ) ; } |
19,217 | gets the value of the ptd property . concode_field_sep String ptd concode_elem_sep String tpl concode_elem_sep Boolean can concode_elem_sep String act concode_elem_sep String wta concode_elem_sep String wtd concode_elem_sep String planAct concode_elem_sep Short rdelay concode_elem_sep String plat concode_elem_sep Strin... | String function ( ) { return ptd ; } |
19,218 | sets the list of purchases . concode_field_sep StoreTable storeTable concode_elem_sep Random random concode_elem_sep Effect cartEffect concode_elem_sep ArrayList purchasedList concode_field_sep String getItemString concode_elem_sep ArrayList getPurchasedList concode_elem_sep void setCartEffect concode_elem_sep String g... | void function ( ArrayList arg0 ) { this . purchasedList = arg0 ; } |
19,219 | returns a 4x4 matrix that specifies the transformation relative to the parent node . this method is part of the wrapped api see aiwrapperprovider for details on wrappers . the built in behavior is to return an aimatrix4f . concode_field_sep String m_name concode_elem_sep Object m_transformationMatrix concode_elem_sep A... | M4 function ( AiWrapperProvider < V3 , M4 , C , N , Q > arg0 ) { return ( M4 ) m_transformationMatrix ; } |
19,220 | gets the value of the ratecardcustomizationaction property . concode_field_sep Statement filterStatement concode_elem_sep RateCardCustomizationAction rateCardCustomizationAction concode_field_sep Statement getFilterStatement concode_elem_sep void setRateCardCustomizationAction concode_elem_sep void setFilterStatement | RateCardCustomizationAction function ( ) { return rateCardCustomizationAction ; } |
19,221 | converts the nano seconds into milliseconds . concode_field_sep double NANO_TO_MS_VALUE concode_field_sep placeholderType placeHolder | double function ( long arg0 ) { return arg0 / NANO_TO_MS_VALUE ; } |
19,222 | determines if the url is a url for the history page . concode_field_sep Pattern STRIP_URL_PATTERN concode_elem_sep Pattern ACCEPTED_URI_SCHEMA concode_elem_sep String QUERY_PLACE_HOLDER concode_field_sep String fixUrl concode_elem_sep boolean isBookmarkUrl concode_elem_sep String stripUrl concode_elem_sep String smartU... | boolean function ( @ Nullable String arg0 ) { return arg0 != null && arg0 . startsWith ( Constants . FILE ) && arg0 . endsWith ( HistoryPage . FILENAME ) ; } |
19,223 | find the links that contain patterns and convert them to individual links . concode_field_sep int TYPE_TEXT_VIEW concode_elem_sep SpannableString spannable concode_elem_sep int TYPE_TEXT concode_elem_sep String TAG concode_elem_sep Context context concode_elem_sep int start concode_elem_sep int end concode_elem_sep Cha... | void function ( ) { int loc0 = links . loc0 ( ) ; int loc1 = 0 ; while ( loc1 < loc0 ) { if ( links . get ( loc1 ) . getPattern ( ) != null ) { addLinksFromPattern ( links . get ( loc1 ) ) ; links . remove ( loc1 ) ; loc0 -- ; } else { loc1 ++ ; } } } |
19,224 | create an instance of vendorbill concode_field_sep QName _VendorBill_QNAME concode_elem_sep QName _PurchaseOrder_QNAME concode_elem_sep QName _VendorReturnAuthorization_QNAME concode_elem_sep QName _VendorPayment_QNAME concode_elem_sep QName _ItemReceipt_QNAME concode_elem_sep QName _VendorCredit_QNAME concode_field_se... | VendorBill function ( ) { return new VendorBill ( ) ; } |
19,225 | sets status code . concode_field_sep String statusDescription concode_elem_sep Integer itemStatusId concode_elem_sep String statusCode concode_field_sep String getStatusCode concode_elem_sep Integer getItemStatusId concode_elem_sep void setItemStatusId concode_elem_sep String getStatusDescription concode_elem_sep void ... | void function ( String arg0 ) { this . statusCode = arg0 ; } |
19,226 | returns the label of this refactoring 's command . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep List<?> getAffectedFiles conc... | String function ( ) { return "srini_string" ; } |
19,227 | sets the prerollpercent value for this instreamadinfo . concode_field_sep java.lang.Integer medianAdDuration concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer minAdDuration concode_elem_sep java.lang.Double postRollPercent concode_elem_sep java.lang.Integer maxAdDuration ... | void function ( java . lang . Double arg0 ) { this . preRollPercent = arg0 ; } |
19,228 | test of tostring method , of class defaulttemporalcoordinatesystem . concode_field_sep DefaultTemporalCoordinate temporalCoordinate1 concode_elem_sep TemporalCoordinateSystem temporalCoordinateSystem2 concode_elem_sep TemporalCoordinateSystem temporalCoordinateSystem1 concode_elem_sep DefaultTemporalCoordinate temporal... | void function ( ) { String loc0 = temporalCoordinateSystem1 . toString ( ) ; assertFalse ( temporalCoordinateSystem2 . toString ( ) . equals ( loc0 ) ) ; } |
19,229 | unsupported . concode_field_sep BufferedReader reader concode_elem_sep String segment concode_elem_sep String DASH_COMMENT concode_elem_sep String SLASH_COMMENT concode_elem_sep String SEMI concode_field_sep Object next concode_elem_sep void closeReader concode_elem_sep void setValue concode_elem_sep boolean hasNext co... | int function ( ) { throw new UnsupportedOperationException ( ) ; } |
19,230 | returns the default report message bundle . concode_field_sep CmsMessages m_messages concode_elem_sep List<Object> m_warnings concode_elem_sep String m_siteRoot concode_elem_sep long m_lastEntryTime concode_elem_sep long m_starttime concode_elem_sep Locale m_locale concode_elem_sep List<Object> m_errors concode_field_s... | CmsMessages function ( ) { return m_messages ; } |
19,231 | gets the count to which results should be limited . default is all results integer.max _ value . concode_field_sep int resultsLimit concode_field_sep void setResultsLimit | int function ( ) { return resultsLimit ; } |
19,232 | tests this item for equality with an arbitrary object . concode_field_sep long serialVersionUID concode_elem_sep double upperBound concode_elem_sep List lookupTable concode_elem_sep Paint paint concode_elem_sep double lowerBound concode_elem_sep long serialVersionUID concode_elem_sep Paint defaultPaint concode_elem_sep... | boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( ! ( arg0 instanceof PaintItem ) ) { return false ; } PaintItem loc0 = ( PaintItem ) arg0 ; if ( this . value != loc0 . value ) { return false ; } if ( ! PaintUtilities . equal ( this . paint , loc0 . paint ) ) { return false ; } return true ;... |
19,233 | sets the company id of this user group group role . concode_field_sep UserGroupGroupRole _userGroupGroupRole concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep ... | void function ( long arg0 ) { _userGroupGroupRole . setCompanyId ( arg0 ) ; } |
19,234 | returns the action ids of this resource type permission . concode_field_sep ResourceTypePermission _resourceTypePermission 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 _resourceTypePermission . getActionIds ( ) ; } |
19,235 | sets this matrix22 to the transpose of this matrix22 . concode_field_sep double m00 concode_elem_sep double m11 concode_elem_sep double m10 concode_elem_sep double m01 concode_field_sep Matrix22 add concode_elem_sep Matrix22 product concode_elem_sep Vector2 product concode_elem_sep Matrix22 product concode_elem_sep Mat... | Matrix22 function ( ) { double loc0 = this . m01 ; this . m01 = this . m10 ; this . m10 = loc0 ; return this ; } |
19,236 | gets the value of the email property . concode_field_sep String birthdate concode_elem_sep int idPerson concode_elem_sep String name concode_elem_sep HealthProfile healthProfile concode_elem_sep String email concode_elem_sep String lastname concode_elem_sep String username concode_field_sep HealthProfile getHealthProfi... | String function ( ) { return email ; } |
19,237 | evaluates the field by getting its value in the scan . concode_field_sep String fldname concode_field_sep boolean isConstant concode_elem_sep Constant asConstant concode_elem_sep boolean isFieldName concode_elem_sep boolean appliesTo concode_elem_sep String toString concode_elem_sep String asFieldName | Constant function ( Scan arg0 ) { return arg0 . getVal ( fldname ) ; } |
19,238 | makes sure the execution phase has finishes without any errors ir fixtureexecutionexceptions . if an error was recorded , it will be thrown immediately . this allow one to distinguish between failed tests , and tests in error . concode_field_sep Object actualReturnValue concode_elem_sep Reporter reporter concode_elem_s... | void function ( ) { if ( actualException instanceof Error ) { throw ( Error ) actualException ; } else if ( actualException instanceof FixtureExecutionException ) { throw ( FixtureExecutionException ) actualException ; } } |
19,239 | the attachment state . constraints : allowed values : attaching , attached , detaching , detached concode_field_sep String volumeId concode_elem_sep Boolean deleteOnTermination concode_elem_sep java.util.Date attachTime concode_elem_sep String status concode_field_sep EbsInstanceBlockDevice withStatus concode_elem_sep ... | void function ( AttachmentStatus arg0 ) { this . status = arg0 . toString ( ) ; } |
19,240 | accessor for the object id concode_field_sep Logger logger concode_elem_sep int PROMPT_BOX_AT_CELL_MASK concode_elem_sep boolean validityDataCached concode_elem_sep boolean promptBoxAtCell concode_elem_sep int numDVRecords concode_elem_sep int VALIDITY_DATA_CACHED_MASK concode_elem_sep boolean promptBoxVisible concode_... | int function ( ) { return objectId ; } |
19,241 | get the returnclientrequestid value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince concode_elem_sep Integer timeout concode_elem_sep Str... | Boolean function ( ) { return this . returnClientRequestId ; } |
19,242 | verifies the developer payload of a purchase . concode_field_sep IabHelper.OnConsumeFinishedListener mConsumeFinishedListener concode_elem_sep String TAG concode_elem_sep InterfaceIAP mAdapter concode_elem_sep IabHelper.OnIabPurchaseFinishedListener mPurchaseFinishedListener concode_elem_sep int RC_REQUEST concode_elem... | boolean function ( Purchase arg0 ) { String loc0 = arg0 . getDeveloperPayload ( ) ; return true ; } |
19,243 | consumes the given publisher 's items to a list . this method can be useful when testing , but should be uses with care in production code as it will exhaust memory if the stream is very large . import org.reactivestreams.publisher ; import ratpack.stream.streams ; import ratpack.test.exec.execharness ; import java.uti... | Promise < List < T >> function ( ) { return Streams . toList ( this ) ; } |
19,244 | returns whether or not the enabled property changed . concode_field_sep IIdentifier identifier concode_elem_sep boolean activityIdsChanged concode_elem_sep boolean enabledChanged concode_field_sep IIdentifier getIdentifier concode_elem_sep boolean hasActivityIdsChanged | boolean function ( ) { return enabledChanged ; } |
19,245 | return the map bounds rotated with the set rotation . concode_field_sep MapfishMapContext parent concode_elem_sep Dimension mapSize concode_elem_sep double requestorDpi concode_elem_sep double rotation concode_elem_sep MapBounds bounds concode_elem_sep boolean dpiSensitiveStyle concode_elem_sep double dpi concode_elem_... | MapBounds function ( ) { return this . bounds . adjustBoundsToRotation ( this . rotation ) ; } |
19,246 | create an instance of sdk.ddf.soap.hello.helloworld concode_field_sep QName HELLO_WORLD_RESPONSE_QNAME concode_elem_sep QName HELLO_WORLD_QNAME concode_field_sep HelloWorldResponse createHelloWorldResponse concode_elem_sep JAXBElement<HelloWorldResponse> createHelloWorldResponse | HelloWorld function ( ) { return new HelloWorld ( ) ; } |
19,247 | returns the modified date of this expando row . concode_field_sep ExpandoRow _expandoRow concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedMod... | Date function ( ) { return _expandoRow . getModifiedDate ( ) ; } |
19,248 | get the ` unique only ' menu item . concode_field_sep Label totalMessagesValueLabel concode_elem_sep CheckBox showLatestBox concode_elem_sep Button showLastButton concode_elem_sep BasicMessageStore store concode_elem_sep TextField messageIndexValueField concode_elem_sep Menu formatterMenu concode_elem_sep Label message... | CheckMenuItem function ( ) { return uniqueOnlyMenu ; } |
19,249 | is the string numeric concode_field_sep PlaceHolder placeHolder concode_field_sep String padStringRight concode_elem_sep float formatDouble concode_elem_sep String colorize concode_elem_sep String[] preg_match_all concode_elem_sep String stripTextFormatCodes concode_elem_sep String getStringFromTemplate concode_elem_se... | boolean function ( String arg0 ) { try { Integer . parseInt ( arg0 ) ; } catch ( NumberFormatException loc0 ) { return false ; } return true ; } |
19,250 | returns all the foos matching the uuid and company . concode_field_sep ServiceTracker<FooLocalService,FooLocalService> _serviceTracker concode_field_sep com.example.sample.model.Foo createFoo concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQ... | java . util . List < com . example . sample . model . Foo > function ( java . lang . String arg0 , long arg1 ) { return getService ( ) . getFoosByUuidAndCompanyId ( arg0 , arg1 ) ; } |
19,251 | attempts to acquire an object instance from the pool . it should be noted that no cleanup or re-initialization occurs on these objects , so it 's up to the caller to reset the state of the returned object if that 's desirable . concode_field_sep String CVS_REVISION concode_elem_sep List m_pooledObjects concode_field_se... | Object function ( ) { if ( m_pooledObjects . isEmpty ( ) ) { return null ; } else { return m_pooledObjects . remove ( m_pooledObjects . size ( ) - 1 ) ; } } |
19,252 | create a link to a specific servlet in the application concode_field_sep HttpServletRequest request concode_elem_sep Logger log concode_field_sep String getLogoutLink concode_elem_sep String getVideoWidgetLink concode_elem_sep String getVideoWidgetLink concode_elem_sep String getVideoMetaDataLink concode_elem_sep Strin... | String function ( String arg0 ) { return generateUrl ( arg0 , null ) ; } |
19,253 | get a single record from the source . the first match will be returned concode_field_sep Logger log concode_elem_sep String ANY concode_elem_sep HashMap<String,MetadataSource> importSources concode_field_sep int getNbRecords concode_elem_sep int getNbRecords concode_elem_sep Collection<String> getImportUrls concode_ele... | ImportRecord function ( String arg0 , Query arg1 ) { try { for ( MetadataSource loc0 : matchingImports ( arg0 ) ) { if ( loc0 . getRecord ( arg1 ) != null ) return loc0 . getRecord ( arg1 ) ; } return null ; } catch ( Exception loc0 ) { throw new MetadataSourceException ( loc0 ) ; } } |
19,254 | deletes the counter from the database . also notifies the appropriate model listeners . concode_field_sep CounterLocalService _counterLocalService concode_field_sep java.util.List<com.liferay.counter.kernel.model.Counter> getCounters concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.lifera... | com . liferay . arg0 . kernel . model . Counter function ( com . liferay . arg0 . kernel . model . Counter arg0 ) { return _counterLocalService . deleteCounter ( arg0 ) ; } |
19,255 | set the hostname of the mios unit configuration . concode_field_sep int CONFIG_DEFAULT_REFRESH_COUNT concode_elem_sep int refreshCount concode_elem_sep int errorCount concode_elem_sep int CONFIG_DISABLE_ERROR_COUNT concode_elem_sep String hostname concode_elem_sep int CONFIG_DEFAULT_ERROR_COUNT concode_elem_sep int por... | void function ( String arg0 ) { this . hostname = arg0 ; } |
19,256 | auto generated setter method concode_field_sep com.amazon.ec2.AuthorizeSecurityGroupEgressType localAuthorizeSecurityGroupEgress concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void wri... | void function ( com . amazon . ec2 . AuthorizeSecurityGroupEgressType arg0 ) { this . localAuthorizeSecurityGroupEgress = arg0 ; } |
19,257 | gets the value of the validuntil property . concode_field_sep ExtensionsType extensions concode_elem_sep Element signature concode_elem_sep Duration cacheDuration concode_elem_sep String name concode_elem_sep XMLGregorianCalendar validUntil concode_elem_sep String id concode_elem_sep List<Object> entityDescriptor conco... | XMLGregorianCalendar function ( ) { return validUntil ; } |
19,258 | gets the urls value for this urllist . concode_field_sep java.lang.String[] urls concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep org.a... | java . lang . String [ ] function ( ) { return urls ; } |
19,259 | returns a string that contains the declaring class name and the name of the field concode_field_sep ClassEditor editor concode_elem_sep boolean isDeleted concode_elem_sep boolean isDirty concode_elem_sep String name concode_elem_sep FieldInfo fieldInfo concode_elem_sep Type type concode_elem_sep Object constantValue co... | String function ( ) { return declaringClass ( ) . name ( ) + "srini_string" + this . name ( ) ; } |
19,260 | given a filename , reads the entire file into a string . concode_field_sep FilenameFilter PROCESS_DIRECTORY_FILTER concode_elem_sep Pattern PROC_DIR_PATTERN concode_field_sep String[] pidsFromProcFilesystem concode_elem_sep String runRegexOnFile concode_elem_sep byte[] slurpToByteArray concode_elem_sep boolean accept c... | String function ( String arg0 ) { return slurpFromInputStream ( new FileInputStream ( arg0 ) ) ; } |
19,261 | getname concode_field_sep String COMPOSITE_TYPE_DESCRIPTION concode_elem_sep long updateCount concode_elem_sep long fetchCount concode_elem_sep String TABULAR_TYPE_NAME concode_elem_sep OpenType[] ITEM_TYPES concode_elem_sep CompositeType COMPOSITE_TYPE concode_elem_sep long loadCount concode_elem_sep long deleteCount ... | String function ( ) { return name ; } |
19,262 | create an objectinputstream for the given inputstream and codebase . the default implementation creates a codebaseawareobjectinputstream . concode_field_sep boolean acceptGzipEncoding concode_elem_sep String HTTP_HEADER_CONTENT_TYPE concode_elem_sep String contentType concode_elem_sep Log logger concode_elem_sep String... | ObjectInputStream function ( InputStream arg0 , String arg1 ) { return new CodebaseAwareObjectInputStream ( arg0 , getBeanClassLoader ( ) , arg1 ) ; } |
19,263 | translates null or zero length value for address key to the special value serverconstants.sc _ default_address which causes serversockets to be constructed without specifying an inetaddress . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep int getDe... | void function ( HsqlProperties arg0 ) { if ( arg0 == null ) { return ; } String loc0 = arg0 . getProperty ( SC_KEY_ADDRESS ) ; if ( StringUtil . isEmpty ( loc0 ) ) { arg0 . setProperty ( SC_KEY_ADDRESS , SC_DEFAULT_ADDRESS ) ; } } |
19,264 | checks if the specified component would be interested in a mouse event . concode_field_sep Component lastTarget concode_elem_sep Component mouseEventTarget concode_elem_sep WeakHashMap instances concode_field_sep void redispatch concode_elem_sep Component findTarget concode_elem_sep boolean dispatchEvent concode_elem_s... | boolean function ( final Component arg0 ) { return arg0 . mouseListener != null || arg0 . mouseMotionListener != null || arg0 . mouseWheelListener != null || ( arg0 . eventMask & AWTEvent . MOUSE_EVENT_MASK ) != 0 || ( arg0 . eventMask & AWTEvent . MOUSE_MOTION_EVENT_MASK ) != 0 || ( arg0 . eventMask & AWTEvent . MOUSE... |
19,265 | returns the providers that are of the provided context . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterable<ProviderMetadata> all concode_elem_sep Iterable<ProviderMetadata> collocatedWith concode_elem_sep Iterable<ProviderMetadata> collocatedWith concode_elem_sep Iterable<ProviderMetadata> collocated... | Iterable < ProviderMetadata > function ( TypeToken < ? extends Context > arg0 ) { Preconditions . checkNotNull ( arg0 , "srini_string" ) ; return filter ( all ( ) , new ProviderPredicates . ContextAssignableFrom ( arg0 ) ) ; } |
19,266 | gets the directory for dump file . concode_field_sep String dumpDir concode_elem_sep Set<String> profiledPackages concode_elem_sep boolean profilerEnabled concode_elem_sep Set<String> ignoredPackages concode_elem_sep boolean autoDumpEnabled concode_elem_sep String SEPARATOR concode_elem_sep Config config concode_elem_s... | String function ( ) { return dumpDir ; } |
19,267 | location of on-disk scripts concode_field_sep Path logsFile concode_elem_sep Settings settings concode_elem_sep Path sharedDataFile concode_elem_sep Path[] dataWithClusterFiles concode_elem_sep Path pidFile concode_elem_sep FileStore[] fileStores concode_elem_sep Path libFile concode_elem_sep Path tmpFile concode_elem_... | Path function ( ) { return scriptsFile ; } |
19,268 | requests , in a jdk 1.1 compliant way , that the file or directory denoted by the given abstract pathname be deleted when the virtual machine terminates . deletion will be attempted only for jdk 1.2 and greater runtime environments and only upon normal termination of the virtual machine , as defined by the java languag... | void function ( File arg0 ) { JavaSystem . deleteOnExit ( arg0 ) ; } |
19,269 | sets the newuser property . concode_field_sep String COUNTRY_CHINA concode_elem_sep SelectItem[] CITIES_RUSSIA concode_elem_sep String selectedComponent concode_elem_sep String[] selectedCities concode_elem_sep String selectedDrink concode_elem_sep SelectItem[] COMPONENT_ITEMS concode_elem_sep SelectItem[] DRINK_ITEMS ... | void function ( boolean arg0 ) { newUser = arg0 ; } |
19,270 | the position of the mimebodypart to select within the multi part . concode_field_sep int position concode_field_sep MimeBodyPart select concode_elem_sep List<MimeBodyPart> select concode_elem_sep int getPosition | void function ( int arg0 ) { position = arg0 ; } |
19,271 | make an ldif file containing test data . concode_field_sep LDIFWriter ldifWriter concode_field_sep boolean writeEntry concode_elem_sep void closeEntryWriter | void function ( String arg0 , TemplateFile arg1 ) { LDIFExportConfig loc0 = new LDIFExportConfig ( arg0 , ExistingFileBehavior . OVERWRITE ) ; LDIFWriter loc1 = new LDIFWriter ( loc0 ) ; arg1 . generateLDIF ( new LdifFileWriter ( loc1 ) ) ; } |
19,272 | get a date object with the time the agent was started . concode_field_sep Boolean update concode_elem_sep Management managementInstance concode_elem_sep String[] subFiles concode_elem_sep Logger LOGGER concode_elem_sep String publishHost concode_elem_sep long startTime concode_elem_sep Properties ogaProperties concode_... | Date function ( ) { return new Date ( startTime ) ; } |
19,273 | gets the value of the cnvpicpr property . concode_field_sep CTNonVisualDrawingProps cNvPr concode_elem_sep CTNonVisualPictureProperties cNvPicPr concode_field_sep CTNonVisualDrawingProps getCNvPr concode_elem_sep void setCNvPicPr concode_elem_sep void setCNvPr | CTNonVisualPictureProperties function ( ) { return cNvPicPr ; } |
19,274 | this implementation builds a uri based on the url returned by #geturl . concode_field_sep PlaceHolder placeHolder concode_field_sep File getFile concode_elem_sep URL getURL concode_elem_sep boolean isOpen concode_elem_sep File getFileForLastModifiedCheck concode_elem_sep String getFilename concode_elem_sep int hashCode... | URI function ( ) { URL loc0 = getURL ( ) ; try { return ResourceUtils . toURI ( loc0 ) ; } catch ( URISyntaxException loc1 ) { throw new IOException ( "srini_string" + loc0 + "srini_string" , loc1 ) ; } } |
19,275 | has this effect been fired . only effects that have not been fired are sent to the browser concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem... | boolean function ( ) { return fired ; } |
19,276 | public getter concode_field_sep String rxNormId concode_elem_sep String representedName concode_elem_sep PatientInformation patientInformation concode_elem_sep String id concode_elem_sep String type concode_elem_sep long serialVersionUID concode_elem_sep Products products concode_elem_sep Labels labels concode_field_se... | String function ( ) { return this . type ; } |
19,277 | delete and return the item most recently added to the stack . throw an exception if no such item exists because the stack is empty . concode_field_sep Node next concode_elem_sep Item item concode_elem_sep int N concode_elem_sep Node first concode_elem_sep Node current concode_field_sep Item next concode_elem_sep Iterat... | Item function ( ) { if ( isEmpty ( ) ) throw new RuntimeException ( "srini_string" ) ; Item loc0 = first . loc0 ; first = first . next ; N -- ; assert check ( ) ; return loc0 ; } |
19,278 | remove the collidable with the given index from the environment . concode_field_sep DrawSurface surface concode_elem_sep Point lowerFrameEdge concode_elem_sep Point upperFrameEdge concode_elem_sep List<Collidable> collidables concode_field_sep DrawSurface getSurface concode_elem_sep void addCollidable concode_elem_sep ... | void function ( Collidable arg0 ) { this . collidables . remove ( arg0 ) ; } |
19,279 | sets the static power . concode_field_sep double constant concode_elem_sep double staticPower concode_elem_sep double maxPower concode_field_sep double getMaxPower concode_elem_sep double getPower concode_elem_sep void setMaxPower concode_elem_sep double getConstant concode_elem_sep double getStaticPower concode_elem_s... | void function ( double arg0 ) { this . staticPower = arg0 ; } |
19,280 | notify all listeners that have registered interest for notification on this event type . concode_field_sep EventListenerList listenerList concode_field_sep void addCellEditorListener concode_elem_sep Object getCellEditorValue concode_elem_sep boolean isCellEditable concode_elem_sep void cancelCellEditing concode_elem_s... | void function ( ) { } |
19,281 | sets the global context concode_field_sep Context context concode_field_sep Resources getResources concode_elem_sep String getString concode_elem_sep Context getContext | void function ( Context arg0 ) { if ( arg0 == null || arg0 . getApplicationContext ( ) == null ) return ; if ( ContextManager . arg0 != null && ! ( arg0 instanceof Activity ) ) return ; ContextManager . arg0 = arg0 ; } |
19,282 | gets the value of the bda 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 bda property . for example , to add a new item , do as follows... | List < BDAType > function ( ) { if ( bda == null ) { bda = new ArrayList < BDAType > ( ) ; } return this . bda ; } |
19,283 | refer to remapuri 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 concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLoading conc... | Uri function ( Uri arg0 ) { return Uri . parse ( arg0 . getQueryParameter ( "srini_string" ) ) ; } |
19,284 | gets the value of the type property . concode_field_sep String flavour concode_elem_sep String color concode_elem_sep String styling concode_elem_sep String name concode_elem_sep String type concode_elem_sep String clazz concode_field_sep void setName concode_elem_sep String getClazz concode_elem_sep String getName con... | String function ( ) { return type ; } |
19,285 | unchecked implementation to determine the smaller of two floats . parameters should be known to be valid in advance . concode_field_sep Random RANDOM concode_elem_sep double[] SIN_TABLE concode_elem_sep double PHI concode_field_sep double maxAbs concode_elem_sep int clampI concode_elem_sep float clampF concode_elem_sep... | float function ( float arg0 , float arg1 ) { return arg0 < arg1 ? arg0 : arg1 ; } |
19,286 | signals that the last target has finished . this event will still be fired if an error occurred during the build . concode_field_sep Vector taskStartedEvents concode_elem_sep Vector buildFinishedEvents concode_elem_sep Vector targetStartedEvents concode_elem_sep Vector buildStartedEvents concode_elem_sep Vector message... | void function ( final BuildEvent arg0 ) { this . buildFinishedEvents . addElement ( arg0 ) ; } |
19,287 | call this method every 10 sec and supply a new data point . concode_field_sep Font CHART_FONT concode_elem_sep TimeSeries sec10 concode_elem_sep TimeSeries min concode_elem_sep TimeScale timeScale concode_elem_sep Color color concode_elem_sep TimeSeries hour concode_elem_sep List<MultiStageTimeSeries> series concode_el... | void function ( float arg0 ) { counter = ( counter + 1 ) % 360 ; sec10 . update ( arg0 ) ; if ( counter % 6 == 0 ) min . update ( arg0 ) ; if ( counter == 0 ) hour . update ( arg0 ) ; } |
19,288 | returns the raw html documentation of the rule attribute . concode_field_sep Class<? extends RuleDefinition> definitionClass concode_elem_sep int startLineCnt concode_elem_sep Set<String> flags concode_elem_sep String attributeName concode_elem_sep String htmlDocumentation concode_elem_sep Attribute attribute concode_e... | String function ( ) { return htmlDocumentation . replace ( "srini_string" + DocgenConsts . VAR_SYNOPSIS + "srini_string" , "srini_string" ) ; } |
19,289 | gets information url . concode_field_sep UIInfo uiInfo concode_elem_sep Logger LOGGER concode_elem_sep long serialVersionUID concode_elem_sep RegisteredService registeredService concode_field_sep Collection<String> getDescriptions concode_elem_sep Collection<Logo> getLogoUrls concode_elem_sep Collection<String> getInfo... | String function ( ) { final Collection < String > loc0 = getInformationURLs ( ) ; return StringUtils . collectionToDelimitedString ( loc0 , "srini_string" ) ; } |
19,290 | returns the required constraints on the target certificate . the constraints are returned as an instance of selector . if null , no constraints are defined . concode_field_sep Date date concode_elem_sep PKIXCertStoreSelector targetConstraints concode_elem_sep Map<GeneralName,PKIXCRLStore> namedCRLStoreMap concode_elem_... | PKIXCertStoreSelector function ( ) { return targetConstraints ; } |
19,291 | injects configuration key/value pairs from one configuration to another if the key does not exist in the target configuration . concode_field_sep PlaceHolder placeHolder concode_field_sep void parseDocument concode_elem_sep Configuration resolve concode_elem_sep void load concode_elem_sep void copy | void function ( Configuration arg0 , Configuration arg1 ) { Check . notNull ( arg0 , "srini_string" ) ; Check . notNull ( arg1 , "srini_string" ) ; for ( Map . Entry < String , String > loc0 : arg0 ) { if ( arg1 . get ( loc0 . getKey ( ) ) == null ) { arg1 . set ( loc0 . getKey ( ) , loc0 . getValue ( ) ) ; } } } |
19,292 | determine if a reply code is a negative permanent response . all codes beginning with a 5 are negative permanent responses . the nntp server will send a negative permanent response when it does not implement a command , a command is incorrectly formatted , or a serious program error occurs . concode_field_sep int NO_PR... | boolean function ( int arg0 ) { return ( arg0 >= 500 && arg0 < 600 ) ; } |
19,293 | this method resets the incoming events time events included . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep boolean g concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface g... | void function ( ) { sCInterface . clearEvents ( ) ; } |
19,294 | write splits in the following format . ... concode_field_sep InputSplit[] splits concode_elem_sep long totsize concode_elem_sep int fill concode_field_sep void add concode_elem_sep void readFields concode_elem_sep String[] getLocation concode_elem_sep InputSplit get concode_elem_sep long getLength concode_elem_sep long... | void function ( DataOutput arg0 ) { WritableUtils . writeVInt ( arg0 , splits . length ) ; for ( InputSplit loc0 : splits ) { Text . writeString ( arg0 , loc0 . getClass ( ) . getName ( ) ) ; } for ( InputSplit loc0 : splits ) { loc0 . write ( arg0 ) ; } } |
19,295 | this method tells the object to use appropriate information to extract ending values for the animation . for example , a animatorset object will pass this call to its child objects to tell them to set up the values . a objectanimator object will use the information it has about its target object and propertyvaluesholde... | void function ( ) { } |
19,296 | set the target object on which to call the target method . only necessary when the target method is not static ; else , a target class is sufficient . concode_field_sep Object targetObject concode_elem_sep String targetMethod concode_elem_sep Class targetClass concode_elem_sep Method methodObject concode_elem_sep Strin... | void function ( Object arg0 ) { this . targetObject = arg0 ; if ( arg0 != null ) { this . targetClass = arg0 . getClass ( ) ; } } |
19,297 | public getter concode_field_sep String medicationName concode_elem_sep String rxNormId concode_elem_sep String dosageFormName concode_elem_sep String proprietaryNameSuffix concode_elem_sep String drugColor concode_elem_sep String purpose concode_elem_sep String deaSchedule concode_elem_sep List<String> pharmClasses con... | String function ( ) { return this . dosageFormName ; } |
19,298 | is the selectionhandle somewhere on the right edge ? concode_field_sep int centerY concode_elem_sep int centerX concode_elem_sep Position mPosition concode_elem_sep int PIXEL_MARGIN concode_elem_sep int mSwtCursor concode_elem_sep int PIXEL_RADIUS concode_field_sep int getSwtCursorType concode_elem_sep boolean contains... | boolean function ( ) { return this == TOP_RIGHT || this == RIGHT_MIDDLE || this == BOTTOM_RIGHT ; } |
19,299 | apply a gravity constant to an object . concode_field_sep int AXIS_PULL_BEFORE concode_elem_sep int AXIS_CLIP concode_elem_sep int DISPLAY_CLIP_HORIZONTAL concode_elem_sep int FILL concode_elem_sep int CLIP_HORIZONTAL concode_elem_sep int RIGHT concode_elem_sep int CENTER concode_elem_sep int DISPLAY_CLIP_VERTICAL conc... | void function ( int arg0 , int arg1 , int arg2 , Rect arg3 , Rect arg4 ) { apply ( arg0 , arg1 , arg2 , arg3 , 0 , 0 , arg4 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.