code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( boolean arg0 , Command arg1 ) { }
do n't override this , it will be overridden by the code generator call this to force the code to be downloaded , and optionally , for the provider to be invoked concode_field_sep PlaceHolder placeHolder concode_field_sep void onDelayLoadFailure concode_elem_sep void onDelayLoadSuccess concode_elem_sep void initialize ...
ZodiacSign function ( ) { return sign ; }
returns the sign of the zodiac . concode_field_sep ZodiacSign sign concode_field_sep placeholderType placeHolder
void function ( Map < K , V > arg0 , ObjectOutputStream arg1 ) { arg1 . writeInt ( arg0 . size ( ) ) ; for ( Map . Entry < K , V > loc0 : arg0 . entrySet ( ) ) { arg1 . writeObject ( loc0 . getKey ( ) ) ; arg1 . writeObject ( loc0 . getValue ( ) ) ; } }
stores the contents of a map in an output stream , as part of serialization . it does not support concurrent maps whose content may change while the method is running . the serialized output consists of the number of entries , first key , first value , second key , second value , and so on . concode_field_sep Field fie...
void function ( long arg0 ) { this . sequenceNumber = arg0 ; }
sets the replication sequence number . concode_field_sep long sequenceNumber concode_elem_sep String META_DATA_KEY concode_elem_sep Date timestamp concode_field_sep long getSequenceNumber concode_elem_sep void load concode_elem_sep Date getTimestamp concode_elem_sep int hashCode concode_elem_sep boolean equals concode_...
byte [ ] function ( int arg0 ) { return new byte [ ] { ( byte ) ( arg0 >>> 24 ) , ( byte ) ( arg0 >>> 16 ) , ( byte ) ( arg0 >>> 8 ) , ( byte ) arg0 } ; }
helper method to convert an integer to a byte array concode_field_sep short MAX_PAYLOAD_SIZE concode_elem_sep byte PT_ACTION concode_elem_sep byte ICON_JPEG concode_elem_sep byte majver concode_elem_sep byte[] payload concode_elem_sep byte PT_NOTIFICATION concode_elem_sep byte minver concode_elem_sep byte PT_BROADCAST ...
void function ( @ Named ( Context . PROVIDER_URL ) final String arg0 ) { properties . setProperty ( JndiDataSourceFactory . ENV_PREFIX + Context . PROVIDER_URL , arg0 ) ; }
sets the env provider url . concode_field_sep Properties properties concode_field_sep void setInitialContext concode_elem_sep DataSource get concode_elem_sep void setEnvInitialContextFactory
String function ( ) { return duplicateMsisdn ; }
gets the value of the duplicatemsisdn property . concode_field_sep String duplicateMsisdn concode_elem_sep Boolean futureActivePairing concode_elem_sep long serialVersionUID concode_elem_sep Boolean pendingPairing concode_elem_sep XMLGregorianCalendar pairingExpirationDateTime concode_elem_sep XMLGregorianCalendar pair...
void function ( ) { swigCMemOwn = false ; }
release ownership of the native instance , causing the native object not to be deleted when this object gets out of scope . concode_field_sep boolean swigCMemOwn concode_elem_sep boolean destroyed concode_elem_sep int refCount concode_elem_sep long cPointer concode_elem_sep boolean disposed concode_elem_sep String clas...
byte [ ] function ( ) { return body ; }
returns the body of this post request . this may be truncated . concode_field_sep List<String> headers concode_elem_sep List<Integer> chunkSizes concode_elem_sep int sequenceNumber concode_elem_sep int bodySize concode_elem_sep String requestLine concode_elem_sep byte[] body concode_field_sep String getRequestLine conc...
Builder function ( ) { return new Builder ( ) ; }
create new schema builder . concode_field_sep int schemaId concode_elem_sep int[] data concode_elem_sep int collisions concode_elem_sep long serialVersionUID concode_elem_sep String[] names concode_elem_sep int id0 concode_elem_sep int MAP_MIN_SIZE concode_elem_sep int schemaId concode_elem_sep int id2 concode_elem_sep...
int function ( ) { return 0 ; }
returns the index of the currently active page . the default implementation returns 0 . subclasses can override . concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep void activatePage concode_elem_sep ImageDescriptor getImageDescriptor concode_elem_sep Object[] getPages
void function ( SearchTerm arg0 ) { searchTerms . remove ( arg0 ) ; }
remove the specified search term from the model . concode_field_sep HashMap<Integer,WeakReference<PageText>> searchResultCache concode_elem_sep ArrayList<SearchTerm> searchTerms concode_field_sep void addPageSearchHit concode_elem_sep Set<Integer> getPageSearchHits concode_elem_sep ArrayList<SearchTerm> getSearchTerms ...
InstanceConfig function ( int arg0 ) { this . cooperativeThreadCount = arg0 ; return this ; }
sets the number of threads each cluster member will use to execute jet jobs . this refers only to threads executing cooperative processors ; each blocking processor is assigned its own thread . concode_field_sep int cooperativeThreadCount concode_elem_sep int DEFAULT_FLOW_CONTROL_PERIOD_MS concode_elem_sep int flowCont...
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 ...
SecretKey function ( KeyType arg0 ) { try { KeyGenerator loc0 = KeyGenerator . getInstance ( arg0 . alg ) ; loc0 . init ( arg0 . keySize ) ; return loc0 . generateKey ( ) ; } catch ( NoSuchAlgorithmException loc0 ) { throw new Error ( loc0 ) ; } }
generates a secret key for the specified symmetric algorithm concode_field_sep PlaceHolder placeHolder concode_field_sep KeyPair genKeyPair concode_elem_sep SecretKey getSecretKey concode_elem_sep SecretKey getSecretKey concode_elem_sep SecretKey deriveSecretKey concode_elem_sep IvParameterSpec deriveIvParameterSpec co...
void function ( ) { }
initializes the dao , sanity checking required properties and defaulting optional properties . concode_field_sep int idseq concode_elem_sep HashMap uidIdx concode_elem_sep HashMap activationIdIdx concode_elem_sep HashMap<String,PasswordRecovery> passwordRecoveryIdx concode_elem_sep MockDaoStorage storage concode_elem_s...
List function ( ) { List loc0 = new ArrayList ( ) ; for ( int loc1 = 0 ; loc1 < itemTable . size ( ) ; loc1 ++ ) { if ( Integer . parseInt ( ( ( Item ) itemTable . get ( loc1 ) ) . getQuantity ( ) ) > 0 ) loc0 . add ( itemTable . get ( loc1 ) ) ; } return loc0 ; }
gets the list of purchases . concode_field_sep List itemTable concode_field_sep void init concode_elem_sep void setItemTable concode_elem_sep double getTotal concode_elem_sep List getItemTable
void function ( Integer arg0 ) { this . riskLevel = arg0 ; }
sets the value of the risklevel property . concode_field_sep String partyStatus concode_elem_sep XMLGregorianCalendar nextReviewDate concode_elem_sep Integer riskLevel concode_elem_sep XMLGregorianCalendar lastReviewDate concode_elem_sep String partyDetails concode_elem_sep String partyKey concode_elem_sep BigDecimal r...
void function ( Object arg0 ) { if ( arg0 instanceof Sync ) ( ( Sync ) arg0 ) . sync ( ) ; }
sync a tdb synchronizable object model , graph , dataset . if force is true , synchronize as much as possible e.g. file metadata else make a reasonable attenpt at synchronization but does not gauarantee disk state . do nothing otherwise concode_field_sep String PATH concode_elem_sep String tdbIRI concode_elem_sep Strin...
Builder function ( final String arg0 ) { this . previewImageUrl = arg0 ; return this ; }
sets the preview image url for this invite . see guidelines for correct dimensions . concode_field_sep String applinkUrl concode_elem_sep String promoText concode_elem_sep String previewImageUrl concode_elem_sep Destination destination concode_elem_sep String name concode_elem_sep String promoCode concode_elem_sep Crea...
PropertyObject function ( ClarionObject arg0 ) { return CWin . getControl ( arg0 ) ; }
get current control based on target setting concode_field_sep PlaceHolder placeHolder concode_field_sep ClarionKey newKey concode_elem_sep ClarionReal newReal concode_elem_sep ClarionAny newAny concode_elem_sep ClarionObject getClarionObject concode_elem_sep ClarionNumber newNumber concode_elem_sep ClarionNumber newNum...
void function ( String arg0 ) { this . addressLine5 = arg0 ; }
sets the address line 5 . concode_field_sep Country country concode_elem_sep String postalCode concode_elem_sep Set<Person_PostalAddress> persons_postalAddresses concode_elem_sep Set<Equipment_PostalAddress> equipments_postalAddresses concode_elem_sep Set<OrganisationUnit_PostalAddress> organisationUnits_postalAddresse...
void function ( boolean arg0 ) { this . enabled = arg0 ; }
flag to explicitly enable or disable the @linkplain #setdatabasepopulator database populator and @linkplain #setdatabasecleaner database cleaner . concode_field_sep boolean enabled concode_elem_sep DatabasePopulator databaseCleaner concode_elem_sep DatabasePopulator databasePopulator concode_elem_sep DataSource dataSou...
boolean function ( Context arg0 ) { return false ; }
initialize an online odata store for online access concode_field_sep String TAG concode_field_sep void createAgency concode_elem_sep List<Agency> getAgencies concode_elem_sep ODataEntity createAgencyEntity concode_elem_sep void updateAgency concode_elem_sep void deleteAgency
byte [ ] function ( byte [ ] arg0 ) { byte [ ] loc0 = new byte [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { index ++ ; if ( index == size ) { h = hash ( cat ( skey , h ) ) ; index = 0 ; } loc0 [ loc1 ] = ( byte ) ( arg0 [ loc1 ] ^ h [ index ] ) ; } return loc0 ; }
encrypts a block of bytes concode_field_sep int size concode_elem_sep byte[] h concode_elem_sep byte[] skey concode_elem_sep int index concode_field_sep void init concode_elem_sep byte[] sub concode_elem_sep String asHex concode_elem_sep byte[] encrypt concode_elem_sep byte[] cat concode_elem_sep byte[] clone concode_e...
void function ( final Image arg0 ) { final Subscription loc0 = arg0 . loc0 ( ) ; System . out . println ( String . format ( "srini_string" , loc0 . channel ( ) , loc0 . streamId ( ) , arg0 . sessionId ( ) ) ) ; }
print the information for an unavailable image to stdout . concode_field_sep PlaceHolder placeHolder concode_field_sep FragmentHandler printStringMessage concode_elem_sep String aeronChannel concode_elem_sep void printAvailableImage concode_elem_sep void printError concode_elem_sep MediaDriver.Context getMediaDriverCon...
void function ( ConnectionStatus arg0 ) { status = arg0 ; notifyListeners ( ( new PropertyChangeEvent ( this , ActivityConstants . ConnectionStatusProperty , null , null ) ) ) ; }
changes the connection status of the client concode_field_sep String clientId concode_elem_sep String host concode_elem_sep String clientHandle concode_elem_sep ArrayList<PropertyChangeListener> listeners concode_elem_sep int port concode_elem_sep ConnectionStatus status concode_elem_sep Context context concode_elem_se...
boolean function ( ) { if ( state == CLOSED ) return false ; notifyAll ( ) ; if ( reader != null ) reader . interrupt ( ) ; if ( writer != null ) writer . interrupt ( ) ; state = CLOSED ; return true ; }
switches to closed state and returns ` true ' if successful . concode_field_sep int heartbeat_period concode_elem_sep SocketController controller concode_elem_sep int CONNECTED concode_elem_sep String address concode_elem_sep ConnectionAdapter adapter concode_elem_sep boolean data_available concode_elem_sep Thread read...
void function ( Collection < PDPerson > arg0 ) { if ( arg0 == null ) return ; for ( PDPerson loc0 : arg0 ) addPerson ( loc0 ) ; }
connects this instance to the given instance using role `` person '' . if the given collection of instances is null , nothing happens . concode_field_sep GUID typeId concode_elem_sep PDStore store concode_elem_sep GUID id concode_elem_sep GUID rolePersonId concode_field_sep void setName concode_elem_sep PDStore getStor...
void function ( ) { Thread loc0 = myThreadVar . get ( ) ; if ( loc0 != null ) { loc0 . interrupt ( ) ; } myThreadVar . clear ( ) ; }
a new method that interrupts the worker thread . call this method to force the worker to stop what it 's doing . concode_field_sep Logger LOG concode_elem_sep ThreadVar myThreadVar concode_elem_sep Object value concode_elem_sep ModalityState myModalityState concode_elem_sep Thread myThread concode_field_sep void onThro...
long function ( ) { return length ; }
return the number of bytes used by this images when it is cached . concode_field_sep long length concode_elem_sep boolean isScaled concode_elem_sep boolean isCached concode_elem_sep boolean isCachingEnabled concode_elem_sep File tempFile concode_elem_sep boolean scaleImages concode_elem_sep Logger logger concode_elem_s...
void function ( ) { Year loc0 = new Year ( - 9999 ) ; Year loc1 = ( Year ) loc0 . loc1 ( ) ; assertNull ( loc1 ) ; }
set up a year equal to 1900 . request the previous year , it should be null . concode_field_sep PlaceHolder placeHolder concode_field_sep void test9999Previous concode_elem_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecond concode_elem_sep void testGetSerialIn...
boolean function ( String arg0 ) { int loc0 = arg0 . lastIndexOf ( "srini_string" ) ; if ( loc0 > 0 ) { String loc1 = arg0 . substring ( loc0 + 1 ) . toUpperCase ( ) ; if ( fileTypes . get ( loc1 ) != null ) return true ; } return false ; }
determines if a file matches this extension type concode_field_sep FileTypes BINARY concode_elem_sep FileTypes ASCII concode_elem_sep Hashtable fileTypes concode_field_sep String[] extensions concode_elem_sep void unregisterExtension concode_elem_sep void registerExtension
List < Type > function ( int arg0 , int arg1 , OrderByComparator < Type > arg2 ) { return getPersistence ( ) . findAll ( arg0 , arg1 , arg2 ) ; }
returns an ordered range of all the types . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to queryutil #all_pos will return the full resul...
com . liferay . portal . kernel . model . PortletItem function ( com . liferay . portal . kernel . model . PortletItem arg0 ) { return getService ( ) . updatePortletItem ( arg0 ) ; }
updates the portlet item in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep PortletItemLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.model.PortletItem addPortletItem concod...
String function ( String arg0 ) { LOG . info ( "srini_string" , arg0 ) ; GremlinQueryResult loc0 = evaluate ( arg0 ) ; return loc0 . toJson ( ) ; }
search using query dsl . concode_field_sep TitanGraph titanGraph concode_elem_sep String SCORE concode_elem_sep Logger LOG concode_elem_sep DefaultGraphPersistenceStrategy graphPersistenceStrategy concode_field_sep String searchByFullText concode_elem_sep List<Map<String,String>> extractResult concode_elem_sep GremlinQ...
String function ( ) { String loc0 = "srini_string" ; log . info ( "srini_string" , loc0 ) ; return loc0 ; }
api for test if it works or not ? concode_field_sep Logger log concode_elem_sep RedissonService redissonService concode_elem_sep RedisRepository repository concode_field_sep String gift concode_elem_sep String gift
String function ( ) { return actuate ; }
gets the value of the actuate property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep MLLinearCSType mlLinearCS concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_se...
void function ( ) { fResourceToItem . clear ( ) ; }
clears the map . concode_field_sep int NUMBER_LIST_REUSE concode_elem_sep Stack fReuseLists concode_elem_sep HashMap fResourceToItem concode_elem_sep IContentViewerAccessor fContentViewerAccess concode_field_sep void doUpdateItem concode_elem_sep void resourceChanged concode_elem_sep void releaseList concode_elem_sep b...
DefaultFilterawareDispatcher function ( ) { if ( null != INSTANCE ) return INSTANCE ; INSTANCE = new DefaultFilterawareDispatcher ( ) ; return INSTANCE ; }
get one instance of this class concode_field_sep DefaultFilterawareDispatcher INSTANCE concode_elem_sep List<DispatcherFilter> dispatcherFilters concode_field_sep void addFilter concode_elem_sep Request send
boolean function ( String arg0 ) { final int loc0 = arg0 . loc0 ( ) ; for ( int loc1 = 0 ; loc1 < loc0 - 1 ; loc1 ++ ) { if ( arg0 . charAt ( loc1 ) == '{' && arg0 . charAt ( loc1 + 1 ) != '{' ) { return false ; } } return true ; }
checks if the string is a literal i.e. not an avt or not . concode_field_sep char filesep concode_field_sep String pathName concode_elem_sep String getPrefix concode_elem_sep boolean isValidQNames concode_elem_sep String replace concode_elem_sep String replace concode_elem_sep String noExtName concode_elem_sep Type get...
ValueRepresentation function ( int arg0 ) { notAllowed ( ) ; return null ; }
get the value of a local variable , identified by its slot number concode_field_sep CollationMap collationMap concode_elem_sep Configuration config concode_field_sep ParameterSet getLocalParameters concode_elem_sep Item getContextItem concode_elem_sep SequenceReceiver getReceiver concode_elem_sep void setCurrentIterato...
String function ( ) { return password ; }
returns the password of the irc registration account . concode_field_sep String server concode_elem_sep String saslRole concode_elem_sep boolean resolveDnsThroughProxy concode_elem_sep boolean rememberPassword concode_elem_sep boolean isRequiredPassword concode_elem_sep String saslUser concode_elem_sep boolean contactP...
void function ( String arg0 ) { if ( arg0 == null ) { throw new AssertionFailedError ( ) ; } throw new AssertionFailedError ( arg0 ) ; }
fails a test with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue concode_elem_sep void assertTrue concode_elem_sep void assertNotNull concode_elem_sep void assertNotNull concode_elem_sep void failNotSame c...
void function ( ByteBuffer arg0 ) { channel . writeAndFlush ( new OneWayMessage ( new NioManagedBuffer ( arg0 ) ) ) ; }
sends an opaque message to the rpchandler on the server-side . no reply is expected for the message , and no delivery guarantees are made . concode_field_sep TransportResponseHandler handler concode_elem_sep Logger logger concode_elem_sep String clientId concode_elem_sep boolean timedOut concode_elem_sep Channel channe...
String function ( ) { return this . objectKey ; }
the key of the object in the amazon s3 bucket , which uniquely identifies the object in the bucket . concode_field_sep String bucketName concode_elem_sep String objectKey concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep S3ArtifactLocation clone concode_elem_sep void setObjectKey concode_e...
int function ( final Vertex arg0 , final int arg1 ) { return 0 ; }
the maximum orthogonality of all pseudo states is 0 concode_field_sep SexecExtensions sexec concode_elem_sep StatechartExtensions sc concode_elem_sep SexecElementMapping mapping concode_elem_sep SgraphExtensions sgraph concode_field_sep int defineStateVectors concode_elem_sep int defineStateVectors concode_elem_sep int...
ClassLoader function ( IProject arg0 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , WorkspaceClassLoaderFactory . class . getClassLoader ( ) ) ; }
creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ...
String function ( int arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { loc0 . append ( 'a' ) ; } return loc0 . toString ( ) ; }
returns a string of all ` a ' of length len . concode_field_sep int ALPHABET_SIZE concode_elem_sep Random r concode_field_sep boolean isAllzs concode_elem_sep boolean isLowerCase concode_elem_sep String randomString concode_elem_sep void incrementCharArray concode_elem_sep void setSeed concode_elem_sep String nextStrin...
String function ( ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestMap ( ) . put ( "srini_string" , Boolean . TRUE ) ; name = "srini_string" ; password = "srini_string" ; comments = "srini_string" ; return "srini_string" ; }
restore the demo to its original state . concode_field_sep String password concode_elem_sep String comments concode_elem_sep float numberValue concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getName concode_elem_se...
List < String > function ( ) { synchronized ( regIds ) { return new ArrayList < String > ( regIds ) ; } }
gets all registered devices . concode_field_sep Logger logger concode_elem_sep List<String> regIds concode_field_sep void unregister concode_elem_sep void updateRegistration concode_elem_sep void register
int function ( ) { return activeConnections ; }
returns the number of currently active connections using this connection . concode_field_sep String identifier concode_elem_sep String protocol concode_elem_sep int activeConnections concode_elem_sep String name concode_elem_sep String parentIdentifier concode_elem_sep Map<String,String> attributes concode_elem_sep Map...
boolean function ( String arg0 ) { try { return Boolean . getBoolean ( arg0 ) ; } catch ( SecurityException loc0 ) { return false ; } }
an extension over boolean.getboolean method . returns true if and only if the system property named by the argument exists and is equal to the string `` true '' . if there is no property with the specified name , or if the specified name is empty or null , or if the access to the property is restricted , then false is ...
Board function ( ) { Board loc0 = BoardFactory . create ( this . getClass ( ) ) ; for ( Move loc1 : moves ) { loc0 . loc1 ( new Move ( loc1 ) ) ; } return loc0 ; }
copy this board . concode_field_sep int boardWidth concode_elem_sep int boardHeight concode_elem_sep MoveList moves concode_elem_sep long serialVersionUID concode_elem_sep Piece[][] board concode_field_sep Boolean checkmate concode_elem_sep Boolean checkmate concode_elem_sep Piece getPiece concode_elem_sep void move co...
void function ( ) { mc . callMe ( ) ; }
call me concode_field_sep Logger log concode_elem_sep AnnoManagedConnectionFactory1 mcf concode_elem_sep AnnoManagedConnection1 mc concode_field_sep AnnoManagedConnectionFactory1 getMCF concode_elem_sep void close
int [ ] function ( ) { return V ; }
access the internal one-dimensional array . concode_field_sep int[] V concode_elem_sep int sizeOfVector concode_field_sep IntVector subvector concode_elem_sep IntVector subvector concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_ele...
String function ( ) { return uuid ; }
get uuid concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep byte[] binary concode_elem_sep Int...
CharSequence function ( ) { return mText ; }
return the actual text associated with this completion . this is the real text that will be inserted into the editor if the user selects it . concode_field_sep Parcelable.Creator<CompletionInfo> CREATOR concode_elem_sep int mPosition concode_elem_sep long mId concode_elem_sep CharSequence mLabel concode_elem_sep CharSe...
SslContextBuilder function ( PrivateKey arg0 , String arg1 , X509Certificate ... arg2 ) { return new SslContextBuilder ( true ) . keyManager ( arg0 , arg1 , arg2 ) ; }
creates a builder for new server-side sslcontext . concode_field_sep X509Certificate[] trustCertChain concode_elem_sep long sessionCacheSize concode_elem_sep KeyManagerFactory keyManagerFactory concode_elem_sep X509Certificate[] keyCertChain concode_elem_sep SslProvider provider concode_elem_sep String keyPassword conc...
void function ( DRConsumerDrIdTracker arg0 ) { final long loc0 = Math . max ( arg0 . getSafePointDrId ( ) , getSafePointDrId ( ) ) ; m_map . addAll ( arg0 . m_map ) ; truncate ( loc0 ) ; m_lastSpUniqueId = Math . max ( m_lastSpUniqueId , arg0 . m_lastSpUniqueId ) ; m_lastMpUniqueId = Math . max ( m_lastMpUniqueId , arg...
merge the given tracker with the current tracker . ranges can overlap . after the merge , the current tracker will be truncated to the larger safe point . concode_field_sep long serialVersionUID concode_elem_sep RangeSet<Long> m_map concode_elem_sep long m_lastMpUniqueId concode_elem_sep long m_lastSpUniqueId concode_f...
int function ( ) { return inputPages . length ; }
return the number of pages in this input set concode_field_sep String formName concode_elem_sep DCInput[][] inputPages concode_field_sep boolean isDefinedPubBefore concode_elem_sep String getFormName concode_elem_sep boolean isFieldPresent concode_elem_sep boolean isFieldPresent concode_elem_sep boolean doField concode...
String function ( ) { return this . id ; }
the document id of the suggested document . concode_field_sep Long score concode_elem_sep String suggestion concode_elem_sep String id concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep SuggestionMatch clone concode_elem_sep SuggestionMatch withSuggestion concode_elem_sep void setId concode...
String function ( ) { return getQueryText ( FULL ) ; }
get search string for the `` full '' field . concode_field_sep String REFS concode_elem_sep String SCOPES concode_elem_sep String TYPE concode_elem_sep String PATH concode_elem_sep String U concode_elem_sep String PROJECT concode_elem_sep String FULL concode_elem_sep String DEFS concode_elem_sep String TAGS concode_ele...
int function ( ) { return map . size ( ) ; }
returns the number of key-value mappings in this map . if the map contains more than integer.max _ value elements , returns integer.max _ value . concode_field_sep Map<K,Long> asMap concode_elem_sep ConcurrentHashMap<K,AtomicLong> map concode_field_sep long getAndIncrement concode_elem_sep long incrementAndGet concode_...
Record function ( String arg0 ) { Config loc0 = DbKit . getConfig ( arg0 ) ; if ( loc0 == null ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; processColumnsMap ( loc0 ) ; return this ; }
set the containerfactory by configname . only the containerfactory of the config used by record for getcolumnsmap concode_field_sep Map<String,Object> columns concode_elem_sep long serialVersionUID concode_field_sep Record setColumns concode_elem_sep Record setColumns concode_elem_sep Record setColumns concode_elem_sep...
DescribeClassicLinkInstancesResult function ( String arg0 ) { this . nextToken = arg0 ; return this ; }
the token to use to retrieve the next page of results . this value is null when there are no more results to return . returns a reference to this object so that method calls can be chained together . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<ClassicLinkInstance> instances concode_elem_sep Strin...
void function ( int arg0 ) { inBuf += arg0 ; if ( ( bufpos -= arg0 ) < 0 ) bufpos += bufsize ; }
backup a number of characters . 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[...
void function ( ) { }
process #onconnectionclosed . concode_field_sep Filter<?,?,UP_IN,UP_OUT> upstreamFilter concode_elem_sep Filter<DOWN_OUT,DOWN_IN,?,?> downstreamFilter concode_field_sep void processSslHandshakeCompleted concode_elem_sep void onError concode_elem_sep void handleConnect concode_elem_sep void onRead concode_elem_sep void ...
void function ( TextPresentation arg0 , int arg1 , int arg2 , TextAttribute arg3 ) { if ( arg3 != null ) arg0 . addStyleRange ( new StyleRange ( arg1 , arg2 , arg3 . getForeground ( ) , arg3 . getBackground ( ) , arg3 . getStyle ( ) ) ) ; }
adds style information to the given text presentation . concode_field_sep IDocument fDocument concode_elem_sep TextAttribute fDefaultTextAttribute concode_field_sep void createPresentation concode_elem_sep void setDocument concode_elem_sep IRegion getDamageRegion concode_elem_sep int endOfLineOf
String function ( ) { return subscriberType ; }
gets the value of the subscribertype property . concode_field_sep String subscriberType concode_elem_sep long serialVersionUID concode_elem_sep String languageCode concode_elem_sep String type concode_elem_sep Boolean danger concode_elem_sep String pin concode_elem_sep XMLGregorianCalendar lastRefillDate concode_elem_s...
int function ( int arg0 ) { return ( arg0 >> 31 ) ^ ( arg0 << 1 ) ; }
same as #zigzagencode long but on integers . concode_field_sep long MAGIC[] concode_elem_sep short SHIFT[] concode_field_sep long deinterleave concode_elem_sep long pop_intersect concode_elem_sep long interleave concode_elem_sep long flipFlop concode_elem_sep long pop_xor concode_elem_sep int nextHighestPowerOfTwo conc...
String function ( ) { return mUrl ; }
returns the public url for the address if known , or null if it is unknown . concode_field_sep boolean mHasLatitude concode_elem_sep Locale mLocale concode_elem_sep double mLongitude concode_elem_sep String mFeatureName concode_elem_sep Parcelable.Creator<Address> CREATOR concode_elem_sep int mMaxAddressLineIndex conco...
void function ( boolean arg0 ) { this . useAsDefault = arg0 ; }
sets the value of the useasdefault property . concode_field_sep short timeStamp concode_elem_sep boolean useAsDefault concode_elem_sep String code concode_elem_sep String name concode_elem_sep String shortName concode_elem_sep UserExtensionConfig config concode_field_sep void setName concode_elem_sep String getName con...
void function ( ) { new WaitWhile ( new JobIsRunning ( ) ) ; new ShellMenu ( IDELabel . Menu . PROJECT , "srini_string" ) . select ( ) ; new DefaultShell ( "srini_string" ) ; new RadioButton ( "srini_string" ) . click ( ) ; new PushButton ( IDELabel . Button . OK ) . click ( ) ; new WaitWhile ( new JobIsRunning ( ) , T...
cleans all projects concode_field_sep ServerRequirement serverReq concode_elem_sep String LINE_SEPARATOR concode_elem_sep String wsProjectName concode_elem_sep Logger LOGGER concode_field_sep String getWsProjectName concode_elem_sep void importProject concode_elem_sep void deleteAllProjectsFromServer concode_elem_sep b...
int function ( Class < ? extends AppWidgetProvider > arg0 , int arg1 ) { return createWidgets ( arg0 , arg1 , 1 ) [ 0 ] ; }
creates a widget by inflating its layout . concode_field_sep Map<Integer,WidgetInfo> widgetInfos concode_elem_sep View view concode_elem_sep boolean alwaysRecreateViewsDuringUpdate concode_elem_sep AppSingletonizer<AppWidgetManager> instances concode_elem_sep int nextWidgetId concode_elem_sep Context context concode_el...
Consumer < T > function ( ) { return guard ( this ) ; }
convert this consumer into a standard consumer . when an ioexception is thrown then an uncheckedioexception will be thrown instead . concode_field_sep PlaceHolder placeHolder concode_field_sep void forEach concode_elem_sep IOConsumer<T> andThen concode_elem_sep IOConsumer<T> andThen concode_elem_sep void accept
void function ( String arg0 , String arg1 , String arg2 ) { createFactoryAndManager ( ) ; entitymanager . getTransaction ( ) . begin ( ) ; User loc0 = new User ( ) ; loc0 . setUsername ( arg0 ) ; loc0 . setPassword ( arg1 ) ; loc0 . setIs_admin ( arg2 ) ; entitymanager . persist ( loc0 ) ; entitymanager . getTransactio...
client uc : register concode_field_sep EntityManagerFactory emfactory concode_elem_sep EntityManager entitymanager concode_field_sep void updateAnimal concode_elem_sep void closeFactoryAndManager concode_elem_sep void deleteAnimal concode_elem_sep void createFactoryAndManager concode_elem_sep boolean rentAnimal concode...
XPathExpression function ( @ Nullable final XPathVariableResolver arg0 , @ Nonnull @ Nonempty final String arg1 ) { return createNewXPathExpresion ( createNewXPath ( arg0 ) , arg1 ) ; }
create a new xpath expression for evaluation using the default xpathfactory . concode_field_sep XPathFactory s_aXPathFactory concode_elem_sep XPathHelper s_aInstance concode_field_sep XPath createNewXPath concode_elem_sep XPath createNewXPath concode_elem_sep XPath createNewXPath concode_elem_sep XPath createNewXPath c...
void function ( ) { submit . setStatus ( false ) ; Iterator loc0 = componentList . iterator ( ) ; FormElement loc1 ; while ( loc0 . hasNext ( ) ) { loc1 = ( FormElement ) loc0 . next ( ) ; loc1 . reset ( ) ; } }
resets the formelement 's to their original state . concode_field_sep LinkedFormElement zip concode_elem_sep FormElement firstName concode_elem_sep FormElement lastName concode_elem_sep SubmitButton submit concode_elem_sep LinkedFormElement city concode_elem_sep ArrayList componentList concode_elem_sep LinkedFormElemen...
File function ( FileObject arg0 ) { return arg0 . copyToDirectory ( directory ) ; }
move a copy of a fileobject to the quarantine directory , leaving the fileobject pointing to the object 's original location . concode_field_sep File directory concode_elem_sep int dir concode_elem_sep int down concode_elem_sep int up concode_field_sep void deleteFile concode_elem_sep int getSize concode_elem_sep int c...
Optional < T > function ( ) { return Absent . withType ( ) ; }
returns an optional instance with no contained reference.comparison to java.util.optional : this method is equivalent to java 8 's optional.empty . concode_field_sep long serialVersionUID concode_field_sep Iterable<T> presentInstances concode_elem_sep Optional<T> fromNullable concode_elem_sep Optional<V> transform conc...
FieldData function ( int arg0 ) { int loc0 = binarySearch ( arg0 ) ; if ( loc0 < 0 || mData [ loc0 ] == DELETED ) { return null ; } else { return mData [ loc0 ] ; } }
gets the fielddata mapped from the specified fieldnumber , or null if no such mapping has been made . concode_field_sep boolean mGarbage concode_elem_sep FieldData[] mData concode_elem_sep int mSize concode_elem_sep FieldData DELETED concode_elem_sep int[] mFieldNumbers concode_field_sep boolean isEmpty concode_elem_se...
void function ( ) { final TestCallable loc0 = new TestCallable ( ) ; final CallableBackgroundInitializer < Integer > loc1 = new CallableBackgroundInitializer < Integer > ( loc0 ) ; assertEquals ( "srini_string" , RESULT , loc1 . initialize ( ) ) ; assertEquals ( "srini_string" , 1 , loc0 . callCount ) ; }
tests the implementation of initialize . concode_field_sep int callCount concode_elem_sep Integer RESULT concode_field_sep Integer call concode_elem_sep void testInitExecutorNullCallable concode_elem_sep void testInitNullCallable concode_elem_sep void testInitExecutor
void function ( final IProgressOperation arg0 ) { m_operations . add ( arg0 ) ; for ( final IGlobalProgressManagerListener loc0 : m_listeners ) { try { loc0 . added ( arg0 ) ; } catch ( final Exception loc1 ) { CUtilityFunctions . logException ( loc1 ) ; } } }
adds a new ongoing operation . concode_field_sep ListenerProvider<IGlobalProgressManagerListener> m_listeners concode_elem_sep List<IProgressOperation> m_operations concode_elem_sep CGlobalProgressManager m_instance concode_field_sep List<IProgressOperation> getOperations concode_elem_sep CGlobalProgressManager instanc...
boolean function ( ) { return axisOrientationEnabled ; }
indicates that the map types upports axis orientation changing . concode_field_sep String plotPointShape concode_elem_sep boolean enableDynamicValues concode_elem_sep boolean areaMapEnabled concode_elem_sep int CUSTOM_CHART_TYPE concode_elem_sep String xAxisTitle concode_elem_sep boolean barChartOrientationHorizontal c...
T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; }
calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep ProcessintegrationPackage modelPackage concode_field_sep T caseIntegrationScenario concode_elem_sep T caseProcessComponentInteraction concode_elem_sep T defaultCase concode_elem_sep T caseNamedEleme...
void function ( IProject arg0 , GeneratorEntry arg1 ) { GeneratorUtils . createEmptyProject ( arg0 ) ; }
the default implementation only creates a new default project . clients may override if they want to contribute generatorspecific project setup concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_e...
boolean function ( String arg0 ) { if ( getPayloadXML ( ) == null || arg0 == null ) { return true ; } return payloadXML . contains ( arg0 ) ; }
returns true if payload contains the specified keyword . if the item has no payload or keyword is null then return true . concode_field_sep Logger log concode_elem_sep LeafNode node concode_elem_sep BlockingQueue<SAXReader> xmlReaders concode_elem_sep Element payload concode_elem_sep String payloadXML concode_elem_sep ...
ColumnSet function ( ) { return columnSet ; }
gets the value of the columnset property . concode_field_sep String entityName concode_elem_sep ColumnSet columnSet concode_elem_sep long serialVersionUID concode_elem_sep Guid id concode_field_sep void setId concode_elem_sep Guid getId concode_elem_sep String getEntityName concode_elem_sep void setEntityName concode_e...
void function ( VObjectListener arg0 ) { objectEventSupport_ . addVObjectListener ( arg0 ) ; }
adds a vobjectlistener . concode_field_sep String fileText_ concode_elem_sep String viewActionText_ concode_elem_sep String exitText_ concode_elem_sep String pasteText_ concode_elem_sep VObject object_ concode_elem_sep String saveText_ concode_elem_sep String saveConfirmTitle_ concode_elem_sep String selectAllText_ con...
StatusEnum function ( ) { return status ; }
order status 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 DateTime getShipDate concode_elem_sep String toIndentedString conco...
String [ ] function ( ) { return VERSIONS ; }
get the quartz versions for which we should verify serialization backwards compatibility . concode_field_sep String[] VERSIONS concode_elem_sep Logger LOG concode_elem_sep TimeZone EST_TIME_ZONE concode_field_sep void testQuartz621 concode_elem_sep void testQtz96 concode_elem_sep Object getTargetObject concode_elem_sep...
void function ( BigInteger arg0 ) { this . billingCycleCode = arg0 ; }
sets the value of the billingcyclecode property . concode_field_sep XMLGregorianCalendar ratePlanExpirationDate concode_elem_sep String creditClass concode_elem_sep Boolean epsIndicator concode_elem_sep BigInteger numberOfLines concode_elem_sep String accountSubType concode_elem_sep String ratePlanType concode_elem_sep...
void function ( boolean arg0 ) { if ( _directory != null ) throw new IllegalStateException ( "srini_string" ) ; _directory = _directoryFactory . openDirectory ( arg0 ) ; }
opens the directory . passing true will start with an empty directory . concode_field_sep Analyzer _analyzer concode_elem_sep UserDataExtractor<T> _userDataExtractor concode_elem_sep DirectoryFactory _directoryFactory concode_elem_sep IndexWriter _writer concode_elem_sep Log log concode_elem_sep IndexWriter.MaxFieldLen...
void function ( Throwable arg0 ) { throw new IllegalStateException ( "srini_string" , arg0 ) ; }
throws an illegalstateexception with the given exception as root cause . concode_field_sep PlaceHolder placeHolder concode_field_sep void setField concode_elem_sep void handleReflectionException concode_elem_sep Method findMethod concode_elem_sep Method findMethod concode_elem_sep void rethrowException concode_elem_sep...
String function ( ) { return "srini_string" + getX ( ) + "srini_string" + getY ( ) + "srini_string" ; }
returns a textual representation of the outlier . concode_field_sep double radius concode_elem_sep Point2D point concode_field_sep Point2D getPoint concode_elem_sep double getX concode_elem_sep double getY concode_elem_sep void setPoint concode_elem_sep boolean equals concode_elem_sep boolean overlaps concode_elem_sep ...
void function ( final HttpParams arg0 , final CodingErrorAction arg1 ) { Args . notNull ( arg0 , "srini_string" ) ; arg0 . setParameter ( CoreProtocolPNames . HTTP_UNMAPPABLE_INPUT_ACTION , arg1 ) ; }
sets the value of the coreprotocolpnames #http_unmappable_input_action parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep ProtocolVersion getVersion concode_elem_sep CodingErrorAction getUnmappableInputAction concode_elem_sep void setVersion concode_elem_sep CodingErrorAction getMalformedInputActio...
List < String > function ( ) { return excludes ; }
list of class names that should be excluded from analysis . names can use wildcard and ? . defaults to an empty list . concode_field_sep File destinationFile concode_elem_sep JacocoAgentJar agent concode_elem_sep List<String> excludes concode_elem_sep String address concode_elem_sep Output output concode_elem_sep boole...
void function ( String arg0 ) { this . password = arg0 ; }
sets the password . concode_field_sep Logger logger concode_elem_sep String node concode_elem_sep String password concode_elem_sep int port concode_elem_sep String userName concode_elem_sep AerospikeClient client concode_field_sep void disconnect concode_elem_sep void setUserName concode_elem_sep boolean isConnected co...
int function ( Object arg0 ) { return _set . indexOf ( arg0 ) ; }
return the index of the given object . return -1 if the object is not in the set . concode_field_sep Comparator _comparator concode_elem_sep LinkedList _set concode_field_sep void removeAllLessThan concode_elem_sep Comparator getComparator concode_elem_sep void clear concode_elem_sep boolean isEmpty concode_elem_sep vo...