code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( WhiteboxPluginHost arg0 ) { myHost = arg0 ; }
sets the whiteboxpluginhost to which the plugin tool is tied . this is the class that the plugin will send all feedback messages , progress updates , and return objects . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgress...
void function ( FilterConfig arg0 ) { for ( Filter loc0 : this . filters ) { loc0 . init ( arg0 ) ; } }
initialize all the filters , calling each one 's init method in turn in the order supplied . concode_field_sep List<? extends Filter> filters concode_elem_sep FilterChain originalChain concode_elem_sep List<? extends Filter> additionalFilters concode_elem_sep int currentPosition concode_field_sep void doFilter concode_...
void function ( int arg0 ) { level = arg0 ; }
set log level concode_field_sep int level concode_field_sep void init concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void print concode_elem_sep void debug concode_elem_sep void error concode_elem_sep void error concode_elem_sep void info concode_elem_sep void fatal c...
AbstractBeanDefinition function ( ) { this . beanDefinition . validate ( ) ; return this . beanDefinition ; }
validate and return the created beandefinition object . concode_field_sep int constructorArgIndex concode_elem_sep AbstractBeanDefinition beanDefinition concode_field_sep BeanDefinitionBuilder setSource concode_elem_sep BeanDefinitionBuilder addConstructorArgValue concode_elem_sep BeanDefinitionBuilder setAutowireMode ...
PickedObject function ( DrawContext arg0 , Point arg1 , Layer arg2 ) { PickedObject loc0 = this . getTopObject ( arg0 , arg1 ) ; if ( loc0 != null ) { if ( arg2 != null ) loc0 . setParentLayer ( arg2 ) ; arg0 . addPickedObject ( loc0 ) ; } return loc0 ; }
adds a picked object registered with this picksupport that is drawn at the specified point in awt screen coordinates if one exists to the draw context 's list of picked objects . concode_field_sep int[] minAndMaxColorCodes concode_elem_sep Map<Range,PickedObjectFactory> pickableObjectRanges concode_elem_sep Map<Integer...
void function ( String arg0 ) { writeCommand2 ( VOLD_CMD_FORMAT_MEDIA , arg0 ) ; }
format media at given mount point . concode_field_sep String VOLD_EVT_MOUNTED concode_elem_sep String VOLD_CMD_DISABLE_UMS concode_elem_sep String VOLD_EVT_EJECTING concode_elem_sep String VOLD_CMD_EJECT_MEDIA concode_elem_sep String VOLD_EVT_UMS_CONNECTED concode_elem_sep String VOLD_EVT_UMS_ENABLED concode_elem_sep S...
void function ( K arg0 , V arg1 ) { LeafEntry < K , V > loc0 = btree . insertEntry ( arg0 , arg1 ) ; btree . lockEntry ( loc0 ) ; if ( entry != null ) { btree . unlockEntry ( entry ) ; } entry = loc0 ; }
insert the key/value pair to the btree , move the current position to the insert point concode_field_sep LeafEntry<K,V> entry concode_elem_sep boolean beforeFirst concode_elem_sep BTree<K,V> btree concode_field_sep LeafEntry<K,V> getNextEntry concode_elem_sep boolean next concode_elem_sep K getKey concode_elem_sep int ...
void function ( Double arg0 ) { this . speed = arg0 ; }
sets the windspeed in kilometer per hour . concode_field_sep Double chill concode_elem_sep Integer degree concode_elem_sep Double speed concode_elem_sep String direction concode_elem_sep Double gust concode_field_sep String getDirection concode_elem_sep Double getGust concode_elem_sep Double getSpeed concode_elem_sep I...
T function ( final Class < ? > arg0 , final String arg1 , final Class < ? > [ ] arg2 , final Object [ ] arg3 ) { return ( T ) helper ( null , arg0 , null , arg1 , arg2 , arg3 ) ; }
use reflection to invoke a static method for a class object and method name concode_field_sep PlaceHolder placeHolder concode_field_sep T tryInvokeInstance concode_elem_sep T helper
void function ( String arg0 ) { this . tokenType = arg0 ; }
the token type , as introduced in draft 11 of the oauth 2 spec . concode_field_sep Map<String,Object> additionalInformation concode_elem_sep String tokenType concode_elem_sep Set<String> scope concode_elem_sep Date expiration concode_elem_sep String value concode_elem_sep long serialVersionUID concode_elem_sep OAuth2Re...
NetObjId function ( MsgInputStream arg0 ) { NetObjId loc0 = new NetObjId ( ) ; loc0 . type = arg0 . read8 ( ) ; loc0 . src = arg0 . read32 ( ) ; loc0 . port = arg0 . read16 ( ) ; loc0 . id = arg0 . read16 ( ) ; return loc0 ; }
reads an object identifier from an input stream . concode_field_sep int type concode_elem_sep int port concode_elem_sep int src concode_elem_sep int id concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void pack
AsynchronousServiceBuilder < T > function ( ) { this . startAsynchronously = false ; return this ; }
indicates that this service should not be started asynchronously . concode_field_sep Service<T> service concode_elem_sep InjectedValue<ExecutorService> executor concode_elem_sep ServiceName name concode_elem_sep boolean stopAsynchronously concode_elem_sep boolean startAsynchronously concode_field_sep T getValue concode...
void function ( ) { Player loc0 = new Player ( ) ; loc0 . resetPlayer ( ) ; try { loc0 . lootItem ( CompleteItems . FINAL_SWORD ) ; assertTrue ( loc0 . getInventory ( ) . size ( ) == 1 ) ; } catch ( InventoryFullException loc1 ) { loc1 . getMessage ( ) ; } }
player looting item . concode_field_sep PlaceHolder placeHolder concode_field_sep void testLootGoldFromEnemy concode_elem_sep void testUnEquipArmor concode_elem_sep void testTakeDamage concode_elem_sep void testKillEnemy concode_elem_sep void testUnEquipWeapon concode_elem_sep void testEquipArmor concode_elem_sep void ...
javax . xml . stream . XMLStreamReader function ( javax . xml . namespace . QName arg0 ) { return localDisassociateRouteTableResponse . getPullParser ( MY_QNAME ) ; }
databinding method to get an xml representation of this object concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DisassociateRouteTableResponseType localDisassociateRouteTableResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep vo...
Object function ( Address arg0 ) { VM . sysWriteln ( "srini_string" ) ; VM . _assert ( VM . NOT_REACHED ) ; return null ; }
map an address to an object . concode_field_sep HashMap<Integer,Integer> uniqueIntegers concode_elem_sep BootImageObjectAddressRemapper singleton concode_field_sep Address objectAsAddress concode_elem_sep T intern concode_elem_sep int identityHashCode concode_elem_sep BootImageObjectAddressRemapper getInstance
void function ( StreamSpec arg0 ) { throw new UnsupportedOperationException ( ) ; }
validates the stream described by the streamspec on the system . a streamvalidationexception should be thrown for any validation error . concode_field_sep PlaceHolder placeHolder concode_field_sep void createChangelogStream concode_elem_sep Map<SystemStreamPartition,String> getOffsetsAfter concode_elem_sep boolean crea...
boolean function ( Object arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } Entry loc0 [ ] = table ; for ( int loc1 = loc0 . length ; loc1 -- > 0 ; ) { for ( Entry loc2 = loc0 [ loc1 ] ; loc2 != null ; loc2 = loc2 . next ) { if ( loc2 . arg0 . equals ( arg0 ) ) { return true ; } } } return false ; }
tests if some key maps into the specified value in this hashtable . this operation is more expensive than the containskey method . note that this method is identical in functionality to containsvalue , which is part of the map interface in the collections framework . concode_field_sep Entry table[] concode_elem_sep Ent...
int function ( ) { Number loc0 = getField ( DatatypeConstants . MONTHS ) ; return ( loc0 == null ) ? 0 : loc0 . intValue ( ) ; }
returns the months in this duration as an int , or 0 if not present . concode_field_sep PlaceHolder placeHolder concode_field_sep Duration add concode_elem_sep Duration normalizeWith concode_elem_sep int compare concode_elem_sep boolean isSet concode_elem_sep Duration subtract concode_elem_sep long getTimeInMillis conc...
void function ( USAddress arg0 ) { this . shipTo = arg0 ; }
sets the value of the shipto property . concode_field_sep USAddress billTo concode_elem_sep String comment concode_elem_sep Items items concode_elem_sep XMLGregorianCalendar orderDate concode_elem_sep USAddress shipTo concode_field_sep Items getItems concode_elem_sep USAddress getShipTo concode_elem_sep USAddress getBi...
void function ( com . google . api . ads . adwords . axis . v201502 . rm . UserListLogicalRuleOperator arg0 ) { this . operator = arg0 ; }
sets the operator value for this userlistlogicalrule . concode_field_sep com.google.api.ads.adwords.axis.v201502.rm.LogicalUserListOperand[] ruleOperands concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep...
Cache function ( ) { if ( ! started ) throw new IllegalStateException ( "srini_string" ) ; if ( stopped ) throw new IllegalStateException ( "srini_string" ) ; requests . put ( cfg ) ; return results . take ( ) ; }
create a cache using default configuration concode_field_sep Configuration cfg concode_elem_sep boolean started concode_elem_sep ExecutorService executor concode_elem_sep BlockingQueue<Configuration> requests concode_elem_sep BlockingQueue<Cache> results concode_elem_sep boolean stopped concode_field_sep void stop conc...
void function ( ) { int loc0 = 1 ; int loc1 = 1 ; int loc2 = 1 ; int loc3 = 1 ; int loc4 = 1 ; int loc5 = 1 ; }
some lines to test the error column after tabs concode_field_sep int sTest1 concode_elem_sep int badStatic concode_elem_sep int sTest2 concode_elem_sep int sTest3 concode_elem_sep int badConstant concode_elem_sep int someMember concode_elem_sep int sNumCreated concode_elem_sep int badMember concode_elem_sep int mNumCre...
int function ( ) { if ( getRootNode ( ) != null ) { return getRootNode ( ) . treeHeight ( ) ; } return 0 ; }
calculate the height of the tree . concode_field_sep int MAX_NODES concode_elem_sep Vector<SafraTreeNode> _nodes concode_field_sep void generateAcceptance concode_elem_sep void generateAcceptance concode_elem_sep RabinSignature generateAcceptance concode_elem_sep void set concode_elem_sep void copySubTree concode_elem_...
int function ( ) { return _socialRequest . getStatus ( ) ; }
returns the status of this social request . concode_field_sep SocialRequest _socialRequest concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_ele...
Builder function ( Collection < Artifact > arg0 ) { this . processorPath = Preconditions . checkNotNull ( arg0 ) ; return this ; }
sets the classpath used by this rule for annotation processing . concode_field_sep Collection<Artifact> sourceJarsForJarFiles concode_elem_sep Collection<Artifact> sourceJarsForJarFiles concode_elem_sep Map<PathFragment,Artifact> resources concode_elem_sep Collection<Artifact> sourceJars concode_elem_sep Collection<Art...
Digester function ( ) { return ( this . digester ) ; }
return the digester instance with which this rules instance is associated . concode_field_sep HashMap<String,List<Rule>> cache concode_elem_sep String namespaceURI concode_elem_sep ArrayList<Rule> rules concode_elem_sep Digester digester concode_field_sep void add concode_elem_sep List<Rule> lookup concode_elem_sep voi...
ClusterTimeline function ( java . util . Date arg0 ) { setEndDateTime ( arg0 ) ; return this ; }
the date and time when the cluster was terminated . concode_field_sep java.util.Date readyDateTime concode_elem_sep java.util.Date endDateTime concode_elem_sep java.util.Date creationDateTime concode_field_sep java.util.Date getEndDateTime concode_elem_sep void setEndDateTime concode_elem_sep ClusterTimeline withCreati...
boolean function ( ) { return this . isLengthTest ; }
get state of this callable . concode_field_sep int currentBit concode_elem_sep String blindUrl concode_elem_sep boolean isLengthTest concode_elem_sep int currentIndex concode_field_sep boolean isTrue concode_elem_sep int getCurrentIndex concode_elem_sep int getCurrentBit
void function ( int arg0 ) { this . order = arg0 ; }
set the order for this result handler relative to others . by default set to ordered #lowest_precedence , however see javadoc of sub-classes which may change this default . concode_field_sep ReactiveAdapterRegistry adapterRegistry concode_elem_sep RequestedContentTypeResolver contentTypeResolver concode_elem_sep MediaT...
void function ( @ Nullable ProgressIndicator arg0 , @ NotNull String arg1 , @ NotNull File arg2 ) { File loc0 = FileUtil . createTempFile ( "srini_string" , null ) ; downloadAtomically ( arg0 , arg1 , arg2 , loc0 , null ) ; }
downloads content of url to outputfile atomically . outputfile wo n't be modified in case of any i/o download errors . concode_field_sep String CONTENT_LENGTH_TEMPLATE concode_elem_sep Logger LOG concode_field_sep void substituteContentLength concode_elem_sep Outcome<V> provideDataWithProgressSynchronously concode_elem...
void function ( ) { testScenario ( "srini_string" , true , noMethods ) ; }
load an element with ` enabled ' configuration . expect an exception when none of the ` object methods ' is called . concode_field_sep SqlSession sqlSession concode_elem_sep List<Method> noMethods concode_elem_sep List<Method> objectMethods concode_field_sep void selectElementValue_disabled_objectmethods concode_elem_s...
void function ( T arg0 ) { for ( Constraint loc0 : constraints ) { if ( ! loc0 . isSatisfied ( ) ) { return ; } } action . run ( arg0 ) ; }
fire the action if all the constraints are satisfied . short-circuit-and is used . concode_field_sep boolean marked concode_elem_sep Log LOG concode_elem_sep ThreadLocal<Random> RANDOM concode_elem_sep int count concode_elem_sep String name concode_elem_sep Action<T,E> action concode_elem_sep List<Action<T,E>> actionLi...
long function ( ) { if ( running ) { return System . currentTimeMillis ( ) - startTime ; } else { return 0 ; } }
retrieves the accumulated time this object has spent running since it was last started . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep void stop concode_elem_sep String currentElapsedTimeToMessag...
float function ( ) { return lineWidth ; }
gets line width in points concode_field_sep float gap concode_elem_sep float lineWidth concode_elem_sep Color color concode_field_sep void setColor concode_elem_sep void setGap concode_elem_sep float getGap concode_elem_sep Color getColor concode_elem_sep void draw concode_elem_sep void setLineWidth
void function ( String arg0 , long arg1 ) { if ( _values == null ) { _values = new ArrayList < > ( 30 ) ; } _values . add ( new Count ( this , arg0 , arg1 ) ) ; }
insert at the end of the list concode_field_sep String _name concode_elem_sep long _count concode_elem_sep String _gap concode_elem_sep Date _end concode_elem_sep List<Count> _values concode_elem_sep FacetField _ff concode_field_sep void setName concode_elem_sep FacetField getFacetField concode_elem_sep String getName ...
void function ( int arg0 , PageText arg1 ) { searchResultCache . put ( arg0 , new WeakReference < PageText > ( arg1 ) ) ; }
add a search result hit for a given page . a page can have 1 or more hits but all that matters is that there is at least one hit to manage . the index and pagetext object is stored in the cache . concode_field_sep HashMap<Integer,WeakReference<PageText>> searchResultCache concode_elem_sep ArrayList<SearchTerm> searchTe...
void function ( final long arg0 ) { this . _hit_len = arg0 ; this . _has_hit_len = true ; }
sets the value of field ` hit_len ' . concode_field_sep bzh.plealog.bioinfo.data.blast.loader.ncbi.Hit_hsps _hit_hsps concode_elem_sep java.lang.String _hit_id concode_elem_sep long serialVersionUID concode_elem_sep java.lang.String _hit_def concode_elem_sep boolean _has_hit_num concode_elem_sep long _hit_len concode_e...
Bitmap function ( ) { String loc0 = options . optString ( "srini_string" , "srini_string" ) ; Bitmap loc1 ; try { Uri loc2 = Uri . parse ( options . optString ( "srini_string" ) ) ; loc1 = assets . getIconFromUri ( loc2 ) ; } catch ( Exception loc2 ) { loc1 = assets . getIconFromDrawable ( loc0 ) ; } return loc1 ; }
icon bitmap for the local notification . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep int getIdAsInt concode_elem_sep String getText concode_elem...
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
helper for success callbacks that just returns the status.ok 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 g...
int function ( String arg0 , int arg1 ) { String loc0 = getOption ( arg0 , Integer . toString ( arg1 ) ) ; return Integer . decode ( loc0 ) ; }
get an integer option ; use integer #decode string so as to take hexoct and bin values too . concode_field_sep String HOURS concode_elem_sep String SECONDS concode_elem_sep Logger log concode_elem_sep Map<String,String> options concode_elem_sep String name concode_elem_sep String DAYS concode_elem_sep String MINUTES co...
void function ( ) { objects . clear ( ) ; }
removes all objects . they will no longer be released . concode_field_sep List<Releasable> objects concode_field_sep T add concode_elem_sep void release
void function ( java . lang . String arg0 ) { this . real_name = arg0 ; }
sets the real_name value for this accountdata . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String real_name concode_elem_sep java.math.BigInteger ...
SignedInfoType function ( ) { return signedInfo ; }
obtiene el valor de la propiedad signedinfo . concode_field_sep SignedInfoType signedInfo concode_elem_sep String id concode_elem_sep KeyInfoType keyInfo concode_elem_sep SignatureValueType signatureValue concode_elem_sep List<ObjectType> object concode_field_sep SignatureValueType getSignatureValue concode_elem_sep Li...
PDViewerPreferences function ( ) { COSDictionary loc0 = ( COSDictionary ) root . getDictionaryObject ( COSName . VIEWER_PREFERENCES ) ; return loc0 == null ? null : new PDViewerPreferences ( loc0 ) ; }
get the viewer preferences associated with this document or null if they do not exist . concode_field_sep PDAcroForm cachedAcroForm concode_elem_sep COSDictionary root concode_elem_sep PDDocument document concode_field_sep PDDocumentOutline getDocumentOutline concode_elem_sep PDAcroForm getAcroForm concode_elem_sep voi...
String function ( ) { return type ; }
gets the value of the type property . concode_field_sep Boolean defaultPaymentMethod concode_elem_sep String identifier concode_elem_sep Address address concode_elem_sep String code concode_elem_sep Boolean enrolledInAutoRenewal concode_elem_sep String fullName concode_elem_sep long serialVersionUID concode_elem_sep St...
String function ( String arg0 ) { return eventTypesToLocalized . get ( arg0 ) ; }
get localized calendar event type concode_field_sep Map<String,String> eventTypesToLocalized concode_elem_sep ResourceLoader msgs concode_elem_sep List<String> eventTypes concode_field_sep List<String> getEventTypes concode_elem_sep void reloadLocalization concode_elem_sep Map<String,String> getEventTypesToLocalizedMap
String function ( ) { return this . name ; }
the name of the compute type for the bundle . concode_field_sep String name concode_field_sep void setName concode_elem_sep void setName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ComputeType clone concode_elem_sep String toString concode_elem_sep ComputeType withName concode_elem_se...
com . liferay . portal . workflow . kaleo . model . KaleoNotificationRecipient function ( long arg0 ) { return getService ( ) . createKaleoNotificationRecipient ( arg0 ) ; }
creates a new kaleo notification recipient with the primary key . does not add the kaleo notification recipient to the database . concode_field_sep ServiceTracker<KaleoNotificationRecipientLocalService,KaleoNotificationRecipientLocalService> _serviceTracker concode_field_sep com.liferay.portal.workflow.kaleo.model.Kale...
ResultSetRows function ( ) { return rows ; }
returns the rows returned by the statement executed in the order returned by the database . if no rows were returned then the returned object will be empty . concode_field_sep int rowsAffected concode_elem_sep ResultSetRows rows concode_elem_sep int insertId concode_field_sep int getNumberOfRowsAffected concode_elem_se...
boolean function ( int arg0 ) { return ( arg0 >= 300 && arg0 < 400 ) ; }
determine if a reply code is a positive intermediate response . all codes beginning with a 3 are positive intermediate responses . the nntp server will send a positive intermediate response on the successful completion of one part of a multi-part command or sequence of commands . for example , after a successful post c...
Object function ( long arg0 ) { return client . sendRpcAndWait ( SERVICE , "srini_string" , arg0 , null ) ; }
join a game as a spectator concode_field_sep RtmpClient client concode_elem_sep String SERVICE concode_field_sep Object selectSpells concode_elem_sep Object banChampion concode_elem_sep Game createPracticeGame concode_elem_sep boolean switchToPlayer concode_elem_sep Object championSelectCompleted concode_elem_sep boole...
BigDecimal function ( ) { return m_amount ; }
get amount concode_field_sep int ACCTTYPE_TaxDue concode_elem_sep String m_name concode_elem_sep BigDecimal m_includedTax concode_elem_sep CLogger log concode_elem_sep int ACCTTYPE_TaxReceivables concode_elem_sep int m_C_Tax_ID concode_elem_sep int ACCTTYPE_TaxExpense concode_elem_sep int ACCTTYPE_TaxLiability concode_...
T function ( String ... arg0 ) { highlightBuilder ( ) . arg0 ( arg0 ) ; return ( T ) this ; }
explicitly set the pre tags that will be used for highlighting . concode_field_sep SearchSourceBuilder sourceBuilder concode_field_sep T addFieldDataField concode_elem_sep T setExplain concode_elem_sep T setHighlighterNumOfFragments concode_elem_sep T setHighlighterTagsSchema concode_elem_sep T setHighlighterPostTags c...
boolean function ( ) { return sync ; }
gets whether the effect should render new frames automatically which it does by default . if true , you can render frames manually by calling the render instance method of an effect . this is used by effect.parallel . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concod...
String function ( ) { return fVMArgs ; }
returns the vm arguments as one string . concode_field_sep String fVMArgs concode_elem_sep String fProgramArgs concode_field_sep String[] getProgramArgumentsArray concode_elem_sep String[] getVMArgumentsArray concode_elem_sep String getProgramArguments
void function ( FunctionLibFunctionArg arg0 ) { addArg ( arg0 ) ; }
fuegt der funktion ein argument hinzu , alias fuer addarg . concode_field_sep ArrayList<FunctionLibFunctionArg> argument concode_elem_sep boolean memberChaining concode_elem_sep String strReturnType concode_elem_sep int memberPosition concode_elem_sep String tteClass concode_elem_sep String[] keywords concode_elem_sep ...
List < ServiceNode > function ( ) { return Collections . unmodifiableList ( nodes ) ; }
a getter returns an unmodifiable map of service nodes . concode_field_sep String dstBvsName concode_elem_sep List<ServiceNode> nodes concode_elem_sep String name concode_elem_sep String description concode_elem_sep String srcBvsName concode_elem_sep String tenant concode_field_sep String getName concode_elem_sep boolea...
com . amazon . ec2 . EbsInstanceBlockDeviceMappingResponseType function ( ) { return localEbs ; }
auto generated getter method concode_field_sep com.amazon.ec2.EbsInstanceBlockDeviceMappingResponseType localEbs concode_elem_sep boolean localEbsTracker concode_field_sep void writeQName concode_elem_sep javax.xml.stream.XMLStreamReader getPullParser concode_elem_sep void writeQNameAttribute concode_elem_sep boolean i...
void function ( String arg0 ) { this . reason = arg0 ; }
sets the reason phrase that should be sent to the user we 're demanding for authorization . concode_field_sep String reason concode_field_sep String getReason
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getName ( ) != null ) loc0 . append ( "srini_string" + getName ( ) + "srini_string" ) ; if ( getStatus ( ) != null ) loc0 . append ( "srini_string" + getStatus ( ) ) ; loc0 . append ( "srini_string" ) ; return loc...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String name concode_elem_sep String status concode_field_sep void setName concode_elem_sep void setName concode_elem_sep VolumeStatusDetails withStatus concode_elem_sep String getName concode_elem_sep int hashCode conc...
boolean function ( RowHandle arg0 ) { if ( arg0 == null ) return true ; SlotHandle loc0 = arg0 . getCells ( ) ; int loc1 = loc0 . getCount ( ) ; for ( int loc2 = 0 ; loc2 < loc1 ; ++ loc2 ) { CellHandle loc3 = ( CellHandle ) loc0 . get ( loc2 ) ; if ( loc3 . getRowSpan ( ) > 1 ) { return true ; } } return false ; }
checks every cell contains row span or not . if contains any row span , return false ; otherwise return true concode_field_sep RowBandAdapter adapter concode_field_sep IDesignElement copyRow concode_elem_sep TableRow copyRow concode_elem_sep int getPositionOfRow concode_elem_sep int adjustPosition concode_elem_sep bool...
Object function ( int arg0 ) { return mArray . get ( arg0 ) ; }
get . concode_field_sep List<Object> mArray concode_field_sep void add concode_elem_sep long getLong concode_elem_sep int getInt concode_elem_sep JSONObject getObject concode_elem_sep void addAll concode_elem_sep void addAll concode_elem_sep int length concode_elem_sep double getDouble concode_elem_sep JSONArray getArr...
PersistenceBroker function ( ) { return PersistenceBrokerFactoryFactory . instance ( ) . defaultPersistenceBroker ( ) ; }
creates a default broker instance for the default broker key . concode_field_sep PlaceHolder placeHolder concode_field_sep Configurator getConfigurator concode_elem_sep PBKey getDefaultKey concode_elem_sep void setDefaultKey concode_elem_sep void releaseAllInstances concode_elem_sep void shutdown concode_elem_sep Persi...
PrintWriter function ( ) { log . trace ( "srini_string" ) ; return logwriter ; }
gets the log writer for this managedconnection instance . concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory2 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection conc...
Dimension function ( Container arg0 ) { return getSize ( arg0 , MAX ) ; }
get the maximum layout size of the container . concode_field_sep int LAST concode_elem_sep int FIRST concode_elem_sep int MAX concode_elem_sep Hashtable tab concode_elem_sep long serialVersionUID concode_elem_sep int vgap concode_elem_sep int NEXT concode_elem_sep int MIN concode_elem_sep int hgap concode_elem_sep int ...
Set < Reward > function ( ) { return this . rewards ; }
return the value associated with the column : reward . concode_field_sep Long createdAt concode_elem_sep Long deletedAt concode_elem_sep Set<Reward> rewards concode_elem_sep long serialVersionUID concode_elem_sep String hashCode concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id...
void function ( EntityState arg0 ) { for ( int loc0 = fVSs . size ( ) - 1 ; loc0 >= 0 ; loc0 -- ) { ( ( ValidationState ) fVSs . get ( loc0 ) ) . setEntityState ( arg0 ) ; } }
set the information required to validate entity values . concode_field_sep ArrayList fVSs concode_elem_sep boolean fCachedDTD concode_elem_sep boolean fGrammarFound concode_field_sep void addValidationState concode_elem_sep void setCachedDTD concode_elem_sep void reset concode_elem_sep void setGrammarFound concode_elem...
String function ( ) { return tempDir ; }
get the directory to store temporary files containing body parts of multipart message that extends allowed memory threshold . concode_field_sep String BUFFER_THRESHOLD concode_elem_sep int BUFFER_THRESHOLD_MEMORY_ONLY concode_elem_sep String MULTI_PART_CONFIG_RESOURCE concode_elem_sep String TEMP_DIRECTORY concode_elem...
String function ( ) { return messageCode ; }
messagecode accessor concode_field_sep MenuItem parent concode_elem_sep boolean hidden concode_elem_sep String DELIMITER concode_elem_sep String roles concode_elem_sep String messageCode concode_elem_sep String id concode_elem_sep String url concode_elem_sep String labelCode concode_elem_sep List<MenuItem> children con...
ApplicationVersionDescription function ( java . util . Date arg0 ) { setDateUpdated ( arg0 ) ; return this ; }
the last modified date of the application version . concode_field_sep String versionLabel concode_elem_sep S3Location sourceBundle concode_elem_sep java.util.Date dateCreated concode_elem_sep String description concode_elem_sep String applicationName concode_elem_sep java.util.Date dateUpdated concode_elem_sep String s...
void function ( ) { alive = false ; }
informs this edit action that it will no longer be used . some actions might use this information to release resources , for example open files . called by undomanager before thisaction is removed from the edit queue . concode_field_sep String UndoName concode_elem_sep boolean alive concode_elem_sep long serialVersionU...
boolean function ( ) { return serializer != null ; }
checks whether the serializer has been initialized . serializer initialization is lazy , to allow parametrization of serializers with an executionconfig via #initializeserializerunlessset executionconfig . concode_field_sep TypeInformation<T> typeInfo concode_elem_sep T defaultValue concode_elem_sep String name concode...
void function ( int arg0 ) { LOGLEVEL = arg0 ; Log . i ( "srini_string" , "srini_string" + arg0 ) ; }
set the current log level . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep ...
void function ( String arg0 ) { this . inFile = new ExifInterface ( arg0 ) ; }
the file before it is compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focalLengt...
String function ( ) { if ( completedMessageEnabled ) { return completedMessage ; } else { return "srini_string" ; } }
gets the progress completed message . if the completedmessageenabled attribute is set to false an empty string is returned . this ensure that the component will use its default completed message instead of the last entered custom message . concode_field_sep boolean progressMessageEnabled concode_elem_sep boolean interm...
boolean function ( String arg0 , Object ... arg1 ) { return checkUiThreadInternal ( false , arg0 , arg1 ) ; }
ensures that the current thread is the ui thread , with an error message that takes arguments . concode_field_sep String EMPTY_ARGUMENTS concode_elem_sep boolean sStrictMode concode_field_sep void checkNotNull concode_elem_sep void checkNotNull concode_elem_sep void checkNotNull concode_elem_sep boolean checkNotNull co...
String function ( ) { return name ; }
gets the string value of the name object . this is the same as getname concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolea...
List < Object > function ( ) { if ( modsGroup == null ) { modsGroup = new ArrayList < Object > ( ) ; } return this . modsGroup ; }
gets the value of the modsgroup 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 modsgroup property . for example , to add a new item , d...
byte [ ] function ( ZipEntry arg0 , ZipFile arg1 ) { return convertToByteArray ( arg1 . getInputStream ( arg0 ) , ( int ) arg0 . getSize ( ) ) ; }
returns the contents of the given zip entry as a byte array . concode_field_sep int DEFAULT_READING_SIZE concode_field_sep byte[] convertFileToByteArray concode_elem_sep byte[] convertBlobToByteArray concode_elem_sep String convertFileToString concode_elem_sep char[] bytesToChar concode_elem_sep InputStream convertToIn...
int function ( int [ ] arg0 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { int loc2 = 0 ; for ( int loc3 = loc1 ; loc3 < arg0 . length ; loc3 ++ ) { loc2 += arg0 [ loc3 ] ; if ( loc2 > loc0 ) { loc0 = loc2 ; seqStart = loc1 ; seqEnd = loc3 ; } } } return loc0 ; }
quadratic maximum contiguous subsequence sum algorithm . seqstart and seqend represent the actual best sequence . concode_field_sep int seqStart concode_elem_sep Random rand concode_elem_sep int seqEnd concode_field_sep void getTimingInfo concode_elem_sep int maxSubSum1 concode_elem_sep void main concode_elem_sep int m...
void function ( int arg0 ) { if ( ! this . haveMark || arg0 < 0 || arg0 > this . endpos ) { throw new IllegalStateException ( ) ; } this . pos = arg0 ; }
not documented yet . concode_field_sep boolean haveMark concode_elem_sep int pos concode_elem_sep List<ICharacterInput> stack concode_elem_sep int pos concode_elem_sep ICharacterInput charInput concode_elem_sep int[] buffer concode_elem_sep int endpos concode_field_sep int Read concode_elem_sep int Read concode_elem_se...
T function ( ) { try { instantiateEntity ( ) ; unmarshalIdentifier ( ) ; unmarshalKeyAndParentKey ( ) ; unmarshalProperties ( ) ; unmarshalEmbeddedFields ( ) ; return ( T ) entity ; } catch ( Exception loc0 ) { throw new EntityManagerException ( loc0 . getMessage ( ) , loc0 ) ; } }
unmarshals the given datastore entity and returns the equivalent entity pojo . concode_field_sep BaseEntity<?> nativeEntity concode_elem_sep EntityMetadata entityMetadata concode_elem_sep Object entity concode_field_sep void unmarshalWithExplodedStrategy concode_elem_sep void unmarshalIdentifier concode_elem_sep void u...
Color [ ] function ( int arg0 , float arg1 , float arg2 , float arg3 ) { return rainbow ( arg0 , arg1 , arg2 , 1.0f , 1.0f , arg3 ) ; }
generate rainbow color palette . concode_field_sep Color PASTEL_GREEN concode_elem_sep Color DARK_PURPLE concode_elem_sep Color GOLD concode_elem_sep Color LIGHT_GREEN concode_elem_sep Color ROYAL_BLUE concode_elem_sep Color LIGHT_GRAY concode_elem_sep Color VIOLET_RED concode_elem_sep Color YELLOW concode_elem_sep Col...
ResponseEntity function ( @ RequestBody String arg0 ) { if ( ! checkPasswordLength ( arg0 ) ) { return new ResponseEntity < > ( "srini_string" , HttpStatus . BAD_REQUEST ) ; } userService . changePassword ( arg0 ) ; return new ResponseEntity < > ( HttpStatus . OK ) ; }
post / account/change _ password : changes the current user 's password concode_field_sep Logger log concode_elem_sep UserRepository userRepository concode_elem_sep MailService mailService concode_elem_sep UserService userService concode_field_sep ResponseEntity<String> finishPasswordReset concode_elem_sep ResponseEnti...
void function ( java . io . InputStream arg0 , String arg1 , int arg2 , int arg3 , int arg4 ) { ReInit ( arg1 == null ? new java . io . InputStreamReader ( arg0 ) : new java . io . InputStreamReader ( arg0 , arg1 ) , arg2 , arg3 , arg4 ) ; }
reinitialise . 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 int bufcolumn[] concode_elem_sep int bufline[] concode_elem_se...
SocialAuthConfig function ( ) { return socialAuthConfig ; }
retrieves the socialauth config concode_field_sep AuthProvider authProvider concode_elem_sep String providerId concode_elem_sep Log LOG concode_elem_sep Map<String,AuthProvider> providersMap concode_elem_sep long serialVersionUID concode_elem_sep String currentProviderId concode_elem_sep Map<String,Permission> permissi...
String function ( ) { return userStatus ; }
this is getter method for userstatus concode_field_sep List userPackages concode_elem_sep List userDepartmentList concode_elem_sep String userCircle concode_elem_sep String userCircleSignIn concode_elem_sep String userEmail concode_elem_sep String userContact concode_elem_sep List userFunctions concode_elem_sep ArrayLi...
SslContextBuilder function ( X509Certificate ... arg0 ) { this . trustCertChain = arg0 != null ? arg0 . clone ( ) : null ; trustManagerFactory = null ; return this ; }
trusted certificates for verifying the remote endpoint 's certificate , null uses the system default . concode_field_sep X509Certificate[] trustCertChain concode_elem_sep long sessionCacheSize concode_elem_sep KeyManagerFactory keyManagerFactory concode_elem_sep ClientAuth clientAuth concode_elem_sep X509Certificate[] ...
void function ( GMLNode ... arg0 ) { clearNodeDecorator ( Arrays . asList ( arg0 ) ) ; }
remove any custom nodedecorator for a set of gmlnodes . concode_field_sep Map<GMLRoad,RoadDecorator> roadDecorators concode_elem_sep Map<GMLNode,NodeDecorator> nodeDecorators concode_elem_sep Map<GMLBuilding,BuildingDecorator> buildingDecorators concode_elem_sep Map<GMLSpace,SpaceDecorator> spaceDecorators concode_elem...
boolean function ( boolean arg0 ) { switch ( value ) { case 1 : return true ; case 0 : return false ; case 2 : return arg0 ; default : throw new IllegalStateException ( "srini_string" ) ; } }
convert this trilean to a boolean , with a specified default value if the truth value is unknown . concode_field_sep Trilean TRUE concode_elem_sep long serialVersionUID concode_elem_sep Trilean FALSE concode_elem_sep Trilean UNKNOWN concode_elem_sep byte value concode_field_sep Trilean or concode_elem_sep boolean isFal...
int function ( ) { return renderQueueCapacity ; }
get the capacity of the core render service queue . concode_field_sep RejectionHandler rejectionHandler concode_elem_sep RenderThreadFactory threadFactory concode_elem_sep int corePoolSize concode_elem_sep int renderQueueCapacity concode_elem_sep Log log concode_elem_sep ThreadPoolExecutor renderService concode_elem_se...
void function ( Document arg0 , Element arg1 , String arg2 , String arg3 ) { if ( ! isNullOrWhiteSpace ( arg3 ) ) { Element loc0 = arg0 . createElement ( arg2 ) ; loc0 . appendChild ( arg0 . createTextNode ( arg3 ) ) ; arg1 . appendChild ( loc0 ) ; } }
appends a node with a value to a registration xml concode_field_sep String mPNSHandle concode_elem_sep List<String> mTags concode_elem_sep String mETag concode_elem_sep String mURI concode_elem_sep String mUpdated concode_elem_sep String mExpirationTime concode_elem_sep String REGISTRATION_NAME_JSON_PROPERTY concode_el...
boolean function ( ) { return this . notified ; }
returns the flag that indicates whether or not a change event has been received . concode_field_sep boolean notified concode_field_sep void setNotified concode_elem_sep void rendererChanged
int function ( ) { int loc0 = 193 ; int loc1 = getTabCount ( ) ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { TabStop loc3 = getTab ( loc2 ) ; if ( loc3 != null ) loc0 = 37 * loc0 + loc3 . hashCode ( ) ; } return loc0 ; }
returns a hash code for this tabset . concode_field_sep long serialVersionUID concode_elem_sep TabStop[] tabs concode_field_sep int getTabIndex concode_elem_sep int getTabIndexAfter concode_elem_sep TabStop getTabAfter concode_elem_sep TabStop getTab concode_elem_sep boolean equals concode_elem_sep String toString conc...
float function ( ) { return tMin ; }
gets the minimum distance along the ray - usually 0 . concode_field_sep float dx concode_elem_sep float dy concode_elem_sep float tMax concode_elem_sep float dz concode_elem_sep float EPSILON concode_elem_sep float ox concode_elem_sep float oy concode_elem_sep float oz concode_elem_sep float tMin concode_field_sep void...
void function ( ) { sCInterface . clearEvents ( ) ; }
this method resets the incoming events time events included . concode_field_sep long condition concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean boolVar concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SC...
void function ( String arg0 ) { this . group = arg0 ; }
specify the trigger 's group . concode_field_sep JobDetail jobDetail concode_elem_sep int misfireInstruction concode_elem_sep Constants constants concode_elem_sep int repeatCount concode_elem_sep String description concode_elem_sep int priority concode_elem_sep JobDataMap jobDataMap concode_elem_sep String name concode...
void function ( String arg0 ) { this . description = arg0 ; }
the description of the parameter group . concode_field_sep String parameterGroupName concode_elem_sep String parameterGroupFamily concode_elem_sep String description concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Tag> tags concode_field_sep ClusterParameterGroup withDescription concode_elem_sep Strin...
String function ( String arg0 , String arg1 , FacesContext arg2 , String arg3 , String arg4 ) { EffectsArguments loc0 = new EffectsArguments ( ) ; loc0 . add ( "srini_string" , arg1 ) ; loc0 . add ( "srini_string" , arg3 ) ; loc0 . add ( "srini_string" , arg4 ) ; String loc1 = "srini_string" + arg0 + "srini_string" + l...
make an html element droppable concode_field_sep PlaceHolder placeHolder concode_field_sep String addDragable concode_elem_sep String addDragable
String function ( ) { return "srini_string" ; }
used to retrieve the plugin tool 's descriptive name . this can be a longer name containing spaces and is used in the interface to list the tool . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep i...