code
stringlengths
20
663
nl
stringlengths
68
7.19k
boolean function ( byte [ ] arg0 ) { if ( arg0 . length != 8 ) return false ; for ( int loc0 = 0 ; loc0 < 8 ; loc0 ++ ) if ( signature [ loc0 ] != arg0 [ loc0 ] ) return false ; return true ; }
check 8 bytes to see if it 's a valid png header . concode_field_sep byte[] signature concode_elem_sep boolean hasPalette concode_elem_sep Vector chunks concode_elem_sep int width concode_elem_sep PNGHeader header concode_elem_sep PNGDecoder decoder concode_elem_sep BufferedImage sourceImage concode_elem_sep PNGEncoder...
boolean function ( ) { if ( permissions == null ) return false ; return ( ( permissions . intValue ( ) & 0120000 ) != 0 ) ; }
checks if this entry is a a symlink . concode_field_sep Integer permissions concode_elem_sep Integer atime concode_elem_sep Integer mtime concode_elem_sep Long size concode_elem_sep Integer gid concode_elem_sep Integer uid concode_field_sep boolean isRegularFile concode_elem_sep String getOctalPermissions concode_elem_...
void function ( Object arg0 ) { throw new UnsupportedOperationException ( ) ; }
unsupported . concode_field_sep BufferedReader reader concode_elem_sep String segment concode_elem_sep String DASH_COMMENT concode_elem_sep String SLASH_COMMENT concode_elem_sep String SEMI concode_field_sep Object next concode_elem_sep void closeReader concode_elem_sep boolean hasNext concode_elem_sep int nextInt conc...
void function ( String arg0 ) { this . leftContent = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; }
sets the left content i.e. the old content . concode_field_sep StringBuffer sb concode_elem_sep String leftContent concode_elem_sep Object[] objectifiedLeft concode_elem_sep int leftLineNum concode_elem_sep boolean needToEnd concode_elem_sep Object[] objectifiedRight concode_elem_sep String rightContent concode_elem_se...
HsqlName function ( String arg0 ) { return newAutoName ( arg0 , null ) ; }
auto names are used for autogenerated indexes or anonymous constraints . also the name of a pseudo-column is the autoname '' '' concode_field_sep HsqlNameManager staticManager concode_elem_sep String statementName concode_elem_sep int sysNumber concode_elem_sep HsqlNameManager manager concode_elem_sep int hashCode conc...
void function ( Setting arg0 ) { this . settings . put ( arg0 . getId ( ) , arg0 . getValue ( ) ) ; }
adds the setting . concode_field_sep Map<String,String> settings concode_elem_sep String kind concode_field_sep Map<String,String> getSettings concode_elem_sep void setKind concode_elem_sep String getKind
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.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v201502.Value value concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String key concode_field_sep java.lang.String getKey ...
List < String > function ( ) { return this . values ; }
gets the values . concode_field_sep long lastAccessTime concode_elem_sep String databaseName concode_elem_sep long createTime concode_elem_sep List<String> values concode_elem_sep String location concode_elem_sep String inputFormat concode_elem_sep String outputFormat concode_elem_sep String serdeInfo concode_elem_sep ...
Class < T > function ( T arg0 ) { if ( arg0 == null ) return null ; return ( Class < T > ) arg0 . getClass ( ) ; }
return the fully typed class of an object . concode_field_sep PlaceHolder placeHolder concode_field_sep T asClassUnchecked concode_elem_sep T asClassUnchecked concode_elem_sep T asClassOrNull concode_elem_sep boolean equals concode_elem_sep T isInstanceOf
OkHttpClient function ( ConnectionPool arg0 ) { this . connectionPool = arg0 ; return this ; }
sets the connection pool used to recycle http and https connections . if unset , the connectionpool #getdefault system-widedefault connection pool will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_el...
String function ( Context arg0 , long arg1 ) { Time loc0 = new Time ( ) ; loc0 . setToNow ( ) ; SimpleDateFormat loc1 = new SimpleDateFormat ( Utility . DATE_FORMAT ) ; SimpleDateFormat loc2 = new SimpleDateFormat ( "srini_string" ) ; String loc3 = loc2 . format ( arg1 ) ; return loc3 ; }
converts db date format to the format `` month day '' , e.g `` june 24 '' . concode_field_sep String DATE_FORMAT concode_field_sep String formatDate concode_elem_sep String formatTemperature concode_elem_sep String getDayName concode_elem_sep boolean isMetric concode_elem_sep int getIconResourceForWeatherCondition conc...
ToStringCreator function ( String arg0 , short arg1 ) { return append ( arg0 , new Short ( arg1 ) ) ; }
append a short 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 toStr...
List < List < BigDecimal >> function ( ) { return arrayArrayNumber ; }
get arrayarraynumber concode_field_sep List<List<BigDecimal>> arrayArrayNumber concode_field_sep String toIndentedString concode_elem_sep ArrayOfArrayOfNumberOnly addArrayArrayNumberItem concode_elem_sep ArrayOfArrayOfNumberOnly arrayArrayNumber concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem...
void function ( Parameter arg0 ) { this . params . add ( arg0 ) ; }
adds a method parameter . concode_field_sep EventSeverity severity concode_elem_sep List params concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep String methodName concode_elem_sep String exceptionClass concode_elem_sep long serialVersionUID concode_elem_sep Class type concode_field_s...
void function ( ) { }
starts this cache that is now ready to be used . concode_field_sep int m_maxCapacity concode_elem_sep Object m_key concode_elem_sep Object m_object concode_elem_sep HashMap m_map concode_elem_sep LRUCacheEntry m_prev concode_elem_sep LRUCacheEntry m_next concode_elem_sep long m_time concode_elem_sep int m_cacheMiss con...
void function ( ) { reloader = new Thread ( this , "srini_string" ) ; reloader . setDaemon ( true ) ; running = true ; reloader . start ( ) ; }
starts the reloader thread . concode_field_sep boolean running concode_elem_sep String password concode_elem_sep File file concode_elem_sep long reloadInterval concode_elem_sep AtomicReference<X509TrustManager> trustManagerRef concode_elem_sep Log LOG concode_elem_sep long lastLoaded concode_elem_sep Thread reloader co...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; }
performs a dynamic query on the database and returns the matching rows . concode_field_sep LayoutBranchLocalService _service concode_field_sep com.liferay.portal.kernel.model.LayoutBranch addLayoutBranch concode_elem_sep com.liferay.portal.kernel.model.LayoutBranch addLayoutBranch concode_elem_sep com.liferay.portal.ke...
void function ( ) { readHeader ( ) ; if ( isControlFrame ) { readControlFrame ( ) ; } else { readMessageFrame ( ) ; } }
process the next protocol frame . if it is a control frame this will result in a single call to framecallback . if it is a message frame this will result in a single call to framecallback #onmessage . if the message spans multiple frames , each interleaved control frame will result in a corresponding call to framecallb...
int function ( HSSFRichTextString arg0 ) { return _string . compareTo ( arg0 . _string ) ; }
compares one rich text string to another . concode_field_sep InternalWorkbook _book concode_elem_sep UnicodeString _string concode_elem_sep LabelSSTRecord _record concode_elem_sep short NO_FONT concode_field_sep void clearFormatting concode_elem_sep short getFontOfFormattingRun concode_elem_sep UnicodeString getUnicode...
Function < E , E > function ( Interner < E > arg0 ) { return new InternerFunction < E > ( checkNotNull ( arg0 ) ) ; }
returns a function that delegates to the interner #intern method of the given interner . concode_field_sep Interner<E> interner concode_elem_sep MapMakerInternalMap<E,Dummy> map concode_field_sep Interner<E> newStrongInterner concode_elem_sep E intern concode_elem_sep Interner<E> newWeakInterner concode_elem_sep E appl...
wbemdisp . ISWbemSecurity function ( ) { return d_ISWbemSecurityProxy ; }
access this com class 's wbemdisp.iswbemsecurity interface concode_field_sep wbemdisp.ISWbemSecurityProxy d_ISWbemSecurityProxy concode_elem_sep String CLSID concode_field_sep Object getPropertyByName concode_elem_sep Object getPropertyByName concode_elem_sep void setAuthenticationLevel concode_elem_sep SWbemSecurity b...
void function ( BigInteger arg0 ) { this . timestamp = arg0 ; }
sets the value of the timestamp property . concode_field_sep BigInteger galaxies concode_elem_sep boolean donutSystem concode_elem_sep String timezone concode_elem_sep boolean rapidFire concode_elem_sep float topScore concode_elem_sep int newbieProtectionLimit concode_elem_sep String language concode_elem_sep BigIntege...
Fum function ( ) { return fum ; }
returns the fum . concode_field_sep Locale locale concode_elem_sep Fum fum concode_field_sep void setId concode_elem_sep FumCompositeID getId concode_elem_sep Locale getLocale concode_elem_sep void setFum concode_elem_sep void setLocale
boolean function ( long arg0 , TimeUnit arg1 ) { return advanceTo ( currentTime + arg1 . toNanos ( arg0 ) , NANOSECONDS ) ; }
run all runnables that are scheduled to run in the next time interval . the clock is advanced by the specified amount . concode_field_sep Runnable runnable concode_elem_sep IdleState idleState concode_elem_sep long scheduledTime concode_elem_sep boolean isExecutingRunnable concode_elem_sep Thread associatedThread conco...
void function ( ) { MeanAndStandardDeviation loc0 = new MeanAndStandardDeviation ( 1.2 , 3.4 ) ; assertFalse ( loc0 instanceof Cloneable ) ; }
immutable class - should not be cloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testEquals
void function ( KickstartData arg0 ) { if ( arg0 . isRhel5 ( ) ) { KickstartCommand loc0 = arg0 . getCommand ( "srini_string" ) ; if ( loc0 == null ) { createCommand ( "srini_string" , "srini_string" , arg0 ) ; } } else { arg0 . removeCommand ( "srini_string" , false ) ; } }
basically add or remove key -- skip to the ks file ... mainly used for the wizard concode_field_sep User currentUser concode_elem_sep Logger log concode_field_sep void processRepos concode_elem_sep PackageName findPackageName concode_elem_sep KickstartCommand createCommand concode_elem_sep List<Channel> getAvailableCha...
boolean function ( Parser < ? > arg0 ) { boolean loc0 = errorSuppressed ; errorSuppressed = true ; boolean loc1 = arg0 . apply ( this ) ; errorSuppressed = loc0 ; return loc1 ; }
runs parser with error recording suppressed . concode_field_sep int currentErrorIndex concode_elem_sep String encountered concode_elem_sep String module concode_elem_sep CharSequence source concode_elem_sep ArrayList<Object> errors concode_elem_sep ErrorType overrideErrorType concode_elem_sep Object result concode_elem...
Money function ( ) { return contractedRevenue ; }
gets the value of the contractedrevenue property . concode_field_sep Long reconciliationReportId concode_elem_sep Long manualVolume concode_elem_sep String comments concode_elem_sep Long reconciledVolume concode_elem_sep Long lineItemId concode_elem_sep Long orderId concode_elem_sep Long creativeId concode_elem_sep Lon...
GangliaConfiguration function ( ) { try { GangliaConfiguration loc0 = ( GangliaConfiguration ) clone ( ) ; return loc0 ; } catch ( CloneNotSupportedException loc0 ) { throw new RuntimeCamelException ( loc0 ) ; } }
returns a copy of this configuration concode_field_sep String DEFAULT_METRIC_NAME concode_elem_sep boolean DEFAULT_WIRE_FORMAT_31X concode_elem_sep String DEFAULT_UNITS concode_elem_sep int DEFAULT_TMAX concode_elem_sep String prefix concode_elem_sep String host concode_elem_sep String spoofHostname concode_elem_sep GM...
void function ( String arg0 ) { this . thumbnail = arg0 ; }
setter for the thumbnail . concode_field_sep String authorEmail concode_elem_sep String thumbnail concode_elem_sep String author concode_elem_sep String description concode_elem_sep String screenshot concode_elem_sep String title concode_elem_sep String titleUrl concode_field_sep void setAuthorEmail concode_elem_sep vo...
void function ( String arg0 ) { this . amazonSdbEndpoint = arg0 ; }
the region with which the aws-sdb client wants to work with . concode_field_sep Integer proxyPort concode_elem_sep AmazonSimpleDB amazonSDBClient concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String domainName concode_elem_sep boolean consistentRead concode_elem_sep Integer maxNum...
void function ( TimeEntry arg0 ) { this . saturday = arg0 ; }
sets the value of the saturday property . concode_field_sep TimeEntry sunday concode_elem_sep TimeEntry saturday concode_elem_sep TimeEntry tuesday concode_elem_sep TimeEntry wednesday concode_elem_sep TimeEntry thursday concode_elem_sep TimeEntry friday concode_elem_sep TimeEntry monday concode_field_sep TimeEntry get...
void function ( int arg0 ) { this . end = arg0 ; }
sets the end index . concode_field_sep int start concode_elem_sep int end concode_elem_sep char[] buffer concode_field_sep int getStart concode_elem_sep char[] getBuffer concode_elem_sep void setStart concode_elem_sep void adjust concode_elem_sep boolean hasMore concode_elem_sep int getEnd
Reader function ( long arg0 , long arg1 ) { return new ClobInputStream ( this , arg0 - 1 , arg1 , session . getStreamBlockSize ( ) ) ; }
returns a reader object that contains a partial clob value , starting with the character specified by pos , which is length characters in length . concode_field_sep ClobDataID clob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep Writer setCharacterStream concode_elem_sep in...
TagValuePair function ( int arg0 ) { return sample . get ( arg0 ) ; }
gets the sample parameter for the given index . concode_field_sep String fileName concode_elem_sep String arrayType concode_elem_sep List<TagValuePair> hyb concode_elem_sep String PROTOCOL_TAG concode_elem_sep String EXP_HEADER_LINE_1 concode_elem_sep List<TagValuePair> sample concode_elem_sep String SAMPLE_SECTION_NAM...
String function ( ) { try { return toStringImpl ( ) ; } catch ( Exception loc0 ) { return super . toString ( ) + "srini_string" + loc0 + "srini_string" ; } }
retrieves a string representation of this object . concode_field_sep boolean isCaseSensitive concode_elem_sep boolean isSigned concode_elem_sep int precision concode_elem_sep String columnClassName concode_elem_sep int scale concode_elem_sep boolean isDefinitelyWritable concode_elem_sep String schemaName concode_elem_s...
void function ( UnicodeSet arg0 ) { arg0 . addAll ( translit . getTargetSet ( ) ) ; }
union the set of all characters that may output by this object into the given set . concode_field_sep Transliterator translit concode_elem_sep UnicodeReplacer replacer concode_field_sep int replace concode_elem_sep String toReplacerPattern
boolean function ( final long arg0 ) { return ( current - last > arg0 ) ; }
returns true if the delay has been completed . concode_field_sep long current concode_elem_sep long last concode_field_sep long getCurrentMillis concode_elem_sep void setLast concode_elem_sep void updateLast concode_elem_sep long getCurrent concode_elem_sep void updateTimer concode_elem_sep long getLast concode_elem_se...
void function ( HttpSessionEvent arg0 ) { log ( "srini_string" + arg0 . getSession ( ) . getId ( ) + "srini_string" ) ; }
record the fact that a session has been created . concode_field_sep ServletContext context concode_field_sep void sessionDestroyed concode_elem_sep void log concode_elem_sep void contextInitialized concode_elem_sep void attributeReplaced concode_elem_sep void contextDestroyed concode_elem_sep void attributeAdded concod...
StringBuilder function ( StringBuilder arg0 , final List < ? > arg1 ) { arg0 = append ( arg0 , arg1 ) ; arg0 . append ( "srini_string" ) ; return arg0 ; }
append values and add a carriage return . concode_field_sep PlaceHolder placeHolder concode_field_sep StringBuilder append concode_elem_sep StringBuilder append concode_elem_sep StringBuilder append concode_elem_sep StringBuilder appendIfNotNull
long function ( ) { return startIndex + length ; }
get the end index . end index is exclusive . concode_field_sep long startIndex concode_elem_sep Range range concode_elem_sep long indicesCount concode_elem_sep long length concode_elem_sep long next concode_elem_sep Log LOG concode_elem_sep Iterator<Range> rangeIterator concode_elem_sep TreeSet<Range> ranges concode_fi...
void function ( Graphics2D arg0 , Unit arg1 , int arg2 , int arg3 , int arg4 , int arg5 ) { Point loc0 = VisualisationUtils . getUnitCentreLocation ( arg1 , arg2 , arg3 , arg4 , arg5 ) ; drawMarker ( arg0 , arg4 , arg5 , loc0 ) ; }
draws a marker in the centre of the given unit . the unitwidth & unitheight are needed to compute the pixel location , markerwidth and markerheight indicate the size of the circle/oval to draw . concode_field_sep PlaceHolder placeHolder concode_field_sep void drawBorder concode_elem_sep void drawThickLine concode_elem_...
void function ( Listener arg0 ) { listeners . add ( arg0 ) ; }
registers new listener concode_field_sep List<Listener> listeners concode_elem_sep boolean initialized concode_field_sep void init concode_elem_sep List<Listener> listeners concode_elem_sep void doInit concode_elem_sep void doCheckAndNotify concode_elem_sep void checkAndNotify concode_elem_sep void remove
void function ( String [ ] arg0 ) { javax . swing . SwingUtilities . invokeLater ( new Runnable ( ) { public void run ( ) { createAndShowGUI ( ) ; } } ) ; }
call the method to instantiate and display the gui concode_field_sep PlaceHolder placeHolder concode_field_sep void createAndShowGUI concode_elem_sep void generateLotteryNumbers
void function ( ) { }
this method resets the incoming events time events included . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep long x concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep SCInterface getSCInterface co...
int function ( ) { return value ; }
accessor for the binary value concode_field_sep Orientation HORIZONTAL concode_elem_sep Orientation MINUS_45 concode_elem_sep Orientation VERTICAL concode_elem_sep Orientation STACKED concode_elem_sep String string concode_elem_sep Orientation PLUS_90 concode_elem_sep Orientation PLUS_45 concode_elem_sep int value conc...
void function ( int arg0 , Value arg1 ) { if ( arg0 < 0 || arg0 >= size ) { throw new IndexOutOfBoundsException ( "srini_string" + arg0 + "srini_string" + size + "srini_string" ) ; } values [ arg0 ] = arg1 ; if ( arg1 . isCategory2 ( ) ) { values [ arg0 + 1 ] = TOP_VALUE ; } }
stores the given value at the given variable index . concode_field_sep int size concode_elem_sep TopValue TOP_VALUE concode_elem_sep Value[] values concode_field_sep ReferenceValue aload concode_elem_sep Value getValue concode_elem_sep int size concode_elem_sep Value load concode_elem_sep IntegerValue iload concode_ele...
ClassLoader function ( ClassLoader arg0 ) { ClassLoader loc0 = arg0 ; while ( loc0 != null && ! ( loc0 instanceof ModuleClassLoader ) ) { loc0 = loc0 . getParent ( ) ; } return loc0 ; }
if a custom cl is in use we want to get the module cl it delegates to concode_field_sep List<Class<? extends PersistenceProvider>> providers concode_elem_sep PersistenceProviderResolverImpl INSTANCE concode_elem_sep Map<ClassLoader,List<Class<? extends PersistenceProvider>>> persistenceProviderPerClassLoader concode_fi...
void function ( ) { int loc0 = 10 ; ArrayBlockingQueue < String > loc1 = new ArrayBlockingQueue ( loc0 + 1 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 . add ( Integer . toString ( loc2 ) ) ; } Queue loc3 = Collections . checkedQueue ( loc1 , String . class ) ; loc3 . add ( 0 ) ; }
this test tests the checkedqueue.add method . it creates a queue of string s gets the checked queue , and attempt to add an integer to the checked queue . concode_field_sep PlaceHolder placeHolder concode_field_sep void testArgs concode_elem_sep void testAddFail2 concode_elem_sep void testAdd concode_elem_sep void test...
void function ( int arg0 ) { this . offset = arg0 ; }
set the offset of the first row to return . concode_field_sep ValueHashMap<Value[]> distinctRows concode_elem_sep int offset concode_elem_sep Session session concode_elem_sep int visibleColumnCount concode_elem_sep boolean distinct concode_elem_sep SortOrder sort concode_elem_sep ObjectArray<Value[]> rows concode_elem_...
void function ( String arg0 , String arg1 ) { throw new WPSException ( arg1 , arg0 ) ; }
throws a wps exception , specifying a message and the code see ows spec for exception reporting details concode_field_sep float total concode_elem_sep float work concode_elem_sep ProgressListener listener concode_elem_sep float base concode_field_sep void work concode_elem_sep void setTask concode_elem_sep void setProg...
ExecutionFlow function ( String arg0 ) { Statechart loc0 = loadStatechartFromResource ( arg0 ) ; final ExecutionFlow loc1 = sequencer . transform ( loc0 ) ; return loc1 ; }
helper method - loads a testmodel from the testmodel directory concode_field_sep String SYNC_FORK concode_elem_sep String STATE_ACTIVE concode_elem_sep String BOOLEAN_EXPRESSIONS concode_elem_sep String STRING_EXPRESSIONS concode_elem_sep String INTEGER_EXPRESSIONS concode_elem_sep String ALWAYS_ONCYCLE concode_elem_se...
Map < String , ThresholdValues > function ( ) { Map < String , ThresholdValues > loc0 = new HashMap < String , ThresholdValues > ( ) ; synchronized ( systemThresholds ) { loc0 . putAll ( systemThresholds ) ; } return loc0 ; }
get the map of system threshold ids and threshold values concode_field_sep String SYSTEM concode_elem_sep List<SystemComponent> systemComponents concode_elem_sep Map<String,ThresholdValues> systemThresholds concode_elem_sep List<String> machineCluster concode_elem_sep long serialVersionUID concode_field_sep void addSys...
boolean function ( ) { if ( wasResized ) { wasResized = false ; return true ; } else { return false ; } }
checks if the terminal was resized since the last time this method was called . if this is the first time calling this method , the result is going to be based on if the terminal has been resized since this listener was attached to the terminal . concode_field_sep boolean wasResized concode_elem_sep TerminalSize lastKn...
Document function ( ) { return document ; }
returns the input of this transcoder as a document or null if none was supplied . concode_field_sep XMLReader xmlReader concode_elem_sep Reader reader concode_elem_sep Document document concode_elem_sep InputStream istream concode_elem_sep String uri concode_field_sep void setDocument concode_elem_sep void setReader co...
void function ( ) { map . clear ( ) ; total = 0 ; defaultValue = 0 ; }
clears the map , total and default value concode_field_sep double defaultValue concode_elem_sep double total concode_elem_sep MapFactory<K1,ClassicCounter<K2>> outerMF concode_elem_sep long serialVersionUID concode_elem_sep Map<K1,ClassicCounter<K2>> map concode_elem_sep MapFactory<K2,MutableDouble> innerMF concode_fie...
XContentBuilder function ( OutputStream arg0 ) { return new XContentBuilder ( CborXContent . cborXContent , arg0 ) ; }
constructs a new cbor builder that will output the result into the provided output stream . concode_field_sep int GUESS_HEADER_LENGTH concode_field_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder contentBuilder concode_elem_sep XContentType xContentType concode_elem_sep XContentType xContentType con...
void function ( int arg0 , TenantGitRepositoryContext arg1 ) { cacheTenantGitRepoContext ( arg0 , arg1 ) ; }
update the cached tenantgitrepositorycontext instance for a tenant concode_field_sep Map<Integer,TenantGitRepositoryContext> tenantGitRepoContext concode_elem_sep TenantGitRepositoryContextCache tenantGitRepositoryCtxCache concode_field_sep void removeCachedTenantGitContext concode_elem_sep void cacheTenantGitRepoConte...
float [ ] function ( final float [ ] arg0 ) { System . arraycopy ( pixelScale , 0 , arg0 , 0 , 2 ) ; return arg0 ; }
returns the current rotated pixel-scale of this monitor , i.e. horizontal and vertical . concode_field_sep Rectangle viewportPU concode_elem_sep float[] pixelScale concode_elem_sep boolean isPrimary concode_elem_sep Screen screen concode_elem_sep int nativeId concode_elem_sep DimensionImmutable sizeMM concode_elem_sep ...
long function ( ) { return startTime ; }
returns time when snapshot started concode_field_sep String START_TIME_IN_MILLIS concode_elem_sep String PROCESSED_SIZE_IN_BYTES concode_elem_sep String TIME_IN_MILLIS concode_elem_sep String TOTAL_SIZE concode_elem_sep String STATS concode_elem_sep int numberOfFiles concode_elem_sep String NUMBER_OF_FILES concode_elem...
Map < String , Connection > function ( ) { return connections ; }
get all the connections associated with this connections object . concode_field_sep Persistence persistence concode_elem_sep Connections instance concode_elem_sep HashMap<String,Connection> connections concode_field_sep MqttAndroidClient createClient concode_elem_sep Connection getConnection concode_elem_sep void remov...
SimpleFeatureConverter < P2 < StreetTraversalPermission >> function ( ) { return permissionConverter ; }
the permission converter gets the streettraversalpermission for a street segment andits reverse . concode_field_sep SimpleFeatureConverter<P2<Double>> bicycleSafetyConverter concode_elem_sep SimpleFeatureConverter<P2<StreetTraversalPermission>> permissionConverter concode_elem_sep SimpleFeatureConverter<Boolean> slopeO...
float function ( float arg0 , float arg1 , float arg2 ) { return ( float ) Math . sqrt ( arg0 * arg0 + arg1 * arg1 + arg2 * arg2 ) ; }
returns the length of a vector , given as three floats . concode_field_sep int mPrimitive concode_elem_sep float PI concode_elem_sep Buffer mIndexBuffer concode_elem_sep int INT_BYTES concode_elem_sep IntBuffer mColorBuffer concode_elem_sep IntBuffer mNormalBuffer concode_elem_sep float TWO_PI concode_elem_sep IntBuffe...
MessageCodesResolver function ( ) { return null ; }
this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep void configureDefaultServletHandling concode_elem_sep void configureViewResolvers concode_elem_sep void configureContentNegotiation concode_elem_sep void addFormatters concode_elem_sep void extendMessageConverters concode_elem_se...
void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( VERBOSE , arg0 , arg1 , arg2 ) ; }
prints a message at verbose priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void prin...
void function ( short arg0 , Header arg1 ) { _putHeader ( arg0 , arg1 , 0 , true ) ; }
puts a header given a key into the hashmap . overwrites potential existing entry . concode_field_sep int RESIZE_INCR concode_elem_sep short[] ids concode_elem_sep Header[] hdrs concode_field_sep void init concode_elem_sep Map<Short,Header> getHeaders concode_elem_sep String printHeaders concode_elem_sep short[] getRawI...
int function ( ) { return AS400DataType . TYPE_FLOAT4 ; }
returns com.ibm.as400.access.as400datatype #type_float4 type_float4 . concode_field_sep int SIZE concode_elem_sep long serialVersionUID concode_elem_sep float defaultValue concode_field_sep int getByteLength concode_elem_sep byte[] toBytes concode_elem_sep byte[] toBytes concode_elem_sep int toBytes concode_elem_sep in...
String function ( ) { return reason ; }
returns reason for complete snapshot failure concode_field_sep String reason concode_elem_sep XContentBuilderString VERSION_ID concode_elem_sep XContentBuilderString NAME concode_elem_sep XContentBuilderString STATE concode_elem_sep List<SnapshotShardFailure> shardFailures concode_elem_sep XContentBuilderString START_T...
UnicastConnectionManager function ( ObjectInput arg0 ) { String loc0 = arg0 . readUTF ( ) ; int loc1 = arg0 . readInt ( ) ; return ( getInstance ( loc0 , loc1 , null ) ) ; }
serialization routine . concode_field_sep String localhost concode_elem_sep Hashtable servers concode_elem_sep Object other concode_elem_sep RMISocketFactory defaultSocketFactory concode_elem_sep int ncmanager concode_elem_sep Thread serverThread concode_elem_sep RMIClientSocketFactory clientFactory concode_elem_sep St...
List function ( ) { return edges ; }
returns the list of directededges that make up this edgering concode_field_sep GeometryFactory geometryFactory concode_elem_sep List pts concode_elem_sep List edges concode_elem_sep LinearRing ring concode_elem_sep EdgeRing shell concode_elem_sep DirectedEdge startDe concode_elem_sep boolean isHole concode_elem_sep Arr...
ResultMatcher function ( ) { return result -> { MockHttpServletResponse loc0 = result . getResponse ( ) ; xpathHelper . exists ( loc0 . getContentAsByteArray ( ) , getDefinedEncoding ( loc0 ) ) ; } ; }
evaluate the xpath and assert that content exists . concode_field_sep XpathExpectationsHelper xpathHelper concode_field_sep ResultMatcher node concode_elem_sep ResultMatcher number concode_elem_sep ResultMatcher number concode_elem_sep ResultMatcher string concode_elem_sep ResultMatcher string concode_elem_sep ResultMa...
String [ ] function ( ) { String loc0 = PreferenceConstants . getPreferenceStore ( ) . getString ( PreferenceConstants . CODEASSIST_FAVORITE_STATIC_MEMBERS ) ; if ( loc0 != null && loc0 . length ( ) > 0 ) return loc0 . split ( "srini_string" ) ; return new String [ 0 ] ; }
returns the array with favorite static members . concode_field_sep String fErrorMessage concode_elem_sep int fPosition concode_elem_sep IContextInformation fContextInformation concode_field_sep void sessionEnded concode_elem_sep void setContextInformationPosition concode_elem_sep void sessionStarted concode_elem_sep St...
int function ( ) { if ( "srini_string" . equals ( selectiveSuspendTimeoutValue ) ) { return 0 ; } return ( int ) SerialComUtil . hexStrToLongNumber ( selectiveSuspendTimeoutValue ) ; }
gives current selective suspend timeout value for this device . concode_field_sep String isSelectiveSuspendEnabled concode_elem_sep String selectiveSuspendTimeoutValue concode_elem_sep String currentRuntimeStatus concode_elem_sep String currentControlConfig concode_elem_sep String isSelectiveSuspendSupported concode_el...
void function ( ) { setTextColor ( FG_BLUE ) ; }
makes text print on the terminal in blue . concode_field_sep byte BEL concode_elem_sep String FG_GRAY concode_elem_sep String BG_GRAY concode_elem_sep String BG_GREEN concode_elem_sep OutputStream out concode_elem_sep byte TEXT_BOLD concode_elem_sep String BG_RED concode_elem_sep String FG_CYAN concode_elem_sep String ...
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.String internalId concode_elem_sep java.lang.String scriptId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc ge...
long function ( int arg0 , long arg1 ) { Object loc0 = mArray . get ( arg0 ) ; return loc0 != null && loc0 instanceof Number ? ( ( Number ) loc0 ) . longValue ( ) : arg1 ; }
get long value . concode_field_sep List<Object> mArray concode_field_sep void add concode_elem_sep int getInt concode_elem_sep JSONObject getObject concode_elem_sep void addAll concode_elem_sep void addAll concode_elem_sep Object get concode_elem_sep int length concode_elem_sep double getDouble concode_elem_sep JSONArr...
void function ( ) { if ( conversation . isTransient ( ) ) { conversation . begin ( ) ; } }
start the conversation with the bean concode_field_sep AdministratorPageManager administratorPageManager concode_elem_sep long serialVersionUID concode_elem_sep String currentPseudo concode_elem_sep Exception transactionFailure concode_elem_sep HomePageManager homePageManager concode_elem_sep WebShopFacade webShopFacad...
String function ( ) { return fatcaIndiciumDesc ; }
gets the value of the fatcaindiciumdesc property . concode_field_sep String fatcaIndiciumDesc concode_elem_sep String fatcaIndiciumCd concode_field_sep void setFatcaIndiciumDesc concode_elem_sep String getFatcaIndiciumCd concode_elem_sep void setFatcaIndiciumCd
String function ( String arg0 ) { Object loc0 = attributes . get ( arg0 ) ; if ( loc0 == null ) { return null ; } return ( String ) loc0 ; }
get the value for a given attribute . concode_field_sep Object REQUEST_TIME_VALUE concode_elem_sep Hashtable<String,Object> attributes concode_field_sep void setAttribute concode_elem_sep Object getAttribute concode_elem_sep java.util.Enumeration<String> getAttributes concode_elem_sep String getId
Map function ( ) { return parameters ; }
returns all of the parameters . concode_field_sep Object applicationContext concode_elem_sep Object trigger concode_elem_sep Map<String,String> parameters concode_elem_sep Command command concode_field_sep Object getTrigger concode_elem_sep Object getApplicationContext concode_elem_sep Object getObjectParameterForExecu...
void function ( JspxPages arg0 ) { this . jspxPages = arg0 ; }
sets the value of the jspxpages property . concode_field_sep JspxPages jspxPages concode_elem_sep ResourceType templateRef concode_elem_sep Beans beans concode_field_sep void setBeans concode_elem_sep void setTemplateRef concode_elem_sep JspxPages getJspxPages concode_elem_sep ResourceType getTemplateRef concode_elem_s...
String function ( ) { return this . interval ; }
returns the interval of this incrementvalue concode_field_sep String start concode_elem_sep String interval concode_elem_sep String INCREMENT_SEPARATOR concode_field_sep String getStart
boolean function ( String arg0 , String arg1 ) { int loc0 = arg0 . length ( ) ; int loc1 = arg1 . length ( ) ; return arg0 . regionMatches ( true , loc0 - loc1 , arg1 , 0 , loc1 ) ; }
returns whether the given string ends with the given suffix , ignoring its case . concode_field_sep PlaceHolder placeHolder concode_field_sep DataEntryReader createDataEntryReader concode_elem_sep DataEntryReader wrapInJarReader
void function ( SSLContextParameters arg0 ) { this . sslContextParameters = arg0 ; }
to configure security using sslcontextparameters . concode_field_sep BoxApiName apiName concode_elem_sep String userPassword concode_elem_sep String clientId concode_elem_sep boolean revokeOnShutdown concode_elem_sep Map<String,Object> httpParams concode_elem_sep IAuthSecureStorage authSecureStorage concode_elem_sep in...
boolean function ( long arg0 ) { for ( StorageTierView loc0 : mTierViews ) { for ( StorageDirView loc1 : loc0 . getDirViews ( ) ) { if ( loc1 . isMarkedToMoveOut ( arg0 ) ) { return true ; } } } return false ; }
tests if the block is marked to move out of its current dir in this view . concode_field_sep BlockMetadataManager mMetadataManager concode_elem_sep BitSet mInUseLocks concode_elem_sep Set<Long> mPinnedInodes concode_elem_sep Map<String,StorageTierView> mAliasToTierViews concode_elem_sep List<StorageTierView> mTierViews...
Counter < F > function ( Collection < F > arg0 ) { Counter < F > loc0 = new ClassicCounter < > ( ) ; for ( F loc1 : arg0 ) { int loc2 = featureIndex . indexOf ( loc1 ) ; if ( loc2 >= 0 ) { loc0 . incrementCount ( loc1 , weights [ loc2 ] ) ; } } return loc0 ; }
returns the weights assigned by the classifier to each feature concode_field_sep LogPrior prior concode_elem_sep Index<F> featureIndex concode_elem_sep L[] classes concode_elem_sep boolean biased concode_elem_sep long serialVersionUID concode_elem_sep double[] weights concode_field_sep Counter<F> weightsAsCounter conco...
IStatus function ( IStatus [ ] arg0 ) { IStatus loc0 = null ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { IStatus loc2 = arg0 [ loc1 ] ; if ( loc2 . matches ( IStatus . ERROR ) ) { return loc2 ; } if ( loc0 == null || loc2 . getSeverity ( ) > loc0 . getSeverity ( ) ) { loc0 = loc2 ; } } return loc0 ; }
finds the most severe status from a array of stati . an error is more severe than a warning , and a warning is more severe than ok . concode_field_sep PlaceHolder placeHolder concode_field_sep IStatus getMoreSevere concode_elem_sep void applyToStatusLine
java . lang . String function ( ) { return reason ; }
return the value associated with the column : reason concode_field_sep java.lang.String reason concode_elem_sep String PROP_HAST concode_elem_sep java.lang.Double amount concode_elem_sep String REF concode_elem_sep java.lang.Integer code concode_elem_sep java.lang.Integer quantity concode_elem_sep String PROP_QUANTITY ...
void function ( ) { throw new UnsupportedOperationException ( ) ; }
unsupported . concode_field_sep BufferedReader reader concode_elem_sep String segment concode_elem_sep String DASH_COMMENT concode_elem_sep String SLASH_COMMENT concode_elem_sep String SEMI concode_field_sep Object next concode_elem_sep boolean hasNext concode_elem_sep int nextInt concode_elem_sep long nextLong
SSLSessionContext function ( ) { return spiImpl . engineGetServerSessionContext ( ) ; }
returns the ssl session context that encapsulates the set of ssl sessions that can be used for handshake of server-side ssl sockets . concode_field_sep String protocol concode_elem_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep String SERVICE concode_elem_sep SSLContextSpi spiImpl concode_elem_se...
DistributedFunction < Entry < K , V > , K > function ( ) { return Map . Entry :: getKey ; }
returns a function that extracts the key of a map.entry . concode_field_sep String CONSTANT_KEY concode_field_sep DistributedFunction<T,T> wholeItem concode_elem_sep DistributedConsumer<T> noopConsumer concode_elem_sep DistributedPredicate<T> alwaysFalse concode_elem_sep DistributedFunction<Entry<K,V>,V> entryValue con...
Reference function ( ) { return JNDIReferenceFactory . createReference ( this . getClass ( ) . getName ( ) , this ) ; }
retrive a reference for this instance to store in jndi concode_field_sep Properties properties concode_field_sep void writeExternal concode_elem_sep void setProperties concode_elem_sep Properties getProperties concode_elem_sep void readExternal concode_elem_sep void buildFromProperties concode_elem_sep void populatePro...
String function ( Object arg0 ) { if ( arg0 == null ) return "srini_string" ; return arg0 . toString ( ) ; }
null safe concode_field_sep Logger LOG concode_field_sep String getAddressHexString concode_elem_sep boolean respondsTo concode_elem_sep Object invokeSafe concode_elem_sep Object invoke
String function ( ) { return certifiedRole ; }
gets the value of the certifiedrole property . concode_field_sep XMLGregorianCalendar notAfter concode_elem_sep String certifiedRole concode_elem_sep String category concode_elem_sep XMLGregorianCalendar notBefore concode_field_sep XMLGregorianCalendar getNotBefore concode_elem_sep void setCategory concode_elem_sep voi...
String function ( ) { return prefix ; }
gets the prefix for this qname concode_field_sep String EMPTY_STRING concode_elem_sep String localPart concode_elem_sep String prefix concode_elem_sep String namespaceURI concode_field_sep String getQualifiedName concode_elem_sep QName valueOf concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_s...
long function ( String arg0 ) { StatFs loc0 = new StatFs ( arg0 ) ; long loc1 = loc0 . getBlockSize ( ) ; long loc2 = loc0 . getAvailableBlocks ( ) ; return loc2 * loc1 / 1024 ; }
given a path return the number of free kb concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep boolean testFileExists
Object function ( GetGmlObjectType arg0 ) { GetGmlObject loc0 = new GetGmlObject ( getServiceInfo ( ) , catalog ) ; loc0 . setFilterFactory ( filterFactory ) ; return loc0 . run ( arg0 ) ; }
wfs getgmlobject operation . concode_field_sep Catalog catalog concode_elem_sep ApplicationContext context concode_elem_sep GeoServer geoServer concode_elem_sep FilterFactory2 filterFactory concode_field_sep FeatureCollectionResponse getFeatureWithLock concode_elem_sep void setFilterFactory concode_elem_sep void setApp...
Double function ( Object arg0 , double arg1 ) { Double loc0 = this . doubleCounters . get ( arg0 ) ; Double loc1 = null ; if ( loc0 == null ) { loc1 = new Double ( arg1 ) ; } else { loc1 = new Double ( loc0 . doubleValue ( ) + arg1 ) ; } this . doubleCounters . put ( arg0 , loc1 ) ; return loc1 ; }
increment the given counter by the given incremental value if the counter does not exist , one is created with value 0 . concode_field_sep Log LOG concode_elem_sep SortedMap<Object,Double> doubleCounters concode_elem_sep SortedMap<Object,Long> longCounters concode_field_sep Long getLongValue concode_elem_sep Long addLo...
Charset function ( ) { return this . defaultCharset ; }
return the default charset , used when the @linkplain #setsupportedmediatypes list content type does not contain one . concode_field_sep String REQUEST_DATA_VALUE_PROCESSOR_BEAN_NAME concode_elem_sep Log logger concode_elem_sep List<MediaType> mediaTypes concode_elem_sep ApplicationContext applicationContext concode_el...
void function ( ) { SimulatorControlPanel loc0 = mCtrl . getSimulatorControlPanel ( ) ; if ( mpanel == null ) mpanel = new MaintenancePanel ( ( Frame ) loc0 , this ) ; mpanel . display ( ) ; mpanel . setActive ( MaintenancePanel . DIALOG , true ) ; }
this method setup the maintenance panel and display it . concode_field_sep MainController mCtrl concode_elem_sep AccessManager am concode_elem_sep MaintenancePanel mpanel concode_field_sep void displayDrinks concode_elem_sep void logoutMaintainer concode_elem_sep void changeStoreQty concode_elem_sep void displayCoin co...