idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
99,400
forgets reference to killable provided to #startobserving killable concode_field_sep Killable killable concode_field_sep void startObserving concode_elem_sep void kill
void function ( final Killable arg0 ) { if ( ! this . killable . equals ( arg0 ) ) { throw new IllegalStateException ( "srini_string" + "srini_string" ) ; } this . killable = null ; }
99,401
return the interval computed from combining this and other concode_field_sep int creates concode_elem_sep int a concode_elem_sep int b concode_elem_sep int misses concode_elem_sep int hits concode_elem_sep int outOfRange concode_elem_sep Interval INVALID concode_elem_sep Interval[] cache concode_elem_sep int INTERVAL_P...
Interval function ( Interval arg0 ) { return Interval . of ( Math . min ( a , arg0 . a ) , Math . max ( b , arg0 . b ) ) ; }
99,402
return the session timeout in seconds . concode_field_sep boolean persistSession concode_elem_sep InetAddress address concode_elem_sep String contextPath concode_elem_sep String displayName concode_elem_sep MimeMappings mimeMappings concode_elem_sep int port concode_elem_sep Ssl ssl concode_elem_sep String serverHeader...
int function ( ) { return this . sessionTimeout ; }
99,403
call this to send a message with some binary data and wait for the server 's acknowledgement . the protocol and the server must understand the message , message type , and data . concode_field_sep ObjectSocketWrapper socketWrapper concode_elem_sep Logger logger concode_elem_sep Protocol protocol concode_field_sep boole...
MessageObject function ( String arg0 , String arg1 , Serializable arg2 ) { if ( ! socketWrapper . sendObject ( new MessageObject ( arg0 , arg1 , arg2 ) ) ) { return null ; } return readMessage ( ) ; }
99,404
creates and returns a notification of variety kind.onerror , and assigns it an exception . concode_field_sep Kind kind concode_elem_sep Throwable throwable concode_elem_sep Notification<Void> ON_COMPLETED concode_elem_sep T value concode_field_sep boolean isOnError concode_elem_sep boolean hasValue concode_elem_sep Kin...
Notification < T > function ( Throwable arg0 ) { return new Notification < T > ( Kind . OnError , null , arg0 ) ; }
99,405
returns the id of the creator . concode_field_sep Date createdDate concode_elem_sep BigInteger modifiedById concode_elem_sep Date modifiedDate concode_elem_sep BigInteger id concode_elem_sep BigInteger createdById concode_field_sep BigInteger getModifiedById concode_elem_sep void setModifiedDate concode_elem_sep void s...
BigInteger function ( ) { return createdById ; }
99,406
retrieves prefix + '' in '' + elapsedtime + '' ms. '' concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep String currentElapsedTimeTo...
String function ( String arg0 ) { return arg0 + "srini_string" + elapsedTime ( ) + "srini_string" ; }
99,407
returns the severity of change . concode_field_sep ContinuousFunction hef9_f1 concode_elem_sep int n_t concode_elem_sep FunctionOptimisationProblem hef9_f1_problem concode_elem_sep int tau concode_elem_sep int tau_t concode_elem_sep FunctionOptimisationProblem hef9_g_problem concode_elem_sep ContinuousFunction hef9_g c...
int function ( ) { return this . n_t ; }
99,408
determines the border color for the specified key . concode_field_sep int STYLE_GROOVE concode_elem_sep int leftStyle concode_elem_sep int STYLE_INSET concode_elem_sep int bottom concode_elem_sep int STYLE_NOT_SET concode_elem_sep int STYLE_OUTSET concode_elem_sep int STYLE_DASHED concode_elem_sep int right concode_ele...
Color function ( AttributeSet arg0 , CSS . Attribute arg1 ) { Object loc0 = arg0 . getAttribute ( arg1 ) ; Color loc1 = null ; if ( loc0 instanceof CSSColor ) { CSSColor loc2 = ( CSSColor ) loc0 ; loc1 = loc2 . getValue ( ) ; } return loc1 ; }
99,409
adds the screenshot from the given path to the current step concode_field_sep Map<String,Boolean> systemInfo concode_field_sep ExtentTest getCurrentStep concode_elem_sep void addScreenCast concode_elem_sep void addStepLog concode_elem_sep void addScenarioLog concode_elem_sep ExtentTest getCurrentScenario concode_elem_s...
void function ( String arg0 ) { getCurrentStep ( ) . addScreenCaptureFromPath ( arg0 ) ; }
99,410
returns the number of key-value mappings in this cache . concode_field_sep LinkedHashMap<K,V> cacheMap concode_elem_sep Log LOG concode_elem_sep float DEFAULT_LOAD_FACTOR concode_field_sep boolean isCurrent concode_elem_sep V getCurrentValue concode_elem_sep void clear concode_elem_sep boolean isNewerThan concode_elem_...
int function ( ) { return cacheMap . size ( ) ; }
99,411
gets the value of the errorstyle property . concode_field_sep String formula1 concode_elem_sep Boolean allowBlank concode_elem_sep Object parent concode_elem_sep Boolean showErrorMessage concode_elem_sep String formula2 concode_elem_sep STDataValidationImeMode imeMode concode_elem_sep Boolean showDropDown concode_elem_...
STDataValidationErrorStyle function ( ) { if ( errorStyle == null ) { return STDataValidationErrorStyle . STOP ; } else { return errorStyle ; } }
99,412
mark the status as closed . once the status is closed , it can not be reopened . concode_field_sep AtomicInteger status concode_elem_sep int STATUS_CLOSED_MASK concode_field_sep void reference concode_elem_sep int getReferenceCount concode_elem_sep boolean isOpen concode_elem_sep void unreferenceCheckClosed concode_ele...
int function ( ) { while ( true ) { int loc0 = status . get ( ) ; if ( ( loc0 & STATUS_CLOSED_MASK ) != 0 ) { throw new ClosedChannelException ( ) ; } if ( status . compareAndSet ( loc0 , loc0 | STATUS_CLOSED_MASK ) ) { return loc0 & ( ~ STATUS_CLOSED_MASK ) ; } } }
99,413
sets the transactiontype . a local transaction is less safe than a two phase transaction ; when a member fails during the commit of a local transaction , it could be that some of the changes are committed , while others are not and this can leave your system in an inconsistent state . concode_field_sep TransactionType ...
TransactionOptions function ( TransactionType arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . transactionType = arg0 ; return this ; }
99,414
method declaration concode_field_sep int iFirstWildCard concode_elem_sep boolean optimised concode_elem_sep int[] wildCardType concode_elem_sep Character escapeChar concode_elem_sep boolean isIgnoreCase concode_elem_sep int PERCENT_CHAR concode_elem_sep boolean isNull concode_elem_sep boolean hasCollation concode_elem_...
Boolean function ( Session arg0 , String arg1 ) { if ( arg1 == null ) { return null ; } if ( isIgnoreCase ) { arg1 = arg0 . database . collation . toUpperCase ( arg1 ) ; } return compareAt ( arg1 , 0 , 0 , arg1 . length ( ) ) ? Boolean . TRUE : Boolean . FALSE ; }
99,415
create a given record in the dhcptab , and signal the server to reload the dhcptab if so requested . concode_field_sep Bridge bridge concode_field_sep Macro[] getMacros concode_elem_sep Macro[] getMacros concode_elem_sep ActionError[] deleteAllOptions concode_elem_sep ActionError[] deleteOptions concode_elem_sep void c...
void function ( DhcptabRecord arg0 , boolean arg1 ) { createRecord ( arg0 , arg1 , null ) ; }
99,416
passes this packet on to the nethandler for processing . concode_field_sep int entityId concode_elem_sep byte yaw concode_field_sep byte getYaw concode_elem_sep void writePacketData concode_elem_sep Entity getEntity concode_elem_sep void readPacketData
void function ( INetHandlerPlayClient arg0 ) { arg0 . handleEntityHeadLook ( this ) ; }
99,417
returns a java reader containing the value of an entity . concode_field_sep HashMap<String,Object> entities concode_field_sep void addInternalEntity concode_elem_sep void addExternalEntity concode_elem_sep void finalize concode_elem_sep boolean isExternalEntity concode_elem_sep Reader openExternalEntity
Reader function ( IXMLReader arg0 , String arg1 ) { Object loc0 = this . entities . get ( arg1 ) ; if ( loc0 == null ) { return null ; } else if ( loc0 instanceof java . lang . String ) { return new StringReader ( ( String ) loc0 ) ; } else { String [ ] loc1 = ( String [ ] ) loc0 ; return this . openExternalEntity ( ar...
99,418
returns true if getconnection has been called and the userconnection is still open . concode_field_sep JDBCConnection userConnection concode_elem_sep OrderedHashSet listeners concode_elem_sep JDBCConnection connection concode_elem_sep boolean isInUse concode_field_sep Connection getConnection concode_elem_sep void remo...
boolean function ( ) { return isInUse ; }
99,419
set the bundle name that sword will store its original deposit packages in , when storing them inside an item . concode_field_sep String failedPackageDir concode_elem_sep boolean mediated concode_elem_sep int maxUploadSize concode_elem_sep Logger log concode_elem_sep boolean verbose concode_elem_sep String swordBundle ...
void function ( String arg0 ) { this . swordBundle = arg0 ; }
99,420
direct access to id bytes for subclassing . concode_field_sep byte[] id concode_elem_sep int hash concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep byte[] getBytes
Object function ( ) { return id ; }
99,421
provides the name of the db parameter group . returns a reference to this object so that method calls can be chained together . concode_field_sep String dBParameterGroupName concode_field_sep String getDBParameterGroupName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ResetDBParameterGr...
ResetDBParameterGroupResult function ( String arg0 ) { this . dBParameterGroupName = arg0 ; return this ; }
99,422
get the xpath expression . concode_field_sep String xpathString concode_elem_sep SynapseXPath xpath concode_elem_sep String DEFAULT_XPATH concode_field_sep void setXPath concode_elem_sep void setXPathString concode_elem_sep OMNode selectOMNode concode_elem_sep String toString
SynapseXPath function ( ) { return xpath ; }
99,423
use the session cookie only when requesting from the domain . define the scope for the cookie . concode_field_sep Duration expires concode_elem_sep String path concode_elem_sep String idName concode_elem_sep String domain concode_elem_sep boolean secure concode_elem_sep boolean httpOnly concode_field_sep SessionCookieC...
String function ( ) { return domain ; }
99,424
sets the delay in milliseconds before the first animation should start . defaults to @value #initial_delay_millis . concode_field_sep ListViewWrapper mListViewWrapper concode_elem_sep int mFirstAnimatedPosition concode_elem_sep int DEFAULT_ANIMATION_DURATION_MILLIS concode_elem_sep long mAnimationStartMillis concode_el...
void function ( final int arg0 ) { mInitialDelayMillis = arg0 ; }
99,425
begins an anonymous array . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_s...
JSONBuilder function ( ) { conditionallyAppendComma ( ) ; params . append ( "srini_string" ) ; return this ; }
99,426
returns the number of items in the list . concode_field_sep List labels concode_field_sep void addPieLabelRecord concode_elem_sep void clear concode_elem_sep void distributeLabels concode_elem_sep PieLabelRecord getPieLabelRecord
int function ( ) { return this . labels . size ( ) ; }
99,427
returns the name of the znode concode_field_sep int sequence concode_elem_sep String prefix concode_elem_sep String name concode_elem_sep Logger LOG concode_field_sep int getZNodeName concode_elem_sep String getPrefix concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode...
String function ( ) { return name ; }
99,428
returns the codec 's name . subclasses can override to provide more detail such as parameters . concode_field_sep NamedSPILoader<Codec> LOADER concode_elem_sep Codec defaultCodec concode_elem_sep String name concode_field_sep LiveDocsFormat liveDocsFormat concode_elem_sep String getName concode_elem_sep TermVectorsForm...
String function ( ) { return name ; }
99,429
get the name of this process concode_field_sep Process process concode_elem_sep String name concode_elem_sep String logPrefix concode_elem_sep LogReader error concode_elem_sep String done concode_elem_sep boolean useOut concode_elem_sep String commandline concode_elem_sep LogReader out concode_field_sep String getComma...
String function ( ) { return name ; }
99,430
prepares the acceptance condition in the result union automaton . if the two automata have k1 and k2 acceptance pairs , this function allocates k1 + k2 acceptance pairs in the result automaton . concode_field_sep RabinAcceptance _acc_2 concode_elem_sep RabinAcceptance _acc_1 concode_elem_sep int _acc_size_2 concode_ele...
void function ( RabinAcceptance arg0 ) { arg0 . newAcceptancePairs ( _acc_size_1 + _acc_size_2 ) ; }
99,431
add color tags -- add color tags to results of array bound check analysis . . add color tags to the results of the array bounds check analysis . concode_field_sep Map<String,String> options concode_field_sep boolean with_arrayref concode_elem_sep boolean with_fieldref concode_elem_sep boolean profiling concode_elem_sep...
boolean function ( ) { return soot . PhaseOptions . getBoolean ( options , "srini_string" ) ; }
99,432
sets hotkey modifiers . concode_field_sep Integer keyCode concode_elem_sep boolean isAlt concode_elem_sep boolean isCtrl concode_elem_sep boolean isShift concode_elem_sep Integer hashCode concode_field_sep boolean isAlt concode_elem_sep void setCtrl concode_elem_sep void setAlt concode_elem_sep KeyStroke getKeyStroke c...
void function ( final int arg0 ) { isCtrl = SwingUtils . isCtrl ( arg0 ) ; isAlt = SwingUtils . isAlt ( arg0 ) ; isShift = SwingUtils . isShift ( arg0 ) ; }
99,433
gets the call-id concode_field_sep Vector route concode_elem_sep NameAddress local_contact concode_elem_sep NameAddress remote_name concode_elem_sep NameAddress remote_contact concode_elem_sep String remote_tag concode_elem_sep String local_tag concode_elem_sep long remote_cseq concode_elem_sep NameAddress local_name c...
String function ( ) { return call_id ; }
99,434
setup method before tests concode_field_sep NuxCarRental mgr concode_elem_sep OutForRepair tester concode_field_sep void testDetailDone concode_elem_sep void testRentalInfo concode_elem_sep void testOutForRepair concode_elem_sep void testRentCar concode_elem_sep void testRepairDone concode_elem_sep void testReportProbl...
void function ( ) { tester = new OutForRepair ( ) ; mgr = new NuxCarRental ( ) ; }
99,435
return the index of group according to the given group text . concode_field_sep BaseQuery baseQuery concode_elem_sep List groupDefns concode_elem_sep int PREPARED_QUERY concode_elem_sep int BASE_QUERY concode_elem_sep int runStates concode_elem_sep boolean isDetailedRow concode_elem_sep String TOTAL_COUNT_FUNC concode_...
int function ( String arg0 ) { assert arg0 != null ; GroupSpec [ ] loc0 = baseQuery . getGrouping ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { GroupSpec loc2 = loc0 [ loc1 ] ; if ( arg0 . equals ( loc2 . getName ( ) ) || arg0 . equals ( loc2 . getKeyColumn ( ) ) ) { return loc1 + 1 ; } } return - 1 ; }
99,436
returns the osgi service identifier . concode_field_sep DLSyncEventLocalService _dlSyncEventLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep void deleteDLSyncEvents concode_elem_sep java.util.List<c...
java . lang . String function ( ) { return _dlSyncEventLocalService . getOSGiServiceIdentifier ( ) ; }
99,437
set the task completion time concode_field_sep int eventId concode_elem_sep TaskCompletionEvent[] EMPTY_ARRAY concode_elem_sep boolean isMap concode_elem_sep int idWithinJob concode_elem_sep String taskTrackerHttp concode_elem_sep TaskAttemptID taskId concode_elem_sep int taskRunTime concode_elem_sep Status status conc...
void function ( int arg0 ) { this . taskRunTime = arg0 ; }
99,438
obtains a description of this worker . concode_field_sep Log log concode_elem_sep Thread workerThread concode_elem_sep RefQueueHandler refHandler concode_elem_sep ReferenceQueue<?> refQueue concode_field_sep void run concode_elem_sep void shutdown
String function ( ) { return "srini_string" + this . workerThread ; }
99,439
override this method to do any cleanup needed after generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject con...
void function ( GeneratorEntry arg0 ) { }
99,440
print a short message when the extension finishes initializing . concode_field_sep PlaceHolder placeHolder concode_field_sep void printHelp concode_elem_sep void init concode_elem_sep void validateArguments concode_elem_sep void parseFailed concode_elem_sep AbstractBuildVersion getBuildVersion concode_elem_sep String[]...
void function ( ) { Log . info ( getExtensionName ( ) + "srini_string" ) ; }
99,441
returns the index of the element that would be returned by a subsequent call to #next . as would be expected , if the iterator is at the physical end of the underlying list , 0 is returned , signifying the beginning of the list . concode_field_sep ListIterator<E> iterator concode_elem_sep List<E> list concode_field_sep...
int function ( ) { if ( list . isEmpty ( ) ) { throw new NoSuchElementException ( "srini_string" ) ; } if ( iterator . hasNext ( ) == false ) { return 0 ; } return iterator . nextIndex ( ) ; }
99,442
prints a message to the standard error stream . concode_field_sep PlaceHolder placeHolder concode_field_sep void printMessage
void function ( String arg0 ) { System . err . println ( arg0 ) ; }
99,443
returns true if the given state is currently active otherwise false . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep long myInt concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void setMyInt ...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_S1 : return stateVector [ 0 ] == State . main_region_S1 ; case main_region_S2 : return stateVector [ 0 ] == State . main_region_S2 ; case region2_a : return stateVector [ 1 ] == State . region2_a ; default : return false ; } }
99,444
return a set of all the nodes in this graph . concode_field_sep Map<GraphNode<T>,Map<GraphNode<T>,List<D>>> map concode_field_sep boolean contains concode_elem_sep int nodeSize concode_elem_sep boolean addNode concode_elem_sep boolean isEmpty concode_elem_sep boolean isConnected concode_elem_sep boolean addEdge concode...
Set < GraphNode < T >> function ( ) { Set < GraphNode < T >> loc0 = new HashSet < GraphNode < T >> ( ) ; loc0 . addAll ( map . keySet ( ) ) ; return loc0 ; }
99,445
accuracy check of realtransformer #transform univariatefunction , double , double , int , transformtype . for each valid data size returned by #getvaliddatasize int getvaliddatasize i , the univariatefunction returned by #getvalidfunction issampled . the actual transform is computed and compared to the expected transfo...
void function ( ) { final TransformType [ ] loc0 = TransformType . values ( ) ; for ( int loc1 = 0 ; loc1 < getNumberOfValidDataSizes ( ) ; loc1 ++ ) { final int loc2 = getValidDataSize ( loc1 ) ; final double loc3 = getRelativeTolerance ( loc1 ) ; for ( int loc4 = 0 ; loc4 < loc0 . length ; loc4 ++ ) { doTestTransform...
99,446
fill in the #value by data from the cdr stream . concode_field_sep IOR value concode_field_sep org.omg.CORBA.TypeCode _type concode_elem_sep void _write
void function ( InputStream arg0 ) { value = IORHelper . read ( arg0 ) ; }
99,447
this method sets java.util.date concode_field_sep SimpleDateFormat sdf concode_elem_sep int empId concode_elem_sep String empName concode_elem_sep double empSal concode_elem_sep String dept concode_elem_sep Date doj concode_field_sep void setEmpSal concode_elem_sep Date getDoj concode_elem_sep String getDept concode_el...
void function ( Date arg0 ) { this . doj = arg0 ; }
99,448
allows a layout constraint to adjust an element 's preferred size . concode_field_sep PlaceHolder placeHolder concode_field_sep void layout concode_elem_sep IDimension preferredSize concode_elem_sep Dimension computeSize concode_elem_sep V resolveStyle concode_elem_sep void setElement concode_elem_sep void setBounds
void function ( Dimension arg0 , float arg1 , float arg2 ) { }
99,449
create a ttsplatformimpl object , which is owned by ttsplatformimplandroid on the c++ side . concode_field_sep String mLanguage concode_elem_sep String mCurrentLanguage concode_elem_sep TextToSpeech mTextToSpeech concode_elem_sep ArrayList<TtsVoice> mVoices concode_elem_sep String mName concode_elem_sep int mNativeTtsP...
TtsPlatformImpl function ( int arg0 , Context arg1 ) { return new TtsPlatformImpl ( arg0 , arg1 ) ; }
99,450
gets the itus ' operation mode concode_field_sep String touchLogFileName concode_elem_sep Mode ONLINE_MODE concode_elem_sep State STOPPED concode_elem_sep State itusState concode_elem_sep int trainingThreshold concode_elem_sep long itusPeriod concode_elem_sep State RUNNING concode_elem_sep PermanentStorage permanentSto...
Mode function ( ) { return mode ; }
99,451
gets the page id . concode_field_sep Boolean pageInProcess concode_elem_sep Boolean isRedirect concode_elem_sep Integer pageID concode_elem_sep Integer pageLen concode_elem_sep String title concode_elem_sep Integer pageLatest concode_field_sep Integer getPageLatest concode_elem_sep void setIsRedirect concode_elem_sep S...
Integer function ( ) { return pageID ; }
99,452
a folder was renamed . concode_field_sep PlaceHolder placeHolder concode_field_sep void folderDeleted concode_elem_sep void folderCreated
void function ( FolderEvent arg0 ) { }
99,453
is this a failed execution ? concode_field_sep GetResponse response concode_elem_sep MultiGetResponse.Failure failure concode_field_sep String getIndex concode_elem_sep boolean isFailed concode_elem_sep void readFrom concode_elem_sep GetResponse getResponse concode_elem_sep String index concode_elem_sep String getId co...
boolean function ( ) { return failure != null ; }
99,454
sets the password . concode_field_sep String password concode_elem_sep boolean passwordChangeStatus concode_elem_sep Date joiningDate concode_elem_sep Designation designation concode_elem_sep String managerID concode_elem_sep String companyEmailID concode_elem_sep String username concode_field_sep Designation getDesign...
void function ( String arg0 ) { this . password = arg0 ; }
99,455
returns the osgi service identifier . concode_field_sep EmailAddressLocalService _service concode_field_sep com.liferay.portal.kernel.model.EmailAddress deleteEmailAddress concode_elem_sep com.liferay.portal.kernel.model.EmailAddress deleteEmailAddress concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynami...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
99,456
test method for org.sakaiproject.content.util.zipcontentutil #getmaxzipextractfiles . ignored since this test requires a running chs concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetZipManifest concode_elem_sep void testCompressFolder concode_elem_sep void testExtractArchive
void function ( ) { long loc0 = ZipContentUtil . getMaxZipExtractFiles ( ) ; Assert . assertNotNull ( loc0 ) ; Assert . assertTrue ( loc0 > 0 ) ; }
99,457
refreshes the ip list concode_field_sep long cacheTimeout concode_elem_sep FileBasedIPList ipList concode_elem_sep long cacheExpiryTimeStamp concode_field_sep void reset concode_elem_sep void updateCacheExpiryTime concode_elem_sep boolean isIn
void function ( ) { cacheExpiryTimeStamp = 0 ; }
99,458
stops listening to the user concode_field_sep Context ctx concode_elem_sep SpeechRecognizer myASR concode_elem_sep String LIB_LOGTAG concode_field_sep void cancel concode_elem_sep void onError concode_elem_sep void onResults concode_elem_sep void processAsrError concode_elem_sep void createRecognizer concode_elem_sep v...
void function ( ) { myASR . stopListening ( ) ; }
99,459
append either the value true or the value false . 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_elem_sep JSONWriter ...
JSONWriter function ( boolean arg0 ) { return this . append ( arg0 ? "srini_string" : "srini_string" ) ; }
99,460
returns the next element of the iterable . concode_field_sep E next concode_elem_sep Iterator<E> fromIterator concode_field_sep E computeNext concode_elem_sep boolean hasNext
E function ( ) { if ( next == null ) { return fromIterator . next ( ) ; } else { final E loc0 = next ; next = null ; return loc0 ; } }
99,461
gets the value of the sppr property . concode_field_sep CTScaling scaling concode_elem_sep CTTickMark majorTickMark concode_elem_sep CTExtensionList extLst concode_elem_sep CTShapeProperties spPr concode_elem_sep CTTitle title concode_elem_sep CTBoolean delete concode_elem_sep CTCrosses crosses concode_elem_sep CTDispU...
CTShapeProperties function ( ) { return spPr ; }
99,462
prints a message at assert 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 print...
void function ( String arg0 , String arg1 ) { wtf ( arg0 , arg1 , null ) ; }
99,463
sets the fldfilternotnull value for this othercustomfieldfilter . concode_field_sep java.lang.Boolean fldFilterChecked concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fldFilter concode_elem_sep java.lang.Boolean fldFilterNotNull concode_elem_sep org.apache.axis.description.TypeDesc typeDesc con...
void function ( java . lang . Boolean arg0 ) { this . fldFilterNotNull = arg0 ; }
99,464
gets the stringified data associated with this request . concode_field_sep String LOGTAG concode_elem_sep AtomicInteger currentId concode_elem_sep String data concode_elem_sep int id concode_elem_sep String name concode_field_sep void onResponse concode_elem_sep String getName concode_elem_sep void onError concode_elem...
String function ( ) { return data ; }
99,465
sets the value of the totalmins property . concode_field_sep String totalMins concode_elem_sep String code concode_elem_sep String whenever concode_elem_sep String unitOfMeasure concode_elem_sep String peakTime concode_elem_sep String weekend concode_elem_sep String period04 concode_elem_sep String description concode_...
void function ( String arg0 ) { this . totalMins = arg0 ; }
99,466
returns the total number of documents that have at least one term for this field . concode_field_sep String field concode_elem_sep long maxDoc concode_elem_sep long docCount concode_elem_sep long sumTotalTermFreq concode_elem_sep long sumDocFreq concode_field_sep String field concode_elem_sep long maxDoc concode_elem_s...
long function ( ) { return docCount ; }
99,467
add a menu item to the edit menu concode_field_sep Vector<JMenuItem> fileMenuItemList concode_elem_sep Vector<JMenuItem> toolsMenuItemList concode_elem_sep ExtensionPopupMenuItem POPUP_MENU_SEPARATOR concode_elem_sep Vector<JMenuItem> editMenuItemList concode_elem_sep Vector<JMenuItem> reportMenuList concode_elem_sep V...
void function ( JMenuItem arg0 ) { getEdit ( ) . add ( arg0 ) ; }
99,468
sets the value of the billtoaddressline1 property . concode_field_sep String billToEmail concode_elem_sep String billToPostalCode concode_elem_sep String billToRegion concode_elem_sep long serialVersionUID concode_elem_sep String billToName concode_elem_sep String billToAddressLine1 concode_elem_sep String billToAddres...
void function ( String arg0 ) { this . billToAddressLine1 = arg0 ; }
99,469
sets the time zone . concode_field_sep int OTHER_POLICY_DIFFERENT_RATING concode_elem_sep int SPACE_SHARED concode_elem_sep String os concode_elem_sep double timeZone concode_elem_sep int ADVANCE_RESERVATION concode_elem_sep double costPerBw concode_elem_sep int OTHER_POLICY_SAME_RATING concode_elem_sep double costPerS...
void function ( double arg0 ) { this . timeZone = arg0 ; }
99,470
gets the x position of the feature . concode_field_sep short msX concode_elem_sep short msY concode_elem_sep short msTheta concode_field_sep short getY concode_elem_sep void set concode_elem_sep boolean equals concode_elem_sep short getTheta concode_elem_sep String toString
short function ( ) { return this . msX ; }
99,471
append a hexadecimal string representation of the md5 digest of the given inputstream to the given stringbuilder . concode_field_sep String MD5_ALGORITHM_NAME concode_elem_sep char[] HEX_CHARS concode_field_sep char[] digestAsHexChars concode_elem_sep char[] digestAsHexChars concode_elem_sep char[] encodeHex concode_el...
StringBuilder function ( InputStream arg0 , StringBuilder arg1 ) { return appendDigestAsHex ( MD5_ALGORITHM_NAME , arg0 , arg1 ) ; }
99,472
get classname concode_field_sep String className concode_elem_sep String color concode_field_sep String toIndentedString concode_elem_sep void setColor concode_elem_sep Animal color concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getColor concode_elem_sep Animal className concode_e...
String function ( ) { return className ; }
99,473
receive notification of a recoverable error . this corresponds to the definition of `` error '' in section 1.2 of the w3c xml 1.0 recommendation . for example , a validating parser would use this callback to report the violation of a validity constraint . the default behaviour is to take no action . the sax parser must...
void function ( SAXParseException arg0 ) { throw arg0 ; }
99,474
return the dependency exclusions . concode_field_sep String groupId concode_elem_sep String artifactId concode_elem_sep List<Exclusion> exclusions concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_...
List < Exclusion > function ( ) { return this . exclusions ; }
99,475
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String gatewayARN concode_field_sep int hashCode concode_elem_sep void setGatewayARN concode_elem_sep String getGatewayARN concode_elem_sep boolean equals concode_elem_sep ShutdownGatewayResult withGatewayARN concode_e...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getGatewayARN ( ) != null ) loc0 . append ( "srini_string" + getGatewayARN ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
99,476
the endpoint of your elasticsearch domain . concode_field_sep String endpoint concode_elem_sep String roleArn concode_elem_sep String index concode_elem_sep String id concode_elem_sep String type concode_field_sep ElasticsearchAction withIndex concode_elem_sep String getIndex concode_elem_sep void setRoleArn concode_el...
ElasticsearchAction function ( String arg0 ) { setEndpoint ( arg0 ) ; return this ; }
99,477
returns a binarydata object which is a stream that encodes the given message just like #tohawkularformat basicmessage does but also packages the giveninput stream as extra data with the json message . the returned object can be used to deserialize the msg and extra data via #deserialize inputstream . concode_field_sep ...
BinaryData function ( BasicMessage arg0 , InputStream arg1 ) { String loc0 = toHawkularFormat ( arg0 ) ; return new BinaryData ( loc0 . getBytes ( ) , arg1 ) ; }
99,478
get all nodelistener s registered in jenkins . concode_field_sep Logger LOGGER concode_field_sep void onUpdated concode_elem_sep void fireOnDeleted concode_elem_sep void fireOnUpdated concode_elem_sep void onDeleted concode_elem_sep void fireOnCreated concode_elem_sep void onCreated
List < NodeListener > function ( ) { return ExtensionList . lookup ( NodeListener . class ) ; }
99,479
it highlights , by default , the given figure corresponding to a marker . concode_field_sep int DECORATOR_THICKNESS concode_elem_sep boolean fIsThreeWay concode_elem_sep int ALPHA concode_elem_sep boolean fIsHighlighted concode_elem_sep Rectangle fBounds concode_elem_sep IFigure fReference concode_elem_sep Diff fDiffer...
void function ( IFigure arg0 ) { defaultHighlightForPhantom ( arg0 ) ; ( ( Shape ) arg0 ) . setAlpha ( getAlpha ( ) ) ; }
99,480
delete the user with the passed id . concode_field_sep UserDao userDao concode_field_sep String getByEmail concode_elem_sep String create concode_elem_sep String updateName
String function ( long arg0 ) { try { User loc0 = new User ( arg0 ) ; userDao . delete ( loc0 ) ; } catch ( Exception loc0 ) { return "srini_string" + loc0 . toString ( ) ; } return "srini_string" ; }
99,481
gets the value of the blipfill property . concode_field_sep CTGvmlPictureNonVisual nvPicPr concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep CTBlipFillProperties blipFill concode_elem_sep CTShapeProperties spPr concode_elem_sep CTShapeStyle style concode_field_sep CTShapeProperties getSpPr concode_elem_...
CTBlipFillProperties function ( ) { return blipFill ; }
99,482
returns the byte representation of the image corresponding to the given identifier . concode_field_sep Hashtable<String,String> iconPathsTable concode_elem_sep ResourceManagementService resourcesService concode_elem_sep Hashtable<String,byte[]> iconsTable concode_elem_sep Logger logger concode_field_sep boolean isSizeS...
byte [ ] function ( String arg0 ) { InputStream loc0 = getResources ( ) . getImageInputStream ( arg0 ) ; if ( loc0 == null ) return null ; byte [ ] loc1 = null ; try { loc1 = new byte [ loc0 . available ( ) ] ; loc0 . read ( loc1 ) ; } catch ( IOException loc2 ) { logger . error ( "srini_string" + arg0 , loc2 ) ; } ret...
99,483
get the id or position of this effect in a sequence concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep f...
int function ( ) { return sequenceId ; }
99,484
return a string representation of this treenode . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String getName...
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; toString ( loc0 , 0 , this ) ; return ( loc0 . toString ( ) ) ; }
99,485
returns date value . concode_field_sep long size concode_elem_sep PersistedValueData value concode_field_sep Long getLong concode_elem_sep InternalQName getName concode_elem_sep AccessControlEntry getPermission concode_elem_sep TransientValueData createTransientCopy concode_elem_sep TransientValueData createTransientCo...
Calendar function ( ValueData arg0 ) { if ( arg0 instanceof TransientValueData ) { return getDate ( ( ( TransientValueData ) arg0 ) . delegate ) ; } return ( ( AbstractValueData ) arg0 ) . getDate ( ) ; }
99,486
gets the value of the signaturemethod property . concode_field_sep List<ReferenceType> reference concode_elem_sep CanonicalizationMethodType canonicalizationMethod concode_elem_sep SignatureMethodType signatureMethod concode_elem_sep String id concode_field_sep void setCanonicalizationMethod concode_elem_sep Canonicali...
SignatureMethodType function ( ) { return signatureMethod ; }
99,487
returns the number of words in this sequence concode_field_sep WordSequence EMPTY concode_elem_sep int hashCode concode_elem_sep Word[] words concode_elem_sep Comparator<WordSequence> OLDEST_COMPARATOR concode_field_sep WordSequence addWord concode_elem_sep int compare concode_elem_sep Word getWord concode_elem_sep voi...
int function ( ) { return words . length ; }
99,488
gets the type of the text element . concode_field_sep int currentColumn concode_elem_sep int NULL concode_elem_sep int CELL concode_elem_sep int horizontalAlignment concode_elem_sep Object[] cells concode_elem_sep boolean[] reserved concode_elem_sep int columns concode_elem_sep int TABLE concode_field_sep boolean proce...
int function ( ) { return Element . ROW ; }
99,489
return the name you have chosen for this syscall . this can be used by a mars user to refer to the service when choosing to override its default service number in the configuration file . concode_field_sep int serviceNumber concode_elem_sep String serviceName concode_field_sep int getNumber concode_elem_sep void simula...
String function ( ) { return serviceName ; }
99,490
returns the default number of threads for both the netty client and server thread pools . if numusablecores is 0 , we will use runtime get an approximate number of available cores . concode_field_sep SparkTransportConf$ MODULE$ concode_field_sep int MAX_DEFAULT_NETTY_THREADS concode_elem_sep org.apache.spark.network.ut...
int function ( int arg0 ) { throw new RuntimeException ( ) ; }
99,491
returns the number of rows matching the dynamic query . concode_field_sep ServiceTracker<KaleoNodeLocalService,KaleoNodeLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void deleteKaleoDefinitionKaleoNodes concode_elem_sep com.liferay.portal.kernel.dao.orm.Actio...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; }
99,492
the current state of the instance . concode_field_sep String instanceId concode_elem_sep InstanceState currentState concode_elem_sep InstanceState previousState concode_field_sep InstanceStateChange withPreviousState concode_elem_sep InstanceState getPreviousState concode_elem_sep String getInstanceId concode_elem_sep ...
InstanceState function ( ) { return this . currentState ; }
99,493
appends an objectable kid . concode_field_sep COSDictionary dictionary concode_field_sep List<Object> getKids concode_elem_sep void setKids concode_elem_sep void insertObjectableBefore concode_elem_sep String getType concode_elem_sep PDStructureNode create concode_elem_sep COSBase getCOSObject concode_elem_sep void app...
void function ( COSObjectable arg0 ) { if ( arg0 == null ) { return ; } this . appendKid ( arg0 . getCOSObject ( ) ) ; }
99,494
get the source ip address of the file uploaded to concode_field_sep String source_ip_addr concode_elem_sep Date create_timestamp concode_elem_sep int crc32 concode_elem_sep long file_size concode_field_sep long getFileSize concode_elem_sep Date getCreateTimestamp concode_elem_sep void setSourceIpAddr concode_elem_sep v...
String function ( ) { return this . source_ip_addr ; }
99,495
gets the last name for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_field_sep void setLastName concode_elem_sep int getStudentId concode_elem_sep void setAddress concode_elem_sep void setFirstName concode_elem_s...
String function ( ) { return lastName ; }
99,496
gets the name of the implementer of the cpu . concode_field_sep int numCores concode_elem_sep Context ctx concode_elem_sep String hardware concode_elem_sep int variant concode_elem_sep String part concode_elem_sep String processorInfo concode_elem_sep String features concode_elem_sep int revision concode_elem_sep Strin...
String function ( ) { return implementerID ; }
99,497
begins reading the fields of an annotation , returning the number of fields . the caller must follow up by making alternating calls to #readannotationname and another read method . for example , this readsan annotation whose fields are all bytes : int fieldcount = readannotation ; int annotationtype = getannotationtype...
int function ( ) { checkType ( ENCODED_ANNOTATION ) ; type = MUST_READ ; annotationType = Leb128 . readUnsignedLeb128 ( in ) ; return Leb128 . readUnsignedLeb128 ( in ) ; }
99,498
this will be called when a mouse event occurs over one of the scene graph nodes . concode_field_sep boolean visible concode_elem_sep SquareNode[][] squareGraphs concode_elem_sep UIWLSimple ui concode_elem_sep JothUtilJme util concode_elem_sep Board board concode_elem_sep JothUtilJme.EventClassHandler eventHandler conco...
void function ( Event arg0 ) { MouseButtonEvent3D loc0 = ( MouseButtonEvent3D ) arg0 ; if ( loc0 . isClicked ( ) && loc0 . getButton ( ) == MouseButtonEvent3D . ButtonId . BUTTON1 ) { MouseEvent loc1 = ( MouseEvent ) loc0 . getAwtEvent ( ) ; if ( loc1 . getModifiersEx ( ) == 0 ) { ui . squareClicked ( arg0 ) ; } } }
99,499
filters the given list of reactionproperty to return only a listof exitpointspec . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNamedExitTransition concode_elem_sep List<Transition>[] getExitSpecSortedTransitions concode_elem_sep boolean isDefault concode_elem_sep Map<Region,List<Entry>> getReg...
List < ExitPointSpec > function ( List < ReactionProperty > arg0 ) { List < ExitPointSpec > loc0 = new ArrayList < ExitPointSpec > ( ) ; for ( ReactionProperty loc1 : arg0 ) { if ( loc1 instanceof ExitPointSpec ) { loc0 . add ( ( ExitPointSpec ) loc1 ) ; } } return loc0 ; }