code
stringlengths
20
663
nl
stringlengths
68
7.19k
String function ( ) { return this . source ; }
the source that caused this cluster event to be raised . concode_field_sep DiscoveryNodes.Delta nodesDelta concode_elem_sep String source concode_elem_sep ClusterState state concode_elem_sep ClusterState previousState concode_field_sep boolean metaDataChanged concode_elem_sep boolean indexMetaDataChanged concode_elem_s...
FileWriter function ( String arg0 , LogFilePath arg1 , CompressionCodec arg2 ) { return createFileReaderWriterFactory ( arg0 ) . BuildFileWriter ( arg1 , arg2 ) ; }
use the filereaderwriterfactory specified by classname to build a filewriter concode_field_sep PlaceHolder placeHolder concode_field_sep FileReaderWriterFactory createFileReaderWriterFactory concode_elem_sep FileReader createFileReader concode_elem_sep MessageParser createMessageParser
DetachedCriteria function ( Order arg0 ) { criteria . addOrder ( arg0 ) ; return this ; }
adds an ordering concode_field_sep CriteriaImpl impl concode_elem_sep Criteria criteria concode_field_sep DetachedCriteria add concode_elem_sep Criteria getExecutableCriteria concode_elem_sep DetachedCriteria setFetchMode concode_elem_sep DetachedCriteria setProjection concode_elem_sep DetachedCriteria forEntityName co...
By function ( int arg0 ) { return By . xpath ( "srini_string" + arg0 + "srini_string" ) ; }
return a static text locator by xpath index concode_field_sep WebDriverWait driverWait concode_elem_sep AndroidDriver driver concode_elem_sep URL serverAddress concode_field_sep void init concode_elem_sep WebElement wait concode_elem_sep List<WebElement> waitAll concode_elem_sep void setWait concode_elem_sep WebElement...
short [ ] function ( Any arg0 ) { UShortSeqHolder loc0 = ( UShortSeqHolder ) arg0 . extract_Streamable ( ) ; return loc0 . value ; }
extract the short from the given any . this implementation expects the any to hold the instance of ushortseqholder that is returned by any #extract_streamable . concode_field_sep PlaceHolder placeHolder concode_field_sep short[] read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type...
int function ( MediaType arg0 , MediaType ... arg1 ) { if ( arg0 == null ) { return DEFAULT_SCORE ; } for ( MediaType loc0 : arg1 ) { if ( arg0 . matches ( loc0 ) ) { return MAXIMUM_FORMAT_SCORE ; } } return DEFAULT_SCORE ; }
calculates score based on given media type . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isPutMethod concode_elem_sep boolean isRightMethodForUnmarshall concode_elem_sep boolean isDeleteMethod concode_elem_sep boolean isPostMethod concode_elem_sep boolean isPatchMethod
String function ( ) { return cause ; }
gets the value of the cause property . concode_field_sep String internal concode_elem_sep Long code concode_elem_sep String level concode_elem_sep String cause concode_elem_sep String description concode_elem_sep String messageID concode_elem_sep String reporter concode_elem_sep String body concode_elem_sep String erro...
boolean function ( String arg0 ) { return contact_list . containsKey ( arg0 ) ; }
whether the user has any registered contact . concode_field_sep boolean changed concode_elem_sep String name concode_elem_sep Hashtable contact_list concode_elem_sep String filename concode_elem_sep Hashtable users concode_field_sep NameAddress getUserContactNameAddress concode_elem_sep String getName concode_elem_sep ...
void function ( QName arg0 ) { this . relationshipType = arg0 ; }
sets the value of the relationshiptype property . concode_field_sep QName relationshipType concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep long serialVersionUID concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep QName getRelationshipType c...
HashMap < String , String > function ( String arg0 ) { return buildProperties ( arg0 , null ) ; }
this method builds a hashmap out of a given input string which is typically read from a standard java . properties file . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
String function ( ) { return rackName == null ? null : rackName . toString ( ) ; }
get the rackname where the attempt executed concode_field_sep TaskType taskType concode_elem_sep long finishTime concode_elem_sep String hostname concode_elem_sep Counters counters concode_elem_sep String rackName concode_elem_sep TaskAttemptFinished datum concode_elem_sep String state concode_elem_sep String taskStatu...
boolean function ( ) { return _lock . getInheritable ( ) ; }
returns the inheritable of this lock . concode_field_sep Lock _lock concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int comp...
void function ( String arg0 ) { throw new SAXNotSupportedException ( "srini_string" ) ; }
this method throws a saxnotsupportedexception if it is called and not overwritten . when overridding this method , you should be careful to understand that it may be called more than once per element . therefore it would be advisable to log the text and handle the text 's interpretation at a later time concode_field_se...
double function ( ) { return atraso1 . getVariance ( ) ; }
retorno de dado coleta concode_field_sep Metrics atraso1 concode_elem_sep Metrics totalN2 concode_elem_sep Metrics atraso2 concode_elem_sep Metrics atrasoN2 concode_elem_sep Metrics total1 concode_elem_sep Metrics total2 concode_elem_sep Metrics totalN1 concode_elem_sep Metrics atrasoN1 concode_field_sep double getMean...
void function ( String arg0 ) { dockerMachines . remove ( arg0 ) ; }
stops following process events of instance with provided id concode_field_sep ConcurrentHashMap<String,Instance> dockerMachines concode_elem_sep EventService eventService concode_field_sep void subscribe concode_elem_sep void unsubscribe concode_elem_sep void onEvent concode_elem_sep void trackProcesses
AlgorithmParameterGenerator function ( String arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } Engine . SpiAndProvider loc0 = ENGINE . getInstance ( arg0 , null ) ; return new AlgorithmParameterGenerator ( ( AlgorithmParameterGeneratorSpi ) loc0 . spi , loc0 . provider , arg0 ) ; }
returns a new instance of algorithmparametergenerator for thespecified algorithm . concode_field_sep SecureRandom RANDOM concode_elem_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep String SERVICE concode_elem_sep AlgorithmParameterGeneratorSpi spiImpl concode_elem_sep String algorithm concode_fie...
String function ( @ NotNull String arg0 ) { return names . get ( arg0 ) ; }
returns property name using special id . note : method can return null if name not found . concode_field_sep String EDITOR_SETTINGS_PROPERTY concode_elem_sep PreferencesManager preferencesManager concode_elem_sep Map<String,JSONValue> defaultProperties concode_elem_sep Map<String,String> names concode_field_sep void st...
TSocket function ( String arg0 , int arg1 , int arg2 ) { SSLSocketFactory loc0 = ( SSLSocketFactory ) SSLSocketFactory . getDefault ( ) ; return createClient ( loc0 , arg0 , arg1 , arg2 ) ; }
get a default ssl wrapped tsocket connected to the specified host and port . all the client methods return a bound connection . so there is no need to call open on the ttransport . concode_field_sep boolean clientAuth concode_elem_sep String trustManagerType concode_elem_sep boolean isTrustStoreSet concode_elem_sep Str...
List < Student > function ( ) { return students ; }
gets current students . concode_field_sep String STUDENT_URL concode_elem_sep Registrar registrar concode_elem_sep List<Student> students concode_elem_sep String SEPARATOR concode_field_sep void main concode_elem_sep Registrar getInstance concode_elem_sep InputStream openInputStream
void function ( Object arg0 ) { this . value = arg0 ; }
set the result value returned by a successful invocation of the target method , if any . this setter is intended for javabean-style deserialization . use #remoteinvocationresult object otherwise . concode_field_sep Throwable exception concode_elem_sep long serialVersionUID concode_elem_sep Object value concode_field_se...
void function ( ) { appController . tasks ( ) ; assertEquals ( TasksPage . class , appController . getClazz ( ) ) ; }
test method ` tasks ' . should set taskspage class for rendering concode_field_sep AppControllerForTest appController concode_elem_sep RequestContext ctx concode_elem_sep Job job concode_field_sep void testInfo concode_elem_sep void testConfiguration concode_elem_sep void testGetSingleTaskCounter concode_elem_sep void ...
void function ( List < String > arg0 ) { this . scopes = arg0 ; }
specifies the level of permissions you want a drive application to have to a user account . see https://developers.google.com/drive/web/scopes for more info . concode_field_sep GoogleDriveApiName apiName concode_elem_sep List<String> DEFAULT_SCOPES concode_elem_sep String clientId concode_elem_sep List<String> scopes c...
Iterable < String > function ( ) { return st ; }
return the set of vertices as an iterable . concode_field_sep ST<String,SET<String>> st concode_elem_sep int E concode_field_sep boolean hasEdge concode_elem_sep int E concode_elem_sep int V concode_elem_sep Iterable<String> adjacentTo concode_elem_sep int degree concode_elem_sep void main concode_elem_sep String toStr...
CommandResult function ( String arg0 , boolean arg1 ) { return execCommand ( new String [ ] { arg0 } , arg1 , true ) ; }
execute shell command , default return result msg concode_field_sep int result concode_elem_sep String COMMAND_SU concode_elem_sep String COMMAND_EXIT concode_elem_sep String COMMAND_LINE_END concode_elem_sep String successMsg concode_elem_sep String COMMAND_SH concode_elem_sep String errorMsg concode_field_sep boolean...
List < AnimSelectOption > function ( ) { return animSelectOptionList ; }
set the animselectoptionlist concode_field_sep List<CSSInlineStyle> defaultImgStyleList concode_elem_sep double duration concode_elem_sep List<AnimSelectOption> animSelectOptionList concode_elem_sep List<CSSInlineStyle> defaultImgOverStyleList concode_elem_sep int width concode_elem_sep int maxSelection concode_elem_se...
void function ( ) { checkDeferredException ( "srini_string" , AmazonClientException . class , "srini_string" , "srini_string" ) ; }
tests loading a profile that assumes a role , but the source profile does not exist . concode_field_sep String DEFAULT_PROFILE_NAME concode_elem_sep String PROFILE_NAME_TEST concode_field_sep void testProfileWithMultipleAccessOrSecretKeysUnderSameProfile concode_elem_sep void testProfileWithNoProfileNameGiven concode_e...
Boolean function ( ) { return replace ; }
a flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair . the default setting is false . concode_field_sep String name concode_elem_sep Boolean replace concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void set...
void function ( ) { finish ( ) ; lock . acquireWriteLock ( ) ; paths . clear ( ) ; logger . debug ( "srini_string" ) ; lock . releaseWriteLock ( ) ; }
resets the counters . concode_field_sep String path concode_elem_sep String extension concode_elem_sep Logger logger concode_elem_sep TreeSet<Path> paths concode_elem_sep int pending concode_elem_sep Lock lock concode_elem_sep InvertedIndex index concode_elem_sep InvertedIndex localIndex concode_elem_sep WorkQueue work...
void function ( final int arg0 ) { this . numResources += arg0 ; }
add to the total count for the supplied metaclass . concode_field_sep int numResources concode_elem_sep Map statsByMetaclass concode_elem_sep int numInstances concode_elem_sep EClassifier metaclass concode_elem_sep String desc concode_field_sep void add concode_elem_sep void setResourceCount concode_elem_sep IStatus co...
void function ( AttributeList arg0 ) { int loc0 = arg0 . getLength ( ) ; clear ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { addAttribute ( arg0 . getName ( loc1 ) , arg0 . getType ( loc1 ) , arg0 . getValue ( loc1 ) ) ; } }
set the attribute list , discarding previous contents . this method allows an application writer to reuse an attribute list easily . concode_field_sep Vector types concode_elem_sep Vector names concode_elem_sep Vector values concode_field_sep String getValue concode_elem_sep String getValue concode_elem_sep String getN...
Object function ( ) { return ( iterator . next ( ) ) ; }
returns the next element of this enumeration if this enumeration has at least one more element to provide . concode_field_sep Iterator iterator concode_field_sep boolean hasMoreElements
Serializable function ( byte [ ] arg0 ) { HsqlByteArrayInputStream loc0 = new HsqlByteArrayInputStream ( arg0 ) ; ObjectInputStream loc1 = new ObjectInputStream ( loc0 ) ; return ( Serializable ) loc1 . readObject ( ) ; }
deserializes the specified byte array to an object instance . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] serialize concode_elem_sep int readLine
boolean function ( ) { return getType ( ) == SignalType . ON_SUBSCRIBE ; }
indicates whether this signal represents an onsubscribe event . concode_field_sep long serialVersionUID concode_elem_sep Throwable throwable concode_elem_sep Subscription subscription concode_elem_sep SignalType type concode_elem_sep Signal<Void> ON_COMPLETE concode_elem_sep T value concode_field_sep Signal<T> next con...
void function ( FontCollection arg0 ) { this . minorFont = arg0 ; }
sets the value of the minorfont property . concode_field_sep FontCollection majorFont concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep String name concode_elem_sep FontCollection minorFont concode_elem_sep CTColorScheme clrScheme concode_elem_sep BaseStyles.FontScheme fontScheme concode_elem_sep CTStyl...
void function ( ) { repository . save ( persons ) ; }
prepare data for test concode_field_sep List<Person> persons concode_elem_sep Person john concode_elem_sep Person peter concode_elem_sep Person terry concode_elem_sep PersonRepository repository concode_elem_sep Person nasta concode_field_sep void testDelete concode_elem_sep void testCount concode_elem_sep void testFin...
CLineagePathDistance function ( ) { if ( instance == null ) { instance = new CLineagePathDistance ( ) ; } return instance ; }
return the singleton for this distance metrics . concode_field_sep double FUZZY_DISTANCE concode_elem_sep double STRICT_DISTANCE concode_elem_sep CLineagePathDistance instance concode_elem_sep boolean _fuzzyMatch concode_elem_sep String LABEL concode_field_sep void setStrictMatch concode_elem_sep boolean strictMatch co...
int function ( ) { return 3 + address . length ( ) ; }
get the number of bytes this object would encode to . concode_field_sep int ton concode_elem_sep String address concode_elem_sep int npi concode_elem_sep long serialVersionUID concode_field_sep void writeTo concode_elem_sep void setTON concode_elem_sep void setAddress concode_elem_sep void readFrom concode_elem_sep int...
void function ( Map < String , String > arg0 ) { this . elementRegexFormats = arg0 ; }
set the element formats . these can be used to display an example format that an element should look like . concode_field_sep String country concode_elem_sep Map<String,String> nameMappings concode_elem_sep Map<String,String> elementRegexFormats concode_elem_sep List<String> requiredElements concode_elem_sep String end...
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 TimeZone timeZone concode_elem_sep String description concode_elem_sep int priority concode_elem_sep JobDataMap jobDataMap concode_elem_sep long startDelay concode_elem_sep String cronExpression...
boolean function ( ) { return myKeepResponses ; }
for now , this is a part of the internal api of hapi - use with caution as this method may change ! concode_field_sep HttpResponse myLastResponse concode_elem_sep boolean myKeepResponses concode_elem_sep String myLastResponseBody concode_elem_sep EncodingEnum myEncoding concode_elem_sep Boolean myPrettyPrint concode_el...
Map < Object , Object > function ( List < ? > arg0 ) { HashMap < Object , Object > loc0 = new HashMap < Object , Object > ( ) ; for ( Object loc1 : arg0 ) { loc0 . put ( loc1 , loc1 ) ; } return loc0 ; }
=================== main method =================== concode_field_sep PlaceHolder placeHolder concode_field_sep String base64Encode concode_elem_sep Map<Object,Object> optionToMap concode_elem_sep String replace concode_elem_sep void main concode_elem_sep String base64Decode concode_elem_sep String numberToStr concode_...
void function ( DNSSDService arg0 , int arg1 ) { fBrowser = arg0 ; fErrorCode = arg1 ; this . schedule ( ) ; }
clients should not call this method directly . concode_field_sep BrowseListener fListener concode_elem_sep boolean fIsAdd concode_elem_sep int fFlags concode_elem_sep int fIndex concode_elem_sep String fService concode_elem_sep String fRegType concode_elem_sep DNSSDService fBrowser concode_elem_sep int fErrorCode conco...
Rect function ( String arg0 , Paint arg1 ) { Rect loc0 = new Rect ( ) ; if ( arg0 == null || arg0 . length ( ) == ZERO ) { return null ; } arg1 . getTextBounds ( arg0 , ZERO , arg0 . length ( ) , loc0 ) ; loc0 . bottom = loc0 . top + ( int ) getFontHeight ( arg1 ) ; return loc0 ; }
like getpackedstringdimensions except adds extra space to accommodate all characters that can be drawn regardless of whether or not they exist in text . this ensures a more uniform appearance for things that have dynamic text . concode_field_sep int ZERO concode_field_sep Rect getPackedStringDimensions concode_elem_sep...
int function ( String arg0 , int arg1 ) { return intProperty ( arg0 , arg1 ) ; }
alias to intproperty string name , int defaultvalue concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep double sysPropertyDouble concode_elem_sep double doubleProperty concode_elem_sep void setProperty conco...
T function ( EObject arg0 ) { return null ; }
returns the result of interpreting the object as an instance of ` eobject ' . this implementation returns null ; returning a non-null result will terminate the switch , but this is the last case anyway . concode_field_sep MessagepropertiesPackage modelPackage concode_field_sep T casePropertyAlias concode_elem_sep T cas...
byte [ ] function ( ) { return value ; }
gets the value of the value property . concode_field_sep java.lang.String id concode_elem_sep byte[] value concode_elem_sep java.lang.String contentType concode_elem_sep Long hjid concode_field_sep Long getHjid concode_elem_sep Binary withValue concode_elem_sep void setHjid concode_elem_sep Binary withContentType conco...
void function ( boolean arg0 ) { this . supportsCatalogsInProcedureCalls = arg0 ; }
specify whether the database supports the use of catalog name in procedure calls concode_field_sep boolean supportsSchemasInProcedureCalls concode_elem_sep List<CallParameterMetaData> callParameterMetaData concode_elem_sep boolean storesLowerCaseIdentifiers concode_elem_sep boolean procedureColumnMetaDataUsed concode_e...
Date function ( ) { return new Date ( this . start ) ; }
returns the start date/time . concode_field_sep long serialVersionUID concode_elem_sep long start concode_elem_sep long end concode_field_sep long getStartMillis concode_elem_sep long getEndMillis concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int compareTo concode_elem_sep Date getEnd
Builder function ( Status arg0 ) { this . status = arg0 ; return this ; }
set status to given status instance . concode_field_sep Map<String,Object> details concode_elem_sep Status status concode_field_sep Builder withDetail concode_elem_sep Map<String,Object> getDetails concode_elem_sep Status getStatus concode_elem_sep Builder down concode_elem_sep Builder down concode_elem_sep Builder dow...
int function ( ) { throw new RuntimeException ( ) ; }
this method converts the data to a byte array and returns the size of the byte array as an estimation of the size of the partition . concode_field_sep PlaceHolder placeHolder concode_field_sep java.util.ArrayList<java.lang.Object> chunkSizes concode_elem_sep boolean closePartition concode_elem_sep java.nio.file.Path pa...
Object function ( Class arg0 , int arg1 ) { return java . lang . reflect . Array . newInstance ( arg0 , arg1 ) ; }
creates a new array with the specified component type and length . concode_field_sep PlaceHolder placeHolder concode_field_sep void set concode_elem_sep Object get concode_elem_sep int getLength
String function ( String arg2 , String arg0 , String arg1 ) { return getMessage ( arg2 , new String [ ] { arg0 , arg1 } ) ; }
gets a string message from the resource bundle for the given key . the message may contain variables that will be substituted with the given arguments . variables have the format : this message has two variables : 0 and 1 concode_field_sep ProjectResourceBundle _resourceBundle concode_elem_sep ResourceBundle parent con...
Tr function ( ) { return new Tr ( ) ; }
create an instance of tr concode_field_sep PlaceHolder placeHolder concode_field_sep I createI concode_elem_sep Small createSmall concode_elem_sep B createB concode_elem_sep Block createBlock concode_elem_sep Colgroup createColgroup concode_elem_sep A createA concode_elem_sep Tbody createTbody concode_elem_sep Td creat...
T function ( String arg0 ) { reference ( ) . setName ( arg0 ) ; return self ( ) ; }
sets the name on the resource concode_field_sep PlaceHolder placeHolder concode_field_sep M reference concode_elem_sep T name concode_elem_sep T self concode_elem_sep T id
Collection < TradeOfferListMutator > function ( Career arg0 , int arg1 ) { final Multimap < Integer , TradeOfferListMutator > loc0 = getTradeOfferLevelMap ( checkNotNull ( arg0 , "srini_string" ) ) ; final Collection < TradeOfferListMutator > loc1 = loc0 . get ( arg1 ) ; return ImmutableList . copyOf ( loc1 ) ; }
gets the available tradeofferlistmutator s for the desired career and level . concode_field_sep PlaceHolder placeHolder concode_field_sep VillagerRegistry addMutators concode_elem_sep VillagerRegistry setMutators concode_elem_sep VillagerRegistry setMutators concode_elem_sep List<TradeOffer> populateOffers concode_elem...
long function ( ) { try { return blob . length ( session ) ; } catch ( HsqlException loc0 ) { throw Util . sqlException ( loc0 ) ; } }
returns the number of bytes in the blob value designated by this blob object . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_elem_sep BlobDataID originalBlob concode_elem_sep int colIndex concode_elem_sep boolean isWritable concode_elem_sep JDBCRes...
CSSSimpleValueWithUnit function ( final double arg0 ) { return add ( BigDecimal . valueOf ( arg0 ) ) ; }
get a new object with the same unit but an added value . concode_field_sep ECSSUnit m_eUnit concode_elem_sep BigDecimal m_aValue concode_field_sep long getAsLongValue concode_elem_sep String getFormatted concode_elem_sep double getValue concode_elem_sep BigDecimal getAsBigDecimalValue concode_elem_sep int hashCode conc...
RestulfulServerConfiguration function ( String arg0 ) { this . implementationDescription = arg0 ; return this ; }
set the implementationdescription concode_field_sep String serverVersion concode_elem_sep Collection<ResourceBinding> resourceBindings concode_elem_sep FhirContext fhirContext concode_elem_sep String serverName concode_elem_sep String conformanceDate concode_elem_sep List<BaseMethodBinding<?>> serverBindings concode_el...
Platform function ( Platform arg0 ) { return uniqueInstance = arg0 ; }
method that sets a new platform singleton and returns the one and only singleton instance . concode_field_sep Platform uniqueInstance concode_field_sep String retrieveInput concode_elem_sep String outputString concode_elem_sep void disableAll concode_elem_sep void errorLog concode_elem_sep String outputLine concode_ele...
Stopwatch function ( ) { elapsedNanos = 0 ; isRunning = false ; return this ; }
sets the elapsed time for this stopwatch to zero , and places it in a stopped state . concode_field_sep Ticker ticker concode_elem_sep long elapsedNanos concode_elem_sep boolean isRunning concode_elem_sep long startTick concode_field_sep long elapsed concode_elem_sep String abbreviate concode_elem_sep Stopwatch createU...
SDFGraph function ( ) { return this . currentIBSDFGraph ; }
gets the ibsdf current graph . concode_field_sep Map<String,HierarchicalSDFVertex> correspondingVertexWithMap concode_elem_sep PreesmScenario scenario concode_elem_sep PiGraph currentPISDFGraph concode_elem_sep SDFGraph currentIBSDFGraph concode_field_sep Object[] getChildren concode_elem_sep Object getParent concode_e...
void function ( ) { }
enables the jit compiler . does nothing on android . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean compileClasses concode_elem_sep void disable concode_elem_sep Object command concode_elem_sep boolean compileClass
Vpc function ( ) { return this . vpc ; }
information about the vpc . concode_field_sep Vpc vpc concode_field_sep void setVpc concode_elem_sep CreateVpcResult withVpc concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateVpcResult clone concode_elem_sep String toString
void function ( long arg0 ) { _checkout . setAssetId ( arg0 ) ; }
sets the asset id of this checkout . concode_field_sep Checkout _checkout concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep in...
SortedSet < String > function ( String arg0 ) { if ( arg0 . length ( ) < 4 ) throw new IllegalArgumentException ( "srini_string" ) ; String loc0 = String . format ( "srini_string" , base , cutoff , arg0 ) ; return requestRepresentativeDomains ( loc0 ) ; }
gets a list of domain representatives for a given pdb id . concode_field_sep String DEFAULT_PDB_HOST concode_elem_sep String DEFAULT_PDB_API_URL concode_elem_sep int cutoff concode_elem_sep String base concode_field_sep SortedSet<String> getRepresentativeDomains concode_elem_sep SortedSet<String> requestRepresentativeD...
com . wavemaker . tools . webapp . schema . String function ( ) { return realmName ; }
gets the value of the realmname property . concode_field_sep FormLoginConfigType formLoginConfig concode_elem_sep com.wavemaker.tools.webapp.schema.String realmName concode_elem_sep java.lang.String id concode_elem_sep AuthMethodType authMethod concode_field_sep void setAuthMethod concode_elem_sep void setRealmName con...
void function ( int arg0 ) { }
on scroll state of pager has been chanaged . concode_field_sep ConversationIndicator indicator concode_elem_sep Server server concode_elem_sep ConversationPagerAdapter adapter concode_elem_sep Context context concode_elem_sep TextView titleView concode_field_sep void onPageSelected concode_elem_sep void onPageScrolled
Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; }
`` interface abc : operation myopp2 myparamopp param1 : integer , param2 : boolean : string in event event2 var myint : integer entrypoint entrypoint exitpoint exitpoint concode_field_sep ILinker linker concode_elem_sep IParser parser concode_elem_sep Provider<XtextResource> resourceProvider concode_field_sep XtextReso...
void function ( OutputStream arg0 ) { write ( this , arg0 ) ; }
writes this manifest 's name/attributes pairs to the given outputstream . the manifest_version or signature_version attribute must be set beforecalling this method , or no attributes will be written . concode_field_sep Field BAIS_BUF concode_elem_sep Attributes mainAttributes concode_elem_sep HashMap<String,Chunk> chun...
String function ( ) { return image ; }
returns the image . concode_field_sep int endLine concode_elem_sep Token next concode_elem_sep String image concode_elem_sep long serialVersionUID concode_elem_sep int endColumn concode_elem_sep Token specialToken concode_elem_sep int beginColumn concode_elem_sep int kind concode_elem_sep int beginLine concode_field_se...
java . lang . String function ( ) { return _calendarResourceService . getBeanIdentifier ( ) ; }
returns the spring bean id for this bean . concode_field_sep CalendarResourceService _calendarResourceService concode_field_sep void setWrappedService concode_elem_sep com.liferay.calendar.model.CalendarResource getCalendarResource concode_elem_sep int searchCount concode_elem_sep int searchCount concode_elem_sep Calen...
Timestamp function ( String arg0 ) { if ( arg0 == null ) { throw new java . lang . IllegalArgumentException ( Trace . getMessage ( Trace . HsqlDateTime_null_string ) ) ; } arg0 = arg0 + zerodatetime . substring ( arg0 . length ( ) ) ; return Timestamp . valueOf ( arg0 ) ; }
converts a string in jdbc timestamp escape format to a timestamp value . concode_field_sep Calendar today concode_elem_sep String zerodatetime concode_elem_sep Calendar tempCalGMT concode_elem_sep SimpleDateFormat sdfd concode_elem_sep SimpleDateFormat sdfts concode_elem_sep Date currentDate concode_elem_sep String sdf...
String function ( ) { return creditApplicationReferenceNumber ; }
gets the value of the creditapplicationreferencenumber property . concode_field_sep BigInteger identifier concode_elem_sep String creditApplicationReferenceNumber concode_elem_sep String decisionCriteria concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String behaviorScore con...
void function ( byte [ ] arg0 ) { int loc0 = this . payload . length ; byte [ ] loc1 = this . payload ; this . payload = new byte [ loc0 + arg0 . length ] ; System . arraycopy ( loc1 , 0 , this . payload , 0 , loc0 ) ; System . arraycopy ( arg0 , 0 , this . payload , loc0 , arg0 . length ) ; }
appends a byte-array to the payload 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 concode_elem_sep...
TypeToken < T > function ( Class < T > arg0 ) { return new TypeToken < T > ( arg0 ) ; }
gets type literal for the given class instance . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep AssertionError buildUnexpectedTypeError concode_elem_sep Class<? super T> getRawType concode_elem_sep Type getType concode_elem_sep int hashCode concode_...
void function ( ) { Iterator loc0 = csidMap . keySet ( ) . iterator ( ) ; while ( loc0 . hasNext ( ) ) { int loc1 = loc0 . nextInt ( ) ; csidMap . put ( loc1 , null ) ; } }
used after a ddl change that could impact the compiled statements . clears references to compiledstatement objects while keeping the counts and references to the sql strings . concode_field_sep Database database concode_elem_sep IntValueHashMap sqlMap concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep IntKeyHas...
void function ( float arg0 ) { }
called the user has pulled on the scrollable view . concode_field_sep PlaceHolder placeHolder concode_field_sep void onReleaseToRefresh concode_elem_sep void onReset concode_elem_sep boolean showHeaderView concode_elem_sep boolean hideHeaderView concode_elem_sep void onConfigurationChanged concode_elem_sep void onRefre...
void function ( String arg0 ) { this . id = arg0 ; }
sets the value of the id property . concode_field_sep String path concode_elem_sep List<Param> param concode_elem_sep List<Doc> doc concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String id concode_elem_sep List<String> type concode_elem_sep List<Object> any concode_elem_sep List<Object> methodOrRes...
void function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; ELContext loc1 = loc0 . getELContext ( ) ; ExpressionFactory loc2 = loc0 . getApplication ( ) . getExpressionFactory ( ) ; loc2 . createValueExpression ( loc1 , getJsfEl ( arg0 ) , Object . class ) . setValue ( loc1 , null ) ; }
remove the managed bean based on the bean name . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concod...
int function ( ) { return rData . iPos ; }
method declaration concode_field_sep int iRight concode_elem_sep Node nNext concode_elem_sep Node nParent concode_elem_sep int iId concode_elem_sep Node nLeft concode_elem_sep Node nRight concode_elem_sep Row rData concode_elem_sep int iLeft concode_elem_sep int iParent concode_elem_sep int iBalance concode_field_sep N...
String function ( ) { return requestorOther ; }
gets requestor other . concode_field_sep String startPage concode_elem_sep String other concode_elem_sep String notes concode_elem_sep String customerCode concode_elem_sep String errorCode concode_elem_sep String requestorEmail concode_elem_sep String articleIssue concode_elem_sep String pages concode_elem_sep Integer ...
int function ( ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < matrix . length ; loc1 ++ ) { for ( int loc2 = 0 ; loc2 < matrix [ 0 ] . length ; loc2 ++ ) { loc0 += matrix [ loc1 ] [ loc2 ] ; } } return loc0 ; }
method to return the total concode_field_sep int[][] matrix concode_field_sep void print concode_elem_sep int getTotalNested concode_elem_sep void setMatrix concode_elem_sep void fillPattern1 concode_elem_sep int getColTotal concode_elem_sep int getCount concode_elem_sep int getLargest
void function ( ) { }
this method resets the outgoing events . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep SCInterface getSCInterface concode_elem_sep boolean check_main_region_B_tr0 concode_elem...
int function ( ) { return readed ; }
gets the number of data bytes which were readed from the stream ; concode_field_sep int readed concode_elem_sep int size concode_elem_sep int MP4ES_DescriptorTag concode_elem_sep int MP4DecSpecificInfoDescriptorTag concode_elem_sep int MP4DecoderConfigDescriptorTag concode_elem_sep Vector children concode_elem_sep int ...
Type function ( String arg0 ) { return types . get ( arg0 ) ; }
get a type contained in this schema by name . concode_field_sep SchemaSystem schemaSystem concode_elem_sep Map<String,String> prefixes concode_elem_sep Map<String,ComplexType> types concode_elem_sep String namespace concode_elem_sep EmptyType empty concode_elem_sep List<Particle> particles concode_field_sep Particle ne...
byte [ ] function ( byte [ ] arg0 ) { return lastUpdate ( arg0 , 0 , arg0 . length ) ; }
convenience method that calls the same method with three arguments . all bytes in in , starting from index position 0 are considered . concode_field_sep Operation mode concode_elem_sep Direction wired concode_elem_sep ByteArrayOutputStream inBuffer concode_elem_sep ByteArrayOutputStream outBuffer concode_elem_sep Strin...
void function ( ExtendedEntityManager arg0 ) { if ( arg0 == null ) { throw JpaLogger . ROOT_LOGGER . nullParameter ( "srini_string" , "srini_string" ) ; } final List < ExtendedEntityManager > loc0 = deferToPostConstruct . get ( ) ; loc0 . add ( arg0 ) ; }
at injection time of a xpc , register the xpc step 1 of 2 finishregistrationofpersistencecontext is step 2 concode_field_sep ThreadLocal<List<ExtendedEntityManager>> deferToPostConstruct concode_elem_sep ExtendedEntityManager[] EMPTY concode_field_sep ExtendedEntityManager[] getDeferredEntityManagers concode_elem_sep L...
Class function ( final String arg0 ) { Class loc0 = null ; if ( ( arg0 != null ) && ! ( "srini_string" . equals ( arg0 ) ) ) { loc0 = Class . forName ( arg0 ) ; } return loc0 ; }
get the class . concode_field_sep String pluginClass concode_elem_sep String service concode_elem_sep boolean onload concode_elem_sep CordovaPlugin plugin concode_field_sep CordovaPlugin createPlugin concode_elem_sep boolean isCordovaPlugin
String function ( ) { return source ; }
returns the string that this collationkey represents . concode_field_sep String source concode_field_sep byte[] toByteArray concode_elem_sep int compareTo
void function ( String arg0 ) { this . newPhoneNumber = arg0 ; }
sets the value of the newphonenumber property . concode_field_sep String phoneNumber concode_elem_sep String serialNumber concode_elem_sep String newPhoneNumber concode_field_sep String getSerialNumber concode_elem_sep String getNewPhoneNumber concode_elem_sep void setPhoneNumber concode_elem_sep void setSerialNumber c...
String function ( String arg0 ) { return client . sendRpcAndWait ( SERVICE , "srini_string" , arg0 ) ; }
retrieve a summoner 's internal name by their public name concode_field_sep String SERVICE concode_elem_sep RtmpClient client concode_field_sep AllPublicSummonerData getAllPublicSummonerDataByAccount concode_elem_sep List<String> getSummonerNames concode_elem_sep Object updateProfileIconId concode_elem_sep AllSummonerD...
void function ( RoutingRuleCondition arg0 ) { this . condition = arg0 ; }
set the condition that must be met for the specified redirect to apply . concode_field_sep RedirectRule redirect concode_elem_sep RoutingRuleCondition condition concode_field_sep void setRedirect concode_elem_sep RoutingRule withCondition concode_elem_sep RoutingRuleCondition getCondition concode_elem_sep RedirectRule ...
String function ( ) { return table . getName ( ) . name ; }
retrieves the simple name of the table . concode_field_sep short tableIndexOther concode_elem_sep int HALF_MAX_INT concode_elem_sep int bestRowNotPseudo concode_elem_sep int bestRowTransaction concode_elem_sep int hnd_column_remarks concode_elem_sep int hnd_table_remarks concode_elem_sep int bestRowTemporary concode_el...
Question function ( Integer arg0 ) { return questions . get ( arg0 ) ; }
get a question from its id concode_field_sep Map<String,User> sessions concode_elem_sep Map<String,String> challengeOwner concode_elem_sep Map<String,Challenge> challenges concode_elem_sep Map<String,ServerToServerFacade> neighbors concode_elem_sep Map<Integer,Question> questions concode_elem_sep InetAddress localIp co...
String function ( ) { return arcrole ; }
gets the value of the arcrole property . concode_field_sep JAXBElement<? extends AbstractCoordinateSystemType> abstractCoordinateSystem concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep Strin...
void function ( int arg0 , int arg1 ) { int [ ] loc0 = new int [ arg0 ] ; int [ ] loc1 = new int [ arg1 ] ; hashTable = loc0 ; linkTable = loc1 ; resetTables ( ) ; }
reset the structure with a new size as empty . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep boolean modified concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void re...
String function ( ) { return transId ; }
gets the trans id . concode_field_sep Costs costs concode_elem_sep double amount concode_elem_sep List<String> reasons concode_elem_sep boolean test concode_elem_sep String transId concode_elem_sep List<String> userVariables concode_elem_sep String languageCode concode_elem_sep BankAccount sender concode_elem_sep doubl...
void function ( ) { setMode ( PRE ) ; }
set the drawing mode to pre . pre is the default . concode_field_sep int POST concode_elem_sep int PRE concode_elem_sep int _myMode concode_elem_sep ControlWindow _myControlWindow concode_field_sep int mode concode_elem_sep void post concode_elem_sep void setMode concode_elem_sep void setup concode_elem_sep void setCon...
String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 7 ) ; } return arg0 ; }
removes the `` file : / / '' prefix from the given uri string , if applicable . if the given uri string does n't have a `` file : / / '' prefix , it is returned unchanged . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getMimeType concode_elem_sep String getRealPath concode_ele...
BaseClient function ( EncodingEnum arg0 ) { myEncoding = arg0 ; return this ; }
sets the encoding that will be used on requests . default is null , which means the client will not explicitly request an encoding . this is standard behaviour according to the fhir specification concode_field_sep HttpResponse myLastResponse concode_elem_sep boolean myKeepResponses concode_elem_sep String myLastRespons...