code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( String arg0 ) { this . code = arg0 ; }
sets the value of the code property . concode_field_sep String code concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String value concode_field_sep String getValue concode_elem_sep boolean isSetValue concode_elem_sep void setValue concode_elem_sep String getCode concode_elem_sep Map<QName,String> get...
String function ( ) { return language ; }
device language . concode_field_sep boolean isEmulator concode_elem_sep String avdName concode_elem_sep String model concode_elem_sep String language concode_elem_sep String region concode_elem_sep String version concode_elem_sep int apiLevel concode_elem_sep String manufacturer concode_field_sep String getVersion conc...
void function ( long arg0 ) { this . dictionaryMetaFileLength = arg0 ; }
dictionary metadata file length which will be set whenever we reload dictionary data from disk concode_field_sep long dictionaryMetaFileLength concode_elem_sep AtomicInteger accessCount concode_elem_sep long fileTimeStamp concode_elem_sep int MINIMUM_SURROGATE_KEY concode_elem_sep List<List<byte[]>> dictionaryChunks co...
void function ( String [ ] arg0 ) { HomologyObdBridge loc0 = new HomologyObdBridge ( ) ; loc0 . loadHomologyData ( ) ; }
main method creates an instance of this class and calls the method to load the homology data concode_field_sep Map<String,String> id2AlternateIdMap concode_elem_sep String PUBLICATION_TYPE_ID concode_elem_sep String HOMOLOG_TO_ID concode_elem_sep OBOSession oboSession concode_elem_sep String HAS_PUB_REL_ID concode_elem...
boolean function ( final ReviewDb arg0 ) { return ( isOwner ( ) || getRefControl ( ) . canDeleteDrafts ( ) ) && isVisible ( arg0 ) ; }
can this user delete this draft change or any draft patch set of this change ? concode_field_sep ChangeNotes notes concode_elem_sep ProjectControl.GenericFactory projectControl concode_elem_sep RefControl refControl concode_elem_sep ChangeData.Factory changeDataFactory concode_elem_sep Provider<ReviewDb> db concode_fie...
Time function ( String arg0 ) { return null ; }
get a time value for column in the current row concode_field_sep PlaceHolder placeHolder concode_field_sep Object getObject concode_elem_sep Object getObject concode_elem_sep Object getObject concode_elem_sep Object getObject concode_elem_sep BigDecimal getBigDecimal concode_elem_sep BigDecimal getBigDecimal concode_el...
int function ( ) { return mode . getHeight ( ) ; }
retorna a altura da janela concode_field_sep DisplayMode mode concode_field_sep DisplayMode[] getAvailableDisplayModes concode_elem_sep boolean isCloseRequested concode_elem_sep void setDisplayMode concode_elem_sep void setFullScreen concode_elem_sep DisplayMode findDisplayMode concode_elem_sep void setTitle concode_el...
float [ ] function ( ) { return null ; }
get y data description only for bidimensional signals concode_field_sep int port concode_elem_sep String errorString concode_elem_sep DataOutputStream dos concode_elem_sep String vmsIp concode_elem_sep float[] y concode_elem_sep Socket socket concode_elem_sep float[] x concode_elem_sep int shot concode_elem_sep DataInp...
int function ( ) { return this . getAscent ( ) + this . getDescent ( ) + this . getLeading ( ) ; }
gets the height of the text line in this font . concode_field_sep long serialVersionUID concode_elem_sep Font font concode_field_sep Rectangle2D getStringBounds concode_elem_sep Rectangle2D getStringBounds concode_elem_sep Rectangle2D getStringBounds concode_elem_sep Rectangle2D getStringBounds concode_elem_sep int cha...
void function ( long arg0 ) { _lock . setPrimaryKey ( arg0 ) ; }
sets the primary key 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 getInheritable concode_elem_sep boolean is...
UserGroupInformation function ( ) { try { return UserGroupInformation . getLoginUser ( ) ; } catch ( IOException loc0 ) { final String loc1 = "srini_string" ; logger . error ( loc1 , loc0 ) ; throw new DrillRuntimeException ( loc1 , loc0 ) ; } }
return the org.apache.hadoop.security.usergroupinformation of user who is running the drillbit . concode_field_sep UserGroupInformation loginUser concode_elem_sep LoadingCache<Key,UserGroupInformation> CACHE concode_elem_sep String proxyUserName concode_elem_sep org.slf4j.Logger logger concode_elem_sep Splitter SPLITTE...
Object [ ] function ( Collection < ? > arg0 ) { return fillArray ( arg0 , new Object [ arg0 . size ( ) ] ) ; }
returns an array containing all of the elements in the specified collection . this method returns the elements in the order they are returned by the collection 's iterator . the returned array is `` safe '' in that no references to it are maintained by the collection . the caller is thus free to modify the returned arr...
Date function ( ) { return date ; }
returns the date the extension has been visited . concode_field_sep Date date concode_elem_sep Extension extension concode_elem_sep long serialVersionUID concode_field_sep Extension getExtension concode_elem_sep String toString
String function ( ) { String loc0 = RTextArea . getDefaultFont ( ) . getFamily ( ) ; if ( "srini_string" . equals ( loc0 ) ) { loc0 = "srini_string" ; } return loc0 ; }
returns a good `` default '' monospaced font to use when java 's logical font `` monospaced '' is found . concode_field_sep boolean lastBold concode_elem_sep int screenRes concode_elem_sep int lastFGIndex concode_elem_sep boolean lastItalic concode_elem_sep StringBuilder document concode_elem_sep int lastFontIndex conc...
Object function ( ) { if ( guard != null ) { guard . checkGuard ( object ) ; } return object ; }
returns the guarded object if the associated guard permits access . if access is not granted , then a securityexception is thrown . concode_field_sep long serialVersionUID concode_elem_sep Guard guard concode_elem_sep Object object concode_field_sep void writeObject
SourceHoldings function ( ) { return sourceHoldings ; }
gets the value of the sourceholdings property . concode_field_sep Extension extension concode_elem_sep OleHoldings oleHoldings concode_elem_sep List<String> resourceIdentifier concode_elem_sep List<FormerIdentifier> formerResourceIdentifier concode_elem_sep String instanceIdentifier concode_elem_sep SourceHoldings sour...
List < String > function ( @ Nullable final CharSequence arg0 , @ Nonnull @ RegEx final String arg1 , @ Nonnegative final int arg2 ) { return ContainerHelper . newList ( getSplitToArray ( arg0 , arg1 , arg2 ) ) ; }
split the passed text with the given regular expression . if you do not need a regular expression , stringhelper #getexploded string , string , int is a faster option . concode_field_sep RegExHelper s_aInstance concode_field_sep boolean isValidPattern concode_elem_sep String[] getAllMatchingGroupValues concode_elem_sep...
int function ( ) { return id . hashCode ( ) ; }
returns the hashcode of the id . concode_field_sep String origin concode_elem_sep String name concode_elem_sep String externalId concode_elem_sep String zoneId concode_elem_sep String id concode_elem_sep String email concode_field_sep String getName concode_elem_sep String getOrigin concode_elem_sep boolean equals conc...
void function ( final String arg0 , final String arg1 ) { if ( this . users != null ) { final User loc0 = this . users . remove ( arg0 ) ; if ( loc0 != null ) { loc0 . setNick ( arg1 ) ; this . users . put ( loc0 . getNickLower ( ) , loc0 ) ; } } }
changes the nickname of a user in this channel . concode_field_sep String CHANNEL_PREFIX concode_elem_sep String name concode_elem_sep String topic concode_elem_sep IrcConnection irc concode_elem_sep ConcurrentHashMap<String,User> users concode_field_sep void removeFounder concode_elem_sep String getName concode_elem_s...
void function ( String arg0 ) { if ( listener != null ) listener . OnStopMusic ( arg0 ) ; }
stop bg music concode_field_sep String TAG concode_elem_sep int EV_MOUSE concode_elem_sep EventListener listener concode_elem_sep int EV_KEYUP concode_elem_sep int EV_KEYDOWN concode_field_sep void sendNativeKeyEvent concode_elem_sep void OnImageUpdate concode_elem_sep void OnImageUpdate concode_elem_sep void OnStartMu...
void function ( ) { _controlConnection . stop ( ) ; _dataConnectionCallback . shutdown ( ) ; _isInitialized = false ; System . out . println ( "srini_string" ) ; }
close the library . concode_field_sep boolean _isInitialized concode_elem_sep Config _conf concode_elem_sep IOCallback _dataConnectionCallback concode_elem_sep Object initializedLock concode_elem_sep ControlConnection _controlConnection concode_field_sep boolean isInitialized concode_elem_sep ControlConnection getContr...
void function ( int arg0 , long arg1 ) { }
structural initialisations take place here . this allows the cache to be resized while the database is in operation . concode_field_sep DataFileCache dataFileCache concode_elem_sep StopWatch makeRowTimer concode_elem_sep long bytesCapacity concode_elem_sep CachedObject[] rowTable concode_elem_sep StopWatch sortTimer co...
void function ( NavigationDefault arg0 ) { this . navigationDefault = arg0 ; }
sets the value of the navigationdefault property . concode_field_sep List<Node> node concode_elem_sep NavigationDefault navigationDefault concode_elem_sep String label concode_field_sep String getLabel concode_elem_sep NavigationDefault getNavigationDefault concode_elem_sep void setLabel concode_elem_sep List<Node> get...
void function ( String arg0 ) { this . cmpRemarks = arg0 ; }
sets the value of the cmpremarks property . concode_field_sep String cmpCompanyName concode_elem_sep String cmpLastUpdated concode_elem_sep String cmpStatus concode_elem_sep String evtsCmpEventsStream concode_elem_sep String cmpRemarks concode_field_sep String getCmpCompanyName concode_elem_sep void setCmpStatus concod...
PlatformTransactionManager function ( ) { final JpaTransactionManager loc0 = new JpaTransactionManager ( ) ; loc0 . setEntityManagerFactory ( entityManagerFactory ( ) . getObject ( ) ) ; return loc0 ; }
get the transaction manager . concode_field_sep PlaceHolder placeHolder concode_field_sep LocalContainerEntityManagerFactoryBean entityManagerFactory concode_elem_sep UrlBasedViewResolver setupViewResolver concode_elem_sep void main
boolean function ( ) { return allowSubtopics ; }
returns allow-subtopics property . concode_field_sep int INVALID_CLUSTER_MESSAGE_ROUTING concode_elem_sep RoutingMode routingMode concode_elem_sep boolean allowSubtopics concode_elem_sep boolean disallowWildcardSubtopics concode_elem_sep String subtopicSeparator concode_elem_sep int priority concode_elem_sep boolean is...
IAgentLoadHandler function ( ) { return agentLoadHandler ; }
gets the agent load handler . concode_field_sep IJvmAttachHandler jvmAttachHandler concode_elem_sep String AGENT_LOAD_HANDLER_EXTENSION_ID concode_elem_sep IAgentLoadHandler agentLoadHandler concode_elem_sep String CLASS concode_elem_sep List<IJvmModelChangeListener> listeners concode_elem_sep String HEAP_DUMP_HANDLER_...
int function ( ) { return core ; }
get the core number of threads concode_field_sep Runnable runnable concode_elem_sep int keepAlive concode_elem_sep String fileName concode_elem_sep int core concode_elem_sep int priority concode_elem_sep Log log concode_elem_sep String name concode_elem_sep Map<String,Object> properties concode_elem_sep BeforeExecuteHa...
void function ( String arg0 ) { this . nom = arg0 ; }
canvia el nom concode_field_sep int id concode_elem_sep String nom concode_field_sep String getGenere concode_elem_sep void setId concode_elem_sep int getId concode_elem_sep String getNom
void function ( Reader arg0 ) { char [ ] loc0 = new char [ max_text_length / 2 ] ; while ( text . length ( ) < max_text_length && arg0 . ready ( ) ) { int loc1 = arg0 . read ( loc0 ) ; append ( new String ( loc0 , 0 , loc1 ) ) ; } }
append the target text for language detection . this method read the text from specified input reader . if the total size of target text exceeds the limit size specified by detector #setmaxtextlength int , the rest is cut down . concode_field_sep double[] priorMap concode_elem_sep ArrayList<String> langlist concode_ele...
int function ( ) { throw new UnsupportedOperationException ( ) ; }
used by auth_sys concode_field_sep Log LOG concode_field_sep int[] getAuxGids concode_elem_sep int getGid concode_elem_sep String getUser concode_elem_sep boolean isWrapRequired concode_elem_sep Verifier getVerifer concode_elem_sep boolean isUnwrapRequired concode_elem_sep byte[] wrap concode_elem_sep boolean shouldSil...
int function ( ) { return pixmap . getGLFormat ( ) ; }
returns the opengl es format of this pixmap . used as the seventh parameter to glcommon #glteximage2d int , int , int , int , int , int , int , int , java.nio.buffer . concode_field_sep Blending blending concode_elem_sep Gdx2DPixmap pixmap concode_elem_sep boolean disposed concode_elem_sep int color concode_field_sep B...
Long function ( ) { return this . id ; }
returns the id . concode_field_sep Date date concode_elem_sep double directionA concode_elem_sep List<Key<SourceMaterial>> sourceMaterials concode_elem_sep String address concode_elem_sep double directionB concode_elem_sep Key<User> author concode_elem_sep Link link concode_elem_sep String description concode_elem_sep ...
DamageSource function ( EntityFireball arg0 , Entity arg1 ) { return ( new EntityDamageSourceIndirect ( "srini_string" , arg0 , arg1 ) ) . setFireDamage ( ) . setProjectile ( ) ; }
returns entitydamagesourceindirect of a fireball concode_field_sep DamageSource outOfWorld concode_elem_sep DamageSource onFire concode_elem_sep boolean fireDamage concode_elem_sep boolean isUnblockable concode_elem_sep DamageSource fall concode_elem_sep DamageSource inFire concode_elem_sep DamageSource inWall concode_...
alluxio . thrift . BlockInfo function ( BlockInfo arg0 ) { return arg0 . toThrift ( ) ; }
converts a wire type to a thrift type . concode_field_sep PlaceHolder placeHolder concode_field_sep BlockInfo fromThrift concode_elem_sep BlockLocation fromThrift concode_elem_sep CommandLineJobInfo fromThrift concode_elem_sep FileBlockInfo fromThrift concode_elem_sep FileInfo fromThrift concode_elem_sep JobConfInfo fr...
long function ( ) { return _shoppingOrderItem . getPrimaryKey ( ) ; }
returns the primary key of this shopping order item . concode_field_sep ShoppingOrderItem _shoppingOrderItem concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep bool...
String function ( ) { return algOid . toString ( ) ; }
return the name of the cipher used to encrypt this key . concode_field_sep byte[] encodedParams concode_elem_sep OID algOid concode_elem_sep byte[] encryptedData concode_elem_sep AlgorithmParameters params concode_elem_sep byte[] encoded concode_elem_sep String algName concode_field_sep void encode concode_elem_sep Alg...
String function ( ) { return merchantAddress ; }
gets the value of the merchantaddress property . concode_field_sep String merchantZip concode_elem_sep String merchantPhone concode_elem_sep String merchantCity concode_elem_sep String merchantAddress concode_elem_sep String merchantState concode_elem_sep String merchantName concode_field_sep void setMerchantZip concod...
String function ( ) { return value ; }
gets the value of the value property . concode_field_sep IsoformType.Sequence sequence concode_elem_sep IsoformType.Note note concode_elem_sep String ref concode_elem_sep List<Integer> evidence concode_elem_sep List<Name> name concode_elem_sep List<String> id concode_elem_sep String type concode_elem_sep String value c...
void function ( HostInfo arg0 ) { releaseCurrentHost ( ) ; currentHostInfo = arg0 ; if ( currentHostInfo != null ) { Settings loc0 = Settings . getInstance ( context ) ; loc0 . currentHostId = currentHostInfo . getId ( ) ; loc0 . save ( ) ; } }
sets the current host . concode_field_sep HostInfo currentHostInfo concode_elem_sep ArrayList<HostInfo> hosts concode_elem_sep HostManager instance concode_elem_sep Context context concode_elem_sep Picasso currentPicasso concode_elem_sep HostConnectionObserver currentHostConnectionObserver concode_elem_sep String TAG c...
boolean function ( Function arg0 ) { return handlers . remove ( arg0 ) ; }
removes a handler from this hook . concode_field_sep List<Function<Object,Object>> handlers concode_field_sep Closeable add concode_elem_sep void run concode_elem_sep void close
String function ( String arg0 ) { if ( arg0 == null ) { return null ; } return arg0 . trim ( ) ; }
a null-safe trim method . if the input string is null , returns null ; otherwise returns a trimmed version of the input . concode_field_sep String COMMA_SEPARATOR concode_elem_sep Charset UTF8 concode_elem_sep String DEFAULT_ENCODING concode_field_sep boolean isNullOrEmpty concode_elem_sep String fromBigDecimal concode...
byte [ ] function ( int arg0 ) { return random . randomBytes ( arg0 ) ; }
generate securely some amount of bytes concode_field_sep char[] hexArray concode_elem_sep RandomRuntime random concode_elem_sep CryptoRuntime runtime concode_field_sep byte[] SHA256 concode_elem_sep int randomInt concode_elem_sep String keyHash concode_elem_sep byte[] fromHex concode_elem_sep Digest createSHA256 concod...
void function ( String arg0 ) { this . targetARN = arg0 ; }
the amazon resource name arn of the volume . valid values : 50 to 500 lowercase letters , numbers , periods . , and hyphens - . concode_field_sep String secretToAuthenticateInitiator concode_elem_sep String secretToAuthenticateTarget concode_elem_sep String initiatorName concode_elem_sep String targetARN concode_field_...
void function ( TPrevodKomponenty arg0 ) { this . prevod = arg0 ; }
sets the value of the prevod property . concode_field_sep TPopisKomponenty popis concode_elem_sep TIdentifikace identifikace concode_elem_sep TTrideni trideni concode_elem_sep TPrevodKomponenty prevod concode_elem_sep TManipulaceKomponenty manipulace concode_field_sep TPrevodKomponenty getPrevod concode_elem_sep void s...
InventoryItem [ ] function ( ) { return carInventory ; }
gets the inventoryitem array of car data . concode_field_sep int odometer concode_elem_sep int price concode_elem_sep String description concode_elem_sep String model concode_elem_sep InventoryItem[] carInventory concode_elem_sep int stock concode_field_sep int getOdometer concode_elem_sep String getModel concode_elem_...
Builder function ( final String arg0 ) { this . title = arg0 ; return this ; }
sets an optional title for the dialog ; maximum length is 50 characters . concode_field_sep ActionType actionType concode_elem_sep String data concode_elem_sep ArrayList<String> suggestions concode_elem_sep String to concode_elem_sep Filters filters concode_elem_sep String message concode_elem_sep String title concode_...
void function ( java . lang . String arg0 ) { this . cmsContentId = arg0 ; }
sets the cmscontentid value for this cmscontent . concode_field_sep java.lang.String cmsContentId concode_elem_sep java.lang.String displayName concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang...
RawType function ( ) { return type ; }
returns the raw type information for this raw object . note that if this object is unevolved , the returned type may be different from the current type returned by entitymodel #getrawtype entitymodel.getrawtype for the same class name.this can only occur in a conversion #convert conversion.convert . concode_field_sep S...
String function ( long arg0 ) { SimpleDateFormat loc0 = new SimpleDateFormat ( "srini_string" ) ; Calendar loc1 = Calendar . getInstance ( ) ; loc1 . setTimeInMillis ( arg0 * 1000 ) ; return loc0 . format ( loc1 . getTime ( ) ) ; }
helper method to format the sunsrise and sunset time returned by the openweathermap call . concode_field_sep String TAG concode_field_sep String formatTemperature concode_elem_sep String getFormattedWind concode_elem_sep int getArtResourceForWeatherCondition concode_elem_sep String formatCurrentDate
Boolean function ( ) { return canSelectMany ; }
gets the value of the canselectmany property . concode_field_sep Boolean canSelectMany concode_elem_sep List<Response.Fixed.Item> item concode_elem_sep Response.Fixed fixed concode_elem_sep String label concode_elem_sep Response.Free free concode_elem_sep String value concode_field_sep String getValue concode_elem_sep ...
void function ( String arg0 ) { this . type = arg0 ; }
sets the value of the type property . concode_field_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep TransformsType transforms concode_elem_sep String id concode_elem_sep String type concode_elem_sep String uri concode_field_sep TransformsType getTransforms concode_elem_sep void se...
Permission function ( String arg0 ) { setStackId ( arg0 ) ; return this ; }
a stack id . concode_field_sep String level concode_elem_sep String stackId concode_elem_sep Boolean allowSudo concode_elem_sep String iamUserArn concode_elem_sep Boolean allowSsh concode_field_sep Boolean isAllowSsh concode_elem_sep void setStackId concode_elem_sep Permission withAllowSsh concode_elem_sep void setAllo...
int function ( ) { assert ( strategiesNumber > 0 ) ; return strategiesNumber ; }
returns the number of strategies an agent may operate with . concode_field_sep int agentsNumber concode_elem_sep int memorySize concode_elem_sep int overcrowdingThreshold concode_elem_sep int strategiesNumber concode_elem_sep int percentSmart concode_elem_sep int percentRand concode_elem_sep String agentType concode_el...
boolean function ( long arg0 , long arg1 ) { if ( arg0 + arg1 <= this . position ) return false ; if ( this . position + this . size <= arg0 ) return false ; return true ; }
tells whether or not this lock overlaps the given lock range . concode_field_sep boolean shared concode_elem_sep long size concode_elem_sep Channel channel concode_elem_sep long position concode_field_sep long size concode_elem_sep void release concode_elem_sep boolean isValid concode_elem_sep FileChannel channel conco...
ExistingLineType . Services function ( ) { return new ExistingLineType . Services ( ) ; }
create an instance of existinglinetype.services concode_field_sep PlaceHolder placeHolder concode_field_sep ActivationAgreementRequest.Subscribers createActivationAgreementRequestSubscribers concode_elem_sep ServiceType.SelectedFeatures createServiceTypeSelectedFeatures concode_elem_sep ExistingLineType createExistingL...
SocksPortListener function ( TorConfig arg0 , CircuitManager arg1 ) { return new SocksPortListenerImpl ( arg0 , arg1 ) ; }
create and return a new socksportlistener instance . concode_field_sep int BOOTSTRAP_STATUS_REQUESTING_DESCRIPTORS concode_elem_sep int BOOTSTRAP_STATUS_LOADING_DESCRIPTORS concode_elem_sep String version concode_elem_sep int BOOTSTRAP_STATUS_LOADING_KEYS concode_elem_sep int BOOTSTRAP_STATUS_CONN_DIR concode_elem_sep ...
Description function ( ) { return description ; }
gets the value of the description property . concode_field_sep List<ProfileSpecRef> profileSpecRef concode_elem_sep List<LibraryRef> libraryRef concode_elem_sep String ignoreRaTypeEventTypeCheck concode_elem_sep ResourceAdaptorName resourceAdaptorName concode_elem_sep Description description concode_elem_sep ResourceAd...
double function ( int arg0 , int arg1 , Calibration arg2 ) { if ( arg2 == null ) arg2 = rsa_2004_estimation ; return Math . log ( L ( arg1 , one_third , rsa_alpha ) / L ( arg2 . rsa_modulus_length , one_third , rsa_alpha ) ) / Math . log ( 2 ) + ( arg2 . security_level - 2.0 / 3 * ( arg0 - arg2 . arg0 ) ) ; }
security level an rsa key length provides in a given year . the estimation is based on a calibraion record and the following : advances in number factoring half the effort needed every 18 month the security level of a given rsa key length decreases with time because of the estimated advances in number crunching . conco...
void function ( int arg0 ) { if ( arg0 < NO_REQUIREMENT || arg0 > POWER_HIGH ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } mPowerRequirement = arg0 ; }
indicates the desired maximum power level . the level parameter must be one of no_requirement , power_low , power_medium , or power_high . concode_field_sep int ACCURACY_COARSE concode_elem_sep int mPowerRequirement concode_elem_sep int POWER_HIGH concode_elem_sep int mHorizontalAccuracy concode_elem_sep int ACCURACY_M...
void function ( List < Span > arg0 ) { managedLists . add ( arg0 ) ; }
adds a list of spans , which should be managed . concode_field_sep boolean calculateSrcPositions concode_elem_sep List<Integer> ib concode_elem_sep List<List<Span>> managedLists concode_elem_sep StringBuilder sb concode_field_sep void removeManagedList concode_elem_sep SpanManager replace concode_elem_sep SpanManager r...
boolean function ( ) { return false ; }
called by nativewindowfactory #initsingleton concode_field_sep RegisteredClassFactory dummyWindowClassFactory concode_elem_sep boolean isInit concode_elem_sep Object dummyWindowSync concode_elem_sep RegisteredClass dummyWindowClass concode_elem_sep boolean DEBUG concode_elem_sep String dummyWindowClassNameBase concode_...
Map function ( ) { return Collections . unmodifiableMap ( namespaces ) ; }
returns all known namespaces as unmodifiable map . concode_field_sep HashMap namespaces concode_field_sep DeclaredNamespaces add concode_elem_sep DeclaredNamespaces add concode_elem_sep DeclaredNamespaces add concode_elem_sep String getPrefix concode_elem_sep boolean isPrefixDefined concode_elem_sep boolean isNamespace...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , String . format ( arg1 , arg2 ) ) ; }
verbose log message with printf formatting . 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 ...
void function ( ObjectName arg0 , Object arg1 ) { register ( null , arg0 , arg1 ) ; }
register an object against the default mbeanserver . concode_field_sep MBeanServer mbeanServer concode_field_sep MBeanServer getMBeanServerRef concode_elem_sep MBeanServer findMBeanServer concode_elem_sep MBeanServer findMBeanServer concode_elem_sep MBeanServer findMBeanServer concode_elem_sep void unregister concode_e...
CoverageBand function ( final int arg0 ) { return coverageBands . get ( arg0 ) ; }
get the i-th coverageband concode_field_sep String coverageName concode_elem_sep int index concode_elem_sep long serialVersionUID concode_elem_sep CompositionType compositionType concode_elem_sep String BAND_SEPARATOR concode_elem_sep long serialVersionUID concode_elem_sep String BAND_SELECTION_STRING concode_elem_sep ...
int function ( Cursor arg0 , int arg1 , int arg2 ) { if ( ( arg0 == null ) || ( ! arg0 . moveToFirst ( ) ) ) return - 1 ; int loc0 = 0 ; do { if ( arg0 . getInt ( arg1 ) == arg2 ) loc0 ++ ; } while ( arg0 . moveToNext ( ) ) ; return loc0 ; }
counts the occurences item is found at given column index concode_field_sep PlaceHolder placeHolder concode_field_sep String cursorToString concode_elem_sep boolean moveCursorToFirstOccurrence
String function ( ) { return rootElement . findElement ( By . id ( "srini_string" ) ) . getText ( ) ; }
returns the name of the user who closed the shown task . concode_field_sep WebElement rootElement concode_field_sep String getAssigneeName concode_elem_sep String getCreatorName concode_elem_sep String getModifierName concode_elem_sep boolean areClosedTaskFieldsVisible concode_elem_sep boolean isAssigneeNameVisible
String function ( ) { return cmsPassword ; }
no longer used in 6.6 . concode_field_sep Log log concode_elem_sep IPSGuidManager gmgr concode_elem_sep IPSRxPublisherService rps concode_elem_sep Map<String,Map<String,Map<String,String>>> workflows concode_elem_sep boolean local concode_elem_sep String baseUrl concode_elem_sep String cmsUser concode_elem_sep String c...
void function ( int arg0 ) { this . partner_id = arg0 ; }
sets the partner_id . concode_field_sep String database concode_elem_sep String password concode_elem_sep int partner_id concode_elem_sep String company_id concode_elem_sep int user_id concode_elem_sep String timezone concode_elem_sep boolean isactive concode_elem_sep String host concode_elem_sep String android_name co...
void function ( ParseObserver arg0 ) { this . observer = arg0 ; }
sets the parse observer for this instance . concode_field_sep ParseObserver observer concode_elem_sep int endOffset concode_elem_sep DirectClassFile cf concode_elem_sep int offset concode_elem_sep int context concode_elem_sep StdAttributeList list concode_elem_sep AttributeFactory attributeFactory concode_field_sep int...
Class < V > function ( ) { return mType ; }
returns the type for this property . concode_field_sep String mName concode_elem_sep Class<V> mType concode_field_sep boolean isReadOnly concode_elem_sep void set concode_elem_sep String getName concode_elem_sep Property<T,V> of concode_elem_sep V get
void function ( ) { if ( ! isScrollingPerformed ) { isScrollingPerformed = true ; listener . onStarted ( ) ; } }
starts scrolling concode_field_sep boolean isScrollingPerformed concode_elem_sep Handler animationHandler concode_elem_sep int SCROLLING_DURATION concode_elem_sep int MIN_DELTA_FOR_SCROLLING concode_elem_sep int MESSAGE_SCROLL concode_elem_sep float lastTouchedPosition concode_elem_sep int lastScrollPosition concode_el...
void function ( String arg0 ) { addErrorMessage ( null , arg0 ) ; }
add error message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getJsfEl concode_elem...
String function ( String arg0 , String arg1 ) { if ( m_Parameters . containsKey ( arg0 ) ) return m_Parameters . get ( arg0 ) ; else return arg1 ; }
access a parameter from a parameter map concode_field_sep String HOST_KEY concode_elem_sep Map<String,String> m_Parameters concode_elem_sep String HOST_PORT_KEY concode_elem_sep DefaultParameterHolder gInstance concode_elem_sep String PATH_KEY concode_elem_sep Map<String,String> m_PerformanceParameters concode_elem_sep...
Object function ( final JSONObject arg0 , final String arg1 ) { Object loc0 = arg0 . get ( arg1 ) ; if ( loc0 instanceof JSONObject ) { return this . unmarshallObject ( arg0 , arg1 ) ; } else if ( loc0 instanceof JSONArray ) { return this . unmarshallArray ( arg0 , arg1 ) ; } return loc0 ; }
unmarshalls an value from a jsonobject stored under a specific key . concode_field_sep PlaceHolder placeHolder concode_field_sep JSONObject unmarshallObject concode_elem_sep JSONArray unmarshallArray
void function ( String arg0 ) { this . value = arg0 ; }
sets the value of the value property . concode_field_sep long oid concode_elem_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep void setOid concode_elem_sep long getOid concode_elem_sep void setKey
boolean function ( ) { return in != null ; }
returns true if this binary input stream exists . concode_field_sep BufferedInputStream in concode_elem_sep int buffer concode_elem_sep int EOF concode_elem_sep int n concode_field_sep long readLong concode_elem_sep short readShort concode_elem_sep void fillBuffer concode_elem_sep double readDouble concode_elem_sep boo...
XMLGregorianCalendar function ( ) { return reqdColltnDt ; }
gets the value of the reqdcolltndt property . concode_field_sep String pmtEndToEndId concode_elem_sep String firstPmtEndToEndId concode_elem_sep XMLGregorianCalendar exportDt concode_elem_sep String orgnlPmtEndToEndId concode_elem_sep String representationAttNo concode_elem_sep BigDecimal pmntAmt concode_elem_sep Strin...
void function ( Locale arg0 ) { parser . setLocale ( arg0 ) ; Iterator loc0 = parsers . iterator ( ) ; while ( loc0 . hasNext ( ) ) { FTPFileParser loc1 = ( FTPFileParser ) loc0 . next ( ) ; loc1 . setLocale ( arg0 ) ; } }
set the locale for date parsing of listings concode_field_sep NetwareFileParser netware concode_elem_sep VMSFileParser vms concode_elem_sep String UNIX_STR concode_elem_sep FTPFileParser parser concode_elem_sep List parsers concode_elem_sep String AIX_STR concode_elem_sep boolean parserDetected concode_elem_sep MVSFile...
int function ( ) { return TransportMediator . FLAG_KEY_MEDIA_PLAY | TransportMediator . FLAG_KEY_MEDIA_PLAY_PAUSE | TransportMediator . FLAG_KEY_MEDIA_PAUSE | TransportMediator . FLAG_KEY_MEDIA_STOP ; }
retrieves the flags for the media transport control buttons that this transport supports . result is a combination of the following flags : transportmediator #flag_key_media_previous , transportmediator #flag_key_media_rewind , transportmediator #flag_key_media_play , transportmediator #flag_key_media_play_pause , tran...
void function ( String arg0 ) { this . user = arg0 ; }
user string concode_field_sep String ssmc concode_elem_sep String ymin concode_elem_sep String gxno concode_elem_sep Integer jcha concode_elem_sep String line concode_elem_sep String zxno concode_elem_sep String jcts concode_elem_sep long serialVersionUID concode_elem_sep String jcno concode_elem_sep java.util.Date zzr...
float function ( ) { return exponent ; }
returns the exponent value for this transfer function concode_field_sep float amplitude concode_elem_sep float offset concode_elem_sep float[] tableValues concode_elem_sep float intercept concode_elem_sep int type concode_elem_sep float slope concode_elem_sep float exponent concode_field_sep ComponentTransferFunction g...
void function ( Point arg0 ) { this . start = arg0 ; needsRefresh = true ; }
sets the start point . concode_field_sep Point high concode_elem_sep QuadCurve2D.Float curve concode_elem_sep FontMetrics METRICS concode_elem_sep Point start concode_elem_sep AffineTransform AFFINE_TURN_180 concode_elem_sep Transition myTransition concode_elem_sep float curvy concode_elem_sep boolean needsRefresh conc...
ProcessorSupplier function ( @ Nonnull String arg0 ) { return streamFiles ( arg0 , StandardCharsets . UTF_8 , "srini_string" ) ; }
convenience for #streamfiles string , charset , string with thedefault charset utf-8 and the default glob pattern match all files . concode_field_sep PlaceHolder placeHolder concode_field_sep ProcessorMetaSupplier readCache concode_elem_sep ProcessorMetaSupplier readCache concode_elem_sep ProcessorMetaSupplier readList...
String function ( final XmlDocumentInfo arg0 ) { return ClassicEngineBoot . METADATA_NAMESPACE ; }
returns the default namespace for a document with the characteristics given in the xmldocumentinfo . concode_field_sep PlaceHolder placeHolder concode_field_sep int getDocumentSupport concode_elem_sep XmlReadHandler createReadHandler
Bitmap function ( Uri arg0 ) { Bitmap loc0 ; try { BufferedInputStream loc1 = new BufferedInputStream ( context . getContentResolver ( ) . openInputStream ( arg0 ) ) ; loc0 = decodeRecourse ( loc1 ) ; } catch ( Exception loc1 ) { loc0 = null ; } if ( loc0 != null ) return loc0 ; return null ; }
create bitmap concode_field_sep String TAG concode_elem_sep ExecutorService executorService concode_elem_sep ImageView imageView concode_elem_sep long size concode_elem_sep int stub_id concode_elem_sep Uri url concode_elem_sep long limit concode_elem_sep PhotoStub photoToLoad concode_elem_sep CacheMemory cacheMemory co...
void function ( String arg0 ) { this . id = arg0 ; }
sets the value of the id property . concode_field_sep String author concode_elem_sep String id concode_elem_sep String directory concode_elem_sep Files files concode_elem_sep String description concode_elem_sep Filters filters concode_elem_sep CreationDate creationDate concode_elem_sep Reviewers reviewers concode_elem_...
java . lang . String function ( ) { return _memberRequest . getUserUuid ( ) ; }
returns the user uuid of this member request . concode_field_sep MemberRequest _memberRequest concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel conco...
TaskConfig function ( TaskConfigStep ... arg0 ) { for ( TaskConfigStep loc0 : arg0 ) { loc0 . setOrder ( getNextOrderNumber ( ) ) ; if ( loc0 instanceof FilterSet ) { getFilters ( ) . add ( ( FilterSet ) loc0 ) ; } else if ( loc0 instanceof DataSource ) { getDataSources ( ) . add ( ( DataSource ) loc0 ) ; } } return th...
stores the given configuration steps . concode_field_sep long serialVersionUID concode_elem_sep List<FilterSet> filters concode_elem_sep List<DataSource> dataSources concode_field_sep void setDataSources concode_elem_sep DataSource getDataSource concode_elem_sep TaskConfig removeDataSources concode_elem_sep TaskConfig ...
int function ( HsqlName arg0 , String arg1 ) { IntValueHashMap loc0 = ( IntValueHashMap ) schemaMap . get ( arg0 . hashCode ( ) ) ; if ( loc0 == null ) { return - 1 ; } return loc0 . get ( arg1 , - 1 ) ; }
retrieves the registered compiled statement identifier associated with the specified sql string , or a value less than zero , if no such statement has been registered . concode_field_sep Database database concode_elem_sep IntKeyHashMap sessionUseMap concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep IntKeyHashMa...
void function ( JEditorPane arg0 ) { javax . swing . text . Highlighter loc0 = arg0 . getHighlighter ( ) ; loc0 . removeAllHighlights ( ) ; }
removes all highlights . concode_field_sep PlaceHolder placeHolder concode_field_sep void highlight concode_elem_sep void highlight
ProcessorSelectorPredicate < IN , OUT > function ( final Predicate < IN > arg0 ) { BUNDLE . checkNotNull ( arg0 , "srini_string" ) ; return new ProcessorSelectorPredicate < IN , OUT > ( this , arg0 ) ; }
add a predicate concode_field_sep Processor<X,Y> byDefault concode_elem_sep MessageBundle BUNDLE concode_elem_sep Map<Predicate<IN>,Processor<IN,OUT>> choices concode_elem_sep Map<Predicate<X>,Processor<X,Y>> map concode_field_sep ProcessorSelector<IN,OUT> otherwise concode_elem_sep Processor<IN,OUT> getProcessor conco...
boolean function ( String arg0 ) { String [ ] loc0 = getStringArr ( arg0 ) ; log . fine ( "srini_string" + print ( loc0 ) ) ; return LDAPCompare . mainCompare ( loc0 ) == 0 ; }
issue a ldapcompare in the standard ldapcompare cmd line syntax eg : '' - h localhost - p 1389 - d `` cn = ... '' - w password - a - f ldif.txt concode_field_sep Logger log concode_field_sep boolean deleteDNRecursively concode_elem_sep boolean ldapModify concode_elem_sep String print concode_elem_sep boolean addLDIF co...
void function ( java . util . Collection < InstanceGroup > arg0 ) { if ( arg0 == null ) { this . instanceGroups = null ; return ; } this . instanceGroups = new com . amazonaws . internal . SdkInternalList < InstanceGroup > ( arg0 ) ; }
the list of instance groups for the cluster and given filters . concode_field_sep com.amazonaws.internal.SdkInternalList<InstanceGroup> instanceGroups concode_elem_sep String marker concode_field_sep String getMarker concode_elem_sep void setMarker concode_elem_sep ListInstanceGroupsResult withInstanceGroups concode_el...
void function ( Calendar arg0 ) { this . thirdQuarter = arg0 ; }
sets the date at which the moon is in the third quarter . concode_field_sep Calendar firstQuarter concode_elem_sep double illumination concode_elem_sep Calendar thirdQuarter concode_elem_sep MoonPhaseName name concode_elem_sep Calendar _new concode_elem_sep int age concode_elem_sep Calendar full concode_field_sep void ...
void function ( ChangeInfo arg0 ) { this . changeInfo = arg0 ; }
a complex type that contains the id , the status , and the date and time of your delete request . concode_field_sep ChangeInfo changeInfo concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DeleteHostedZoneResult clone concode_elem_sep String toString concode_elem_sep DeleteHostedZoneResult ...
void function ( String arg0 ) { this . username = arg0 ; }
set the username . concode_field_sep String password concode_elem_sep String location concode_elem_sep String IPAddress concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getLocation concode_elem_sep void setLocation concode_elem_sep String ge...
List < Request > function ( ) { System . out . println ( "srini_string" + file ) ; List < Request > loc0 = configParser . parseConfig ( file ) ; return loc0 ; }
searches for the given files in the class path . concode_field_sep String file concode_elem_sep ConfigParser configParser concode_field_sep placeholderType placeHolder
String function ( ) { return error . toString ( ) ; }
get the error string concode_field_sep int[] clockSplits concode_elem_sep long finishTime concode_elem_sep int[] physMemKbytes concode_elem_sep Counters counters concode_elem_sep String error concode_elem_sep TaskType taskType concode_elem_sep String hostname concode_elem_sep int port concode_elem_sep int[][] allSplits...