code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
int function ( ) { return st_maxwrite_sleep ; } | the number of microseconds the thread of control should pause before scheduling further write operations . concode_field_sep int st_ro_evict concode_elem_sep int st_alloc_buckets concode_elem_sep int st_cache_miss concode_elem_sep int st_page_dirty concode_elem_sep int st_page_trickle concode_elem_sep int st_pages conc... |
Cache function ( Cache arg0 ) { return arg0 ; } | decorate the given cache object if necessary . concode_field_sep Set<String> cacheNames concode_elem_sep ConcurrentMap<String,Cache> cacheMap concode_field_sep void initializeCaches concode_elem_sep Cache getCache concode_elem_sep void addCache concode_elem_sep Collection<? extends Cache> loadCaches concode_elem_sep vo... |
void function ( int arg0 ) { this . count = arg0 ; } | sets the cached number of features . concode_field_sep int count concode_elem_sep ContentEntry entry concode_elem_sep List<FeatureListener> listeners concode_elem_sep DiffTransactionState transactionState concode_elem_sep Transaction tx concode_elem_sep BatchFeatureEvent batchFeatureEvent concode_elem_sep SimpleFeature... |
vn . dtt . ns . thongtinphanhoi . dao . model . TopicDetails function ( long arg0 ) { return getPersistence ( ) . findByPrimaryKey ( arg0 ) ; } | returns the topic details with the primary key or throws a vn.dtt.ns.thongtinphanhoi.dao.nosuchtopicdetailsexception if it could not be found . concode_field_sep TopicDetailsPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<... |
void function ( ) { } | called when the activity is no longer visible to the user . 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 onOverrideUrlL... |
ESICancelWarrantyOrderRequestType function ( ) { return new ESICancelWarrantyOrderRequestType ( ) ; } | create an instance of esicancelwarrantyorderrequesttype concode_field_sep QName _EsiCancelWarrantyOrderResponse_QNAME concode_elem_sep QName _EsiCancelWarrantyOrderRequest_QNAME concode_field_sep OrdersResponseType createOrdersResponseType concode_elem_sep OrderStatusType createOrderStatusType concode_elem_sep JAXBElem... |
void function ( ) { Counter loc0 = new Counter ( ) ; loc0 . inc ( ) ; loc0 . inc ( ) ; assertEquals ( 2 , loc0 . cnt ( ) ) ; } | test method for org.apache.niolex.commons.test.counter #inc . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCnt |
boolean function ( ) { return expandEntityReferences ; } | indicates whether document builders obtained from this factory will expand entity reference nodes . concode_field_sep boolean ignoringElementContentWhitespace concode_elem_sep Schema schema concode_elem_sep boolean validating concode_elem_sep boolean xIncludeAware concode_elem_sep boolean coalescing concode_elem_sep bo... |
void function ( JRExpressionCollector arg0 ) { arg0 . collect ( this ) ; } | registers all of the expressions with the collector . if the expressions have been registered with one of the report 's factory they will be included when the report is compiled . concode_field_sep JRExpression lowExpression concode_elem_sep long serialVersionUID concode_elem_sep JRExpression highExpression concode_fie... |
boolean function ( ) { return historyStrategy . hasChangedSubject ( ) ; } | returns true if there is a message within the history of the room that has changed the room 's subject . concode_field_sep HistoryStrategy historyStrategy concode_elem_sep boolean isNonAnonymousRoom concode_elem_sep MUCRoom room concode_field_sep void addOldMessage concode_elem_sep ListIterator<Message> getReverseMessa... |
void function ( String arg0 ) { this . destinationUri = arg0 ; } | sets an optional destination to send the traced exchange . can be used to store tracing as files , in a database or whatever . the routing of the exchange will happen synchronously and the original route will first continue when this destination routing has been completed . concode_field_sep boolean enabled concode_ele... |
CmsLock function ( ) { return m_lock ; } | returns the lock on the direct edit resource . this may be null in case the result is #inactive . concode_field_sep CmsLock m_lock concode_elem_sep CmsDirectEditResourceInfo INACTIVE concode_elem_sep CmsResource m_resource concode_elem_sep CmsDirectEditPermissions m_permissions concode_field_sep CmsResource getResource... |
void function ( ContentHandler arg0 ) { for ( int loc0 = 0 ; loc0 < ns . length ; loc0 += 2 ) arg0 . startPrefixMapping ( fixNull ( ns [ loc0 ] ) , fixNull ( ns [ loc0 + 1 ] ) ) ; arg0 . startElement ( fixNull ( nsUri ) , localName , getQName ( ) , atts ) ; } | writes the start element event . concode_field_sep String localName concode_elem_sep AttributesImpl EMPTY_ATTRIBUTES concode_elem_sep String nsUri concode_elem_sep String[] ns concode_elem_sep String[] EMPTY_ARRAY concode_elem_sep String prefix concode_elem_sep String qname concode_elem_sep AttributesImpl atts concode_... |
int function ( ) { return attribute . getAttributeSize ( ) ; } | gets the size of this object in byte . note : this object size is not the actual file size . moreover , this size is used for transferring this object over a network . concode_field_sep int NOT_REGISTERED concode_elem_sep int TYPE_RAW_DATA concode_elem_sep int TYPE_TAG_DATA concode_elem_sep String name concode_elem_sep... |
String function ( ) { if ( rowDataModel . isRowAvailable ( ) && columnDataModel . isRowAvailable ( ) ) { int loc0 = rowDataModel . getRowIndex ( ) ; int loc1 = columnDataModel . getRowIndex ( ) ; return table [ loc1 ] [ loc0 ] ; } return "srini_string" ; } | called by the table interator . this method reads the column and row data models and displays the correct cell value . concode_field_sep int columns concode_elem_sep String indexHex concode_elem_sep int ROW_CONSTANT concode_elem_sep int index concode_elem_sep String table[][] concode_elem_sep int ASCII_START concode_el... |
void function ( java . util . Collection < String > arg0 ) { if ( arg0 == null ) { this . dkimTokens = null ; return ; } this . dkimTokens = new com . amazonaws . internal . SdkInternalList < String > ( arg0 ) ; } | a set of character strings that represent the domain 's identity . if the identity is an email address , the tokens represent the domain of that address . using these tokens , you will need to create dns cname records that point to dkim public keys hosted by amazon ses . amazon web services will eventually detect that ... |
boolean function ( ) { String loc0 = Environment . getExternalStorageState ( ) ; boolean loc1 ; if ( loc0 . equals ( Environment . MEDIA_MOUNTED ) ) { loc1 = true ; } else { loc1 = false ; } return loc1 ; } | determine if sd card exists . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep File constructFilePaths concode_elem_sep long freeSpaceCalculation concode_elem_sep String getTempDirectoryPath concode_elem_sep boolean testFileExists |
Configuration function ( JsonProvider arg0 ) { return Configuration . builder ( ) . jsonProvider ( arg0 ) . mappingProvider ( mappingProvider ) . options ( options ) . evaluationListener ( evaluationListeners ) . build ( ) ; } | creates a new configuration based on the given com.jayway.jsonpath.spi.json.jsonprovider concode_field_sep JsonProvider jsonProvider concode_elem_sep Collection<EvaluationListener> evaluationListener concode_elem_sep Collection<EvaluationListener> evaluationListeners concode_elem_sep EnumSet<Option> options concode_ele... |
void function ( ) { Link loc0 = new Link ( "srini_string" ) ; this . testBlogPost . setLink ( loc0 ) ; Assert . assertEquals ( loc0 , this . testBlogPost . getLink ( ) ) ; } | test method for ugportal.model.blogpost #getlink . concode_field_sep BlogPost testBlogPost concode_field_sep void testGetId concode_elem_sep void testGetTitle concode_elem_sep void testSetId concode_elem_sep void testSetDateTime concode_elem_sep void testSetDescription concode_elem_sep void setUp concode_elem_sep void ... |
void function ( int arg0 ) { LOG_LEVEL = arg0 ; } | sets the log display level . concode_field_sep String TAG concode_elem_sep int LOG_LEVEL concode_field_sep void log concode_elem_sep void log |
void function ( ) { IntStatistics loc0 = new IntStatistics ( 10 ) ; for ( int loc1 = - 60 ; loc1 <= - 10 ; loc1 ++ ) { loc0 . addValue ( loc1 ) ; loc0 . estimateSelectivity ( Op . EQUALS , loc1 ) ; } Assert . assertEquals ( 0.02 , loc0 . estimateSelectivity ( Op . EQUALS , - 33 ) , 0.01 ) ; } | test with a minimum and a maximum that are both negative numbers . concode_field_sep PlaceHolder placeHolder concode_field_sep void opGreaterThanOrEqualsTest concode_elem_sep void opEqualsTest concode_elem_sep void opLessThanTest concode_elem_sep void opGreaterThanTest concode_elem_sep void opNotEqualsTest concode_elem... |
String function ( ) { if ( this . fileItem . isInMemory ( ) ) { return "srini_string" ; } else if ( this . fileItem instanceof DiskFileItem ) { return "srini_string" + ( ( DiskFileItem ) this . fileItem ) . getStoreLocation ( ) . getAbsolutePath ( ) + "srini_string" ; } else { return "srini_string" ; } } | return a description for the storage location of the multipart content . tries to be as specific as possible : mentions the file location in case of a temporary file . concode_field_sep long size concode_elem_sep Log logger concode_elem_sep FileItem fileItem concode_elem_sep long serialVersionUID concode_field_sep Stri... |
int function ( ) { return battlefieldHeight ; } | returns the battlefield height . concode_field_sep int sentryBorderSize concode_elem_sep int numRounds concode_elem_sep int battlefieldWidth concode_elem_sep int battlefieldHeight concode_elem_sep boolean hideEnemyNames concode_elem_sep long serialVersionUID concode_elem_sep long inactivityTime concode_elem_sep double ... |
void function ( TypeEvaluator arg0 ) { mEvaluator = arg0 ; } | sets the typeevaluator to be used when calculating animated values . this object is required only for keyframesets that are not either intkeyframeset or floatkeyframeset , both of which assume their own evaluator to speed up calculations with those primitive types . concode_field_sep int mNumKeyframes concode_elem_sep ... |
JSONParser function ( ) { return new JSONParser ( ) ; } | return a jsonparser instance for immediate use . jsonparser is not thread-safe , so we return a new instance each call . this is extremely inefficient in execution time and especially memory use -- each instance allocates a 16kb temporary buffer -- and we hope to improve matters eventually . concode_field_sep JSONObjec... |
void function ( CTGapAmount arg0 ) { this . gapDepth = arg0 ; } | sets the value of the gapdepth property . concode_field_sep CTBoolean varyColors concode_elem_sep List<CTAreaSer> ser concode_elem_sep CTDLbls dLbls concode_elem_sep CTChartLines dropLines concode_elem_sep CTExtensionList extLst concode_elem_sep CTGrouping grouping concode_elem_sep CTGapAmount gapDepth concode_elem_sep... |
Factory function ( ) { return NO_OP_FACTORY ; } | returns a factory that returns no-op monitors . concode_field_sep Factory NO_OP_FACTORY concode_elem_sep ProductionComponentMonitor NO_OP concode_field_sep ProducerMonitor producerMonitorFor concode_elem_sep ProducerMonitor producerMonitorFor concode_elem_sep ProductionComponentMonitor create concode_elem_sep Productio... |
boolean function ( final Object arg0 ) { if ( arg0 == null ) { return false ; } if ( this == arg0 ) { return true ; } if ( arg0 instanceof SizeF ) { final SizeF loc0 = ( SizeF ) arg0 ; return mWidth == loc0 . mWidth && mHeight == loc0 . mHeight ; } return false ; } | check if this size is equal to another size . two sizes are equal if and only if both their widths and heights are the same . for this purpose , the width/height float values are considered to be the same if and only if the method float #floattointbits float returns the identical int valuewhen applied to each . concode... |
String function ( ) { return msisdn ; } | gets the value of the msisdn property . concode_field_sep AddressType address concode_elem_sep long serialVersionUID concode_elem_sep String msisdn concode_field_sep void setAddress concode_elem_sep AddressType getAddress concode_elem_sep void setMSISDN |
long function ( ) { return campaignId ; } | gets the campaignid value for this campaigncopyrequest . concode_field_sep long campaignId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem... |
void function ( final ParserContext arg0 ) { } | processes the body of the document . usually subclasses will parse the document body and render it , exporting the result using the org.jbake.parser.parsercontext #setbody string method . concode_field_sep PlaceHolder placeHolder concode_field_sep void processHeader concode_elem_sep boolean validate |
String function ( String arg0 ) { return "srini_string" ; } | some text . concode_field_sep InnerClassWithAnnotations anon concode_elem_sep String fFirstName concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method5 concode_elem_sep String method5 concode_elem_sep String method5 concode_elem_sep String method6 concode_elem_sep String ... |
void function ( ) { buffer = null ; bufline = null ; bufcolumn = null ; } | reset buffer when finished . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolum... |
boolean function ( final double arg0 , final double arg1 ) { if ( ! Double . isNaN ( arg0 ) && ! Double . isNaN ( arg1 ) ) { return arg0 < arg1 ; } else if ( Double . isNaN ( arg0 ) ) { return false ; } return true ; } | compares the first given fitness value with the second and returns true if the first one is smaller than the second one . otherwise returns false . concode_field_sep String CVS_REVISION concode_field_sep boolean equals concode_elem_sep Object clone concode_elem_sep int compareTo |
ReferenceValue function ( ) { return pop ( ) . referenceValue ( ) ; } | pops the top referencevalue from the stack . concode_field_sep TopValue TOP_VALUE concode_elem_sep Value[] values concode_elem_sep int actualMaxSize concode_elem_sep int currentSize concode_field_sep DoubleValue dpop concode_elem_sep Value getBottom concode_elem_sep Value pop concode_elem_sep void setTop concode_elem_s... |
void function ( boolean arg0 ) { isTrue ( arg0 , null ) ; } | throws an assertionfailedexception if the given assertion is not true . concode_field_sep PlaceHolder placeHolder concode_field_sep void shouldNeverReachHere concode_elem_sep void shouldNeverReachHere concode_elem_sep void equals concode_elem_sep void equals |
String function ( ) { return strListingName ; } | method getlistingname . concode_field_sep String strRealPath concode_elem_sep String strApprover concode_elem_sep int intCurrentPage concode_elem_sep String strGroup concode_elem_sep String strAccount concode_elem_sep int intTotalPage concode_elem_sep String strExcelFile concode_elem_sep StringMatrix mtxGroupList conco... |
List < HttpMessageConverter < ? >> function ( List < HttpMessageConverter < ? >> arg0 ) { return arg0 ; } | method that can be used to post-process the httpmessageconverter listbefore it is used . concode_field_sep List<HttpMessageConverter<?>> converters concode_elem_sep List<Class<?>> NON_REPLACING_CONVERTERS concode_field_sep Iterator<HttpMessageConverter<?>> iterator concode_elem_sep List<HttpMessageConverter<?>> getConv... |
void function ( ) { } | implements transformlisthandler #endtransformlist . concode_field_sep AffineTransform affineTransform concode_field_sep AffineTransform createAffineTransform concode_elem_sep AffineTransform createAffineTransform concode_elem_sep void rotate concode_elem_sep void rotate concode_elem_sep AffineTransform getAffineTransfo... |
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep WordsService _service concode_field_sep void clearService concode_elem_sep java.util.List<java.lang.String> getSuggestions concode_elem_sep java.util.List<java.lang.String> checkSpelling concode_elem_sep java.lang.Object invokeMethod concode_elem_sep WordsService ... |
String function ( ) { return description ; } | returns the description of the trigger event . concode_field_sep String displayName concode_elem_sep String subject concode_elem_sep String triggerListenerSubject concode_elem_sep List<EventParameterRequest> eventParameters concode_elem_sep String description concode_field_sep List<EventParameterRequest> getEventParame... |
JsonResponse < T > function ( NewCookie arg0 ) { if ( cookies == null ) { cookies = new ArrayList < NewCookie > ( ) ; } cookies . add ( arg0 ) ; return this ; } | add cookie for building . concode_field_sep boolean pretty concode_elem_sep String message concode_elem_sep T body concode_elem_sep ArrayList<NewCookie> cookies concode_elem_sep javax.ws.rs.core.Response.Status status concode_field_sep T getBody concode_elem_sep javax.ws.rs.core.Response build concode_elem_sep void set... |
LoadUrlParams function ( String arg0 , byte [ ] arg1 ) { LoadUrlParams loc0 = new LoadUrlParams ( arg0 ) ; loc0 . setLoadType ( LOAD_TYPE_BROWSER_INITIATED_HTTP_POST ) ; loc0 . setTransitionType ( ContentViewCore . PAGE_TRANSITION_TYPED ) ; loc0 . setPostData ( arg1 ) ; return loc0 ; } | helper method to create a loadurlparams object for an http post load . concode_field_sep byte[] mPostData concode_elem_sep int UA_OVERRIDE_INHERIT concode_elem_sep int LOAD_TYPE_DEFAULT concode_elem_sep String mVirtualUrlForDataUrl concode_elem_sep int UA_OVERRIDE_TRUE concode_elem_sep boolean mCanLoadLocalResources co... |
AcknowledgementType function ( ) { if ( type . equals ( BannerType . MEDIUM ) ) { return AcknowledgementType . TEMPORARY ; } else { return AcknowledgementType . PERMANENT ; } } | determine the default acknowledgement type for this banner . concode_field_sep boolean isDismissed concode_elem_sep String hosts concode_elem_sep long startTime concode_elem_sep long endTime concode_elem_sep String message concode_elem_sep BannerType type concode_elem_sep boolean isActive concode_elem_sep String uuid c... |
boolean function ( ) { boolean loc0 = n_grab ( nativeObj ) ; return loc0 ; } | grabs the next frame from video file or capturing device . the methods/functions grab the next frame from video file or camera and return true non-zero in the case of success . the primary use of the function is in multi-camera environments , especially when the cameras do not have hardware synchronization . that is , ... |
BinaryOperatorKind function ( ) { return this . mBinaryOperatorKind ; } | gets the kind of binary operator node . concode_field_sep QueryNode mLeftArgument concode_elem_sep BinaryOperatorKind mBinaryOperatorKind concode_elem_sep QueryNode mRightArgument concode_field_sep void setLeftArgument concode_elem_sep void setRightArgument concode_elem_sep QueryNode getLeftArgument concode_elem_sep Qu... |
double function ( int arg0 ) { double loc0 = _scaler . getAltValue ( arg0 ) ; if ( loc0 <= 0.0 ) return 0.0 ; return loc0 * _altFactor * _externalScaleFactor ; } | get the scaled altitude value for the specified point concode_field_sep double _externalScaleFactor concode_elem_sep double _altFactor concode_elem_sep byte POINT_TYPE_WAYPOINT concode_elem_sep Track _terrainTrack concode_elem_sep PointScaler _scaler concode_elem_sep Track _track concode_elem_sep byte[] _pointTypes con... |
Iterator function ( ) { if ( generators != null ) return Collections . unmodifiableList ( generators ) . iterator ( ) ; else return Collections . EMPTY_LIST . iterator ( ) ; } | returns an iterator over the generators specified in the master file ; that is , the parsed contents of $ generate statements . concode_field_sep Tokenizer st concode_elem_sep long currentTTL concode_elem_sep int currentType concode_elem_sep int currentDClass concode_elem_sep Name origin concode_elem_sep Generator gene... |
long function ( Blob arg0 , long arg1 ) { byte [ ] loc0 = arg0 . getBytes ( 1 , ( int ) arg0 . length ( ) ) ; return position ( loc0 , arg1 ) ; } | retrieves the byte position in the blob value designated by this blob object at which pattern begins . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep int setBytes concode_elem_sep int setBytes concode_elem_sep void truncate concode_elem_se... |
SeasonName function ( ) { return name ; } | returns the current season name . concode_field_sep Calendar spring concode_elem_sep SeasonName name concode_elem_sep Calendar winter concode_elem_sep Calendar autumn concode_elem_sep Calendar summer concode_field_sep void setName concode_elem_sep void setAutumn concode_elem_sep Calendar getNextSeason concode_elem_sep ... |
String function ( ) { return content ; } | to get content . concode_field_sep String folderPath concode_elem_sep MailMetaData mailMetaData concode_elem_sep String folderName concode_elem_sep Message message concode_elem_sep String content concode_field_sep void setContent concode_elem_sep void setMailMetaData concode_elem_sep Message getMessage concode_elem_sep... |
String function ( ) { return uriHost ; } | returns the hostname of the origin server . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep OkAuthenticator authenticator concode_elem_sep String uri... |
void function ( ) { mTimer . stop ( ) ; } | stops the mtimer , which stops the polling concode_field_sep int SERVER_CONTACT_INTERVAL concode_elem_sep IGameManager gameManager concode_elem_sep Timer mTimer concode_field_sep void startPoller concode_elem_sep void setGameManager concode_elem_sep void checkForUpdate concode_elem_sep IGameManager getGameManager |
void function ( PublisherEvent arg0 ) { if ( arg0 == null ) { throw new NotificationManagementException ( "srini_string" ) ; } if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" + arg0 . getEventName ( ) ) ; } eventDistributionTask . addEventToQueue ( arg0 ) ; } | this method is called from all service consumers of this bundle , whenever messagesendingmodules need to be fired . this method will check whether the registered message sending modules can handle the event type and if can , it will invoke sendmessage concode_field_sep EventDistributionTask eventDistributionTask concod... |
void function ( java . lang . String arg0 ) { this . regex = arg0 ; } | sets the regex value for this wsregexstoredprocedure . concode_field_sep java.lang.String regex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep java.lang.String getRegex concode_elem_sep org.apache.ax... |
ThreadFactory function ( ) { return build ( this ) ; } | returns a new thread factory using the options supplied during the building process . after building , it is still possible to change the options used to build the threadfactory and/or build again . state is not shared amongst built instances . concode_field_sep Boolean daemon concode_elem_sep UncaughtExceptionHandler ... |
java . util . List < com . liferay . portal . kernel . model . Role > function ( long arg0 ) { return getService ( ) . getGroupRoles ( arg0 ) ; } | returns all the roles associated with the group . concode_field_sep RoleService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.kernel.model.Role> getUserRelatedRoles concode_elem_sep com.liferay.portal.kernel.model.Role updateRole concode_elem_sep... |
boolean function ( String arg0 ) { return EXTRACT_TRANSFORMFUNCTION_PATTERN . matcher ( arg0 ) . matches ( ) ; } | determines whether a pattern refers to a transformation service concode_field_sep Logger logger concode_elem_sep Pattern EXTRACT_TRANSFORMFUNCTION_PATTERN concode_field_sep String transform concode_elem_sep TransformationService getTransformationService |
Exception function ( ) { return exception ; } | get the exception concode_field_sep Exception exception concode_elem_sep TxLogConnectionFactory cf concode_elem_sep ConnectionListener cl concode_elem_sep CountDownLatch cdl concode_elem_sep DeploymentRepository dr concode_elem_sep UserTransaction ut concode_field_sep ResourceAdapterArchive createResourceAdapter concod... |
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep LayoutSetService _service concode_field_sep com.liferay.portal.model.LayoutSet updateVirtualHost concode_elem_sep void updateLogo concode_elem_sep void updateLogo concode_elem_sep void updateLogo concode_elem_sep void updateLogo concode_elem_sep com.liferay.portal... |
List < String > function ( ) { return new ArrayList < String > ( registeredSpecs . keySet ( ) ) ; } | obtains a list containing the names of all registered cookiespec cookiespecs . note that the default policy if present is likely to be the same as one of the other policies , but does not have to be . concode_field_sep ConcurrentHashMap<String,CookieSpecFactory> registeredSpecs concode_field_sep CookieSpec getCookieSpe... |
void function ( String arg0 ) { this . id = arg0 ; } | set the html id of the element t 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_sep String sequence concode_elem_sep float delay concode_... |
void function ( ValueChangeEvent arg0 ) { setRenderNorth ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; } | event handler for the north border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep void south concode_elem_sep boolean isRenderNorth concode_elem_sep boolean isRen... |
boolean function ( Object arg0 ) { for ( int loc0 = 0 , loc1 = objects . size ( ) ; loc0 < loc1 ; loc0 ++ ) { OriginalBaseTween loc2 = objects . get ( loc0 ) ; if ( loc2 . containsTarget ( arg0 ) ) return true ; } return false ; } | returns true if the manager contains any valid interpolation associated to the given target object . concode_field_sep ArrayList<OriginalBaseTween> objects concode_elem_sep boolean resetAnimTime concode_elem_sep boolean finishAllAnim concode_elem_sep boolean isPaused concode_field_sep TweenManager add concode_elem_sep ... |
List < AcronymExpansion > function ( JsonReader arg0 ) { arg0 . beginArray ( ) ; try { if ( arg0 . peek ( ) == JsonToken . END_ARRAY ) return null ; return parseAcronymData ( arg0 ) ; } finally { arg0 . endArray ( ) ; } } | parse a json stream and convert it into a list of acronymdata objects . concode_field_sep String TAG concode_field_sep List<AcronymExpansion> parseJsonStream concode_elem_sep List<AcronymExpansion> parseAcronymLongFormArray concode_elem_sep AcronymExpansion parseAcronymExpansion concode_elem_sep List<AcronymExpansion> ... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; } | performs a dynamic query on the database and returns the matching rows . concode_field_sep ServiceTracker<KaleoNodeLocalService,KaleoNodeLocalService> _serviceTracker concode_field_sep void deleteKaleoDefinitionKaleoNodes concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.ker... |
void function ( final byte [ ] arg0 , final byte [ ] arg1 ) { Jedis loc0 = jedisPool . getResource ( ) ; try { loc0 . hdel ( arg0 , arg1 ) ; } finally { jedisPool . returnResource ( loc0 ) ; } } | del concode_field_sep String host concode_elem_sep int expire concode_elem_sep int timeout concode_elem_sep String password concode_elem_sep int port concode_elem_sep JedisPool jedisPool concode_field_sep void init concode_elem_sep void setPassword concode_elem_sep void setHost concode_elem_sep byte[] set concode_elem_... |
void function ( final Writer arg0 ) { for ( final Iterator loc0 = this . mapping . getEntries ( ) . iterator ( ) ; loc0 . hasNext ( ) ; ) { arg0 . write ( loc0 . next ( ) . toString ( ) ) ; arg0 . write ( "srini_string" ) ; } } | saves current mapping into a dsl mapping file concode_field_sep DSLMapping mapping concode_elem_sep List errors concode_field_sep DSLMapping getMapping concode_elem_sep boolean parseAndLoad concode_elem_sep void setMapping concode_elem_sep String dumpFile concode_elem_sep void setErrors concode_elem_sep List<KnowledgeB... |
void function ( int arg0 , String arg1 ) { Context loc0 = ContextManager . getContext ( ) ; setString ( loc0 . getString ( arg0 ) , arg1 ) ; } | sets string preference concode_field_sep SharedPreferences preferences concode_field_sep String getStringValue concode_elem_sep String getStringValue concode_elem_sep boolean isSet concode_elem_sep SharedPreferences getPrefs concode_elem_sep void clear concode_elem_sep void setInt concode_elem_sep long getLong concode_... |
void function ( String arg0 ) { this . name = arg0 ; if ( this . state instanceof NotfilledPersonState ) { this . state = new UpdatedPersonState ( ) ; } } | this will set the name of this person concode_field_sep String address concode_elem_sep String phoneNumber concode_elem_sep PersonDAO personDAO concode_elem_sep String name concode_elem_sep int id concode_elem_sep DBPersonState state concode_elem_sep String email concode_field_sep void borrowMovie concode_elem_sep Stri... |
String function ( ) { return this . summary ; } | returns summary results from a query for this object . concode_field_sep String MYSQL_CONNECTION_STRING concode_elem_sep String summary concode_elem_sep String MYSQL_USERNAME concode_elem_sep String MYSQL_PREFIX concode_elem_sep MysqlPinyinQuery query concode_elem_sep String MYSQL_PASSWORD concode_elem_sep String MYSQL... |
boolean function ( Collection < ? extends ServiceReference > arg0 ) { throw new UnsupportedOperationException ( READ_ONLY_ERROR_MESSAGE ) ; } | unsupported operation , throws an unsupportedoperationexception since this list is read-only . concode_field_sep String READ_ONLY_ERROR_MESSAGE concode_elem_sep XLogger logger concode_elem_sep Set<ServiceReference> serviceSet concode_field_sep boolean add concode_elem_sep void add concode_elem_sep List<ServiceReference... |
void function ( ) { Day loc0 = new Day ( 29 , MonthConstants . MARCH , 2002 ) ; Hour loc1 = new Hour ( 15 , loc0 ) ; Minute loc2 = new Minute ( 15 , loc1 ) ; Day loc3 = new Day ( 29 , MonthConstants . MARCH , 2002 ) ; Hour loc4 = new Hour ( 15 , loc3 ) ; Minute loc5 = new Minute ( 15 , loc4 ) ; assertTrue ( loc2 . equa... | tests the equals method . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecond concode_elem_sep void testGetSerialIndex concode_elem_sep void testGetFirstMillisecondWithTimeZone concode_elem_sep void testNex... |
float function ( ) { return mCurrAngle ; } | returns the current x offset in the scroll . concode_field_sep long mDuration concode_elem_sep float mDeltaAngle concode_elem_sep boolean mFinished concode_elem_sep float mCoeffVelocity concode_elem_sep long mStartTime concode_elem_sep int DEFAULT_DURATION concode_elem_sep int mMode concode_elem_sep int SCROLL_MODE con... |
boolean function ( Class < ? > arg0 , MediaType arg1 ) { return supports ( arg0 ) && canWrite ( arg1 ) ; } | this implementation checks if the given class is @linkplain #supports class supported , and if the @linkplain #getsupportedmediatypes supported media types @linkplain mediatype #includes mediatype include the given media type . concode_field_sep List<MediaType> supportedMediaTypes concode_elem_sep Log logger concode_el... |
Date function ( ) { return endTime ; } | this method was generated by mybatis generator . this method returns the value of the database column portal_application_bill . end_time concode_field_sep BigDecimal billCosts concode_elem_sep String billId concode_elem_sep Integer billType concode_elem_sep Integer markDelete concode_elem_sep Date createdTime concode_e... |
AnnotationMatchingPointcut function ( Class < ? extends Annotation > arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; return new AnnotationMatchingPointcut ( arg0 ) ; } | factory method for an annotationmatchingpointcut that matches for the specified annotation at the class level . concode_field_sep ClassFilter classFilter concode_elem_sep MethodMatcher methodMatcher concode_field_sep MethodMatcher getMethodMatcher concode_elem_sep int hashCode concode_elem_sep boolean equals concode_el... |
Builder function ( String arg0 , String arg1 ) { headers . add ( arg0 , arg1 ) ; return this ; } | adds a header with name and value . prefer this method for multiply-valued headers like `` cookie '' . note that for some headers including content-length and content-encoding , okhttp may replace value with a header derived from the request body . concode_field_sep Headers.Builder headers concode_elem_sep String metho... |
Object function ( ) { return newInstance ( THROW_UNSUPPORTED_INVOKER ) ; } | get instance with default handler . concode_field_sep Object PendingGenerationMarker concode_elem_sep AtomicLong PROXY_CLASS_COUNTER concode_elem_sep Map<ClassLoader,Map<String,Object>> ProxyCacheMap concode_elem_sep InvocationHandler RETURN_NULL_INVOKER concode_elem_sep InvocationHandler THROW_UNSUPPORTED_INVOKER conc... |
String function ( ) { return getInfo ( ) . getName ( ) ; } | returns this field 's name . concode_field_sep ProductData _data concode_elem_sep FieldInfo _info concode_field_sep boolean isIntType concode_elem_sep FieldInfo getInfo concode_elem_sep void readFrom concode_elem_sep int getElemInt concode_elem_sep double getElemDouble concode_elem_sep int getDataType concode_elem_sep ... |
ExtensionList < UserAvatarResolver > function ( ) { return ExtensionList . lookup ( UserAvatarResolver . class ) ; } | returns all the registered useravatarresolver descriptors . concode_field_sep Logger LOGGER concode_elem_sep Pattern iconSizeRegex concode_field_sep String resolve concode_elem_sep String resolveOrNull concode_elem_sep String findAvatarFor |
Artifact function ( ) { return staticRuntimeLinkMiddleman ; } | returns an aggregating middleman that represents the static runtime libraries . concode_field_sep NestedSet<Artifact> crosstool concode_elem_sep Artifact dynamicRuntimeLinkMiddleman concode_elem_sep NestedSet<Artifact> libcLink concode_elem_sep boolean supportsParamFiles concode_elem_sep NestedSet<Artifact> objCopy con... |
List < Village > function ( String arg0 ) { try { Object loc0 = loadParser ( "srini_string" ) ; return ( ( GenericParserInterface < Village > ) loc0 ) . parse ( arg0 ) ; } catch ( Exception loc0 ) { logger . error ( "srini_string" , loc0 ) ; } return new LinkedList < > ( ) ; } | execute the village parser plugin concode_field_sep Object mVariableManager concode_elem_sep PluginManager SINGLETON concode_elem_sep Logger logger concode_elem_sep File PLUGIN_DIR concode_elem_sep ClassLoader mClassloader concode_field_sep boolean executeReportParser concode_elem_sep boolean executeGroupParser concode... |
AssociateResponse function ( ) { return new AssociateResponse ( ) ; } | create an instance of associateresponse concode_field_sep PlaceHolder placeHolder concode_field_sep Create createCreate concode_elem_sep DeleteResponse createDeleteResponse concode_elem_sep ExecuteResponse createExecuteResponse concode_elem_sep UpdateResponse createUpdateResponse concode_elem_sep RetrieveMultiple creat... |
Path function ( String arg0 , MessageFormatter arg1 ) { Path loc0 = isPath ( arg0 , arg1 ) ; if ( ! Files . isRegularFile ( loc0 ) ) { throw new ValidationException ( arg1 . format ( arg0 ) ) ; } return loc0 ; } | make sure input is a file path . concode_field_sep PlaceHolder placeHolder concode_field_sep Path isReadablePath concode_elem_sep Path isPath concode_elem_sep Path isPath concode_elem_sep Path isDirectoryPath concode_elem_sep Path isWritablePath |
void function ( String arg0 ) { this . creditApplicationStatus = arg0 ; } | sets the value of the creditapplicationstatus property . concode_field_sep String customerStatus concode_elem_sep String creditScore concode_elem_sep String wipCustomerId concode_elem_sep List<CustomerQualificationResultType> customerQualificationResult concode_elem_sep String creditApplicationStatus concode_elem_sep S... |
boolean function ( Card arg0 ) { return arg0 . suit ( ) . equals ( this . suit ( ) ) && arg0 . rank ( ) . equals ( this . rank ( ) ) && arg0 . pointValue ( ) == this . pointValue ( ) ; } | compare this card with the argument . concode_field_sep int pointValue concode_elem_sep String rank concode_elem_sep String suit concode_field_sep int pointValue concode_elem_sep String rank concode_elem_sep String toString concode_elem_sep String suit |
boolean function ( File arg0 , Object arg1 ) { return write ( new FileOutputStream ( arg0 ) , arg1 ) ; } | write the xml-serialized object to the given file concode_field_sep boolean m_Present concode_elem_sep String FILE_EXTENSION concode_field_sep Object read concode_elem_sep Object read concode_elem_sep Object read concode_elem_sep void checkForKOML concode_elem_sep boolean isPresent concode_elem_sep String getRevision |
Netty4CorsConfigBuilder function ( final String arg0 ) { if ( "srini_string" . equals ( arg0 ) ) { return new Netty4CorsConfigBuilder ( ) ; } return new Netty4CorsConfigBuilder ( arg0 ) ; } | creates a netty4corsconfigbuilder instance with the specified origin . concode_field_sep boolean noPreflightHeaders concode_elem_sep boolean enabled concode_elem_sep Optional<Pattern> pattern concode_elem_sep boolean allowNullOrigin concode_elem_sep Set<String> requestHeaders concode_elem_sep Set<HttpMethod> requestMet... |
boolean function ( ) { return false ; } | determines whether this property editor supports a custom editor . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Float value concode_field_sep String getJavaInitializationString concode_elem_sep Object getValue concode_elem_sep Component getCustomEditor concode_elem_sep void paintValue ... |
boolean function ( ) { return spdyConnection == null || spdyConnection . isIdle ( ) ; } | returns true if this connection is idle . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode_elem_sep byte[] SPDY3 ... |
boolean function ( Object arg0 ) { return false ; } | evaluates the predicate returning false always . concode_field_sep long serialVersionUID concode_elem_sep Predicate INSTANCE concode_field_sep Predicate getInstance |
LongValue function ( int arg0 ) { return load ( arg0 ) . longValue ( ) ; } | loads the longvalue from the variable with the given index . concode_field_sep int size concode_elem_sep TopValue TOP_VALUE concode_elem_sep Value[] values concode_field_sep void store concode_elem_sep ReferenceValue aload concode_elem_sep Value getValue concode_elem_sep int size concode_elem_sep Value load concode_ele... |
int function ( ) { return _specificityC ; } | the correct specificity value for this selector and its sibling-axis selectors concode_field_sep int CHILD_AXIS concode_elem_sep int HOVER_PSEUDOCLASS concode_elem_sep int selectorID concode_elem_sep Selector siblingSelector concode_elem_sep String _name concode_elem_sep int _axis concode_elem_sep int FOCUS_PSEUDOCLASS... |
void function ( EventObject arg0 ) { if ( eventRouter != null ) { eventRouter . fireEvent ( arg0 ) ; } } | sends the event to all listeners . concode_field_sep EventRouter eventRouter concode_field_sep Registration addDataProviderListener concode_elem_sep void refreshItem concode_elem_sep void refreshAll concode_elem_sep Registration addListener |
Node function ( ) { return new Node ( ) ; } | create an instance of node concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_elem_sep JspxPa... |
void function ( Any arg0 , int [ ] arg1 ) { LongSeqHolder loc0 = new LongSeqHolder ( arg1 ) ; arg0 . insert_Streamable ( loc0 ) ; } | insert into the given int into the given any . this implementation first creates a longseqholder and then calls any #insert_streamable streamable . concode_field_sep PlaceHolder placeHolder concode_field_sep int[] extract concode_elem_sep int[] read concode_elem_sep String id concode_elem_sep TypeCode type concode_elem... |
Filter < E > function ( Filter < E > arg0 , Filter < E > arg1 ) { return ( new CombinedFilter < E > ( arg0 , arg1 , false ) ) ; } | filter that accepts when either filter accepts or . concode_field_sep Collection<E> args concode_elem_sep Filter<E> filter concode_elem_sep boolean negated concode_elem_sep boolean conjunction concode_elem_sep boolean judgment concode_elem_sep long serialVersionUID concode_elem_sep long serialVersionUID concode_elem_se... |
void function ( int arg0 , int arg1 ) { final int loc0 = Math . min ( mSize , arg0 + arg1 ) ; for ( int loc1 = arg0 ; loc1 < loc0 ; loc1 ++ ) { removeAt ( loc1 ) ; } } | remove a range of mappings as a batch . 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_elem_sep void clear concode_elem_sep E valueAt concode_elem_sep int indexOfValue concod... |
void function ( Deal arg0 ) { dealList . add ( arg0 ) ; } | add deals to the manager concode_field_sep ArrayList<Deal> dealList concode_field_sep ArrayList<Deal> retrieveDealByCategory concode_elem_sep ArrayList<Deal> getDealList concode_elem_sep void removeDeal concode_elem_sep void setDealList concode_elem_sep ArrayList<Deal> retrieveDealByMerchant concode_elem_sep Deal getDe... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.