code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( ) { if ( autoFocusManager != null ) { autoFocusManager . stop ( ) ; autoFocusManager = null ; } if ( camera != null && previewing ) { camera . stopPreview ( ) ; previewCallback . setHandler ( null , 0 ) ; previewing = false ; } }
tells the camera to stop drawing preview frames . concode_field_sep String TAG concode_elem_sep int MAX_FRAME_WIDTH concode_elem_sep int requestedFramingRectHeight concode_elem_sep AutoFocusManager autoFocusManager concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep CameraConfigurationManager configManager concode_e...
void function ( Closeable arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { } } }
closes closeable , ignoring any checked exceptions . does nothing if closeable is null . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_AR...
void function ( byte [ ] arg0 ) { this . i = ( ( byte [ ] ) arg0 ) ; }
sets the value of the i property . concode_field_sep STTrueFalse annotation concode_elem_sep Object parent concode_elem_sep byte[] i concode_field_sep Object getParent concode_elem_sep byte[] getI concode_elem_sep STTrueFalse getAnnotation concode_elem_sep void setAnnotation concode_elem_sep void afterUnmarshal concode...
void function ( ModelClass arg0 ) { this . model = arg0 ; }
sets a model to back the container . note : this method invalidates results in any underlying data to be ignored . to resume using this underlying data , set this method wil a null param . concode_field_sep ModelContainerAdapter<ModelClass> modelContainerAdapter concode_elem_sep DataClass data concode_elem_sep ModelAda...
MessageSendingOperations < String > function ( ) { return this . messagingTemplate ; }
return the messaging template used to send resolved messages to the broker channel . concode_field_sep boolean running concode_elem_sep SubscribableChannel brokerChannel concode_elem_sep MessageSendingOperations<String> messagingTemplate concode_elem_sep Object lifecycleMonitor concode_elem_sep SubscribableChannel clie...
Element function ( Document arg0 , String arg1 ) { return arg0 . getElementById ( arg1 ) ; }
method getelementbyid concode_field_sep PlaceHolder placeHolder concode_field_sep void registerElementById
byte [ ] function ( byte [ ] arg0 ) { if ( arg0 . length != 4 ) throw new IllegalArgumentException ( "srini_string" ) ; byte [ ] loc0 = new byte [ 16 ] ; for ( int loc1 = 0 ; loc1 < 16 - 4 ; loc1 ++ ) loc0 [ loc1 ] = 0 ; for ( int loc1 = 0 ; loc1 < 4 ; loc1 ++ ) loc0 [ 12 + loc1 ] = arg0 [ loc1 ] ; return loc0 ; }
convert an ipv4 address to an ipv6 ipv4-compatible address . concode_field_sep Logger log concode_elem_sep byte[] netmask concode_elem_sep byte[] network concode_field_sep boolean match concode_elem_sep byte[] ip4MaskToIp6 concode_elem_sep int ipToBytes
String function ( ) { return this . instanceId ; }
the id of the resource being exported . concode_field_sep String instanceId concode_elem_sep String targetEnvironment concode_field_sep String getTargetEnvironment concode_elem_sep InstanceExportDetails withInstanceId concode_elem_sep void setTargetEnvironment concode_elem_sep void setTargetEnvironment concode_elem_sep...
DialogPlus function ( ) { init ( ) ; return new DialogPlus ( this ) ; }
create the dialog using this builder concode_field_sep OnCancelListener onCancelListener concode_elem_sep boolean isCancelable concode_elem_sep BaseAdapter adapter concode_elem_sep int outAnimation concode_elem_sep int[] outMostMargin concode_elem_sep int defaultContentHeight concode_elem_sep int[] margin concode_elem_...
boolean function ( HttpClientConfig arg0 ) { return StringUtils . isNotEmpty ( arg0 . getSslContextType ( ) ) && StringUtils . isNotEmpty ( arg0 . getTrustManagerType ( ) ) && StringUtils . isNotEmpty ( arg0 . getTrustStoreType ( ) ) && StringUtils . isNotEmpty ( arg0 . getTrustStorePath ( ) ) ; }
checks whether a ssl trust store is configured . concode_field_sep String TRUST_STORE_TYPE_DEFAULT concode_elem_sep String SSL_CONTEXT_TYPE_DEFAULT concode_elem_sep String KEY_STORE_TYPE_DEFAULT concode_elem_sep String TRUST_MANAGER_TYPE_DEFAULT concode_elem_sep String KEY_MANAGER_TYPE_DEFAULT concode_field_sep TrustMa...
int function ( ) { return region ; }
get the region where this wanderer is attached to concode_field_sep Address signAddress concode_elem_sep DirectionRegistry from concode_elem_sep int region concode_elem_sep BCSign bcsign concode_field_sep BlockSnapshot getCenter concode_elem_sep boolean isAtBorder concode_elem_sep void setSignAddress concode_elem_sep E...
ModifyDBClusterParameterGroupResult function ( String arg0 ) { this . dBClusterParameterGroupName = arg0 ; return this ; }
the name of the db cluster parameter group . constraints : must be 1 to 255 alphanumeric characters first character must be a letter can not end with a hyphen or contain two consecutive hyphens this value is stored as a lowercase string . returns a reference to this object so that method calls can be chained together ....
boolean function ( ) { long loc0 = file . loc0 ( ) ; long loc1 = System . currentTimeMillis ( ) - loc0 ; return ( ( lastVersionLoaded >= loc0 ) || ( loc1 < 5000 ) ) ; }
determine whether the script file has changed since it was last loaded . if the script file has changed in the last 5 seconds , it is ignored to ensure that we do n't jump on a file that is still being modified . concode_field_sep Hashtable<String,LookupTable> tables concode_elem_sep File file concode_elem_sep long las...
void function ( Object arg0 , ActorRef arg1 ) { endpoint . getMailbox ( ) . scheduleFirst ( new Envelope ( arg0 , endpoint . getScope ( ) , endpoint . getMailbox ( ) , arg1 ) ) ; }
sending message before all other messages concode_field_sep String path concode_elem_sep ActorEndpoint endpoint concode_elem_sep ActorSystem system concode_field_sep ActorSystem system concode_elem_sep void post concode_elem_sep String getPath concode_elem_sep void send concode_elem_sep void send
void function ( ) { if ( isSingleton ( ) ) { this . initialized = true ; this . singletonInstance = createInstance ( ) ; this . earlySingletonInstance = null ; } }
eagerly create the singleton instance , if necessary . concode_field_sep BeanFactory beanFactory concode_elem_sep Log logger concode_elem_sep T singletonInstance concode_elem_sep boolean singleton concode_elem_sep ClassLoader beanClassLoader concode_elem_sep T earlySingletonInstance concode_elem_sep boolean initialized...
boolean function ( ) { return ! "srini_string" . equals ( timeZoneOffset ) ; }
gets the time zone offset fromm gmt . if the offset is negative true is returned , false otherwise . note if the original date value can not be parsed , this method returns the unparsed string . concode_field_sep int OFFSET_HH concode_elem_sep int OFFSET_MM concode_elem_sep String month concode_elem_sep int OFFSET_SS c...
PeriodFormatterFactory function ( int arg0 ) { updateCustomizations ( ) . countVariant = ( byte ) arg0 ; return this ; }
set the variant of the count to use . concode_field_sep boolean displayDirection concode_elem_sep byte separatorVariant concode_elem_sep byte countVariant concode_elem_sep PeriodFormatterData data concode_elem_sep boolean customizationsInUse concode_elem_sep boolean displayLimit concode_elem_sep byte unitVariant concod...
void function ( ) { assertTrue ( "srini_string" , ip6MaskedMatcher . match ( IP6_FULL_ADDRESS2 ) ) ; }
test method for org.dspace.authenticate.ipmatcher #match java.lang.string . concode_field_sep IPMatcher ip6FullMatcher concode_elem_sep String IP6_FULL_ADDRESS2 concode_elem_sep IPMatcher ip6MaskedMatcher concode_elem_sep int increment concode_elem_sep String IP6_FULL_ADDRESS1 concode_elem_sep String IP6_MASKED_ADDRESS...
String function ( ) { return mUri . getPath ( ) ; }
gets the part component of this tachyonuri . concode_field_sep String SEPARATOR concode_elem_sep boolean WINDOWS concode_elem_sep String CUR_DIR concode_elem_sep URI mUri concode_elem_sep TachyonURI EMPTY_URI concode_field_sep TachyonURI getParent concode_elem_sep int getDepth concode_elem_sep String getName concode_el...
void function ( ) { readUncached = true ; }
do not use the cache . concode_field_sep Cache cache concode_elem_sep int memory concode_elem_sep int listIndex concode_elem_sep Session session concode_elem_sep ObjectArray<ValueLob> lobs concode_elem_sep ObjectArray<Row> list concode_elem_sep int index concode_elem_sep int maxMemory concode_elem_sep DataPage rowBuff ...
T function ( ) { return data ; }
method to get the response data concode_field_sep Args args concode_elem_sep HttpRequestBase request concode_elem_sep HttpClient httpClient concode_elem_sep Handler handler concode_elem_sep Header[] headers concode_elem_sep T data concode_elem_sep HttpResponse response concode_elem_sep long serialVersionUID concode_fie...
void function ( final boolean arg0 , final String arg1 , final String arg2 ) { final int loc0 = HibernateUtil . getNextSequenceValue ( mgr , arg1 , arg2 ) ; assertEquals ( "srini_string" + arg2 + "srini_string" + arg1 , true , loc0 > 0 ) ; assertEquals ( "srini_string" + arg1 + "srini_string" , arg0 , mgr . isInTransac...
checks if the nextsequencevalue is > 0 . concode_field_sep String taskLsid_seqName concode_elem_sep HibernateSessionManager mgr concode_elem_sep GpConfig gpConfig concode_elem_sep String suiteLsid_seqName concode_field_sep void createSequenceGeneric_alreadyExists_lsid concode_elem_sep void getNextLsid_txn concode_elem_...
String function ( boolean arg0 ) { getContextMessageLog ( ) ; StubServer . resetAuction ( ) ; appendControl ( "srini_string" ) ; if ( ! arg0 ) { messageLog . addMessage ( "srini_string" , "srini_string" , null ) ; } storeMessageLog ( ) ; state . updateAll ( ) ; return ( "srini_string" ) ; }
method to clear outstanding bids and restore them to their initial state concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep String LOG_PATH concode_el...
void function ( String arg0 ) { this . authorizedID = arg0 ; }
sets the id of the authorized entity . called by handler only when the id is different from #getauthorizationid . for example , the id might need to be canonicalized for the environment in which it will be used . concode_field_sep String authenticationID concode_elem_sep String authorizedID concode_elem_sep long serial...
List < PortalPreferences > function ( int arg0 , int arg1 ) { return getPersistence ( ) . findAll ( arg0 , arg1 ) ; }
returns a range of all the portal preferenceses . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to queryutil #all_pos will return the full...
String function ( ) { return getLiteralString ( ) ; }
returns a string representation of the object . the hex data is converted to an equivalent string representation concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder hexToString concode_elem_se...
void function ( ) { glyphTexts . clear ( ) ; strokeColor = null ; font = null ; }
dispose this textsprite object . concode_field_sep ArrayList<GlyphText> glyphTexts concode_elem_sep AffineTransform graphicStateTransform concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean OPTIMIZED_DRAWING_ENABLED concode_elem_sep Color strokeColor concode_elem_sep int rmode concode_elem_sep FontFile f...
HaeinsaTableIfaceInternal function ( String arg0 ) { HaeinsaTableIfaceInternal loc0 = tables . get ( arg0 ) ; if ( loc0 == null ) { loc0 = createHTable ( arg0 ) ; } return loc0 ; }
get a reference to the specified table from the pool . create a new one if one is not available . concode_field_sep HaeinsaTableIfaceFactory tableFactory concode_elem_sep PoolMap<String,HaeinsaTableIfaceInternal> tables concode_elem_sep int maxSize concode_elem_sep PoolType poolType concode_elem_sep Configuration confi...
Document function ( InputStream arg0 , String arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return parse ( arg0 ) ; }
parse the content of the given inputstream as an xml document and return a new dom document object.an illegalargumentexception is thrown if the inputstream is null . concode_field_sep boolean DEBUG concode_field_sep boolean isNamespaceAware concode_elem_sep void reset concode_elem_sep Document newDocument concode_elem_...
void function ( String arg0 ) { this . paragraphId = arg0 ; }
set paragraphid concode_field_sep List<AngularObjectWatcher> watchers concode_elem_sep String name concode_elem_sep AngularObjectListener listener concode_elem_sep String noteId concode_elem_sep String paragraphId concode_elem_sep T object concode_field_sep void addWatcher concode_elem_sep String getName concode_elem_s...
boolean function ( ) { boolean loc0 = true ; boolean loc1 = false ; for ( GraphicPrimitive loc2 : P . getPrimitiveVector ( ) ) { if ( loc2 . getSelected ( ) ) { if ( loc1 ) loc0 = false ; loc1 = true ; } } return loc1 && loc0 ; }
determine if only one primitive has been selected concode_field_sep DrawingModel P concode_elem_sep int sel_tolerance concode_elem_sep UndoActions ua concode_field_sep StringBuffer getSelectedString concode_elem_sep boolean selectionCanBeSplitted concode_elem_sep void mirrorAllSelected concode_elem_sep boolean selectRe...
void function ( ServletContextEvent arg0 ) { log ( "srini_string" ) ; this . context = null ; }
record the fact that this web application has been destroyed . concode_field_sep ServletContext context concode_field_sep void log concode_elem_sep void contextInitialized concode_elem_sep void attributeReplaced concode_elem_sep void attributeAdded concode_elem_sep void attributeRemoved
VMRuntime function ( ) { return THE_ONE ; }
returns the object that represents the vm instance 's dalvik-specific runtime environment . concode_field_sep VMRuntime THE_ONE concode_field_sep long getMinimumHeapSize concode_elem_sep void trackExternalFree concode_elem_sep long setMinimumHeapSize concode_elem_sep boolean trackExternalAllocation concode_elem_sep voi...
void function ( int arg0 , short arg1 ) { if ( buffer [ arg0 ] == arg1 ) { return ; } else { buffer [ arg0 ] = arg1 ; bufferChanged = true ; } }
change the buffer value at the given index . concode_field_sep short[] buffer concode_elem_sep Vector<DmxChannel> channels concode_elem_sep int minimumBufferSize concode_elem_sep List<DmxStatusUpdateListener> updateListeners concode_elem_sep boolean bufferChanged concode_elem_sep Logger logger concode_field_sep void re...
boolean function ( ) { return listenerThreaded ; }
should the listener be called on a separate thread if needed . concode_field_sep Scroll scroll concode_elem_sep boolean listenerThreaded concode_elem_sep SearchOperationThreading operationThreading concode_elem_sep String scrollId concode_field_sep void writeTo concode_elem_sep SearchOperationThreading operationThreadi...
void function ( DigestCalculator arg0 ) { util . initialiseMessageImprintDigestCalculator ( arg0 ) ; }
initialise the passed in calculator with the metadata for this message , if it is required as part of the initial message imprint calculation . concode_field_sep TimeStampDataUtil util concode_elem_sep TimeStampedData timeStampedData concode_elem_sep ContentInfo contentInfo concode_field_sep byte[] getEncoded concode_e...
void function ( java . lang . String arg0 ) { this . localResult = arg0 ; }
auto generated setter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep java.lang.String localResult concode_field_sep javax.xml.stream.XMLStreamReader getPullParser concode_elem_sep java.lang.String getResult concode_elem_sep org.apache.axiom.om.OMElement getOMElement concode_elem_sep Transa...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getDirectoryId ( ) != null ) loc0 . append ( "srini_string" + getDirectoryId ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String directoryId concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateDirectoryResult clone concode_elem_sep String getDirectoryId concode_elem_sep void setDirectoryId concode_elem_se...
String function ( ) { try { return to_simple_string ( ) ; } catch ( internal_error loc0 ) { loc0 . crash ( ) ; return null ; } }
convert to a string concode_field_sep production _the_production concode_elem_sep int _core_hash_cache concode_elem_sep symbol _symbol_after_dot concode_elem_sep int _dot_pos concode_field_sep lr_item_core shift_core concode_elem_sep symbol symbol_after_dot concode_elem_sep int obj_hash concode_elem_sep String to_simpl...
void function ( ) { peek ( ) . restart ( ) ; }
ensures that the child which #next would select is againthe first child of the current element . concode_field_sep Document document concode_elem_sep int index concode_elem_sep List<Level> stack concode_elem_sep Element[] list concode_elem_sep Element element concode_field_sep void next concode_elem_sep void next conco...
ResponseEntity < Void > function ( @ PathVariable Long arg0 ) { log . debug ( "srini_string" , arg0 ) ; clienteRepository . delete ( arg0 ) ; clienteSearchRepository . delete ( arg0 ) ; return ResponseEntity . ok ( ) . headers ( HeaderUtil . createEntityDeletionAlert ( "srini_string" , arg0 . toString ( ) ) ) . build (...
delete / clientes / : id : delete the `` id '' cliente . concode_field_sep Logger log concode_elem_sep ClienteSearchRepository clienteSearchRepository concode_elem_sep ClienteRepository clienteRepository concode_field_sep ResponseEntity<Cliente> updateCliente concode_elem_sep ResponseEntity<Cliente> createCliente conco...
void function ( Object arg0 , Throwable arg1 ) { if ( getLogger ( ) . isInfoEnabled ( ) ) { getLogger ( ) . info ( String . valueOf ( arg0 ) , arg1 ) ; } }
logs a message with org.apache.avalon.framework.logger.logger.info . concode_field_sep Logger defaultLogger concode_elem_sep Logger logger concode_field_sep void debug concode_elem_sep void debug concode_elem_sep Logger getLogger concode_elem_sep boolean isWarnEnabled concode_elem_sep void setDefaultLogger concode_elem...
long function ( ) { long loc0 = - 1L ; if ( mLastStatusRefresh > 0L ) { loc0 = mLastKnownElapsed + new Date ( ) . getTime ( ) - mLastStatusRefresh ; } return loc0 ; }
android 's callback that queries us for the elapsed time . here , we are guessing the elapsed time using the last time we updated the elapsed time and its value at the time . concode_field_sep long mLastKnownElapsed concode_elem_sep long mLastStatusRefresh concode_elem_sep String TAG concode_elem_sep RemoteControlClien...
java . util . List < ApplicationDescription > function ( ) { if ( applications == null ) { applications = new com . amazonaws . internal . SdkInternalList < ApplicationDescription > ( ) ; } return applications ; }
this parameter contains a list of applicationdescription . concode_field_sep com.amazonaws.internal.SdkInternalList<ApplicationDescription> applications concode_field_sep int hashCode concode_elem_sep DescribeApplicationsResult withApplications concode_elem_sep DescribeApplicationsResult withApplications concode_elem_s...
X509Certificate function ( PrivateKey arg0 ) { try { return generateX509Certificate ( arg0 , "srini_string" , null ) ; } catch ( NoSuchProviderException loc0 ) { throw new SecurityException ( "srini_string" ) ; } }
generate an x509 certificate , based on the current issuer and subject using the default provider `` bc '' . concode_field_sep V1TBSCertificateGenerator tbsGen concode_elem_sep AlgorithmIdentifier sigAlgId concode_elem_sep DERObjectIdentifier sigOID concode_elem_sep String signatureAlgorithm concode_field_sep void setS...
void function ( String arg0 ) { this . value = arg0 ; }
sets the value . concode_field_sep String name concode_elem_sep String errorMessage concode_elem_sep String id concode_elem_sep String type concode_elem_sep String value concode_elem_sep String taskId concode_field_sep void setName concode_elem_sep String getTaskId concode_elem_sep String getValue concode_elem_sep void...
Object function ( ResultSet arg0 , int arg1 ) { return JdbcUtils . getResultSetValue ( arg0 , arg1 ) ; }
retrieve a jdbc object value for the specified column , using the most appropriate value type . called if no required type has been specified . the default implementation delegates to jdbcutils.getresultsetvalue , which uses the resultset.getobject index method . additionally , it includes a `` hack '' to get around or...
HadoopJarStepConfig function ( ) { return newInstallPigStep ( new String [ 0 ] ) ; }
step that installs the default version of pig on your job flow . concode_field_sep String bucket concode_elem_sep String stringVal concode_field_sep HadoopJarStepConfig newRunHiveScriptStepVersioned concode_elem_sep HadoopJarStepConfig newEnableDebuggingStep concode_elem_sep HadoopJarStepConfig newRunPigScriptStep conc...
Session function ( ) { sysSession . currentSchema = sysSession . database . schemaManager . getDefaultSchemaHsqlName ( ) ; sysSession . isProcessingScript = false ; sysSession . isProcessingLog = false ; sysSession . setUser ( sysSession . database . getUserManager ( ) . getSysUser ( ) ) ; return sysSession ; }
retrieves the common sys session . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep Session getSysSessionForScript concode_elem_sep Session newSysSession conco...
void function ( OrderStatus arg0 ) { this . orderStatus = arg0 ; }
sets the order status concode_field_sep Item item concode_elem_sep Shipping shipping concode_elem_sep Long orderId concode_elem_sep BazaarAccount bidder concode_elem_sep OrderStatus orderStatus concode_elem_sep CreditCard creditCard concode_elem_sep Billing billing concode_field_sep BazaarAccount getBidder concode_elem...
String function ( ) { return this . name ; }
returns a string representing the object . concode_field_sep TickType MINOR concode_elem_sep TickType MAJOR concode_elem_sep String name concode_field_sep Object readResolve concode_elem_sep boolean equals
int function ( ) { return mLocalPort ; }
returns the network port of the local host . concode_field_sep int mLocalPort concode_elem_sep int MODE_RECEIVE_ONLY concode_elem_sep InetAddress mLocalAddress concode_elem_sep int MODE_NORMAL concode_elem_sep int MODE_LAST concode_elem_sep int mNative concode_elem_sep int mRemotePort concode_elem_sep int mMode concode...
void function ( ) { dumpVersion ( ) ; dumpSystemProperties ( ) ; dumpMemoryTrace ( ) ; }
dump of jvm wide debug info . this includes trace and system properties . includes trace and system properties concode_field_sep ClientComms comms concode_elem_sep String className concode_elem_sep String clientID concode_elem_sep String separator concode_elem_sep Logger log concode_elem_sep String lineSep concode_fiel...
Vector2 function ( float arg0 , float arg1 ) { this . x += arg0 ; this . y += arg1 ; return this ; }
adds the given components to this vector concode_field_sep Vector2 tmp concode_elem_sep Vector2 zero concode_elem_sep float x concode_elem_sep float y concode_field_sep Vector2 sub concode_elem_sep Vector2 sub concode_elem_sep float dst2 concode_elem_sep Vector2 set concode_elem_sep Vector2 set concode_elem_sep float d...
int function ( ) { return iPos ; }
hash code is valid only until a modification to the cache concode_field_sep Node nPrimaryNode concode_elem_sep boolean isDeleted concode_elem_sep Object[] oData concode_elem_sep RowAction rowAction concode_elem_sep RowActionBase rowActionB concode_elem_sep int tableId concode_elem_sep int iPos concode_field_sep int get...
NetworkTopologyDiscovery function ( ) { NetworkTopologyDiscovery loc0 = null ; Factory . ClassDelegate loc1 = _databaseClassDelegate . get ( ) ; if ( loc1 != null ) { loc0 = loc1 . newNetworkTopologyDiscovery ( ) ; } return ( loc0 != null ? loc0 : new NetworkTopologyDiscoveryImpl ( ) ) ; }
returns a new instance of networktopologydiscovery using the class delegate if it exists . concode_field_sep AtomicReference<Factory.ClassDelegate> _databaseClassDelegate concode_elem_sep NetworkTopologyDiscovery _instance concode_field_sep void lockInetAddress concode_elem_sep boolean useInetAddress concode_elem_sep v...
void function ( V arg0 ) { unsafe . putOrderedObject ( this , valueOffset , arg0 ) ; }
eventually sets to the given value . concode_field_sep Unsafe unsafe concode_elem_sep long serialVersionUID concode_elem_sep long valueOffset concode_elem_sep V value concode_field_sep void set concode_elem_sep boolean compareAndSet concode_elem_sep boolean weakCompareAndSet concode_elem_sep V get concode_elem_sep Stri...
void function ( ) { ListELResolver loc0 = new ListELResolver ( ) ; ELContext loc1 = new StandardELContext ( ELManager . getExpressionFactory ( ) ) ; List < String > loc2 = new ArrayList < > ( ) ; loc2 . add ( "srini_string" ) ; loc0 . getType ( loc1 , loc2 , new Integer ( 1 ) ) ; }
tests that the key is out of bounds and exception will be thrown . concode_field_sep PlaceHolder placeHolder concode_field_sep void testIsReadOnly06 concode_elem_sep void testGetValue01 concode_elem_sep void testGetValue02 concode_elem_sep void doNegativeTest concode_elem_sep void testIsReadOnly03 concode_elem_sep void...
void function ( Remote arg0 ) { delegate . exportObject ( arg0 ) ; }
makes a server object ready for remote calls . the subclasses of portableremoteobject do not need to call this method , as it is called by the constructor . this method only creates a tie object and caches it for future usage . the created tie does not have a delegate or an orb associated . concode_field_sep PortableRe...
ServerSocket function ( int arg0 , String arg1 ) { return new ServerSocket ( arg0 , 128 , InetAddress . getByName ( arg1 ) ) ; }
returns a server socket bound to the specified port . the socket is configured with the socket options given to this factory . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep Socket createSocket concode_elem_sep Socket createSocket concode_elem_sep HsqlSocketFa...
void function ( int arg0 ) { this . _i = arg0 ; }
ccn = 1 concode_field_sep int _i concode_field_sep void dummy concode_elem_sep void darwinize concode_elem_sep int getI
boolean function ( ) { if ( webView . canGoBack ( ) ) { webView . goBack ( ) ; return true ; } return false ; }
go to previous page in history . we manage our own history concode_field_sep PluginManager pluginManager concode_elem_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep BroadcastReceiver receiver concode_elem_sep SystemWebView webView concode_elem_sep CordovaWebView parentWebV...
boolean function ( BigInteger arg0 , BigInteger arg1 ) { return ( arg0 . gcd ( arg1 ) . equals ( BigInteger . ONE ) && inModN ( arg0 , arg1 ) ) ; }
checks if a given number is in zn . concode_field_sep BigInteger n concode_elem_sep BigInteger ns concode_elem_sep BigInteger nSPlusOne concode_elem_sep int MAX_KEY_SIZE concode_elem_sep BigInteger nPlusOne concode_elem_sep Random rnd concode_elem_sep long serialVersionUID concode_elem_sep int k concode_field_sep BigIn...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep com.google.api.ads.adwords.axis.v201409.cm.AppUrl[] appUrls concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc con...
BeanManager function ( ) { try { return ( BeanManager ) new InitialContext ( ) . lookup ( "srini_string" ) ; } catch ( NamingException loc0 ) { return null ; } }
get the beanmanager from the jndi registry . concode_field_sep BeanManager loadTimeBm concode_elem_sep BeanManagerProvider bmpSingleton concode_elem_sep Logger LOG concode_elem_sep BeanManager finalBm concode_elem_sep boolean booted concode_elem_sep Map<ClassLoader,BeanManagerInfo> bmInfos concode_elem_sep Object objec...
DistributedFunction < T , String > function ( ) { return t -> CONSTANT_KEY ; }
returns a function that always evaluates to the #constant_key . this is useful as a key extractor in group-by operations where no classification by key is desired . concode_field_sep String CONSTANT_KEY concode_field_sep DistributedFunction<T,T> wholeItem concode_elem_sep DistributedConsumer<T> noopConsumer concode_ele...
void function ( ActionEvent arg0 ) { if ( selectedNodeObject != null ) selectedNodeObject . copyNode ( ) ; }
copies the selected node in the tree . concode_field_sep SelectItem[] componentList concode_elem_sep NodeUserObject selectedNodeObject concode_elem_sep DefaultMutableTreeNode rootTreeNode concode_elem_sep DefaultTreeModel model concode_elem_sep Integer componentToAdd concode_elem_sep int labelCount concode_elem_sep Str...
void function ( ) { final SimpleStatelessBean loc0 = Naming . lookup ( "srini_string" , SimpleStatelessBean . class ) ; final String loc1 = loc0 . getTest ( ) ; assertEquals ( "srini_string" , loc1 ) ; }
make sure the ejb-jar.xml is actually processed . concode_field_sep PlaceHolder placeHolder concode_field_sep void testInvocation concode_elem_sep void testInterceptor concode_elem_sep Archive<?> deployment
HazelcastInstance function ( final SessionFactory arg0 ) { if ( ! ( arg0 instanceof SessionFactoryImplementor ) ) { LOGGER . warning ( "srini_string" ) ; return null ; } return getHazelcastInstance ( ( SessionFactoryImplementor ) arg0 ) ; }
tries to extract hazelcastinstance from sessionfactory . concode_field_sep ILogger LOGGER concode_field_sep placeholderType placeHolder
void function ( String arg0 ) { this . image = arg0 ; }
sets the value of the image property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Langs langs concode_elem_sep List<Tracked> tracked concode_elem_sep String style concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String la...
void function ( String arg0 ) { _password = arg0 ; }
sets the database password used when creating new connections . concode_field_sep Set<PooledConnection> validatingSet concode_elem_sep ConnectionPoolDataSource _cpds concode_elem_sep Map<PooledConnection,PooledConnectionAndInfo> pcMap concode_elem_sep int _validationQueryTimeout concode_elem_sep ObjectPool<PooledConnec...
OptionBuilder function ( String arg0 ) { OptionBuilder . argName = arg0 ; return INSTANCE ; }
the next option created will have the specified argument value name . concode_field_sep int numberOfArgs concode_elem_sep String argName concode_elem_sep OptionBuilder INSTANCE concode_elem_sep String description concode_elem_sep Class<?> type concode_elem_sep boolean optionalArg concode_elem_sep String longopt concode...
String function ( ) { return ( String . format ( "srini_string" , stateName , capital , abbr , population , "srini_string" + region , regionNum ) ) ; }
displays content of the state object . concode_field_sep String capital concode_elem_sep String stateName concode_elem_sep String abbr concode_elem_sep String region concode_elem_sep String regionNum concode_elem_sep int population concode_field_sep String getStateName
void function ( boolean arg0 ) { this . implicit = arg0 ; }
sets whether the associated element is implicit or not . typically , this is the case when match is on an implicit constructor or an implicit member pair value in annotation . concode_field_sep int rule concode_elem_sep int offset concode_elem_sep IResource resource concode_elem_sep int length concode_elem_sep int accu...
TimeValue function ( ) { return new TimeValue ( totalStoppedTimeInMillis ) ; }
the total time large merges were stopped so smaller merges could finish . concode_field_sep long totalBytesPerSecAutoThrottle concode_elem_sep XContentBuilderString TOTAL_DOCS concode_elem_sep XContentBuilderString CURRENT_SIZE_IN_BYTES concode_elem_sep XContentBuilderString CURRENT_DOCS concode_elem_sep XContentBuilde...
int function ( int arg0 , int arg1 , int arg2 , int arg3 ) { return ( arg2 - arg0 ) * 12 + arg3 - arg1 ; }
get number of month difference between two the start and end month/year concode_field_sep PlaceHolder placeHolder concode_field_sep void nextMonth concode_elem_sep void previousMonth concode_elem_sep String[] getWeekDaysList concode_elem_sep int getNumOfRowsForTheMonth concode_elem_sep Calendar getLocalizedCalendar con...
String function ( ) { return this . roleName ; }
the name friendly name , not arn identifying the role . concode_field_sep String roleId concode_elem_sep String roleName concode_field_sep void setRoleId concode_elem_sep PolicyRole withRoleId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setRoleName concode_elem_sep PolicyRole clo...
Collection < Parrafo > function ( ) { return parrafos ; }
getter collection de parrafos del documento concode_field_sep Integer complejidad concode_elem_sep Collection<Parrafo> parrafos concode_elem_sep Idioma idioma concode_elem_sep Long id concode_elem_sep String nombre concode_field_sep void setParrafos concode_elem_sep void setComplejidad concode_elem_sep String getNombre...
Object function ( final ObjectInputStream arg0 ) { final double loc0 = arg0 . readDouble ( ) ; final double loc1 = arg0 . readDouble ( ) ; final double loc2 = arg0 . readDouble ( ) ; final double loc3 = arg0 . readDouble ( ) ; final double loc4 = arg0 . readDouble ( ) ; final double loc5 = arg0 . readDouble ( ) ; retur...
reads the object from the object input stream . concode_field_sep PlaceHolder placeHolder concode_field_sep Class getObjectClass concode_elem_sep void writeObject
void function ( ControllerListener arg0 ) { initialize ( ) ; getManager ( ) . addListener ( arg0 ) ; }
add a global controllerlistener that can react to events from all controller instances . the listener will beinvoked on the rendering thread . concode_field_sep ObjectMap<Application,ControllerManager> managers concode_elem_sep String TAG concode_field_sep ControllerManager getManager concode_elem_sep Array<Controller>...
void function ( String arg0 ) { this . hardwareId = arg0 ; }
the hardware that will be used for creating a node . values depend on the actual cloud provider . concode_field_sep String container concode_elem_sep String blobName concode_elem_sep String imageId concode_elem_sep String directory concode_elem_sep JcloudsCommand command concode_elem_sep String hardwareId concode_elem_...
boolean function ( ) { return mUri . getAuthority ( ) != null ; }
tells if this tachyonuri has authority or not . concode_field_sep String SEPARATOR concode_elem_sep boolean WINDOWS concode_elem_sep String CUR_DIR concode_elem_sep URI mUri concode_elem_sep TachyonURI EMPTY_URI concode_field_sep TachyonURI getParent concode_elem_sep int getDepth concode_elem_sep String getName concode...
Iterator4 < T > function ( ) { return _first == null ? Iterators . EMPTY_ITERATOR : new Collection4Iterator ( this , _first ) ; }
iterates through the collection in reversed insertion order which happens to be the fastest . concode_field_sep int _size concode_elem_sep List4<T> _last concode_elem_sep List4<T> _first concode_elem_sep int _version concode_field_sep void prepend concode_elem_sep void replace concode_elem_sep boolean remove concode_el...
void function ( ) { timer . cancel ( ) ; }
ends the runtime service . concode_field_sep ReentrantReadWriteLock lock concode_elem_sep TimerTask timerTask concode_elem_sep Timer timer concode_elem_sep List<IStatemachine> statemachineSet concode_field_sep boolean removeStatemachine concode_elem_sep void run concode_elem_sep boolean addStatemachine
Properties function ( ) { return markupAttributes ; }
getter for the markup attributes . concode_field_sep Properties markupAttributes concode_elem_sep Element element concode_field_sep boolean process concode_elem_sep boolean isContent concode_elem_sep boolean isNestable concode_elem_sep void setMarkupAttribute concode_elem_sep List<Chunk> getChunks concode_elem_sep int ...
com . omniture . www . Hit_attribute function ( ) { return hit_attribute ; }
gets the hit_attribute value for this mchannel_rule . concode_field_sep int rule_id concode_elem_sep com.omniture.www.Hit_attribute hit_attribute concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.la...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
get custom deserializer concode_field_sep java.lang.Integer startIndex concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis....
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 , arg2 ) ; }
warning log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( int arg0 ) { this . maxThreadCount = arg0 ; }
expert : directly set the maximum number of merge threads and simultaneous merges allowed . concode_field_sep int maxThreadCount concode_elem_sep String MAX_MERGE_COUNT concode_elem_sep int maxMergeCount concode_elem_sep String MAX_THREAD_COUNT concode_elem_sep String AUTO_THROTTLE concode_elem_sep String NOTIFY_ON_MER...
void function ( String [ ] arg0 ) { BodyMassIndex loc0 = new BodyMassIndex ( ) ; loc0 . runBodyMassIndex ( loc0 ) ; }
main method runs the bmi calculator for a user using scanner inputs . concode_field_sep String name concode_elem_sep double weight concode_elem_sep double scalingFactor concode_elem_sep double height concode_field_sep String getWeightCategory concode_elem_sep double calculateBMI concode_elem_sep void runBodyMassIndex
void function ( ) { fPresenter = getPresenterProvider ( ) . get ( ) ; fPresenter . install ( fSourceViewer , fPresentationReconciler ) ; if ( styledTextXtextAdapter != null ) { fReconciler = reconcilerProvider . get ( ) ; fReconciler . install ( styledTextXtextAdapter , fSourceViewer , fPresenter ) ; } }
enable advanced highlighting . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep XtextSourceViewerConfiguration fConfiguration concode_elem_sep IPreferenceStore preferenceStore concode_elem_sep XtextSourceViewer fSourceViewer concode_elem_sep XtextPresentationReconciler fPresentationRecon...
void function ( ChangeInfo arg0 ) { this . changeInfo = arg0 ; }
a complex type that contains the id , the status , and the date and time of your disassociatevpcfromhostedzonerequest . concode_field_sep ChangeInfo changeInfo concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DisassociateVPCFromHostedZoneResult clone concode_elem_sep String toString conco...
void function ( ) { coord . collectStackTraces ( 0 , new ExecutionAttemptID ( ) , new ArrayList < StackTraceElement [ ] > ( ) ) ; }
tests that collecting an unknown sample is ignored . concode_field_sep StackTraceSampleCoordinator coord concode_elem_sep ActorSystem system concode_field_sep void init concode_elem_sep void testShutDown concode_elem_sep void testTriggerStackTraceSampleNotRunningTasks concode_elem_sep void testCancelStackTraceSample co...
boolean function ( ) { if ( replaceAll == null ) { return false ; } else { return replaceAll ; } }
gets the value of the replaceall property . concode_field_sep List<AssemblyComponent> component concode_elem_sep Boolean replaceAll concode_field_sep void setReplaceAll concode_elem_sep List<AssemblyComponent> getComponent
Select function ( Table arg0 , Expression ... arg1 ) { SelectItem [ ] loc0 = new SelectItem [ arg1 . length ] ; for ( int loc1 = 0 ; loc1 < arg1 . length ; loc1 ++ ) { loc0 [ loc1 ] = new SelectExpressionItem ( arg1 [ loc1 ] ) ; } return buildSelectFromTableAndSelectItems ( arg0 , loc0 ) ; }
builds select expr1 , expr2 from table . concode_field_sep PlaceHolder placeHolder concode_field_sep void addExpression concode_elem_sep Select buildSelectFromTable concode_elem_sep Select buildSelectFromTableAndSelectItems concode_elem_sep Join addJoin concode_elem_sep void addGroupBy
String function ( ) { return type ; }
returns the argument type . concode_field_sep String defaultValue concode_elem_sep String name concode_elem_sep boolean multiple concode_elem_sep String description concode_elem_sep int position concode_elem_sep String type concode_elem_sep boolean mandatory concode_elem_sep boolean option concode_field_sep String getN...
void function ( String arg0 ) { registry . tag ( "srini_string" , "srini_string" , arg0 ) ; }
sets the account name to tag all the metrics with . concode_field_sep UUID fileSystemInstanceId concode_elem_sep String METRIC_TAG_ACCOUNT_NAME concode_elem_sep String WASB_UPLOAD_LATENCY concode_elem_sep long currentMaximumDownloadBytesPerSecond concode_elem_sep MetricsRegistry registry concode_elem_sep String WASB_BY...
void function ( ) { initMocks ( this ) ; }
set up the test case . concode_field_sep MarketplacePortletDefinition anotherMarketplacePortletDefinition concode_elem_sep IPerson anotherUser concode_elem_sep MarketplacePortletDefinition marketplacePortletDefinition concode_elem_sep IPerson user concode_field_sep void testDoesNotEqualWhenDefinitionsDiffer concode_ele...
Locale function ( ) { return this . locale ; }
answer the locale used to retrieve the error messages concode_field_sep HashtableOfInt messageTemplates concode_elem_sep char[] SINGLE_QUOTE concode_elem_sep HashtableOfInt DEFAULT_LOCALE_TEMPLATES concode_elem_sep Locale locale concode_elem_sep char[] DOUBLE_QUOTES concode_field_sep CategorizedProblem createProblem co...
String function ( ) { return "srini_string" ; }
load access denied page concode_field_sep UserService userService concode_field_sep String getWelcomePage concode_elem_sep String getLoginPage concode_elem_sep String getRegistrationPage concode_elem_sep String register