code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( String arg0 , String arg1 ) { _specificityC ++ ; addCondition ( Condition . createAttributeExistsCondition ( arg0 , arg1 ) ) ; }
the css condition attribute concode_field_sep int CHILD_AXIS concode_elem_sep int HOVER_PSEUDOCLASS concode_elem_sep int selectorID concode_elem_sep Selector siblingSelector concode_elem_sep String _name concode_elem_sep int _axis concode_elem_sep int FOCUS_PSEUDOCLASS concode_elem_sep int _pc concode_elem_sep int ACTI...
Trade function ( CexIOTrade arg0 , CurrencyPair arg1 ) { BigDecimal loc0 = arg0 . getAmount ( ) ; BigDecimal loc1 = arg0 . getPrice ( ) ; Date loc2 = DateUtils . fromMillisUtc ( arg0 . getDate ( ) * 1000L ) ; return new Trade ( null , loc0 , arg1 , loc1 , loc2 , String . valueOf ( arg0 . getTid ( ) ) ) ; }
adapts a cexiotrade to a trade object concode_field_sep PlaceHolder placeHolder concode_field_sep Wallet adaptWallet concode_elem_sep LimitOrder createOrder concode_elem_sep Ticker adaptTicker concode_elem_sep OrderBook adaptOrderBook concode_elem_sep List<LimitOrder> createOrders concode_elem_sep Trades adaptTrades co...
Boolean function ( int arg0 , String arg1 , int arg2 ) { if ( arg1 == null ) { return false ; } int loc0 = arg0 + arg1 . length ( ) + 1 ; return loc0 <= arg2 ; }
checks if there is enough room in the grbl buffer for nextcommand . concode_field_sep PlaceHolder placeHolder concode_field_sep int getSizeOfBuffer concode_elem_sep String[] getSerialPortList
int function ( Configuration arg0 , Tool arg1 , String [ ] arg2 ) { if ( arg0 == null ) { arg0 = new Configuration ( ) ; } GenericOptionsParser loc0 = new GenericOptionsParser ( arg0 , arg2 ) ; arg1 . setConf ( arg0 ) ; String [ ] loc1 = loc0 . getRemainingArgs ( ) ; return arg1 . run ( loc1 ) ; }
runs the given tool by tool #run string , after parsing with the given generic arguments . uses the given configuration , or builds one if null . sets the tool 's configuration with the possibly modified version of the conf . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean confirmPrompt concode_elem...
Comparator < Object > function ( final OrderSourceProvider arg0 ) { return new Comparator < Object > ( ) { @ Override public int compare ( Object arg1 , Object arg2 ) { return doCompare ( arg1 , arg2 , arg0 ) ; } } ; }
build an adapted order comparator with the given source provider . concode_field_sep OrderComparator INSTANCE concode_field_sep int compare concode_elem_sep Object getOrderSource concode_elem_sep Integer findOrder concode_elem_sep int doCompare concode_elem_sep int getOrder concode_elem_sep int getOrder concode_elem_se...
void function ( int arg0 ) { this . delay = arg0 ; }
sets the delay time each key typing allowed in milliseconds . concode_field_sep long currentTick concode_elem_sep BaseInput input concode_elem_sep int currentKey concode_elem_sep boolean active concode_elem_sep int delay concode_elem_sep boolean DEBUG concode_elem_sep int[] modifiers concode_elem_sep String keyString c...
void function ( String arg0 ) { m_separator = arg0 ; }
sets the separator which should be inserted between the constituent query fragments . concode_field_sep String m_prefix concode_elem_sep String m_separator concode_elem_sep List<I_CmsQueryFragment> m_fragments concode_elem_sep String m_suffix concode_field_sep void add concode_elem_sep List<I_CmsQueryFragment> getNodes...
int function ( ) { return mColumn ; }
get the column this frame points to in the file returned by #getfile . concode_field_sep int mLine concode_elem_sep String mFileName concode_elem_sep String mFile concode_elem_sep int mColumn concode_elem_sep String mMethod concode_field_sep StackFrame[] convertJavaStackTrace concode_elem_sep int getLine concode_elem_s...
GeneratedMessageLite . GeneratedExtension < ContainingType , ? > function ( final ContainingType arg0 , final int arg1 ) { return ( GeneratedMessageLite . GeneratedExtension < ContainingType , ? > ) extensionsByNumber . get ( new ObjectIntPair ( arg0 , arg1 ) ) ; }
find an extension by containing type and field number . concode_field_sep boolean eagerlyParseMessageSets concode_elem_sep int number concode_elem_sep Map<ObjectIntPair,GeneratedMessageLite.GeneratedExtension<?,?>> extensionsByNumber concode_elem_sep ExtensionRegistryLite EMPTY concode_elem_sep Object object concode_fi...
int function ( ) { return productGroupId ; }
insert the method 's description here . creation date : 10.12.2000 14:40:04 concode_field_sep String unit concode_elem_sep String articleName concode_elem_sep int supplierId concode_elem_sep double price concode_elem_sep Integer articleId concode_elem_sep int productGroupId concode_elem_sep int minimumStock concode_ele...
float [ ] [ ] function ( ) { return textObjects ; }
gets the list of textobjects . concode_field_sep float[][] textObjects concode_elem_sep int count concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean OPTIMIZED_DRAWING_ENABLED concode_elem_sep Color strokeColor concode_elem_sep int rmode concode_elem_sep FontFile font concode_field_sep int getSize concod...
void function ( long arg0 , long [ ] arg1 ) { try { UserGroupServiceUtil . addTeamUserGroups ( arg0 , arg1 ) ; } catch ( Exception loc0 ) { _log . error ( loc0 , loc0 ) ; throw new RemoteException ( loc0 . getMessage ( ) ) ; } }
adds the user groups to the team concode_field_sep Log _log concode_field_sep void deleteUserGroup concode_elem_sep com.liferay.portal.kernel.model.UserGroupSoap addUserGroup concode_elem_sep com.liferay.portal.kernel.model.UserGroupSoap addUserGroup concode_elem_sep void addGroupUserGroups concode_elem_sep void unsetT...
int function ( ) { return this . runtimeContext . getSuperstepNumber ( ) ; }
gets the number of the superstep , starting at 1 . concode_field_sep K vertexId concode_elem_sep EdgesIterator<K,EV> edgeIterator concode_elem_sep long numberOfVertices concode_elem_sep long outDegree concode_elem_sep Iterator<?> edges concode_elem_sep long serialVersionUID concode_elem_sep Collector<Tuple2<K,Message>>...
ListFindingsResult function ( String ... arg0 ) { if ( this . findingArns == null ) { setFindingArns ( new java . util . ArrayList < String > ( arg0 . length ) ) ; } for ( String loc0 : arg0 ) { this . findingArns . add ( loc0 ) ; } return this ; }
a list of arn s specifying the finding s returned by the action . note : this method appends the values to the existing list if any . use #setfindingarns java.util.collection or #withfindingarns java.util.collection if you want to overridethe existing values . concode_field_sep java.util.List<String> findingArns concod...
void function ( Graphics arg0 , Rectangle arg1 , Color arg2 , Color arg3 ) { arg0 . pushState ( ) ; arg0 . setForegroundColor ( arg3 ) ; arg0 . setBackgroundColor ( arg2 ) ; arg0 . fillGradient ( arg1 . x , arg1 . y , arg1 . width , arg1 . height , true ) ; arg0 . popState ( ) ; }
this function fills a rectangle with a vertical gradient . this implementation does not use the gradient mechanism based on background patterns since they do not work stable on all systems . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRoundedRectangle concode_elem_sep Color mixC...
void function ( java . io . InputStream arg0 ) { ReInit ( arg0 , 1 , 1 , 4096 ) ; }
reinitialise . 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 bufcolumn[] concode_el...
void function ( double arg0 ) { balance -= arg0 ; }
withdraw money from the account . concode_field_sep double balance concode_elem_sep String holder concode_field_sep double getBalance concode_elem_sep void deposit concode_elem_sep String getHolder
String function ( ) { return this . path ; }
the path to render usually implemented as a forward , starting with '' / '' . a custom controller or servlet path can be used , or if the server supports it , a template path e.g. '' / error.jsp '' . concode_field_sep Class<? extends Throwable> exception concode_elem_sep String path concode_elem_sep HttpStatus status c...
String function ( ) { return StringConverter . byteArrayToHexString ( id ) ; }
returns a string representing the value of the sql rowid designated by this java.sql.rowid object . like java.sql.date.tostring returns the contents of its date as the string `` 2004-03-17 '' rather than as date literal in sql which would have been the string date `` 2004-03-17 '' , tostring returns the contents of its...
void function ( R arg0 , TaskListener arg1 ) { }
called when a build is started i.e. it was in the queue , and will now start running on an executor concode_field_sep Logger LOGGER concode_elem_sep Class<R> targetType concode_elem_sep CopyOnWriteList<RunListener> LISTENERS concode_field_sep void fireCompleted concode_elem_sep ExtensionList<RunListener> all concode_el...
void function ( float arg0 ) { command ( SVGPathSeg . PATHSEG_LINETO_HORIZONTAL_ABS ) ; param ( arg0 ) ; }
implements pathhandler #linetohorizontalabs float . concode_field_sep float[] p concode_elem_sep LinkedList cs concode_elem_sep LinkedList ps concode_elem_sep short[] c concode_elem_sep int cindex concode_elem_sep int pcount concode_elem_sep int pindex concode_elem_sep int ccount concode_field_sep void curvetoCubicRel ...
Figure function ( Point2D arg0 , AffineTransform arg1 ) { return null ; }
the default implementation returns null . concode_field_sep Figure[] NO_FIGURES concode_elem_sep List<FigureChangeListener> listenerList concode_elem_sep String OPERATION_NOT_SUPPORTED concode_elem_sep boolean selectable concode_elem_sep FigureStyle normalStyle concode_elem_sep Handle[] NO_HANDLES concode_elem_sep bool...
CTSpacingRule function ( ) { return rSpRule ; }
gets the value of the rsprule property . concode_field_sep CTUnSignedInteger cSp concode_elem_sep Object parent concode_elem_sep CTSpacingRule rSpRule concode_elem_sep CTOnOff plcHide concode_elem_sep CTSpacingRule cGpRule concode_elem_sep CTCtrlPr ctrlPr concode_elem_sep CTMCS mcs concode_elem_sep CTYAlign baseJc conc...
int function ( ) { return endColumn ; }
getter for the field endcolumn . concode_field_sep int UNKNOWN concode_elem_sep int endColumn concode_elem_sep Level level concode_elem_sep int line concode_elem_sep int startColumn concode_elem_sep Deque<IncludeInfo> includeContext concode_elem_sep String message concode_field_sep Deque<IncludeInfo> getIncludeContext ...
boolean function ( Context arg0 ) { return isPrefSet ( arg0 , KEY_FOR_PREFS_FORCERTL , false ) ; }
could be used to test rtl layout with english used for development and testing purpose concode_field_sep String KEY_FOR_PREFS_FORCERTL concode_elem_sep I18nUtil sharedI18nUtilInstance concode_elem_sep String KEY_FOR_PREFS_ALLOWRTL concode_elem_sep String SHARED_PREFS_NAME concode_field_sep void allowRTL concode_elem_se...
int function ( Context arg0 , String arg1 ) { return getInt ( arg0 , arg1 , - 1 ) ; }
get int preferences concode_field_sep String PREFERENCE_NAME concode_field_sep long getLong concode_elem_sep long getLong concode_elem_sep boolean putFloat concode_elem_sep boolean putInt concode_elem_sep boolean putString concode_elem_sep boolean getBoolean concode_elem_sep boolean getBoolean concode_elem_sep String g...
CharSequence [ ] function ( ) { CharSequence [ ] loc0 = new CharSequence [ NUM_VALUES_FOR_SPINNER ] ; loc0 [ 0 ] = STR_LESS_THAN ; loc0 [ 1 ] = STR_LESS_OR_EQUAL ; loc0 [ 2 ] = STR_EQUAL ; loc0 [ 3 ] = STR_GREATER_OR_EQUAL ; loc0 [ 4 ] = STR_GREATER_THAN ; return loc0 ; }
return the possible values . intended for a preference screen . concode_field_sep String STR_LESS_OR_EQUAL concode_elem_sep String STR_GREATER_THAN concode_elem_sep String symbol concode_elem_sep String mId concode_elem_sep int mForeground concode_elem_sep String mValue concode_elem_sep String STR_NULL concode_elem_sep...
String function ( ) { return "srini_string" ; }
the string representation of the objects covered by this scope concode_field_sep LegalScope parent concode_field_sep void setParent concode_elem_sep LegalScope getParentScope
T function ( T arg0 , Filter < V > arg1 ) { if ( arg0 == null || arg1 == null ) { return null ; } final Iterator < V > loc0 = arg0 . loc0 ( ) ; while ( loc0 . hasNext ( ) ) { if ( arg1 . retain ( loc0 . next ( ) ) ) { loc0 . remove ( ) ; } } return arg0 ; }
filters the given collection using the given filter retaining onlyitems which does not pass the filter evaluation . concode_field_sep PlaceHolder placeHolder concode_field_sep T filter
AutodiscoverError function ( ) { return this . error ; }
gets the error . concode_field_sep AutodiscoverError error concode_field_sep void loadFromXml concode_elem_sep String getNamespace concode_elem_sep GetUserSettingsResponse convertSettings concode_elem_sep AutodiscoverResponseType getResponseType concode_elem_sep boolean tryReadCurrentXmlElement concode_elem_sep void ma...
void function ( Enrollment arg0 ) { LOGGER . info ( "srini_string" , arg0 . getId ( ) ) ; schedulerService . safeUnscheduleAllJobs ( String . format ( "srini_string" , MILESTONE_DEFAULTED , arg0 . getId ( ) ) ) ; LOGGER . info ( "srini_string" , arg0 . getId ( ) ) ; }
unschedules all the defaultment alert jobs for the given enrollment . concode_field_sep Logger LOGGER concode_elem_sep MotechSchedulerService schedulerService concode_field_sep void scheduleJobToCaptureDefaultment concode_elem_sep void setSchedulerService
int function ( ) { return lineBufferScrollbackSize ; }
how many lines of history should be saved so the user can scroll back to them ? concode_field_sep boolean cursorBlinking concode_elem_sep SwingTerminalDeviceConfiguration DEFAULT concode_elem_sep int blinkLengthInMilliSeconds concode_elem_sep int lineBufferScrollbackSize concode_elem_sep CursorStyle cursorStyle concode...
boolean function ( TimePartitionRange arg0 ) { boolean loc0 = true ; for ( TimePartition loc1 : arg0 ) { loc0 &= add ( loc1 ) ; } return loc0 ; }
add partition range to the timeline . default implementation is to iterate over the range and add each time partition belonging to the given range . implementing classes can override . concode_field_sep TreeSet<TimePartition> all concode_elem_sep String partCol concode_elem_sep String storageTableName concode_elem_sep ...
int function ( int arg0 ) { return 1 ; }
this method returns the maximum length of any expansion sequence that ends with the specified collation order value . whatever that means . concode_field_sep RuleBasedCollator collator concode_elem_sep int[] text_indexes concode_elem_sep int index concode_elem_sep int textIndex concode_elem_sep CharacterIterator text c...
void function ( Long arg0 ) { this . dataStorage = arg0 ; }
data storage information for the identity pool . concode_field_sep java.util.Date lastModifiedDate concode_elem_sep Long dataStorage concode_elem_sep Long syncSessionsCount concode_elem_sep String identityPoolId concode_field_sep void setIdentityPoolId concode_elem_sep IdentityPoolUsage withSyncSessionsCount concode_el...
boolean function ( ) { return restrict ; }
get the restrict attribute . concode_field_sep Class<?> adaptToClass concode_elem_sep boolean restrict concode_elem_sep ClassLoader classLoader concode_elem_sep String name concode_elem_sep String className concode_elem_sep Class<?> adapterClass concode_elem_sep Class<?> clazz concode_field_sep void setName concode_ele...
String function ( ) { return nlv_ ; }
returns the national language version nlv for this cover letter . concode_field_sep AS400 system_ concode_elem_sep int preInstructions_ concode_elem_sep String path_ concode_elem_sep String nlv_ concode_elem_sep int SPECIAL_INSTRUCTIONS_NO concode_elem_sep int SPECIAL_INSTRUCTIONS_IPL concode_elem_sep int postInstructi...
void function ( int arg0 ) { this . sizeX = arg0 ; }
sets the value of the sizex property . concode_field_sep int sizeX concode_elem_sep Integer numModes concode_elem_sep float centerY concode_elem_sep float centerZ concode_elem_sep Integer seed concode_elem_sep float centerX concode_elem_sep Integer exhaustiveness concode_elem_sep Integer energyRange concode_elem_sep in...
void function ( ) { MD5FileUtils . saveMD5File ( TEST_FILE , MD5Hash . digest ( new byte [ 0 ] ) ) ; try { MD5FileUtils . verifySavedMD5 ( TEST_FILE , TEST_MD5 ) ; fail ( "srini_string" ) ; } catch ( IOException loc0 ) { } }
test when . md5 file exists but incorrect checksum concode_field_sep File TEST_DIR concode_elem_sep File TEST_FILE concode_elem_sep MD5Hash TEST_MD5 concode_elem_sep int TEST_DATA_LEN concode_elem_sep byte[] TEST_DATA concode_field_sep void testVerifyMD5FileMissing concode_elem_sep void testComputeMd5ForFile concode_el...
void function ( ) { Automaton loc0 = AutomatonProvider . getAutomaton ( 4 ) ; System . out . println ( "srini_string" ) ; learnAll ( new Teacher ( loc0 ) ) ; }
third fourth case . concode_field_sep Automaton a concode_elem_sep Algorithm[] availableAlgorithms concode_elem_sep int alphabetSize concode_elem_sep JNIFactory jniFactory concode_elem_sep DispatcherFactory dispatcherFactory concode_field_sep boolean membership_query concode_elem_sep Automaton getAutomaton concode_elem...
void function ( FragmentActivity arg0 , ImageView arg1 ) { String loc0 = EMClient . getInstance ( ) . getCurrentUser ( ) ; setAppUserAvatar ( arg0 , loc0 , arg1 ) ; }
set user 's nickname concode_field_sep EaseUserProfileProvider userProvider concode_field_sep void setAppUserNameWithNo concode_elem_sep User getCurrentAppUserInfo concode_elem_sep void setCurrentAppUserName concode_elem_sep void setAppUserNick concode_elem_sep User getAppUserInfo concode_elem_sep void setUserAvatar co...
boolean function ( ) { return start ( ) ; }
resume the service , and return whether successful . since there was no particular state associated with this service then resume can be implemented by calling start . concode_field_sep Queue freeQueue concode_elem_sep int status concode_elem_sep int SINGLE_PACKET_PAYLOAD_SIZE concode_elem_sep Queue xmitQueue concode_e...
void function ( ) { headers . clear ( ) ; }
removes any contained headers . concode_field_sep List headers concode_elem_sep long serialVersionUID concode_field_sep Header getCondensedHeader concode_elem_sep void setHeaders concode_elem_sep void addHeader concode_elem_sep void updateHeader concode_elem_sep Header[] getHeaders concode_elem_sep Header getFirstHeade...
Double function ( ) { return recurringChargeAmount ; }
the monetary amount of the recurring charge . concode_field_sep String recurringChargeFrequency concode_elem_sep Double recurringChargeAmount concode_field_sep RecurringCharge withRecurringChargeFrequency concode_elem_sep void setRecurringChargeAmount concode_elem_sep void setRecurringChargeFrequency concode_elem_sep i...
T function ( ) { if ( nextToken == null ) { nextToken = getNext ( ) ; } T loc0 = nextToken ; nextToken = null ; if ( loc0 == null ) { throw new NoSuchElementException ( ) ; } return loc0 ; }
returns the next token from this tokenizer . concode_field_sep T nextToken concode_field_sep boolean hasNext concode_elem_sep T getNext concode_elem_sep void remove concode_elem_sep List<T> tokenize concode_elem_sep T peek
void function ( String arg0 ) { this . incrementerName = arg0 ; }
set the name of the sequence/table . concode_field_sep DataSource dataSource concode_elem_sep String incrementerName concode_elem_sep int paddingLength concode_field_sep int getPaddingLength concode_elem_sep DataSource getDataSource concode_elem_sep void setPaddingLength concode_elem_sep String nextStringValue concode_...
QueryState function ( ) { return queryState ; }
get the last known querystate . concode_field_sep CountDownLatch latch concode_elem_sep Exception exception concode_elem_sep QueryState queryState concode_elem_sep AtomicInteger nRows concode_elem_sep List<DrillPBError> errorList concode_field_sep void queryIdArrived concode_elem_sep void dataArrived concode_elem_sep v...
FileAccessService function ( ) { if ( fileAccessService == null ) { fileAccessService = ServiceUtils . getService ( bundleContext , FileAccessService . class ) ; } return fileAccessService ; }
returns the fileaccessservice obtained from the bundle context . concode_field_sep ConfigurationService configurationService concode_elem_sep FileAccessService fileAccessService concode_elem_sep AccountManager accountManager concode_elem_sep AlertUIService alertUIService concode_elem_sep SystrayService systrayService c...
void function ( @ Nullable Throwable arg0 , Class < X > arg1 ) { propagateIfInstanceOf ( arg0 , arg1 ) ; propagateIfPossible ( arg0 ) ; }
propagates throwable exactly as-is , if and only if it is aninstance of runtimeexception , error , or declaredtype . example usage : try somemethodthatcouldthrowanything ; catch iknowwhattodowiththisexception e handle e ; catch throwable t throwables.propagateifpossible t , otherexception.class ; throw new runtimeexcep...
void function ( Assembler arg0 , GPR arg1 , Offset arg2 ) { arg0 . emitMOV_Reg_RegDisp ( THREAD_REGISTER , arg1 , arg2 ) ; }
emit an instruction sequence to load current rvmthread object from a location defined by base + offset concode_field_sep GPR THREAD_REGISTER concode_field_sep void emitPushThread concode_elem_sep void emitMoveImmToField concode_elem_sep void emitPopThread concode_elem_sep void emitPopField concode_elem_sep void emitMov...
String function ( ) { return name ; }
returns an entry name concode_field_sep ChmCommons.EntryType entryType concode_elem_sep int offset concode_elem_sep String name concode_elem_sep int length concode_elem_sep int name_length concode_field_sep void setName concode_elem_sep int getNameLength concode_elem_sep void setLength concode_elem_sep void setEntryTyp...
JDK8TriggerBuilder < T > function ( final String arg0 ) { m_sDescription = arg0 ; return this ; }
set the given human-meaningful description of the trigger . concode_field_sep String m_sDescription concode_elem_sep LocalDateTime m_aEndTime concode_elem_sep JobDataMap m_aJobDataMap concode_elem_sep TriggerKey m_aTriggerKey concode_elem_sep String m_sCalendarName concode_elem_sep LocalDateTime m_aStartTime concode_el...
Map < String , String > function ( ) { return additionalDetails ; }
returns any additional information retrieved in the error response . concode_field_sep String errorResponseXml concode_elem_sep String requestId concode_elem_sep String errorMessage concode_elem_sep String errorCode concode_elem_sep Map<String,String> additionalDetails concode_elem_sep String extendedRequestId concode_...
boolean function ( String arg0 ) { return arg0 != null && roles . contains ( arg0 ) ; }
returns true if this collection has the given role . concode_field_sep LinkedResources metadataLinks concode_elem_sep MetadataSet metadata concode_elem_sep LinkedResources resources concode_elem_sep Set<String> roles concode_elem_sep ResourceCollections.Builder collections concode_elem_sep ResourceCollections collectio...
String function ( ) { return name ; }
get name concode_field_sep List<UiExportableField> exportableFields concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep List<UiExportableField> getExportableFields concode_elem_sep void setExportableFields
boolean function ( Dialect arg0 ) { return arg0 . getDatabaseProduct ( ) == Dialect . DatabaseProduct . ACCESS && MondrianProperties . instance ( ) . MemoryMonitor . get ( ) ; }
returns whether to avoid a test because the memory monitor may cause it to fail . some tests fail if memory monitor is switched on , and access and derby tend to use a lot of memory because they are embedded . concode_field_sep boolean BugMondrian314Fixed concode_elem_sep boolean BugMondrian503Fixed concode_elem_sep bo...
void function ( LockerValueHandler arg0 ) { if ( handlers == null ) { handlers = new ArrayList < LockerValueHandler > ( ) ; } handlers . add ( arg0 ) ; }
method `` addhandler '' . add handler to internal list . concode_field_sep StackTraceElement[] stackTraceOfLocker concode_elem_sep List<LockerValueHandler> handlers concode_elem_sep CustomReentrantLock lock concode_elem_sep VKP key concode_elem_sep long lockedTime concode_field_sep VKP getKey concode_elem_sep CustomRee...
boolean function ( ) { return consumed ; }
indicates whethe the last character has been consumed by the matcher . concode_field_sep boolean consumed concode_elem_sep char[][] dateTokens concode_elem_sep long currentDateMillis concode_elem_sep int last concode_elem_sep int offset concode_elem_sep Calendar tempCalGMT concode_elem_sep SimpleDateFormat sdfd concode...
List < AttributeFinderModule > function ( ) { return new ArrayList < AttributeFinderModule > ( allModules ) ; }
returns the ordered list of attributefindermodule s used by this class to find attribute values . concode_field_sep List<AttributeFinderModule> selectorModules concode_elem_sep List<AttributeFinderModule> allModules concode_elem_sep Logger logger concode_elem_sep List<AttributeFinderModule> designatorModules concode_fi...
void function ( ) { }
this method resets the incoming events time events included . concode_field_sep long j1 concode_elem_sep long a concode_elem_sep long b concode_elem_sep long c concode_elem_sep long d concode_elem_sep long e concode_elem_sep long f concode_elem_sep long k1 concode_elem_sep long g concode_elem_sep long h concode_elem_se...
void function ( int arg0 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
setting a login timeout is not supported . concode_field_sep Log logger concode_field_sep void setLogWriter concode_elem_sep boolean isWrapperFor concode_elem_sep Logger getParentLogger concode_elem_sep int getLoginTimeout concode_elem_sep PrintWriter getLogWriter concode_elem_sep T unwrap
boolean function ( ) { return hasProperInterior ; }
a proper interior intersection is a proper intersection which is not contained in the set of boundary nodes set for this segmentintersector . concode_field_sep boolean isSelfIntersection concode_elem_sep Collection[] bdyNodes concode_elem_sep boolean hasProperInterior concode_elem_sep boolean includeProper concode_elem...
String function ( ) { return circle ; }
getter method for region concode_field_sep String percentCancelled concode_elem_sep String percentUR concode_elem_sep String percentClosed concode_elem_sep String subSubType concode_elem_sep String type concode_elem_sep String totalSR concode_elem_sep String retailerSegment concode_elem_sep String customerSegment conco...
TreeNode [ ] function ( TreeNode arg0 , int arg1 ) { return null ; }
getpathtoroot concode_field_sep TreeNode root concode_elem_sep boolean asksAllowsChildren concode_elem_sep EventListenerList listenerList concode_field_sep EventListener[] getListeners concode_elem_sep int getIndexOfChild concode_elem_sep void valueForPathChanged concode_elem_sep void fireTreeNodesRemoved concode_elem_...
void function ( double arg0 ) { this . cursor = this . cursor + arg0 ; }
moves the cursor right by the specified number of java 2d units . concode_field_sep double cursor concode_elem_sep List ticks concode_elem_sep double max concode_field_sep void setMax concode_elem_sep double getCursor concode_elem_sep List getTicks concode_elem_sep double getMax concode_elem_sep void cursorDown concode...
long function ( ) { return _recentLayoutRevision . getGroupId ( ) ; }
returns the group id of this recent layout revision . concode_field_sep RecentLayoutRevision _recentLayoutRevision concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_ele...
long function ( long arg0 , int arg1 ) { assert ( arg1 <= MAXIMUM_PARTITION_ID ) ; final long loc0 = ( arg0 & MASK_LONG_UPPER_13_BITS ) >>> 24 ; final long loc1 = loc0 | ( arg0 & MASK_LONG_LOWER_27_BITS ) ; return ( ( ( long ) arg1 ) << 40 ) | loc1 ; }
pack a record address and partition id into a single word . concode_field_sep int PARTITION_ID_END_BYTE_INDEX concode_elem_sep long MASK_LONG_UPPER_24_BITS concode_elem_sep int PARTITION_ID_START_BYTE_INDEX concode_elem_sep long MASK_LONG_LOWER_51_BITS concode_elem_sep long MASK_LONG_UPPER_13_BITS concode_elem_sep long...
JSONWriter function ( ) { return this . end ( 'a' , ']' ) ; }
end an array . this method most be called to balance calls to array . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_...
DateTimeContext function ( ) { return dateTimeContextHolder . get ( ) ; }
return the datetimecontext associated with the current thread , if any . concode_field_sep ThreadLocal<DateTimeContext> dateTimeContextHolder concode_field_sep void setDateTimeContext concode_elem_sep DateTimeFormatter getFormatter concode_elem_sep void resetDateTimeContext
DERValue function ( byte [ ] arg0 ) { return new DERReader ( arg0 ) . read ( ) ; }
convenience method for reading a single primitive value from the given byte array . concode_field_sep InputStream in concode_elem_sep ByteArrayOutputStream encBuf concode_field_sep Date makeTime concode_elem_sep int readLength concode_elem_sep String fromIso88591 concode_elem_sep Object readUniversal concode_elem_sep v...
ClassDoc [ ] function ( String arg0 ) { return getArray ( ordinaryClasses , arg0 ) ; }
return all of the ordinary classes specified on the command-line that belong to the given package . concode_field_sep Map<String,Set<ClassDoc>> enums concode_elem_sep Map<String,Set<ClassDoc>> interfaces concode_elem_sep Set<String> packageSet concode_elem_sep Configuration configuration concode_elem_sep Map<String,Set...
String function ( ) { return ( size ( ) == 0 ? null : getMethod ( size ( ) - 1 ) ) ; }
returns the name of the last method that was invoked . returns null if no method calls have been logged so far . concode_field_sep List<String> methods concode_elem_sep List<Object[]> argLists concode_field_sep void add concode_elem_sep int size concode_elem_sep void clear concode_elem_sep Object[] getArgs concode_elem...
String function ( ) { return currentStyle ; }
gets the current style . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode_elem_sep String ROYALE concode_elem_sep HashMap style...
void function ( @ Nonnull ItemGroup arg0 , @ Nonnull TopLevelItemDescriptor arg1 ) { Authentication loc0 = Jenkins . getAuthentication ( ) ; if ( ! hasCreatePermission ( loc0 , arg0 , arg1 ) ) { throw new AccessDeniedException ( Messages . AccessDeniedException2_MissingPermission ( loc0 . getName ( ) , Item . CREATE . ...
checks if the current security principal has the permission to create top level items within the specified item group . this is just a convenience function . concode_field_sep String SYSTEM_USERNAME concode_elem_sep Sid EVERYONE concode_elem_sep String ANONYMOUS_USERNAME concode_elem_sep Sid ANONYMOUS concode_elem_sep ...
void function ( OpenALSound arg0 ) { for ( int loc0 = 0 ; loc0 < recentSounds . length ; loc0 ++ ) { if ( recentSounds [ loc0 ] == arg0 ) recentSounds [ loc0 ] = null ; } }
removes the disposed sound from the least recently played list concode_field_sep LongMap<Integer> soundIdToSource concode_elem_sep boolean noDevice concode_elem_sep long nextSoundId concode_elem_sep Array<OpenALMusic> music concode_elem_sep IntArray idleSources concode_elem_sep ObjectMap<String,Class<? extends OpenALSo...
Grantee function ( ) { return grantee ; }
retrieves the grantee object for this user . concode_field_sep String sName concode_elem_sep Grantee grantee concode_elem_sep boolean isPublic concode_elem_sep boolean isSys concode_elem_sep String sPassword concode_field_sep void setPassword concode_elem_sep boolean isAccessible concode_elem_sep boolean isAccessible c...
String function ( ) { return alias ; }
get alias name of the corpus as defined by the import request . concode_field_sep File importRootDirectory concode_elem_sep String statusEmail concode_elem_sep List<String> messages concode_elem_sep String caption concode_elem_sep String alias concode_elem_sep String uuid concode_elem_sep boolean overwrite concode_elem...
void function ( PacketBuffer arg0 ) { arg0 . writeBoolean ( this . left ) ; arg0 . writeBoolean ( this . right ) ; }
writes the raw packet data to the data stream . concode_field_sep boolean left concode_elem_sep boolean right concode_field_sep boolean getRight concode_elem_sep void processPacket concode_elem_sep void readPacketData concode_elem_sep boolean getLeft
boolean function ( String arg0 ) { arg0 = arg0 . toLowerCase ( ) ; if ( _tags == null ) return false ; return isTrue ( getTag ( arg0 ) ) ; }
determines if a tag contains a true value . ` yes ' , ` true ' , and ' 1 ' are considered true . concode_field_sep I18NString creativeName concode_elem_sep Map<String,String> _tags concode_elem_sep long id concode_field_sep boolean isTagDeniedAccess concode_elem_sep Map<String,String> getTagsByPrefix concode_elem_sep b...
void function ( String arg0 ) { this . provinceName = arg0 ; }
sets the value of the provincename property . concode_field_sep String cityName concode_elem_sep String streetAddress concode_elem_sep String provinceCode concode_elem_sep String countryCode concode_elem_sep String postalCode concode_elem_sep String streetAddress2 concode_elem_sep String provinceName concode_field_sep ...
boolean function ( ) { return ipFetched != IP_NEVER_LOOKED_UP ; }
return true if the ip for this host has been looked up . returns true even if the lookup failed . concode_field_sep long ipTTL concode_elem_sep long IP_NEVER_EXPIRES concode_elem_sep String hostname concode_elem_sep ObjectIdentityCache<?> cache concode_elem_sep long IP_NEVER_LOOKED_UP concode_elem_sep String countryCod...
String function ( JobID arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; return String . format ( "srini_string" , arg0 ) ; }
returns the jobid as a string with leading slash . concode_field_sep ZooKeeperStateHandleStore<SubmittedJobGraph> jobGraphsInZooKeeper concode_elem_sep Set<JobID> addedJobGraphs concode_elem_sep SubmittedJobGraphListener jobGraphListener concode_elem_sep boolean isRunning concode_elem_sep PathChildrenCache pathCache co...
void function ( PropertyChangeListener arg0 ) { this . propertyChangeSupport . addPropertyChangeListener ( arg0 ) ; }
adds a property change listener to the series . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listeners concode_elem_sep VetoableChangeSupport vetoableChangeSupport concode_elem_sep String description concode_elem_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Comparable k...
Layout function ( ) { return layout ; }
gets the value of the layout property . concode_field_sep Boolean date concode_elem_sep Boolean snippet concode_elem_sep String src concode_elem_sep Boolean link concode_elem_sep BigInteger refresh concode_elem_sep Boolean showerror concode_elem_sep Label label concode_elem_sep String linktarget concode_elem_sep Boolea...
void function ( String [ ] arg0 ) { writeNext ( arg0 , true ) ; }
writes the next line to the file . concode_field_sep int INITIAL_STRING_SIZE concode_elem_sep String DEFAULT_LINE_END concode_elem_sep char DEFAULT_SEPARATOR concode_elem_sep Writer rawWriter concode_elem_sep char DEFAULT_ESCAPE_CHARACTER concode_elem_sep PrintWriter pw concode_elem_sep String RFC4180_LINE_END concode_...
void function ( Connection arg0 ) { executorService . submit ( connectionsCleanupCallable ) ; if ( ! arg0 . isSpdy ( ) ) { return ; } if ( arg0 . isAlive ( ) ) { synchronized ( this ) { connections . addFirst ( arg0 ) ; } } }
shares the spdy connection with the pool . callers to this method may continue to use connection . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CO...
long function ( ) { return st_mvcc_frozen ; }
todo concode_field_sep long st_ro_evict concode_elem_sep long st_alloc_buckets concode_elem_sep long st_cache_miss concode_elem_sep int st_page_dirty concode_elem_sep long st_page_trickle concode_elem_sep int st_pages concode_elem_sep long st_hash_max_nowait concode_elem_sep long st_io_wait concode_elem_sep long st_syn...
java . lang . String function ( ) { return _microblogsEntry . getUserName ( ) ; }
returns the user name of this microblogs entry . concode_field_sep MicroblogsEntry _microblogsEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCache...
void function ( RecordRef arg0 ) { this . jobResource = arg0 ; }
sets the value of the jobresource property . concode_field_sep RecordRef role concode_elem_sep RecordRef jobResource concode_elem_sep String email concode_field_sep void setEmail concode_elem_sep void setRole concode_elem_sep RecordRef getRole concode_elem_sep String getEmail concode_elem_sep RecordRef getJobResource
int function ( ) { int loc0 = loc0 ( ) ; if ( loc0 > 1 ) { return loc0 - 1 ; } return 0 ; }
returns the number of non-root elements in the node . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasChildren concode_elem_sep Reduction asReduction concode_elem_sep void addChildrenOf concode_elem_sep int getMeaningAs concode_elem_sep String getRootText concode_elem_sep String getDescription co...
int function ( ) { try { byte [ ] loc0 = getEncoded ( ) ; int loc1 = 0 ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { loc1 += loc2 * loc0 [ loc2 ] ; } return loc1 ; } catch ( CertificateEncodingException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
returns an integer hash code for the certificate . any two objects which return true when passed to equals must return the samevalue for this method . concode_field_sep byte[] data concode_elem_sep long serialVersionUID concode_elem_sep ObjectStreamField[] serialPersistentFields concode_elem_sep long serialVersionUID c...
String function ( ) { return getXMLDocument ( ) . toString ( ) ; }
returns the object in a string representation as indented xml output . concode_field_sep String TAG_OPTION concode_elem_sep String TAG_OPTIONS concode_elem_sep String ATT_TYPE concode_elem_sep XMLDocument m_XMLDocument concode_elem_sep String VAL_TYPE_HYPHENS concode_elem_sep String ATT_VALUE concode_elem_sep String DO...
boolean function ( ) { return deleteOnClose ; }
should the file be deleted when it 's closed , or the jvm is shutdown . concode_field_sep boolean DEFAULT_READ concode_elem_sep boolean DEFAULT_DSYNC concode_elem_sep boolean sparse concode_elem_sep boolean write concode_elem_sep String perms concode_elem_sep boolean truncateExisting concode_elem_sep boolean DEFAULT_CR...
double function ( ) { return this . lowerBound ; }
returns the lower bound . concode_field_sep boolean includeUpperBound concode_elem_sep double upperBound concode_elem_sep double lowerBound concode_elem_sep boolean includeLowerBound concode_elem_sep long serialVersionUID concode_elem_sep int itemCount concode_field_sep boolean accepts concode_elem_sep int getItemCount...
List < ArvosObject > function ( long arg0 , List < ArvosObject > arg1 ) { List < ArvosObject > loc0 = new LinkedList < ArvosObject > ( ) ; synchronized ( mPois ) { for ( ArvosPoi loc1 : mPois ) { loc1 . getObjects ( arg0 , loc0 , arg1 ) ; } } return loc0 ; }
returns the list of all objects to be drawn for the augment in the opengl view . concode_field_sep String mUrl concode_elem_sep Float mLatitude concode_elem_sep LinkedList<ArvosPoi> mPois concode_elem_sep String mAuthor concode_elem_sep String mDeveloperKey concode_elem_sep Float mLongitude concode_elem_sep String mNam...
FloatValue function ( int arg0 ) { return load ( arg0 ) . floatValue ( ) ; }
loads the floatvalue from the variable with the given index . concode_field_sep int size concode_elem_sep TopValue TOP_VALUE concode_elem_sep Value[] values concode_field_sep void store concode_elem_sep ReferenceValue aload concode_elem_sep Value getValue concode_elem_sep int size concode_elem_sep Value load concode_el...
String function ( ) { DateFormat loc0 = new SimpleDateFormat ( "srini_string" ) ; return loc0 . format ( new Date ( ) ) ; }
get current date and time as a string . used for naming backup files . concode_field_sep String ISO_8601_FORMAT concode_field_sep Date getDateFromIso8601String concode_elem_sep String getIso8601String concode_elem_sep Date getTaskDueDateFromIso8601String
boolean function ( ) { return GameSingleton . gameSingleton != null ; }
checks whether gamesingleton has already been initialized . concode_field_sep Gene NORMAL concode_elem_sep Role APPRENTI_HACKER concode_elem_sep GameSingleton gameSingleton concode_elem_sep ArrayList<Gene> GENES_LIST concode_elem_sep ArrayList<Role> ROLES_LIST_NIGHT concode_elem_sep int turn_count concode_elem_sep Role...
int function ( ) { return position ; }
get the current position in the stream . concode_field_sep InputStream in concode_elem_sep boolean endOfStream concode_elem_sep byte[] buffer concode_elem_sep int bufferPosition concode_elem_sep int position concode_field_sep int next concode_elem_sep void expect concode_elem_sep void consume concode_elem_sep void cons...
void function ( ) { RemoteBlockReader2 loc0 = ( RemoteBlockReader2 ) spy ( util . getBlockReader ( testBlock , 0 , FILE_SIZE_K * 1024 ) ) ; util . readAndCheckEOS ( loc0 , FILE_SIZE_K / 2 * 1024 , false ) ; verify ( loc0 , never ( ) ) . sendReadResult ( Status . CHECKSUM_OK ) ; loc0 . close ( ) ; }
test that if we do an incomplete read , we do n't call checksum_ok concode_field_sep Path TEST_FILE concode_elem_sep LocatedBlock testBlock concode_elem_sep BlockReaderTestUtil util concode_elem_sep int FILE_SIZE_K concode_field_sep void setupCluster concode_elem_sep void teardownCluster concode_elem_sep void testUnali...