code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( ) { if ( fActionBars != null ) { for ( int loc0 = 0 ; loc0 < actionIds . length ; loc0 ++ ) { fActionBars . setGlobalActionHandler ( actionIds [ loc0 ] , actions [ loc0 ] ) ; } fActionBars . updateActionBars ( ) ; } }
restore the global action handlers that were set to null concode_field_sep IActionBars fActionBars concode_elem_sep IAction[] actions concode_elem_sep String[] actionIds concode_field_sep void clearGlobalActions concode_elem_sep void saveActionBars
void function ( final String arg0 , final Font arg1 , final Paint arg2 ) { addLine ( new TextLine ( arg0 , arg1 , arg2 ) ) ; }
adds a line of text that will be displayed using the specified font . concode_field_sep long serialVersionUID concode_elem_sep List lines concode_elem_sep HorizontalAlignment lineAlignment concode_field_sep void setLineAlignment concode_elem_sep float[] calculateOffsets concode_elem_sep Shape calculateBounds concode_el...
Boolean function ( String arg0 , Context arg1 ) { try { return catalog . saveContext ( model . getSelectedProvider ( ) , model . getSelectedInterfaceName ( ) , arg0 , arg1 ) ; } catch ( RemoteException loc0 ) { loc0 . printStackTrace ( ) ; } return false ; }
save the context to the network , this stores the context under the name provided in newname . concode_field_sep ListSelectionListener interfaceListener concode_elem_sep Logger logger concode_elem_sep Cataloger catalog concode_elem_sep ListSelectionListener providerListener concode_elem_sep ListSelectionListener method...
String function ( String arg0 ) { return ( String ) table . get ( arg0 . toLowerCase ( ) ) ; }
get the value for the specified field . if the name has multiple values , the first value is returned . if the name has no value , null is returned . concode_field_sep HashMap table concode_field_sep void set concode_elem_sep void read concode_elem_sep void addField concode_elem_sep void doAppendFields concode_elem_sep...
String function ( ) { return textProcessor ; }
the text processor to apply to this field . optional . possible values : cs_text_no_stemming : turns off stemming for the field . default : none constraints : length : 1 - 64 pattern : a-z a-z0-9 _ concode_field_sep String textProcessor concode_elem_sep String defaultValue concode_elem_sep Boolean facetEnabled concode_...
void function ( ) { }
sometimes a tag starts somewhere and has a comment in the middle and ends afterwards concode_field_sep PlaceHolder placeHolder concode_field_sep void method5 concode_elem_sep void method2 concode_elem_sep void method3 concode_elem_sep void method4
void function ( AuthPolicyType arg0 ) { if ( ! authTypes . contains ( arg0 ) ) { authTypes . add ( arg0 ) ; } }
add requested authentication policies concode_field_sep ArrayList<AuthPolicyType> authTypes concode_elem_sep HttpServletRequest request concode_elem_sep List<OpenIDAxAttribute> requiredClaims concode_elem_sep ArrayList<String> requestTypes concode_elem_sep List<OpenIDAxAttribute> optionalClaims concode_elem_sep boolean...
DateTime function ( ) { return lateStart ; }
returns the late window start date and time of current milestone of an enrollment . concode_field_sep String scheduleName concode_elem_sep DateTime enrollmentDateTime concode_elem_sep DateTime dueStart concode_elem_sep Map<String,String> metadata concode_elem_sep String currentMilestoneName concode_elem_sep DateTime ma...
double [ ] function ( ARRAY arg0 , final double arg1 ) { if ( arg0 == null ) return null ; if ( arg1 == 0 ) return arg0 . getDoubleArray ( ) ; return toDoubleArray ( arg0 . getOracleArray ( ) , arg1 ) ; }
presents array as a double concode_field_sep PlaceHolder placeHolder concode_field_sep int toInteger concode_elem_sep NUMBER toNUMBER concode_elem_sep double toDouble concode_elem_sep STRUCT toSTRUCT concode_elem_sep int[] toIntArray concode_elem_sep int[] toIntArray concode_elem_sep ARRAY toARRAY concode_elem_sep ARRA...
void function ( char arg0 ) { if ( this . top <= 0 ) { throw new JSONException ( "srini_string" ) ; } char loc0 = this . stack [ this . top - 1 ] == null ? 'a' : 'k' ; if ( loc0 != arg0 ) { throw new JSONException ( "srini_string" ) ; } this . top -= 1 ; this . mode = this . top == 0 ? 'd' : this . stack [ this . top -...
pop an array or object scope . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep JSONWriter endArray conc...
String function ( ) { return getFirst ( SERVER ) ; }
get the server header . applies to the connected frame . concode_field_sep String CONTENT_LENGTH concode_elem_sep String ACK concode_elem_sep Map<String,List<String>> headers concode_elem_sep String LOGIN concode_elem_sep String SERVER concode_elem_sep String SESSION concode_elem_sep String PASSCODE concode_elem_sep St...
List < Procedure > function ( ) { return procedures ; }
returns all procedures instances concode_field_sep List<Procedure> procedures concode_elem_sep Map<String,ProcedureDefinition> proceduresDefinitions concode_elem_sep ProceduresContainer INSTANCE concode_field_sep ProceduresContainer getInstance concode_elem_sep Map<String,ProcedureDefinition> getProceduresDefinitions
int function ( ) { return mType ; }
returns the port type . concode_field_sep int mAddress concode_elem_sep boolean mCecSupported concode_elem_sep Parcelable.Creator<HdmiPortInfo> CREATOR concode_elem_sep int mId concode_elem_sep boolean mMhlSupported concode_elem_sep int PORT_OUTPUT concode_elem_sep int PORT_INPUT concode_elem_sep boolean mArcSupported ...
void function ( BootstrapContext arg0 ) { this . workManager = arg0 . getWorkManager ( ) ; }
this is called when a resource adapter instance is bootstrapped . concode_field_sep WorkManager workManager concode_elem_sep long serialVersionUID concode_field_sep WorkManager getWorkManager concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep int hashCode concode_elem_sep void endpoint...
String [ ] function ( String arg0 ) { List < String > loc0 = getKeys ( arg0 ) ; String [ ] loc1 = new String [ loc0 . size ( ) ] ; int loc2 = 0 ; for ( String loc3 : loc0 ) loc1 [ loc2 ++ ] = get ( loc3 , null ) ; return loc1 ; }
returns the array of strings . concode_field_sep String META_BLOGS_CLEANUP_PERIOD concode_elem_sep String META_DISCOVERERS_LIST concode_elem_sep String DEPLOY_PATH concode_elem_sep String META_MIN_BLOGS_IN_DATABASE concode_elem_sep String OPML_EXPERTS_URL concode_elem_sep String META_TECHNORATI_DISCOVERER_KEY concode_e...
void function ( boolean arg0 ) { ValueParameter = arg0 ; }
specifies if it is a value parameter concode_field_sep int ChildPosition concode_elem_sep int SubType concode_elem_sep long Size concode_elem_sep int Scale concode_elem_sep String Caption concode_elem_sep String Name concode_elem_sep boolean ValueParameter concode_elem_sep long Precision concode_elem_sep int Ordinal co...
Object function ( ClassLoader arg0 , String arg1 ) { Class loc0 ; if ( arg0 == null ) { loc0 = Class . forName ( arg1 ) ; } else { loc0 = arg0 . loadClass ( arg1 ) ; } return loc0 . newInstance ( ) ; }
creates a new instance of the specified class name package private so this code is not exposed at the api level . concode_field_sep PlaceHolder placeHolder concode_field_sep ClassLoader getClassLoader
void function ( ) { prepareStateTest ( ) ; state . setName ( "srini_string" ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; }
a states name must not be empty . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_se...
String function ( ) { return description ; }
gets the value of the description property . concode_field_sep MimeType mime concode_elem_sep String description concode_elem_sep String url concode_field_sep String getURL concode_elem_sep MimeType getMime concode_elem_sep void setDescription concode_elem_sep void setMime concode_elem_sep void setURL
MessageContext function ( MessageConsumer arg0 ) { MessageContext loc0 = messageConsumer . receive ( ) ; if ( loc0 != null ) { messageConsumer . ack ( ) ; } return loc0 ; }
receives the next message from the message store . concode_field_sep int concurrency concode_elem_sep MessageConsumer messageConsumer concode_elem_sep String sequence concode_elem_sep String sequencePropName concode_elem_sep SynapseEnvironment synapseEnvironment concode_elem_sep MessageProcessor messageProcessor concod...
Collection < AstroBindingProvider > function ( ) { return providers ; }
returns all astrobindingproviders . concode_field_sep AstroContext instance concode_elem_sep JobScheduler jobScheduler concode_elem_sep AstroConfig config concode_elem_sep Map<PlanetName,Planet> planets concode_elem_sep EventPublisher eventPublisher concode_elem_sep Collection<AstroBindingProvider> providers concode_fi...
String function ( ) { return url ; }
gets the value of the url property . concode_field_sep String password concode_elem_sep String executionEnvRef concode_elem_sep List<AnyArgType> anyArg concode_elem_sep String uuid concode_elem_sep String url concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String getPassword concode...
int function ( ) { return m_UnitID ; }
returns the identifier of this unit . this identifier is required to be set for serial protocol slave implementations . concode_field_sep ProcessImageFactory m_PIFactory concode_elem_sep ModbusCoupler c_Self concode_elem_sep int m_UnitID concode_elem_sep ProcessImage m_ProcessImage concode_elem_sep boolean m_Master con...
Part function ( ) { return new Part ( ) ; }
create an instance of part concode_field_sep QName _Package_QNAME concode_field_sep XmlData createXmlData concode_elem_sep Package createPackage concode_elem_sep JAXBElement<Package> createPackage
boolean function ( Appender < E > arg0 ) { if ( arg0 == null ) { return false ; } for ( Appender < E > loc0 : appenderList ) { if ( loc0 == arg0 ) return true ; } return false ; }
returns true if the specified appender is in the list of attached appenders , false otherwise . concode_field_sep CopyOnWriteArrayList<Appender<E>> appenderList concode_elem_sep long START concode_field_sep void addAppender concode_elem_sep Iterator<Appender<E>> iteratorForAppenders concode_elem_sep Appender<E> getAppe...
List < String > function ( ) { if ( electronicLocator == null ) { electronicLocator = new ArrayList < String > ( ) ; } return this . electronicLocator ; }
gets the value of the electroniclocator property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the electroniclocator property . for example , to ad...
String function ( ) { return name ; }
get the name of the component . concode_field_sep String componentType concode_elem_sep String vendor concode_elem_sep String name concode_elem_sep String version concode_elem_sep int hash concode_field_sep String getVersion concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int rotateLeft c...
InputStream function ( final String arg0 ) { InputStream loc0 ; loc0 = ClassLoader . getSystemResourceAsStream ( arg0 ) ; if ( loc0 == null ) { loc0 = this . getClass ( ) . getClassLoader ( ) . getResourceAsStream ( arg0 ) ; } return loc0 ; }
private method that attempts to return an inputstream resource for a given filename . concode_field_sep Logger logger concode_elem_sep PropertiesManager singleton concode_elem_sep File iHomeFolder concode_field_sep void storeProperties concode_elem_sep void updateProperties concode_elem_sep Properties getProperties con...
OkHttpClient function ( Proxy arg0 ) { this . proxy = arg0 ; return this ; }
sets the http proxy that will be used by connections created by this client . this takes precedence over #setproxyselector , which is only honored when this proxy is null which it is by default . to disable proxy use completely , call setproxy proxy.no _ proxy . concode_field_sep boolean followProtocolRedirects concode...
boolean function ( int arg0 ) { Entry loc0 [ ] = table ; int loc1 = arg0 ; int loc2 = ( loc1 & 0x7FFFFFFF ) % loc0 . length ; for ( Entry loc3 = loc0 [ loc2 ] ; loc3 != null ; loc3 = loc3 . next ) { if ( loc3 . loc1 == loc1 ) { return true ; } } return false ; }
tests if the specified object is a key in this hashtable . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep Object value concode_elem_sep int hash concode_elem_sep int key concode_field_sep boolean co...
void function ( Class < ? > arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . targetType = arg0 ; }
set the type to convert to . only necessary for manipulating a registered value , for example in beanfactorypostprocessors . concode_field_sep String specifiedTypeName concode_elem_sep Object targetType concode_elem_sep boolean dynamic concode_elem_sep Object source concode_elem_sep String value concode_field_sep Class...
String function ( @ NonNull String arg0 ) { return arg0 + "srini_string" + Long . toHexString ( RANDOM . nextLong ( ) ) ; }
returns a new unique name for a class . concode_field_sep Random RANDOM concode_field_sep String updateSource concode_elem_sep String getCanonicalName concode_elem_sep String getPackageName
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getAttributes ( ) != null ) loc0 . append ( "srini_string" + getAttributes ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
returns a string representation of this object ; useful for testing and debugging . concode_field_sep java.util.Map<String,String> attributes concode_field_sep AttributePayload withAttributes concode_elem_sep AttributePayload addAttributesEntry concode_elem_sep java.util.Map<String,String> getAttributes concode_elem_se...
void function ( CTBoolean arg0 ) { this . overlay = arg0 ; }
sets the value of the overlay property . concode_field_sep CTLayout layout concode_elem_sep CTTextBody txPr concode_elem_sep List<CTLegendEntry> legendEntry concode_elem_sep CTBoolean overlay concode_elem_sep CTExtensionList extLst concode_elem_sep CTLegendPos legendPos concode_elem_sep CTShapeProperties spPr concode_f...
Plugin function ( ) { return new Plugin ( ) ; }
create an instance of plugin concode_field_sep PlaceHolder placeHolder concode_field_sep Plugins createPlugins
String function ( ) { return System . getProperty ( "srini_string" ) ; }
get the value of the configuration url . concode_field_sep Logger log concode_elem_sep Properties properties concode_elem_sep String FAILED_LOAD_CATALINA_PROPERTIES_EXCEPTION concode_field_sep String getProperty concode_elem_sep String getProperty concode_elem_sep void loadProperties concode_elem_sep String getCatalina...
void function ( KeyStoreFactoryBean arg0 ) { this . keyStore = arg0 ; }
sets the key store configuration . concode_field_sep SecureRandomFactoryBean secureRandom concode_elem_sep String protocol concode_elem_sep KeyManagerFactoryFactoryBean keyManagerFactory concode_elem_sep String JSSE_TRUST_STORE_PROPERTY concode_elem_sep String provider concode_elem_sep String JSSE_KEY_STORE_PROPERTY co...
String function ( String arg0 , int arg1 , int arg2 ) { int loc0 = arg1 + arg2 ; while ( loc0 < arg0 . length ( ) && Character . isWhitespace ( arg0 . charAt ( loc0 ) ) ) { loc0 ++ ; } if ( loc0 < arg0 . length ( ) ) { return arg0 . substring ( arg1 , arg1 + arg2 ) ; } return null ; }
helper method to extract text from a string . ensures that there is significant data ie . non-whitespace after the segment requested . concode_field_sep String wordSeparator concode_elem_sep boolean stripInitialArticle concode_field_sep String filter concode_elem_sep String filter concode_elem_sep String[] getArticleWo...
void function ( Context arg0 , Class < ? > arg1 , Bundle arg2 ) { Activity loc0 = ( Activity ) arg0 ; Intent loc1 = new Intent ( ) ; loc1 . setClass ( loc0 , arg1 ) ; loc1 . putExtras ( arg2 ) ; loc0 . startActivity ( loc1 ) ; loc0 . overridePendingTransition ( R . anim . in_from_left , R . anim . out_to_left ) ; }
to new activity , use animation from left to right carry data concode_field_sep String TAG concode_field_sep void goToActivityFromBottom2Top concode_elem_sep void goToActivityFromBottom2Top concode_elem_sep void backToLoginActivity concode_elem_sep void goToActivity concode_elem_sep void goToActivity concode_elem_sep v...
double function ( final int arg0 , final int arg1 , final int arg2 ) { double loc0 = 0.0 ; final Vector3 [ ] loc1 = toVector3 ( arg0 , arg1 , arg2 ) ; for ( int loc2 = 0 ; loc2 < ( loc1 . loc0 - 1 ) ; loc2 ++ ) { loc0 += loc1 [ loc2 ] . distance ( loc1 [ loc2 + 1 ] ) ; } return loc0 ; }
calculates the length between the given control point indices . important note : see the javadoc for the #getapproximatelength int method for important information . concode_field_sep Spline _spline concode_elem_sep List<ReadOnlyVector3> _controlPoints concode_field_sep Point toRenderablePoint concode_elem_sep Point to...
DescribeEndpointsResult function ( Endpoint ... arg0 ) { if ( this . endpoints == null ) { setEndpoints ( new java . util . ArrayList < Endpoint > ( arg0 . length ) ) ; } for ( Endpoint loc0 : arg0 ) { this . endpoints . add ( loc0 ) ; } return this ; }
endpoint description . note : this method appends the values to the existing list if any . use #setendpoints java.util.collection or #withendpoints java.util.collection if you want to override theexisting values . concode_field_sep java.util.List<Endpoint> endpoints concode_elem_sep String marker concode_field_sep void...
void function ( double arg0 ) { if ( arg0 < ALPHA_LOWER_BOUND ) { alpha = ALPHA_LOWER_BOUND ; } else if ( arg0 > ALPHA_UPPER_BOUND ) { alpha = ALPHA_UPPER_BOUND ; } else alpha = arg0 ; }
this method does not allow you to set the value of alpha outside the designated range . concode_field_sep double E2 concode_elem_sep double EPSILON concode_elem_sep double c concode_elem_sep double alpha concode_elem_sep double ALPHA_LOWER_BOUND concode_elem_sep double NUMBER_TWO_DOUBLE concode_elem_sep VectorSet y con...
void function ( SessionContext arg0 , String arg1 ) { String loc0 = "srini_string" ; if ( ! StringUtils . isNull ( arg1 ) ) { loc0 = arg1 ; } setGlobalStatus ( arg0 , "srini_string" , loc0 ) ; }
set global error status effects all target databases concode_field_sep org.apache.commons.logging.Log _log concode_field_sep void setAsyncSearch concode_elem_sep int getEstimatedHits concode_elem_sep HashMap getStatusMapForTarget concode_elem_sep void setAllComplete concode_elem_sep boolean isAsyncSearch concode_elem_s...
void function ( String arg0 ) { this . outFile = new ExifInterface ( arg0 ) ; }
the file after it has been compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focal...
byte [ ] function ( ) { return ( ( byte [ ] ) value ) ; }
get the byte array blob of the osc argument . concode_field_sep Object value concode_field_sep String stringValue concode_elem_sep char charValue concode_elem_sep int[] midiValue concode_elem_sep int intValue concode_elem_sep float floatValue concode_elem_sep boolean booleanValue concode_elem_sep String toString concod...
double function ( ) { List < Integer > loc0 = createRandomHand ( ) ; System . out . println ( "srini_string" + loc0 ) ; return poker . testHand ( loc0 . get ( 0 ) , loc0 . get ( 1 ) , loc0 . get ( 2 ) , loc0 . get ( 3 ) , loc0 . get ( 4 ) ) ; }
evaluates a random hand according to the given payouttable . concode_field_sep Game poker concode_field_sep List<Integer> createRandomHand concode_elem_sep void main concode_elem_sep double testHand
void function ( String arg0 , Object arg1 ) { map . put ( arg0 , arg1 ) ; }
set user define property . concode_field_sep HashMap<String,Object> map concode_elem_sep boolean isReady concode_elem_sep Object pingLock concode_elem_sep PopupMenu topPopupMenu concode_elem_sep int zIndex concode_elem_sep boolean popupMenuMouseDown concode_elem_sep int nextID concode_elem_sep Resized resized concode_e...
void function ( int arg0 ) { this . errNo = arg0 ; }
set the error no concode_field_sep int LDAP_OBJECT_CLASS_MODS_PROHIBITED concode_elem_sep int LDAP_INAPPROPRIATE_AUTHENTICATION concode_elem_sep int LDAP_OBJECT_CLASS_VIOLATION concode_elem_sep int LDAP_CONSTRAINT_VIOLATION concode_elem_sep int LDAP_INSUFFICIENT_ACCESS_RIGHTS concode_elem_sep int LDAP_UNDEFINED_ATTRIBU...
long function ( String arg0 ) { StatFs loc0 = new StatFs ( arg0 ) ; long loc1 = loc0 . getBlockSize ( ) ; long loc2 = loc0 . getAvailableBlocks ( ) ; return loc2 * loc1 / 1024 ; }
given a path return the number of free kb concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep boolean testFileExists
short function ( ) { return mSubmessageId ; }
gets the sub-message identifier . if required by #gettype , this value contains a sub-index within the current message or frame that is being transmitted . i.e. for l1 c/a the sub-message identifier corresponds to the sub-frame id of the navigation message . concode_field_sep byte TYPE_L1CA concode_elem_sep byte mPrn c...
void function ( byte [ ] arg0 , int arg1 ) { writeStream . write ( arg0 , 0 , arg1 ) ; bytesWritten += arg1 ; }
this class and subclasses should write to the underlying writestream only with this method . that way we can be confident that byteswritten will always be accurate . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream ...
Jid function ( ) { List < MultipleAddresses . Address > loc0 = extension . getAddressesOfType ( MultipleAddresses . Type . replyroom ) ; return loc0 . isEmpty ( ) ? null : loc0 . get ( 0 ) . getJid ( ) ; }
returns the jid of a muc room to which responses should be sent or null if no specific address was provided . when no specific address was provided then the reply can be sent to any or all recipients . otherwise , the user should join the specified room and send the reply to the room . concode_field_sep MultipleAddress...
AWSSessionCredentials function ( String arg0 ) { setSessionToken ( arg0 ) ; return this ; }
the token for the session . concode_field_sep String accessKeyId concode_elem_sep String secretAccessKey concode_elem_sep String sessionToken concode_field_sep AWSSessionCredentials withAccessKeyId concode_elem_sep void setSessionToken concode_elem_sep AWSSessionCredentials withSecretAccessKey concode_elem_sep void set...
Integer function ( ) { if ( selProduct == null ) return null ; return 0 ; }
returns the number of endpoints from the database . findproduct must be called before this method . concode_field_sep ZWaveDbRoot database concode_elem_sep Logger logger concode_elem_sep ZWaveDbProduct selProduct concode_elem_sep ZWaveDbManufacturer selManufacturer concode_elem_sep List<ZWaveDbManufacturer> Manufacture...
String function ( ) { String loc0 = "srini_string" ; for ( int loc1 = 0 ; loc1 < layers . length ; loc1 ++ ) loc0 += layers [ loc1 ] + "srini_string" ; return loc0 ; }
get a string representation of the current network . concode_field_sep int transFunc concode_elem_sep int numInputs concode_elem_sep int numHiddenLayers concode_elem_sep int numHiddenNeurons concode_elem_sep NeuralLayer[] layers concode_elem_sep int TRANS_LOGSIG concode_elem_sep int TRANS_TANSIG concode_elem_sep int nu...
void function ( int arg0 ) { this . start = arg0 ; }
setter for start position concode_field_sep File file concode_elem_sep Logger log concode_elem_sep ITagReader reader concode_elem_sep IScope scope concode_elem_sep String KEY concode_elem_sep int start concode_elem_sep IPipe pipe concode_elem_sep KeyFrameMeta keyFrameMeta concode_field_sep boolean hasVideo concode_elem...
boolean function ( ) { return m_bLowerCaseNames ; }
returns true if parameter names are to be converted to lower case when name/value pairs are parsed . concode_field_sep int m_nIndex2 concode_elem_sep char[] m_aChars concode_elem_sep int m_nIndex1 concode_elem_sep int m_nPos concode_elem_sep boolean m_bLowerCaseNames concode_elem_sep int m_nLen concode_field_sep void s...
AttributeField function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < av . size ( ) ; loc0 ++ ) { AttributeField loc1 = ( AttributeField ) av . elementAt ( loc0 ) ; if ( loc1 . getAttributeName ( ) . equals ( arg0 ) ) return loc1 ; } return null ; }
gets a particular attribute concode_field_sep ConnectionField c concode_elem_sep Vector<AttributeField> av concode_elem_sep MediaField m concode_field_sep ConnectionField getConnection concode_elem_sep MediaField getMedia concode_elem_sep Vector<AttributeField> getAttributes concode_elem_sep Vector<AttributeField> getA...
void function ( ProviderModifiableConfiguration arg0 ) { this . modifiableConfiguration = arg0 ; }
sets the value of the modifiableconfiguration property . concode_field_sep short timeStamp concode_elem_sep boolean allowManualRefresh concode_elem_sep short refreshUnit concode_elem_sep String code concode_elem_sep ProviderConfiguration configuration concode_elem_sep String name concode_elem_sep ProviderModifiableConf...
Dimension function ( Container arg0 ) { return calculateLayoutSize ( arg0 , 'm' ) ; }
calculates the minimum size dimensions for the specified container , given the components it contains . concode_field_sep int m_spaceH concode_elem_sep int m_spaceV concode_elem_sep boolean m_colFill concode_elem_sep ALayoutCollection m_data concode_field_sep Dimension preferredLayoutSize concode_elem_sep void removeLa...
int function ( int arg0 ) { return arg0 >= 0 ? arg0 : - arg0 ; }
returns the unsigned value of an int . concode_field_sep float PI2 concode_elem_sep boolean fastMath concode_elem_sep float[] SIN_TABLE concode_elem_sep int SIN_COUNT concode_elem_sep float deg2Rad concode_elem_sep float PI concode_elem_sep float radFull concode_elem_sep float degToIndex concode_elem_sep int SIN_BITS c...
void function ( String arg0 ) { this . alertMessage = arg0 ; }
setter method concode_field_sep String alertMessage concode_elem_sep String firstAlert concode_elem_sep String dissatisAlert concode_elem_sep String annivarAlert concode_elem_sep String genericAlert concode_elem_sep String birthAlert concode_elem_sep String retailerId concode_elem_sep String repeatAlert concode_elem_se...
boolean function ( ControlledJob arg0 ) { if ( this . state == State . WAITING ) { if ( this . dependingJobs == null ) { this . dependingJobs = new ArrayList < ControlledJob > ( ) ; } return this . dependingJobs . add ( arg0 ) ; } else { return false ; } }
add a job to this jobs ' dependency list . dependent jobs can only be added while a job is waiting to run , not during or afterwards . concode_field_sep Log LOG concode_elem_sep List<ControlledJob> dependingJobs concode_elem_sep String CREATE_DIR concode_elem_sep State state concode_elem_sep String controlID concode_el...
Map < String , String > function ( InetAddress arg0 ) { return properties ; }
identify the sasl properties to be used for a connection with a server . concode_field_sep Configuration conf concode_elem_sep Map<String,String> properties concode_field_sep Configuration getConf concode_elem_sep Map<String,String> getServerProperties concode_elem_sep SaslPropertiesResolver getInstance concode_elem_se...
Node function ( ) { return this ; }
returns the node object that currently represents this node in the avl index structure . in current implementations of node this is always the same as the this object for memory and text tables but can be a different object for cached tables , where disknode objects may be freed from the cache . calling this method ret...
Object function ( ) { Object loc0 = null ; try { loc0 = super . loc0 ( ) ; } catch ( CloneNotSupportedException loc1 ) { loc1 . printStackTrace ( ) ; } return loc0 ; }
clones the data item . note : there is no need to clone the period or value since they are immutable classes . concode_field_sep RegularTimePeriod period concode_elem_sep long serialVersionUID concode_elem_sep Number value concode_field_sep Number getValue concode_elem_sep int hashCode concode_elem_sep void setValue co...
void function ( List < ReportChartItem > arg0 ) { this . chart = arg0 . toArray ( new ReportChartItem [ arg0 . size ( ) ] ) ; }
set chart data concode_field_sep List<CReport> reports concode_elem_sep Map<Long,AbstractCujo> entityMap concode_elem_sep int totalTimeMin concode_elem_sep AbstractCujo type concode_elem_sep ReportChartItem[] chart concode_field_sep void setReports concode_elem_sep int getTotalTimeMin concode_elem_sep List<CReport> get...
HttpUrlConnectorProvider function ( ) { this . useFixedLengthStreaming = true ; return this ; }
instruct the provided connectors to use the java.net.httpurlconnection #setfixedlengthstreamingmode int fixed-length streaming mode on the underlying http url connection instance when sending requests.see #use_fixed_length_streaming property documentation for more details . note that this programmatically set value can...
void function ( final Header arg0 ) { this . contentType = arg0 ; }
specifies the content-type header . the default implementation sets the value of the #contenttype contenttype attribute . concode_field_sep Header contentEncoding concode_elem_sep boolean chunked concode_elem_sep Header contentType concode_field_sep Header getContentEncoding concode_elem_sep boolean isChunked concode_e...
ValidationMessage function ( String arg0 ) { setMessage ( arg0 ) ; return this ; }
a message describing the error or warning . concode_field_sep String severity concode_elem_sep String namespace concode_elem_sep String message concode_elem_sep String optionName concode_field_sep void setOptionName concode_elem_sep String getSeverity concode_elem_sep ValidationMessage withNamespace concode_elem_sep St...
double function ( ) { return Math . sqrt ( x * x + y * y ) ; }
returns the polar radius of this point . concode_field_sep Comparator<Point2D> X_ORDER concode_elem_sep Comparator<Point2D> R_ORDER concode_elem_sep double x concode_elem_sep double y concode_elem_sep Comparator<Point2D> Y_ORDER concode_field_sep double distanceSquaredTo concode_elem_sep double angleTo concode_elem_sep...
void function ( java . lang . String arg0 ) { this . dataDiagnostico = arg0 ; }
sets the datadiagnostico value for this diagnosticodvbshist . concode_field_sep int qualidadeSinal concode_elem_sep java.lang.String macAddress concode_elem_sep java.lang.String serialNumber concode_elem_sep java.lang.String sistemaOrigem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep int frequencia co...
void function ( ) { HashSet < Generator > loc0 = new HashSet < Generator > ( ) ; if ( runCompletionCheck ( loc0 ) != LFlag . LIVE ) { postCompletionCheckScan ( loc0 ) ; } }
check for deadlocked states where none of the generators we are indirectly dependent on can run . concode_field_sep ArrayList<Object> results concode_elem_sep Set<ConsumerChoicePointFrame> generatingCPs concode_elem_sep boolean checkReadyNeeded concode_elem_sep TriplePattern goal concode_elem_sep Set<ConsumerChoicePoin...
boolean function ( String arg0 ) { return detectedOptions . containsKey ( arg0 ) ; }
tells whether the given option was detected . concode_field_sep Map<AbstractOptionSpec<?>,List<String>> optionsToArguments concode_elem_sep Map<String,AbstractOptionSpec<?>> detectedOptions concode_elem_sep List<OptionSpec<?>> detectedSpecs concode_elem_sep Map<String,AbstractOptionSpec<?>> recognizedSpecs concode_elem...
void function ( ByteBuffer arg0 ) { Log . v ( "srini_string" , "srini_string" + mLength + "srini_string" ) ; int loc0 = mBuffer . position ( ) ; mBuffer . position ( 0 ) ; mBuffer . limit ( mLength ) ; arg0 . put ( mBuffer ) ; mBuffer . position ( mLength ) ; mBuffer . limit ( loc0 ) ; mBuffer . compact ( ) ; }
`` move '' the packet data out of the buffer we 're sitting on and into buf at the current position . concode_field_sep int HANDSHAKE_BAD concode_elem_sep int DDMS_CMD concode_elem_sep int JDWP_HEADER_LEN concode_elem_sep int mSerialId concode_elem_sep int HANDSHAKE_NOTYET concode_elem_sep int mLength concode_elem_sep ...
Builder function ( int arg0 ) { this . concurrentRequests = arg0 ; return this ; }
sets the number of concurrent requests allowed to be executed . a value of 0 means that only a single request will be allowed to be executed . a value of 1 means 1 concurrent request is allowed to be executed while accumulating new bulk requests . defaults to 1 . concode_field_sep int concurrentRequests concode_elem_se...
boolean function ( ) { return System . getProperty ( "srini_string" ) . contains ( "srini_string" ) ; }
returns true if running on windows . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isLinux concode_elem_sep boolean isMacOS
void function ( String arg0 ) { this . s3CanonicalUserId = arg0 ; }
the amazon s3 canonical user id for the origin access identity , which you use when giving the origin access identity read permission to an object in amazon s3 . concode_field_sep String comment concode_elem_sep String id concode_elem_sep String s3CanonicalUserId concode_field_sep CloudFrontOriginAccessIdentitySummary ...
double function ( ) { return n ; }
returns the number of observations . concode_field_sep boolean biasCorrected concode_elem_sep double meanY concode_elem_sep double meanX concode_elem_sep double covarianceNumerator concode_elem_sep double n concode_field_sep double getResult concode_elem_sep void increment
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , String . format ( arg1 , arg2 ) ) ; }
debug 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 setLogLevel concode_elem_sep void setLogLevel concod...
String function ( ) { return text ; }
return the value of the text property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep ...
void function ( GL10 arg0 ) { mGrabber . getCurrentProjection ( arg0 ) ; mMVPComputed = false ; }
get the current projection matrix . has the side-effect of setting current matrix mode to gl_projection concode_field_sep MatrixGrabber mGrabber concode_elem_sep boolean mMVPComputed concode_elem_sep float[] mMVP concode_elem_sep float[] mV concode_elem_sep int mX concode_elem_sep int mViewWidth concode_elem_sep int mY...
ByteBuffer function ( ) { return mData ; }
get the compressed data of the texture . concode_field_sep int mHeight concode_elem_sep int mWidth concode_elem_sep ByteBuffer mData concode_field_sep int getHeight concode_elem_sep void writeTexture concode_elem_sep void loadTexture concode_elem_sep void loadTexture concode_elem_sep ETC1Texture compressTexture concode...
boolean function ( @ Nullable final String arg0 , @ Nullable final String arg1 , @ Nullable final String arg2 ) { final String loc0 = _createLocaleKey ( arg0 , arg1 , arg2 ) ; if ( loc0 . length ( ) == 0 ) return false ; s_aRWLock . readLock ( ) . lock ( ) ; try { return s_aLocales . containsKey ( loc0 ) ; } finally { ...
check if the passed language is in the cache . concode_field_sep Map<String,Locale> s_aLocales concode_elem_sep ReadWriteLock s_aRWLock concode_elem_sep LocaleCache s_aInstance concode_elem_sep Logger s_aLogger concode_field_sep void resetCache concode_elem_sep String _createLocaleKey concode_elem_sep void _initialAdd ...
boolean function ( ) { return useExistingField ; }
to check whether use field exists or not . concode_field_sep String keyPattern concode_elem_sep KVFetchValue fetchValue concode_elem_sep String distance concode_elem_sep Integer yoffset concode_elem_sep Float multiplier concode_elem_sep Integer length concode_elem_sep Integer xoffset concode_elem_sep LocationType locat...
String function ( ) { return signatureLocation ; }
gets the value of the signaturelocation property . concode_field_sep Boolean migratingMandate concode_elem_sep String totalCollected concode_elem_sep String totalInFlight concode_elem_sep MandateType type concode_elem_sep XMLGregorianCalendar creationDate concode_elem_sep String mandateOperationReason concode_elem_sep ...
T function ( ) { T loc0 = cola . darElemento ( 0 ) ; try { cola . eliminar ( 0 ) ; } catch ( Exception loc1 ) { loc1 . printStackTrace ( ) ; } return loc0 ; }
metodo que elimina el primer elemento de la cola front concode_field_sep long serialVersionUID concode_elem_sep ListaDoble<T> cola concode_field_sep T getBack concode_elem_sep void print concode_elem_sep T getFront concode_elem_sep boolean isEmpty concode_elem_sep void clear concode_elem_sep void enQueue concode_elem_s...
void function ( String arg0 , Object arg1 ) { logger . trace ( "srini_string" , arg0 , arg1 ) ; Object loc0 = stash . put ( arg0 , arg1 ) ; if ( loc0 != null && loc0 != arg1 ) { logger . trace ( "srini_string" , loc0 , arg0 ) ; } }
allows to saved a specific field in the stash as key-value pair concode_field_sep ESLogger logger concode_elem_sep Stash EMPTY concode_elem_sep Map<String,Object> stash concode_field_sep Object unstashValue concode_elem_sep void unstashObject concode_elem_sep XContentBuilder toXContent concode_elem_sep void clear conco...
SignatureVisitor function ( ) { return this ; }
visits the type of an interface implemented by the class . concode_field_sep char EXTENDS concode_elem_sep char SUPER concode_elem_sep int api concode_elem_sep char INSTANCEOF concode_field_sep void visitEnd concode_elem_sep SignatureVisitor visitInterfaceBound concode_elem_sep void visitTypeArgument concode_elem_sep S...
LocalVariableInfo function ( SsaMethod arg0 ) { LocalVariableExtractor loc0 = new LocalVariableExtractor ( arg0 ) ; return loc0 . doit ( ) ; }
extracts out all the local variable information from the given method . concode_field_sep SsaMethod method concode_elem_sep ArrayList<SsaBasicBlock> blocks concode_elem_sep BitSet workSet concode_elem_sep LocalVariableInfo resultInfo concode_field_sep LocalVariableInfo doit concode_elem_sep void processBlock
void function ( Iterator < ? extends Number > arg0 ) { while ( arg0 . hasNext ( ) ) { add ( arg0 . next ( ) . doubleValue ( ) ) ; } }
adds the given values to the dataset . concode_field_sep long count concode_elem_sep double max concode_elem_sep double mean concode_elem_sep double sumOfSquaresOfDeltas concode_elem_sep double min concode_field_sep void add concode_elem_sep double sumOfSquaresOfDeltas concode_elem_sep double max concode_elem_sep long ...
void function ( URI arg0 , Set < String > arg1 ) { if ( arg0 != null ) { arg1 . add ( arg0 . getScheme ( ) ) ; } }
add any schemes registered as patterns in this layout , given the supplied base uri . these are used to determine which repository implementation can be used local file , http , etc . concode_field_sep PlaceHolder placeHolder concode_field_sep void apply
void function ( ShadingState arg0 ) { geometry . prepareShadingState ( arg0 ) ; if ( arg0 . getNormal ( ) != null && arg0 . getGeoNormal ( ) != null ) arg0 . correctShadingNormal ( ) ; if ( arg0 . getModifier ( ) != null ) arg0 . getModifier ( ) . modify ( arg0 ) ; }
prepare the shading state for shader invocation . this also runs the currently attached surface modifier . concode_field_sep Shader[] shaders concode_elem_sep Matrix4 o2w concode_elem_sep Matrix4 w2o concode_elem_sep BoundingBox bounds concode_elem_sep Geometry geometry concode_elem_sep Modifier[] modifiers concode_fie...
String function ( ) { return host ; }
return the host address concode_field_sep Zone zone concode_elem_sep String host concode_elem_sep int VOLUME_MAX concode_elem_sep DocumentBuilderFactory dbf concode_elem_sep int VOLUME_MIN concode_elem_sep int VOLUME_RANGE concode_field_sep void updateState concode_elem_sep void updateDeviceInformation concode_elem_sep...
String function ( ) { return type ; }
as this can not change during the life of the object , it 's final . concode_field_sep String type concode_elem_sep String value concode_field_sep String getValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep String toString c...
void function ( long arg0 ) { _recentLayoutSetBranch . setPrimaryKey ( arg0 ) ; }
sets the primary key of this recent layout set branch . concode_field_sep RecentLayoutSetBranch _recentLayoutSetBranch concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode...
void function ( PaymentFrequency arg0 ) { this . frequency = arg0 ; }
sets the value of the frequency property . concode_field_sep BigDecimal frstPmtAmt concode_elem_sep PmtWeekOfMonth pmtWeekOfMonth concode_elem_sep String noOfPayments concode_elem_sep PaymentType pmtType concode_elem_sep BigDecimal pmtAmt concode_elem_sep PaymentDayofWeek pmtDayOfWeek concode_elem_sep BigDecimal lstPmt...
List < TaskStats > function ( ) { return points ; }
return the current task stats . the actual task stats are returned , so caller should not modify this task stats . concode_field_sep TaskStats currentStats concode_elem_sep int nextTaskRunNum concode_elem_sep ArrayList<TaskStats> points concode_field_sep TaskStats markTaskStart concode_elem_sep TaskStats getCurrentStat...
boolean function ( Object arg0 , Object arg1 ) { return ( arg0 == null && arg1 == null ) || arg0 . equals ( arg1 ) ; }
check if two objects are equal - handles the case where both objects are null concode_field_sep PlaceHolder placeHolder concode_field_sep void myassert concode_elem_sep int intSqrt concode_elem_sep void merge concode_elem_sep T findLT concode_elem_sep void main concode_elem_sep void mergeSort concode_elem_sep String co...
void function ( int arg0 ) { this . param2 = arg0 ; }
this sets the param2 concode_field_sep String param3 concode_elem_sep String param1 concode_elem_sep int param2 concode_field_sep void setParam1 concode_elem_sep String getParam1 concode_elem_sep int getParam2 concode_elem_sep String getParam3 concode_elem_sep void setParam3