code
stringlengths
20
663
nl
stringlengths
68
7.19k
ConfigurableEnvironment function ( ) { return new StandardEnvironment ( ) ; }
return a new standardenvironment . subclasses may override this method in order to supply a custom configurableenvironment implementation . concode_field_sep String DEFAULT_CONTEXT_CONFIG_LOCATION concode_elem_sep Log logger concode_elem_sep ConfigurableApplicationContext applicationContext concode_elem_sep String CONF...
XMLGregorianCalendar function ( ) { return lastModified ; }
gets the value of the lastmodified property . concode_field_sep String institution concode_elem_sep List<Entry> entry concode_elem_sep String contact concode_elem_sep List<Alias> alias concode_elem_sep XMLGregorianCalendar lastModified concode_elem_sep String versionNumber concode_field_sep void setInstitution concode_...
boolean function ( ) { return sslEnabled ; }
if true , connection must be ssl-enabled . concode_field_sep String schema concode_elem_sep String tableType concode_elem_sep String password concode_elem_sep int port concode_elem_sep String vendor concode_elem_sep boolean sslEnabled concode_elem_sep String host concode_elem_sep String initScript concode_elem_sep Stri...
String function ( ) { return name ; }
get the name of the group . concode_field_sep boolean advanced concode_elem_sep String name concode_elem_sep String context concode_elem_sep String description concode_elem_sep String label concode_field_sep boolean isAdvanced concode_elem_sep String getLabel concode_elem_sep String toString concode_elem_sep String get...
QueryException function ( ) { return new QueryException ( "srini_string" ) ; }
gets a queryexception that represents an invalid sequence of query operations concode_field_sep QueryNode mRightNode concode_field_sep QueryNode visit concode_elem_sep QueryNode visit concode_elem_sep QueryNode visit concode_elem_sep QueryNode visit concode_elem_sep QueryNode visit
ItemStack function ( InventoryRange arg0 , int arg1 ) { ItemStack loc0 = arg0 . arg0 . getStackInSlot ( arg1 ) ; if ( loc0 == null || ! arg0 . canExtractItem ( arg1 , loc0 ) ) return null ; return loc0 ; }
gets the stack in slot if it can be extracted concode_field_sep PlaceHolder placeHolder concode_field_sep ItemStack decrStackSize concode_elem_sep ItemStack copyStack concode_elem_sep int actualDamage concode_elem_sep ItemStack newItemStack concode_elem_sep boolean areStacksIdentical concode_elem_sep IInventory getChes...
int function ( ) { return map . size ( ) ; }
return the number of unique entries in the map . concode_field_sep Long2ObjectHashMap<V> map concode_field_sep long compoundKey concode_elem_sep double loadFactor concode_elem_sep void forEach concode_elem_sep void forEach concode_elem_sep V get concode_elem_sep boolean isEmpty concode_elem_sep V put concode_elem_sep V...
String function ( ) { }
returns a string representing the package 's xml namespace . concode_field_sep PlaceHolder placeHolder concode_field_sep long getPackageVersion concode_elem_sep CompPkgNamespaces cloneObject concode_elem_sep String getPackageName concode_elem_sep void delete
Path function ( Path arg0 , Path arg1 ) { Path loc0 = path ( "srini_string" ) ; int loc1 = 0 ; while ( ( loc1 < Math . min ( arg0 . getNameCount ( ) , arg1 . getNameCount ( ) ) ) && Equaling . of ( arg0 . getName ( loc1 ) , arg1 . getName ( loc1 ) ) ) { loc0 = loc0 . resolve ( arg0 . getName ( loc1 ) ) ; loc1 ++ ; } re...
returns the deepest directory that contains both paths . concode_field_sep FileSystem fileSystem concode_elem_sep Map<Path,PBXGroup> groupCache concode_field_sep void add concode_elem_sep Path path concode_elem_sep Path parent concode_elem_sep PBXGroup rootGroup concode_elem_sep Iterable<PBXReference> process concode_e...
long function ( ) { return lastEventTime ; }
returns the timestamp from the last homematic server event . concode_field_sep DelayedExecutor delayedExecutor concode_elem_sep HomematicContext context concode_elem_sep HomematicCallbackServer homematicCallbackServer concode_elem_sep HomematicClient homematicClient concode_elem_sep ItemDisabler itemDisabler concode_el...
IntArrayOptions function ( String arg0 ) { this . sourceFields = arg0 ; return this ; }
a list of source fields to map to the field . returns a reference to this object so that method calls can be chained together . constraints : pattern : \ s a-z a-z0-9 _ \ ? \ s , \ s a-z a-z0-9 _ \ ? \ s concode_field_sep String sourceFields concode_elem_sep Boolean returnEnabled concode_elem_sep Long defaultValue conc...
byte [ ] function ( byte [ ] arg0 , int arg1 , int arg2 ) { byte [ ] loc0 = new byte [ arg1 * arg2 ] ; int loc1 = 0 ; for ( int loc2 = 0 ; loc2 < arg1 ; loc2 ++ ) { for ( int loc3 = arg2 - 1 ; loc3 >= 0 ; loc3 -- ) { loc0 [ loc1 ] = arg0 [ loc3 * arg1 + loc2 ] ; loc1 ++ ; } } return loc0 ; }
rotate an image by 90 degrees cw . concode_field_sep int dataHeight concode_elem_sep int imageFormat concode_elem_sep Rect cropRect concode_elem_sep byte[] data concode_elem_sep int rotation concode_elem_sep int dataWidth concode_field_sep PlanarYUVLuminanceSource createSource concode_elem_sep byte[] rotateCameraPrevie...
String function ( int arg0 , String arg1 , boolean arg2 ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { loc0 . append ( "srini_string" ) ; } loc0 . append ( arg1 ) ; if ( arg2 ) { loc0 . append ( "srini_string" ) ; } loc0 . append ( lineSeparator ) ; return loc0 . toStrin...
creates a string indented correctly with a semicolon at the end if required . concode_field_sep String lineSeparator concode_field_sep void addTypeDependency concode_elem_sep String getLineSeparator
String function ( ) { return request . getContentType ( ) ; }
retrieve the content type of the request . concode_field_sep HttpServletRequest request concode_field_sep String getCharacterEncoding concode_elem_sep String toString concode_elem_sep int getContentLength concode_elem_sep InputStream getInputStream
Major function ( String arg0 ) { for ( Major loc0 : allMajors ) { if ( arg0 . equals ( loc0 . getName ( ) ) ) { return loc0 ; } } return null ; }
return the major instance in the database with name ` majorname ' or null if not found . concode_field_sep List<Major> allMajors concode_elem_sep String name concode_elem_sep long id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Map<String,Boolean> makeMajorMap concode_elem_sep void se...
Tooltip function ( Controller < ? > arg0 ) { map . remove ( arg0 ) ; arg0 . removeProperty ( "srini_string" , "srini_string" ) ; return this ; }
removes a controller from the tooltip concode_field_sep int _myColor concode_elem_sep PVector currentPosition concode_elem_sep Label _myLabel concode_elem_sep boolean enabled concode_elem_sep int _myAlignH concode_elem_sep ControlP5 cp5 concode_elem_sep int _myMaxAlpha concode_elem_sep int _myAlpha concode_elem_sep Con...
ConfigNamespace function ( TaskConfigRouter arg0 , TaskSet arg1 ) { return arg0 . getConfig ( arg1 . getName ( ) ) ; }
convenience method for retrieving a confignamespace against the provided taskset 's name . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( final int arg0 ) { this . begin = arg0 ; }
set the beginning index . concode_field_sep DocumentRange parent concode_elem_sep String idAttribute concode_elem_sep int end concode_elem_sep WebPage source concode_elem_sep String classAttribute concode_elem_sep List<DocumentRange> elements concode_elem_sep int begin concode_field_sep int getBegin concode_elem_sep vo...
ListServerCertificatesResult function ( Boolean arg0 ) { setIsTruncated ( arg0 ) ; return this ; }
a flag that indicates whether there are more items to return . if your results were truncated , you can make a subsequent pagination request using the marker request parameter to retrieve more items . note that iam might return fewer than the maxitems number of results even when there are more results available . we re...
float function ( PathPoint arg0 ) { float loc0 = ( float ) ( arg0 . xCoord - this . xCoord ) ; float loc1 = ( float ) ( arg0 . yCoord - this . yCoord ) ; float loc2 = ( float ) ( arg0 . zCoord - this . zCoord ) ; return MathHelper . sqrt_float ( loc0 * loc0 + loc1 * loc1 + loc2 * loc2 ) ; }
returns the linear distance to another path point concode_field_sep float totalPathDistance concode_elem_sep boolean isFirst concode_elem_sep int yCoord concode_elem_sep int xCoord concode_elem_sep PathPoint previous concode_elem_sep int zCoord concode_elem_sep String __OBFID concode_elem_sep int index concode_elem_sep...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
get custom deserializer concode_field_sep java.lang.Boolean showValues concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Boolean showLegend concode_elem_sep java.lang.String width concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.eclipse.birt.report.soapengine.api.ChartLocation locati...
int function ( ) { return this . noisePercentage ; }
gets the percentage of noise genes to add to the sampled set . concode_field_sep int noisePercentage concode_elem_sep HashMap<TermID,Integer> termPercentages concode_field_sep int getPercForTerm concode_elem_sep Iterator<TermID> iterator concode_elem_sep void addTerm concode_elem_sep String toString concode_elem_sep vo...
boolean function ( String arg0 ) { Preconditions . checkNotNull ( arg0 ) ; arg0 = arg0 . toLowerCase ( ) ; return VALID_DB_TABLE_NAME_PATTERN_1 . matcher ( arg0 ) . matches ( ) && VALID_DB_TABLE_NAME_PATTERN_2 . matcher ( arg0 ) . matches ( ) ; }
determine whether a database or table name is valid . a name is valid if and only if : it starts with an alphanumeric character , contains only alphanumeric characters and '_' , and is not composed of numbers only . concode_field_sep boolean sanitizeNameAllowed concode_elem_sep String HIVE_DATABASE_NAME_PREFIX concode_...
Komplex function ( Komplex arg0 ) { return plus ( arg0 . getR ( ) , arg0 . getI ( ) ) ; }
addition mit komplexer zahl concode_field_sep double r concode_elem_sep double i concode_field_sep Komplex minus concode_elem_sep Komplex minus concode_elem_sep Komplex minus concode_elem_sep Komplex minus concode_elem_sep double getI concode_elem_sep void setR concode_elem_sep double betrag concode_elem_sep int compar...
void function ( byte [ ] arg0 ) { if ( rnd != null ) rnd . nextBytes ( arg0 ) ; else getDefaultPRNG ( ) . nextBytes ( arg0 ) ; }
fills the designated byte array with random data . concode_field_sep int DSA_PARAMS_Q concode_elem_sep int DSA_PARAMS_P concode_elem_sep int DSA_PARAMS_COUNTER concode_elem_sep int DSA_PARAMS_SEED concode_elem_sep int DSA_PARAMS_E concode_elem_sep Sha160 sha concode_elem_sep int DSA_PARAMS_G concode_elem_sep BigInteger...
HttpRequest function ( final String arg0 ) { String loc0 = HttpRequest . encode ( baseUrl + arg0 ) ; return HttpRequest . delete ( loc0 ) . authorization ( token ) . userAgent ( USER_AGENT ) ; }
create a delete request for the given url concode_field_sep Gson gson concode_elem_sep String baseUrl concode_elem_sep Song[] EMPTY_SONGS concode_elem_sep String USER_AGENT concode_elem_sep Song[] songs concode_elem_sep String token concode_field_sep String encode concode_elem_sep void unstar concode_elem_sep void star...
boolean function ( ) { return _autoIncMode ; }
return true if the timestamp factory is in auto-increment mode . concode_field_sep Logger log concode_elem_sep long _lastTimestamp concode_elem_sep boolean _autoIncMode concode_field_sep void setLowerBound concode_elem_sep long nextMillis concode_elem_sep void assertPositive
double function ( ) { return mValue ; }
return the current value of the odometer concode_field_sep double mValueSave concode_elem_sep GpsParams mGpsParams concode_elem_sep Preferences mPref concode_elem_sep double mValue concode_field_sep void updateValue concode_elem_sep void reset concode_elem_sep void setPref
int function ( ) { if ( ! sGLChecked ) checkGLVersion ( ) ; return mEGLMinorVersion ; }
the egl minor version number of this device . concode_field_sep int mMaxTextureSize concode_elem_sep int mMaxTextureImageUnits concode_elem_sep boolean sGLChecked concode_elem_sep int mMaxCombinedTextureImageUnits concode_elem_sep int mMaxAliasedPointSize concode_elem_sep int mMaxFragmentUniformVectors concode_elem_sep...
Object function ( int arg0 , final Object arg1 ) { return arg0 <= 0 ? this : new Time ( minutes ) ; }
returns a clone concode_field_sep int VALUE_MAX concode_elem_sep short minutes concode_elem_sep String SEPARATOR concode_elem_sep int VALUE_MIN concode_field_sep void valid concode_elem_sep void addHour concode_elem_sep void addMinute concode_elem_sep boolean equals concode_elem_sep Time cloneAdd concode_elem_sep void ...
int function ( ) { return priority ; }
get priority concode_field_sep Date timeOfReading concode_elem_sep int temperature concode_elem_sep String ID concode_elem_sep long time concode_elem_sep int priority concode_field_sep long getTime concode_elem_sep String getID concode_elem_sep String toString concode_elem_sep Date getTimeOfReading concode_elem_sep int...
int function ( ) { return this . name . hashCode ( ) ; }
returns a hash code for this instance . concode_field_sep DialShape CHORD concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep DialShape PIE concode_elem_sep DialShape CIRCLE concode_field_sep Object readResolve concode_elem_sep boolean equals concode_elem_sep String toString
void function ( AttributeSet [ ] arg0 ) { multi = arg0 ; }
provided for subclasses to initialize the attribute set . concode_field_sep Enumeration<?> current concode_elem_sep int index concode_elem_sep AttributeSet[] multi concode_field_sep AttributeSet getResolveParent concode_elem_sep Object getAttribute concode_elem_sep boolean containsAttributes concode_elem_sep Enumeratio...
String function ( ) { return ( this . field != null ? this . field . getName ( ) : this . methodParameter . getParameterName ( ) ) ; }
determine the name of the wrapped parameter/field . concode_field_sep int nestingLevel concode_elem_sep String fieldName concode_elem_sep Field field concode_elem_sep Class<?>[] parameterTypes concode_elem_sep boolean eager concode_elem_sep Class<?> containingClass concode_elem_sep MethodParameter methodParameter conco...
Map < String , String > function ( DataSource arg0 ) { return this . hibernate . getAdditionalProperties ( this . properties , arg0 ) ; }
get configuration properties for the initialization of the main hibernate entitymanagerfactory . concode_field_sep String DEFAULT_NAMING_STRATEGY concode_elem_sep Hibernate hibernate concode_elem_sep Map<String,String> properties concode_elem_sep boolean generateDdl concode_elem_sep boolean showSql concode_elem_sep Str...
void function ( double arg0 ) { this . displacementX = filterFactory . literal ( arg0 ) ; }
set displacement x to the provided literal . concode_field_sep java.util.logging.Logger LOGGER concode_elem_sep Expression displacementX concode_elem_sep Expression displacementY concode_elem_sep FilterFactory filterFactory concode_field_sep Expression getDisplacementX concode_elem_sep DisplacementImpl cast concode_ele...
String function ( ) { return this . description ; }
get the description of this location concode_field_sep LocationImpl UNKNOWN concode_elem_sep int line concode_elem_sep int column concode_elem_sep String description concode_elem_sep String uri concode_field_sep int getLineNumber concode_elem_sep Object readResolve concode_elem_sep int hashCode concode_elem_sep Locatio...
Action function ( final Application arg0 ) { return exitAction ( arg0 ) ; }
create an action named `` quit '' that exits java . concode_field_sep String NEW concode_elem_sep String CLOSE concode_elem_sep String COPY concode_elem_sep String CUT concode_elem_sep String SAVE concode_elem_sep String OPEN concode_elem_sep String PRINT concode_elem_sep String PASTE concode_elem_sep String QUIT conco...
CreateReceiptResponseType function ( ) { return new CreateReceiptResponseType ( ) ; }
create an instance of createreceiptresponsetype concode_field_sep QName _ReissueReceiptResponse_QNAME concode_elem_sep QName _CreateReceiptRequest_QNAME concode_elem_sep QName _RetrieveReceiptResponse_QNAME concode_elem_sep QName _CreateReceiptResponse_QNAME concode_elem_sep QName _CreateReceiptAckRequest_QNAME concode...
void function ( ) { checkChildElementTypes ( new org . geotools . gml3 . v3_2 . GMLConfiguration ( ) , new QName ( org . geotools . gml3 . v3_2 . GML . NAMESPACE , "srini_string" ) ) ; }
test that gml : abstractgmltype child elements have types . concode_field_sep PlaceHolder placeHolder concode_field_sep void test_TM_Primitive_PropertyType concode_elem_sep void test_CI_ResponsibleParty_Type concode_elem_sep void checkChildElementTypes concode_elem_sep void test_TM_PeriodDuration_PropertyType concode_e...
Sort function ( ) { return this . sort ; }
returns the field sorting to be used , maybe null meaning no field sorting . concode_field_sep Condition queryCondition concode_elem_sep Condition filterCondition concode_elem_sep Boolean refresh concode_elem_sep Sort sort concode_elem_sep boolean DEFAULT_FORCE_REFRESH concode_field_sep Query filter concode_elem_sep bo...
TupleDesc function ( ) { return myTd ; }
returns the tupledesc with field names from the underlying heapfile , prefixed with the tablealias string from the constructor . this prefix becomes useful when joining tables containing a field s with the same name . concode_field_sep boolean isOpen concode_elem_sep String alias concode_elem_sep long serialVersionUID ...
Map < String , String [ ] > function ( ) { Map < String , String [ ] > loc0 = CmsCollectionsGenericWrapper . map ( m_request . getParameterMap ( ) ) ; if ( loc0 . size ( ) == 0 ) { return null ; } return loc0 ; }
returns the parameters . concode_field_sep String m_device concode_elem_sep CmsUUID m_detailViewId concode_elem_sep String m_containerElement concode_elem_sep String m_resource concode_elem_sep Log LOG concode_elem_sep CmsRequestContext m_context concode_elem_sep HttpServletRequest m_request concode_field_sep String ge...
void function ( byte [ ] arg0 ) { subKeys [ 0 ] = bytesToIntBig ( arg0 , 0 ) ; subKeys [ 1 ] = bytesToIntBig ( arg0 , 4 ) ; subKeys [ 2 ] = bytesToIntBig ( arg0 , 8 ) ; subKeys [ 3 ] = bytesToIntBig ( arg0 , 12 ) ; }
re-key the cipher . concode_field_sep int[] state concode_elem_sep boolean _forEncryption concode_elem_sep int genericSize concode_elem_sep int[] nullVector concode_elem_sep boolean _initialised concode_elem_sep int[] roundConstants concode_elem_sep int[] subKeys concode_elem_sep int[] decryptKeys concode_field_sep int...
String function ( ) { return statusId ; }
this is getter method for statusid concode_field_sep String statusId concode_elem_sep String statusName concode_elem_sep long serialVersionUID concode_field_sep void setStatusId concode_elem_sep String getStatusName concode_elem_sep void setStatusName
SearchRevision function ( Text arg0 , Text arg1 , Position arg2 , long arg3 , Action arg4 ) { return new SearchRevision ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; }
create a searchrevision for word at position for key at version . concode_field_sep int VARIABLE_SIZE concode_elem_sep int size concode_elem_sep ByteBuffer bytes concode_elem_sep Action type concode_elem_sep L locator concode_elem_sep V value concode_elem_sep long version concode_elem_sep K key concode_field_sep long g...
boolean function ( int arg0 ) { return ( arg0 >= 400 && arg0 < 500 ) ; }
determine if a reply code is a negative transient response . all codes beginning with a 4 are negative transient responses . the ftp server will send a negative transient response on the failure of a command that can be reattempted with success . concode_field_sep int CODE_550 concode_elem_sep int CLOSING_DATA_CONNECTI...
AuditCriterion function ( String arg0 ) { return new PropertyAuditExpression ( propertyNameGetter , arg0 , "srini_string" ) ; }
apply a `` less than or equal '' constraint to another property concode_field_sep PropertyNameGetter propertyNameGetter concode_field_sep AuditCriterion hasNotChanged concode_elem_sep AuditCriterion lt concode_elem_sep AuditProjection distinct concode_elem_sep AggregatedAuditExpression maximize concode_elem_sep AuditPr...
ArrayList function ( String arg0 , Token arg1 , Token arg2 , String arg3 ) { return null ; }
construct and return any appropriate help information for the given token or `` token prefix '' . will match instruction prefixes , e.g. `` s '' matches `` sw '' . this default definition returns null ; override it in language-specific subclasses . concode_field_sep Token lastToken concode_elem_sep Token firstToken con...
Object function ( ) { return value ; }
gets the property value . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Float value concode_field_sep String getJavaInitializationString concode_elem_sep Component getCustomEditor concode_elem_sep boolean supportsCustomEditor concode_elem_sep void paintValue concode_elem_sep void setVal...
String function ( final Date arg0 , final String arg1 , final Locale arg2 ) { return format ( arg0 , arg1 , UTC_TIME_ZONE , arg2 ) ; }
formats a date/time into a specific pattern using the utc time zone . concode_field_sep TimeZone UTC_TIME_ZONE concode_elem_sep FastDateFormat ISO_DATE_TIME_ZONE_FORMAT concode_elem_sep FastDateFormat ISO_TIME_TIME_ZONE_FORMAT concode_elem_sep FastDateFormat ISO_TIME_NO_T_FORMAT concode_elem_sep FastDateFormat ISO_DATE...
MetsType function ( ) { return new MetsType ( ) ; }
create an instance of metstype concode_field_sep PlaceHolder placeHolder concode_field_sep StructLinkType createStructLinkType concode_elem_sep FileType.FContent createFileTypeFContent concode_elem_sep BehaviorType createBehaviorType concode_elem_sep FileType.FLocat createFileTypeFLocat concode_elem_sep MetsType.MetsHd...
String function ( String arg0 ) { return com . sun . midp . main . Configuration . getProperty ( arg0 ) ; }
returns internal property value by key concode_field_sep PlaceHolder placeHolder concode_field_sep String getSystemProperty concode_elem_sep int getIntProperty
long function ( ) { return _checkout . getAssetId ( ) ; }
returns the asset id of this checkout . concode_field_sep Checkout _checkout concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep...
List < Field > function ( QualifiedName arg0 ) { return allFields . stream ( ) . filter ( input -> input . canResolve ( arg0 ) ) . collect ( toImmutableList ( ) ) ; }
gets the index of all columns matching the specified name concode_field_sep List<Field> allFields concode_elem_sep List<Field> visibleFields concode_elem_sep Map<Field,Integer> fieldIndexes concode_field_sep Collection<Field> getAllFields concode_elem_sep List<Field> resolveFieldsWithPrefix concode_elem_sep RelationTyp...
void function ( boolean arg0 ) { disableStartButton = arg0 ; }
set whether the progress bar is active . 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 Pe...
boolean function ( ) { Preferences loc0 = getPreferences ( ) ; return loc0 . getBoolean ( IMechanicPreferences . SHOW_POPUP_PREF ) ; }
return true if the notification popup should be shown whentasks fail . concode_field_sep MechanicLog log concode_elem_sep ConcurrentMap<String,String> sourcesFailingInitialization concode_field_sep Set<String> getBlockedTaskIds concode_elem_sep int getThreadSleepSeconds concode_elem_sep int cleanSleepSeconds concode_el...
Rectangle2D function ( String arg0 , Graphics2D arg1 , float arg2 , float arg3 , TextAnchor arg4 ) { Rectangle2D loc0 = new Rectangle2D . Double ( ) ; float [ ] loc1 = deriveTextBoundsAnchorOffsets ( arg1 , arg0 , arg4 , loc0 ) ; loc0 . setRect ( arg2 + loc1 [ 0 ] , arg3 + loc1 [ 1 ] + loc1 [ 2 ] , loc0 . getWidth ( ) ...
returns the bounds of an aligned string . concode_field_sep PlaceHolder placeHolder concode_field_sep Rectangle2D drawAlignedString concode_elem_sep Rectangle2D getTextBounds concode_elem_sep Rectangle2D getTextBounds concode_elem_sep float[] deriveTextBoundsAnchorOffsets concode_elem_sep float[] deriveTextBoundsAnchor...
void function ( CTHandoutMasterIdListEntry arg0 ) { this . handoutMasterId = arg0 ; }
sets the value of the handoutmasterid property . concode_field_sep CTHandoutMasterIdListEntry handoutMasterId concode_field_sep CTHandoutMasterIdListEntry getHandoutMasterId
int function ( T [ ] arg0 , Comparator < T > arg1 , int arg2 ) { int loc0 = 0 ; for ( int loc1 = 1 ; loc1 < arg2 ; loc1 ++ ) { int loc2 = arg1 . compare ( arg0 [ loc1 ] , arg0 [ loc0 ] ) ; if ( loc2 < 0 ) { loc0 = loc1 ; } } return loc0 ; }
faster than quickselect for n = min concode_field_sep QuickSelect quickSelect concode_elem_sep Select instance concode_field_sep Select instance concode_elem_sep T select concode_elem_sep int fastMax concode_elem_sep int selectIndex
StringMap function ( ) { return new SortedArrayStringMap ( PropertiesUtil . getProperties ( ) . getIntegerProperty ( PROPERTY_NAME_INITIAL_CAPACITY , DEFAULT_INITIAL_CAPACITY ) ) ; }
returns an implementation of the stringmap used to back this thread context map . subclasses may override . concode_field_sep String INHERITABLE_MAP concode_elem_sep StringMap EMPTY_CONTEXT_DATA concode_elem_sep int DEFAULT_INITIAL_CAPACITY concode_elem_sep ThreadLocal<StringMap> localMap concode_elem_sep String PROPER...
long function ( ) { return 0 ; }
return when the source file last time was modified concode_field_sep byte loadType concode_elem_sep SoftReference<Struct> metaData concode_elem_sep ImportDefintion[] ZERO concode_elem_sep boolean FALSE concode_elem_sep PageSource pageSource concode_elem_sep UDFProperties[] udfs concode_elem_sep boolean TRUE concode_fie...
List < Method > function ( ) { if ( method == null ) { method = new ArrayList < Method > ( ) ; } return this . method ; }
gets the value of the method property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the method property . for example , to add a new item , do as f...
void function ( com . liferay . portal . service . persistence . OrgGroupRolePK arg0 ) { _orgGroupRole . setPrimaryKey ( arg0 ) ; }
sets the primary key of this org group role . concode_field_sep OrgGroupRole _orgGroupRole concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId co...
byte [ ] function ( ) { return linkName ; }
returns the link name . concode_field_sep Logger log concode_elem_sep int ATTRLINK_NAME concode_elem_sep byte[] linkName concode_field_sep BgpLinkAttrName read concode_elem_sep short getType concode_elem_sep int hashCode concode_elem_sep BgpLinkAttrName of concode_elem_sep boolean equals concode_elem_sep String toStrin...
void function ( BasicPoolEntry arg0 ) { if ( numEntries < 1 ) { throw new IllegalStateException ( "srini_string" + route ) ; } if ( numEntries <= freeEntries . size ( ) ) { throw new IllegalStateException ( "srini_string" + route ) ; } freeEntries . add ( arg0 ) ; }
returns an allocated entry to this pool . concode_field_sep LinkedList<BasicPoolEntry> freeEntries concode_elem_sep HttpRoute route concode_elem_sep Log log concode_elem_sep int maxEntries concode_elem_sep Queue<WaitingThread> waitingThreads concode_elem_sep int numEntries concode_elem_sep ConnPerRoute connPerRoute con...
boolean function ( ) { return ( runState == JobStatus . SUCCEEDED || runState == JobStatus . FAILED || runState == JobStatus . KILLED ) ; }
returns true if the status is for a completed job . concode_field_sep int PREP concode_elem_sep float reduceProgress concode_elem_sep float setupProgress concode_elem_sep String schedulingInfo concode_elem_sep String failureInfo concode_elem_sep int RUNNING concode_elem_sep int KILLED concode_elem_sep String[] runState...
String function ( Context arg0 , String arg1 ) { ContentResolver loc0 = arg0 . getContentResolver ( ) ; if ( loc0 == null ) return null ; Uri loc1 = Uri . parse ( arg1 ) ; return loc0 . getType ( loc1 ) ; }
retrieve the mime type for the content uri . concode_field_sep FileProviderUtil sFileProviderUtil concode_elem_sep Object sLock concode_elem_sep String TAG concode_field_sep Uri getContentUriFromFile concode_elem_sep Uri getContentUriFromFile concode_elem_sep void setFileProviderUtil concode_elem_sep String getDisplayN...
String function ( ) { return signalName ; }
required . the name of the signal.the target workflow execution will use the signal name and input to process the signal . constraints : length : 1 - 256 concode_field_sep String signalName concode_elem_sep String input concode_elem_sep String control concode_elem_sep String runId concode_elem_sep String workflowId con...
String function ( ) { return "srini_string" + subjectPublicKeyInfo . toString ( ) + "srini_string" + subject + "srini_string" + "srini_string" + "srini_string" + attributeSet . toString ( ) + "srini_string" ; }
provides a short description of this request . concode_field_sep X500Name subject concode_elem_sep PublicKey subjectPublicKeyInfo concode_elem_sep PKCS10Attributes attributeSet concode_elem_sep byte[] encoded concode_field_sep void print concode_elem_sep PKCS10Attributes getAttributes concode_elem_sep PublicKey getSubj...
Uri function ( String arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) return Uri . EMPTY ; if ( arg0 . equalsIgnoreCase ( DEFAULT_SOUND ) ) { return RingtoneManager . getDefaultUri ( RingtoneManager . TYPE_NOTIFICATION ) ; } return parse ( arg0 ) ; }
parse path path to native uri . concode_field_sep String DEFAULT_SOUND concode_elem_sep String STORAGE_FOLDER concode_elem_sep Context context concode_field_sep void copyFile concode_elem_sep Uri getUriForResourcePath concode_elem_sep Uri getUriFromAsset concode_elem_sep String getBaseName concode_elem_sep Uri parse co...
Object function ( String arg0 ) { Scope loc0 = lookupVariable ( arg0 ) ; return loc0 . variables . get ( arg0 ) ; }
returns the value of the variable with the specified name in this scope or an ancestor scope . concode_field_sep Scope parent concode_elem_sep Map<String,Object> variables concode_elem_sep long depth concode_field_sep Scope getParent concode_elem_sep long getDepth concode_elem_sep Map<String,Object> getVariables concod...
void function ( long arg0 ) { this . maxFileSize = arg0 ; }
sets the maximum size in bytes allowed for uploaded files . concode_field_sep long maxRequestSize concode_elem_sep int fileSizeThreshold concode_elem_sep String location concode_elem_sep long maxFileSize concode_field_sep void setMaxRequestSize concode_elem_sep void setMaxRequestSize concode_elem_sep void setLocation c...
OIDCTokens function ( String arg0 , String arg1 ) { return getAuthTokensByPassword ( arg0 , arg1 , AuthOIDCClient . ResourceServer . rs_esxcloud ) ; }
get id , access and refresh tokens by username and password . concode_field_sep RSAPublicKey providerPublicKey concode_elem_sep ProviderMetadata providerMetadata concode_elem_sep OIDCClient oidcClient concode_field_sep OIDCTokens getAuthTokensByRefreshToken concode_elem_sep OIDCTokens getAuthTokensByRefreshToken concod...
void function ( String arg0 , String arg1 ) { if ( attributes == null ) attributes = new HashMap ( ) ; attributes . put ( arg0 , arg1 ) ; }
add an attribute to this node , replacing any existing attribute with the same name . 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 findAttri...
String function ( ) { return this . select ; }
get the select value . concode_field_sep String expand concode_elem_sep String select concode_elem_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince concod...
boolean function ( Object arg0 ) { if ( arg0 instanceof APDU_byte_array ) { return this . size ( ) == ( ( APDU_byte_array ) arg0 ) . size ( ) ; } return false ; }
compatibility check for the ov-chip protocol layer . see the compatibility check explanations and also ds.ov2.util.apdu _ serializable #is_compatible_with apdu_serializable . is_compatible_with . objects of this class are only compatible to objects of this class of the same size . concode_field_sep byte[] buf concode_f...
Master function ( ) { return master ; }
gets the master . concode_field_sep Integer masterId concode_elem_sep String detailText concode_elem_sep Integer detailId concode_elem_sep Master master concode_field_sep void setDetailText concode_elem_sep void setMasterId concode_elem_sep Integer getMasterId concode_elem_sep void setDetailId concode_elem_sep String t...
void function ( int arg0 , int arg1 ) { onData ( anything ( ) ) . inAdapterView ( allOf ( withId ( arg1 ) , isDisplayed ( ) ) ) . atPosition ( arg0 ) . perform ( click ( ) ) ; }
performs a click on an item in an adapter view , such as gridview or listview concode_field_sep PlaceHolder placeHolder concode_field_sep void checkTextInSearchQuery concode_elem_sep void clearSearchQueryXButton concode_elem_sep Activity getActivity concode_elem_sep void clickAlbumsTab concode_elem_sep void clickGenres...
Try < PropertiesStorage > function ( ) { return Try ( ( ) -> { ZooKeeperStorage loc0 = new ZooKeeperStorage ( connectString , rootPath ) ; loc0 . connect ( ) ; return loc0 ; } ) ; }
creates a properties storage instance . concode_field_sep String rootPath concode_elem_sep String connectString concode_field_sep PropertiesStorageFactory withRootPath
boolean function ( int arg0 , int arg1 , int arg2 ) { switch ( arg0 ) { case BELOW : case ABOVE : default : return false ; case LOWEDGE : return ( arg1 >= INSIDE || arg2 >= INSIDE ) ; case INSIDE : return true ; case HIGHEDGE : return ( arg1 <= INSIDE || arg2 <= INSIDE ) ; } }
determine if the pttag represents a coordinate that is already in its test range , or is on the border with either of the two opttags representing another coordinate that is `` towards the inside '' of that test range . in other words , are either of the two `` opt '' points `` drawing the pt inward '' ? concode_field_...
void function ( ) { Day loc0 = new Day ( 29 , MonthConstants . MARCH , 2002 ) ; Day loc1 = new Day ( 29 , MonthConstants . MARCH , 2002 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
tests the equals method . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void test1Jan1900Next concode_elem_sep void testGetSerialIndex concode_elem_sep void testGetLastMillisecond concode_elem_sep void test1Jan1900Previous conco...
void function ( String arg0 , BeanDefinitionParser arg1 ) { this . parsers . put ( arg0 , arg1 ) ; }
subclasses can call this to register the supplied beandefinitionparser tohandle the specified element . the element name is the local non-namespace qualified name . concode_field_sep Map<String,BeanDefinitionDecorator> decorators concode_elem_sep Map<String,BeanDefinitionParser> parsers concode_elem_sep Map<String,Bean...
void function ( String arg0 ) { this . description = arg0 ; }
sets the description of the component . concode_field_sep Class<C> componentClass concode_elem_sep String description concode_elem_sep String id concode_elem_sep String title concode_field_sep void setComponentClass concode_elem_sep void setTitleKey concode_elem_sep Class<C> getComponentClass concode_elem_sep void setI...
boolean function ( double arg0 , double arg1 ) { try { return this . lrc . tick ( arg0 , arg1 ) ; } catch ( JConcurrentAccessAttempted loc0 ) { throw new CallNotAllowedFromWithinCallback ( loc0 . getMessage ( ) , loc0 ) ; } catch ( Exception loc0 ) { throw new RTIinternalError ( loc0 . getMessage ( ) , loc0 ) ; } }
try and process as many messages as possible . spend up to max time doing so . if there are none to process , wait only as long as min . return true if there are more callbacks that could be processed , false otherwise concode_field_sep CallbackModel callbackModel concode_elem_sep LRCState state concode_elem_sep LRC lr...
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 SGraphValidator 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...
void function ( String arg0 ) { this . partnerCustom = arg0 ; }
setter for partnercustom concode_field_sep String reason concode_elem_sep UserWithdrawalLimitTypeType userWithdrawalLimit concode_elem_sep String programCode concode_elem_sep APICredentialsType credentials concode_elem_sep String campaignID concode_elem_sep PayerInfoType accountOwner concode_elem_sep String configureAP...
void function ( boolean arg0 ) { isShrinkToPrintableArea = arg0 ; }
can be set before a swingcontroller.print is called to enable/disable shrink to fit printable area . concode_field_sep int printCopies concode_elem_sep String defaultURL concode_elem_sep File defaultFile concode_elem_sep PrintHelper printHelper concode_elem_sep boolean isShrinkToPrintableArea concode_field_sep void set...
boolean function ( ) { return hasContentAssist ; }
check if content assist is enabled . concode_field_sep Menu quickFixMenu concode_elem_sep FieldDecoration errorDecoration concode_elem_sep boolean hasContentAssist concode_elem_sep Control control concode_elem_sep ControlDecoration controlDecoration concode_elem_sep IControlContentAdapter contentAdapter concode_elem_se...
void function ( TransportClient arg0 , long arg1 ) { }
verify that the client is authorized to read from the given stream . concode_field_sep PlaceHolder placeHolder concode_field_sep void connectionTerminated concode_elem_sep ManagedBuffer getChunk concode_elem_sep void registerChannel
Procedure function ( ForeignExceptionDispatcher arg0 , String arg1 , byte [ ] arg2 , List < String > arg3 ) { Procedure loc0 = createProcedure ( arg0 , arg1 , arg2 , arg3 ) ; if ( ! this . submitProcedure ( loc0 ) ) { LOG . error ( "srini_string" + arg1 + "srini_string" ) ; return null ; } return loc0 ; }
kick off the named procedure currently only one procedure with the same type and name is allowed to run at a time . concode_field_sep long KEEP_ALIVE_MILLIS_DEFAULT concode_elem_sep Log LOG concode_elem_sep long TIMEOUT_MILLIS_DEFAULT concode_elem_sep long WAKE_MILLIS_DEFAULT concode_elem_sep ExecutorService pool conco...
String function ( ) { return excludedChars ; }
gets the value of the excludedchars property . concode_field_sep String _case concode_elem_sep String excludedChars concode_elem_sep String requiredChars concode_field_sep void setExcludedChars concode_elem_sep void setRequiredChars concode_elem_sep void setCase concode_elem_sep String getCase concode_elem_sep String g...
EventSetDescriptor [ ] function ( ) { return eventSetDescriptors ; }
get bean events . concode_field_sep int defaultPropertyIndex concode_elem_sep PropertyDescriptor[] propertyDescriptors concode_elem_sep EventSetDescriptor[] eventSetDescriptors concode_elem_sep MethodDescriptor[] methodDescriptors concode_elem_sep BeanInfo[] additionalBeanInfo concode_elem_sep BeanDescriptor beanDescri...
void function ( java . lang . String arg0 ) { this . type = arg0 ; }
sets the type value for this service . concode_field_sep java.lang.String payload concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String type concode_field_sep java.lang.String getPayload con...
Connector function ( String arg0 ) { initializeConnectors ( ) ; return ( Connector ) connectors . get ( arg0 ) ; }
returns the connector with the given id or null concode_field_sep HashMap connectors concode_elem_sep String ID concode_field_sep void initializeConnectors concode_elem_sep void removed concode_elem_sep void removed concode_elem_sep void added concode_elem_sep void added concode_elem_sep List getConnectors concode_elem...
JAXBElement < ChoiceType > function ( ChoiceType arg0 ) { return new JAXBElement < ChoiceType > ( _Choice_QNAME , ChoiceType . class , null , arg0 ) ; }
create an instance of jaxbelement . concode_field_sep QName _Fragment_QNAME concode_elem_sep QName _Statement_QNAME concode_elem_sep QName _Container_QNAME concode_elem_sep QName _Item_QNAME concode_elem_sep QName _Selection_QNAME concode_elem_sep QName _Resource_QNAME concode_elem_sep QName _Assertion_QNAME concode_el...
String function ( ) { return this . commandLine ; }
get the commandline value . concode_field_sep List<ApplicationPackageReference> applicationPackageReferences concode_elem_sep TaskDependencies dependsOn concode_elem_sep String displayName concode_elem_sep List<EnvironmentSetting> environmentSettings concode_elem_sep MultiInstanceSettings multiInstanceSettings concode_...
void function ( ) { writeStream . flush ( ) ; }
implements java.io.flushable . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_elem_sep int NO_COMPRESSION concode_elem_sep File targetFile concode_elem_sep int GZ...
File function ( GeneratorEntry arg0 ) { String loc0 = getOutletFeatureConfiguration ( arg0 ) . getParameterValue ( ICoreFeatureConstants . OUTLET_FEATURE_TARGET_FOLDER ) . getStringValue ( ) ; return new File ( getTargetProject ( arg0 ) . getLocation ( ) . toFile ( ) . getPath ( ) + File . separator + loc0 ) ; }
gets the target folder path as a file that includes the project location concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concod...
int function ( ) { int loc0 = picture . getBasicPixel ( x , y ) ; int loc1 = ( loc0 >> 24 ) & 0xff ; return loc1 ; }
method to get the amount of alpha transparency at this pixel . it will be from 0-255 . concode_field_sep int x concode_elem_sep int y concode_elem_sep DigitalPicture picture concode_field_sep int getCol concode_elem_sep int correctValue concode_elem_sep Color getColor concode_elem_sep void setAlpha concode_elem_sep int...