idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
6,500
returns a point with the same coordinates as the anchor point for color 2 . note that if you modify this point , the gradientpaint remains unchanged . concode_field_sep float y1 concode_elem_sep float x1 concode_elem_sep float y2 concode_elem_sep float x2 concode_elem_sep Color c1 concode_elem_sep boolean cyclic concod...
Point2D function ( ) { return new Point2D . Float ( x2 , y2 ) ; }
6,501
this method was generated by mybatis generator . this method sets the value of the database column public.controlledlists.text _ a concode_field_sep String textC concode_elem_sep String textA concode_elem_sep Integer clId concode_elem_sep String textE concode_elem_sep String textF concode_elem_sep String textS concode_...
void function ( String arg0 ) { this . textA = arg0 == null ? null : arg0 . trim ( ) ; }
6,502
get name concode_field_sep String name concode_elem_sep Long id concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Category name concode_elem_sep void setId concode_elem_sep Long getId concode_elem_sep String toString co...
String function ( ) { return name ; }
6,503
computes a new sleep for a retry of a condition check . concode_field_sep Function<Void,T> actual concode_elem_sep Logger log concode_elem_sep Optional<Long> maxSleepMs concode_elem_sep Optional<Double> backoffFactor concode_elem_sep Predicate<T> eqToExpected concode_elem_sep long timeoutMs concode_elem_sep String mess...
long function ( long arg0 , double arg1 , long arg2 , long arg3 ) { long loc0 = Math . round ( arg0 * arg1 ) ; if ( loc0 <= arg0 ) { loc0 = arg0 + 1 ; } long loc1 = System . currentTimeMillis ( ) ; loc0 = Math . min ( Math . min ( loc0 , arg2 ) , arg3 - loc1 ) ; return loc0 ; }
6,504
returns the group id of this d d m structure layout . concode_field_sep DDMStructureLayout _ddmStructureLayout concode_field_sep java.lang.String getDefinition concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_...
long function ( ) { return _ddmStructureLayout . getGroupId ( ) ; }
6,505
converts the input parameter to string and then delegates to the wrapped org.slf4j.logger instance . concode_field_sep long serialVersionUID concode_elem_sep LocationAwareLogger logger concode_elem_sep String name concode_elem_sep String FQCN concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void ...
void function ( Object arg0 ) { logger . log ( null , FQCN , LocationAwareLogger . ERROR_INT , String . valueOf ( arg0 ) , null , null ) ; }
6,506
the aws account id of the cache security group owner . concode_field_sep String description concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<EC2SecurityGroup> eC2SecurityGroups concode_elem_sep String ownerId concode_elem_sep String cacheSecurityGroupName concode_field_sep CacheSecurityGroup withCacheS...
void function ( String arg0 ) { this . ownerId = arg0 ; }
6,507
sets the whiteboxpluginhost to which the plugin tool is tied . this is the class that the plugin will send all feedback messages , progress updates , and return objects . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgress...
void function ( WhiteboxPluginHost arg0 ) { myHost = arg0 ; }
6,508
gets the value of the id property . concode_field_sep OperationalProtectionType operationalProtection concode_elem_sep List<ExtensionType> extension concode_elem_sep IdentificationType identification concode_elem_sep TechnicalProtectionBaseType technicalProtection concode_elem_sep AuthnMethodBaseType authnMethod concod...
String function ( ) { return id ; }
6,509
compute the intersection of two regions . concode_field_sep NodesCleaner nodeCleaner concode_field_sep BSPTree<S> recurseComplement concode_elem_sep Order visitOrder concode_elem_sep Region<S> buildConvex concode_elem_sep void visitInternalNode concode_elem_sep Region<S> getComplement concode_elem_sep BSPTree<S> merge ...
Region < S > function ( final Region < S > arg0 , final Region < S > arg1 ) { final BSPTree < S > loc0 = arg0 . getTree ( false ) . merge ( arg1 . getTree ( false ) , new IntersectionMerger ( ) ) ; loc0 . visit ( nodeCleaner ) ; return arg0 . buildNew ( loc0 ) ; }
6,510
to set the textline protocol encoder max line length . by default the default value of mina itself is used which are integer.max _ value . concode_field_sep boolean disconnect concode_elem_sep TextLineDelimiter textlineDelimiter concode_elem_sep boolean disconnectOnNoReply concode_elem_sep boolean sync concode_elem_sep...
void function ( int arg0 ) { this . encoderMaxLineLength = arg0 ; }
6,511
number of copies to print concode_field_sep int printCopies concode_elem_sep String defaultURL concode_elem_sep File defaultFile concode_elem_sep PrintHelper printHelper concode_elem_sep boolean isShrinkToPrintableArea concode_field_sep void setDefaultFile concode_elem_sep File getDefaultFile concode_elem_sep String ge...
int function ( ) { return printCopies ; }
6,512
this method must not be called outside the workbench . utility method for handling status . concode_field_sep PlaceHolder placeHolder concode_field_sep List flatten concode_elem_sep IStatus newStatus concode_elem_sep IStatus newStatus concode_elem_sep IStatus newStatus concode_elem_sep IStatus newStatus concode_elem_se...
void function ( Throwable arg0 , int arg1 ) { StatusManager . getManager ( ) . handle ( newStatus ( WorkbenchPlugin . PI_WORKBENCH , arg0 ) , arg1 ) ; }
6,513
returns an interpolated value given the barycentric coordinates of a point in a triangle and the values at each vertex . concode_field_sep Vector2 tmp3 concode_elem_sep Vector2 tmp1 concode_elem_sep Vector2 tmp2 concode_field_sep Vector2 polygonCentroid concode_elem_sep Vector2 toBarycoord concode_elem_sep boolean bary...
float function ( Vector2 arg0 , float arg1 , float arg2 , float arg3 ) { float loc0 = 1 - arg0 . x - arg0 . y ; return loc0 * arg1 + arg0 . x * arg2 + arg0 . y * arg3 ; }
6,514
a list of strings of every word after the datatype of the column . example `` not '' , `` null '' concode_field_sep ColDataType colDataType concode_elem_sep List<String> columnSpecStrings concode_elem_sep String columnName concode_field_sep void setColumnName concode_elem_sep void setColDataType concode_elem_sep ColDat...
List < String > function ( ) { return columnSpecStrings ; }
6,515
returns an expression for the opposite of current expression . concode_field_sep EquationExpression inverse concode_elem_sep EquationExpression opposite concode_elem_sep Boolean containsSymbolicValues concode_field_sep T translateImpl concode_elem_sep boolean isSqrt concode_elem_sep boolean containsSymbolicValuesImpl c...
EquationExpression function ( ) { if ( this . opposite == null ) { this . opposite = new EquationOppositeOperator ( this ) ; } return this . opposite ; }
6,516
sets the metadata of this kaleo node . concode_field_sep KaleoNode _kaleoNode concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean getTerminal concode_elem_se...
void function ( java . lang . String arg0 ) { _kaleoNode . setMetadata ( arg0 ) ; }
6,517
zeros accumulated running time and restarts this object . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep String currentElapsedTimeToMessage concode_elem_se...
void function ( ) { total = 0 ; start ( ) ; }
6,518
gets the standard result for an empty buffer . since buffer always returns a polygonal result , this is chosen to be an empty polygon . concode_field_sep GeometryFactory geomFact concode_elem_sep EdgeList edgeList concode_elem_sep Noder workingNoder concode_elem_sep BufferParameters bufParams concode_elem_sep Precision...
Geometry function ( ) { Geometry loc0 = geomFact . createPolygon ( null , null ) ; return loc0 ; }
6,519
helper method - loads a testmodel from the given uri concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep ExecutionFlow loadExecutionFlowFromResource concode_elem_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory
Statechart function ( URI arg0 ) { ResourceSet loc0 = new ResourceSetImpl ( ) ; Resource loc1 = loc0 . getResource ( arg0 , true ) ; Statechart loc2 = ( Statechart ) EcoreUtil . getObjectByType ( loc1 . getContents ( ) , SGraphPackage . Literals . STATECHART ) ; return loc2 ; }
6,520
sets the value of the temporal property . concode_field_sep AccessType access concode_elem_sep Column column concode_elem_sep String name concode_elem_sep TemporalType temporal concode_field_sep void setName concode_elem_sep void setAccess concode_elem_sep void setColumn concode_elem_sep String getName concode_elem_sep...
void function ( final TemporalType arg0 ) { this . temporal = arg0 ; }
6,521
returns the edges in a minimum spanning tree or forest . concode_field_sep double FLOATING_POINT_EPSILON concode_elem_sep Bag<Edge> mst concode_elem_sep double weight concode_field_sep double weight concode_elem_sep void main concode_elem_sep boolean less concode_elem_sep boolean check
Iterable < Edge > function ( ) { return mst ; }
6,522
gets the component id of the commandbutton , in the map ui , corresponding to this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getId concode_elem_sep Polygon getMapPolygon
String function ( ) { return mapCommandButtonId ; }
6,523
returns the system specific font family name . concode_field_sep long serialVersionUID concode_elem_sep float pointSize concode_elem_sep int HANGING_BASELINE concode_elem_sep int PLAIN concode_elem_sep int size concode_elem_sep int BOLD concode_elem_sep FontPeer peer concode_elem_sep int CENTER_BASELINE concode_elem_se...
String function ( ) { return ( name ) ; }
6,524
returns a buffer to the pool , throwing away old buffers if the pool would exceed its allotted size . concode_field_sep List<byte[]> mBuffersByLastUse concode_elem_sep Comparator<byte[]> BUF_COMPARATOR concode_elem_sep List<byte[]> mBuffersBySize concode_elem_sep int mCurrentSize concode_elem_sep int mSizeLimit concode...
void function ( byte [ ] arg0 ) { if ( arg0 == null || arg0 . length > mSizeLimit ) { return ; } mBuffersByLastUse . add ( arg0 ) ; int loc0 = Collections . binarySearch ( mBuffersBySize , arg0 , BUF_COMPARATOR ) ; if ( loc0 < 0 ) { loc0 = - loc0 - 1 ; } mBuffersBySize . add ( loc0 , arg0 ) ; mCurrentSize += arg0 . len...
6,525
find the first leaf in a tree rooted at cur and store intermediate nodes concode_field_sep Stack<WhereElement> stack concode_field_sep WhereElement next concode_elem_sep boolean hasNext concode_elem_sep void remove
void function ( WhereElement arg0 ) { while ( arg0 != null ) { stack . push ( arg0 ) ; if ( arg0 . getLeftChild ( ) != null ) { arg0 = arg0 . getLeftChild ( ) ; } else { arg0 = arg0 . getRightChild ( ) ; } } }
6,526
the source code column leading to this instruction concode_field_sep int arity concode_elem_sep String name concode_elem_sep boolean hasResult concode_elem_sep AST source concode_elem_sep int resultTemp concode_field_sep boolean isReturn concode_elem_sep boolean isTaken concode_elem_sep void setResult concode_elem_sep ...
int function ( ) { return source . getColumn ( ) ; }
6,527
used to communicate a cancel operation from the whitebox gui . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String getN...
void function ( boolean arg0 ) { cancelOp = arg0 ; }
6,528
finishes the source mapping for the given node at the current position . concode_field_sep boolean statementNeedsEnded concode_elem_sep boolean statementStarted concode_elem_sep boolean sawFunction concode_field_sep void endLine concode_elem_sep void listSeparator concode_elem_sep void startNewLine concode_elem_sep boo...
void function ( Node arg0 ) { }
6,529
sets the assignee jira user id of this j i r a issue . concode_field_sep JIRAIssue _jiraIssue concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setIssueNumber concode_elem_sep boolean isEscapedModel c...
void function ( java . lang . String arg0 ) { _jiraIssue . setAssigneeJiraUserId ( arg0 ) ; }
6,530
checks whether the cluster preview command is available or not . concode_field_sep Map<String,List<String>> hostGroups concode_elem_sep AmbariContext context concode_elem_sep AmbariClient client concode_elem_sep FlashService flashService concode_field_sep String buildCluster concode_elem_sep boolean isHostAssigned conc...
boolean function ( ) { return context . isFocusOnClusterBuild ( ) && isHostAssigned ( ) ; }
6,531
returns a hashmap of message uid = > message url concode_field_sep StringBuilder mUid concode_elem_sep Map<String,Map<String,String>> mData concode_elem_sep Map<String,String> mTempData concode_field_sep Map<String,String> getSpecialFolderToUrl concode_elem_sep Map<String,Boolean> getUidToRead concode_elem_sep int getM...
Map < String , String > function ( ) { Map < String , String > loc0 = new HashMap < String , String > ( ) ; for ( String loc1 : mData . keySet ( ) ) { Map < String , String > loc2 = mData . get ( loc1 ) ; String loc3 = loc2 . get ( "srini_string" ) ; if ( loc3 != null && ! loc3 . equals ( "srini_string" ) ) { loc0 . pu...
6,532
loads the resource . concode_field_sep String DEFAULT_PROPERTY_NAME concode_elem_sep String xslFile concode_elem_sep Logger LOG concode_elem_sep String propertyName concode_elem_sep XsltOutput output concode_elem_sep XsltBuilder xslt concode_elem_sep String transformerFactoryClass concode_elem_sep URIResolver uriResolv...
void function ( String arg0 ) { LOG . trace ( "srini_string" , this , arg0 ) ; Source loc0 = xslt . getUriResolver ( ) . resolve ( arg0 , null ) ; if ( loc0 == null ) { throw new IOException ( "srini_string" + arg0 ) ; } else { xslt . setTransformerSource ( loc0 ) ; } }
6,533
gets the underlying eglsurface . concode_field_sep int EGL_OPENGL_API concode_elem_sep boolean supportGL concode_elem_sep int EGL_OPENGL_ES_API concode_elem_sep EGLDisplay mDisplay concode_elem_sep int EGL_OPENGL_ES3_BIT_KHR concode_elem_sep EGL10 mEGL concode_elem_sep int EGL_OPENGL_ES_BIT concode_elem_sep int EGL_OPE...
EGLSurface function ( ) { return mEGLSurface ; }
6,534
sets the modified date of this user group . concode_field_sep UserGroup _userGroup concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode...
void function ( Date arg0 ) { _userGroup . setModifiedDate ( arg0 ) ; }
6,535
returns the time in microseconds corresponding to a table of contents position , which is interpreted as a percentage of the stream 's duration between 0 and 100 . concode_field_sep int headerSize concode_elem_sep long durationUs concode_elem_sep long inputLength concode_elem_sep long firstFramePosition concode_elem_se...
long function ( int arg0 ) { return durationUs * arg0 / 100 ; }
6,536
gets the canonical registration id , if any . concode_field_sep String messageId concode_elem_sep String errorCode concode_elem_sep String canonicalRegistrationId concode_field_sep String getMessageId concode_elem_sep Result build concode_elem_sep Builder messageId concode_elem_sep Builder errorCode concode_elem_sep St...
String function ( ) { return canonicalRegistrationId ; }
6,537
sets the mb thread id of this user thread . concode_field_sep UserThread _userThread concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean getRead concode_elem_s...
void function ( long arg0 ) { _userThread . setMbThreadId ( arg0 ) ; }
6,538
adds a new subtoken to this tokenlibrary . concode_field_sep TripleKeyMap<Class<?>,String,String,CDOMSecondaryToken<?>> subTokenMap concode_elem_sep Map<CaseInsensitiveString,PrerequisiteParserInterface> preTokenMap concode_elem_sep Revision rev concode_elem_sep TokenFamily CURRENT concode_elem_sep SortedMap<Revision,T...
CDOMSecondaryToken < U > function ( T arg0 ) { if ( arg0 . getTokenClass ( ) == null ) { Logging . errorPrint ( "srini_string" + arg0 . getClass ( ) . getSimpleName ( ) + "srini_string" ) ; } return ( CDOMSecondaryToken < U > ) subTokenMap . put ( arg0 . getTokenClass ( ) , arg0 . getParentToken ( ) , arg0 . getTokenNa...
6,539
returns the length of the encoding of the given value in bytes . concode_field_sep PlaceHolder placeHolder concode_field_sep void encode concode_elem_sep void encode concode_elem_sep int decodeInt concode_elem_sep long decodeLong concode_elem_sep long convertIntToLongNoSignExtend
int function ( int arg0 ) { return getLength ( convertIntToLongNoSignExtend ( arg0 ) ) ; }
6,540
sets the value of the expression property . concode_field_sep JAXBElement<?> expression concode_elem_sep String variableId concode_field_sep JAXBElement<?> getExpression concode_elem_sep void setVariableId concode_elem_sep String getVariableId
void function ( JAXBElement < ? > arg0 ) { this . expression = ( ( JAXBElement < ? > ) arg0 ) ; }
6,541
return the integer value of the object id . concode_field_sep FixedSizeByteBufferSerializer<DBID> STATIC_SERIALIZER concode_elem_sep int pos concode_elem_sep int id concode_elem_sep ByteBufferSerializer<DBID> DYNAMIC_SERIALIZER concode_field_sep int getFixedByteSize concode_elem_sep int getOffset concode_elem_sep boole...
int function ( ) { return this . id ; }
6,542
hide the toast , if any . concode_field_sep Toast toast concode_field_sep void showShort concode_elem_sep void showShort concode_elem_sep void showLong concode_elem_sep void showLong concode_elem_sep void show concode_elem_sep void show
void function ( ) { if ( null != toast ) { toast . cancel ( ) ; } }
6,543
gets the value of the accounts property . concode_field_sep TypeCtBalElmRule rule concode_elem_sep String accounts concode_field_sep void setRule concode_elem_sep TypeCtBalElmRule getRule concode_elem_sep void setAccounts
String function ( ) { return accounts ; }
6,544
get uuid concode_field_sep DateTime dateTime concode_elem_sep String uuid concode_elem_sep Map<String,Animal> map concode_field_sep MixedPropertiesAndAdditionalPropertiesClass dateTime concode_elem_sep String toIndentedString concode_elem_sep void setDateTime concode_elem_sep DateTime getDateTime concode_elem_sep int h...
String function ( ) { return uuid ; }
6,545
sets the value of the routerdescription property . concode_field_sep JAXBElement<String> routerDescription concode_elem_sep JAXBElement<ArrayOfRouterMonitoringDetails> routersMonitoringDetails concode_elem_sep Integer routerGroupID concode_elem_sep JAXBElement<String> routerGroupName concode_elem_sep RouterStatus statu...
void function ( JAXBElement < String > arg0 ) { this . routerDescription = arg0 ; }
6,546
gets the value of the type property . concode_field_sep DataHandler data concode_elem_sep String name concode_elem_sep Boolean insert concode_elem_sep Boolean update concode_elem_sep FileType type concode_elem_sep Boolean delete concode_elem_sep Boolean integrate concode_field_sep void setName concode_elem_sep String g...
FileType function ( ) { if ( type == null ) { return FileType . VNA ; } else { return type ; } }
6,547
tests the personalattribute #tostring method for the given simpleattribute value . values must match . concode_field_sep PersonalAttribute ATTR_VALUE concode_elem_sep PersonalAttribute complexAttrValue concode_elem_sep PersonalAttribute EMPTYATTR concode_field_sep void testToIsEmptyComplexValueWithEmptyComplexValue con...
void function ( ) { Assert . assertEquals ( "srini_string" , ATTR_VALUE . toString ( ) ) ; }
6,548
unpack an integer from the stream . if the next item in the buffer is not of the right type then an ioexception is thrown . concode_field_sep ByteArrayInputStream _inputStream concode_elem_sep boolean _valid concode_elem_sep byte[] _byteArray concode_elem_sep DataInputStream _input concode_field_sep char unpackChar con...
int function ( ) { if ( ! _valid ) throw new IOException ( tsLogger . i18NLogger . get_state_InputBuffer_6 ( ) ) ; _valid = false ; int loc0 = _input . readInt ( ) ; _valid = true ; return loc0 ; }
6,549
handler method for undo notifications . basically , the undo/redo notifications are ignored unless the sql statement has changed . in the event that the sql is being changed , then the only thing that needs to be done is to invalidate the sqlmappingrootcache . this insures that the cache will not be stale . concode_fie...
void function ( Collection arg0 , Object arg1 ) { if ( ! arg0 . isEmpty ( ) ) { } }
6,550
returns the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep int getIndex concode_elem_sep void setStatemachine
ITimedStatemachine function ( ) { return statemachine ; }
6,551
gets the value of the type property . concode_field_sep Object parent concode_elem_sep STBrClear clear concode_elem_sep STBrType type concode_field_sep Object getParent concode_elem_sep STBrClear getClear concode_elem_sep void afterUnmarshal concode_elem_sep void setClear concode_elem_sep void setParent concode_elem_se...
STBrType function ( ) { return type ; }
6,552
executes the specified runnable using a thread from the containing thread pool . concode_field_sep int DEFAULT_MAXIMUM_THREAD_POOL_SIZE concode_elem_sep ThreadPoolExecutor executorService concode_elem_sep Log LOG concode_field_sep int getMaximumThreadPoolSize
void function ( final Runnable arg0 ) { if ( arg0 != null ) { try { executorService . execute ( arg0 ) ; } catch ( RejectedExecutionException loc0 ) { if ( LOG . isErrorEnabled ( ) ) { LOG . error ( "srini_string" , loc0 ) ; } } } }
6,553
gets the value of the enterprisecode property . concode_field_sep Unlock_Order_Response.Order.Extn extn concode_elem_sep String enterpriseCode concode_elem_sep String orderLines concode_elem_sep String documentType concode_elem_sep String extnDerivedTransactionType concode_elem_sep String value concode_elem_sep Integer...
String function ( ) { return enterpriseCode ; }
6,554
start the maze thread . do n't worry about this . concode_field_sep MazeWindow window concode_elem_sep Strategy strategy concode_elem_sep Thread maze concode_field_sep boolean isThereAWall concode_elem_sep void clear concode_elem_sep Maze generateNewMaze concode_elem_sep void run concode_elem_sep Status getStatus conco...
void function ( ) { maze = new Thread ( this ) ; maze . start ( ) ; }
6,555
return true if object is between lower and upper concode_field_sep String[] args concode_elem_sep List<Runnable> initThreadHooks concode_elem_sep boolean testMode concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep...
boolean function ( ClarionObject arg0 , ClarionObject arg1 , ClarionObject arg2 ) { return ( arg0 . compareTo ( arg1 ) >= 0 && arg0 . compareTo ( arg2 ) <= 0 ) ; }
6,556
looks up finalizer.startfinalizer . concode_field_sep String LOADING_ERROR concode_elem_sep Method startFinalizer concode_elem_sep boolean threadStarted concode_elem_sep PhantomReference<Object> frqRef concode_elem_sep String FINALIZER_CLASS_NAME concode_elem_sep boolean disabled concode_elem_sep ReferenceQueue<Object>...
Method function ( Class < ? > arg0 ) { try { return arg0 . getMethod ( "srini_string" , Class . class , ReferenceQueue . class , PhantomReference . class ) ; } catch ( NoSuchMethodException loc0 ) { throw new AssertionError ( loc0 ) ; } }
6,557
delegates functionality to outputstream #write_string . concode_field_sep String _id concode_field_sep String extract concode_elem_sep String read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type
void function ( OutputStream arg0 , String arg1 ) { arg0 . write_string ( arg1 ) ; }
6,558
returns the total number of sections in this memory . concode_field_sep SegmentMonitor mm concode_elem_sep long address concode_elem_sep int size concode_elem_sep byte[] oldMem concode_elem_sep boolean DEBUG concode_elem_sep Logger logger concode_elem_sep Map<String,MemoryInterface> sections concode_elem_sep ArrayList<...
int function ( ) { return sections . size ( ) ; }
6,559
sets the customer latitude . concode_field_sep String issueStatus concode_elem_sep Time issueStartTime concode_elem_sep CustomerDTO customerModel concode_elem_sep int issueId concode_elem_sep String customerVehicleNumber concode_elem_sep Time issueTime concode_elem_sep ServiceTypeDTO serviceTypeModel concode_elem_sep d...
void function ( double arg0 ) { this . customerLatitude = arg0 ; }
6,560
the activate method will be called when the application is started post the start method and when an application is resumed by the operating system . if the application supports checkpointing , this is a place where the application should read the checkpoint information and resume the process . note : 1 . this is a blo...
void function ( ) { }
6,561
returns a snapshotdeletionpolicy used in the engines org.apache.lucene.index.indexwriter . concode_field_sep CodecService codecService concode_elem_sep OpenMode openMode concode_elem_sep IndexSettings indexSettings concode_elem_sep Setting<String> INDEX_CODEC_SETTING concode_elem_sep Setting<Boolean> INDEX_OPTIMIZE_AUT...
SnapshotDeletionPolicy function ( ) { return deletionPolicy ; }
6,562
immutable - cloning not necessary . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { LineBorder loc0 = new LineBorder ( ) ; assertFalse ( loc0 instanceof Cloneable ) ; }
6,563
get the descriptive test of this saslfailure . returns the descriptive text of this saslfailure in the given language . may return null if not available . concode_field_sep List<ExtensionElement> extensions concode_elem_sep Map<String,String> descriptiveTexts concode_elem_sep String textNamespace concode_field_sep B ge...
String function ( String arg0 ) { return descriptiveTexts . get ( arg0 ) ; }
6,564
sets the value of the makedescription property . concode_field_sep String makeDescription concode_elem_sep String modelDescription concode_elem_sep String exteriorColor concode_elem_sep XMLGregorianCalendar licPlateExpDate concode_elem_sep String licPlate concode_elem_sep String engineDescription concode_elem_sep Strin...
void function ( String arg0 ) { this . makeDescription = arg0 ; }
6,565
removes subtree offset for specified node if it exists on stack . concode_field_sep HistoryGraphForkNodeModel initiatedNode concode_elem_sep Stack<SubtreeOffset> subtreeOffset concode_elem_sep int offset concode_elem_sep int fullTreeHeight concode_elem_sep int widthOffset concode_field_sep void setSubtreeOffset concode...
void function ( HistoryGraphForkNodeModel arg0 ) { if ( subtreeOffset . isEmpty ( ) ) { return ; } if ( subtreeOffset . peek ( ) . initiatedNode == arg0 ) { subtreeOffset . pop ( ) ; } }
6,566
get the docker tag as username/name : tag only concode_field_sep String registryHost concode_elem_sep String name concode_elem_sep String tag concode_elem_sep String userName concode_elem_sep String LATEST concode_field_sep String getUriUserNameAndName concode_elem_sep String getName concode_elem_sep String getUriWitho...
String function ( ) { return buildUri ( null , userName , name , tag ) ; }
6,567
gets a description of the base object . concode_field_sep FileType FILE_TYPE concode_elem_sep Class javaClass concode_elem_sep String description concode_elem_sep StringType STRING_TYPE concode_elem_sep Object[] validValues concode_elem_sep DurationType DURATION_TYPE concode_elem_sep File iconFilePath concode_elem_sep ...
String function ( ) { return description ; }
6,568
start and return the minidfscluster . concode_field_sep MiniDFSCluster cluster concode_elem_sep int BLOCK_SIZE concode_elem_sep Configuration conf concode_elem_sep TestContext testCtx concode_field_sep FileSystem getFailoverFs concode_elem_sep void startThreads concode_elem_sep void addFailoverThread concode_elem_sep v...
MiniDFSCluster function ( ) { cluster = new MiniDFSCluster . Builder ( conf ) . nnTopology ( MiniDFSNNTopology . simpleHATopology ( ) ) . numDataNodes ( 3 ) . build ( ) ; return cluster ; }
6,569
the requested font size . a font may have a fractional font size ie . 8.5 point . the font size may be influenced by the output target . concode_field_sep boolean antiAliased concode_elem_sep double fontSize concode_elem_sep boolean fractionalMetrics concode_elem_sep String encoding concode_elem_sep boolean embedded co...
double function ( ) { return fontSize ; }
6,570
return the package name of this component . concode_field_sep String mPackage concode_elem_sep String mClass concode_elem_sep Parcelable.Creator<ComponentName> CREATOR concode_field_sep String flattenToString concode_elem_sep void printShortString concode_elem_sep String getShortClassName concode_elem_sep ComponentName...
String function ( ) { return mPackage ; }
6,571
returns the plid 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_elem_se...
long function ( ) { return _recentLayoutRevision . getPlid ( ) ; }
6,572
adds value to #testcases testcases . concode_field_sep List<TestCase> testCases concode_elem_sep String name concode_elem_sep Map<String,Object> dataBeans concode_elem_sep String statusMessage concode_elem_sep List<String> dependencies concode_elem_sep TestSuiteStatus status concode_field_sep void setName concode_elem_...
void function ( TestCase arg0 ) { if ( testCases == null ) { testCases = new ArrayList < TestCase > ( ) ; } testCases . add ( arg0 ) ; }
6,573
the bean name of this fieldretrievingfactorybean will be interpreted as `` staticfield '' pattern , if neither `` targetclass '' nor `` targetobject '' nor `` targetfield '' have been specified . this allows for concise bean definitions with just an id/name . concode_field_sep Object targetObject concode_elem_sep Strin...
void function ( String arg0 ) { this . beanName = StringUtils . trimAllWhitespace ( BeanFactoryUtils . originalBeanName ( arg0 ) ) ; }
6,574
adds a page to the end of the bookview . concode_field_sep Text author concode_elem_sep ImmutableList<Text> pages concode_elem_sep Text author concode_elem_sep List<Text> pages concode_elem_sep Text title concode_elem_sep Text title concode_field_sep Builder clearPages concode_elem_sep Builder removePages concode_elem_...
Builder function ( Text arg0 ) { this . pages . add ( checkNotNull ( arg0 , "srini_string" ) ) ; return this ; }
6,575
sets or unsets the system-wide proxy selector . note : non-standard protocol handlers may ignore this setting . concode_field_sep ProxySelector theProxySelector concode_field_sep List<Proxy> select concode_elem_sep ProxySelector getDefault concode_elem_sep void connectFailed
void function ( ProxySelector arg0 ) { SecurityManager loc0 = System . getSecurityManager ( ) ; if ( loc0 != null ) { loc0 . checkPermission ( SecurityConstants . SET_PROXYSELECTOR_PERMISSION ) ; } theProxySelector = arg0 ; }
6,576
sets the reportmimetype value for this getcompanyreport_resulttype . concode_field_sep byte[] reportBinary concode_elem_sep uk.co.graydon.ws.GraydonDataService.types.GetCompanyReport_ResultTypeReportXML reportXML concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep uk.co.graydon.ws.GraydonDataService.types.S...
void function ( uk . co . graydon . xml . GraydonUKCommonTypes . MimeTypesType arg0 ) { this . reportMimeType = arg0 ; }
6,577
set verbose mode extends logging concode_field_sep Attribute candidate_class concode_elem_sep Log LOG concode_elem_sep boolean verboseMode concode_elem_sep String FUNCTION_WORD_PATTERN concode_elem_sep OccurrenceDataProvider dataProvider concode_field_sep void explain concode_elem_sep ArrayList<Attribute> buildAttribut...
void function ( boolean arg0 ) { this . verboseMode = arg0 ; }
6,578
converts kilograms to pounds concode_field_sep float DEG_TO_RAD concode_elem_sep float RAD_TO_DEG concode_field_sep float tan concode_elem_sep double inchesToCm concode_elem_sep float logarithm concode_elem_sep float max concode_elem_sep int max concode_elem_sep int getRandomNumber concode_elem_sep boolean isEven conco...
double function ( double arg0 ) { return arg0 * 2.2 ; }
6,579
updates the total price . concode_field_sep LineItem mTotal concode_elem_sep List<LineItem> mContents concode_field_sep List<LineItem> getContents concode_elem_sep LineItem getTotal concode_elem_sep void setContents
void function ( LineItem arg0 ) { mTotal = arg0 ; }
6,580
access testsuites property . concode_field_sep String CONFIG_KEY concode_elem_sep Map plugIns concode_elem_sep Map testSuites concode_field_sep boolean addTestSuite concode_elem_sep Object removePlugIn concode_elem_sep Map getTestSuites concode_elem_sep void setTestSuites concode_elem_sep boolean addPlugIn concode_elem...
Set function ( ) { return testSuites . keySet ( ) ; }
6,581
get the first element that precedes the a node in the xblparentnode 's xblchildnodes list . concode_field_sep boolean isProcessing concode_field_sep Element getXblBoundElement concode_elem_sep void stopProcessing concode_elem_sep boolean isProcessing concode_elem_sep Element getXblNextElementSibling concode_elem_sep No...
Element function ( Node arg0 ) { Node loc0 = arg0 ; do { loc0 = loc0 . getPreviousSibling ( ) ; } while ( loc0 != null && loc0 . getNodeType ( ) != Node . ELEMENT_NODE ) ; return ( Element ) loc0 ; }
6,582
sets the width of the matrix memory . important to call before using setmatrix/getmatrix ! concode_field_sep CultureMemoryCell[] m_memory concode_elem_sep int m_size concode_elem_sep int m_width concode_elem_sep List m_memoryNames concode_elem_sep String CVS_REVISION concode_field_sep boolean contains concode_elem_sep ...
void function ( int arg0 ) { int loc0 = loc0 ( ) ; if ( arg0 > loc0 ) { throw new IllegalArgumentException ( "srini_string" + "srini_string" + loc0 + "srini_string" ) ; } m_width = arg0 ; }
6,583
returns a hash code for this dataformat object . concode_field_sep DataFormat PLAIN_TEXT concode_elem_sep Set<String> identifier concode_elem_sep DataFormat HTML concode_elem_sep DataFormat IMAGE concode_elem_sep DataFormat FILES concode_elem_sep DataFormat RTF concode_elem_sep DataFormat URL concode_elem_sep DataForma...
int function ( ) { int loc0 = 7 ; for ( String loc1 : identifier ) { loc0 = 31 * loc0 + loc1 . hashCode ( ) ; } return loc0 ; }
6,584
make sure the ejb-jar.xml is actually processed . concode_field_sep PlaceHolder placeHolder concode_field_sep void testInvocation concode_elem_sep void testEnvEntry concode_elem_sep Archive<?> deployment
void function ( ) { final SimpleStatelessBean loc0 = Naming . lookup ( "srini_string" , SimpleStatelessBean . class ) ; final String loc1 = loc0 . getTest ( ) ; assertNotNull ( loc1 ) ; assertTrue ( loc1 . startsWith ( "srini_string" ) ) ; }
6,585
gets the value of the code property . concode_field_sep String cmpCode concode_elem_sep String code concode_elem_sep short level concode_field_sep short getLevel concode_elem_sep void setCmpCode concode_elem_sep void setCode concode_elem_sep String getCmpCode concode_elem_sep void setLevel
String function ( ) { return code ; }
6,586
provides a list of all symbolic page names for which a target html file must be generated . concode_field_sep int numberOfSourceFiles concode_elem_sep Statistics stats concode_elem_sep int numberOfFilesForThisIncrement concode_elem_sep SiteDescription siteDesc concode_field_sep void setNumberOfSourcesFiles concode_elem...
Collection function ( boolean arg0 ) { Collection loc0 = getModifiedHtmlFiles ( arg0 ) ; Collection loc1 = extractPageNames ( loc0 ) ; stats . setNumberOfFilesForThisIncrement ( loc1 . size ( ) ) ; return loc1 ; }
6,587
salesforce api version , defaults to salesforceendpointconfig.default _ version concode_field_sep NotifyForOperationsEnum notifyForOperations concode_elem_sep String APEX_METHOD concode_elem_sep String sObjectQuery concode_elem_sep Boolean notifyForOperationCreate concode_elem_sep String SOBJECT_CLASS concode_elem_sep ...
void function ( String arg0 ) { this . apiVersion = arg0 ; }
6,588
transforms the given array of touch positions pixels x , y , x , y , ... into values on the chart . concode_field_sep float[] ptsBuffer concode_elem_sep float[] valuePointsForGenerateTransformedValuesBubble concode_elem_sep float[] valuePointsForGenerateTransformedValuesCandle concode_elem_sep Matrix mMatrixValueToPx c...
void function ( float [ ] arg0 ) { Matrix loc0 = mPixelToValueMatrixBuffer ; loc0 . reset ( ) ; mMatrixOffset . invert ( loc0 ) ; loc0 . mapPoints ( arg0 ) ; mViewPortHandler . getMatrixTouch ( ) . invert ( loc0 ) ; loc0 . mapPoints ( arg0 ) ; mMatrixValueToPx . invert ( loc0 ) ; loc0 . mapPoints ( arg0 ) ; }
6,589
copy one yuv image to another . they must have the same size but can have different strides . uses halide for fast uv deinterleaving if formats are compatible . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean edgeDetect concode_elem_sep boolean copyHalide concode_elem_sep boolean edgeDetectHalide
boolean function ( HalideYuvBufferT arg0 , HalideYuvBufferT arg1 ) { return HalideFilters . copyHalide ( arg0 . handle ( ) , arg1 . handle ( ) ) ; }
6,590
sends the message msg using the specified connection . concode_field_sep SipProvider sip_provider concode_elem_sep SipInterfaceListener listener concode_elem_sep Identifier id concode_field_sep SipProvider getSipProvider concode_elem_sep void onReceivedMessage concode_elem_sep void close
ConnectionIdentifier function ( Message arg0 , ConnectionIdentifier arg1 ) { return sip_provider . sendMessage ( arg0 , arg1 ) ; }
6,591
raises an exception bypassing compiler checks for checked exceptions . concode_field_sep int INT_ARRAY_OFFSET concode_elem_sep long UNSAFE_COPY_THRESHOLD concode_elem_sep int SHORT_ARRAY_OFFSET concode_elem_sep Unsafe _UNSAFE concode_elem_sep int FLOAT_ARRAY_OFFSET concode_elem_sep int BYTE_ARRAY_OFFSET concode_elem_se...
void function ( Throwable arg0 ) { _UNSAFE . throwException ( arg0 ) ; }
6,592
for applications that use a persistent jdbc connection , this class can be used to encapsulate that connection . just strip out the sqlfile stuff if you do n't need that . concode_field_sep Connection conn concode_field_sep void main concode_elem_sep void executeFiles
Connection function ( ) { return conn ; }
6,593
sets the value of the datumuzavreni property . concode_field_sep TDatum datumOtevreni concode_elem_sep TDatum datumUzavreni concode_field_sep void setDatumOtevreni concode_elem_sep TDatum getDatumUzavreni concode_elem_sep TDatum getDatumOtevreni
void function ( TDatum arg0 ) { this . datumUzavreni = arg0 ; }
6,594
utility method to save inputstream data to target location/file concode_field_sep String UPLOAD_FOLDER concode_field_sep Response uploadFile concode_elem_sep void createFolderIfNotExists
void function ( InputStream arg0 , String arg1 ) { OutputStream loc0 = null ; int loc1 = 0 ; byte [ ] loc2 = new byte [ 1024 ] ; loc0 = new FileOutputStream ( new File ( arg1 ) ) ; while ( ( loc1 = arg0 . loc1 ( loc2 ) ) != - 1 ) { loc0 . write ( loc2 , 0 , loc1 ) ; } loc0 . flush ( ) ; loc0 . close ( ) ; }
6,595
get the persist directory for this job . concode_field_sep String PERSIST_DIR_KEY concode_elem_sep Optional<Path> persistDir concode_elem_sep int DEFAULT_PERSIST_RETENTION concode_elem_sep String PERSIST_RETENTION_KEY concode_elem_sep FileSystem fs concode_elem_sep int retentionHours concode_field_sep Optional<FileStat...
Optional < Path > function ( State arg0 ) { if ( arg0 . contains ( PERSIST_DIR_KEY ) ) { return Optional . of ( new Path ( arg0 . getProp ( PERSIST_DIR_KEY ) , UserGroupInformation . getCurrentUser ( ) . getShortUserName ( ) ) ) ; } return Optional . absent ( ) ; }
6,596
returns true if the rule pattern is valid and has wild character in it . concode_field_sep String patternWithoutWildCardChar concode_elem_sep Pattern patternWithWildCardChar concode_elem_sep String ruleName concode_elem_sep String[] patternORWildChar concode_elem_sep Set<Character> wildCards concode_field_sep int costP...
boolean function ( ) { return patternWithWildCardChar == null && patternWithoutWildCardChar != null && this . patternORWildChar == null ; }
6,597
the record format to be applied , defaulting to recordformat #array . concode_field_sep boolean header concode_elem_sep RecordFormat recordFormat concode_field_sep JSONFormat header concode_elem_sep boolean header
JSONFormat function ( RecordFormat arg0 ) { return new JSONFormat ( header , arg0 ) ; }
6,598
stop the task . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive concode_elem_sep String dialogMessage concode_elem_sep MessageFormat search...
void function ( ) { canceled = true ; dialogMessage = null ; }
6,599
sets the values of this hitdata to the values of the given hitdata . concode_field_sep Point p concode_elem_sep Normal normal concode_elem_sep Point2D uv concode_elem_sep boolean hit concode_elem_sep double t concode_elem_sep Shape shape concode_elem_sep Ray ray concode_elem_sep Shape object concode_field_sep placehold...
void function ( HitData arg0 ) { this . hit = arg0 . arg0 ; this . p = arg0 . p ; this . t = arg0 . t ; this . ray = arg0 . ray ; this . normal = arg0 . normal ; this . shape = arg0 . shape ; this . object = arg0 . object ; this . uv = arg0 . uv ; }