code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( ) { String loc0 = "srini_string" ; RegexMatchMapOperator loc1 = new RegexMatchMapOperator ( ) ; CollectorTestSink < Object > loc2 = new CollectorTestSink < Object > ( ) ; loc1 . output . setSink ( loc2 ) ; loc1 . beginWindow ( 0 ) ; loc1 . data . process ( loc0 ) ; loc1 . endWindow ( ) ; }
since the regex does not have a default value , ensure the operator raises a runtimeexception if it is not set . concode_field_sep Logger log concode_field_sep void testMatching concode_elem_sep void testNoMatches
void function ( final ReferenceResolver arg0 ) { CheckArg . isNotNull ( arg0 , "srini_string" ) ; this . resolver = arg0 ; }
this method should only be called by the framework loading model object handlers . concode_field_sep VdbModel vdbModel concode_elem_sep ReferenceResolver resolver concode_elem_sep ModelExtensionDefinitionHelper medHelper concode_elem_sep ModelReader reader concode_elem_sep Logger LOGGER concode_elem_sep Context context...
String function ( ) { return fElement . getAttribute ( PATTERN_ATTRIBUTE ) ; }
returns the filter 's pattern . concode_field_sep String EXTENSION_POINT_NAME concode_elem_sep IConfigurationElement fElement concode_elem_sep String ENABLED_ATTRIBUTE concode_elem_sep String TARGET_ID_ATTRIBUTE concode_elem_sep String PATTERN_FILTER_ID_PREFIX concode_elem_sep String ID_ATTRIBUTE concode_elem_sep Strin...
void function ( CordovaInterface arg0 , CordovaWebView arg1 , CordovaPreferences arg2 ) { assert this . cordova == null ; this . cordova = arg0 ; this . webView = arg1 ; this . preferences = arg2 ; initialize ( arg0 , arg1 ) ; pluginInitialize ( ) ; }
call this after constructing to initialize the plugin . final because we want to be able to change args without breaking plugins . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOve...
boolean function ( ) { return log != null ; }
determines if the logging process actually does anything . in-memory database objects do not need to log anything . this method is essentially equivalent to testing whether this logger 's database is an in-memory mode database . concode_field_sep boolean needsCheckpoint concode_elem_sep Log log concode_elem_sep SimpleL...
void function ( java . util . Collection < Service > arg0 ) { if ( arg0 == null ) { this . services = null ; return ; } this . services = new com . amazonaws . internal . SdkInternalList < Service > ( arg0 ) ; }
the list of services described . concode_field_sep com.amazonaws.internal.SdkInternalList<Failure> failures concode_elem_sep com.amazonaws.internal.SdkInternalList<Service> services concode_field_sep DescribeServicesResult withServices concode_elem_sep DescribeServicesResult withServices concode_elem_sep DescribeServic...
UIComponent function ( UIComponent arg0 , String arg1 ) { if ( arg1 . equals ( arg0 . getId ( ) ) ) { return arg0 ; } Iterator < UIComponent > loc0 = arg0 . getFacetsAndChildren ( ) ; while ( loc0 . hasNext ( ) ) { UIComponent loc1 = findComponent ( loc0 . next ( ) , arg1 ) ; if ( loc1 != null ) { return loc1 ; } } ret...
finds component with the given id concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_elem_sep void ...
void function ( String arg0 ) { this . quote = arg0 ; }
sets the value of the quote property . concode_field_sep String quote concode_field_sep String getQuote
boolean function ( Map arg0 ) { Request loc0 = ObjectModelHelper . getRequest ( arg0 ) ; Object loc1 = loc0 . getAttribute ( DSPACE_CONTEXT ) ; if ( loc1 instanceof Context ) return true ; else return false ; }
inspection method to check if a dspace context has been created for this request . concode_field_sep Boolean useProxies concode_elem_sep AuthenticationService authenticationService concode_elem_sep String DSPACE_CONTEXT concode_elem_sep Logger log concode_field_sep Context obtainContext concode_elem_sep Context obtainC...
String function ( String arg0 ) { return LessBytes . toString ( base64 . decode ( arg0 ) ) ; }
decodes a base64 string . concode_field_sep BaseEncoding base64Url concode_elem_sep BaseEncoding base64 concode_field_sep String encode concode_elem_sep char[] encode concode_elem_sep String encodeURLSafe concode_elem_sep char[] encodeURLSafe concode_elem_sep void main concode_elem_sep String decodeURLSafe concode_elem...
void function ( int arg0 , int arg1 , int arg2 ) { while ( arg1 < arg0 ) { set ( arg1 ) ; arg1 += arg2 ; } }
sieve a single set of multiples out of the sieve . begin to remove multiples of the specified step starting at the specified start index , up to the specified limit . concode_field_sep long bits[] concode_elem_sep BitSieve smallSieve concode_elem_sep int length concode_field_sep void set concode_elem_sep boolean get co...
void function ( String arg0 ) { this . ownerId = arg0 ; }
specifies the aws account id of the account . concode_field_sep String bucket concode_elem_sep String prefix concode_elem_sep SpotInstanceStateFault fault concode_elem_sep String state concode_elem_sep String ownerId concode_field_sep SpotDatafeedSubscription withFault concode_elem_sep String getPrefix concode_elem_sep...
Subscription function ( ) { return state . subscription ; }
gets the underlying subscription . concode_field_sep Subscription subscription concode_elem_sep AtomicReferenceFieldUpdater<MultipleAssignmentSubscription,State> STATE_UPDATER concode_elem_sep boolean isUnsubscribed concode_elem_sep State state concode_field_sep State set concode_elem_sep void set concode_elem_sep Stat...
double function ( final double arg0 ) { return arg0 / NUMBER_OF_BYTES_IN_A_KILOBYTE / NUMBER_OF_BYTES_IN_A_KILOBYTE ; }
convert to megabytes from bytes . concode_field_sep int NUMBER_OF_MILLISECONDS_IN_A_MINUTE concode_elem_sep int NUMBER_OF_MILLISECONDS_IN_A_SECOND concode_elem_sep Date upTimeStartDate concode_elem_sep HealthCheckRegistry healthCheckRegistry concode_elem_sep String MONITORING_VIEW_STATISTICS concode_elem_sep String cas...
ProducerTemplate function ( ) { return innerProducerTemplate ; }
the producertemplate to use by the internal embeded camelcontext concode_field_sep long connectionTimeout concode_elem_sep int queueSize concode_elem_sep long pollInterval concode_elem_sep Map<String,String> dispatchMap concode_elem_sep URI uri concode_elem_sep String innerProtocol concode_elem_sep RouteboxDispatchStra...
Key function ( ) { return start ; }
returns the start key of the range . concode_field_sep Endpoint endType concode_elem_sep Endpoint startType concode_elem_sep Key start concode_elem_sep Endpoint startType concode_elem_sep Key end concode_elem_sep long serialVersionUID concode_elem_sep Endpoint endType concode_field_sep Builder setEndType concode_elem_s...
void function ( Registry arg0 ) { arg0 . list ( ) ; }
test the given rmi registry , calling some operation on it to check whether it is still active . default implementation calls registry.list . concode_field_sep Registry registry concode_elem_sep RMIClientSocketFactory clientSocketFactory concode_elem_sep Log logger concode_elem_sep int port concode_elem_sep String host...
KeyManager function ( ) { return keyManager ; }
this method will take hardcoded class name from api-manager.xml file and will return that class 's instance . this class should be implementation class of keymanager . concode_field_sep KeyManager keyManager concode_elem_sep Log log concode_field_sep void initializeKeyManager
void function ( Integer arg0 ) { this . degree = arg0 ; }
returns the wind degree . concode_field_sep Double chill concode_elem_sep Integer degree concode_elem_sep Double speed concode_elem_sep String direction concode_elem_sep Double gust concode_field_sep void setSpeed concode_elem_sep String getDirection concode_elem_sep Double getGust concode_elem_sep Double getSpeed conc...
String function ( ) { return this . getProperty ( "srini_string" ) ; }
get helix version concode_field_sep Properties _properties concode_elem_sep Logger LOG concode_field_sep String getProperty concode_elem_sep boolean isFeatureSupported concode_elem_sep Properties getProperties concode_elem_sep boolean versionNoLessThan concode_elem_sep boolean isParticipantCompatible
void function ( ) { if ( running ) { total += System . currentTimeMillis ( ) - startTime ; running = false ; } }
ensures that this object is in the stopped state . if this object is in the running state , then this has the effect of adding to the total attribute the elapsed time since the last transition from stopped to running state and sets the running attribute to false . if this object is not in the running state , this call ...
double function ( ) { return balance ; }
gets the current balance of this bank account . concode_field_sep double balance concode_field_sep void monthEnd concode_elem_sep void deposit concode_elem_sep void withdraw
StepConfig function ( HadoopJarStepConfig arg0 ) { setHadoopJarStep ( arg0 ) ; return this ; }
the jar file used for the job flow step . concode_field_sep String actionOnFailure concode_elem_sep String name concode_elem_sep HadoopJarStepConfig hadoopJarStep concode_field_sep void setName concode_elem_sep String getName concode_elem_sep HadoopJarStepConfig getHadoopJarStep concode_elem_sep int hashCode concode_el...
void function ( int arg0 ) { this . confidence = arg0 ; }
set the metadata confidence concode_field_sep int place concode_elem_sep int resourceId concode_elem_sep int confidence concode_elem_sep int resourceTypeId concode_elem_sep int valueId concode_elem_sep String language concode_elem_sep TableRow row concode_elem_sep int fieldId concode_elem_sep String value concode_elem_...
Set < NonTerminal > function ( ) { return lexMap . keySet ( ) ; }
returns a set of all non-terminals in the grammar . concode_field_sep HashMap<ArrayList<Terminal>,HashSet<NonTerminal>> posMap concode_elem_sep HashMap<NonTerminal,HashSet<ArrayList<Terminal>>> lexMap concode_field_sep void addRule concode_elem_sep boolean equals concode_elem_sep HashMap<ArrayList<Terminal>,HashSet<Non...
float function ( ) { return getPixelUnitToMillimeter ( ) ; }
returns the size of a px css unit in millimeters . this will be removed after next release . concode_field_sep RootGraphicsNode node concode_elem_sep BridgeContext ctx concode_elem_sep Document document concode_field_sep float getFontSize concode_elem_sep void handleOtherAnimationChanged concode_elem_sep Rectangle2D ge...
BeanContextChild function ( ) { return beanContextChildPeer ; }
get the peer or this if there is no peer . concode_field_sep long serialVersionUID concode_elem_sep boolean rejectedSetBCOnce concode_elem_sep VetoableChangeSupport vcSupport concode_elem_sep BeanContext beanContext concode_elem_sep PropertyChangeSupport pcSupport concode_elem_sep BeanContextChild beanContextChildPeer ...
String function ( ) { return fNamespace ; }
returns the namespace of the resource . concode_field_sep String fExpandedSystemId concode_elem_sep String fPublicId concode_elem_sep String fBaseSystemId concode_elem_sep String fNamespace concode_elem_sep String fLiteralSystemId concode_field_sep void clear concode_elem_sep void setPublicId concode_elem_sep String ge...
TupleOutput function ( byte [ ] arg0 ) { return new TupleOutput ( arg0 ) ; }
utility method for use by bindings to create a tuple output object with a specific starting size . concode_field_sep int outputBufferSize concode_field_sep TupleOutput getTupleOutput concode_elem_sep void outputToEntry concode_elem_sep void setTupleBufferSize concode_elem_sep int getTupleBufferSize concode_elem_sep voi...
BlobMaterialization function ( ) { return blobMaterialization ; }
indicates whether this is an implicit directory no real blob backing it or an explicit one . concode_field_sep long length concode_elem_sep long lastModified concode_elem_sep PermissionStatus permissionStatus concode_elem_sep String key concode_elem_sep boolean isDir concode_elem_sep BlobMaterialization blobMaterializa...
String function ( @ Nonnull final IHCNode arg0 , @ Nonnull final IHCConversionSettings arg1 ) { final HCConversionSettings loc0 = new HCConversionSettings ( arg1 ) ; loc0 . getXMLWriterSettings ( ) . setEmitNamespaces ( false ) ; return getAsHTMLString ( arg0 , loc0 ) ; }
convert the passed hc node to an html string without namespaces . concode_field_sep IHCConversionSettingsProvider s_aSettingsProvider concode_elem_sep ReadWriteLock s_aRWLock concode_field_sep IHCConversionSettings getConversionSettings concode_elem_sep IHCConversionSettings getConversionSettings concode_elem_sep boole...
double function ( double arg0 ) { double loc0 = 0 ; for ( int loc1 = 0 ; loc1 < coefficients . length ; loc1 ++ ) { loc0 += coefficients [ loc1 ] * Math . pow ( arg0 , loc1 ) ; } return loc0 ; }
returns the function value . concode_field_sep double[] coefficients concode_field_sep int hashCode concode_elem_sep int getOrder concode_elem_sep boolean equals concode_elem_sep double[] getCoefficients
int function ( int arg0 ) { return linkTable [ arg0 ] ; }
this looks from a given node , so the parameter is always > -1 . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep boolean modified concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode...
void function ( int arg0 , long arg1 , long arg2 , PendingIntent arg3 ) { try { mService . setRepeating ( arg0 , arg1 , arg2 , arg3 ) ; } catch ( RemoteException loc0 ) { } }
schedule a repeating alarm . note : for timing operations ticks , timeouts , etc it is easier and much more efficient to use android.os.handler . if there is already an alarm scheduled for the same intentsender , it will first be canceled . like #set , except you can also supply a rate at which the alarm will repeat . ...
void function ( long arg0 , long arg1 , int arg2 ) { saveRemainderValue ( arg1 , arg2 ) ; value = ( unique ) ? ( Object ) new Long ( arg0 ) : new LongTreeList ( arg0 ) ; }
add a value on a tree node end without roll out the completly tree . this reduce the size of the tree if there are large enties with a high significance . for example : if you have large strings which are different on the on the first 3 charchters . then you need only a tree size of 3 . concode_field_sep IndexNode[] EM...
void function ( DataOutput arg0 , long arg1 ) { WritableUtils . writeVLong ( arg0 , arg1 ) ; }
serializes a long to a binary stream with zero-compressed encoding . for @literal -112 < = i < = 127 , only one byte is used with the actual value . for other values of i , the first byte value indicates whether the long is positive or negative , and the number of bytes that follow . if the first byte value v is betwee...
void function ( @ NotNull final LookupElementBuilder arg0 , @ Nullable final String arg1 , final int arg2 ) { addElementInternal ( arg0 , arg1 , arg2 ) ; }
adds element with priority . after this method called , all other elements should have priority . concode_field_sep Map<LookupElementBuilder,Pair<String,Integer>> myMap concode_elem_sep int myMaxLength concode_elem_sep boolean myHasPriority concode_field_sep void addElementInternal concode_elem_sep LookupElement[] getR...
Object function ( ) { return compiled ; }
method to get the compiled script object . concode_field_sep Object compiled concode_elem_sep String name concode_elem_sep ScriptService.ScriptType type concode_elem_sep String lang concode_field_sep String name concode_elem_sep String toString concode_elem_sep ScriptService.ScriptType type concode_elem_sep String lang
Interactor function ( ) { return interactor ; }
gets the value of the interactor property . concode_field_sep ExperimentRefList experimentRefList concode_elem_sep Interactor interactor concode_elem_sep Integer interactorRef concode_field_sep Integer getInteractorRef concode_elem_sep void setInteractorRef concode_elem_sep void setExperimentRefList concode_elem_sep vo...
void function ( CTGvmlGroupShapeNonVisual arg0 ) { this . nvGrpSpPr = arg0 ; }
sets the value of the nvgrpsppr property . concode_field_sep CTOfficeArtExtensionList extLst concode_elem_sep CTGvmlGroupShapeNonVisual nvGrpSpPr concode_elem_sep List<Object> txSpOrSpOrCxnSp concode_elem_sep CTGroupShapeProperties grpSpPr concode_field_sep CTGvmlGroupShapeNonVisual getNvGrpSpPr concode_elem_sep CTOffi...
int function ( long arg0 , long arg1 ) { Double loc0 ; long loc1 = ( int ) ( arg0 / 1000 ) ; long loc2 = ( int ) ( arg1 / 1000 ) ; loc0 = ( ( ( double ) loc1 ) / loc2 ) * 100 ; return loc0 . intValue ( ) ; }
function to get progress percentage concode_field_sep PlaceHolder placeHolder concode_field_sep int progressToTimer concode_elem_sep String milliSecondsToTimer concode_elem_sep boolean isOnline
Response function ( ) { return networkResponse ; }
returns the raw response received from the network . will be null if this response did n't use the network , such as when the response is fully cached . the body of the returned response should not be read . concode_field_sep Request request concode_elem_sep Handshake handshake concode_elem_sep Headers.Builder headers ...
void function ( byte [ ] arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( TreeNode arg0 ) { if ( children != null ) children . remove ( arg0 ) ; }
remove a child node from this node , if it is one . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String getNa...
int function ( ) { return this . port ; }
returns the port . concode_field_sep String hostname concode_elem_sep InetAddress address concode_elem_sep String lcHostname concode_elem_sep int port concode_elem_sep long serialVersionUID concode_elem_sep String schemeName concode_elem_sep String DEFAULT_SCHEME_NAME concode_field_sep String getHostName concode_elem_s...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; }
performs a dynamic query on the database and returns the matching rows . concode_field_sep BarLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep boolean hasClassName concode_elem_sep com.liferay.testtransaction.model.Bar addBar concode_elem_sep com.liferay.testtransaction...
boolean function ( Line arg0 ) { return ( ( ( this . x >= arg0 . start ( ) . getX ( ) && x <= arg0 . end ( ) . getX ( ) ) || ( this . x <= arg0 . start ( ) . getX ( ) && x >= arg0 . end ( ) . getX ( ) ) ) && ( ( this . y >= arg0 . end ( ) . getY ( ) && this . y <= arg0 . start ( ) . getY ( ) ) || ( this . y <= arg0 . e...
check if the point in a line segment . check if the x in the x values of the line and if the y in the y values of the line . concode_field_sep double x concode_elem_sep double y concode_field_sep double getX concode_elem_sep double getY concode_elem_sep double distance concode_elem_sep boolean equals concode_elem_sep v...
ListenerHandle function ( RefsChangedListener arg0 ) { return addListener ( RefsChangedListener . class , arg0 ) ; }
register a refschangedlistener . concode_field_sep ConcurrentMap<Class<? extends RepositoryListener>,CopyOnWriteArrayList<ListenerHandle>> lists concode_field_sep void add concode_elem_sep ListenerHandle addIndexChangedListener concode_elem_sep void dispatch concode_elem_sep ListenerHandle addConfigChangedListener conc...
Sha256Hash function ( byte [ ] arg0 ) { try { MessageDigest loc0 = MessageDigest . getInstance ( "srini_string" ) ; return new Sha256Hash ( loc0 . loc0 ( arg0 ) ) ; } catch ( NoSuchAlgorithmException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
calculates the one-time hash of contents and returns it . concode_field_sep Sha256Hash ZERO_HASH concode_elem_sep byte[] bytes concode_field_sep Sha256Hash createDouble concode_elem_sep Sha256Hash hashTwice concode_elem_sep Sha256Hash hashFileContents concode_elem_sep int hashCode concode_elem_sep boolean equals concod...
FSMStateFunctionBuilder < S , D > function ( final Class < P > arg0 , final Class < Q > arg1 , final FI . Apply2 < P , Q , FSM . State < S , D >> arg2 ) { return erasedEvent ( arg0 , arg1 , null , arg2 ) ; }
add a case statement that matches on an event and data type . concode_field_sep PFBuilder<FSM.Event<D>,FSM.State<S,D>> builder concode_field_sep FSMStateFunctionBuilder<S,D> anyEvent concode_elem_sep PartialFunction<FSM.Event<D>,FSM.State<S,D>> build concode_elem_sep FSMStateFunctionBuilder<S,D> erasedEvent concode_ele...
boolean function ( String arg0 ) { return ( new File ( arg0 ) ) . exists ( ) ; }
return true or false based on whether the named file exists . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep IOException toIOException concode_elem_sep void renameOverwrite concode_elem_sep String canonicalPath concode_elem_s...
StringBuilder function ( StringBuilder arg0 ) { StringBuilder loc0 = new StringBuilder ( arg0 . length ( ) * 2 ) ; int loc1 ; for ( int loc2 = 0 , loc3 = arg0 . length ( ) ; loc2 < loc3 ; loc2 ++ ) { loc1 = arg0 . charAt ( loc2 ) ; loc0 . append ( hexChar [ ( loc1 & 0xf0 ) >>> 4 ] ) ; loc0 . append ( hexChar [ loc1 & 0...
utility method for converting literal strings to hexadecimal . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep String getDecryptedLiteralString concode_elem_sep String encryption concode_elem_sep Strin...
void function ( String arg0 ) { this . number = arg0 ; }
sets the value of the number property . concode_field_sep String number concode_elem_sep RegionCode regionCode concode_field_sep String getNumber concode_elem_sep RegionCode getRegionCode concode_elem_sep void setRegionCode
float function ( ) { return this . quality ; }
get the quality of the image encoding . the underlying encoder uses int values : 0 for no compression , and values 1 through 9 for various levels of compression 1 is best speed , 9 is best compression . concode_field_sep boolean encodingAlpha concode_elem_sep int quality concode_field_sep byte[] encode concode_elem_sep...
void function ( ) { prefix = null ; localpart = null ; rawname = null ; uri = null ; }
clears the values of the qname components . concode_field_sep String prefix concode_elem_sep String localpart concode_elem_sep String uri concode_elem_sep String rawname concode_field_sep void setValues concode_elem_sep void setValues concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Object...
com . amazon . ec2 . DeleteVpcType function ( ) { return localDeleteVpc ; }
auto generated getter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DeleteVpcType localDeleteVpc concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_elem_sep void writeQNa...
URI function ( String arg0 ) { return getLink ( arg0 , CastUtils . cast ( Collections . emptyMap ( ) , String . class , String . class ) ) ; }
find an attribute or text node representing an absolute or relative link and convert it to uri concode_field_sep String XML_NAMESPACE concode_elem_sep InputStream stream concode_elem_sep Document doc concode_elem_sep Map<String,String> namespaces concode_field_sep URI[] getLinks concode_elem_sep String getPrefix concod...
JAXBElement < PersonType > function ( PersonType arg0 ) { return new JAXBElement < PersonType > ( personQNAME , PersonType . class , null , arg0 ) ; }
create an instance of jaxbelement concode_field_sep QName personQNAME concode_field_sep PersonType createPersonType
String function ( ) { return face ; }
the name of the font face . concode_field_sep boolean strikeout concode_elem_sep String face concode_elem_sep int size concode_elem_sep boolean underline concode_elem_sep double rotation concode_elem_sep int style concode_field_sep void setUnderline concode_elem_sep boolean isUnderline concode_elem_sep double getRotati...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getVolumeARN ( ) != null ) loc0 . append ( "srini_string" + getVolumeARN ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String volumeARN concode_field_sep void setVolumeARN concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DeleteSnapshotScheduleResult clone concode_elem_sep String getVolumeARN concode_elem_s...
void function ( StreamTable arg0 ) { if ( log . isInfoEnabled ( ) ) { log . info ( "srini_string" ) ; } }
handlestorage interface method - not implemented . concode_field_sep Logger log concode_field_sep void updateValue concode_elem_sep void checkpointDatabase concode_elem_sep void createHandle concode_elem_sep byte[][] getRawHandleValues concode_elem_sep void scanNAs concode_elem_sep void deleteAllRecords concode_elem_se...
String function ( ) { return parentRef ; }
ovf allows a disk image to be represented as a set of modified blocks in comparison to a parent image . the use of parent disks can often significantly reduce the size of an ovf package , if it contains multiple disks with similar content . for a disk element , a parent disk may optionally be specified using the parent...
boolean function ( Word arg0 ) { return ! getEntry ( arg0 , false ) . isZero ( ) ; }
does the passed object have an entry in the table ? concode_field_sep Offset KEY_OFFSET concode_elem_sep boolean valid concode_elem_sep Extent size concode_elem_sep int HASH_SHIFT concode_elem_sep Offset DATA_OFFSET concode_elem_sep RawPageSpace space concode_elem_sep Extent entrySize concode_elem_sep Word mask concode...
boolean function ( Object [ ] arg0 ) { return arg0 == null || arg0 . length == 0 ; }
test if the array is null or empty . concode_field_sep PlaceHolder placeHolder concode_field_sep Select generateSelect concode_elem_sep Select generateSelect concode_elem_sep int size concode_elem_sep boolean isWhereClause concode_elem_sep T applyConsistencyLevel concode_elem_sep Delete generateDelete concode_elem_sep ...
String function ( String arg0 , Object arg1 ) { Object [ ] loc0 = new Object [ ] { arg1 } ; return getString ( arg0 , loc0 ) ; }
get a string from the underlying resource bundle and format it with the given object argument . this argument can of course be a string object . concode_field_sep Hashtable managers concode_elem_sep ResourceBundle bundle concode_field_sep StringManager getManager
void function ( ) { store . removeIcon ( id ) ; }
removes the icon of this instance . in pdstore every instance can be given an icon . if the instance does not have an icon , nothing happens . concode_field_sep GUID typeId concode_elem_sep GUID roleTextId concode_elem_sep PDStore store concode_elem_sep GUID id concode_field_sep void setName concode_elem_sep Collection...
void function ( EObject arg0 ) { EcoreUtil . remove ( arg0 ) ; if ( arg0 . eResource ( ) != null ) { arg0 . eResource ( ) . getContents ( ) . remove ( arg0 ) ; } }
simply removes an eobject from its container . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName concode_...
void function ( Boolean arg0 ) { this . inventoryStatus = arg0 ; }
sets the value of the inventorystatus property . concode_field_sep ProgramTypeEnum programType concode_elem_sep Amount price concode_elem_sep Boolean inventoryStatus concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep QuoteInfo quoteInfo concode_elem_sep List<Status> status concode_field_...
void function ( Bundle arg0 , long arg1 ) { Validate . notNull ( arg0 , "srini_string" ) ; arg0 . putLong ( EXPIRATION_DATE_KEY , arg1 ) ; }
puts the expiration date into a bundle . concode_field_sep String TOKEN_SOURCE_KEY concode_elem_sep long INVALID_BUNDLE_MILLISECONDS concode_elem_sep String TOKEN_KEY concode_elem_sep String PERMISSIONS_KEY concode_elem_sep String EXPIRATION_DATE_KEY concode_elem_sep String DECLINED_PERMISSIONS_KEY concode_elem_sep Str...
void function ( boolean arg0 ) { StandardLogService . arg0 = arg0 ; }
set do log concode_field_sep String CARBON_AUDIT_LOG_LEVEL concode_elem_sep String CARBON_AUDIT_LOG_ROLLING_UP_SIZE concode_elem_sep String CARBON_AUDIT_LOG_MAX_BACKUP concode_elem_sep Logger logger concode_elem_sep String PARTITION_ID concode_elem_sep String AUDIT_LOG_DEFAULT_MAX_BACKUP concode_elem_sep boolean doLog ...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getStackEvents ( ) != null ) loc0 . append ( "srini_string" + getStackEvents ( ) + "srini_string" ) ; if ( getNextToken ( ) != null ) loc0 . append ( "srini_string" + getNextToken ( ) ) ; loc0 . append ( "srini_st...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<StackEvent> stackEvents concode_field_sep void setNextToken concode_elem_sep void setStackEvents concode_elem_sep int hashCode concode_elem_sep b...
ToStringHelper function ( Object arg0 ) { return new ToStringHelper ( simpleName ( arg0 . getClass ( ) ) ) ; }
creates an instance of tostringhelper . this is helpful for implementing object #tostring . specification by example : / / returns `` classname '' objects.tostringhelper this . tostring ; / / returns `` classname x = 1 '' objects.tostringhelper this . add `` x '' , 1 . tostring ; / / returns `` myobject x = 1 '' object...
String function ( ) { return mFileName ; }
get just the name of the file this frame points to . for js traces this is different from #getfile in that it only returns the filename , not the full path . for java traces there is no difference . concode_field_sep int mLine concode_elem_sep String mFileName concode_elem_sep String mFile concode_elem_sep int mColumn ...
void function ( HostVersionEntity arg0 ) { hostVersionEntities . add ( arg0 ) ; }
update one-to-many relation without rebuilding the whole entity concode_field_sep String operatingSystems concode_elem_sep StackEntity stack concode_elem_sep Set<ClusterVersionEntity> clusterVersionEntities concode_elem_sep String displayName concode_elem_sep Set<HostVersionEntity> hostVersionEntities concode_elem_sep ...
void function ( final VRCollider arg0 ) { clearGridCells ( arg0 ) ; final SpatialHashInfo loc0 = SpatialHashGenerator . generate ( arg0 ) ; if ( loc0 == null ) { return ; } updateGridCells ( arg0 , loc0 ) ; }
updates the collision bounds of the given vrcollider . concode_field_sep Matrix4x4 currentModelMatrix concode_elem_sep float cellWidth concode_elem_sep Map<VRCollider,SpatialHashInfo> cachedInfo concode_elem_sep float cellDepth concode_elem_sep CollisionManager INSTANCE concode_elem_sep float cellHeight concode_elem_se...
void function ( Integer arg0 ) { this . idSancion = arg0 ; }
metodo que permite asignar un id a la sancion concode_field_sep String descripcion concode_elem_sep Prestamo prestamo concode_elem_sep Integer idSancion concode_elem_sep String tipoSancion concode_elem_sep Usuario usuarioSanciona concode_field_sep void setPrestamo concode_elem_sep void setDescripcion concode_elem_sep S...
void function ( Event arg0 ) { log . debug ( "srini_string" + arg0 ) ; }
will eventually fire events to external systems . todo not implemented . concode_field_sep Map<String,EventListener> listenersMap concode_elem_sep String QUEUE_CACHE_NAME concode_elem_sep CachingService cachingService concode_elem_sep RequestService requestService concode_elem_sep Logger log concode_elem_sep SessionSer...
NodeId function ( ) { return this . rmNode . getNodeID ( ) ; }
get the id of the node which contains both its hostname and port . concode_field_sep RMNode rmNode concode_elem_sep String nodeName concode_elem_sep RMContainer reservedContainer concode_elem_sep Set<String> labels concode_elem_sep Resource usedResource concode_elem_sep Map<ContainerId,RMContainer> launchedContainers c...
void function ( ) { mIsFinished = true ; mLooper . quit ( ) ; if ( mLooper . getThread ( ) != Thread . currentThread ( ) ) { try { mLooper . getThread ( ) . join ( ) ; } catch ( InterruptedException loc0 ) { throw new RuntimeException ( "srini_string" + mName ) ; } } }
quits this queue 's looper . if that looper was running on a different thread than the current thread , also waits for the last message being processed to finish and the thread to die . concode_field_sep Looper mLooper concode_elem_sep MessageQueueThreadHandler mHandler concode_elem_sep boolean mIsFinished concode_elem...
char [ ] function ( byte [ ] arg0 ) { return encode ( arg0 , 0 , arg0 . length ) ; }
encodes a byte array into base64 format . no blanks or line breaks are inserted in the output . concode_field_sep char[] map1 concode_elem_sep String systemLineSeparator concode_elem_sep byte[] map2 concode_field_sep byte[] decodeLines concode_elem_sep String encodeLines concode_elem_sep String encodeLines concode_elem...
String function ( ApplicationId arg0 , String arg1 , String arg2 , boolean arg3 ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( getPath ( arg0 , arg1 ) ) ; boolean loc1 = appendQuery ( loc0 , arg2 , true ) ; if ( arg3 ) { appendQuery ( loc0 , PROXY_APPROVAL_PARAM + "srini_string" , loc1 ) ; } return lo...
get the proxied path for an application concode_field_sep Logger LOG concode_elem_sep String PROXY_PATH_SPEC concode_elem_sep String PROXY_SERVLET_NAME concode_elem_sep String PROXY_APPROVAL_PARAM concode_elem_sep String PROXY_BASE concode_field_sep boolean appendQuery concode_elem_sep URI getUriFromAMUrl concode_elem_...
File function ( ) { return workWithClusterFile ; }
the work location with the cluster name as a sub directory . concode_field_sep File workFile concode_elem_sep File logsFile concode_elem_sep File workWithClusterFile concode_elem_sep File homeFile concode_elem_sep File configFile concode_elem_sep File[] dataWithClusterFiles concode_elem_sep File[] dataFiles concode_ele...
int function ( ) { if ( mGarbage ) { gc ( ) ; } return mSize ; }
returns the number of key-value mappings that this sparsearray currently stores . concode_field_sep Object DELETED concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep int keyAt concode_elem_sep List<E> getValues concode_elem_sep v...
URL function ( ) { return Build . class . getProtectionDomain ( ) . getCodeSource ( ) . getLocation ( ) ; }
returns path to elasticsearch codebase path concode_field_sep String date concode_elem_sep String shortHash concode_elem_sep boolean isSnapshot concode_elem_sep Build CURRENT concode_field_sep String date concode_elem_sep Build readBuild concode_elem_sep void writeBuild concode_elem_sep String shortHash concode_elem_se...
boolean function ( ) { return natural ; }
whether is a `` natural '' join concode_field_sep boolean natural concode_elem_sep boolean left concode_elem_sep List<Column> usingColumns concode_elem_sep boolean full concode_elem_sep FromItem rightItem concode_elem_sep boolean outer concode_elem_sep boolean right concode_elem_sep boolean cross concode_elem_sep boole...
Event function ( final String arg0 , final Exception arg1 ) { return new Event ( this , arg0 , new LocalAttributeMap ( "srini_string" , arg1 ) ) ; }
new event based on the id , which contains an error attribute referring to the exception occurred . concode_field_sep String WARN concode_elem_sep String SUCCESS concode_elem_sep Logger logger concode_elem_sep CentralAuthenticationService centralAuthenticationService concode_elem_sep String AUTHENTICATION_FAILURE conco...
java . util . List < com . liferay . portal . model . UserTrackerPath > function ( int arg0 , int arg1 ) { return _userTrackerPathLocalService . getUserTrackerPaths ( arg0 , arg1 ) ; }
returns a range of all the user tracker paths . 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 com.liferay.portal.kernel.dao.orm.queryut...
String function ( ) { return "srini_string" ; }
string to display if command line args are not formatted properly . concode_field_sep PlaceHolder placeHolder concode_field_sep String getErrMessage concode_elem_sep void main
void function ( boolean arg0 ) { this . m_IsReadOnly = arg0 ; }
set read only concode_field_sep int m_TabLevel concode_elem_sep int m_SFA_Tab_ID concode_elem_sep boolean m_IsInsertRecord concode_elem_sep int m_SFA_Table_ID concode_elem_sep int m_SeqNo concode_elem_sep String m_WhereClause concode_elem_sep boolean m_IsReadOnly concode_elem_sep int m_AD_Process_ID concode_elem_sep Pa...
void function ( CacheSpan arg0 ) { TreeSet < CacheSpan > loc0 = cachedSpans . get ( arg0 . key ) ; if ( loc0 == null ) { loc0 = new TreeSet < > ( ) ; cachedSpans . put ( arg0 . key , loc0 ) ; } loc0 . add ( arg0 ) ; totalSpace += arg0 . length ; notifySpanAdded ( arg0 ) ; }
adds a cached span to the in-memory representation . concode_field_sep HashMap<String,TreeSet<CacheSpan>> cachedSpans concode_elem_sep File cacheDir concode_elem_sep long totalSpace concode_elem_sep HashMap<String,ArrayList<Listener>> listeners concode_elem_sep HashMap<String,CacheSpan> lockedSpans concode_elem_sep Cac...
void function ( boolean arg0 ) { this . casesensitive = arg0 ; }
sets case sensitivity attribute . concode_field_sep Resource resource concode_elem_sep Project project concode_elem_sep String refid concode_elem_sep String substring concode_elem_sep boolean casesensitive concode_field_sep boolean eval concode_elem_sep void resolveRefid concode_elem_sep void setProject concode_elem_se...
Vector function ( String arg0 ) { return this . attributeManager . getListAttribute ( arg0 ) ; }
gets a related `` list '' of data representing the contextual data associated with this particular service request concode_field_sep String service concode_elem_sep AttributeManager attributeManager concode_field_sep void setAttribute concode_elem_sep String getAttribute concode_elem_sep String[] getValues concode_elem...
String function ( ) { return comments ; }
retrieve the comments slot of this object . concode_field_sep Date date concode_elem_sep String comments concode_elem_sep Long payloadLength concode_elem_sep int EXPECTED_LIST_SIZE concode_elem_sep ArrayList intendedReceiver concode_elem_sep AID from concode_elem_sep String aclRepresentation concode_elem_sep ArrayList ...
CustomZipOutputStream function ( Path arg0 , HandleDuplicates arg1 ) { return newOutputStream ( new BufferedOutputStream ( Files . newOutputStream ( arg0 ) ) , arg1 ) ; }
create a new customzipoutputstream that handles duplicate entries in the way dictatedby mode . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
ValueBuilder function ( Expression arg0 , String arg1 , String arg2 ) { Expression loc0 = ExpressionBuilder . regexReplaceAll ( arg0 , arg1 , arg2 ) ; return new ValueBuilder ( loc0 ) ; }
returns an expression that replaces all occurrences of the regular expression with the given replacement concode_field_sep PlaceHolder placeHolder concode_field_sep ValueBuilder faultBodyAs concode_elem_sep ValueBuilder constant concode_elem_sep ValueBuilder sendTo concode_elem_sep ValueBuilder systemProperty concode_e...
void function ( Iterator arg0 ) { myElements = arg0 ; this . perform ( ) ; }
performs the graph traversion with all elements which are contained in the specified iterator . this means that every element of this collection and all elements which are reachable from these elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myE...
void function ( long arg0 ) { this . id = arg0 ; }
sets the value of the id property . concode_field_sep String name concode_elem_sep long id concode_elem_sep int age concode_field_sep void setName concode_elem_sep int getAge concode_elem_sep String getName concode_elem_sep long getId concode_elem_sep void setAge
void function ( String arg0 , Message arg1 , DirectoryEnvironmentConfig arg2 ) { DirectoryServer . restart ( arg0 , arg1 , arg2 ) ; }
attempts to restart the directory server . this will perform an in-core restart in which the existing server instance will be shut down , a new instance will be created , and it will be reinitialized and restarted . concode_field_sep PlaceHolder placeHolder concode_field_sep void startServer concode_elem_sep boolean is...
String function ( String arg0 ) { if ( ! jsonNode . has ( arg0 ) ) { return "srini_string" ; } Preconditions . checkArgument ( jsonNode . get ( arg0 ) . isTextual ( ) ) ; return jsonNode . get ( arg0 ) . asText ( ) ; }
returns the string node at fieldname . if fieldname is not present , an empty string is returned . concode_field_sep JsonNode EMPTY_OBJECT_JSON_NODE concode_elem_sep JsonNode EMPTY_ARRAY_JSON_NODE concode_elem_sep JsonNode jsonNode concode_field_sep DiscoveryNode getObject concode_elem_sep int size concode_elem_sep Lis...
int function ( ) { return id ; }
gets the id . concode_field_sep String date concode_elem_sep String noValue concode_elem_sep String condition concode_elem_sep String color concode_elem_sep double discountedPrice concode_elem_sep double price concode_elem_sep double discount concode_elem_sep String photo concode_elem_sep String description concode_ele...