code
stringlengths
20
663
nl
stringlengths
68
7.19k
int [ ] function ( int arg0 ) { int loc0 = size + arg0 ; if ( loc0 >= items . length ) resize ( Math . max ( 8 , loc0 ) ) ; return items ; }
increases the size of the backing array to acommodate the specified number of additional items . useful before adding many items to avoid multiple backing array resizes . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep int[] items concode_field_sep void insert concode_elem_sep int pop conco...
void function ( final EnumDoubles < E > arg0 ) { for ( int loc0 = 0 ; loc0 < doubles . length ; loc0 ++ ) { this . doubles [ loc0 ] = arg0 . doubles [ loc0 ] ; } }
set the values of this object to that object . concode_field_sep double[] doubles concode_elem_sep Class<E> enumClass concode_field_sep void add concode_elem_sep void add concode_elem_sep void negation concode_elem_sep int hashCode concode_elem_sep double get concode_elem_sep void subtract concode_elem_sep void subtrac...
java . lang . String function ( ) { return _pushNotificationsDevice . getToken ( ) ; }
returns the token of this push notifications device . concode_field_sep PushNotificationsDevice _pushNotificationsDevice concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes conco...
void function ( ) { if ( children == NO_CHILDREN ) { children = new HashMap < String , Child > ( ) ; } }
makes sure #children is writable . concode_field_sep TreeString node concode_elem_sep Map<String,Child> children concode_elem_sep Child root concode_elem_sep Map<String,Child> NO_CHILDREN concode_field_sep Child intern concode_elem_sep TreeString intern concode_elem_sep TreeString intern concode_elem_sep Child split co...
Properties function ( ResourceBundle arg0 ) { Properties loc0 = new Properties ( ) ; for ( Enumeration < String > loc1 = arg0 . getKeys ( ) ; loc1 . hasMoreElements ( ) ; ) { String loc2 = loc1 . nextElement ( ) ; loc0 . put ( loc2 , arg0 . getString ( loc2 ) ) ; } return loc0 ; }
method to convert a resourcebundle to a properties object . concode_field_sep Log log concode_field_sep Map<String,String> convertListToMap concode_elem_sep Object populateObject
List < String > function ( ) { return warnings ; }
returns the list of warnings , or null if there were none . concode_field_sep List<String> warnings concode_elem_sep List<String> errors concode_field_sep void warning concode_elem_sep String formatDetailedMessage concode_elem_sep void error concode_elem_sep List<String> errors
void function ( ) { }
this method resets the outgoing events . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean guard concode_elem_sep int nextStateIndex concode_elem_sep boolean done concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface ...
void function ( List < NyplPatronData > arg0 ) { this . data = arg0 ; }
sets data . concode_field_sep List<DebugInfo> debugInfo concode_elem_sep Integer count concode_elem_sep List<NyplPatronData> data concode_elem_sep Integer statusCode concode_field_sep Integer getStatusCode concode_elem_sep void setStatusCode concode_elem_sep void setDebugInfo concode_elem_sep List<DebugInfo> getDebugIn...
boolean function ( ) { return isUnassignable ( state ) ; }
check if a region state is one of offline states that ca n't transition to pending_close / closing unassign/offline concode_field_sep long stamp concode_elem_sep ServerName serverName concode_elem_sep State state concode_elem_sep HRegionInfo hri concode_field_sep boolean isOpeningOrOpenedOnServer concode_elem_sep boole...
void function ( PortletTool . AccessSecurity arg0 ) { m_accessSecurity = arg0 ; }
set the access security . concode_field_sep Logger M_log concode_elem_sep String m_id concode_elem_sep String m_title concode_elem_sep String m_home concode_elem_sep String m_description concode_elem_sep PortletTool.AccessSecurity m_accessSecurity concode_elem_sep Set m_keywords concode_elem_sep Properties m_mutableCon...
void function ( ) { sCInterface . clearOutEvents ( ) ; }
this method resets the outgoing events . 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 SCInterface getSCInterface concode_elem_sep void react_second_region__entry_Default co...
String function ( ) { return workflowDescription ; }
returns the workflow description . concode_field_sep long updatedTime concode_elem_sep String workflowReference concode_elem_sep int tenantId concode_elem_sep long createdTime concode_elem_sep String workflowType concode_elem_sep String callbackUrl concode_elem_sep String externalWorkflowReference concode_elem_sep Stri...
UserNotificationPreferencesRegistrationService function ( ) { return userNotificationPreferencesRegistrationService ; }
gets the usernotificationpreferencesregistrationservice concode_field_sep UserNotificationPreferencesRegistrationService userNotificationPreferencesRegistrationService concode_elem_sep String defaultValue concode_elem_sep Map<String,String> rawOptions concode_elem_sep Logger logger concode_elem_sep String type concode_...
double function ( Random arg0 , double arg1 , double arg2 ) { if ( arg1 >= arg2 ) { throw new IllegalArgumentException ( "srini_string" ) ; } return ( arg0 . nextDouble ( ) * ( arg2 - arg1 ) ) + arg1 ; }
generates a new random number based on the number generator and values provided as parameters . concode_field_sep Random numGen concode_elem_sep double mag concode_elem_sep double min concode_field_sep void setSeed
Object function ( ) { if ( p < 0 ) throw new NoSuchElementException ( ) ; else if ( p < list . length ) return convert ( list [ p ++ ] ) ; else if ( getMore ( ) ) return convert ( list [ p ++ ] ) ; else throw new NoSuchElementException ( ) ; }
returns the next element . concode_field_sep int p concode_elem_sep BindingIterator iterator concode_elem_sep int batch concode_elem_sep Binding[] list concode_field_sep Object next concode_elem_sep boolean hasMoreElements concode_elem_sep boolean hasMore concode_elem_sep boolean getMore concode_elem_sep Object convert...
String function ( String arg0 ) { return ( String ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestParameterMap ( ) . get ( arg0 ) ; }
get parameter value from request scope . concode_field_sep PlaceHolder placeHolder concode_field_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void addInfoMessage concode_elem_sep Object getManagedBea...
void function ( Timeout arg0 ) { this . timeout = null ; }
marks this element as timed-out . concode_field_sep Timeout timeout concode_elem_sep E object concode_field_sep void cancel concode_elem_sep void schedule concode_elem_sep E getObject concode_elem_sep boolean scheduled
SingleFieldBuilder < MType , BType , IType > function ( MType arg0 ) { if ( builder == null && message == message . getDefaultInstanceForType ( ) ) { message = arg0 ; } else { getBuilder ( ) . mergeFrom ( arg0 ) ; } onChanged ( ) ; return this ; }
merges the field from another field . concode_field_sep GeneratedMessage.BuilderParent parent concode_elem_sep boolean isClean concode_elem_sep BType builder concode_elem_sep MType message concode_field_sep BType getBuilder concode_elem_sep void onChanged concode_elem_sep void markDirty concode_elem_sep MType build con...
void function ( AggregateAPIEntity arg0 ) { arg0 . setNumTotalDescendants ( arg0 . getNumTotalDescendants ( ) + 1 ) ; }
count possible not only count for number of descendants but also count for not-null fields concode_field_sep boolean counting concode_elem_sep AggregateAPIEntityFactory factory concode_elem_sep List<String> groupbys concode_elem_sep String UNASSIGNED_GROUPBY_ROOT_FIELD_NAME concode_elem_sep Logger LOG concode_elem_sep ...
R function ( FieldSearch arg0 , A arg1 ) { R loc0 = null ; arg0 . f0 . accept ( this , arg1 ) ; arg0 . f1 . accept ( this , arg1 ) ; arg0 . f2 . accept ( this , arg1 ) ; return loc0 ; }
f0 - > f1 - > checkord1search f2 - > '' '' concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
TechnicalProtectionBaseType function ( ) { return technicalProtection ; }
gets the value of the technicalprotection property . concode_field_sep OperationalProtectionType operationalProtection concode_elem_sep List<ExtensionType> extension concode_elem_sep IdentificationType identification concode_elem_sep TechnicalProtectionBaseType technicalProtection concode_elem_sep AuthnMethodBaseType a...
void function ( int arg0 , int arg1 ) { MaterialUpdates . push ( new Point ( arg0 , arg1 ) ) ; }
add location to update list concode_field_sep float Scale concode_elem_sep float CamX concode_elem_sep long lastFPS concode_elem_sep float CamY concode_elem_sep float CamXMax concode_elem_sep float CamYMax concode_elem_sep Stack<Integer> keycodes concode_elem_sep int dif concode_elem_sep int CamHeight concode_elem_sep ...
String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName ...
Text [ ] function ( ) { return fragments ( ) ; }
the highlighted fragments . null if failed to highlight for example , the field is not stored . concode_field_sep String name concode_elem_sep Text[] fragments concode_field_sep void writeTo concode_elem_sep String getName concode_elem_sep void readFrom concode_elem_sep String name concode_elem_sep Text[] fragments con...
int function ( ) { return major << 8 | minor ; }
get the hashcode , higher 8 bits being the major version and lower 8 bits the minor version . concode_field_sep int major concode_elem_sep int minor concode_elem_sep long serialVersionUID concode_field_sep boolean until_inclusive concode_elem_sep boolean same concode_elem_sep Version read_version concode_elem_sep boole...
BrokerService function ( ) { return broker ; }
return the broker service created . concode_field_sep Thread shutdownThread concode_elem_sep BrokerService broker concode_elem_sep boolean[] shutdown concode_field_sep void stop concode_elem_sep void start concode_elem_sep void setBroker concode_elem_sep void waitForShutdown
List < HAWQPoint > function ( ) { return points ; }
get vertexes of this path concode_field_sep boolean open concode_elem_sep List<HAWQPoint> points concode_field_sep void init concode_elem_sep boolean isOpen concode_elem_sep boolean equals concode_elem_sep String toString
MapperSettingsManager function ( MapperManager arg0 ) { if ( instance == null ) { instance = new MapperSettingsManager ( arg0 ) ; } return instance ; }
doc ycbai comment method `` getinstance '' . concode_field_sep MapperManager manager concode_elem_sep MapperSettingModel defaultModel concode_elem_sep MapperSettingsManager instance concode_elem_sep MapperSettingModel originalModel concode_elem_sep String REPLICATED_JOIN concode_elem_sep String DIE_ON_ERROR concode_ele...
boolean function ( ) { return first == null ; }
returns true if this queue is empty . concode_field_sep Node<Item> next concode_elem_sep Item item concode_elem_sep Node<Item> current concode_elem_sep Node<Item> last concode_elem_sep Node<Item> first concode_elem_sep int N concode_field_sep Item next concode_elem_sep void enqueue concode_elem_sep Iterator<Item> itera...
void function ( Project arg0 ) { arg0 . getExtensions ( ) . getExtraProperties ( ) . set ( "srini_string" , RepackageTask . class ) ; }
register bootrepackage so that we can use task foo type : bootrepackage . concode_field_sep RepackageTask task concode_elem_sep String REPACKAGE_TASK_NAME concode_elem_sep Project project concode_field_sep void ensureTaskRunsOnAssembly concode_elem_sep void addLibraryDependencies concode_elem_sep void apply concode_ele...
String function ( ) { return params . toString ( ) ; }
outputs the json string . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep...
void function ( String arg0 ) { this . remotePath = arg0 ; }
where to put files on atmos concode_field_sep String fullTokenId concode_elem_sep String secretKey concode_elem_sep String remotePath concode_elem_sep String query concode_elem_sep String name concode_elem_sep String localPath concode_elem_sep String newRemotePath concode_elem_sep boolean enableSslValidation concode_el...
MapEntryLite < K , V > function ( WireFormat . FieldType arg0 , K arg1 , WireFormat . FieldType arg2 , V arg3 ) { return new MapEntryLite < K , V > ( arg0 , arg1 , arg2 , arg3 ) ; }
creates a default mapentrylite message instance . this method is used by generated code to create the default instance for a map entry message . the created default instance should be used to create new map entry messages of the same type . for each map entry message , only one default instance should be created . conc...
JSArrayBuilder function ( ) { beginElement ( ) ; data . append ( '[' ) ; isFirstElement = true ; return this ; }
begin a new array . concode_field_sep StringBuilder data concode_elem_sep boolean isFirstElement concode_field_sep void beginElement concode_elem_sep JSArrayBuilder appendIterator concode_elem_sep int length concode_elem_sep String toString concode_elem_sep CharSequence subSequence concode_elem_sep JSArrayBuilder endAr...
boolean function ( ) { if ( mIterator . hasNext ( ) ) { mElement = mIterator . next ( ) ; return true ; } else { mElement = null ; return false ; } }
moves the helper to the next entry in the map , if any . returns true iff there is an entry to read . concode_field_sep Iterator mIterator concode_elem_sep Object mElement concode_field_sep placeholderType placeHolder
Image function ( ) { if ( nonVisible ) { return getImageFromPath ( COMPONENT_DATABASE . getIconName ( name ) ) ; } else { return getCachedMockComponent ( name , editor ) . getIconImage ( ) ; } }
returns an image for display on the component palette . concode_field_sep SimpleEditor editor concode_elem_sep SimpleComponentDatabase COMPONENT_DATABASE concode_elem_sep boolean showOnPalette concode_elem_sep MockComponent cachedMockComponent concode_elem_sep boolean nonVisible concode_elem_sep String categoryDocUrlSt...
void function ( BigDecimal arg0 ) { this . totalAmountCharged = arg0 ; }
sets the value of the totalamountcharged property . concode_field_sep BigDecimal totalAmountCharged concode_elem_sep String orderNumber concode_elem_sep String purchasePath concode_elem_sep BigDecimal shipping concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal subTotal concode_elem_sep BigDecimal salesT...
void function ( java . io . ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; int loc0 = arg0 . readInt ( ) ; this . longs = new AtomicLongArray ( loc0 ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { set ( loc1 , arg0 . readDouble ( ) ) ; } }
reconstitutes the instance from a stream that is , deserializes it . concode_field_sep AtomicLongArray longs concode_elem_sep long serialVersionUID concode_field_sep void set concode_elem_sep boolean compareAndSet concode_elem_sep boolean weakCompareAndSet concode_elem_sep void writeObject concode_elem_sep double get c...
void function ( ) { }
flush any pending data out of a transport buffer . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isOpen concode_elem_sep int read concode_elem_sep void close concode_elem_sep void write concode_elem_sep void write concode_elem_sep void open concode_elem_sep int readAll concode_elem_sep boolean pee...
Vector function ( ) { return mean ; }
get the mean concode_field_sep Vector mean concode_elem_sep Matrix projection concode_field_sep void filter concode_elem_sep Matrix getProjection concode_elem_sep void reverse
boolean function ( ) { for ( Entry loc0 : mEntries ) { if ( loc0 . expanded != null ) { return true ; } } return false ; }
return whether there are any visible items i.e. items without an error . concode_field_sep StatusBarNotification notification concode_elem_sep View expanded concode_elem_sep StatusBarIconView icon concode_elem_sep ImageView largeIcon concode_elem_sep boolean interruption concode_elem_sep ExpandableNotificationRow row c...
boolean function ( Contact arg0 ) { if ( ! exits ( arg0 ) ) { contacts . add ( arg0 ) ; return true ; } return false ; }
add contact to address book concode_field_sep List<Contact> contacts concode_field_sep boolean exits concode_elem_sep ContactsIterator getIterator concode_elem_sep boolean removeContact concode_elem_sep boolean equals concode_elem_sep boolean updateContact concode_elem_sep Contact getContact concode_elem_sep List<Conta...
char [ ] function ( int arg0 ) { char [ ] loc0 = new char [ arg0 ] ; if ( ( bufpos + 1 ) >= arg0 ) System . arraycopy ( buffer , bufpos - arg0 + 1 , loc0 , 0 , arg0 ) ; else { System . arraycopy ( buffer , bufsize - ( arg0 - bufpos - 1 ) , loc0 , 0 , arg0 - bufpos - 1 ) ; System . arraycopy ( buffer , 0 , loc0 , arg0 -...
get the suffix . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_...
java . util . List < de . uhh . l2g . plugins . migration . model . LegacyMetadata > function ( int arg0 , int arg1 ) { return getService ( ) . getLegacyMetadatas ( arg0 , arg1 ) ; }
returns a range of all the legacy metadatas . 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.queryutil...
Response < T > function ( VolleyError arg0 ) { return new Response < T > ( arg0 ) ; }
returns a failed response containing the given error code and an optional localized message displayed to the user . concode_field_sep T result concode_elem_sep Cache.Entry cacheEntry concode_elem_sep boolean intermediate concode_elem_sep VolleyError error concode_field_sep void onResponse concode_elem_sep Response<T> s...
void function ( int arg0 , int [ ] arg1 ) { { arg0 *= slotsize ; int loc0 = arg0 >> lowbits ; int loc1 = ( arg0 & lowmask ) ; if ( loc0 > chunks . size ( ) - 1 ) chunks . addElement ( new int [ chunkalloc ] ) ; int [ ] loc2 = chunks . elementAt ( loc0 ) ; System . arraycopy ( loc2 , loc1 , arg1 , 0 , slotsize ) ; } }
retrieve the contents of a record into a user-supplied buffer array . used to reduce addressing overhead when code will access several columns of the record . concode_field_sep int lastUsed concode_elem_sep int BLOCKSIZE concode_elem_sep int chunkalloc concode_elem_sep int slotsize concode_elem_sep int lowbits concode_...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 , arg2 ) ; }
info log message . 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 setL...
Object function ( ) { try { FillImpl3D loc0 = ( FillImpl3D ) super . loc0 ( ) ; if ( graphicFill != null ) { loc0 . graphicFill = ( Graphic ) ( ( Cloneable ) graphicFill ) . loc0 ( ) ; } return loc0 ; } catch ( CloneNotSupportedException loc0 ) { throw new RuntimeException ( "srini_string" ) ; } }
returns a clone of the fillimpl . concode_field_sep Logger LOGGER concode_elem_sep Expression backgroundColor concode_elem_sep Graphic graphicFill concode_elem_sep Expression textureURL concode_elem_sep Expression emissiveColor concode_elem_sep Expression color concode_elem_sep Expression diffuseColor concode_elem_sep ...
void function ( Double arg0 ) { this . opacity = arg0 ; }
sets the value of the opacity property . concode_field_sep Double quantity concode_elem_sep String color concode_elem_sep String label concode_elem_sep Double opacity concode_field_sep Double getOpacity concode_elem_sep void setColor concode_elem_sep Double getQuantity concode_elem_sep String getLabel concode_elem_sep ...
void function ( ) { tap . label ( null ) ; }
test method for null label parameter into label method org.springframework.xd.test.fixtures.tap #label java.lang.string . concode_field_sep Tap tap concode_elem_sep String STREAM_NAME concode_field_sep void testEmptyLabel concode_elem_sep void testNullStream concode_elem_sep void testToDSL concode_elem_sep void initial...
Circular function ( ) { return other ; }
returns the other . concode_field_sep Circular other concode_elem_sep String id concode_elem_sep Object anyEntity concode_elem_sep Class clazz concode_field_sep void setOther concode_elem_sep Class getClazz concode_elem_sep void setClazz concode_elem_sep Object getAnyEntity concode_elem_sep void setAnyEntity concode_el...
void function ( ) { listening = false ; try { if ( _server != null ) { _server . close ( ) ; } } catch ( IOException loc0 ) { } _server = null ; }
stop listening for client connections temporarily concode_field_sep ServerSocket _server concode_elem_sep boolean listening concode_elem_sep LIModuleGUI _gui concode_elem_sep int numberConnections concode_elem_sep HoneyRJ _parent concode_elem_sep TreeMap<Date,LogFile> _logFiles concode_elem_sep LIProtocol _protocol con...
void function ( ) { logger1 . info ( "srini_string" ) ; SingleThreadLocalContextProvider loc0 = new SingleThreadLocalContextProvider ( LocalVariableBehavior . TRANSIENT , true ) ; assertFalse ( loc0 . isRuntimeInitialized ( ) ) ; loc0 . getRuntime ( ) ; assertTrue ( loc0 . isRuntimeInitialized ( ) ) ; }
test of isruntimeinitialized method , of class singlethreadlocalcontextprovider . concode_field_sep OutputStream outStream concode_elem_sep Logger logger1 concode_elem_sep Logger logger0 concode_field_sep void testGetVarMap concode_elem_sep void setUpClass concode_elem_sep void testGetAttributeMap concode_elem_sep void...
String function ( String arg0 ) { List loc0 ; String loc1 ; loc0 = getRDNValList ( arg0 ) ; loc1 = ( ( loc0 != null ) && ( loc0 . size ( ) > 0 ) ) ? ( String ) loc0 . get ( 0 ) : null ; return loc1 ; }
returns a value associated with ardnname case-insensitive , or null if no such value exists . if there are more than one values associated with a given ardnname , there are no guarantees concerning which value will be returned , and it can not be assumed that this method will return the same value for every call ; in t...
void function ( final DiagnosticData arg0 ) { this . diagnosticData = arg0 ; }
see #diagnosticdata concode_field_sep XmlDom signingCertificate concode_elem_sep String contextName concode_elem_sep XmlDom bvData concode_elem_sep POEExtraction poe concode_elem_sep ValidationPolicy countersignatureValidationPolicy concode_elem_sep XmlDom ltvData concode_elem_sep XmlDom tsData concode_elem_sep Date cu...
void function ( ) { }
an especially short int ... a bit of javadoc . this method returns concode_field_sep InnerInputCorrectJavaDocParagraphCheck anon concode_elem_sep byte NUL_2 concode_elem_sep byte NUL concode_field_sep boolean emulated1 concode_elem_sep boolean emulated concode_elem_sep boolean emulated concode_elem_sep int geId concode...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
get custom deserializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep int id concode_elem_sep com.omniture.www.Tc_source_attribute_type type concode_elem_sep java.lang.String qs_var concode_field_se...
MappedFieldType function ( String arg0 ) { MappedFieldTypeReference loc0 = fullNameToFieldType . get ( arg0 ) ; if ( loc0 == null ) return null ; return loc0 . get ( ) ; }
returns the field for the given field concode_field_sep CopyOnWriteHashMap<String,MappedFieldTypeReference> indexNameToFieldType concode_elem_sep CopyOnWriteHashMap<String,MappedFieldTypeReference> fullNameToFieldType concode_field_sep FieldTypeLookup copyAndAddAll concode_elem_sep Iterator<MappedFieldType> iterator co...
void function ( Object arg0 ) { }
used by the container to change the association of an application-level connection handle with a managedconneciton instance . concode_field_sep ValidManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_fi...
void function ( UserRegistry arg0 ) { Stack < UserRegistry > loc0 = tUserRegistryStack . get ( ) ; if ( loc0 == null ) { tUserRegistryStack . remove ( ) ; loc0 = tUserRegistryStack . get ( ) ; } loc0 . push ( arg0 ) ; }
inserting the user registry to the session stack . concode_field_sep ThreadLocal<Stack<String>> tChrootStack concode_elem_sep ThreadLocal<Stack<UserRegistry>> tUserRegistryStack concode_elem_sep ThreadLocal<Stack<UserRealm>> tUserRealmStack concode_elem_sep ThreadLocal<Stack<Integer>> tTenantIdStack concode_elem_sep Th...
void function ( String arg0 ) { if ( this . namedGraphURIs == null ) { this . namedGraphURIs = new ArrayList < String > ( ) ; } this . namedGraphURIs . add ( arg0 ) ; }
adds a named graph concode_field_sep UpdateRequest request concode_elem_sep String endpoint concode_elem_sep List<String> defaultGraphURIs concode_elem_sep Context context concode_elem_sep List<String> namedGraphURIs concode_elem_sep Symbol HTTP_CONTEXT concode_elem_sep HttpAuthenticator authenticator concode_elem_sep ...
Boolean function ( ) { return complete ; }
get complete concode_field_sep Long id concode_elem_sep DateTime shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity concode_field_sep StatusEnum fromValue concode_elem_sep DateTime getShipDate concode_...
List < String > function ( ) { if ( nilReason == null ) { nilReason = new ArrayList < String > ( ) ; } return this . nilReason ; }
gets the value of the nilreason 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 nilreason property . for example , to add a new item , d...
Description function ( ) { return new Description ( ) ; }
create an instance of description concode_field_sep PlaceHolder placeHolder concode_field_sep DeployableUnit createDeployableUnit concode_elem_sep Jar createJar concode_elem_sep ServiceXml createServiceXml
void function ( final String arg0 ) { props . load ( arg0 ) ; }
load properties from a propertyreader specifed by the given class name . concode_field_sep String[] DEFAULT_PROPERTY_READERS concode_elem_sep String READER_PROPERTY_NAME concode_elem_sep String DEFAULT_PROPERTY_READER_TOKEN concode_elem_sep PropertyMap props concode_field_sep boolean removePropertyListener concode_elem...
boolean function ( @ NonNull String arg0 ) { try { new URI ( arg0 ) ; } catch ( URISyntaxException loc0 ) { return true ; } return false ; }
this method tries to construct a uri and returns true if it ca n't due to illegal characters in the url . concode_field_sep int CONNECTION_TIMEOUT concode_elem_sep int SOCKET_TIMEOUT concode_field_sep HttpGet initializeHttpGet concode_elem_sep HttpGet initializeHttpGet concode_elem_sep AndroidHttpClient getHttpClient c...
Session [ ] function ( Session arg0 ) { return arg0 . isAdmin ( ) ? getAllSessions ( ) : new Session [ ] { arg0 } ; }
retrieves a list of the sessions in this container that are visible to the specified session , given the access rights of the session user . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void ...
String function ( ) { return currentStyle ; }
gets the current style . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode_elem_sep String ROYALE concode_elem_sep HashMap style...
boolean function ( ) { return mQueue . isIdling ( ) ; }
return whether this looper 's thread is currently idle , waiting for new work to do . this is intrinsically racy , since its state can change before you get the result back . concode_field_sep String TAG concode_elem_sep Looper sMainLooper concode_elem_sep MessageQueue mQueue concode_elem_sep ThreadLocal<Looper> sThrea...
int function ( ) { return severity ; }
returns the severity of this inferenceissue . will be one of the istatus #ok , istatus #warning , or istatus #error . concode_field_sep int severity concode_elem_sep Collection<InferenceIssue> inferenceIssues concode_elem_sep String message concode_elem_sep Type type concode_elem_sep Collection<? extends TypeConstraint...
void function ( X509KeyIdentifier arg0 ) { getX509KeyIdentifiers ( ) . add ( arg0 ) ; }
add an x509keyidentifier to this element concode_field_sep ArrayList<X509KeyIdentifier> x509KeyIdentifiers concode_field_sep void setX509KeyIdentifiers concode_elem_sep ArrayList<X509KeyIdentifier> getX509KeyIdentifiers concode_elem_sep Element toDom
void function ( String arg0 ) { this . fromText = arg0 ; }
sets the value of the fromtext property . concode_field_sep String toID concode_elem_sep String referencePt concode_elem_sep String relType concode_elem_sep String projective concode_elem_sep String trigger concode_elem_sep String fromID concode_elem_sep String trajector concode_elem_sep String fromText concode_elem_se...
void function ( Command arg0 , String arg1 ) { if ( arg1 == null ) { logger . error ( "srini_string" ) ; } HttpUtil . executeUrl ( GET , createUserPasswordHostnamePrefix ( ) + SUFFIX_REMOTE_CONTROL + arg1 , this . timeOut ) ; }
sends any custom rc command concode_field_sep String SUFFIX_POWERSTATE concode_elem_sep String hostName concode_elem_sep String RC_VOLUME_DOWN concode_elem_sep String SUFFIX_REMOTE_CONTROL concode_elem_sep Logger logger concode_elem_sep String GET concode_elem_sep String RC_MUTE_UNMUTE concode_elem_sep String userName ...
int function ( ) { return severity ; }
returns the severity of this inferenceissue . will be one of the istatus #ok , istatus #warning , or istatus #error . concode_field_sep int severity concode_elem_sep Collection<InferenceIssue> inferenceIssues concode_elem_sep String message concode_elem_sep Type type concode_elem_sep Collection<? extends TypeConstraint...
boolean function ( Constituent arg0 ) { return ( start ( ) < arg0 . start ( ) && arg0 . start ( ) < end ( ) && end ( ) < arg0 . end ( ) ) || ( arg0 . start ( ) < start ( ) && start ( ) < arg0 . end ( ) && arg0 . end ( ) < end ( ) ) ; }
detects whether this constituent overlaps a constituent without nesting , that is , whether they `` cross '' . concode_field_sep PlaceHolder placeHolder concode_field_sep int start concode_elem_sep Label label concode_elem_sep Collection<Label> labels concode_elem_sep double score concode_elem_sep boolean contains conc...
Expiration function ( long arg0 ) { return new Expiration ( arg0 , false ) ; }
create a new absolute expiration . use expiration #never to indicate an expiration that neverexpires . concode_field_sep Short replication concode_elem_sep Path path concode_elem_sep long ms concode_elem_sep String pool concode_elem_sep long MAX_RELATIVE_EXPIRY_MS concode_elem_sep Expiration expiration concode_elem_sep...
void function ( int arg0 ) { mFlags = arg0 ; }
set the flags for the span . concode_field_sep int mMaximum concode_elem_sep HeightSpan mNext concode_elem_sep int mFlags concode_elem_sep int mMinimum concode_field_sep HeightSpan next concode_elem_sep void setMax concode_elem_sep void setMin concode_elem_sep int min concode_elem_sep int max concode_elem_sep int flags...
boolean function ( ) { return name != null && name . startsWith ( "srini_string" ) ; }
returns true , if the name of the datapoint starts with press _ . concode_field_sep boolean readable concode_elem_sep boolean virtual concode_elem_sep Object defaultValue concode_elem_sep Number maxValue concode_elem_sep HmChannel channel concode_elem_sep String description concode_elem_sep boolean readOnly concode_ele...
void function ( MasterUriProvider arg0 ) { this . provider = arg0 ; latch . countDown ( ) ; }
set the provider who will finally process the request . concode_field_sep CountDownLatch latch concode_elem_sep MasterUriProvider provider concode_elem_sep Object mutex concode_elem_sep List<ProviderRequest> pending concode_field_sep URI getMasterUri concode_elem_sep URI getMasterUri concode_elem_sep URI getMasterUri c...
String function ( LineNumberReader arg0 ) { return readScript ( arg0 , ScriptUtils . DEFAULT_COMMENT_PREFIX ) ; }
read a script from the provided linenumberreader , using '' -- '' as the comment prefix , and build a string containingthe lines . concode_field_sep Log logger concode_field_sep int countRowsInTableWhere concode_elem_sep int deleteFromTableWhere concode_elem_sep int deleteFromTables concode_elem_sep boolean containsSql...
void function ( List < String > arg0 , Map < String , View > arg1 ) { }
lets the sharedelementcallback adjust the mapping of shared element names to views . concode_field_sep String BUNDLE_SNAPSHOT_BITMAP concode_elem_sep String BUNDLE_SNAPSHOT_IMAGE_SCALETYPE concode_elem_sep String BUNDLE_SNAPSHOT_IMAGE_MATRIX concode_elem_sep Matrix mTempMatrix concode_elem_sep int MAX_IMAGE_SIZE concod...
Properties function ( String arg0 ) { try { StringReader loc0 = new StringReader ( arg0 ) ; Properties loc1 = new Properties ( ) ; loc1 . load ( loc0 ) ; return loc1 ; } catch ( IOException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
convert from string to properties . concode_field_sep String defaultValue concode_elem_sep String name concode_elem_sep String description concode_field_sep Map<String,String> asMap concode_elem_sep Properties extractSelectedProperties concode_elem_sep String defaultValue concode_elem_sep double getDouble concode_elem_...
Object function ( String arg0 ) { return po . get_ValueOld ( arg0 ) ; }
get old value concode_field_sep PO po concode_field_sep byte[] getPdfAttachment concode_elem_sep int compare concode_elem_sep void set_CustomColumn concode_elem_sep int getUpdatedBy concode_elem_sep boolean save concode_elem_sep boolean save concode_elem_sep boolean isActive concode_elem_sep boolean delete concode_elem...
void function ( ) { final ICollection loc0 = getParent ( ) ; if ( ( loc0 != null ) && ( ! loc0 . exists ( ) ) ) { loc0 . create ( ) ; } }
creates all ancestors of the given cmisentity inside therepository if they do n't already exist . concode_field_sep RepositoryPath path concode_elem_sep Logger logger concode_elem_sep String THERE_IS_NO_ENTITY_AT_PATH_0 concode_elem_sep FileSystemRepository repository concode_field_sep ICollection getParent concode_ele...
DiskImageDetail function ( ) { return image ; }
information about the disk image . concode_field_sep VolumeDetail volume concode_elem_sep DiskImageDetail image concode_elem_sep String description concode_field_sep VolumeDetail getVolume concode_elem_sep DiskImage withVolume concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DiskImage with...
IsoformType . Note function ( ) { return new IsoformType . Note ( ) ; }
create an instance of isoformtype.note concode_field_sep QName _Copyright_QNAME concode_field_sep ProteinType.AlternativeName createProteinTypeAlternativeName concode_elem_sep SourceDataType.Tissue createSourceDataTypeTissue concode_elem_sep IsoformType.Sequence createIsoformTypeSequence concode_elem_sep EvidencedStrin...
T function ( float arg0 ) { this . delay += arg0 ; return ( T ) this ; }
adds a delay to the tween or timeline . concode_field_sep boolean isPaused concode_elem_sep Object userData concode_elem_sep boolean isAutoStartEnabled concode_elem_sep boolean isInitialized concode_elem_sep BaseTween holder concode_elem_sep boolean isStarted concode_elem_sep boolean isFinished concode_elem_sep boolean...
long function ( ) { return this . termVectorsMemoryInBytes ; }
estimation of the term vectors memory usage by a segment . concode_field_sep XContentBuilderString STORED_FIELDS_MEMORY_IN_BYTES concode_elem_sep long indexWriterMaxMemoryInBytes concode_elem_sep XContentBuilderString FIXED_BIT_SET_MEMORY_IN_BYTES concode_elem_sep XContentBuilderString MEMORY concode_elem_sep XContentB...
String function ( ) { return checkString ( defaultValue ) ; }
gets the defaultvalue attribute of the fieldbean object concode_field_sep boolean needEncode concode_elem_sep boolean isnull concode_elem_sep String defaultValue concode_elem_sep int precision concode_elem_sep String description concode_elem_sep String caption concode_elem_sep int DATA_TYPE_BOOLEAN concode_elem_sep Str...
int function ( int [ ] arg0 ) { assert ( arg0 . length == dimensions . length ) ; int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { assert ( arg0 [ loc1 ] < dimensions [ loc1 ] ) ; loc0 = ( loc0 * dimensions [ loc1 ] ) + arg0 [ loc1 ] ; } return loc0 ; }
compute the distance into the one dimensional factortable array that corresponds to a setting of all the neighbors of the factor . concode_field_sep T[] values concode_elem_sep int[] dimensions concode_field_sep int[] getDimensions concode_elem_sep Iterator<int[]> iterator concode_elem_sep Iterator<int[]> fastPassByRef...
FastStringBuffer function ( FastStringBuffer arg0 ) { append ( arg0 . value , 0 , arg0 . count ) ; return this ; }
appends another buffer to this buffer . concode_field_sep int count concode_elem_sep FastStringBuffer fastStringBuffer concode_elem_sep int i concode_elem_sep char[] value concode_field_sep FastStringBuffer deleteCharAt concode_elem_sep char firstChar concode_elem_sep FastStringBuffer appendN concode_elem_sep FastStrin...
XMLGregorianCalendar function ( ) { return activationDate ; }
gets the value of the activationdate property . concode_field_sep String planType concode_elem_sep Boolean depositIndicator concode_elem_sep Boolean eipPlan concode_elem_sep Boolean earlyUpgrade concode_elem_sep BigInteger planContractTerm concode_elem_sep XMLGregorianCalendar subsidyDate concode_elem_sep long serialVe...
java . util . List < ElasticsearchDomainStatus > function ( ) { return domainStatusList ; }
the status of the domains requested in the describeelasticsearchdomains request . concode_field_sep java.util.List<ElasticsearchDomainStatus> domainStatusList concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeElasticsearchDomainsResult clone concode_elem_sep void setDomainStatusLis...
void function ( Object [ ] arg0 ) { Object [ ] loc0 = ( Object [ ] ) arg0 . clone ( ) ; mergeSort ( loc0 , arg0 , 0 , arg0 . length , 0 ) ; }
sorts the specified array of objects into ascending order , according to the @linkplain comparable natural ordering of its elements . all elements in the array must implement the comparable interface . furthermore , allelements in the array must be mutually comparable that is , e1.compareto e2 must not throw a classcas...
void function ( int arg0 ) { this . key = arg0 ; }
sets the value of the key property . concode_field_sep String name concode_elem_sep ManagedObjectReference _this concode_elem_sep int key concode_field_sep void setThis concode_elem_sep void setName concode_elem_sep ManagedObjectReference getThis concode_elem_sep int getKey concode_elem_sep String getName
void function ( ) { }
closes this socket concode_field_sep int r_port concode_elem_sep DatagramSocket socket concode_elem_sep InetAddress r_addr concode_field_sep void receive concode_elem_sep DatagramSocket getDatagramSocket concode_elem_sep void send
ParticipantConfig function ( ) { return _config ; }
get the participant configuration concode_field_sep Map<ResourceId,CurrentState> _currentStateMap concode_elem_sep Map<MessageId,Message> _messageMap concode_elem_sep ContainerConfig _containerConfig concode_elem_sep LiveInstance _liveInstance concode_elem_sep ParticipantConfig _config concode_field_sep String getHostN...
String function ( List < String > arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( String loc1 : arg0 ) { loc0 . append ( loc1 ) ; loc0 . append ( "srini_string" ) ; } return loc0 . toString ( ) ; }
creates a string containing each line of given list of strings as new line . concode_field_sep String unifiedDiff concode_elem_sep ExternalDeltaCalculation externalDeltaOperations concode_elem_sep IContextOperations contextOperations concode_elem_sep IPersistanceOperations persistanceOperations concode_field_sep void c...
UpdateEvaluationResult function ( String arg0 ) { setEvaluationId ( arg0 ) ; return this ; }
the id assigned to the evaluation during creation . this value should be identical to the value of the evaluation in the request . concode_field_sep String evaluationId concode_field_sep String getEvaluationId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep UpdateEvaluationResult clone co...
Number function ( ) { return this . x ; }
returns the x-value . concode_field_sep long serialVersionUID concode_elem_sep Number x concode_elem_sep Number y concode_field_sep void setY concode_elem_sep void setY concode_elem_sep Number getY concode_elem_sep double getYValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Object cl...