code
stringlengths
20
663
nl
stringlengths
68
7.19k
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _meetupsRegistrationLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
performs a dynamic query on the database and returns a range of the matching rows . 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.l...
RequestContext function ( ) { return ( RequestContext ) threadLocalCtx . get ( ) ; }
retrieve the request context instance associated to the current request thread . concode_field_sep CommandRequest request concode_elem_sep ThreadLocal threadLocalCtx concode_field_sep RequestContext init concode_elem_sep CommandRequest getRequest concode_elem_sep void destroy
void function ( Integer arg0 ) { this . default_iconid = arg0 ; }
sets new default_iconid . concode_field_sep Integer iconmapid concode_elem_sep String name concode_elem_sep Integer default_iconid concode_field_sep void setName concode_elem_sep Integer getIconmapid concode_elem_sep void setIconmapid concode_elem_sep String getName concode_elem_sep Integer getDefault_iconid
ValueBuilder function ( String arg0 , String arg1 ) { Expression loc0 = ExpressionBuilder . regexReplaceAll ( expression , arg0 , arg1 ) ; return onNewValueBuilder ( loc0 ) ; }
replaces all occurrences of the regular expression with the given replacement concode_field_sep boolean not concode_elem_sep Expression expression concode_field_sep ValueBuilder prepend concode_elem_sep ValueBuilder onNewValueBuilder concode_elem_sep ValueBuilder tokenize concode_elem_sep ValueBuilder tokenize concode_...
AuthRequest function ( final String arg0 ) { final AccountExternalId . Key loc0 = new AccountExternalId . Key ( SCHEME_MAILTO , arg0 ) ; final AuthRequest loc1 = new AuthRequest ( loc0 . get ( ) ) ; loc1 . setEmailAddress ( arg0 ) ; return loc1 ; }
create a request for an email address registration . this type of request should be used only to attach a new email address to an existing user account . concode_field_sep String authProvider concode_elem_sep String password concode_elem_sep String emailAddress concode_elem_sep String displayName concode_elem_sep Strin...
void function ( final float arg0 ) { this . type = ClassWriter . FLOAT ; this . floatVal = arg0 ; this . hashCode = 0x7FFFFFFF & ( type + ( int ) arg0 ) ; }
sets this item to a float item . concode_field_sep Item next concode_elem_sep int intVal concode_elem_sep double doubleVal concode_elem_sep int hashCode concode_elem_sep int index concode_elem_sep float floatVal concode_elem_sep int type concode_elem_sep long longVal concode_elem_sep String strVal1 concode_elem_sep Str...
void function ( ) { ferry . disembark ( ) ; }
passes the ferry 's disembark method . concode_field_sep Ferry ferry concode_field_sep void cancel concode_elem_sep void embark concode_elem_sep int getAllowedPassengers concode_elem_sep Vehicle spawnVehicle
void function ( PGraphics arg0 ) { GLStencilUtil . getInstance ( ) . beginDrawClipShape ( gl ) ; this . clipShape . drawComponent ( arg0 ) ; GLStencilUtil . getInstance ( ) . beginDrawClipped ( gl ) ; }
enable clipping with the clipping shape . concode_field_sep AbstractVisibleComponent clipShape concode_elem_sep GL10 gl concode_field_sep Vector3D getClipShapeIntersectionLocal concode_elem_sep AbstractVisibleComponent getClipShape concode_elem_sep void disableClip
IResource function ( Object arg0 ) { if ( arg0 == null ) { return null ; } if ( arg0 instanceof IResource ) { return ( IResource ) arg0 ; } return ( IResource ) getAdapter ( arg0 , IResource . class , true ) ; }
returns the resource corresponding to the given model element , or null if there is no applicable resource . concode_field_sep PlaceHolder placeHolder concode_field_sep IEditorPart findEditor concode_elem_sep Object getAdapter concode_elem_sep IFile getFileFromResourceMapping concode_elem_sep IResource getResourceFromR...
Vec4 function ( Vec4 arg0 , float arg1 ) { return this . scale ( 1f - arg1 ) . add ( arg0 . scale ( arg1 ) ) ; }
calculates a linear interpolation between this vector with another vector . concode_field_sep float w concode_elem_sep float x concode_elem_sep float y concode_elem_sep float z concode_field_sep Vec4 add concode_elem_sep float lengthSquared concode_elem_sep FloatBuffer getBuffer concode_elem_sep Vec4 negate concode_ele...
MessageDigest function ( ) { return get ( SHA_1_DIGEST ) ; }
returns a messagedigest instance for sha-1 digests ; notethat the instance returned is thread local and must not be shared amongst threads . concode_field_sep char[] HEX_DIGITS concode_elem_sep ThreadLocal<MessageDigest> SHA_256_DIGEST concode_elem_sep ThreadLocal<MessageDigest> SHA_1_DIGEST concode_elem_sep ThreadLoca...
void function ( long arg0 ) { if ( log . isInfoEnabled ( ) ) { log . info ( "srini_string" + filepath + "srini_string" + arg0 ) ; } fc . truncate ( arg0 ) ; }
truncates the file to a given length . concode_field_sep Log log concode_elem_sep String filepath concode_elem_sep IElementSerializer elementSerializer concode_elem_sep FileChannel fc concode_elem_sep byte HEADER_SIZE_BYTES concode_field_sep void move concode_elem_sep boolean writeObject concode_elem_sep String getFile...
DescribeFileSystemsResult function ( String arg0 ) { setNextMarker ( arg0 ) ; return this ; }
a string , present if there are more file systems than returned in the response . you can use the nextmarker in the subsequent request to fetch the descriptions . concode_field_sep String nextMarker concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<FileSystemDescription> fileSystems...
void function ( String arg0 ) { this . expires = arg0 ; }
sets the expires . concode_field_sep String expires concode_elem_sep String cookie concode_elem_sep String linkSnippet concode_elem_sep String linkDescription concode_elem_sep Update update concode_elem_sep Float minRefreshPeriod concode_elem_sep String message concode_elem_sep Float maxSessionLength concode_elem_sep S...
void function ( String arg0 ) { this . setDbRecordId ( arg0 ) ; }
alias for setdbrecordid concode_field_sep String id concode_field_sep List<T> getCollection concode_elem_sep List<T> getCollectionWhere concode_elem_sep void setDbRecordId concode_elem_sep T load concode_elem_sep T load concode_elem_sep void save concode_elem_sep String getId concode_elem_sep String getDbRecordId
void function ( Pattern arg0 ) { this . material = arg0 ; }
set the material . concode_field_sep int range concode_elem_sep double size concode_elem_sep Brush brush concode_elem_sep String permission concode_elem_sep int MAX_RANGE concode_elem_sep Mask mask concode_elem_sep Pattern material concode_field_sep Mask getMask concode_elem_sep Pattern getMaterial concode_elem_sep dou...
void function ( Any arg0 , String arg1 ) { arg0 . insert_string ( arg1 ) ; }
insert the orb id into any uses any.insert _ string . concode_field_sep PlaceHolder placeHolder concode_field_sep String extract concode_elem_sep String read concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
String function ( ) { return encoding ; }
get encoding concode_field_sep DateFormat dateformat concode_elem_sep DateFormat datetimeformat concode_elem_sep boolean isOpen concode_elem_sep String DEFAULT_ENCODING concode_elem_sep Connection connection concode_elem_sep Locale locale concode_elem_sep String encoding concode_field_sep java.sql.Date convertToDate co...
void function ( ) { Locale loc0 = FacesContext . getCurrentInstance ( ) . getViewRoot ( ) . getLocale ( ) ; if ( loc0 == null ) { loc0 = Locale . ENGLISH ; } messages = ResourceBundle . getBundle ( MESSAGE_PATH , loc0 ) ; }
initialize internationalization . concode_field_sep String MESSAGE_PATH concode_elem_sep ResourceBundle messages concode_field_sep String getMessage
Rect function ( int arg0 ) { int [ ] loc0 = getBoxGeometry ( arg0 ) ; if ( loc0 == null ) { return null ; } int loc1 = loc0 [ Box . INDEX_X ] ; int loc2 = loc0 [ Box . INDEX_Y ] ; int loc3 = loc0 [ Box . INDEX_W ] ; int loc4 = loc0 [ Box . INDEX_H ] ; Rect loc5 = new Rect ( loc1 , loc2 , loc1 + loc3 , loc2 + loc4 ) ; r...
returns a bounding rect for the box at the specified index . concode_field_sep int mNativePixa concode_elem_sep int mHeight concode_elem_sep int mWidth concode_elem_sep int mIndex concode_elem_sep boolean mRecycled concode_field_sep Pix next concode_elem_sep int nativeGetPix concode_elem_sep boolean nativeWriteToFileRa...
void function ( String arg0 ) { this . resourceUri = arg0 ; }
sets the value of the resourceuri property . concode_field_sep String repoId concode_elem_sep String extension concode_elem_sep String artifactLink concode_elem_sep String groupId concode_elem_sep String classifier concode_elem_sep String artifactId concode_elem_sep String packaging concode_elem_sep String contextId co...
B function ( double arg0 ) { this . fraction = arg0 ; __set |= 1 << 1 ; return ( B ) this ; }
set the value of the javafx.scene.effect.reflection #getfraction fraction property for the instance constructed by this builder . concode_field_sep javafx.scene.effect.Effect input concode_elem_sep double topOpacity concode_elem_sep double topOffset concode_elem_sep double bottomOpacity concode_elem_sep int __set conco...
void function ( Field arg0 , Object arg1 , List < Collection < ? >> arg2 , Collection < ? > arg3 , int arg4 , N arg5 ) { if ( arg3 instanceof List < ? > ) { ( ( List ) arg3 ) . set ( arg4 , arg5 ) ; } }
override if your ast collection does not support the set method . javac 's for example , does not . concode_field_sep Map<N,L> nodeMap concode_elem_sep String fileName concode_elem_sep String packageDeclaration concode_elem_sep ImportList imports concode_elem_sep L top concode_elem_sep boolean changed concode_elem_sep ...
boolean function ( ) { return ! ( sid == null ) ; }
checks the authentication status of the web interface concode_field_sep int asynctimeout concode_elem_sep Pattern CHALLENGE_PATTERN concode_elem_sep int timeout concode_elem_sep int asyncmaxconns concode_elem_sep String sid concode_elem_sep String protocol concode_elem_sep String password concode_elem_sep int port conc...
void function ( Tutorials arg0 ) { this . tutorials = arg0 ; }
sets the value of the tutorials property . concode_field_sep Tlds tlds concode_elem_sep ResourceType templateRef concode_elem_sep Documents documents concode_elem_sep Tutorials tutorials concode_field_sep void setTemplateRef concode_elem_sep Tutorials getTutorials concode_elem_sep ResourceType getTemplateRef concode_el...
ObjectObjectHashMap < K , V > function ( ) { return ensureNoNullKeys ( 16 ) ; }
returns a map like #newmap that does not accept null keys concode_field_sep PlaceHolder placeHolder concode_field_sep ObjectObjectHashMap<K,V> newMap concode_elem_sep ObjectObjectHashMap<K,V> newMap concode_elem_sep Iterable<T> intersection concode_elem_sep ObjectObjectHashMap<K,V> ensureNoNullKeys concode_elem_sep Obj...
void function ( ) { if ( timeToExpire > 0 && sweeper == null ) ( sweeper = new CacheSweeper ( this , sweepInterval ) ) . start ( ) ; }
starts a new cachesweeper , if not already running , and if an expiring time for cacheobject was specified.if the methods startsweeper and stopsweeper are invoked by different threads , they need to be synchronized . concode_field_sep int defaultSweepInterval concode_elem_sep int timeToExpire concode_elem_sep CacheSwee...
void function ( NBinding arg0 ) { if ( arg0 . hasRefs ( ) ) { for ( Ref loc0 : arg0 . getRefs ( ) ) { processRef ( loc0 , arg0 ) ; } } }
collect cross-reference links for every file . concode_field_sep Pattern CONSTANT concode_elem_sep Map<String,List<StyleRun>> fileStyles concode_elem_sep String rootPath concode_elem_sep File outDir concode_field_sep String toModuleUrl concode_elem_sep void findLinks concode_elem_sep void addSemanticStyle concode_elem_...
String function ( ) { if ( value == null ) { return null ; } return value . getMetaData ( ) . getName ( ) ; }
gets the property value as text . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep ElementType value concode_field_sep String getJavaInitializationString concode_elem_sep Object getValue concode_elem_sep Component getCustomEditor concode_elem_sep boolean supportsCustomEditor concode_elem_s...
void function ( T arg0 ) { }
callback for destroying a singleton instance . subclasses may override this to destroy the previously created instance . the default implementation is empty . concode_field_sep BeanFactory beanFactory concode_elem_sep Log logger concode_elem_sep T singletonInstance concode_elem_sep boolean singleton concode_elem_sep Cl...
com . netsuite . webservices . platform . core_2014_2 . RecordRef function ( ) { return competitor ; }
gets the competitor value for this opportunitycompetitors . concode_field_sep java.lang.String notes concode_elem_sep java.lang.Boolean winner concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef competitor concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concod...
String function ( ) { return personalUnblockingKey ; }
gets the value of the personalunblockingkey property . concode_field_sep String sim concode_elem_sep Boolean e911Required concode_elem_sep String imei concode_elem_sep Boolean wiFiCallingSupported concode_elem_sep long serialVersionUID concode_elem_sep String personalUnblockingKey concode_elem_sep String imsi concode_f...
Random function ( ) { return this . rnd ; }
gets the random number generator to use for this operation concode_field_sep Random rnd concode_elem_sep String type concode_elem_sep ConfigExtractor config concode_elem_sep PathFinder finder concode_field_sep String getType concode_elem_sep String toString concode_elem_sep List<OperationOutput> run concode_elem_sep Pa...
int function ( ) { return WIND_NON_ZERO ; }
return the winding rule for determining the insideness of the path . concode_field_sep double ctrlpts[][] concode_elem_sep double CtrlVal concode_elem_sep double ncv concode_elem_sep double w concode_elem_sep double x concode_elem_sep double h concode_elem_sep double y concode_elem_sep int index concode_elem_sep double...
int function ( ) { require ( 1 ) ; return ( array [ pos ++ ] & 0xFF ) ; }
reads an unsigned 8 bit value from the stream , as an int . concode_field_sep byte[] array concode_elem_sep int pos concode_elem_sep int saved_end concode_elem_sep int end concode_elem_sep int saved_pos concode_field_sep int readU16 concode_elem_sep int current concode_elem_sep void setActive concode_elem_sep void rest...
void function ( Object arg0 , Object arg1 ) { try { field . set ( arg0 , arg1 ) ; } catch ( IllegalArgumentException loc0 ) { throw new ReflectionException ( "srini_string" + getName ( ) , loc0 ) ; } catch ( IllegalAccessException loc0 ) { throw new ReflectionException ( "srini_string" + getName ( ) , loc0 ) ; } }
sets the value of the field on the supplied object . concode_field_sep java.lang.reflect.Field field concode_field_sep Class getElementType concode_elem_sep boolean isAccessible concode_elem_sep boolean isStatic concode_elem_sep String getName concode_elem_sep void setAccessible concode_elem_sep boolean isAnnotationPre...
String function ( ) { return this . message ; }
get the message detailing the problem . concode_field_sep Throwable rootCause concode_elem_sep Location location concode_elem_sep String message concode_elem_sep ParseState parseState concode_field_sep ParseState getParseState concode_elem_sep Location getLocation concode_elem_sep String toString concode_elem_sep Throw...
void function ( int arg0 ) { this . percent = arg0 ; }
sets the current percent value . concode_field_sep OutputProgress progressBar concode_elem_sep int percent concode_elem_sep PersistentFacesState state concode_elem_sep OutputProgressRenderBean outputBean concode_elem_sep RenderManager renderManager concode_elem_sep boolean disableStartButton concode_elem_sep Persistent...
java . lang . String function ( ) { return id ; }
gets the value of the id property . concode_field_sep java.lang.String id concode_elem_sep List<ServiceRefHandlerChainType> handlerChain concode_field_sep List<ServiceRefHandlerChainType> getHandlerChain concode_elem_sep void setId
void function ( ) { prepareStateTest ( ) ; validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ; assertNoIssue ( diagnostics , ISSUE_STATE_WITHOUT_OUTGOING_TRANSITION ) ; }
a regular state may be a dead end . 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_fi...
void function ( long arg0 ) { _announcementsFlag . setUserId ( arg0 ) ; }
sets the user id 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 boolean ...
int [ ] function ( int arg0 ) { int loc0 = minRunLength ( arg0 ) ; List < Long > loc1 = runsJDKWorstCase ( loc0 , arg0 ) ; return createArray ( loc1 , arg0 ) ; }
returns an array of integers that demonstrate the bug in timsort concode_field_sep int MIN_MERGE concode_field_sep int[] createArray concode_elem_sep int minRunLength concode_elem_sep void generateJDKWrongElem concode_elem_sep List<Long> runsJDKWorstCase
void function ( long arg0 ) { _resourceAction . setBitwiseValue ( arg0 ) ; }
sets the bitwise value of this resource action . concode_field_sep ResourceAction _resourceAction concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttribute...
boolean function ( String arg0 ) { return arg0 . endsWith ( "srini_string" ) ; }
determine whether or not the given resource name refers to a class . concode_field_sep Map<String,ClassDescriptor> classDescriptorMap concode_elem_sep MapCache<String,String> stringCache concode_elem_sep ThreadLocal<DescriptorFactory> instanceThreadLocal concode_elem_sep Map<FieldDescriptor,FieldDescriptor> fieldDescri...
ResultMatcher function ( final String arg0 , final Object arg1 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg2 ) { assertEquals ( "srini_string" + arg0 + "srini_string" , arg1 , arg2 . getRequest ( ) . getAttribute ( arg0 ) ) ; } } ; }
assert a request attribute value . concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher asyncResult concode_elem_sep ResultMatcher asyncResult concode_elem_sep ResultMatcher sessionAttribute concode_elem_sep ResultMatcher sessionAttribute concode_elem_sep void assertAsyncStarted concode_elem_sep Re...
void function ( SessionFactory arg0 ) { this . sessionFactory = arg0 ; }
set session factory concode_field_sep SessionFactory sessionFactory concode_field_sep T getActiveListItem concode_elem_sep ActiveListItem getActiveListItemByUuid concode_elem_sep void deleteActiveListItem concode_elem_sep List<ActiveListItem> getActiveListItems concode_elem_sep List<T> getActiveListItems concode_elem_s...
Proxy function ( ) { return proxy ; }
returns this address 's explicitly-specified http proxy , or null to delegate to the http client 's proxy selector . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier c...
void function ( String arg0 , Object arg1 ) { parameters . remove ( arg0 ) ; parameters . put ( arg0 , arg1 ) ; }
in the parameters variable , adds the value to the collection associated with the specified key . unlike #addparameter string , object the previous value is overridden.first , any existing values are removed , then the new value is added to the collection at the specified key concode_field_sep MultiValueMap parameters ...
OkHttpClient function ( HostnameVerifier arg0 ) { this . hostnameVerifier = arg0 ; return this ; }
sets the verifier used to confirm that response certificates apply to requested hostnames for https connections . if unset , the httpsurlconnection #getdefaulthostnameverifier system-wide default hostname verifier will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnam...
Log function ( ) { return log ; }
method to obtain an instance of the logger that can be used to log database query statistics . concode_field_sep Log log concode_elem_sep ThreadLocal<StatisticsRecord> tStatisticsRecord concode_field_sep StatisticsRecord getStatisticsRecord concode_elem_sep StatisticsRecord initialValue concode_elem_sep void clearStati...
ParameterizedType function ( Type arg0 ) { return newParameterizedType ( List . class , arg0 ) ; }
returns a type modelling a list whose elements are of type elementtype . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterizedType providerOf concode_elem_sep ParameterizedType newParameterizedType concode_elem_sep WildcardType supertypeOf concode_elem_sep WildcardType subtypeOf concode_elem_sep Gen...
String function ( ) { return eIDCrossBordShare ; }
checks if is e id cross border share . concode_field_sep String consentAuthnReq concode_elem_sep String eIDSectorShare concode_elem_sep String protocolBinding concode_elem_sep String formatEntity concode_elem_sep boolean friendlyName concode_elem_sep Properties samlCoreProp concode_elem_sep boolean oneTimeUse concode_e...
void function ( String arg0 ) { if ( includePatterns == null ) { includePatterns = new ArrayList < String > ( ) ; } includePatterns . add ( arg0 ) ; }
add and include pattern to the filter . classes must match one of supplied include patterns to match the filter concode_field_sep List<String> excludePatterns concode_elem_sep List<String> includePatterns concode_elem_sep AntPathMatcher matcher concode_field_sep void addIncludePatterns concode_elem_sep void addExcludeP...
void function ( String arg0 , int arg1 ) { CMemoryImpl . getInstance ( ) . untie ( arg0 , arg1 ) ; }
untie key + index pair concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_sep int getAddressPrototyp...
IOFileFilter function ( List < FilePurgeCustomAge > arg0 ) { NotAmongDirectoriesFileFilter loc0 = new NotAmongDirectoriesFileFilter ( arg0 ) ; return loc0 ; }
builds a file filter which will skip the directories taken by the customages concode_field_sep String DAYS_BEFORE_PURGE_PARAMETER_SUFFIX concode_elem_sep org.apache.log4j.Logger LOG concode_elem_sep String DAYS_BEFORE_PURGE_PARAMETER_PREFIX concode_elem_sep ParameterService parameterService concode_field_sep void purge...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getMarker ( ) != null ) loc0 . append ( "srini_string" + getMarker ( ) + "srini_string" ) ; if ( getDBEngineVersions ( ) != null ) loc0 . append ( "srini_string" + getDBEngineVersions ( ) ) ; loc0 . append ( "srin...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<DBEngineVersion> dBEngineVersions concode_elem_sep String marker concode_field_sep String getMarker concode_elem_sep void setMarker concode_elem_sep int hashCode concode...
boolean function ( Element < E > arg0 ) { if ( lastDelivered == null ) { return false ; } if ( sequence . comparator ( ) . successor ( arg0 , lastDelivered ) ) { return true ; } return false ; }
returns true if the given element is the immediate successor of the last delivered element . concode_field_sep Sequence<Element<E>> sequence concode_elem_sep Timer timer concode_elem_sep Element<E> lastDelivered concode_elem_sep SequenceSender<E> sequenceSender concode_elem_sep long timeout concode_elem_sep Boolean rej...
void function ( long arg0 ) { _wikiNode . setNodeId ( arg0 ) ; }
sets the node id of this wiki node . concode_field_sep WikiNode _wikiNode concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem...
void function ( String arg0 ) { addErrorMessage ( null , arg0 ) ; }
add error message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void addInfoMessage concode_elem_s...
String function ( String arg0 ) { ResourceLoader loc0 = new ResourceLoader ( "srini_string" ) ; return loc0 . getString ( arg0 ) ; }
gets a localized message from the message bundle . concode_field_sep String ISO_8601_DATE_FORMAT concode_elem_sep Logger log concode_elem_sep String TIME_PATTERN_LONG concode_elem_sep String TIME_PATTERN_DISPLAY concode_elem_sep String TIME_PATTERN_SHORT concode_field_sep String getStringFromParam concode_elem_sep Comp...
void function ( ) { SFSBCMT loc0 = lookup ( "srini_string" , SFSBCMT . class ) ; assertEquals ( "srini_string" + "srini_string" , 1 , MyListener . getPostCtorInvocationCount ( ) ) ; }
test that @postconstruct is invoked concode_field_sep InitialContext iniCtx concode_elem_sep String ARCHIVE_NAME concode_field_sep T lookup concode_elem_sep T rawLookup concode_elem_sep void doBMTTest concode_elem_sep void testSLSBCMT concode_elem_sep void testSLSBBMT concode_elem_sep void doCMTTest concode_elem_sep vo...
long function ( ) { long loc0 = 0 ; for ( int loc1 = 0 ; loc1 < data . loc0 ; loc1 ++ ) { if ( data [ loc1 ] < 0 ) { continue ; } loc0 ++ ; } return loc0 ; }
the number of data values currently holding valid values concode_field_sep long[] data concode_field_sep void writeTo concode_elem_sep long[] data concode_elem_sep void readFrom concode_elem_sep long sum
void function ( MethodCall arg0 ) { }
edits a method call overridable . the default implementation performs nothing . concode_field_sep NewOp next concode_elem_sep int maxLocals concode_elem_sep int pos concode_elem_sep NewOp newList concode_elem_sep String type concode_elem_sep int maxStack concode_field_sep boolean loopBody concode_elem_sep boolean doit ...
Object function ( String arg0 ) { return ( arg0 == null || arg0 . isEmpty ( ) ) ? this . getDefaultValue ( ) : this . convertToValue ( arg0 ) ; }
converts a string to value consistent with type or uses the default value if the string is null or empty . concode_field_sep Log LOG concode_elem_sep boolean isArray concode_elem_sep IFunction<Object,String> convertToString concode_elem_sep IFunction<String,Object> parse concode_elem_sep LazyMember<Map<Class<?>,Object>...
Card function ( ) { return sourceCard ; }
getter for the field sourcecard . concode_field_sep Card sourceCard concode_elem_sep String color concode_elem_sep int amount concode_field_sep boolean isSnow concode_elem_sep boolean isColor concode_elem_sep boolean isColor concode_elem_sep int getColorlessAmount concode_elem_sep Mana[] toSingleArray concode_elem_sep ...
String function ( ) { return index ; }
the index the document was fetched from . concode_field_sep XContentBuilderString FIELDS concode_elem_sep Map<String,Object> sourceAsMap concode_elem_sep XContentBuilderString _TYPE concode_elem_sep String index concode_elem_sep byte[] sourceAsBytes concode_elem_sep XContentBuilderString FOUND concode_elem_sep BytesRef...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getDomainStatus ( ) != null ) loc0 . append ( "srini_string" + getDomainStatus ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
returns a string representation of this object ; useful for testing and debugging . concode_field_sep ElasticsearchDomainStatus domainStatus concode_field_sep void setDomainStatus concode_elem_sep DescribeElasticsearchDomainResult withDomainStatus concode_elem_sep ElasticsearchDomainStatus getDomainStatus concode_elem_...
boolean function ( ) { if ( hasJustEnded ( ) ) { return true ; } return doKill ( ) ; }
return if the process was stopped . concode_field_sep Method INHERIT_IO_METHOD concode_elem_sep Process process concode_elem_sep long JUST_ENDED_LIMIT concode_elem_sep long endTime concode_elem_sep String[] command concode_field_sep boolean hasJustEnded concode_elem_sep void redirectOutput concode_elem_sep int run conc...
boolean function ( ParsedURL arg0 ) { if ( arg0 == null ) { return false ; } String loc0 = arg0 . getPath ( ) ; return accept ( loc0 ) ; }
returns true if the input uri can be handled by the handler concode_field_sep String[] XVG_MIME_TYPES concode_elem_sep String ERROR_TRANSFORM_PRODUCED_NO_CONTENT concode_elem_sep String documentURI concode_elem_sep String ERROR_RESULT_GENERATED_EXCEPTION concode_elem_sep String XSL_PROCESSING_INSTRUCTION_TYPE concode_e...
void function ( boolean arg0 ) { this . leaf = arg0 ; }
set the value of the boolean leaf attribute . setting the leaf attribute to true will force a tree node to be rendered as a leaf . by default the leaf attribute is false therefore all tree nodes will default to folders . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep St...
PathFilter function ( final FileSystem arg0 ) { return new PathFilter ( ) { public boolean accept ( final Path arg1 ) { try { return arg0 . getFileStatus ( arg1 ) . isDirectory ( ) ; } catch ( IOException loc0 ) { return false ; } } } ; }
returns pathfilter that passes directories through . concode_field_sep PlaceHolder placeHolder concode_field_sep PathFilter getPassAllFilter concode_elem_sep Path[] getPaths
void function ( Hand arg0 ) { this . rightHand = arg0 ; }
sets the value of the righthand property . concode_field_sep Hand leftHand concode_elem_sep int sequence concode_elem_sep Face face concode_elem_sep Contact contact concode_elem_sep int contactQuantity concode_elem_sep Hand rightHand concode_elem_sep Location location concode_elem_sep Long id concode_elem_sep boolean h...
void function ( ) { Bundle loc0 = new MockBundle ( ) ; mock = new MockServiceReference ( loc0 ) ; assertSame ( loc0 , mock . getBundle ( ) ) ; assertNotNull ( mock . getPropertyKeys ( ) ) ; }
test method for org.eclipse.gemini.blueprint.mock.mockservicereference #mockservicereference org.osgi.framework.bundle . concode_field_sep MockServiceReference mock concode_field_sep void testGetProperty concode_elem_sep void testCompareReferencesWithTheSameId concode_elem_sep void testServiceRefsWithDifferentIdAndDiff...
void function ( String arg0 ) { this . path = arg0 ; }
sets the value of the path property . concode_field_sep Layout layout concode_elem_sep String path concode_elem_sep String flavour concode_elem_sep String name concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label label concode_elem_sep Widgetinfo widgetinfo concode_elem_sep String activeScope concode_elem_...
String function ( ) { checkState ( ) ; return INSTANCE . timeInfo . generalizedTime ; }
retrieves a string containing a normalized representation of the current time in a generalized time format . the timestamp will look like `` 20050101000000.000 z '' . concode_field_sep GregorianCalendar calendar concode_elem_sep Date date concode_elem_sep TimeThread INSTANCE concode_elem_sep SimpleDateFormat localTimes...
void function ( String arg0 ) { try { out . writeChars ( arg0 ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; } }
write string to file concode_field_sep Path path concode_elem_sep FSDataInputStream in concode_elem_sep FileSystem fs concode_elem_sep FSDataOutputStream out concode_field_sep Path resolvePath concode_elem_sep FileSystem createFs concode_elem_sep FSDataOutputStream create concode_elem_sep FSDataOutputStream create conc...
void function ( String arg0 ) { this . templateHeader = arg0 ; }
setter method for templateheader concode_field_sep String templateType concode_elem_sep String keyFieldId concode_elem_sep boolean editCapability concode_elem_sep List<EmailTemplateVO> templateTypeList concode_elem_sep List<EmailTemplateVO> emailSearchList concode_elem_sep List<EmailTemplateVO> keyFieldList concode_ele...
AudioCapabilities function ( Context arg0 ) { return getCapabilities ( arg0 . registerReceiver ( null , new IntentFilter ( AudioManager . ACTION_HDMI_AUDIO_PLUG ) ) ) ; }
gets the current audio capabilities . note that to be notified when audio capabilities change , you can create an instance of audiocapabilitiesreceiver and register a listener . concode_field_sep int[] supportedEncodings concode_elem_sep int maxChannelCount concode_elem_sep AudioCapabilities DEFAULT_AUDIO_CAPABILITIES ...
void function ( String arg0 ) { urlClassPath . addURL ( arg0 ) ; }
add a filename or url to the classpath . concode_field_sep boolean DEBUG concode_elem_sep long serialVersionUID concode_elem_sep URLClassPath urlClassPath concode_elem_sep Map<String,JavaClass> nameToClassMap concode_field_sep ClassPath getClassPath concode_elem_sep void storeClass concode_elem_sep void removeClass con...
void function ( Command arg0 ) { }
subclass hook called before a command is run . concode_field_sep Set<CommandException.Option> NO_EXCEPTION_OPTIONS concode_elem_sep Class<?>[] optionCommandClasses concode_elem_sep String name concode_elem_sep Class<?>[] hiddenCommandClasses concode_elem_sep List<Command> commands concode_field_sep String getName conco...
void function ( ) { String loc0 = "srini_string" ; lexemeTypeTests ( loc0 , SDocTokenType . LCURLY , SDocTokenType . FUNCTION , SDocTokenType . LPAREN , SDocTokenType . IDENTIFIER , SDocTokenType . RPAREN , SDocTokenType . COLON , SDocTokenType . IDENTIFIER , SDocTokenType . RCURLY ) ; }
testfuntiontype2 concode_field_sep SDocFlexScanner _scanner concode_field_sep void testPipe concode_elem_sep void testNearIdentifiers concode_elem_sep void testNoTypes concode_elem_sep void testEllipsis concode_elem_sep void testTab concode_elem_sep void testArrow concode_elem_sep void lexemeTypeTests concode_elem_sep ...
String function ( ) { return uid ; }
get the uid . concode_field_sep String uid concode_elem_sep boolean synced concode_elem_sep String dn concode_elem_sep String userName concode_field_sep boolean isSynced concode_elem_sep void setUserName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setDn concode_elem_sep String ge...
void function ( String arg0 , String arg1 , int arg2 ) { this . type = ClassWriter . INDY ; this . longVal = arg2 ; this . strVal1 = arg0 ; this . strVal2 = arg1 ; this . hashCode = 0x7FFFFFFF & ( ClassWriter . INDY + arg2 * strVal1 . hashCode ( ) * strVal2 . hashCode ( ) ) ; }
sets the item to an invokedynamic item . concode_field_sep Item next concode_elem_sep int intVal concode_elem_sep int hashCode concode_elem_sep int index concode_elem_sep int type concode_elem_sep long longVal concode_elem_sep String strVal1 concode_elem_sep String strVal3 concode_elem_sep String strVal2 concode_field_...
INDArray function ( int arg0 , int ... arg1 ) { return arr . get ( ) . tensorAlongDimension ( arg0 , arg1 ) ; }
retrieve a partial view of the ndarray . this method uses tensor along dimension internally note this will call dup concode_field_sep AtomicReference<INDArray> arr concode_elem_sep AtomicInteger totalUpdates concode_field_sep INDArray get concode_elem_sep int totalUpdates concode_elem_sep void setArray
int function ( String [ ] arg0 , String [ ] arg1 , int arg2 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { if ( arg0 [ loc1 ] . equals ( arg1 [ loc1 ] ) ) loc0 ++ ; } return loc0 ; }
evaluates two arrays of tags . these arrays are supposed to have positive length and `` well-formed '' , e.g. , they have the same length measured in tags . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean checkSentence
void function ( ) { expectedBridgeSecret = - 1 ; }
called on page transitions concode_field_sep PluginManager pluginManager concode_elem_sep int expectedBridgeSecret concode_elem_sep String loadedUrl concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_sep boolean verifySecr...
Icon function ( final int arg0 , final int arg1 ) { return new ImageIcon ( createTransparentImage ( arg0 , arg1 ) ) ; }
creates a transparent icon . the icon can be used for aligning menu items . concode_field_sep PlaceHolder placeHolder concode_field_sep BufferedImage createTransparentImage
int function ( ) { return mSizeInBytes ; }
gets the total size in bytes of the elements in the map . concode_field_sep ValueDescriptor<V> mValueDescriptor concode_elem_sep int mSizeInBytes concode_elem_sep LinkedHashMap<K,V> mMap concode_field_sep ArrayList<LinkedHashMap.Entry<K,V>> getMatchingEntries concode_elem_sep boolean contains concode_elem_sep ArrayList...
Builder function ( CameraPlugin arg0 ) { arg0 . validate ( session ) ; session . plugins . add ( arg0 ) ; return ( this ) ; }
adds a plugin to the chain of plugins for this session . pre-configure the plugin before adding . concode_field_sep Context ctxt concode_elem_sep CameraSession session concode_elem_sep ArrayList<CameraPlugin> plugins concode_elem_sep CameraDescriptor descriptor concode_field_sep CameraDescriptor getDescriptor concode_e...
String function ( String arg0 , Object [ ] arg1 ) { return localizableSupport . formatMessage ( arg0 , arg1 ) ; }
implements org.apache.batik.i18n.localizable #formatmessage string , object . concode_field_sep String RESOURCES concode_elem_sep LocalizableSupport localizableSupport concode_field_sep Locale getLocale concode_elem_sep void setLocale
void function ( String arg0 ) { this . serverName = arg0 ; }
sets the server name attribute of the data source concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep PrintW...
int function ( ) { return dbIndex ; }
gets the db index . concode_field_sep Logger LOG concode_elem_sep Jedis jedis concode_elem_sep String host concode_elem_sep int port concode_elem_sep int timeOut concode_elem_sep int dbIndex concode_elem_sep int keyExpiryTime concode_elem_sep Transaction transaction concode_field_sep void disconnect concode_elem_sep vo...
void function ( java . util . Collection < Job > arg0 ) { if ( arg0 == null ) { this . jobs = null ; return ; } this . jobs = new java . util . ArrayList < Job > ( arg0 ) ; }
information about the jobs . concode_field_sep String nextToken concode_elem_sep java.util.List<Job> jobs concode_field_sep ListJobsResult withJobs concode_elem_sep ListJobsResult withJobs concode_elem_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListJobsResult cl...
void function ( long arg0 ) { _ddmStorageLink . setPrimaryKey ( arg0 ) ; }
sets the primary key of this d d m storage link . concode_field_sep DDMStorageLink _ddmStorageLink concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeA...
ClientConnectionOperator function ( final SchemeRegistry arg0 ) { return new DefaultClientConnectionOperator ( arg0 ) ; }
hook for creating the connection operator . it is called by the constructor . derived classes can override this method to change the instantiation of the operator . the default implementation here instantiates defaultclientconnectionoperator defaultclientconnectionoperator . concode_field_sep HttpClientAndroidLog log c...
float function ( ) { return mTextSize ; }
returns the text size that is currently set for the labels concode_field_sep float mXOffset concode_elem_sep float mYOffset concode_elem_sep Typeface mTypeface concode_elem_sep boolean mEnabled concode_elem_sep float mTextSize concode_elem_sep int mTextColor concode_field_sep float getXOffset concode_elem_sep void setE...
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; }
called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_field_sep void start
String function ( ) { return relationshiptag ; }
gets the value of the relationshiptag property . concode_field_sep CircleByCenterPointType circleByCenterPoint concode_elem_sep EnvelopeType envelope concode_elem_sep String featuretypetag concode_elem_sep PolygonType polygon concode_elem_sep Double elev concode_elem_sep String relationshiptag concode_elem_sep LineStri...
Log function ( Exception arg0 , int arg1 ) { return println ( "srini_string" + ExceptionPrinter . getStackTraceOf ( arg0 ) , arg1 ) ; }
logs the exception concode_field_sep int verbose_level concode_elem_sep long MAX_SIZE concode_elem_sep long counter concode_elem_sep String log_tag concode_elem_sep PrintStream out_stream concode_elem_sep boolean do_log concode_elem_sep long max_size concode_elem_sep int tag_size concode_field_sep void init concode_ele...
Uri function ( Uri arg0 ) { return new Uri . Builder ( ) . scheme ( CordovaResourceApi . PLUGIN_URI_SCHEME ) . authority ( serviceName ) . appendQueryParameter ( "srini_string" , arg0 . toString ( ) ) . build ( ) ; }
refer to remapuri added in cordova-android@4.0.0 concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLoading conc...