code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( ) { this . ejb . loadClass ( TO_BE_FOUND_CLASS_NAME ) ; try { this . ejb . loadClass ( TO_BE_MISSSING_CLASS_NAME ) ; Assert . fail ( "srini_string" + TO_BE_MISSSING_CLASS_NAME ) ; } catch ( ClassNotFoundException loc0 ) { } }
make sure the element in jboss-deployment-structure.xml is processed correctly and the exclude/include is honoured concode_field_sep String TO_BE_MISSSING_CLASS_NAME concode_elem_sep Logger logger concode_elem_sep String TO_BE_FOUND_CLASS_NAME concode_elem_sep ClassLoadingEJB ejb concode_field_sep void testUsePhysicalC...
void function ( ) { File loc0 = new File ( "srini_string" ) ; checkFacetsDefined ( loc0 ) ; }
check for the presence of all ` model ' facets in the spring definition . concode_field_sep String appContextFile concode_elem_sep List<String> exceptions concode_field_sep void testAnalysisFacets concode_elem_sep void testUtilityFacets concode_elem_sep void testEventFacets concode_elem_sep void testInputFacets concode...
void function ( String arg0 ) { OSMDROID_PATH = new File ( arg0 ) ; }
allows for altering the osmdroid_path variable , which controls the location of where to search for offline tile sources concode_field_sep String TILE_PATH_EXTENSION concode_elem_sep long TILE_TRIM_CACHE_SIZE_BYTES concode_elem_sep long ONE_SECOND concode_elem_sep int CACHE_MAPTILECOUNT_DEFAULT concode_elem_sep long ON...
void function ( ActionEvent arg0 ) { if ( currentChartModel != null ) { currentChartModel . addData ( ) ; } }
removes a unit of data to the current chart data model . concode_field_sep String LINE_CHART_NAME concode_elem_sep String CUSTOM_CHART_NAME concode_elem_sep String PIE2D_CHART_NAME concode_elem_sep Map chartDataModels concode_elem_sep String AREA_CHART_NAME concode_elem_sep String BAR_CLUSTERED_CHART_NAME concode_elem_...
List < Node > function ( ) { return cachedNodes != null ? Arrays . asList ( cachedNodes ) : Collections . emptyList ( ) ; }
returns the full list of marketplace nodes concode_field_sep Logger logger concode_elem_sep ScheduledFuture<?> refreshJob concode_elem_sep ScheduledExecutorService executorService concode_elem_sep long retry_delay concode_elem_sep String MP_URL concode_elem_sep URL url concode_elem_sep Node[] cachedNodes concode_elem_s...
List < VPKEntry > function ( String arg0 ) { List < VPKEntry > loc0 = typeEntries . get ( arg0 ) ; return loc0 == null ? loc0 : Collections . unmodifiableList ( loc0 ) ; }
returns a list of all vpk entries for the given file type/extension . if the type is n't used , null will be returned . concode_field_sep int SIGNATURE concode_elem_sep int VERS_MAX concode_elem_sep List<VPKEntry> entries concode_elem_sep Map<String,List<VPKEntry>> typeEntries concode_elem_sep Map<String,VPKEntry> path...
String function ( ) { URL loc0 = PublicUtils . class . getResource ( "srini_string" ) ; return loc0 . getPath ( ) ; }
get path . concode_field_sep PlaceHolder placeHolder concode_field_sep Properties buildPropFromFile concode_elem_sep boolean isSlashEnd concode_elem_sep boolean isFile concode_elem_sep String getFileNameAndExtName concode_elem_sep String getConfigByPlugIn concode_elem_sep String getExtName concode_elem_sep boolean exis...
boolean function ( final String arg0 ) { return e . hasAttribute ( arg0 ) ; }
tests if this element has an attribute with the specified name . concode_field_sep Element e concode_field_sep List<DomElement> getChildren concode_elem_sep List<DomElement> getChildren concode_elem_sep String getChildText concode_elem_sep String getAttribute concode_elem_sep Element getElement concode_elem_sep String ...
String function ( WebRequest arg0 , String arg1 ) { return this . attributeNamePrefix + arg1 ; }
calculate the attribute name in the backend session . the default implementation simply prepends the configured #setattributenameprefix `` attributenameprefix '' , if any . concode_field_sep String attributeNamePrefix concode_field_sep Object retrieveAttribute concode_elem_sep void storeAttribute concode_elem_sep void ...
int function ( Object arg0 ) { if ( ! containsKey ( arg0 ) ) return - 1 ; return ( ( Integer ) fPositions . get ( arg0 ) ) . intValue ( ) ; }
absolute position of object denoted by key in the history or -1 if ! containskey key . the higher the newer . concode_field_sep Hashtable fPositions concode_elem_sep String fRootNodeName concode_elem_sep String DEFAULT_ROOT_NODE_NAME concode_elem_sep int MAX_HISTORY_SIZE concode_elem_sep String fFileName concode_elem_s...
boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof CategoryAnchor ) ) { return false ; } CategoryAnchor loc0 = ( CategoryAnchor ) arg0 ; if ( ! this . name . equals ( loc0 . toString ( ) ) ) { return false ; } return true ; }
returns true if this object is equal to the specified object , and false otherwise . concode_field_sep long serialVersionUID concode_elem_sep CategoryAnchor START concode_elem_sep CategoryAnchor MIDDLE concode_elem_sep String name concode_elem_sep CategoryAnchor END concode_field_sep Object readResolve concode_elem_sep...
ThreadFactory function ( String arg0 ) { return new DefaultThreadFactory ( arg0 , true ) ; }
creates a new threadfactory which prefixes each thread with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep PooledByteBufAllocator createPooledByteBufAllocator concode_elem_sep TransportFrameDecoder createFrameDecoder concode_elem_sep EventLoopGroup createEventLoop concode_elem_sep String g...
float function ( Vector < Float > arg0 ) { return sum ( arg0 ) / arg0 . size ( ) ; }
return the mean values of an array concode_field_sep PlaceHolder placeHolder concode_field_sep float std concode_elem_sep float std concode_elem_sep ArrayList<String> getArrayFromString concode_elem_sep float min concode_elem_sep float max concode_elem_sep String processName concode_elem_sep String processName concode_...
boolean function ( int arg0 , Notification . Type arg1 ) { Notification loc0 = get ( arg0 ) ; return loc0 != null && loc0 . getType ( ) == arg1 ; }
if a notification with an id and type exists . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getCode ( ) != null ) loc0 . append ( "srini_string" + getCode ( ) + "srini_string" ) ; if ( getMessage ( ) != null ) loc0 . append ( "srini_string" + getMessage ( ) ) ; loc0 . append ( "srini_string" ) ; return l...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String code concode_elem_sep String message concode_field_sep ErrorDetails withCode concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_elem_sep ErrorDetails clone concod...
int function ( String arg0 ) { return sqlMap . get ( arg0 , - 1 ) ; }
retrieves the registered compiled statement identifier associated with the specified sql string , or a value less than zero , if no such statement has been registered . concode_field_sep Database database concode_elem_sep IntValueHashMap sqlMap concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep IntKeyHashMap sq...
void function ( T arg0 , final ReportRenderer < T , HtmlPageBuilder < Writer >> arg1 , final File arg2 ) { render ( arg0 , new ReportRenderer < T , HtmlReportBuilder > ( ) { @ Override public void render ( T arg0 , HtmlReportBuilder arg3 ) throws IOException { arg3 . renderRawHtmlPage ( arg2 . getName ( ) , arg0 , arg1...
renders a single page html report from the given model , into the given output file . concode_field_sep D output concode_elem_sep String path concode_elem_sep String prefix concode_elem_sep Map<String,Resource> resources concode_elem_sep File outputDirectory concode_elem_sep URL source concode_field_sep void requireRes...
void function ( CordovaPlugin arg0 , int arg1 , String arg2 ) { PermissionHelper . requestPermissions ( arg0 , arg1 , new String [ ] { arg2 } ) ; }
requests a `` dangerous '' permission for the application at runtime . this is a helper method alternative to cordovainterface.requestpermission that does not require the project to be built with cordova-android 5.0.0 + concode_field_sep String LOG_TAG concode_field_sep boolean hasPermission concode_elem_sep void deliv...
void function ( ) { testWithVersionDeletes ( false ) ; testWithVersionDeletes ( true ) ; }
test timestampsfilter in the presence of version deletes . concode_field_sep HBaseTestingUtility TEST_UTIL concode_elem_sep Log LOG concode_field_sep void deleteOneVersion concode_elem_sep void verifyInsertedValues concode_elem_sep void putNVersions concode_elem_sep void setUpBeforeClass concode_elem_sep void testTimes...
Integer function ( ) { return startIndex ; }
gets the value of the startindex property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<ContentBundle> results concode_field_sep void setTotalResultSetSize concode_elem_sep void setStartIndex concode_elem_sep List<ContentBundle> getResults concode_elem_sep Inte...
void function ( Target arg0 ) { synchronized ( targets ) { if ( ! targets . contains ( arg0 ) ) targets . add ( arg0 ) ; } }
adds a target that will format and output log events generated by this logger . concode_field_sep String category concode_elem_sep ArrayList targets concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void debug concode_elem_sep void debug concod...
int function ( CharSequence arg0 , int arg1 ) { return IndentManipulation . measureIndentInSpaces ( arg0 , arg1 ) ; }
computes the visual length of the indentation of a charsequence , counting a tab character as the size until the next tab stop and every other whitespace character as one . concode_field_sep PlaceHolder placeHolder concode_field_sep String getIndentString concode_elem_sep String getIndentString concode_elem_sep String ...
void function ( L arg0 ) { }
some explanation . concode_field_sep PlaceHolder placeHolder concode_field_sep String doSomething concode_elem_sep void doSomethingElse
Category function ( ) { return this . category ; }
gets the category which the forum belongs to concode_field_sep boolean moderated concode_elem_sep boolean unread concode_elem_sep List<Topic> topics concode_elem_sep Post lastPost concode_elem_sep boolean allowAnonymousPosts concode_elem_sep String name concode_elem_sep int displayOrder concode_elem_sep String descript...
String function ( ) { if ( rot == null ) { return "srini_string" ; } else { return rot ; } }
gets the value of the rot property . concode_field_sep String smashed concode_elem_sep String rot concode_elem_sep String part concode_elem_sep String x concode_elem_sep String y concode_elem_sep String gate concode_elem_sep List<Attribute> attribute concode_field_sep void setSmashed concode_elem_sep void setY concode_...
String function ( ) { return title ; }
gets the value of the title property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep EXVerticalExtentType exVerticalExtent concode_elem_sep String type conco...
void function ( float [ ] arg0 ) { System . arraycopy ( arg0 , 0 , mArray , 0 , 20 ) ; }
assign the array of floats into this matrix , copying all of its values . concode_field_sep float[] mArray concode_field_sep void setYUV2RGB concode_elem_sep void setRGB2YUV concode_elem_sep void setScale concode_elem_sep void preConcat concode_elem_sep void postConcat concode_elem_sep float[] getArray concode_elem_sep...
java . lang . String function ( ) { return _maukiemdem . getMaHuyen ( ) ; }
returns the ma huyen of this m a u k i e m d e m. concode_field_sep MAUKIEMDEM _maukiemdem concode_field_sep void setSoMauKiemDem concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel con...
void function ( ) { ArcDialFrame loc0 = new ArcDialFrame ( ) ; ArcDialFrame loc1 = ( ArcDialFrame ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { check ( soulissTypicalsRecipients ) ; }
check and sleep for refresh_time mills concode_field_sep Logger logger concode_elem_sep SoulissTypicals soulissTypicalsRecipients concode_elem_sep EventPublisher eventPublisher concode_field_sep void check
void function ( StarburstNode [ ] arg0 ) { connections = arg0 ; }
set the connected nodes to this node concode_field_sep boolean visited concode_elem_sep int id concode_elem_sep StarburstNode[] connections concode_field_sep void checkPath concode_elem_sep String toString
void function ( String arg0 , String arg1 ) { try { FileWriter loc0 = new FileWriter ( arg0 ) ; loc0 . loc0 ( arg1 . toCharArray ( ) ) ; loc0 . close ( ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; } }
method declaration concode_field_sep String scriptHelp[] concode_elem_sep String insertHelp[] concode_elem_sep String createTableHelp[] concode_elem_sep String dropIndexHelp[] concode_elem_sep String testHelp[] concode_elem_sep String deleteHelp[] concode_elem_sep String selectHelp[] concode_elem_sep Random rRandom con...
String function ( @ Nonnull final String arg0 ) { return MessageDigestValue . create ( arg0 . getBytes ( URL_CHARSET ) , EMessageDigestAlgorithm . MD5 ) . getHexEncodedDigestString ( ) ; }
get the md5-hash-string-representation of the passed value using the #url_charset encoding . each hash byte is represented as 2characters in the range 0-9a-f . note : the hash value creation is done case sensitive ! the caller needs to ensure that the value to hash is lower case ! concode_field_sep IPeppolURLProvider I...
void function ( int arg0 ) { inBuf += arg0 ; if ( ( bufpos -= arg0 ) < 0 ) bufpos += bufsize ; }
backup a number of characters . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufco...
CipherReferenceType function ( ) { return cipherReference ; }
gets the value of the cipherreference property . concode_field_sep byte[] cipherValue concode_elem_sep CipherReferenceType cipherReference concode_field_sep byte[] getCipherValue concode_elem_sep void setCipherValue concode_elem_sep void setCipherReference
int function ( byte arg0 ) { if ( arg0 < 0 ) { return 256 + arg0 ; } return arg0 ; }
safe convert byte to int concode_field_sep int texWidth concode_elem_sep int bitDepth concode_elem_sep int width concode_elem_sep ByteBuffer scratch concode_elem_sep PNGDecoder decoder concode_elem_sep int texHeight concode_elem_sep int height concode_field_sep int getHeight concode_elem_sep int getDepth concode_elem_s...
String function ( int arg0 ) { return days [ arg0 ] ; }
\ get nepali day as complete name in devanagiri/unicode . concode_field_sep String[] months concode_elem_sep char[] digits concode_elem_sep String[] days concode_field_sep String getNumber concode_elem_sep String getShortDay concode_elem_sep String getMonth
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getCommunications ( ) != null ) loc0 . append ( "srini_string" + getCommunications ( ) + "srini_string" ) ; if ( getNextToken ( ) != null ) loc0 . append ( "srini_string" + getNextToken ( ) ) ; loc0 . append ( "sr...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<Communication> communications concode_elem_sep String nextToken concode_field_sep void setCommunications concode_elem_sep java.util.List<Communication> getCommunications concode_e...
Map < String , Object > function ( ) { if ( this . userAttributes == null ) { this . userAttributes = new HashMap < > ( ) ; } return this . userAttributes ; }
return user attributes associated with this invocation . this method provides an invocation-bound alternative to a threadlocal . this map is initialized lazily and is not used in the aop framework itself . concode_field_sep Object proxy concode_elem_sep Method method concode_elem_sep Map<String,Object> userAttributes c...
String function ( Class arg0 ) { return ( String ) _wrapperToPrimitiveNames . get ( arg0 ) ; }
returns the name of the primitive type associated with the supplied wrapper class . concode_field_sep Map _wrapperToPrimitiveNames concode_elem_sep Map _primitiveNamesToWrapperNames concode_elem_sep Map _primitiveToWrappers concode_elem_sep Map _primitiveNamesToPrimitives concode_field_sep String getWrapperName concode...
String function ( ) { return typeName ; }
returns the type name set in the constructor for debugging purposes . concode_field_sep int TYPE_SFIXED32 concode_elem_sep int TYPE_DATA concode_elem_sep int REQUIRED concode_elem_sep String typeName concode_elem_sep int OPTIONAL concode_elem_sep int TYPE_MESSAGE concode_elem_sep int TYPE_ENUM concode_elem_sep int TYPE...
GeoHashGridBuilder function ( String arg0 ) { return new GeoHashGridBuilder ( arg0 ) ; }
create a new geohashgrid aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsBuilder geoBounds concode_elem_sep DateRangeBuilder dateRange concode_elem_sep DateHistogramBuilder dateHistogram concode_elem_sep RangeBuilder range concode_elem_sep SumBuilder sum concode_el...
short function ( ) { final int loc0 = bs . readByte ( ) ; final int loc1 = bs . readByte ( ) ; return ( short ) ( ( loc1 << 8 ) + loc0 ) ; }
reads a short integer from the stream . concode_field_sep ByteArrayByteStream bs concode_field_sep String readLastAsciiString concode_elem_sep void unReadInt concode_elem_sep String readAsciiString concode_elem_sep long available concode_elem_sep void skip concode_elem_sep void seek concode_elem_sep char readChar conco...
boolean function ( ServerCache arg0 , CrawlURI arg1 ) { String loc0 = getDomain ( ) ; CrawlServer loc1 = arg0 . getServerFor ( arg1 . getUURI ( ) ) ; String loc2 = loc1 . getName ( ) ; logger . fine ( "srini_string" + loc2 + "srini_string" + loc0 ) ; return loc0 != null && loc2 != null && loc2 . equalsIgnoreCase ( loc0...
test passed curi matches this credentials rooturi . concode_field_sep Logger logger concode_elem_sep long serialVersionUID concode_elem_sep String domain concode_field_sep String getDomain concode_elem_sep boolean detachAll concode_elem_sep String getKey concode_elem_sep boolean hasPrerequisite concode_elem_sep void se...
int function ( String arg0 , Bitmap arg1 ) { return arg1 . getRowBytes ( ) * arg1 . getHeight ( ) ; }
returns the size bitmap in bytes . an entry 's size must not change while it is in the cache . concode_field_sep int size concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<String,Bitmap> map concode_field_sep void trimToSize concode_elem_sep Collection<String> keys concode_elem_sep Bitmap get concode_elem_sep...
boolean function ( ) { return osgi ; }
returns whether we are running in an osgi environment . concode_field_sep boolean osgi concode_elem_sep ConcurrentMap<Ignite,ClassLoader> CLASSLOADERS concode_field_sep Map<Ignite,ClassLoader> classloaders concode_elem_sep int gridCount
Dependency < T > function ( Key < T > arg0 ) { return new Dependency < > ( null , arg0 , true , - 1 ) ; }
returns a new dependency that is not attached to an injection point . the returned dependency is nullable . concode_field_sep boolean nullable concode_elem_sep int parameterIndex concode_elem_sep Key<T> key concode_elem_sep InjectionPoint injectionPoint concode_field_sep Key<T> getKey concode_elem_sep InjectionPoint ge...
void function ( List < ExtensionTypeClient > arg0 ) { this . extension = arg0 ; }
sets the extension . concode_field_sep List<NoteTypeClient> note concode_elem_sep List<IdentifierTypeClient> identifier concode_elem_sep List<ExtensionTypeClient> extension concode_elem_sep List<SubjectTypeClient> subject concode_elem_sep List<PartTypeClient> part concode_elem_sep List<TitleInfoTypeClient> titleInfo co...
BundleContext function ( ) { return context ; }
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
int function ( ) { return from ; }
get the first position in the reversed subsequence . concode_field_sep int from concode_elem_sep int to concode_field_sep void undo concode_elem_sep void apply concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getTo concode_elem_sep String toString
void function ( State arg0 ) { }
called when the service transitions to the @linkplain state #stopping stopping state . the only valid values for from are @linkplain state #starting starting or @linkplain state #running running . this occurs when service #stopasync is called . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isTermi...
void function ( FieldType arg0 ) { this . type = arg0 ; }
set fieldtype concode_field_sep String QUOTE_CHAR concode_elem_sep String MIN_LENGTH concode_elem_sep String LOCALE concode_elem_sep String SEPARATOR concode_elem_sep int delimiterChar concode_elem_sep String LENGTH concode_elem_sep FieldType type concode_elem_sep String NAME concode_elem_sep Map<String,Object> constra...
int function ( ) { final int loc0 = 31 ; int loc1 = 1 ; loc1 = loc0 * loc1 + ( ( getAppId ( ) == null ) ? 0 : getAppId ( ) . hashCode ( ) ) ; loc1 = loc0 * loc1 + ( ( getWeek ( ) == null ) ? 0 : getWeek ( ) . hashCode ( ) ) ; return loc1 ; }
this method was generated by mybatis generator . this method corresponds to the database table reserve_set concode_field_sep Integer week concode_elem_sep String appId concode_elem_sep long serialVersionUID concode_field_sep void setWeek concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep ...
long function ( ) { return _checkout . getPrimaryKey ( ) ; }
returns the primary key 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_...
ToStringCreator function ( String arg0 , double arg1 ) { return append ( arg0 , Double . valueOf ( arg1 ) ) ; }
append a double field value . concode_field_sep ToStringStyler DEFAULT_TO_STRING_STYLER concode_elem_sep StringBuilder buffer concode_elem_sep ToStringStyler styler concode_elem_sep boolean styledFirstField concode_elem_sep Object object concode_field_sep void printFieldSeparatorIfNecessary concode_elem_sep String toSt...
String function ( ) { return savedProgram ; }
get the last version saved of this tab concode_field_sep String extension concode_elem_sep int selectionStart concode_elem_sep String prettyName concode_elem_sep Document document concode_elem_sep int preprocOffset concode_elem_sep String program concode_elem_sep int scrollPosition concode_elem_sep String savedProgram ...
void function ( final String arg0 ) { Assert . isTrue ( arg0 == null || arg0 . startsWith ( "srini_string" ) , "srini_string" ) ; errorPage = arg0 ; }
dependency injection for the error page , e.g. ' / login/denied ' . concode_field_sep String errorPage concode_elem_sep boolean useForward concode_elem_sep RequestCache requestCache concode_elem_sep AuthenticationTrustResolver authenticationTrustResolver concode_elem_sep String ajaxErrorPage concode_elem_sep PortResolv...
String function ( ) { return key ; }
gets the value of the key property . concode_field_sep Boolean valuesAreXMLEntities concode_elem_sep InfoboxReadParamsAssocArrayType.ReadValue readValue concode_elem_sep String searchString concode_elem_sep InfoboxReadParamsAssocArrayType.ReadPairs readPairs concode_elem_sep Boolean valueIsXMLEntity concode_elem_sep Bo...
java . util . List < Failure > function ( ) { if ( failures == null ) { failures = new com . amazonaws . internal . SdkInternalList < Failure > ( ) ; } return failures ; }
any failures associated with the call . concode_field_sep com.amazonaws.internal.SdkInternalList<Failure> failures concode_elem_sep com.amazonaws.internal.SdkInternalList<Cluster> clusters concode_field_sep void setClusters concode_elem_sep DescribeClustersResult withFailures concode_elem_sep DescribeClustersResult wit...
STSubType function ( ) { return subType ; }
get the stsubtype concode_field_sep List<SubjectConfirmationType> subjectConfirmation concode_elem_sep long serialVersionUID concode_elem_sep EncryptedElementType encryptedID concode_elem_sep STSubType subType concode_elem_sep long serialVersionUID concode_elem_sep BaseIDAbstractType baseID concode_field_sep void addBa...
String function ( ) { if ( dataSource != null ) { return dataSource . getName ( ) ; } return null ; }
returns the name of the data object if created with a datasource . concode_field_sep CommandMap currentCommandMap concode_elem_sep String objectMimeType concode_elem_sep String shortType concode_elem_sep DataContentHandler dch concode_elem_sep String mimeType concode_elem_sep DataContentHandler dataContentHandler conco...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
returns the osgi service identifier . concode_field_sep ServiceTracker<ShoppingOrderService,ShoppingOrderService> _serviceTracker concode_field_sep void completeOrder concode_elem_sep void sendEmail concode_elem_sep com.liferay.shopping.model.ShoppingOrder getOrder concode_elem_sep com.liferay.shopping.model.ShoppingOr...
long function ( ) { return _memberRequest . getCompanyId ( ) ; }
returns the company id of this member request . concode_field_sep MemberRequest _memberRequest concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel conc...
Options function ( ) { return options ; }
get notification options . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem_sep boolean wasInTheP...
void function ( ) { release ( ) ; super . finalize ( ) ; }
enforces cleanup of any remaining resources during garbage collection . this is a safeguard and should not be required if release is called appropriately . concode_field_sep Logger LOG concode_elem_sep DataSourceManager dataSourceManager concode_elem_sep JdbcTemplate jdbcTemplate concode_elem_sep DataSource dataSource ...
Single < T > function ( BoundRequestBuilder arg0 , Func0 < ? extends AsyncHandler < ? extends T >> arg1 ) { requireNonNull ( arg0 ) ; return create ( arg0 :: execute , arg1 ) ; }
emits the results of asynchandlers obtained from handlersupplier for http requests obtained from builder . concode_field_sep PlaceHolder placeHolder concode_field_sep AsyncHandler<?> createBridge
RectangleConstraint function ( Range arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return new RectangleConstraint ( arg0 . getUpperBound ( ) , arg0 , LengthConstraintType . RANGE , this . height , this . heightRange , this . heightConstraintType ) ; }
returns a constraint that matches this one on the height attributes , but has a range width constraint . concode_field_sep LengthConstraintType widthConstraintType concode_elem_sep Range widthRange concode_elem_sep double width concode_elem_sep RectangleConstraint NONE concode_elem_sep Range heightRange concode_elem_se...
void function ( LayerListType arg0 ) { this . layerList = arg0 ; }
sets the value of the layerlist property . concode_field_sep GeneralType general concode_elem_sep LayerListType layerList concode_elem_sep String id concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep void setGeneral concode_elem_sep GeneralType getGeneral concode_elem_sep void setVersi...
String function ( String arg0 ) { return StringUtils . quoteJavaString ( arg0 ) ; }
format a string as a java string literal . concode_field_sep int XID concode_elem_sep int XA_DATA_SOURCE concode_elem_sep int PREPARED_STATEMENT concode_elem_sep int SAVEPOINT concode_elem_sep int CLOB concode_elem_sep int DATA_SOURCE concode_elem_sep int BLOB concode_elem_sep int CALLABLE_STATEMENT concode_elem_sep in...
int function ( ) { return p ; }
return the current input symbol index 0 . . n where n indicates the last symbol has been read . the index is the index of char to be returned from la 1 . concode_field_sep int charPositionInLine concode_elem_sep int p concode_elem_sep char[] data concode_elem_sep int markDepth concode_elem_sep int lastMarker concode_el...
EChange function ( @ Nonnull final KEYTYPE1 arg0 , @ Nonnull final KEYTYPE2 arg1 ) { final MAPTYPE loc0 = get ( arg0 ) ; return loc0 == null ? EChange . UNCHANGED : loc0 . removeObject ( arg1 ) ; }
remove a single element from the container identified by the passed key . concode_field_sep PlaceHolder placeHolder concode_field_sep VALUETYPE getSingle concode_elem_sep EChange putAllIn concode_elem_sep void forEachSingle concode_elem_sep MAPTYPE getOrCreate concode_elem_sep boolean containsSingle concode_elem_sep EC...
List < List < T >> function ( ) { final List < List < T >> loc0 = new ArrayList < > ( ) ; while ( hasNext ( ) ) { loc0 . add ( getNext ( ) ) ; } return loc0 ; }
returns a list of lists with combinations of objects . concode_field_sep int no concode_elem_sep int[] indexes concode_elem_sep T[][] objects concode_field_sep boolean hasNext concode_elem_sep List<T> getNext concode_elem_sep List<T> getCurrent
int function ( ) { return sSelectedDebugPort ; }
returns the debug port used by the selected client . concode_field_sep boolean DEFAULT_INITIAL_HEAP_UPDATE concode_elem_sep boolean sThreadUpdate concode_elem_sep LogLevel DEFAULT_LOG_LEVEL concode_elem_sep int sTimeOut concode_elem_sep LogLevel sLogLevel concode_elem_sep int sDebugPortBase concode_elem_sep int DEFAULT...
int function ( final CodedInputByteBufferNano arg0 , final int arg1 ) { int loc0 = 1 ; int loc1 = arg0 . getPosition ( ) ; arg0 . skipField ( arg1 ) ; while ( arg0 . readTag ( ) == arg1 ) { arg0 . skipField ( arg1 ) ; loc0 ++ ; } arg0 . rewindToPosition ( loc1 ) ; return loc0 ; }
computes the array length of a repeated field . we assume that in the common case repeated fields are contiguously serialized but we still correctly handle interspersed values of a repeated field but with extra allocations . rewinds to current input position before returning . concode_field_sep double EMPTY_DOUBLE_ARRA...
long function ( long [ ] arg0 ) { return sizeOfArray ( arg0 . length , 8 ) ; }
memory a long array consumes concode_field_sep long BUFFER_EMPTY_SIZE concode_elem_sep long STRING_EMPTY_SIZE concode_elem_sep MemoryMeter meter concode_field_sep long measure concode_elem_sep long sizeOnHeapExcludingData concode_elem_sep long sizeOnHeapExcludingData concode_elem_sep long sizeOf concode_elem_sep long s...
URI function ( ) { return getComplete ; }
gets the value of the getcomplete property . concode_field_sep URI getComplete concode_elem_sep List<IDPEntryType> idpEntry concode_field_sep List<IDPEntryType> getIDPEntry concode_elem_sep void setGetComplete concode_elem_sep void addIDPEntry concode_elem_sep void removeIDPEntry
void function ( Long arg0 ) { this . apexProcessingTime = arg0 ; }
sets the value of the apexprocessingtime property . concode_field_sep String jobId concode_elem_sep Long apexProcessingTime concode_elem_sep XMLGregorianCalendar createdDate concode_elem_sep Integer numberRecordsFailed concode_elem_sep int numberRecordsProcessed concode_elem_sep String stateMessage concode_elem_sep XML...
void function ( ) { expectedBridgeSecret = - 1 ; }
called on page transitions concode_field_sep PluginManager pluginManager concode_elem_sep int expectedBridgeSecret concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_sep boolean isSecretEstablished concode_elem_sep boolean...
void function ( ) { for ( Cursor loc0 : m_idToCursorMap . values ( ) ) { loc0 . dispose ( ) ; } m_idToCursorMap . clear ( ) ; }
dispose all of the cached cursors . concode_field_sep Map<Font,Font> m_fontToBoldFontMap concode_elem_sep Map<RGB,Color> m_colorMap concode_elem_sep int BOTTOM_LEFT concode_elem_sep int BOTTOM_RIGHT concode_elem_sep int TOP_RIGHT concode_elem_sep int TOP_LEFT concode_elem_sep Map<Integer,Cursor> m_idToCursorMap concode...
Module function ( Module arg0 ) { return forObject ( arg0 ) ; }
returns a module which creates bindings for provider methods from the given module . concode_field_sep Object delegate concode_elem_sep TypeLiteral<?> typeLiteral concode_field_sep Key<T> getKey concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Module forObject concode_elem_sep void configu...
SparseDataset function ( String arg0 ) { return parse ( new File ( arg0 ) ) ; }
parse a sparse dataset from given file . concode_field_sep int arrayStartingIndex concode_field_sep placeholderType placeHolder
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; default : return false ; } }
returns true if the given state is currently active otherwise false . concode_field_sep boolean b concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long x concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_...
void function ( String arg0 ) { this . suggestedUsage = arg0 ; }
sets the value of the suggestedusage property . concode_field_sep String suggestedUsage concode_elem_sep long serialVersionUID concode_elem_sep CatalogServiceNameEnum serviceName concode_field_sep String getSuggestedUsage concode_elem_sep void setServiceName concode_elem_sep CatalogServiceNameEnum getServiceName
Object function ( ) { return this . capacity ; }
return the capacity associated with this edge . concode_field_sep Object name concode_elem_sep Edge back concode_elem_sep Vertex v1 concode_elem_sep Vertex v2 concode_elem_sep double flow concode_elem_sep Object capacity concode_field_sep void setBackEdge concode_elem_sep void setcapacity concode_elem_sep void updateEd...
void function ( final OpenSamlConfigBean arg0 , final XMLObject arg1 ) { LOGGER . debug ( "srini_string" , arg1 . getClass ( ) . getName ( ) , transformSamlObject ( arg0 , arg1 ) ) ; }
log saml object . concode_field_sep Logger LOGGER concode_field_sep X509Certificate readCertificate concode_elem_sep SignatureValidationFilter buildSignatureValidationFilter concode_elem_sep SignatureValidationFilter buildSignatureValidationFilter concode_elem_sep SignatureValidationFilter buildSignatureValidationFilte...
void function ( ) { testCommonAttributes ( childNode , ProductPartitionNodeAdapter . createCriterionForRemove ( childNode , adGroupId ) , true ) ; testCommonAttributes ( parentNode , ProductPartitionNodeAdapter . createCriterionForRemove ( parentNode , adGroupId ) , true ) ; }
tests creating a criterion for a remove operation . concode_field_sep BiddingStrategyConfiguration biddingConfig concode_elem_sep ProductPartitionNode parentNode concode_elem_sep Long adGroupId concode_elem_sep ProductPartitionNode childNode concode_field_sep void testCreateCriterionForAdd_biddableCriterion concode_ele...
int function ( String arg0 ) { CompiledStatement loc0 ; loc0 = ( CompiledStatement ) sqlMap . get ( arg0 ) ; return loc0 == null ? Integer . MIN_VALUE : loc0 . id ; }
retrieves the compiled statement identifier associated with the specified sql string , or a value less than zero , if no such association exists . concode_field_sep Database database concode_elem_sep HsqlIntKeyHashMap validationMap concode_elem_sep Hashtable sqlMap concode_elem_sep HsqlIntKeyHashMap csidMap concode_ele...
boolean function ( final String arg0 , final String arg1 ) { if ( arg0 . equals ( "srini_string" ) ) { return true ; } else { return ( arg0 . endsWith ( "srini_string" ) && arg1 . startsWith ( arg0 . substring ( 0 , arg0 . length ( ) - 1 ) ) ) || ( arg0 . startsWith ( "srini_string" ) && arg1 . endsWith ( arg0 . substr...
tests if the given request uri matches the given pattern . concode_field_sep Map map concode_field_sep void setObjects concode_elem_sep Object lookup concode_elem_sep void unregister concode_elem_sep void setHandlers concode_elem_sep void register
void function ( int arg0 , int arg1 , int arg2 , int arg3 ) { modifiedBy = arg2 ; if ( arg3 >= 0 ) logSequenceNumber = arg3 ; contents . setInt ( arg0 , arg1 ) ; }
writes an integer to the specified offset of the buffer 's page . this method assumes that the transaction has already written an appropriate log record . the buffer saves the id of the transaction and the lsn of the log record . a negative lsn value indicates that a log record was not necessary . concode_field_sep int...
String function ( ) { return this . display ; }
a string concode_field_sep String display concode_field_sep void setDisplay concode_elem_sep void GetOut
void function ( ) { FlowArrangement loc0 = new FlowArrangement ( ) ; assertFalse ( loc0 instanceof Cloneable ) ; }
immutable - cloning is not necessary . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { CompareAdapterFactory loc0 = new CompareAdapterFactory ( ) ; assertNull ( loc0 . createMatchResourceAdapter ( ) ) ; assertNull ( loc0 . createAdapter ( CompareFactory . eINSTANCE . createMatchResource ( ) ) ) ; }
ensures that creating adapters for matchresource can be done through the adapterfactory . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCreateResourceAttachmentChangeAdapter concode_elem_sep void testCreateAttributeChangeAdapter concode_elem_sep void testCreateComparisonAdapter concode_elem_sep v...
org . apache . axis . types . URI function ( ) { return download_url ; }
gets the download_url value for this attachmentdata . concode_field_sep java.util.Calendar date_submitted concode_elem_sep java.lang.String filename concode_elem_sep java.math.BigInteger size concode_elem_sep java.lang.String content_type concode_elem_sep java.math.BigInteger user_id concode_elem_sep java.lang.Object _...
Map < String , ConfigurationTemplate > function ( ) { if ( this . templates == null ) { this . templates = new LinkedHashMap < String , ConfigurationTemplate > ( ) ; } return templates ; }
this is a list of templates for this configuration definition . each template relates to a single `` configuration '' object which holds the values for the template . concode_field_sep ConfigurationFormat configurationFormat concode_elem_sep Map<String,PropertyDefinition> propertyDefinitions concode_elem_sep String nam...
void function ( ) { this . response . reset ( ) ; }
the default behavior of this method is to call reset on the wrapped response object . concode_field_sep ServletResponse response concode_field_sep void setBufferSize concode_elem_sep ServletResponse getResponse concode_elem_sep void setContentLength concode_elem_sep int getBufferSize concode_elem_sep void setResponse c...
void function ( PacketFilter arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } filters . add ( arg0 ) ; }
adds a filter to the filter list for the and operation . a packet will pass the filter if all of the filters in the list accept it . concode_field_sep List<PacketFilter> filters concode_field_sep String toString concode_elem_sep boolean accept
com . gvt . www . ws . eai . oss . ossturbonet . OSSTurbonetIn function ( ) { return ossTurbonetIn ; }
gets the ossturbonetin value for this ossturbonetclienteautenticadoin . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetIn ossTurbonetIn concode_field_sep...
Object function ( ) { return Expression . NIL ; }
returns the canonical instance on deserialization . concode_field_sep long serialVersionUID concode_field_sep String toString concode_elem_sep Object evaluate concode_elem_sep T evaluate concode_elem_sep Object accept
void function ( XMPMeta arg0 , OutputStream arg1 ) { serialize ( arg0 , arg1 , null ) ; }
serializes an xmpmeta-object as rdf into an outputstream with default options . concode_field_sep XMPSchemaRegistry schema concode_elem_sep XMPVersionInfo versionInfo concode_field_sep XMPSchemaRegistry getSchemaRegistry concode_elem_sep String serializeToString concode_elem_sep XMPMeta parseFromString concode_elem_sep...
int function ( ) { return maxStart ; }
get the highest start offset in the map concode_field_sep int maxStart concode_elem_sep Map<Integer,ArrayList<SegToken>> tokenListTable concode_field_sep void addToken concode_elem_sep boolean isStartExist concode_elem_sep List<SegToken> getStartList concode_elem_sep List<SegToken> makeIndex concode_elem_sep List<SegTo...