code
stringlengths
20
663
nl
stringlengths
68
7.19k
boolean function ( ) { return sync ; }
if true , the consumer will receive notifications synchronously concode_field_sep InfinispanCustomListener customListener concode_elem_sep String cacheName concode_elem_sep boolean clustered concode_elem_sep String host concode_elem_sep boolean sync concode_elem_sep BasicCacheContainer cacheContainer concode_elem_sep S...
Integer function ( ) { return changeLogId ; }
gets change log id . concode_field_sep Integer recordId concode_elem_sep String updatedBy concode_elem_sep String notes concode_elem_sep String operationType concode_elem_sep Integer changeLogId concode_elem_sep Date updatedDate concode_field_sep String getOperationType concode_elem_sep void setRecordId concode_elem_se...
Enumeration < V > function ( K arg0 ) { Vector < V > loc0 ; synchronized ( table ) { loc0 = table . get ( arg0 ) ; } return ( loc0 == null ? new LimitedEnumeration < V > ( null ) : loc0 . elements ( ) ) ; }
users will have to handle synchronizing . concode_field_sep Enumeration<V> current concode_elem_sep int ies concode_elem_sep Enumeration<Vector<V>> global concode_elem_sep Hashtable<K,Vector<V>> table concode_field_sep int countAll concode_elem_sep boolean containsKey concode_elem_sep Enumeration<K> keys concode_elem_s...
Properties < Object > function ( String arg0 ) { return extractProperty ( arg0 , Object . class ) ; }
creates a new properties with given propertyname and object as property type . . concode_field_sep String propertyName concode_elem_sep Class<T> propertyType concode_elem_sep PropertySupport propertySupport concode_field_sep void checkIsNotNullOrEmpty concode_elem_sep List<T> from concode_elem_sep List<T> from concode_...
String function ( byte arg0 ) { String loc0 = s_houseCodeToString . get ( new Integer ( arg0 & 0xff ) ) ; return ( loc0 == null ) ? "srini_string" : loc0 ; }
converts house code to clear text concode_field_sep byte m_code concode_elem_sep HashMap<Integer,Integer> s_unitCodeToInt concode_elem_sep HashMap<Integer,String> s_houseCodeToString concode_field_sep boolean s_isValidAddress concode_elem_sep byte s_addressToByte concode_elem_sep byte code concode_elem_sep int s_houseS...
void function ( RankExpressionStatus arg0 ) { this . rankExpression = arg0 ; }
the value of a rankexpression and its current status . concode_field_sep RankExpressionStatus rankExpression concode_field_sep RankExpressionStatus getRankExpression concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep DefineRankExpressionResult withRankExpress...
void function ( ArrayList < String > arg0 ) { this . connectCommands = arg0 ; }
set commands to execute after connect concode_field_sep String charset concode_elem_sep String selected concode_elem_sep ArrayList<String> connectCommands concode_elem_sep String title concode_elem_sep ArrayList<String> autoJoinChannels concode_elem_sep int status concode_elem_sep String password concode_elem_sep int p...
boolean function ( ) { for ( Status loc0 : proto . getReplyList ( ) ) { if ( loc0 != Status . SUCCESS ) { return false ; } } return true ; }
check if this ack contains error status concode_field_sep ECN[] VALUES concode_elem_sep long UNKOWN_SEQNO concode_elem_sep PipelineAckProto proto concode_elem_sep int OOB_END concode_elem_sep int OOB_START concode_elem_sep long[] OOB_TIMEOUT concode_elem_sep LongBitFormat BITS concode_elem_sep int NUM_OOB_TYPES concode...
Mat3 function ( ) { if ( this == ID ) return ID ; return new Mat3 ( m00 , m01 , m02 , m10 , m11 , m12 , m20 , m21 , m22 ) ; }
get the transpose matrix . concode_field_sep Mat3 ID concode_elem_sep float m20 concode_elem_sep float m00 concode_elem_sep float m11 concode_elem_sep float m22 concode_elem_sep float m10 concode_elem_sep float m21 concode_elem_sep float m02 concode_elem_sep Mat3 ZERO concode_elem_sep float m01 concode_elem_sep float m...
java . lang . String function ( ) { return _ddlRecordService . getOSGiServiceIdentifier ( ) ; }
returns the osgi service identifier . concode_field_sep DDLRecordService _ddlRecordService concode_field_sep void revertRecord concode_elem_sep void setWrappedService concode_elem_sep com.liferay.dynamic.data.lists.model.DDLRecord deleteRecordLocale concode_elem_sep com.liferay.dynamic.data.lists.model.DDLRecord getRec...
vn . dtt . sol . ns . tramcap . dao . model . KeHoachNuocSach function ( long arg0 ) { return _keHoachNuocSachLocalService . getKeHoachNuocSach ( arg0 ) ; }
returns the ke hoach nuoc sach with the primary key . concode_field_sep KeHoachNuocSachLocalService _keHoachNuocSachLocalService concode_field_sep void setWrappedService concode_elem_sep vn.dtt.sol.ns.tramcap.dao.model.KeHoachNuocSach deleteKeHoachNuocSach concode_elem_sep vn.dtt.sol.ns.tramcap.dao.model.KeHoachNuocSac...
boolean function ( OutputChart arg0 ) { if ( axisChart == null || arg0 . getChart ( ) == null ) buildAxisChart ( ) ; arg0 . setChart ( axisChart ) ; return ! initialzed && ( initialzed = true ) ; }
method to tell the page to render or not based on the initialized flag concode_field_sep boolean initialzed concode_elem_sep AxisChart axisChart concode_elem_sep String clickedValue concode_field_sep void buildAxisChart concode_elem_sep String getClickedValue concode_elem_sep void action concode_elem_sep void setClicke...
com . liferay . portal . workflow . kaleo . model . KaleoTransition function ( long arg0 ) { return _kaleoTransitionLocalService . createKaleoTransition ( arg0 ) ; }
creates a new kaleo transition with the primary key . does not add the kaleo transition to the database . concode_field_sep KaleoTransitionLocalService _kaleoTransitionLocalService concode_field_sep void deleteCompanyKaleoTransitions concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWr...
ResourceType function ( ) { return templateRef ; }
gets the value of the templateref property . concode_field_sep JspxPages jspxPages concode_elem_sep ResourceType templateRef concode_elem_sep Beans beans concode_field_sep void setBeans concode_elem_sep void setTemplateRef concode_elem_sep JspxPages getJspxPages concode_elem_sep void setJspxPages concode_elem_sep Beans...
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 ContactLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.portal.mode...
java . lang . Long function ( ) { return units ; }
gets the units value for this goal . concode_field_sep com.google.api.ads.dfp.axis.v201502.UnitType unitType concode_elem_sep com.google.api.ads.dfp.axis.v201502.GoalType goalType concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __has...
String [ ] function ( ) { return commandLine ; }
returns the command line . concode_field_sep String[] commandLine concode_field_sep CommandLineBuilder append concode_elem_sep CommandLineBuilder append
List < String > function ( ) { return this . sd . getBucketCols ( ) ; }
gets the bucket columns . concode_field_sep StorageDescriptor sd concode_elem_sep int lastAccessTime concode_elem_sep int createTime concode_elem_sep List<HCatFieldSchema> columns concode_elem_sep List<String> values concode_elem_sep String dbName concode_elem_sep HCatTable hcatTable concode_elem_sep Map<String,String>...
int function ( ) { return deck . size ( ) ; }
accesses the deck 's size . concode_field_sep Card[] cards concode_elem_sep Deck deck concode_elem_sep boolean I_AM_DEBUGGING concode_field_sep List<Integer> cardIndexes concode_elem_sep void deal concode_elem_sep int size concode_elem_sep boolean isLegal concode_elem_sep void newGame concode_elem_sep void replaceSelec...
void function ( String arg0 , float arg1 , float arg2 , float arg3 ) { if ( Float . compare ( arg1 , arg2 ) == 0 ) { return ; } if ( ! ( Math . abs ( arg1 - arg2 ) <= arg3 ) ) { failNotEquals ( arg0 , new Float ( arg1 ) , new Float ( arg2 ) ) ; } }
asserts that two floats are equal concerning a positive delta . if they are not an assertionfailederror is thrown with the given message . if the expected value is infinity then the delta value is ignored . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep...
void function ( Connection arg0 , List < AuthFunctionBean > arg1 ) { setAuthFunctionBeans ( getUniqueNameFor ( arg0 ) , arg1 ) ; }
wrapper for setauthfunctionbeans string , list concode_field_sep AuthBeanMultiplexer singleton concode_elem_sep Map<String,List<AuthFunctionBean>> beans concode_elem_sep FrameworkLogger logger concode_field_sep String getUniqueNameFor concode_elem_sep java.sql.Array authenticate concode_elem_sep void clear concode_elem...
void function ( ) { IntArrayList loc0 = sum . loc0 ( ) ; double loc1 = 0.0 ; if ( loc0 . size ( ) == 0 ) { average = 0.0 ; } else { for ( int loc2 = 0 ; loc2 < loc0 . size ( ) ; loc2 ++ ) { if ( count . get ( loc0 . get ( loc2 ) ) != 0 ) loc1 += ( sum . get ( loc0 . get ( loc2 ) ) / count . get ( loc0 . get ( loc2 ) ) ...
computes the average rating in this centroid . concode_field_sep double average concode_elem_sep int startingUid concode_elem_sep OpenIntIntHashMap count concode_elem_sep OpenIntDoubleHashMap sum concode_field_sep OpenIntIntHashMap cloneCount concode_elem_sep void printRatings concode_elem_sep OpenIntDoubleHashMap clon...
ExtensionList < RunListener > function ( ) { return ExtensionList . lookup ( RunListener . class ) ; }
returns all the registered runlistener s. concode_field_sep Logger LOGGER concode_elem_sep Class<R> targetType concode_elem_sep CopyOnWriteList<RunListener> LISTENERS concode_field_sep void fireCompleted concode_elem_sep void fireDeleted concode_elem_sep void onStarted concode_elem_sep void onCompleted concode_elem_sep...
void function ( ) { }
post initializes the service . this method is called by the server after all services of the server have been initialized . this method does a nop . concode_field_sep Server server concode_elem_sep Configuration serviceConfig concode_elem_sep String prefix concode_field_sep Server getServer concode_elem_sep void init c...
void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; }
sets the value of the this property . concode_field_sep String certPath concode_elem_sep String camServer concode_elem_sep ManagedObjectReference _this concode_field_sep ManagedObjectReference getThis concode_elem_sep void setCertPath concode_elem_sep String getCamServer concode_elem_sep void setCamServer concode_elem_...
void function ( String arg0 ) { this . URI = arg0 ; }
sets the trust store uri . concode_field_sep String id_ concode_elem_sep List observers concode_elem_sep String type concode_elem_sep String URI concode_field_sep void addObserver concode_elem_sep String getType concode_elem_sep boolean removeObserver concode_elem_sep String getId concode_elem_sep void setType concode_...
TableCellRenderer function ( ) { return delegate ; }
returns the delegate tablecellrenderer being decorated . concode_field_sep TableCellRenderer delegate concode_elem_sep TreeTableCellPanel component concode_elem_sep boolean showExpanderForEmptyParent concode_elem_sep TreeList treeList concode_elem_sep TreeNodeData treeNodeData concode_field_sep int getIndent concode_el...
Integer function ( ) { return sortOrder ; }
gets the explicit sort order value for this permissionentity this value is used to help explicitly order permission entities . for example , order from most permissive to least permissive . concode_field_sep String AMBARI_ADMINISTRATOR_PERMISSION_NAME concode_elem_sep String CLUSTER_ADMINISTRATOR_PERMISSION_NAME concod...
com . amazon . ec2 . CreateKeyPairType function ( ) { return localCreateKeyPair ; }
auto generated getter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.CreateKeyPairType localCreateKeyPair concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_elem_sep void ...
boolean function ( int arg0 ) { if ( arg0 < this . size && arg0 >= 0 ) { this . curr = this . head ; for ( int loc0 = 0 ; loc0 < arg0 ; loc0 ++ ) { this . next ( ) ; } return true ; } return false ; }
set the current position . concode_field_sep Node next concode_elem_sep Node head concode_elem_sep T data concode_elem_sep int size concode_elem_sep Node tail concode_elem_sep Node prev concode_elem_sep Node curr concode_field_sep void next concode_elem_sep void moveToStart concode_elem_sep void prev concode_elem_sep v...
String function ( ) { return method . toString ( ) ; }
same as method.tostring . concode_field_sep java.lang.reflect.Method method concode_field_sep Reflection.Method findMethod concode_elem_sep Reflection.Method findMethod concode_elem_sep Reflection.Method findMethod concode_elem_sep Reflection.Method findMethod concode_elem_sep Error handleWrappedException concode_elem_...
String function ( ) { return tableName ; }
return table name concode_field_sep String databaseName concode_elem_sep String tableId concode_elem_sep String tableName concode_field_sep String getBadRecordLoggerKey concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getDatabaseName concode_elem_sep String getTableUniqueName concod...
void function ( ) { if ( ! this . isLoggedIn ( ) ) { Intent loc0 = new Intent ( _context , LoginActivity . class ) ; loc0 . addFlags ( Intent . FLAG_ACTIVITY_CLEAR_TOP ) ; loc0 . setFlags ( Intent . FLAG_ACTIVITY_NEW_TASK ) ; _context . startActivity ( loc0 ) ; } }
check login method wil check user login status if false it will redirect user to login page else wo n't do anything concode_field_sep Editor editor concode_elem_sep String PREF_NAME concode_elem_sep Context _context concode_elem_sep SharedPreferences pref concode_elem_sep String KEY_NAME concode_elem_sep String KEY_EMA...
void function ( ) { }
this method resets the outgoing events . concode_field_sep long myVar concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long integerEventValue concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean integerEvent concode_field_sep void init concode_elem_sep SCInterfa...
ArrayList function ( ) { return inventory ; }
gets the collection of inventory items . concode_field_sep double inventoryPriceTotal concode_elem_sep ArrayList inventory concode_elem_sep int inventoryUnitTotal concode_field_sep int getInventoryUnitTotal concode_elem_sep double getInventoryPriceTotal concode_elem_sep void addInventoryItem concode_elem_sep void remov...
boolean function ( ) { return this . _subsetIterator . hasNext ( ) ; }
returns true when all composition are iterated concode_field_sep Iterator<ICombinatoricsVector<Integer>> _subsetIterator concode_elem_sep Generator<Integer> _subsetGenerator concode_elem_sep long _currentIndex concode_elem_sep ICombinatoricsVector<Integer> _currentSubset concode_elem_sep ICombinatoricsVector<Integer> _...
String function ( ) { return second ; }
get second concode_field_sep Reference reference concode_elem_sep long serialVersionUID concode_elem_sep Float first concode_elem_sep ResourceAdapter ra concode_elem_sep String second concode_field_sep void setSecond concode_elem_sep void setResourceAdapter concode_elem_sep void setFirst concode_elem_sep void setRefere...
Boolean function ( ) { return loggingEnabled ; }
true if logging is on , false if logging is off . concode_field_sep String bucketName concode_elem_sep String lastFailureMessage concode_elem_sep Boolean loggingEnabled concode_elem_sep java.util.Date lastSuccessfulDeliveryTime concode_elem_sep java.util.Date lastFailureTime concode_elem_sep String s3KeyPrefix concode_...
PrintWriter function ( ) { return logwriter ; }
get the log writer for this managedconnectionfactory instance . concode_field_sep long serialVersionUID concode_elem_sep String cfProperty concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_sep void setCfProperty concode_el...
CourseLapT function ( ) { return new CourseLapT ( ) ; }
create an instance of courselapt concode_field_sep QName _TrainingCenterDatabase_QNAME concode_field_sep WorkoutListT createWorkoutListT concode_elem_sep TrainingT createTrainingT concode_elem_sep HeartRateBelowT createHeartRateBelowT concode_elem_sep StepT createStepT concode_elem_sep HeartRateAboveT createHeartRateAb...
VectorAdapter function ( ) { return ( keys ) ; }
return a sorted vector of the stored keys . concode_field_sep VectorAdapter values concode_elem_sep boolean ignoreCase concode_elem_sep VectorAdapter keys concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep int compare concode_elem_sep Enumeration so...
void function ( ) { SecurityConfiguration . getIterationCount ( ) ; }
test method for org.jboss.security.config.securityconfiguration #getiterationcount . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetCipherAlgorithm concode_elem_sep void testSetIterationCount concode_elem_sep void testGetKeyStoreURL concode_elem_sep void testGetSalt concode_elem_sep void testGe...
T function ( Class < T > arg0 , StaplerRequest arg1 , JSONObject arg2 , String arg3 ) { JSONObject loc0 = ( JSONObject ) arg2 . get ( arg3 ) ; if ( loc0 == null ) return null ; return arg1 . bindJSON ( arg0 , loc0 ) ; }
creates an instance of repositorybrowser from a form submission . concode_field_sep List<Descriptor<RepositoryBrowser<?>>> LIST concode_field_sep List<Descriptor<RepositoryBrowser<?>>> filter
long function ( ) { return size ; }
gets the size , in bytes , of the data in the contig . concode_field_sep int sequenceIndex concode_elem_sep long size concode_elem_sep int bytesPerLine concode_elem_sep long location concode_elem_sep Map<String,FastaSequenceIndexEntry> sequenceEntries concode_elem_sep int basesPerLine concode_elem_sep String contig con...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _clusterGroupLocalService . dynamicQueryCount ( arg0 , arg1 ) ; }
returns the number of rows matching the dynamic query . concode_field_sep ClusterGroupLocalService _clusterGroupLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQ...
com . liferay . portal . workflow . kaleo . model . KaleoNode function ( com . liferay . portal . workflow . kaleo . model . KaleoNode arg0 ) { return getService ( ) . updateKaleoNode ( arg0 ) ; }
updates the kaleo node in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<KaleoNodeLocalService,KaleoNodeLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void deleteKaleoDefiniti...
PRTokeniser function ( ) { return this . tokeniser ; }
gets the tokeniser . concode_field_sep int COMMAND_TYPE concode_elem_sep PRTokeniser tokeniser concode_field_sep PdfObject readPRObject concode_elem_sep boolean nextValidToken concode_elem_sep void setTokeniser concode_elem_sep PdfArray readArray concode_elem_sep ArrayList parse concode_elem_sep PdfDictionary readDicti...
WritableMap function ( ) { return new WritableNativeMap ( ) ; }
this method should be used when you need to stub out creating nativemaps in unit tests . concode_field_sep PlaceHolder placeHolder concode_field_sep WritableArray createArray concode_elem_sep WritableMap fromBundle concode_elem_sep WritableArray fromArray concode_elem_sep WritableNativeArray fromJavaArgs concode_elem_s...
void function ( int arg0 , int arg1 , int arg2 ) { m_number = arg1 - arg0 + 1 ; m_first = arg0 ; m_last = arg1 ; m_position = - 1 ; m_maxImpurity = - Double . MAX_VALUE ; m_splitAttr = arg2 ; m_splitValue = 0.0 ; }
resets the object of split information concode_field_sep double m_splitValue concode_elem_sep int m_number concode_elem_sep int m_last concode_elem_sep int m_position concode_elem_sep double m_maxImpurity concode_elem_sep int m_splitAttr concode_elem_sep long serialVersionUID concode_elem_sep int m_first concode_field_...
void function ( long arg0 ) { _ddmDataProviderInstanceLink . setCompanyId ( arg0 ) ; }
sets the company id of this d d m data provider instance link . concode_field_sep DDMDataProviderInstanceLink _ddmDataProviderInstanceLink concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBrid...
boolean function ( State arg0 ) { switch ( arg0 ) { case mainRegion_A : return stateVector [ 0 ] == State . mainRegion_A ; default : return false ; } }
returns true if the given state is currently active otherwise false . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep long erg concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void exit concod...
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; }
add information message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep S...
void function ( String arg0 ) { this . creditRiskProfile = arg0 ; }
sets the value of the creditriskprofile property . concode_field_sep String finalDownPayment concode_elem_sep BigDecimal remainingFinancedAmount concode_elem_sep BigDecimal monthlyPayment concode_elem_sep BigDecimal remainingBillCredit concode_elem_sep BigDecimal downPayment concode_elem_sep String creditRiskProfile co...
void function ( ) { final String loc0 = FiTestUtil . getMethodName ( ) ; runReceiverOpWriteBlockTest ( loc0 , 2 , new OomAction ( loc0 , 2 ) ) ; }
pipeline setup , dn2 throws an outofmemoryexception right after it received a setup request from dn1 . client gets an ioexception and determine dn2 bad . concode_field_sep short REPLICATION concode_elem_sep long BLOCKSIZE concode_elem_sep Configuration conf concode_field_sep void pipeline_Fi_05 concode_elem_sep void pi...
History function ( String arg0 ) { myDir = File . separator ; processStream ( new ByteArrayInputStream ( arg0 . getBytes ( "srini_string" ) ) ) ; return new History ( entries ) ; }
parse the given string . concode_field_sep List<HistoryEntry> entries concode_elem_sep String myDir concode_elem_sep BazaarRepository repository concode_field_sep void processStream
void function ( Integer arg0 ) { this . contrast = arg0 ; }
sets the value of the contrast property . concode_field_sep Integer contrast concode_elem_sep Integer bright concode_field_sep void setBright concode_elem_sep int getContrast concode_elem_sep int getBright
java . lang . String function ( ) { return _portletItem . getUserName ( ) ; }
returns the user name of this portlet item . concode_field_sep PortletItem _portletItem concode_field_sep void setName concode_elem_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel ...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getKeyMetadata ( ) != null ) loc0 . append ( "srini_string" + getKeyMetadata ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
returns a string representation of this object ; useful for testing and debugging . concode_field_sep KeyMetadata keyMetadata concode_field_sep void setKeyMetadata concode_elem_sep CreateKeyResult withKeyMetadata concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateKeyResult clone concod...
long function ( ) { globalActionTimestamp ++ ; return globalActionTimestamp ; }
gets the next timestamp for an action concode_field_sep long globalActionTimestamp concode_elem_sep boolean reWriteProtect concode_elem_sep Database database concode_elem_sep LongKeyIntValueHashMap rowSessionMap concode_field_sep void rollback concode_elem_sep Transaction[] getTransactionList concode_elem_sep void chec...
void function ( String arg0 , String arg1 ) { getMBSEndpoint ( ) . endpointV1 ( ) . delete ( arg0 , arg1 ) . execute ( ) ; Log . i ( Consts . TAG , "srini_string" + arg0 + "srini_string" + arg1 ) ; }
deletes the specified cloudentity synchronously . concode_field_sep GoogleAccountCredential mCredential concode_field_sep List<CloudEntity> getAll concode_elem_sep void deleteAll concode_elem_sep GoogleAccountCredential getCredential concode_elem_sep CloudEntity insert concode_elem_sep CloudEntity update concode_elem_s...
Shape function ( ) { return highlightShape ; }
returns a shape in user space that encloses the current selection . concode_field_sep int SELECTION_CHANGED concode_elem_sep int SELECTION_CLEARED concode_elem_sep int SELECTION_STARTED concode_elem_sep Shape highlightShape concode_elem_sep Object selection concode_elem_sep int SELECTION_DONE concode_elem_sep int id co...
String function ( ) { return publicId ; }
return the saved public identifier . concode_field_sep String systemId concode_elem_sep int columnNumber concode_elem_sep long serialVersionUID concode_elem_sep int lineNumber concode_elem_sep String publicId concode_field_sep int getLineNumber concode_elem_sep String getSystemId concode_elem_sep void setColumnNumber c...
void function ( int [ ] arg0 , int arg1 ) { int loc0 = arg1 >> 5 ; int loc1 = 1 << ( arg1 & 0x1f ) ; arg0 [ loc0 ] |= loc1 ; }
sets the given bit to true . concode_field_sep PlaceHolder placeHolder concode_field_sep int[] makeBitSet concode_elem_sep void or concode_elem_sep int getMax concode_elem_sep boolean get concode_elem_sep void clear concode_elem_sep boolean isEmpty concode_elem_sep String toHuman concode_elem_sep int bitCount concode_e...
void function ( @ NotNull TerminalNode arg0 ) { }
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitFieldSelectorExpression concode_elem_sep void enterPath concode_elem_sep void enterSelectorExpression concode_elem_sep void enterStepType concode_elem_sep void exitPredicateExpression concode_elem_sep void ent...
Audio function ( ) { return this . audio ; }
return the audio object that this command refers to concode_field_sep Audio audio concode_elem_sep int command concode_field_sep int getCommand concode_elem_sep String toString concode_elem_sep String commandString
long function ( long arg0 , double arg1 ) { return ( long ) ( - arg0 * Math . log ( arg1 ) / ( Math . log ( 2 ) * Math . log ( 2 ) ) ) ; }
computes m total bits of bloom filter which is expected to achieve , for the specified expected insertions , the required false positive probability . see http://en.wikipedia.org/wiki/bloom_filter#probability_of_false_positives for the formula . concode_field_sep double DEFAULT_FPP concode_elem_sep int versionNumber co...
List < AttributeFieldMapping > function ( ) { if ( attributeFieldMappings == null ) { attributeFieldMappings = new ArrayList < AttributeFieldMapping > ( ) ; } return this . attributeFieldMappings ; }
gets the value of the attributefieldmappings 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 attributefieldmappings property . for examp...
OAuthMessage function ( HttpServletRequest arg0 , String arg1 ) { if ( arg1 == null ) { arg1 = arg0 . getRequestURL ( ) . toString ( ) ; } int loc0 = arg1 . indexOf ( '?' ) ; if ( loc0 >= 0 ) { arg1 = arg1 . substring ( 0 , loc0 ) ; } return new HttpRequestMessage ( arg0 , arg1 ) ; }
extract the parts of the given request that are relevant to oauth . parameters include oauth authorization headers and the usual request parameters in the query string and/or form encoded body . the header parameters come first , followed by the rest in the order they came from request.getparametermap . concode_field_s...
boolean function ( long arg0 ) { return ! even ( arg0 ) ; }
check if number is odd . concode_field_sep float HALF_PI concode_elem_sep float TWO_PI concode_elem_sep double TWO_PI_D concode_elem_sep double HALF_PI_D concode_field_sep short BuildShortBE concode_elem_sep short BuildShortBE concode_elem_sep int BuildInteger concode_elem_sep int BuildInteger concode_elem_sep float si...
Element function ( String arg0 , Document arg1 ) { return new BatikStarElement ( arg0 , ( AbstractDocument ) arg1 ) ; }
creates an instance of the associated element type . concode_field_sep PlaceHolder placeHolder concode_field_sep String getURL concode_elem_sep String getAuthor concode_elem_sep float getPriority concode_elem_sep void registerTags concode_elem_sep String getDescription concode_elem_sep String getContactAddress
Integer function ( ) { return power ; }
this method was generated by mybatis generator . this method returns the value of the database column user.power concode_field_sep String no concode_elem_sep String mail concode_elem_sep Integer level concode_elem_sep String remark concode_elem_sep Integer del concode_elem_sep Integer cameraType concode_elem_sep String...
void function ( Project arg0 , VirtualFile arg1 , String arg2 , String arg3 , String ... arg4 ) { GitSimpleHandler loc0 = new GitSimpleHandler ( arg0 , arg1 , GitCommand . CONFIG ) ; loc0 . setSilent ( true ) ; loc0 . ignoreErrorCode ( 1 ) ; loc0 . addParameters ( arg4 ) ; loc0 . addParameters ( arg2 , arg3 ) ; loc0 . ...
set the value concode_field_sep String USER_NAME concode_elem_sep String USER_EMAIL concode_elem_sep String BRANCH_AUTOSETUP_REBASE concode_elem_sep String CORE_AUTOCRLF concode_field_sep String getValue concode_elem_sep void getValues concode_elem_sep List<Couple<String>> getAllValues concode_elem_sep void unsetValue ...
double function ( ) { return total ; }
takes linear time . concode_field_sep double defaultValue concode_elem_sep double total concode_elem_sep MapFactory<K1,ClassicCounter<K2>> outerMF concode_elem_sep long serialVersionUID concode_elem_sep Map<K1,ClassicCounter<K2>> map concode_elem_sep MapFactory<K2,MutableDouble> innerMF concode_field_sep int sizeOuterM...
Builder function ( ) { return status ( Status . DOWN ) ; }
create a new builder instance with a status #down status . concode_field_sep Map<String,Object> details concode_elem_sep Status status concode_field_sep Builder withDetail concode_elem_sep Builder withException concode_elem_sep Health build concode_elem_sep int hashCode concode_elem_sep Builder outOfService concode_ele...
void function ( DiscoveryNode arg0 , Throwable arg1 ) { boolean loc0 = pendingNodes . remove ( arg0 ) ; assert loc0 : "srini_string" + arg0 + "srini_string" ; latch . countDown ( ) ; }
called for each failure obtained from non master nodes concode_field_sep CountDownLatch latch concode_elem_sep Set<DiscoveryNode> pendingNodes concode_field_sep void onResponse concode_elem_sep boolean awaitAllNodes concode_elem_sep DiscoveryNode[] pendingNodes
void function ( byte [ ] arg0 ) { if ( arg0 == null || arg0 . length > mSizeLimit ) { return ; } mBuffersByLastUse . add ( arg0 ) ; int loc0 = Collections . binarySearch ( mBuffersBySize , arg0 , BUF_COMPARATOR ) ; if ( loc0 < 0 ) { loc0 = - loc0 - 1 ; } mBuffersBySize . add ( loc0 , arg0 ) ; mCurrentSize += arg0 . len...
returns a buffer to the pool , throwing away old buffers if the pool would exceed its allotted size . concode_field_sep List<byte[]> mBuffersByLastUse concode_elem_sep Comparator<byte[]> BUF_COMPARATOR concode_elem_sep List<byte[]> mBuffersBySize concode_elem_sep int mCurrentSize concode_elem_sep int mSizeLimit concode...
byte [ ] function ( ) { return value ; }
gets the value of the value property . concode_field_sep String id concode_elem_sep String encoding concode_elem_sep byte[] value concode_field_sep String getEncoding concode_elem_sep void setEncoding concode_elem_sep void setValue concode_elem_sep void setId concode_elem_sep String getId
void function ( BigInteger arg0 ) { this . seedLength = arg0 ; }
sets the value of the seedlength property . concode_field_sep DeviceTypeType deviceType concode_elem_sep BigInteger seedLength concode_elem_sep BooleanType deviceInHand concode_field_sep DeviceTypeType getDeviceType concode_elem_sep void setDeviceType concode_elem_sep BooleanType getDeviceInHand concode_elem_sep BigInt...
int function ( int arg0 ) { arg0 ^= arg0 << 13 ; arg0 ^= arg0 >>> 17 ; arg0 ^= arg0 << 5 ; tlr . get ( ) . threadLocalRandomProbe = arg0 ; return arg0 ; }
pseudo-randomly advances and records the given probe value for the given thread . concode_field_sep AtomicLong seeder concode_elem_sep AtomicInteger probeGenerator concode_elem_sep long SEEDER_INCREMENT concode_elem_sep ThreadLocal<Tlr> tlr concode_elem_sep long threadLocalRandomSeed concode_elem_sep int threadLocalRan...
void function ( boolean arg0 ) { this . objectCache = arg0 ; }
whether to turn on allowing to store non serializable objects in the cache . if this option is enabled then overflow to disk can not be enabled as well . concode_field_sep boolean overflowToDisk concode_elem_sep String diskStorePath concode_elem_sep long timeToIdleSeconds concode_elem_sep CacheLoaderRegistry cacheLoade...
T function ( final T arg0 , final float arg1 , final T arg2 , final T arg3 , final T arg4 , final T arg5 , final T arg6 ) { final float loc0 = 1f - arg1 ; final float loc1 = loc0 * loc0 ; final float loc2 = arg1 * arg1 ; return arg0 . set ( arg2 ) . scl ( loc1 * loc0 ) . add ( arg6 . set ( arg3 ) . scl ( 3 * loc1 * arg...
cubic bezier curve concode_field_sep Array<T> points concode_elem_sep T tmp concode_elem_sep T tmp3 concode_elem_sep T tmp2 concode_field_sep T linear concode_elem_sep T linear_derivative concode_elem_sep Bezier set concode_elem_sep Bezier set concode_elem_sep Bezier set concode_elem_sep float locate concode_elem_sep T...
String function ( ) { return getClass ( ) . getName ( ) ; }
returns the class name . concode_field_sep long serialVersionUID concode_elem_sep int maxCompWidth concode_elem_sep boolean sizeUnknown concode_elem_sep int minHeight concode_elem_sep int preferredHeight concode_elem_sep int maxCompHeight concode_elem_sep int minWidth concode_elem_sep int preferredWidth concode_field_s...
JndiName function ( ) { return parent ; }
get the parent jndi name . eg . java : comp/enc = > java : comp concode_field_sep JndiName parent concode_elem_sep String ENTRY_SEPARATOR concode_elem_sep long serialVersionUID concode_elem_sep String local concode_field_sep String getLocalName concode_elem_sep int hashCode concode_elem_sep JndiName of concode_elem_sep...
Date function ( ) { return _membershipRequest . getCreateDate ( ) ; }
returns the create date of this membership request . concode_field_sep MembershipRequest _membershipRequest concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getReplierUserUuid concode_ele...
List < Class > function ( ) { return this . classes ; }
returns all loaded class objects . concode_field_sep LogHandler log concode_elem_sep String directory concode_elem_sep List<T> instances concode_elem_sep Class clazz concode_elem_sep Map<Class,File> files concode_elem_sep List<Class> classes concode_field_sep List<T> getInstances concode_elem_sep GenericClassLoader loa...
short function ( ) { return this . value ; }
returns the value of the encapsulated short . concode_field_sep long serialVersionUID concode_elem_sep short value concode_field_sep void copyTo concode_elem_sep void read concode_elem_sep int getBinaryLength concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep void setValue concode_elem_sep bo...
void function ( String arg0 , Throwable arg1 ) { wtf ( arg0 , null , arg1 ) ; }
prints a message at assert priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void print...
ShardId function ( Object arg0 ) { return coreKeyToShard . get ( arg0 ) ; }
return the shardid that holds the given segment , or null if this segment is not tracked . concode_field_sep Map<Object,ShardId> coreKeyToShard concode_elem_sep Map<String,Set<Object>> indexToCoreKey concode_field_sep void add concode_elem_sep int size concode_elem_sep boolean assertSize concode_elem_sep Set<Object> ge...
Long function ( ) { return personId ; }
gets the value of the personid property . concode_field_sep Long personId concode_elem_sep String measureType concode_field_sep void setMeasureType concode_elem_sep String getMeasureType concode_elem_sep void setPersonId
void function ( ) { title = null ; description = null ; moderated = false ; selectedModerators = null ; }
clean variables . concode_field_sep String schema concode_elem_sep boolean moderated concode_elem_sep ThreadAdapter adapter concode_elem_sep Log log concode_elem_sep String description concode_elem_sep PostAction postAction concode_elem_sep String title concode_elem_sep NuxeoPrincipal principal concode_elem_sep Resourc...
TimeValue function ( ) { return new TimeValue ( throttleTimeInMillis ) ; }
gets the amount of time in a timevalue that the index has been under merge throttling control concode_field_sep String INDEX_TOTAL concode_elem_sep long indexCurrent concode_elem_sep String NOOP_UPDATE_TOTAL concode_elem_sep String DELETE_CURRENT concode_elem_sep Map<String,Stats> typeStats concode_elem_sep String DELE...
boolean function ( CharSequence arg0 , Form arg1 ) { return android . icu . text . Normalizer . isNormalized ( arg0 . toString ( ) , arg1 . getIcuForm ( ) , 0 ) ; }
check whether the given character sequence src is normalized according to the normalization method form . concode_field_sep android.icu.text.Normalizer.Mode icuForm concode_field_sep android.icu.text.Normalizer.Mode getIcuForm concode_elem_sep String normalize
String function ( ) { return name ; }
gets the name . concode_field_sep String name concode_elem_sep FeatureAction action concode_elem_sep Map<String,Object> attributes concode_field_sep void setName concode_elem_sep void setAction concode_elem_sep Object getAttribute concode_elem_sep Set<Entry<String,Object>> getAttributes concode_elem_sep Object addAttri...
OkHttpClient function ( OkAuthenticator arg0 ) { this . authenticator = arg0 ; return this ; }
sets the authenticator used to respond to challenges from the remote web server or proxy server . if unset , the java.net.authenticator #setdefault system-wide default authenticator will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep Conne...
long function ( ) { return ! mStreaming ? 0 : mPacketizer . getRtpSocket ( ) . getBitrate ( ) ; }
returns an approximation of the bit rate consumed by the stream in bit per seconde . concode_field_sep AbstractPacketizer mPacketizer concode_elem_sep int mSocketId concode_elem_sep OutputStream mOutputStream concode_elem_sep boolean mConfigured concode_elem_sep boolean mStreaming concode_elem_sep byte mChannelIdentifi...
void function ( long arg0 ) { _mbStatsUser . setCompanyId ( arg0 ) ; }
sets the company id of this message boards stats user . concode_field_sep MBStatsUser _mbStatsUser concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep int getMes...
String function ( ) { return this . name ; }
returns the ` name ' data field of the object of this class . concode_field_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep void setValue
void function ( K arg0 ) { Cache < K , V > loc0 = getOpenIDCache ( ) ; if ( loc0 != null ) { if ( loc0 . containsKey ( arg0 ) ) { loc0 . remove ( arg0 ) ; } } }
clears a cache entry . concode_field_sep String OPENID_CACHE_MANAGER concode_elem_sep Log log concode_elem_sep String OPENID_CACHE_NAME concode_field_sep void addToCache concode_elem_sep Cache<K,V> getOpenIDCache concode_elem_sep void clear concode_elem_sep V getValueFromCache
String function ( ) { return this . description ; }
a description of this source , if any . can be multi-lines . concode_field_sep Map<String,ConfigurationMetadataProperty> properties concode_elem_sep String sourceType concode_elem_sep String groupId concode_elem_sep String description concode_elem_sep String sourceMethod concode_elem_sep String shortDescription concode...
Wrapper function ( Classification arg0 , Properties arg1 ) { Wrapper loc0 = null ; for ( EventListener loc1 : eventListeners ) { Wrapper loc2 = loc1 . startCache ( arg0 , arg1 ) ; if ( loc2 != null && loc0 == null ) { loc0 = loc2 ; } } return loc0 ; }
start cache concode_field_sep CopyOnWriteArrayList<EventListener> eventListeners concode_field_sep void add concode_elem_sep void addCacheDependencies concode_elem_sep void beforeEntityManagerFactoryCreate concode_elem_sep void stopCache concode_elem_sep void afterEntityManagerFactoryCreate concode_elem_sep void remove