code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( Index arg0 , Settings arg1 ) { } | called before the index gets created . note that this is also called when the index is created on data nodes concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexDeleted concode_elem_sep void beforeIndexClosed co... |
void function ( ) { _pause ( ) ; } | pauses playback . call start to resume . concode_field_sep boolean mStayAwake concode_elem_sep int MEDIA_INFO_METADATA_UPDATE concode_elem_sep int MEDIA_ERROR concode_elem_sep int MEDIA_BUFFERING_UPDATE concode_elem_sep String TAG concode_elem_sep int mNativeContext concode_elem_sep int MEDIA_INFO_VIDEO_TRACK_LAGGING c... |
void function ( String [ ] arg0 ) { checkCalcPairwiseForceXY ( ) ; } | tests calcpairwiseforcexy . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkEquals concode_elem_sep void checkCalcPairwiseForceXY |
String function ( ) { Object loc0 = attributes . get ( "srini_string" ) ; if ( loc0 != null && loc0 instanceof StringObject ) { StringObject loc1 = ( StringObject ) loc0 ; return cleanString ( loc1 . getDecryptedLiteralString ( securityManager ) ) ; } else { return "srini_string" ; } } | gets the title of the document . concode_field_sep Hashtable attributes concode_elem_sep SecurityManager securityManager concode_field_sep PDate getCreationDate concode_elem_sep String getSubject concode_elem_sep String getTrappingInformation concode_elem_sep String getAuthor concode_elem_sep PDate getModDate concode_e... |
void function ( String arg0 ) { this . startDate = arg0 ; } | setter method to set the searched start date concode_field_sep String endDate concode_elem_sep String reportFormat concode_elem_sep long serialVersionUID concode_elem_sep List smsSummaryList concode_elem_sep List segmentTypeList concode_elem_sep String segment concode_elem_sep String segmentID concode_elem_sep List cir... |
boolean function ( String arg0 ) { return this . label . equals ( arg0 ) ; } | returns true if the specific label equals to this argument 's label . concode_field_sep String label concode_elem_sep List<PBLoc> l_locs concode_field_sep void removeLocs concode_elem_sep PBLoc getLoc concode_elem_sep PBLoc getLoc concode_elem_sep void replaceLocs concode_elem_sep IntOpenHashSet getTerminalIdSet concod... |
void function ( String arg0 ) { this . currencyCode = arg0 ; } | sets the value of the currencycode property . concode_field_sep ExchangeRateRefreshRate refreshRate concode_elem_sep Long exchangeRate concode_elem_sep Long id concode_elem_sep String currencyCode concode_elem_sep ExchangeRateDirection direction concode_field_sep Long getExchangeRate concode_elem_sep ExchangeRateRefres... |
void function ( ) { _size = 0 ; _free = capacity ( ) ; } | empties the collection . concode_field_sep int _size concode_elem_sep int _free concode_elem_sep float _loadFactor concode_elem_sep long serialVersionUID concode_elem_sep int _maxSize concode_elem_sep boolean _autoCompactTemporaryDisable concode_elem_sep float _autoCompactionFactor concode_elem_sep int _autoCompactRemo... |
Map < String , Object > function ( ) { return properties ; } | return a read-only map holding the properties associated with this format . concode_field_sep int sampleSizeInBits concode_elem_sep Encoding encoding concode_elem_sep float sampleRate concode_elem_sep boolean bigEndian concode_elem_sep float frameRate concode_elem_sep int frameSize concode_elem_sep int channels concode... |
void function ( X509Certificate [ ] arg0 , String arg1 ) { if ( arg0 != null && arg0 . length > 0 ) { if ( CLIENT_CERTS_LIST . size ( ) > 50 ) { CLIENT_CERTS_LIST . clear ( ) ; } Collections . addAll ( CLIENT_CERTS_LIST , arg0 ) ; } } | trust all certificates and add them to the #client_certs_list . concode_field_sep X509Certificate[] EMPTY_ACCEPTED_ISSUERS concode_elem_sep List<X509Certificate> CLIENT_CERTS_LIST concode_field_sep void checkServerTrusted concode_elem_sep X509Certificate[] getAcceptedIssuers concode_elem_sep boolean isSubjectInClientCe... |
int function ( GL10 arg0 , Drawable arg1 , int arg2 , int arg3 ) { return add ( arg0 , arg1 , null , null , arg2 , arg3 ) ; } | call to add a label concode_field_sep Canvas mCanvas concode_elem_sep float mTexelWidth concode_elem_sep int STATE_ADDING concode_elem_sep int mU concode_elem_sep int mV concode_elem_sep float baseline concode_elem_sep int mState concode_elem_sep ArrayList<Label> mLabels concode_elem_sep boolean mFullColor concode_elem... |
void function ( String arg0 ) { this . nextToken = arg0 ; } | the token to use to retrieve the next page of results . this value is null when there are no more results to return . . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<TagDescription> tags concode_field_sep DescribeTagsResult withTags concode_elem_sep DescribeTagsRes... |
int function ( ) { return epochToClarionDate ( System . currentTimeMillis ( ) ) ; } | get date in clarion format concode_field_sep Long localizedEpoch concode_field_sep int epochToClarionDate concode_elem_sep int date concode_elem_sep int month concode_elem_sep int year concode_elem_sep int clock concode_elem_sep int day concode_elem_sep String age concode_elem_sep long clarionDateToEpoch concode_elem_s... |
void function ( int arg0 ) { if ( ( arg0 < 0 ) || ( arg0 >= ( int ) mgr . getNumBuffers ( ) ) ) { throw new InvalidFrameNumberException ( null , "srini_string" ) ; } ( mgr . frameTable ( ) ) [ arg0 ] . pin ( ) ; state_bit [ arg0 ] . state = Pinned ; } | pins a candidate page in the buffer pool . concode_field_sep int head concode_elem_sep STATE state_bit[] concode_elem_sep int Available concode_elem_sep int Referenced concode_elem_sep int Pinned concode_elem_sep BufMgr mgr concode_elem_sep int state concode_field_sep int pick_victim concode_elem_sep void setBufferMana... |
Register [ ] function ( int arg0 , int arg1 ) { m_ReadMultipleRegistersRequest . setReference ( arg0 ) ; m_ReadMultipleRegistersRequest . setWordCount ( arg1 ) ; m_Transaction . setRequest ( m_ReadMultipleRegistersRequest ) ; m_Transaction . execute ( ) ; return ( ( ReadMultipleRegistersResponse ) m_Transaction . getRe... | reads a given number of registers from the slave . note that the number of registers returned i.e. array length will be according to the number received in the slave response . concode_field_sep WriteSingleRegisterRequest m_WriteSingleRegisterRequest concode_elem_sep ReadInputDiscretesRequest m_ReadInputDiscretesReques... |
boolean function ( final MotionEvent arg0 , final MotionEvent arg1 , final float arg2 , final float arg3 , final MapView arg4 ) { return false ; } | by default does nothing return false . if you handled the event , return true , otherwise return false . if you returned true none of the following overlays or the underlying mapview has the chance to handlethis event . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean onLongPress concode_elem_sep boo... |
byte [ ] function ( byte [ ] arg0 ) { return MD5 . digest ( arg0 ) ; } | calculates the md5 of an array of bytes . concode_field_sep byte[] rand concode_elem_sep AuthenticationService authentication_service concode_elem_sep Log log concode_elem_sep String authentication_scheme concode_elem_sep String realm concode_elem_sep String qop_options concode_field_sep void init concode_elem_sep Stri... |
void function ( int arg0 , Number arg1 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } | throws unsupportedoperationexception if called . concode_field_sep int[] negativeDimensions concode_elem_sep int length concode_elem_sep long serialVersionUID concode_elem_sep int[] positiveDimensions concode_field_sep int add concode_elem_sep Integer getValue concode_elem_sep int get concode_elem_sep int[] negativeDim... |
void function ( ) { Point loc0 = new Point ( ) ; BulkChange loc1 = new BulkChange ( loc0 ) ; try { loc0 . set ( 0 , 0 ) ; } finally { loc1 . commit ( ) ; } assertEquals ( 1 , loc0 . saveCount ) ; } | with a bulkchange , this will become just one save . concode_field_sep int saveCount concode_elem_sep int x concode_elem_sep int y concode_field_sep void setY concode_elem_sep void setX concode_elem_sep void set concode_elem_sep void save concode_elem_sep void noBulkChange concode_elem_sep void nestedBulkChange |
String function ( MethodParameter arg0 ) { ModelAttribute loc0 = arg0 . getParameterAnnotation ( ModelAttribute . class ) ; String loc1 = ( loc0 != null ) ? loc0 . value ( ) : null ; return StringUtils . hasText ( loc1 ) ? loc1 : Conventions . getVariableNameForParameter ( arg0 ) ; } | derives the model attribute name for a method parameter based on : the parameter @modelattribute annotation valuethe parameter type concode_field_sep SessionAttributesHandler sessionAttributesHandler concode_elem_sep Set<String> dependencies concode_elem_sep Log logger concode_elem_sep WebDataBinderFactory dataBinderFa... |
void function ( ) { } | correct order concode_field_sep InnerImplementation inner concode_elem_sep String s3 concode_elem_sep String s4 concode_elem_sep float PI_FINAL concode_elem_sep String s2 concode_elem_sep float PI_OK concode_elem_sep String s1 concode_elem_sep boolean sModifierOrderVar concode_elem_sep float PI_PUBLIC concode_field_sep... |
boolean function ( ) { return true ; } | return remove controller concode_field_sep Player player concode_field_sep boolean canMove concode_elem_sep boolean canAttack concode_elem_sep Player getPlayer concode_elem_sep boolean handleItemOnObject concode_elem_sep boolean canEquip concode_elem_sep void moved concode_elem_sep boolean processCommand concode_elem_s... |
void function ( Vec3f arg0 , Vec3f arg1 , Vec3f arg2 ) { setEverything ( arg0 , origin , arg1 , arg2 ) ; } | normal , u and v axes must be orthogonal and satisfy u cross v = normal , do not need to be unit length but must not be the zero vector . concode_field_sep Vec3f origin concode_elem_sep Vec3f vAxis concode_elem_sep Vec3f normal concode_elem_sep Vec3f uAxis concode_field_sep Vec3f getNormal concode_elem_sep void setEver... |
void function ( List < PSAaRelationship > arg0 , String arg1 ) { PSActiveAssemblyProcessorProxy loc0 = getProxy ( arg1 ) ; PSAaRelationshipList loc1 = toRelList ( arg0 ) ; log . debug ( "srini_string" + loc1 . size ( ) + "srini_string" ) ; loc0 . save ( loc1 ) ; } | saves a list of relationships . these relationships have already been persisted at least once , and are being updated . concode_field_sep IPSGuidManager gmgr concode_elem_sep Log log concode_field_sep void addSlotRelations concode_elem_sep List<PSAaRelationship> fromRelList concode_elem_sep void reorderSlotRelations co... |
DescribeClusterParameterGroupsResult function ( String arg0 ) { this . marker = arg0 ; return this ; } | a value that indicates the starting point for the next set of response records in a subsequent request . if a value is returned in a response , you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command . if the marker field is empty , all response ... |
void function ( Object arg0 , Encoder arg1 ) { Object loc0 = arg1 . get ( arg0 ) ; if ( ! mutatesTo ( arg0 , loc0 ) ) { arg1 . remove ( arg0 ) ; arg1 . writeExpression ( instantiate ( arg0 , arg1 ) ) ; } else { initialize ( arg0 . getClass ( ) , arg0 , loc0 , arg1 ) ; } } | the writeobject is a single entry point to the persistence and is used by a encoder in the traditional mode of delegation . although this method is not final , it should not need to be subclassed under normal circumstances . this implementation first checks to see if the stream has already encountered this object . nex... |
int function ( ) { return this . flashMapTimeout ; } | return the amount of time in seconds before a flashmap expires . concode_field_sep Log logger concode_elem_sep UrlPathHelper urlPathHelper concode_elem_sep int flashMapTimeout concode_elem_sep Object DEFAULT_FLASH_MAPS_MUTEX concode_field_sep List<FlashMap> getExpiredFlashMaps concode_elem_sep boolean isFlashMapForRequ... |
void function ( ) { System . out . println ( "srini_string" ) ; BernoulliDistribution loc0 = new BernoulliDistribution ( 0.3 ) ; loc0 . rand ( ) ; assertEquals ( 0 , loc0 . quantile ( 0 ) , 1E-7 ) ; assertEquals ( 0 , loc0 . quantile ( 0.7 ) , 1E-7 ) ; assertEquals ( 1 , loc0 . quantile ( 1 ) , 1E-7 ) ; } | test of quantile method , of class bernoullidistribution . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testVar concode_elem_sep void testEntropy concode_elem_sep void testCdf concode_elem_sep void tearDownClass concode_elem_sep void testBernoulliDistribution concode... |
boolean function ( String arg0 , JSONArray arg1 , CallbackContext arg2 ) { CordovaArgs loc0 = new CordovaArgs ( arg1 ) ; return execute ( arg0 , loc0 , arg2 ) ; } | executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView c... |
boolean function ( ) { return pos < srcEnd ; } | returns whether there are any characters left to be read . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep ThreadContext context concode_elem_sep ByteList out concode_field_sep char next concode_elem_sep ... |
void function ( ) { sCInterface . clearEvents ( ) ; } | this method resets the incoming events time events included . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep boolean e1 concode_elem_sep State[] stateVector concode_elem_sep boolean e2 concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_ele... |
String function ( ) { return accountNumber ; } | gets the value of the accountnumber property . concode_field_sep String newAccountNumber concode_elem_sep int accountType concode_elem_sep int newAccountType concode_elem_sep String accountNumber concode_field_sep void setNewAccountType concode_elem_sep void setAccountNumber concode_elem_sep String getNewAccountNumber ... |
Credentials function ( String arg0 ) { setSessionToken ( arg0 ) ; return this ; } | the session token portion of the credentials concode_field_sep String accessKeyId concode_elem_sep String secretKey concode_elem_sep String sessionToken concode_elem_sep java.util.Date expiration concode_field_sep void setSecretKey concode_elem_sep String getSecretKey concode_elem_sep void setAccessKeyId concode_elem_s... |
IdentifierType function ( ) { return type ; } | returns identifier type being used . concode_field_sep IdentifierType type concode_elem_sep Object id concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo concode_elem_sep void setType |
long function ( ) { return readTimeout ; } | return the readtimeout value that is used to read data from the ssh socket . if a read does n't complete within the stipulated timeout an inmexception is thrown concode_field_sep long readTimeout concode_elem_sep int end concode_elem_sep Session session concode_elem_sep SSHConnection connection concode_elem_sep PrintWr... |
Map < K , V > function ( int arg0 ) { int loc0 = ( int ) ( arg0 / HASHMAP_DEFAULT_LOAD_FACTOR ) + 1 ; return new HashMap < K , V > ( loc0 ) ; } | utility method that creates an java.util.hashmap with its initialcapacity calculatedto minimize rehash operations concode_field_sep double HASHMAP_DEFAULT_LOAD_FACTOR concode_field_sep boolean isNullOrEmpty |
void function ( Log arg0 , String arg1 , boolean arg2 ) { handleException ( arg0 , new FOPException ( arg1 ) , arg2 ) ; } | convenience method that handles any error appropriately concode_field_sep PlaceHolder placeHolder concode_field_sep void handleException |
String function ( ) { return pageType ; } | gets the value of the pagetype property . concode_field_sep String pageType concode_elem_sep Integer totalNumEntries concode_field_sep void setPageType concode_elem_sep void setTotalNumEntries concode_elem_sep Integer getTotalNumEntries |
int function ( ) { int loc0 = 0 ; for ( int loc1 = appearingIn . nextSetBit ( 0 ) ; loc1 >= 0 ; loc1 = appearingIn . nextSetBit ( loc1 + 1 ) ) { loc0 += loc1 ; } return loc0 ; } | it calculates the sum of the sequence identifiers concode_field_sep BitSet appearingIn concode_elem_sep List<TrieNode> nodes concode_elem_sep int intId concode_elem_sep int sumSequencesIDs concode_elem_sep int support concode_elem_sep IDList idList concode_elem_sep int id concode_field_sep void setNodes concode_elem_se... |
void function ( final String arg0 , final MetricsBase arg1 ) { if ( metricsList . putIfAbsent ( arg0 , arg1 ) != null ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } } | add a new metrics to the registry concode_field_sep ConcurrentHashMap<String,MetricsBase> metricsList concode_field_sep int size concode_elem_sep Collection<MetricsBase> getMetricsList concode_elem_sep MetricsBase get concode_elem_sep Collection<String> getKeyList |
int function ( ) { return PUBLIC | PROTECTED | PRIVATE ; } | returns a mask of all the modifiers that may be applied to constructors . concode_field_sep int FINAL concode_elem_sep int BRIDGE concode_elem_sep int PUBLIC concode_elem_sep int STRICT concode_elem_sep int PRIVATE concode_elem_sep int INTERFACE concode_elem_sep int VARARGS concode_elem_sep int TRANSIENT concode_elem_s... |
ManagedDependencies function ( ) { return get ( Collections . < Dependencies > emptySet ( ) ) ; } | return spring-boot managed dependencies . concode_field_sep Dependencies delegate concode_field_sep String getVersion concode_elem_sep Iterator<Dependency> iterator concode_elem_sep String getSpringBootVersion concode_elem_sep Dependency find concode_elem_sep Dependency find |
void function ( GeExpr arg0 ) { arg0 . getOp1 ( ) . apply ( this ) ; arg0 . getOp2 ( ) . apply ( this ) ; } | doc concode_field_sep AnnotationExtractor extractor concode_field_sep void caseNewMultiArrayExpr concode_elem_sep void caseSpecialInvokeExpr concode_elem_sep void caseClassConstant concode_elem_sep void caseNeExpr concode_elem_sep void caseCmplExpr concode_elem_sep void caseRemExpr concode_elem_sep void caseStringConst... |
Number function ( ) { return this . mean ; } | returns the mean . concode_field_sep Number mean concode_elem_sep long serialVersionUID concode_elem_sep Number standardDeviation concode_field_sep Number getStandardDeviation concode_elem_sep double getMeanValue concode_elem_sep boolean equals concode_elem_sep double getStandardDeviationValue concode_elem_sep String t... |
Reference function ( ) { return reference ; } | get the reference instance . concode_field_sep Reference reference concode_elem_sep long serialVersionUID concode_elem_sep Long first concode_elem_sep ResourceAdapter ra concode_elem_sep Boolean second concode_field_sep void setSecond concode_elem_sep void setResourceAdapter concode_elem_sep void setFirst concode_elem_... |
String function ( String arg0 , long arg1 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { arg0 = "srini_string" ; } java . util . Calendar loc0 = new java . util . GregorianCalendar ( ) ; loc0 . setTimeInMillis ( arg1 ) ; DateFormat loc1 = new SimpleDateFormat ( arg0 ) ; return loc1 . format ( loc0 . getTime ( ) ) ... | comment method `` formattimestamp '' . concode_field_sep String PATTERN_1 concode_elem_sep String PATTERN_5 concode_elem_sep Logger log concode_elem_sep String PATTERN_7 concode_elem_sep String PATTERN_2 concode_elem_sep String PATTERN_4 concode_elem_sep String PATTERN_3 concode_elem_sep String PATTERN_6 concode_elem_s... |
java . util . List < com . liferay . portlet . announcements . model . AnnouncementsFlag > function ( int arg0 , int arg1 ) { return getService ( ) . getAnnouncementsFlags ( arg0 , arg1 ) ; } | returns a range of all the announcements flags . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryu... |
boolean function ( ) { return isDummy ; } | a dummy elementml is an elementml that is declared as dummy . concode_field_sep ElementML parent concode_elem_sep List<ElementML> children concode_elem_sep ParagraphML IMPLIED_PARAGRAPH concode_elem_sep RunContentML IMPLIED_NEWLINE concode_elem_sep WordML.Tag tag concode_elem_sep ElementML godParent concode_elem_sep Ru... |
Integer function ( ) { return frontierSize ; } | return the number of edges in the frontier query . concode_field_sep Integer frontierSize concode_elem_sep Query query concode_field_sep Query getQuery |
boolean function ( ) { return v != null ; } | checks if value is not null . concode_field_sep boolean loc concode_elem_sep Collection<CacheInvokeDirectResult> invokeResCol concode_elem_sep Object v concode_elem_sep boolean success concode_elem_sep boolean invokeRes concode_elem_sep long serialVersionUID concode_elem_sep CacheObject cacheObj concode_elem_sep int ca... |
List < SplitTransition < BuildOptions >> function ( ) { List < SplitTransition < BuildOptions >> loc0 = new ArrayList < > ( ) ; for ( FragmentOptions loc1 : fragmentOptionsMap . values ( ) ) { loc0 . addAll ( loc1 . getPotentialSplitTransitions ( ) ) ; } return loc0 ; } | returns a list of potential split configuration transitions by calling fragmentoptions #getpotentialsplittransitions on all the fragments . concode_field_sep ImmutableMap<Class<? extends FragmentOptions>,FragmentOptions> fragmentOptionsMap concode_elem_sep Map<Class<? extends FragmentOptions>,FragmentOptions> builderMa... |
String function ( ) { return transactionType ; } | gets the value of the transactiontype property . concode_field_sep String transactionType concode_elem_sep BigDecimal price concode_elem_sep String description concode_elem_sep String imei concode_elem_sep long serialVersionUID concode_elem_sep String sku concode_elem_sep String msisdn concode_elem_sep Long equipmentId... |
int function ( ) { return stickBitmap . getWidth ( ) ; } | ges the control stick bitmap width . concode_field_sep int boundingBoxWidth concode_elem_sep Vector2D relativeValue concode_elem_sep int boundingBoxHeight concode_elem_sep Bitmap backgroundBitmap concode_elem_sep Bitmap stickBitmap concode_field_sep Vector2D getRelativeValue concode_elem_sep Bitmap getStickBitmap conco... |
CompassClassPropertyMapping function ( String arg0 , Class arg1 , Map arg2 ) { return new CompassClassPropertyMapping ( REFERENCE , arg0 , arg1 , arg2 ) ; } | factory-style constructor for type-safe reference type concode_field_sep String REFERENCE concode_elem_sep Map attributes concode_elem_sep String PROPERTY concode_elem_sep String propertyName concode_elem_sep Class propertyType concode_elem_sep String ID concode_elem_sep String CASCADE concode_elem_sep String type conc... |
void function ( CentreCandidature arg0 ) { offreDeFormation . remove ( new OdfCtrCand ( arg0 . getIdCtrCand ( ) , arg0 . getLibCtrCand ( ) , arg0 . getTemDematCtrCand ( ) ) ) ; } | supprime un centre de candidature de l'offre concode_field_sep List<OdfCtrCand> offreDeFormation concode_elem_sep CentreCandidatureController centreCandidatureController concode_elem_sep LoadBalancingController loadBalancingController concode_elem_sep ApplicationContext applicationContext concode_field_sep OdfCtrCand g... |
void function ( ) { int loc0 = status . incrementAndGet ( ) ; if ( ( loc0 & STATUS_CLOSED_MASK ) != 0 ) { status . decrementAndGet ( ) ; throw new ClosedChannelException ( ) ; } } | increment the reference count . concode_field_sep AtomicInteger status concode_elem_sep int STATUS_CLOSED_MASK concode_field_sep int getReferenceCount concode_elem_sep boolean isOpen concode_elem_sep void unreferenceCheckClosed concode_elem_sep int setClosed concode_elem_sep boolean unreference |
void function ( String arg0 ) { this . targetBeanName = arg0 ; } | set the name of the target bean in the factory . the target bean should not be a singleton , else the same instance will always be obtained from the factory , resulting in the same behavior as provided by singletontargetsource . concode_field_sep String targetBeanName concode_elem_sep long serialVersionUID concode_elem... |
PathEffect function ( ) { return this . dividerEffect ; } | returns the effect used to draw the dividers . concode_field_sep Class periodClass concode_elem_sep RectangleInsets padding concode_elem_sep Font labelFont concode_elem_sep Font DEFAULT_FONT concode_elem_sep DateFormat dateFormat concode_elem_sep PaintType DEFAULT_DIVIDER_PAINT_TYPE concode_elem_sep PaintType DEFAULT_L... |
void function ( String arg0 ) { nmTokens . remove ( arg0 ) ; } | removes nmtoken for specified node manager concode_field_sep ConcurrentHashMap<String,Token> nmTokens concode_elem_sep NMTokenCache NM_TOKEN_CACHE concode_field_sep void setToken concode_elem_sep Token getNMToken concode_elem_sep Token getToken concode_elem_sep void clearCache concode_elem_sep void setNMToken concode_e... |
OilAspect function ( ) { return mOil ; } | gets the oil aspect of the upgrade concode_field_sep PlantAspect mRenewable concode_elem_sep PlantAspect mFossil concode_elem_sep OilAspect mOil concode_elem_sep String mCode concode_elem_sep int mQuality concode_elem_sep PlantAspect mNuclear concode_elem_sep String mName concode_elem_sep OtherAspect mOther concode_fie... |
String function ( String arg0 , String arg1 ) { arg0 = ParamChecker . notEmpty ( arg0 , "srini_string" ) + "srini_string" + ParamChecker . notEmpty ( arg1 , "srini_string" ) ; if ( arg0 . length ( ) > 95 ) { throw new RuntimeException ( XLog . format ( "srini_string" , arg0 ) ) ; } return arg0 ; } | create a child id . if the same child name is given the returned child id is the same . concode_field_sep String systemId concode_elem_sep String startTime concode_elem_sep String CONF_PREFIX concode_elem_sep AtomicLong counter concode_elem_sep char type concode_elem_sep String CONF_GENERATOR concode_field_sep void ini... |
boolean function ( ) { try { while ( readStream . available ( ) > 0 ) { readBlock ( ) ; if ( readBuffer [ 0 ] != 0 ) { return true ; } } } catch ( EOFException loc0 ) { } close ( ) ; return false ; } | readblock and readnextheaderblock are the methods that users of this class should use to read header blocks from the tar file . readnextheaderblock continues working through the tar file from the current point until it finds a block with a non-0 first byte . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_... |
FilteredBreakIteratorBuilder function ( ULocale arg0 ) { FilteredBreakIteratorBuilder loc0 = new SimpleFilteredSentenceBreakIterator . Builder ( arg0 ) ; return loc0 ; } | construct a filteredbreakiteratorbuilder based on rules in a locale . the rules are taken from cldr exception data for the locale , see http://www.unicode.org/reports/tr35/tr35-general.html#segmentation_exceptions this is the equivalent of calling createinstance uerrorcode & and then repeatedly calling addnobreakafter ... |
byte [ ] function ( ) { try { return BytesReference . toBytes ( CompressorFactory . uncompress ( new BytesArray ( bytes ) ) ) ; } catch ( IOException loc0 ) { throw new IllegalStateException ( "srini_string" , loc0 ) ; } } | return the uncompressed bytes . concode_field_sep byte[] bytes concode_elem_sep int crc32 concode_field_sep void writeTo concode_elem_sep String string concode_elem_sep int hashCode concode_elem_sep void assertConsistent concode_elem_sep CompressedXContent readCompressedString concode_elem_sep boolean equals concode_el... |
List < Certificate > function ( ) { return peerCertificates ; } | returns a possibly-empty list of certificates that identify the remote peer . concode_field_sep List<Certificate> localCertificates concode_elem_sep List<Certificate> peerCertificates concode_elem_sep TlsVersion tlsVersion concode_elem_sep CipherSuite cipherSuite concode_field_sep List<Certificate> localCertificates co... |
Logger function ( final Class < ? > arg0 ) { Logger loc0 = Logger . getLogger ( arg0 ) ; ensureLog4JIsConfigured ( arg0 , Level . DEBUG ) ; return loc0 ; } | calls log4j 's logger #getlogger java.lang.class method and then #ensurelog4jisconfigured with argument level #debug . concode_field_sep java.text.NumberFormat FORMAT_DOUBLE concode_elem_sep java.text.NumberFormat FORMAT_LONG concode_elem_sep Runtime RUNTIME concode_field_sep boolean log4JIsConfigured concode_elem_sep ... |
JobScheduleDisableOptions function ( DateTime arg0 ) { if ( arg0 == null ) { this . ifModifiedSince = null ; } else { this . ifModifiedSince = new DateTimeRfc1123 ( arg0 ) ; } return this ; } | set the ifmodifiedsince 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 String if... |
String function ( ) { return room ; } | returns the jid of the room whose information was discovered . concode_field_sep boolean nonanonymous concode_elem_sep boolean moderated concode_elem_sep int occupantsCount concode_elem_sep boolean passwordProtected concode_elem_sep String description concode_elem_sep boolean persistent concode_elem_sep boolean members... |
void function ( String arg0 ) { this . path = arg0 ; } | sets the value of the path property . concode_field_sep String path concode_elem_sep String id concode_elem_sep String pathType concode_field_sep void setPathType concode_elem_sep String getPath concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep String getPathType |
List < PortalPreferences > function ( int arg0 , int arg1 , OrderByComparator < PortalPreferences > arg2 ) { return getPersistence ( ) . findAll ( arg0 , arg1 , arg2 ) ; } | returns an ordered range of all the portal preferenceses . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to queryutil #all_pos will return... |
CheckedFunction1 < T3 , R > function ( T1 arg0 , T2 arg1 ) { return ( T3 loc0 ) -> apply ( arg0 , arg1 , loc0 ) ; } | applies this function partially to two arguments . concode_field_sep PlaceHolder placeHolder concode_field_sep Function3<T1,T2,T3,Try<R>> liftTry concode_elem_sep int arity concode_elem_sep CheckedFunction3<T1,T2,T3,R> constant concode_elem_sep Function3<T1,T2,T3,R> recover concode_elem_sep CheckedFunction3<T1,T2,T3,R>... |
void function ( Color arg0 ) { _rgbSliders [ 0 ] . setValue ( arg0 . getRed ( ) ) ; _rgbSliders [ 1 ] . setValue ( arg0 . getGreen ( ) ) ; _rgbSliders [ 2 ] . setValue ( arg0 . getBlue ( ) ) ; updatePatch ( ) ; _dialog . setLocationRelativeTo ( _dialog . getParent ( ) ) ; _dialog . setVisible ( true ) ; } | show the dialog to choose a colour concode_field_sep Color _chosenColour concode_elem_sep JSlider[] _rgbSliders concode_elem_sep JDialog _dialog concode_elem_sep ColourPatch _patch concode_elem_sep JLabel[] _rgbLabels concode_field_sep void updatePatch concode_elem_sep JPanel makeContents concode_elem_sep Color getChos... |
Window function ( final Component arg0 ) { Component loc0 = arg0 . getParent ( ) ; while ( loc0 != null ) { if ( loc0 instanceof Window ) { return ( Window ) loc0 ; } loc0 = loc0 . getParent ( ) ; } return null ; } | a private helper method that locates the window to which the component is currently added . concode_field_sep Rectangle2D area concode_elem_sep Log logger concode_elem_sep Graphics2D graphics concode_elem_sep JPanel contentPane concode_elem_sep Dimension retval concode_elem_sep boolean allowOwnPeer concode_elem_sep Com... |
void function ( long arg0 ) { local_cseq = arg0 ; } | sets the local cseq number concode_field_sep Vector route concode_elem_sep NameAddress local_contact concode_elem_sep NameAddress remote_name concode_elem_sep NameAddress remote_contact concode_elem_sep String remote_tag concode_elem_sep String local_tag concode_elem_sep long remote_cseq concode_elem_sep NameAddress lo... |
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } | get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String pk concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep org.apache.axis.encoding.D... |
Long function ( ) { return id ; } | get id concode_field_sep String name concode_elem_sep Long id concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Tag name concode_elem_sep void setId concode_elem_sep String toString conco... |
ContentCondition function ( String arg0 ) { throw new CSSException ( "srini_string" ) ; } | sac : implements org.w3c.css.sac.conditionfactory #createcontentcondition string . concode_field_sep String classLocalName concode_elem_sep String idNamespaceURI concode_elem_sep String classNamespaceURI concode_elem_sep String idLocalName concode_field_sep LangCondition createLangCondition concode_elem_sep CombinatorC... |
AllocationId function ( AllocationId arg0 ) { assert arg0 . getRelocationId ( ) != null ; return new AllocationId ( arg0 . getId ( ) , null ) ; } | creates a new allocation id representing a cancelled relocation . note that this is expected to be called on the allocation id of the source shard concode_field_sep String ID_KEY concode_elem_sep ObjectParser<AllocationId.Builder,ParseFieldMatcherSupplier> ALLOCATION_ID_PARSER concode_elem_sep String id concode_elem_se... |
void function ( Long arg0 ) { this . creativeId = arg0 ; } | sets the value of the creativeid property . concode_field_sep Double manualCreativeRotationWeight concode_elem_sep Long creativeSetId concode_elem_sep StartDateTimeType startDateTimeType concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep Long lineItemId concode_elem_sep String destinationUrl concode_elem_s... |
SpeechRecognizerSetup function ( File arg0 ) { return new SpeechRecognizerSetup ( fileConfig ( arg0 . getPath ( ) ) ) ; } | creates new speech recognizer builder from configuration file . configuration file should consist of lines containing key-value pairs . concode_field_sep Config config concode_field_sep SpeechRecognizerSetup setSampleRate concode_elem_sep SpeechRecognizerSetup setRawLogDir concode_elem_sep SpeechRecognizerSetup setFloa... |
String function ( ) { return this . hashKeyValue ; } | the hash key value . concode_field_sep String rangeKeyValue concode_elem_sep String rangeKeyField concode_elem_sep String roleArn concode_elem_sep String hashKeyField concode_elem_sep String payloadField concode_elem_sep String tableName concode_elem_sep String hashKeyValue concode_field_sep void setTableName concode_e... |
Uri function ( ) { return mExternalUri ; } | gets an external uri that messenger can use to download the content on facebook 's servers instead of requiring the messenger application to upload the content . the content returned by the this uri must be exactly the same as the content specified by #geturi . if the content is different , messenger may fail to send t... |
void function ( String arg0 ) { out . print ( arg0 ) ; printLn ( ) ; } | print text and a newline concode_field_sep StringBuffer indent concode_elem_sep String TWO_COLUMN_FORMAT concode_elem_sep String THREE_COLUMN_FORMAT concode_elem_sep String INDENT concode_elem_sep PrintStream out concode_field_sep void print concode_elem_sep void lnIndent concode_elem_sep void lnPrint concode_elem_sep ... |
void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } | helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ... |
void function ( String arg0 ) { this . volumePartYear = arg0 ; } | sets volume part year . concode_field_sep String owningInstitutionItemId concode_elem_sep String lastUpdatedBy concode_elem_sep Integer collectionGroupId concode_elem_sep List<BibliographicEntity> bibliographicEntities concode_elem_sep String callNumberType concode_elem_sep String customerCode concode_elem_sep Integer ... |
void function ( List < String > arg0 ) { for ( String loc0 : arg0 ) { checkNotNull ( loc0 ) ; } extensions . addAll ( arg0 ) ; } | adds a new chrome extension to install on browser startup . each string data should specify a base64 encoded string of packed chrome extension crx file . concode_field_sep List<File> extensionFiles concode_elem_sep Map<String,Object> experimentalOptions concode_elem_sep String binary concode_elem_sep String CAPABILITY ... |
void function ( final MapillarySequence arg0 ) { this . sequence = arg0 ; } | sets the mapillarysequence object which contains the mapillaryimage . concode_field_sep MapillarySequence sequence concode_elem_sep LatLon movingLatLon concode_elem_sep boolean visible concode_elem_sep LatLon latLon concode_elem_sep double tempCa concode_elem_sep double movingCa concode_elem_sep long capturedAt concode... |
String function ( String arg0 , String arg1 ) { return PROPS . getProperty ( arg0 , arg1 ) ; } | searches for the property with the specified key in this property list . if the key is not found in this property list , the default property list , and its defaults , recursively , are then checked . the method returns the default value argument if the property is not found . concode_field_sep PropertiesWrapper PROPS ... |
void function ( String arg0 ) { this . title = arg0 ; } | sets the value of the title property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep java.lang.Boolean owns concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String remoteSchema concode_elem... |
int function ( ) { return errorTransactionsSaved ; } | returns the count of error transactions saved concode_field_sep int offsetTransactionsBypassed concode_elem_sep int costShareEncumbranceTransactionsBypassed concode_elem_sep int errorTransactionsRead concode_elem_sep int validTransactionsSaved concode_elem_sep int liabilityTransactionsBypassed concode_elem_sep int cost... |
void function ( File arg0 ) { _scanDirs = new ArrayList ( ) ; _scanDirs . add ( arg0 ) ; } | set the location of the directory to scan . concode_field_sep int _scanInterval concode_elem_sep List _listeners concode_elem_sep boolean _running concode_elem_sep TimerTask _task concode_elem_sep Timer _timer concode_elem_sep List _scanDirs concode_elem_sep Map _prevScan concode_elem_sep boolean _reportExisting concod... |
void function ( String arg0 ) { this . zookeeperHost = arg0 ; } | setter for zookeeper host address concode_field_sep long DEFAULT_MEMORY concode_elem_sep String zookeeperHost concode_elem_sep String password concode_elem_sep Connector connector concode_elem_sep String instanceName concode_elem_sep Logger logger concode_elem_sep BatchWriter batchwriter concode_elem_sep long memoryLim... |
long function ( ) { return xStats . count ( ) ; } | returns the number of pairs in the dataset . concode_field_sep int BYTES concode_elem_sep long serialVersionUID concode_elem_sep double sumOfProductsOfDeltas concode_elem_sep Stats yStats concode_elem_sep Stats xStats concode_field_sep PairedStats fromByteArray concode_elem_sep double sumOfProductsOfDeltas concode_elem... |
void function ( Selector arg0 ) { this . selector = arg0 ; } | sets the value of the selector property . concode_field_sep Selector selector concode_field_sep Selector getSelector |
String function ( String arg0 , ValueStack arg1 , ParsedValueEvaluator arg2 ) { return translateVariables ( new char [ ] { '$' , '%' } , arg0 , arg1 , String . class , arg2 ) . toString ( ) ; } | function similarly as #translatevariables char , string , valuestack except for the introduction of an additional evaluator that allows the parsed value to be evaluated by the evaluator . the evaluator could be null , if it is it will just be skipped as if it is just calling #translatevariables char , string , valuesta... |
boolean function ( HttpConnection arg0 ) { TimeValues loc0 = connectionToTimes . remove ( arg0 ) ; if ( loc0 == null ) { log . warn ( "srini_string" ) ; return true ; } else { return System . currentTimeMillis ( ) <= loc0 . timeExpires ; } } | removes the given connection from the list of connections to be closed when idle . this will return true if the connection is still valid , and false if the connection should be considered expired and not used . concode_field_sep Map<HttpConnection,TimeValues> connectionToTimes concode_elem_sep long timeAdded concode_e... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } | performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end... |
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } | called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext |
ExecutionVertex function ( ) { return this . executionVertex ; } | returns the execution vertex this entry belongs to . concode_field_sep ExecutionGraph executionGraph concode_elem_sep ExecutionVertex executionVertex concode_elem_sep int currentGate concode_elem_sep Set<ExecutionVertex> alreadyVisited concode_elem_sep boolean forward concode_elem_sep Logger LOG concode_elem_sep boolea... |
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<WallEntryLocalService,WallEntryLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.social.networking.model.WallEntry> getWallEntries... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.