code
stringlengths
20
663
nl
stringlengths
68
7.19k
Wrap function ( final int arg0 , final boolean arg1 ) { return myFactory . createWrap ( WrapType . byLegacyRepresentation ( arg0 ) , arg1 ) ; }
creates a block wrap setting of the legacy representation of specified wrap type see wraptype #getlegacyrepresentation . concode_field_sep WrapFactory myFactory concode_field_sep void setFactory concode_elem_sep void ignoreParentWraps concode_elem_sep Wrap createChildWrap
void function ( FactSetKey < T > arg0 , Indirect < T > arg1 ) { map . addToListFor ( arg0 , arg1 ) ; }
adds the given value to the list for the given factsetkey . the null value can not be used as a key in a factsetkeymaptolist . this method will automatically initialize the list for the given key if there is not already a list for that key . this method is reference-semantic and this factsetkeymaptolist will maintain a...
void function ( String arg0 , String arg1 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , arg1 ) ; }
error 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 set...
void function ( boolean arg0 ) { isActive = arg0 ; }
de activate the behavior . concode_field_sep boolean isActive concode_elem_sep Controller<?> _myController concode_elem_sep float value concode_field_sep void init concode_elem_sep float getValue concode_elem_sep Controller<?> controller concode_elem_sep void setValue concode_elem_sep void update concode_elem_sep boole...
void function ( Set arg0 ) { }
by default , there is no post processing to be done . 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 c...
boolean function ( ) { final String loc0 = System . getProperty ( "srini_string" ) ; return loc0 != null && loc0 . equals ( "srini_string" ) ; }
determine if running on android by inspecting java.runtime.name property . concode_field_sep int BOOTSTRAP_STATUS_REQUESTING_DESCRIPTORS concode_elem_sep int BOOTSTRAP_STATUS_LOADING_DESCRIPTORS concode_elem_sep String version concode_elem_sep int BOOTSTRAP_STATUS_LOADING_KEYS concode_elem_sep int BOOTSTRAP_STATUS_CONN...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _recentLayoutSetBranchLocalService . dynamicQueryCount ( arg0 ) ; }
returns the number of rows matching the dynamic query . concode_field_sep RecentLayoutSetBranchLocalService _recentLayoutSetBranchLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery get...
void function ( ) { checkEquals ( null , false ) ; checkEquals ( this , false ) ; checkEquals ( new ConstantInitializer < String > ( "srini_string" ) , false ) ; }
tests equals with objects of other classes . concode_field_sep ConstantInitializer<Integer> init concode_elem_sep Integer VALUE concode_field_sep void testGetObject concode_elem_sep void testGet concode_elem_sep void testEqualsTrue concode_elem_sep void checkEquals concode_elem_sep void testToString concode_elem_sep vo...
void function ( ConversionTrackerPage arg0 ) { this . rval = arg0 ; }
sets the value of the rval property . concode_field_sep ConversionTrackerPage rval concode_field_sep ConversionTrackerPage getRval
VoldemortException function ( ) { return fatalError ; }
returns a `` fatal '' error that occurred while attempting to contact the remote voldemort nodes . if a hard error occurs , fatalerror will be populated and the event #completed event will be pushed onto the pipeline eventstack . concode_field_sep List<Exception> failures concode_elem_sep PipelineRoutedStats stats conc...
String function ( @ Nullable final Object arg0 , @ Nullable final Object arg1 , @ Nullable final String arg2 ) { if ( arg1 == null ) return arg2 ; if ( arg1 instanceof String ) return ( String ) arg1 ; if ( arg1 instanceof String [ ] ) return _getAsSingleString ( arg0 , ( String [ ] ) arg1 , arg2 ) ; return TypeConvert...
get the string representation of the passed value , suitable for parameters . concode_field_sep Logger s_aLogger concode_field_sep float getAsFloat concode_elem_sep BigInteger getAsBigInteger concode_elem_sep long getAsLong concode_elem_sep BigDecimal getAsBigDecimal concode_elem_sep boolean getAsBoolean concode_elem_s...
void function ( Date arg0 ) { _announcementsFlag . setCreateDate ( arg0 ) ; }
sets the create date of this announcements flag . concode_field_sep AnnouncementsFlag _announcementsFlag concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep bool...
Double function ( ) { return _double ; }
get _ double minimum : 67.8 maximum : 123.4 concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep OffsetDateTime dateTime concode_el...
void function ( final DataInput arg0 ) { final byte [ ] loc0 = new byte [ 4 ] ; arg0 . readFully ( loc0 ) ; if ( ! Arrays . equals ( ManagementProtocol . SIGNATURE , loc0 ) ) { throw ProtocolLogger . ROOT_LOGGER . invalidSignature ( Arrays . toString ( loc0 ) ) ; } }
validate the header signature . concode_field_sep int version concode_field_sep int getVersion concode_elem_sep T cast concode_elem_sep byte getType concode_elem_sep ManagementProtocolHeader parse concode_elem_sep void write
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( type ) ; if ( value != null ) { loc0 . append ( "srini_string" ) ; loc0 . append ( value ) ; } return loc0 . toString ( ) ; }
converts the token to a string . concode_field_sep String value concode_elem_sep Type type concode_field_sep placeholderType placeHolder
AdapterThrowingRunnableToCallable < DATATYPE > function ( @ Nonnull final IThrowingRunnable arg0 , @ Nullable final DATATYPE arg1 ) { return new AdapterThrowingRunnableToCallable < DATATYPE > ( arg0 , arg1 ) ; }
create a callable that always returns the passed value . concode_field_sep IThrowingRunnable m_aRunnable concode_elem_sep DATATYPE m_aResult concode_field_sep DATATYPE call concode_elem_sep String toString
List < String > function ( ) { List < String > loc0 = new Vector < String > ( ) ; loc0 . add ( "srini_string" ) ; loc0 . add ( "srini_string" ) ; return loc0 ; }
list of the valid sqldiff versions concode_field_sep String currentVersion concode_elem_sep Log log concode_elem_sep String moduleId concode_elem_sep String downloadURL concode_elem_sep String content concode_field_sep String getDownloadURL concode_elem_sep String getElement concode_elem_sep void parse concode_elem_sep...
void function ( Page arg0 ) { this . data = arg0 . data ; }
sets this page 's data array to share the given page 's data array . concode_field_sep byte[] data concode_field_sep String getStringValue concode_elem_sep void setShortValue concode_elem_sep void setData concode_elem_sep int getIntValue concode_elem_sep char getCharValue concode_elem_sep void setStringValue concode_el...
BigDecimal function ( BigDecimal arg0 , BigDecimal arg1 ) { BigDecimal loc0 = new BigDecimal ( RANDOM . nextDouble ( ) ) ; return arg0 . add ( arg1 . subtract ( arg0 ) . multiply ( loc0 ) ) ; }
produces random decimal value within specified range concode_field_sep Class<?> attributeType concode_elem_sep List<Annotation> annotations concode_elem_sep Random RANDOM concode_elem_sep Logger LOG concode_field_sep Object getValue concode_elem_sep Object decimalToReturnType concode_elem_sep T findTypeFromList concode...
void function ( ModelNode arg0 ) { failIfDenied ( arg0 , PathAddress . pathAddress ( arg0 . get ( OP_ADDR ) ) ) ; }
utility method to throw a standard failure if #getdecision is org.jboss.as.controller.access.authorizationresult.decision #deny . this variant extracts the target address from the address field in the operation paramand then calls the @linkplain #failifdenied modelnode , pathaddress overloaded variant . concode_field_s...
void function ( int [ ] arg0 ) { this . result = arg0 ; }
sets the result value for this fileidresult . concode_field_sep int[] result concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.omniture.www.Status status concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description...
Connection function ( ) { return getConnection ( user , password ) ; }
forward with current user/password concode_field_sep int loginTimeout concode_elem_sep String sStartURL concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep void setPassword concode_elem_sep String getDatabase concode_ele...
RequestSpec function ( String arg0 ) { return arg0 ( HttpMethod . of ( arg0 ) ) ; }
specifies the request method . concode_field_sep int DEFAULT_MAX_REDIRECTS concode_field_sep RequestSpec basicAuth concode_elem_sep RequestSpec onRedirect concode_elem_sep RequestSpec body concode_elem_sep Body type concode_elem_sep RequestSpec delete concode_elem_sep RequestSpec put concode_elem_sep RequestSpec patch ...
EncryptionDictionary function ( ) { return encryptDictionary ; }
gets the encryption dictionary associated with the document encryption handler . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_elem_sep boolean i...
java . lang . String function ( ) { return getService ( ) . getBeanIdentifier ( ) ; }
returns the spring bean id for this bean . concode_field_sep PhoneLocalService _service concode_field_sep com.liferay.portal.model.Phone getPhone concode_elem_sep com.liferay.portal.model.Phone getPhoneByUuidAndCompanyId concode_elem_sep com.liferay.portal.model.Phone fetchPhoneByUuidAndCompanyId concode_elem_sep com.l...
float function ( float arg0 ) { return TypedValue . applyDimension ( TypedValue . COMPLEX_UNIT_SP , arg0 , DisplayMetricsHolder . getWindowDisplayMetrics ( ) ) ; }
convert from sp to px concode_field_sep PlaceHolder placeHolder concode_field_sep float toPixelFromDIP concode_elem_sep float toPixelFromDIP concode_elem_sep float toDIPFromPixel
String function ( String arg0 ) { arg0 = trimWhiteSpaces . matcher ( arg0 ) . replaceAll ( "srini_string" ) ; if ( arg0 . contains ( "srini_string" ) ) { String [ ] loc0 = removeInlineComments . split ( arg0 ) ; if ( loc0 . length > 0 ) arg0 = loc0 [ 0 ] ; } return arg0 ; }
returns a canonical line of a obj or mtl file . e.g. it removes multiple whitespaces or comments from the given string . concode_field_sep Pattern splitBySpace concode_elem_sep Pattern trimWhiteSpaces concode_elem_sep Pattern removeInlineComments concode_field_sep void trim concode_elem_sep List<String> fastSplit conco...
Try < T > function ( String arg0 ) { return Try ( ( ) -> ( T ) Class . forName ( arg0 ) . newInstance ( ) ) ; }
attempts to create an instance of the provided class . this expects the class to be public and have a public default constructor with no arguments . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( String arg0 ) { this . pathType = arg0 ; }
sets the value of the pathtype property . concode_field_sep String path concode_elem_sep String id concode_elem_sep String pathType concode_field_sep String getPath concode_elem_sep void setId concode_elem_sep void setPath concode_elem_sep String getId concode_elem_sep String getPathType
boolean function ( Object arg0 ) { return super . equals ( arg0 ) ; }
by default delegates to object #equals so instances are only equal if they areidentical . proxy.equals argument returns true if : proxy and argument are of the same typeand this method returns true for the invocationhandler of argument subclasses can override this method to provide custom equality . concode_field_sep O...
String function ( ) { return riskId ; }
gets the value of the riskid property . concode_field_sep String riskName concode_elem_sep Integer activityObjectId concode_elem_sep Date lastUpdateDate concode_elem_sep String activityName concode_elem_sep Boolean isBaseline concode_elem_sep Integer riskObjectId concode_elem_sep String riskId concode_elem_sep Integer ...
Connection function ( String arg0 , String arg1 , String arg2 , String arg3 , String arg4 ) { String loc0 = "srini_string" + arg0 + "srini_string" + arg4 + "srini_string" + arg1 ; conn = getConn ( loc0 , arg2 , arg3 ) ; System . out . println ( loc0 ) ; System . out . println ( "srini_string" ) ; return conn ; }
oracle connection concode_field_sep Connection conn concode_elem_sep DataReader data concode_field_sep Connection getMyConnection_SQLServer_JDBC concode_elem_sep Connection getMySQLConnection concode_elem_sep Connection getMySQLConnection concode_elem_sep Connection getSQLServerConnection_JDTS concode_elem_sep Connecti...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 , arg2 ) ; }
debug 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 setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco...
FileLink function ( int arg0 ) { if ( fileLinks . isEmpty ( ) ) { return null ; } for ( int loc0 = fileLinks . size ( ) - 1 ; loc0 >= 0 ; loc0 -- ) { FileLink loc1 = fileLinks . get ( loc0 ) ; if ( loc1 . getEndingIndex ( ) < arg0 ) { return loc1 ; } } return fileLinks . get ( fileLinks . size ( ) - 1 ) ; }
returns the previous file link relative to the caret location . this will cycle around and get the last one if you 're before the first link . concode_field_sep OutputParser parser concode_elem_sep List<FileLink> fileLinks concode_elem_sep int lastNewline concode_elem_sep StringBuilder totalTextToParse concode_field_se...
void function ( String arg0 , String arg1 , String arg2 , Attributes arg3 ) { if ( documentHandler != null ) { qAtts . setAttributes ( arg3 ) ; documentHandler . startElement ( arg2 , qAtts ) ; } }
adapt a sax2 start element event . concode_field_sep AttributesAdapter qAtts concode_elem_sep XMLReader xmlReader concode_elem_sep DocumentHandler documentHandler concode_elem_sep Attributes attributes concode_field_sep void setupXMLReader concode_elem_sep void setEntityResolver concode_elem_sep String getName concode_...
String function ( ) { return ban ; }
gets the value of the ban property . concode_field_sep String verificationDestinationURL concode_elem_sep String nextBillCycleDate concode_elem_sep String ineligibilityReason concode_elem_sep String programName concode_elem_sep String emailId concode_elem_sep long serialVersionUID concode_elem_sep String msisdn concode...
boolean function ( Configuration arg0 ) { return null != arg0 . get ( DFS_NAMENODE_SHARED_EDITS_DIR_KEY ) ; }
returns true if ha is using a shared edits directory . concode_field_sep DelegationTokenSelector tokenSelector concode_elem_sep Log LOG concode_field_sep boolean isHAEnabled concode_elem_sep String getNameNodeId concode_elem_sep Configuration getConfForOtherNode concode_elem_sep boolean isTokenForLogicalUri concode_ele...
void function ( Collection arg0 ) { this . perform ( arg0 . iterator ( ) ) ; }
performs the graph traversion with all elements which are contained in the specified collection . 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 m...
Flight function ( String arg0 ) { return flightsIndexedByFligthCode . get ( arg0 ) ; }
given a flight code , find the matching flight . concode_field_sep Map<String,Flight> flightsIndexedByFligthCode concode_elem_sep Map<String,Airport> airports concode_elem_sep Map<String,AirLine> airLines concode_elem_sep Map<String,Set<Flight>> flightsIndexedByFromToAirportIATACodes concode_field_sep Airport findAirpo...
void function ( short arg0 , short arg1 ) { assertEquals ( null , arg0 , arg1 ) ; }
asserts that two shorts are equal . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertNotEmpty concode_elem_sep void assertNotEmpty concode_elem_sep void failNotSame concode_elem_sep void assertFalse concode_elem_sep void assertFalse concode_elem_sep String format concode_elem_sep void assertPostPa...
AssociateSpaceManagerRequest function ( String arg0 ) { this . managerId = arg0 ; return this ; }
configure the manager id concode_field_sep String id concode_elem_sep String managerId concode_field_sep String getManagerId concode_elem_sep ValidationResult isValid concode_elem_sep String getId concode_elem_sep AssociateSpaceManagerRequest withId
int function ( ) { org . sakaiproject . citation . api . ConfigurationService loc0 = getInstance ( ) ; if ( loc0 == null ) { return org . sakaiproject . citation . api . ConfigurationService . SEARCHABLE_DATABASES ; } return loc0 . getSiteConfigMaximumSearchableDBs ( ) ; }
get the maximum number of databases we can search at one time concode_field_sep org.sakaiproject.citation.api.ConfigurationService m_instance concode_field_sep String getSiteConfigExtendedRepositoryId concode_elem_sep String getConfigurationXml concode_elem_sep void setExternalSearchUrl concode_elem_sep boolean isCitat...
Color [ ] function ( ) { Color [ ] loc0 = new Color [ this . colors . length ] ; System . arraycopy ( this . colors , 0 , loc0 , 0 , this . colors . length ) ; return loc0 ; }
returns a copy of the array of colors used by this gradient . concode_field_sep ColorSpaceEnum colorSpace concode_elem_sep int transparency concode_elem_sep CycleMethodEnum REPEAT concode_elem_sep CycleMethodEnum cycleMethod concode_elem_sep float[] fractions concode_elem_sep ColorSpaceEnum SRGB concode_elem_sep Color[...
String function ( ) { return name ; }
gets the name of the name object . concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep String toS...
void function ( String arg0 ) { if ( zeppelinConnectionMap . containsKey ( arg0 ) ) { Session loc0 = zeppelinConnectionMap . get ( arg0 ) ; if ( loc0 . isOpen ( ) ) { loc0 . close ( ) ; } zeppelinConnectionMap . remove ( arg0 ) ; } LOG . info ( "srini_string" , arg0 ) ; }
close and remove zeppelinconnection concode_field_sep Logger LOG concode_elem_sep String zeppelinhubToken concode_elem_sep URI zeppelinWebsocketUrl concode_elem_sep WebSocketClient wsClient concode_elem_sep ZeppelinClient instance concode_elem_sep ConcurrentHashMap<String,Session> zeppelinConnectionMap concode_elem_sep...
String function ( ) { return type ; }
gets the value of the type property . concode_field_sep String name concode_elem_sep String id concode_elem_sep String type concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep void setType
String function ( ) { return this . name ; }
returns the encoding mode name . concode_field_sep EncodingMode SINGLE_BYTE concode_elem_sep EncodingMode CID concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep EncodingMode AUTO concode_field_sep Object readResolve concode_elem_sep EncodingMode valueOf concode_elem_sep String toString
GeneratedMessageLite . GeneratedExtension < ContainingType , ? > function ( final ContainingType arg0 , final int arg1 ) { return ( GeneratedMessageLite . GeneratedExtension < ContainingType , ? > ) extensionsByNumber . get ( new ObjectIntPair ( arg0 , arg1 ) ) ; }
find an extension by containing type and field number . concode_field_sep int number concode_elem_sep Map<ObjectIntPair,GeneratedMessageLite.GeneratedExtension<?,?>> extensionsByNumber concode_elem_sep ExtensionRegistryLite EMPTY concode_elem_sep Object object concode_field_sep void add concode_elem_sep ExtensionRegist...
String function ( Configuration arg0 ) { return arg0 . get ( UUID_KEY ) ; }
retrieve a nutch uuid of this configuration object , or null if the configuration was created elsewhere . concode_field_sep String UUID_KEY concode_field_sep Configuration addNutchResources concode_elem_sep Configuration create concode_elem_sep Configuration create concode_elem_sep void setUUID
boolean function ( ) { return mWaitsUntilAvailable ; }
returns whether the filter waits until this port is available before processing . concode_field_sep Filter mFilter concode_elem_sep FrameQueue.Builder mQueueBuilder concode_elem_sep boolean mWaitsUntilAvailable concode_elem_sep Signature.PortInfo mInfo concode_elem_sep String mName concode_elem_sep FrameQueue mQueue co...
int function ( ) { return evictionCount ; }
returns the number of values that have been evicted . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size concode_elem_sep int createCount concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<K,V> map concode_elem_sep int missCount concode_fie...
boolean function ( ) { return tagInfo == JavadocTagInfo . SEE || isInheritDocTag ( ) ; }
checks that the tag is a ` see ' or ` inheritdoc ' tag . concode_field_sep int columnNo concode_elem_sep int lineNo concode_elem_sep String firstArg concode_elem_sep JavadocTagInfo tagInfo concode_field_sep boolean isReturnTag concode_elem_sep boolean isInheritDocTag concode_elem_sep int getLineNo concode_elem_sep Stri...
void function ( float arg0 ) { AffineTransform loc0 = AffineTransform . getTranslateInstance ( arg0 , 0 ) ; affineTransform . concatenate ( loc0 ) ; }
implements transformlisthandler #translate float . concode_field_sep AffineTransform affineTransform concode_field_sep AffineTransform createAffineTransform concode_elem_sep AffineTransform createAffineTransform concode_elem_sep void rotate concode_elem_sep void rotate concode_elem_sep void endTransformList concode_ele...
void function ( boolean arg0 ) { this . _return = arg0 ; }
sets the value of the return property . concode_field_sep boolean _return concode_field_sep boolean isReturn
String function ( VelocityEngine arg0 , String arg1 , String arg2 , Map < String , Object > arg3 ) { StringWriter loc0 = new StringWriter ( ) ; mergeTemplate ( arg0 , arg1 , arg2 , arg3 , loc0 ) ; return loc0 . toString ( ) ; }
merge the specified velocity template with the given model into a string . when using this method to prepare a text for a mail to be sent with spring 's mail support , consider wrapping velocityexception in mailpreparationexception . concode_field_sep PlaceHolder placeHolder concode_field_sep void mergeTemplate concode...
void function ( String arg0 ) { this . type = arg0 ; }
sets the value of the type property . concode_field_sep String type concode_elem_sep String encoding concode_elem_sep String value concode_field_sep String getEncoding concode_elem_sep String getValue concode_elem_sep void setEncoding concode_elem_sep String getType concode_elem_sep void setValue
ProductTypeEnum function ( ) { return productType ; }
gets the value of the producttype property . concode_field_sep String indicator concode_elem_sep String code concode_elem_sep ServiceLevelEnum level concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep ServiceTypeEnum type concode_elem_sep ServiceClassification classification conc...
boolean function ( byte [ ] arg0 , int arg1 ) { if ( arg1 < HEADER_MAGIC . arg1 ) { return false ; } for ( int loc0 = 0 ; loc0 < HEADER_MAGIC . arg1 ; ++ loc0 ) { if ( arg0 [ loc0 ] != HEADER_MAGIC [ loc0 ] ) { return false ; } } return true ; }
checks if the signature matches what is expected for a . lzma file . concode_field_sep CachedAvailability cachedLZMAAvailability concode_elem_sep FileNameUtil fileNameUtil concode_elem_sep byte[] HEADER_MAGIC concode_field_sep String getUncompressedFilename concode_elem_sep void setCacheLZMAAvailablity concode_elem_sep...
void function ( ThrowableListener arg0 ) { listeners . remove ( arg0 ) ; }
remove a throwablelistener from the listener list . concode_field_sep int WARNING concode_elem_sep int ERROR concode_elem_sep List listeners concode_elem_sep int UNKNOWN concode_field_sep void add concode_elem_sep void add concode_elem_sep void addError concode_elem_sep void addThrowableListener concode_elem_sep void f...
Collection < IndicatorFilter > function ( ) { return filters ; }
returns the collection of filters . concode_field_sep Date writeDate concode_elem_sep String indicatorKey concode_elem_sep Collection<IndicatorGroup> groups concode_elem_sep Collection<IndicatorFilter> filters concode_field_sep String getKey concode_elem_sep Date getWriteDate concode_elem_sep Indicator addFilter concod...
String function ( ) { return ejbJar ; }
gets the value of the ejbjar property . concode_field_sep String ejbJar concode_elem_sep List<ResourceRefBinding> defaultDatasources concode_elem_sep List<EJBJar> ejbJars concode_elem_sep String label concode_elem_sep QName type concode_elem_sep String version concode_elem_sep String uuid concode_elem_sep Object idref ...
InputSource function ( Resource arg0 ) { InputSource loc0 = new InputSource ( arg0 . getInputStream ( ) ) ; loc0 . setSystemId ( getSystemId ( arg0 ) ) ; return loc0 ; }
create a sax inputsource from the given resource.sets the system identifier to the resource 's url , if available . concode_field_sep PlaceHolder placeHolder concode_field_sep String getSystemId
void function ( ) { Target2 loc0 = new Target2 ( ) ; assertSame ( "srini_string" , loc0 . fizmo ( ) ) ; }
test calling an instance method on a cousin class . concode_field_sep PlaceHolder placeHolder concode_field_sep void test_getResourceAsStream concode_elem_sep void test_callStaticMethod concode_elem_sep void test_diff_getResourceAsStream concode_elem_sep void test_constructor concode_elem_sep void test_getStaticVariabl...
java . util . List < com . liferay . portal . model . WebDAVProps > function ( int arg0 , int arg1 ) { return _webDAVPropsLocalService . getWebDAVPropses ( arg0 , arg1 ) ; }
returns a range of all the web d a v propses . 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.queryuti...
String function ( ) { return "srini_string" ; }
returns the tag name . concode_field_sep int visibility concode_elem_sep ArrayList<AnnotationTag> annotations concode_field_sep byte[] getValue concode_elem_sep void addAnnotation concode_elem_sep String getInfo concode_elem_sep boolean hasAnnotations concode_elem_sep String toString concode_elem_sep ArrayList<Annotati...
Object function ( ) { while ( true ) { Thread loc0 = threadVar . get ( ) ; if ( loc0 == null ) { return getValue ( ) ; } try { loc0 . join ( ) ; } catch ( InterruptedException loc1 ) { Thread . currentThread ( ) . interrupt ( ) ; return null ; } } }
return the value created by the construct method . returns null if either the constructing thread or the current thread was interrupted before a value was produced . concode_field_sep Thread thread concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_sep Object getValue concode_elem_sep void...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
returns the osgi service identifier . concode_field_sep PasswordTrackerLocalService _service concode_field_sep void trackPassword concode_elem_sep boolean isValidPassword concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.portal.kernel.model....
void function ( ) { prepareStateTest ( ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_NODE_NOT_REACHABLE ) ; }
a state must be reachable . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_sep ...
void function ( CTShapeProperties arg0 ) { this . spPr = arg0 ; }
sets the value of the sppr property . concode_field_sep String macro concode_elem_sep Boolean fPublished concode_elem_sep CTShapeProperties spPr concode_elem_sep CTShapeStyle style concode_elem_sep CTConnectorNonVisual nvCxnSpPr concode_field_sep CTShapeProperties getSpPr concode_elem_sep CTShapeStyle getStyle concode_...
void function ( float arg0 ) { depth = arg0 ; }
set the depth for this box . concode_field_sep int type concode_elem_sep float height concode_elem_sep boolean DEBUG concode_elem_sep float shift concode_elem_sep Graphics graphics concode_elem_sep Color foreground concode_elem_sep Geom geom concode_elem_sep float width concode_elem_sep Color markForDEBUG concode_elem_...
String function ( ) { return this . message ; }
returns the optional message for this event concode_field_sep byte TYPE_QUERY concode_elem_sep String hostName concode_elem_sep byte TYPE_OBJECT_CREATION concode_elem_sep String catalog concode_elem_sep int catalogIndex concode_elem_sep String durationUnits concode_elem_sep byte TYPE_EXECUTE concode_elem_sep byte event...
String function ( ) { return UUID . randomUUID ( ) . toString ( ) ; }
generates a unique string each time it is called . concode_field_sep TupleDesc SINGLE_INT_DESCRIPTOR concode_elem_sep int MAX_RAND_VALUE concode_field_sep long getMemoryFootprint concode_elem_sep File createRandomHeapFileUnopened concode_elem_sep double[] getDiff concode_elem_sep Object[] checkConstant concode_elem_sep...
void function ( OffsetKey arg0 , int arg1 ) { synchronized ( myMap ) { if ( arg1 < 0 ) { removeOffset ( arg0 ) ; return ; } saveOffset ( arg0 , arg1 , true ) ; } }
register key-offset binding . offset will change together with document editing operationsunless an operation replaces completely the offset vicinity . concode_field_sep Set<OffsetKey> myModified concode_elem_sep Map<OffsetKey,RangeMarker> myMap concode_elem_sep Document myDocument concode_elem_sep boolean myDisposed c...
void function ( String arg0 ) { this . name = arg0 ; }
sets the value of the name property . concode_field_sep int score concode_elem_sep String surname concode_elem_sep String name concode_elem_sep int idStudent concode_elem_sep int group concode_field_sep void setGroup concode_elem_sep int getIdStudent concode_elem_sep void setIdStudent concode_elem_sep String getName co...
void function ( ) { boolean loc0 = false ; Path loc1 = new Path ( "srini_string" ) ; FileStatus loc2 = new FileStatus ( LENGTH , loc0 , REPLICATION , BLKSIZE , MTIME , ATIME , PERMISSION , OWNER , GROUP , loc1 , PATH ) ; validateAccessors ( loc2 , LENGTH , loc0 , REPLICATION , BLKSIZE , MTIME , ATIME , PERMISSION , OWN...
check that the full parameter constructor works correctly . concode_field_sep long ATIME concode_elem_sep Log LOG concode_elem_sep int REPLICATION concode_elem_sep Path PATH concode_elem_sep String GROUP concode_elem_sep FsPermission PERMISSION concode_elem_sep long BLKSIZE concode_elem_sep int LENGTH concode_elem_sep ...
String function ( String arg0 ) { Map < String , String > loc0 = splitCookieToken ( arg0 ) ; if ( ! loc0 . keySet ( ) . equals ( COOKIE_ATTRIBUTES ) ) { LOG . error ( "srini_string" + arg0 ) ; return null ; } return loc0 . get ( COOKIE_CLIENT_USER_NAME ) ; }
parses a cookie token to retrieve client user name . concode_field_sep String serverPrincipal concode_elem_sep String AUTHORIZATION concode_elem_sep HttpContext httpContext concode_elem_sep String HTTP_RESPONSE concode_elem_sep String SERVER_HTTP_URL concode_elem_sep String COOKIE_ATTR_SEPARATOR concode_elem_sep String...
void function ( ) { }
implements preserveaspectratiohandler #startpreserveaspectratio . concode_field_sep PreserveAspectRatioHandler INSTANCE concode_field_sep void xMaxYMax concode_elem_sep void xMinYMin concode_elem_sep void none concode_elem_sep void endPreserveAspectRatio concode_elem_sep void xMaxYMid concode_elem_sep void xMidYMin con...
void function ( ) { mc . closeHandle ( this ) ; }
close concode_field_sep HelloWorldManagedConnectionFactory mcf concode_elem_sep HelloWorldManagedConnection mc concode_field_sep String helloWorld concode_elem_sep String helloWorld
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep List<List<BigDecimal>> arrayArrayNumber concode_field_sep ArrayOfArrayOfNumberOnly addArrayArrayNumberItem concode_elem_sep ArrayOfArrayOfNumberOnly arrayArrayNumber concode_elem_sep int hashCode concode_ele...
void function ( String arg0 ) { addErrorMessage ( null , arg0 ) ; }
add error message . concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep void redirectBrowser concode_elem_sep Object getManagedBean concode_elem...
boolean function ( ) { return ( state & BorderEdge . WEST . value ( ) ) != 0 ; }
returns true if the left border edge is to be drawn . concode_field_sep BorderEdge defaultState concode_elem_sep byte value concode_elem_sep byte state concode_field_sep byte translateEdgeToState concode_elem_sep void removeAllBorders concode_elem_sep void removeBorderState concode_elem_sep void removeBorderState conco...
OverrideCopyOperation function ( CopyOperation arg0 ) { return null ; }
by default , do n't provide any copy override behaviour . 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 getNa...
Connection function ( ) { return conn ; }
for applications that use a persistent jdbc connection , this class can be used to encapsulate that connection . just strip out the sqlfile stuff if you do n't need that . concode_field_sep Connection conn concode_field_sep void main concode_elem_sep void executeFiles
void function ( String arg0 ) { this . label = arg0 ; }
sets label . concode_field_sep Object display concode_elem_sep String label concode_elem_sep Integer value concode_field_sep Integer getValue concode_elem_sep String getLabel concode_elem_sep void setDisplay concode_elem_sep void setValue concode_elem_sep Object getDisplay
Reader function ( ) { return reader ; }
get the character stream that was set with setreader . concode_field_sep String systemId concode_elem_sep Reader reader concode_elem_sep InputStream inputStream concode_elem_sep String FEATURE concode_elem_sep String publicId concode_field_sep String getSystemId concode_elem_sep void setReader concode_elem_sep void set...
void function ( String ... arg0 ) { logBasicSystemInfo ( ) ; showMainWindow ( ) ; fLogger . info ( "srini_string" ) ; }
launch the application and display the main window . concode_field_sep Logger fLogger concode_field_sep void logBasicSystemInfo concode_elem_sep void showMainWindow
String function ( PropertyDescriptor arg0 ) { return arg0 == null ? null : PropertyAccessorUtils . canonicalPropertyName ( arg0 . getName ( ) ) ; }
get the canonical property name for a given optional descriptor . concode_field_sep Log logger concode_elem_sep Map unknownEditorTypes concode_elem_sep SimpleTypeConverter simpleTypeConverter concode_elem_sep DataBinder dataBinder concode_elem_sep boolean skipDefaultValues concode_elem_sep Set SKIPPED_PROPERTIES concod...
String function ( ) { return OID ; }
returns the oid of the password policy control `` 1.3.6.1.4.1.42.2.27.8.5.1 '' . concode_field_sep String OID concode_elem_sep boolean critical concode_field_sep byte[] getEncodedValue concode_elem_sep boolean isCritical
boolean function ( ) { return inError ; }
returns the inerror . concode_field_sep boolean inError concode_elem_sep Writer out concode_field_sep void fatalError concode_elem_sep void fatalError concode_elem_sep void warning concode_elem_sep void warning concode_elem_sep void reset concode_elem_sep void error concode_elem_sep void error
void function ( String arg0 ) { this . humanPresentableName = arg0 ; }
set the human presentable name . concode_field_sep Class representationClass concode_elem_sep String humanPresentableName concode_elem_sep String mimeType concode_elem_sep MimeType mimeObject concode_field_sep String normalizeMimeTypeParameter concode_elem_sep String getMimeType concode_elem_sep boolean equals concode_...
void function ( S arg0 , Set < E > arg1 ) { doUpdateSet ( arg0 , Diffs . computeSetDiff ( doGetSet ( arg0 ) , arg1 ) ) ; }
updates the property on the source with the specified change . concode_field_sep PlaceHolder placeHolder concode_field_sep Set<E> doGetSet concode_elem_sep IObservableFactory<S,IObservableSet<E>> setFactory concode_elem_sep IObservableFactory<S,IObservableSet<E>> setFactory concode_elem_sep void setSet concode_elem_sep...
ListDomainNamesResult function ( ) { this . domainNames = null ; return this ; }
removes all the entries added into domainnames . returns a reference to this object so that method calls can be chained together . concode_field_sep java.util.Map<String,String> domainNames concode_field_sep ListDomainNamesResult addDomainNamesEntry concode_elem_sep int hashCode concode_elem_sep ListDomainNamesResult w...
boolean function ( String arg0 ) { return arg0 . startsWith ( "srini_string" ) || arg0 . startsWith ( "srini_string" ) ; }
does a given url point to google book search , regardless of domain . concode_field_sep Collection<String> TRANSLATED_HELP_ASSET_LANGUAGES concode_elem_sep Map<String,String> GOOGLE_PRODUCT_SEARCH_COUNTRY_TLD concode_elem_sep String DEFAULT_LANGUAGE concode_elem_sep Map<String,String> GOOGLE_COUNTRY_TLD concode_elem_se...
void function ( long arg0 ) { this . campaignId = arg0 ; }
sets the campaignid value for this creativeuploadsessionsummary . concode_field_sep long campaignId concode_elem_sep long creativeUploadId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long advertise...
void function ( List < AttendeeWrapper > arg0 ) { this . waitingList = arg0 ; }
this is a setter . concode_field_sep int rankingOnWaiting concode_elem_sep List<SelectItem> moveAvailableTimeSlots concode_elem_sep List<AttendeeWrapper> waitingList concode_elem_sep int tsMarker concode_elem_sep SignupTimeslot timeSlot concode_elem_sep boolean comment concode_elem_sep List<AttendeeWrapper> attendeeWra...
int [ ] function ( int arg0 ) { int loc0 = size + arg0 ; if ( loc0 > items . length ) resize ( Math . max ( 8 , loc0 ) ) ; return items ; }
increases the size of the backing array to accommodate the specified number of additional items . useful before adding many items to avoid multiple backing array resizes . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep int[] items concode_field_sep void mul concode_elem_sep void insert con...
ItemSimple function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < itemsets . size ( ) ; loc0 ++ ) { if ( arg0 < itemsets . get ( loc0 ) . size ( ) ) { return itemsets . get ( loc0 ) . get ( arg0 ) ; } arg0 = arg0 - itemsets . get ( loc0 ) . size ( ) ; } return null ; }
get the ith item in this sequence . concode_field_sep long shift concode_elem_sep List<Itemset> itemsets concode_elem_sep int id concode_elem_sep Set<Integer> sequencesID concode_field_sep Set<Integer> getSequencesID concode_elem_sep int getItemOccurencesTotalCount concode_elem_sep String toStringShort concode_elem_sep...
void function ( String arg0 ) { this . birthAlert = arg0 ; }
setter method concode_field_sep String alertMessage concode_elem_sep String firstAlert concode_elem_sep String dissatisAlert concode_elem_sep String custSegmeAlert concode_elem_sep String annivarAlert concode_elem_sep String customerId concode_elem_sep String genericAlert concode_elem_sep String birthAlert concode_elem...
void function ( ) { new OpenOptions . Builder ( ) . build ( ) ; }
tests that building an openoptions works . concode_field_sep PlaceHolder placeHolder concode_field_sep void defaultsTest
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 org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean isOwner concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String dateTo concode_elem_sep java.lang.String rsid concode_elem_sep boolean __hashCode...