idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
15,500
accessor to obtain http requests made during the current test in the order in which they were made . concode_field_sep FakeHttpLayer instance concode_field_sep HttpRequest getNextSentHttpRequest concode_elem_sep void clearHttpResponseRules concode_elem_sep boolean httpRequestWasMade concode_elem_sep boolean httpRequest...
HttpRequest function ( int arg0 ) { return getFakeHttpLayer ( ) . getSentHttpRequestInfo ( arg0 ) . getHttpRequest ( ) ; }
15,501
a dummy implementation of this listener 's callpeerremoved method . concode_field_sep PlaceHolder placeHolder concode_field_sep void callPeerAdded concode_elem_sep void callStateChanged
void function ( CallPeerEvent arg0 ) { }
15,502
a list of kvp 's to filter . see #setfilter set for a better description of this property . concode_field_sep Set<String> filter concode_elem_sep boolean hasRepeatedParameters concode_elem_sep Logger LOGGER concode_elem_sep Class requestBean concode_field_sep boolean filter concode_elem_sep Class getRequestBean concode...
Set < String > function ( ) { return filter ; }
15,503
gets the value of the title property . concode_field_sep ContextURLType contextURL concode_elem_sep String id concode_elem_sep String title concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep ContextURLType getContextURL concode_elem_sep void setContextURL concode_elem_sep void setVersi...
String function ( ) { return title ; }
15,504
returns the uri location of the plugin 's update . if the plugin does not have an update available this method should return null . this method will be called during startup ; after all pluginhave been loaded . if the plugin does have an update , it will be added to the queue of requested installations and will have to...
URI function ( ) { return null ; }
15,505
gets the value of the typestorage property . concode_field_sep String typeVersion concode_elem_sep String typeStorage concode_elem_sep String typeIdentifier concode_elem_sep String id concode_field_sep void setTypeVersion concode_elem_sep void setId concode_elem_sep String getTypeVersion concode_elem_sep String getId c...
String function ( ) { return typeStorage ; }
15,506
sets the value of the maxmobilescreenwidth property . concode_field_sep String screensavePage concode_elem_sep BigDecimal maxMobileScreenWidth concode_elem_sep BigDecimal defaultColumns concode_elem_sep Meta meta concode_elem_sep String design concode_elem_sep Boolean bindClickToWidget concode_elem_sep String backend c...
void function ( BigDecimal arg0 ) { this . maxMobileScreenWidth = arg0 ; }
15,507
returns the current ref count concode_field_sep ArrayList<Runnable> mLastDecRunnables concode_elem_sep int mCount concode_elem_sep Runnable mErrorRunnable concode_elem_sep Runnable mIncrementRunnable concode_elem_sep ArrayList<Runnable> mFirstIncRunnables concode_elem_sep Context mContext concode_elem_sep Runnable mDec...
int function ( ) { return mCount ; }
15,508
gets the text element in the same section concode_field_sep SmilElement parent concode_elem_sep int clipEnd concode_elem_sep String src concode_elem_sep int clipBegin concode_elem_sep Creator<AudioElement> CREATOR concode_field_sep double getClipBegin concode_elem_sep String getSrc concode_elem_sep int hashCode concode...
TextElement function ( ) { if ( parent instanceof ParallelElement ) { return ( ( ParallelElement ) parent ) . getTextElement ( ) ; } else { return null ; } }
15,509
gets the value of the storename property . concode_field_sep String dateOfAgreement concode_elem_sep String primaryPhone concode_elem_sep String affiliateName concode_elem_sep String accountType concode_elem_sep String storePhone concode_elem_sep String companyName concode_elem_sep String storeName concode_elem_sep Str...
String function ( ) { return storeName ; }
15,510
accesses this card 's point value . concode_field_sep int pointValue concode_elem_sep String rank concode_elem_sep String suit concode_field_sep String rank concode_elem_sep String toString concode_elem_sep String suit concode_elem_sep boolean matches
int function ( ) { return pointValue ; }
15,511
define valor do atributo textodocumento . concode_field_sep String link concode_elem_sep String nome concode_elem_sep String textoDocumento concode_elem_sep String descricao concode_field_sep String getDescricao concode_elem_sep void setDescricao concode_elem_sep void setLink concode_elem_sep String getLink concode_ele...
void function ( String arg0 ) { this . textoDocumento = arg0 ; }
15,512
tests if the specified coordinates are inside the boundary of the shape . concode_field_sep GeneralPath gp concode_field_sep boolean contains concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep void set concode_elem_sep PathIterator getPathIterator conc...
GeneralPath function ( ) { return gp ; }
15,513
this method resets the incoming events time events included . concode_field_sep String myString concode_elem_sep String quotedString concode_elem_sep String myString2 concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean equals concode_elem_sep boolean notEqual concode_elem_sep int nextStateIndex concod...
void function ( ) { sCInterface . clearEvents ( ) ; }
15,514
setter for total distance concode_field_sep double totalTime concode_elem_sep ArrayList<City> tripCities concode_elem_sep int totalDistance concode_field_sep int getTotalDistance concode_elem_sep void setTotalTime concode_elem_sep String toString concode_elem_sep ArrayList<City> getTripCities concode_elem_sep void setT...
void function ( int arg0 ) { this . totalDistance = arg0 ; }
15,515
executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface c...
boolean function ( String arg0 , CordovaArgs arg1 , CallbackContext arg2 ) { return false ; }
15,516
get a vector by scaling concode_field_sep float y concode_elem_sep float x concode_elem_sep float z concode_field_sep void add concode_elem_sep void inverse concode_elem_sep void sub concode_elem_sep float lengthSquared concode_elem_sep void rotateXY concode_elem_sep Point3f scaleSelf concode_elem_sep void clear concod...
void function ( float arg0 ) { x *= arg0 ; y *= arg0 ; z *= arg0 ; }
15,517
get the digest for our input stream . this method constructs the input stream digest , and return it , as a a string , following the md5 rfc1321 algorithm , concode_field_sep int S31 concode_elem_sep int S13 concode_elem_sep byte padding[] concode_elem_sep int S21 concode_elem_sep int S32 concode_elem_sep int S34 conco...
String function ( ) { byte loc0 [ ] = new byte [ BUFFER_SIZE ] ; int loc1 = - 1 ; if ( digest != null ) return stringify ( digest ) ; while ( ( loc1 = in . read ( loc0 ) ) > 0 ) update ( loc0 , loc1 ) ; this . digest = end ( ) ; return stringify ( digest ) ; }
15,518
reset any internal state back to a blank slate . this method only needs to be implemented for stateful protocols . concode_field_sep TTransport trans_ concode_field_sep void writeSetEnd concode_elem_sep TStruct readStructBegin concode_elem_sep TTransport getTransport concode_elem_sep void writeFieldBegin concode_elem_s...
void function ( ) { }
15,519
this method should be used when you need to stub out creating nativearrays in unit tests . concode_field_sep PlaceHolder placeHolder concode_field_sep WritableMap fromBundle concode_elem_sep WritableArray fromArray concode_elem_sep WritableNativeArray fromJavaArgs concode_elem_sep WritableMap createMap concode_elem_sep...
WritableArray function ( ) { return new WritableNativeArray ( ) ; }
15,520
returns the number of iterations concode_field_sep int tries concode_elem_sep int time concode_elem_sep int iterations concode_elem_sep double quality concode_field_sep double getQuality concode_elem_sep int getTime concode_elem_sep int getTries concode_elem_sep String toString
int function ( ) { return iterations ; }
15,521
sets the thumbnail id of this meetups entry . concode_field_sep MeetupsEntry _meetupsEntry concode_field_sep Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concod...
void function ( long arg0 ) { _meetupsEntry . setThumbnailId ( arg0 ) ; }
15,522
gets the currently selected content panel . concode_field_sep PageContentBean selectedPanel concode_field_sep void setSelectedPanel
PageContentBean function ( ) { return selectedPanel ; }
15,523
adds a pox part to the list of existing parts with the label ` label ' . concode_field_sep String payloadName concode_elem_sep List<PT> parts concode_elem_sep String xmlPayload concode_elem_sep Document domDocument concode_elem_sep Logger logger concode_field_sep Element toElement concode_elem_sep Element toElement con...
PT function ( String arg0 , PT arg1 ) { parts . add ( arg1 ) ; return arg1 ; }
15,524
sets the throwable object associated with this log record . concode_field_sep long sequenceNumber concode_elem_sep String sourceMethodName concode_elem_sep int initThreadId concode_elem_sep Level level concode_elem_sep Throwable thrown concode_elem_sep boolean sourceInitialized concode_elem_sep String message concode_e...
void function ( Throwable arg0 ) { this . thrown = arg0 ; }
15,525
unexport this object . concode_field_sep DefinitionKind def_kind concode_elem_sep RepositoryImpl repository concode_field_sep ORB getORB concode_elem_sep POA getPOA concode_elem_sep org.omg.CORBA.Object servantToReference concode_elem_sep RepositoryImpl getRepository concode_elem_sep DefinitionKind def_kind concode_ele...
void function ( ) { POA loc0 = getPOA ( ) ; try { loc0 . deactivate_object ( loc0 . reference_to_id ( getReference ( ) ) ) ; } catch ( UserException loc1 ) { IIOPLogger . ROOT_LOGGER . warnCouldNotDeactivateIRObject ( loc1 ) ; } }
15,526
set whether to allow for a local jms transaction that is synchronized with a spring-managed transaction where the main transaction might be a jdbc-based one for a specific datasource , for example , with the jms transaction committing right after the main transaction . if not allowed , the given connectionfactory needs...
void function ( boolean arg0 ) { this . synchedLocalTransactionAllowed = arg0 ; }
15,527
getter method for ticketno concode_field_sep String subSubCategoryName concode_elem_sep String ticketNo concode_elem_sep String loggedBy concode_elem_sep long serialVersionUID concode_elem_sep String circle concode_elem_sep String categoryName concode_elem_sep String loggedDate concode_elem_sep String caseType concode_...
String function ( ) { return ticketNo ; }
15,528
delete all session information concode_field_sep PlaceHolder placeHolder concode_field_sep void setTimeout concode_elem_sep String getUserType concode_elem_sep void setSessionId concode_elem_sep void setUserType concode_elem_sep String getTimeout concode_elem_sep String getAuthToken concode_elem_sep void setAuthToken c...
void function ( HttpSession arg0 ) { arg0 . setAttribute ( "srini_string" , null ) ; arg0 . setAttribute ( "srini_string" , null ) ; arg0 . setAttribute ( "srini_string" , null ) ; arg0 . setAttribute ( "srini_string" , null ) ; arg0 . invalidate ( ) ; }
15,529
sets the mode of the move effect `` relative '' or `` absolute '' . concode_field_sep int y concode_elem_sep String mode concode_elem_sep String dummy concode_elem_sep Effect effectPanelGroup concode_elem_sep Effect effectSelectManyListBox concode_elem_sep Effect effectInputText concode_elem_sep Effect effectCommandBut...
void function ( String arg0 ) { this . mode = arg0 ; }
15,530
convenience method to set group id . concode_field_sep long delayMs concode_elem_sep boolean requiresNetwork concode_elem_sep String groupId concode_elem_sep boolean persistent concode_elem_sep int priority concode_elem_sep HashSet<String> tags concode_field_sep Params setDelayMs concode_elem_sep long getDelayMs concod...
Params function ( String arg0 ) { this . groupId = arg0 ; return this ; }
15,531
reset the collation elements to their initial state . this will move the ` cursor ' to the beginning of the text . concode_field_sep long address concode_elem_sep int NULLORDER concode_elem_sep int UNSIGNED_16_BIT_MASK_ concode_elem_sep int SECONDARY_ORDER_MASK_ concode_elem_sep int TERTIARY_ORDER_MASK_ concode_elem_se...
void function ( ) { NativeCollation . reset ( address ) ; }
15,532
perform any postprocessing . when this method is called , it indicates that no more results will be sent that need to be grouped together in any way . concode_field_sep ResultProducer m_RP concode_elem_sep PrintWriter m_Out concode_elem_sep File m_OutputFile concode_field_sep Enumeration listOptions concode_elem_sep St...
void function ( ResultProducer arg0 ) { if ( ! ( m_OutputFile == null ) && ! ( m_OutputFile . getName ( ) . equals ( "srini_string" ) ) ) { m_Out . close ( ) ; } }
15,533
main start the client from the command line . concode_field_sep ManagedChannel originChannel concode_elem_sep Logger logger concode_elem_sep GreeterGrpc.GreeterBlockingStub blockingStub concode_field_sep void greet concode_elem_sep void shutdown
void function ( String [ ] arg0 ) { CustomHeaderClient loc0 = new CustomHeaderClient ( "srini_string" , 50051 ) ; try { String loc1 = "srini_string" ; if ( arg0 . length > 0 ) { loc1 = arg0 [ 0 ] ; } loc0 . greet ( loc1 ) ; } finally { loc0 . shutdown ( ) ; } }
15,534
delete the photo out of folder concode_field_sep String fileName concode_elem_sep String imgFile concode_elem_sep int currentNumberImg concode_field_sep void setFileName concode_elem_sep void setImageFile concode_elem_sep int getCurrentNumberImg concode_elem_sep Bitmap showImage concode_elem_sep String getFileName conc...
void function ( String arg0 ) { File loc0 = new File ( Environment . getExternalStorageDirectory ( ) , "srini_string" + arg0 ) ; loc0 . delete ( ) ; Log . d ( "srini_string" , "srini_string" ) ; }
15,535
converts the byte array of http content characters to a string . if the specified charset is not supported , default system encoding is used . concode_field_sep PlaceHolder placeHolder concode_field_sep String getAsciiString concode_elem_sep String getAsciiString concode_elem_sep byte[] getAsciiBytes concode_elem_sep b...
String function ( final byte [ ] arg0 , final String arg1 ) { Args . notNull ( arg0 , "srini_string" ) ; return getString ( arg0 , 0 , arg0 . length , arg1 ) ; }
15,536
retrieve data from shared preferences in private mode . concode_field_sep int DEFAULT_INDEX concode_field_sep void putFloat concode_elem_sep void putString concode_elem_sep String getString
float function ( Context arg0 , String arg1 ) { SharedPreferences loc0 = arg0 . getSharedPreferences ( arg0 . getResources ( ) . getString ( R . string . shared_pref_package ) , Context . MODE_PRIVATE ) ; return loc0 . getFloat ( arg1 , DEFAULT_INDEX ) ; }
15,537
remove all elements from the list . concode_field_sep int size concode_elem_sep E[] data concode_elem_sep int index concode_elem_sep int CAPACITY_SHRINK concode_elem_sep int CAPACITY_INIT concode_field_sep E next concode_elem_sep void add concode_elem_sep void add concode_elem_sep void set concode_elem_sep void trimToS...
void function ( ) { if ( data . length > CAPACITY_SHRINK ) { data = createArray ( CAPACITY_INIT ) ; } else { for ( int loc0 = 0 ; loc0 < size ; loc0 ++ ) { data [ loc0 ] = null ; } } size = 0 ; }
15,538
returns the latest version of the plugin that is not installed . concode_field_sep String licenseType concode_elem_sep String latestVersion concode_elem_sep String fileSize concode_elem_sep String author concode_elem_sep String name concode_elem_sep String icon concode_elem_sep String changelog concode_elem_sep String ...
String function ( ) { return latestVersion ; }
15,539
registers a new eventfactory object . concode_field_sep String MUTATION_NAME_EVENT_TYPE concode_elem_sep String MOUSE_EVENT_TYPE concode_elem_sep String EVENT_TYPE concode_elem_sep String TEXT_EVENT_TYPE concode_elem_sep String KEYBOARD_EVENT_TYPE concode_elem_sep String EVENT_DOM2_TYPE concode_elem_sep String UI_EVENT...
void function ( String arg0 , EventFactory arg1 ) { eventFactories . put ( arg0 . toLowerCase ( ) , arg1 ) ; }
15,540
ascertains whether mapcommandbuttonid is a part of componentid . componentid might be a fully qualified id , with a prefix corresponding to container component s . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getId concode_elem_sep P...
boolean function ( String arg0 ) { return arg0 . endsWith ( mapCommandButtonId ) ; }
15,541
the new configuartion will be inserted into the list of report configuration , so that this configuration has the given report configuration instance as parent . concode_field_sep Configuration parentConfiguration concode_elem_sep Properties configuration concode_field_sep boolean isLocallyDefined concode_elem_sep void...
void function ( final HierarchicalConfiguration arg0 ) { arg0 . setParentConfig ( getParentConfig ( ) ) ; setParentConfig ( arg0 ) ; }
15,542
tests whether an intersection is proper . the intersection between two line segments is considered proper if they intersect in a single point in the interior of both segments e.g. the intersection is a single point and is not equal to any of the endpoints . the intersection between a point and a line segment is conside...
boolean function ( ) { return hasIntersection ( ) && isProper ; }
15,543
returns the user object identified by the name argument . concode_field_sep HashMappedList uUser concode_elem_sep GranteeManager granteeManager concode_elem_sep User sysUser concode_field_sep HsqlArrayList listVisibleUsers concode_elem_sep void dropUser concode_elem_sep User getSysUser concode_elem_sep String[] getRigh...
User function ( String arg0 ) { User loc0 = ( User ) uUser . get ( arg0 ) ; if ( loc0 == null ) { throw Trace . error ( Trace . USER_NOT_FOUND , arg0 ) ; } return loc0 ; }
15,544
copy the contents of the given reader into a string . closes the reader when done . concode_field_sep int BUFFER_SIZE concode_field_sep int readFully concode_elem_sep int readFully concode_elem_sep int readFully concode_elem_sep int readFully concode_elem_sep List<String> readAllLines concode_elem_sep void readAllLines...
String function ( Reader arg0 ) { StringWriter loc0 = new StringWriter ( ) ; copy ( arg0 , loc0 ) ; return loc0 . toString ( ) ; }
15,545
sends an udp packet from this socket . concode_field_sep DatagramSocket socket concode_field_sep void receive concode_elem_sep int getLocalPort concode_elem_sep int getSoTimeout concode_elem_sep void setSoTimeout concode_elem_sep String toString concode_elem_sep void close concode_elem_sep IpAddress getLocalAddress
void function ( UdpPacket arg0 ) { socket . send ( arg0 . getDatagramPacket ( ) ) ; }
15,546
sets the address of the device . concode_field_sep String TYPE_GATEWAY_EXTRAS concode_elem_sep HmInterface hmInterface concode_elem_sep List<HmChannel> channels concode_elem_sep String address concode_elem_sep String name concode_elem_sep String ADDRESS_GATEWAY_EXTRAS concode_elem_sep String type concode_elem_sep Strin...
void function ( String arg0 ) { this . address = arg0 ; }
15,547
a regular state must have a name . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_s...
void function ( ) { prepareStateTest ( ) ; state . setName ( null ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; }
15,548
returns the folder this feed belongs to . concode_field_sep String address concode_elem_sep Folder folder concode_elem_sep String NO_FOLDER concode_elem_sep String name concode_elem_sep long id concode_field_sep String address concode_elem_sep void address concode_elem_sep int hashCode concode_elem_sep boolean equals c...
Folder function ( ) { return folder ; }
15,549
set the lock options concode_field_sep LockOptions lockOptions concode_elem_sep int guesstimatedBufferSize concode_elem_sep String whereClause concode_elem_sep String fromClause concode_elem_sep Dialect dialect concode_elem_sep String selectClause concode_elem_sep String outerJoinsAfterWhere concode_elem_sep String out...
Select function ( LockOptions arg0 ) { LockOptions . copy ( arg0 , this . lockOptions ) ; return this ; }
15,550
sets the location of the key store resource . concode_field_sep String password concode_elem_sep String provider concode_elem_sep String location concode_elem_sep String type concode_field_sep void setPassword concode_elem_sep String getLocation concode_elem_sep String getPassword concode_elem_sep String getType concod...
void function ( String arg0 ) { this . location = arg0 ; }
15,551
at end of a parse if coverage is enabled we will do final processing of the primitive coverage array and make sure runtimes coverage data has been updated with this new data . concode_field_sep boolean asBlock concode_elem_sep Encoding defaultEncoding concode_elem_sep boolean frozenStringLiteral concode_elem_sep boolea...
CoverageData function ( String arg0 , int arg1 ) { if ( ! isCoverageEnabled ( ) ) return null ; growCoverageLines ( arg1 ) ; CoverageData loc0 = runtime . getCoverageData ( ) ; loc0 . prepareCoverage ( arg0 , coverage ) ; return loc0 ; }
15,552
sets cost to use memory . 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 cos...
void function ( double arg0 ) { this . costPerMem = arg0 ; }
15,553
returns load exception . concode_field_sep String pluginFileName concode_elem_sep Throwable exception concode_elem_sep T plugin concode_elem_sep String pluginFolder concode_elem_sep ImageIcon logo concode_elem_sep PluginInformation information concode_elem_sep String failureCause concode_elem_sep String exceptionMessag...
Throwable function ( ) { return exception ; }
15,554
retrieves an individual connection . concode_field_sep AuthenticationService authenticationService concode_elem_sep ObjectRetrievalService retrievalService concode_elem_sep Logger logger concode_field_sep List<APIConnectionRecord> getConnectionHistory concode_elem_sep void deleteConnection concode_elem_sep void updateC...
APIConnection function ( @ QueryParam ( "srini_string" ) String arg0 , @ PathParam ( "srini_string" ) String arg1 , @ PathParam ( "srini_string" ) String arg2 ) { GuacamoleSession loc0 = authenticationService . getGuacamoleSession ( arg0 ) ; return new APIConnection ( retrievalService . retrieveConnection ( loc0 , arg1...
15,555
join string array to string . concode_field_sep PlaceHolder placeHolder concode_field_sep String toTitle concode_elem_sep boolean isLowerCase concode_elem_sep String toCapital concode_elem_sep boolean isUpperCase
String function ( String [ ] arg0 , String arg1 ) { return join ( java . util . Arrays . asList ( arg0 ) , arg1 ) ; }
15,556
prints a message at error 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 printl...
void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( ERROR , arg0 , arg1 , arg2 ) ; }
15,557
sets the iteration number . concode_field_sep int n_t concode_elem_sep long serialVersionUID concode_elem_sep int tau concode_elem_sep int tau_t concode_field_sep void setN_t concode_elem_sep int getN_t concode_elem_sep Double apply concode_elem_sep Double apply concode_elem_sep void setTau_t concode_elem_sep int getTa...
void function ( int arg0 ) { this . tau = arg0 ; }
15,558
test compaction with a very wide row . concode_field_sep String KEYSPACE1 concode_elem_sep String CF_STANDARD concode_field_sep void forceCompactions concode_elem_sep void cleanupFiles concode_elem_sep void testCompactionMany concode_elem_sep void testCompaction concode_elem_sep void testCompactionSlim concode_elem_sep...
void function ( ) { testCompaction ( 2 , 1 , 200000 ) ; }
15,559
gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep STDocPartType val concode_elem_sep Object parent concode_field_sep STDocPartType getVal concode_elem_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep void setVal
Object function ( ) { return this . parent ; }
15,560
deprecated . please use appeventslogger instead . concode_field_sep String EVENT_NAME_LOG_CONVERSION_PIXEL concode_elem_sep String EVENT_PARAMETER_PIXEL_ID concode_elem_sep AppEventsLogger appEventsLogger concode_elem_sep String EVENT_PARAMETER_PIXEL_VALUE concode_field_sep void logPurchase concode_elem_sep void logPur...
InsightsLogger function ( Context arg0 , String arg1 , String arg2 ) { return new InsightsLogger ( arg0 , arg2 , null ) ; }
15,561
constructs a new instance of org.iesc.flightws.domain.user . concode_field_sep java.lang.String password concode_elem_sep java.lang.String surname concode_elem_sep java.util.Collection bookings concode_elem_sep java.lang.String name concode_elem_sep java.lang.Long id concode_elem_sep java.lang.String email concode_elem...
org . iesc . flightws . domain . User function ( ) { return new org . iesc . flightws . domain . UserImpl ( ) ; }
15,562
sets title identifier . concode_field_sep List<String> itemBarcodes concode_elem_sep String emailAddress concode_elem_sep String requestType concode_elem_sep String deliveryLocation concode_elem_sep String requestingInstitution concode_elem_sep String bibliographicId concode_elem_sep boolean success concode_elem_sep St...
void function ( String arg0 ) { this . titleIdentifier = arg0 ; }
15,563
helper for the processor . _ native_capability macro concode_field_sep String osnames concode_elem_sep List<String> osname concode_elem_sep String[][] processorFamilies concode_elem_sep List<String> processor concode_elem_sep String language concode_elem_sep Pattern digitPattern concode_elem_sep String[] osarch concode...
String function ( Processor arg0 , String arg1 [ ] ) { NativeCapability loc0 = new NativeCapability ( ) ; parseNativeCapabilityArgs ( arg0 , arg1 , loc0 ) ; validateNativeCapability ( loc0 ) ; Capability loc1 = createCapability ( loc0 ) ; return ResourceUtils . toProvideCapability ( loc1 ) ; }
15,564
unregister a device from the backend concode_field_sep Logger log concode_field_sep void registerDevice concode_elem_sep RegistrationRecord findRecord concode_elem_sep CollectionResponse<RegistrationRecord> listDevices
void function ( @ Named ( "srini_string" ) String arg0 ) { RegistrationRecord loc0 = findRecord ( arg0 ) ; if ( loc0 == null ) { log . info ( "srini_string" + arg0 + "srini_string" ) ; return ; } ofy ( ) . delete ( ) . entity ( loc0 ) . now ( ) ; }
15,565
returns the files in the given directory and its subdirectories . concode_field_sep PlaceHolder placeHolder concode_field_sep Object readSerialized concode_elem_sep String[] getVisibleSubDirs concode_elem_sep void writeSerialized concode_elem_sep String[] getSubDirs concode_elem_sep String readString concode_elem_sep F...
File [ ] function ( String arg0 ) { ArrayList < File > loc0 = new ArrayList < File > ( ) ; getFilesRec ( new File ( arg0 ) , loc0 ) ; return loc0 . toArray ( new File [ loc0 . size ( ) ] ) ; }
15,566
returns a flag indicating if the user is logged in or not . concode_field_sep long TS_EXP_TIME_LAPSE_IN_MILLIS concode_elem_sep RestClient client concode_elem_sep String EXPECTED_DATE_FORMAT concode_elem_sep Logger LOGGER concode_elem_sep InternalUserApiService internalUserApiService concode_field_sep boolean isPaywall...
boolean function ( String arg0 ) { Customer loc0 = getCustomerInfo ( arg0 ) ; if ( loc0 == null ) { return false ; } return true ; }
15,567
everything else just delegates to original executor . concode_field_sep ExecutorService executor concode_elem_sep Map loggerContextMap concode_elem_sep Runnable command concode_field_sep Future<T> submit concode_elem_sep Future<T> submit concode_elem_sep Future<?> submit concode_elem_sep boolean isTerminated concode_el...
void function ( ) { executor . shutdown ( ) ; }
15,568
sets the size of a page as an int . concode_field_sep int m_pageNavLength concode_elem_sep int m_pageNavStartIndex concode_elem_sep int m_pageIndex concode_elem_sep int m_pageSize concode_elem_sep String PAGE_CONTEXT_ATTRIBUTE_NAME concode_elem_sep int m_resultIndex concode_elem_sep String m_locale concode_elem_sep int...
void function ( int arg0 ) { m_pageSize = arg0 ; }
15,569
returns the modified date of this message boards thread flag . concode_field_sep MBThreadFlag _mbThreadFlag concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEsca...
Date function ( ) { return _mbThreadFlag . getModifiedDate ( ) ; }
15,570
equivalent to range #upperboundtype except that boundtype #closed is returned if the upper endpoint is equals to value #positve_infinity . concode_field_sep Comparator<BoundType> UPPER_BOUND_COMPARATOR concode_elem_sep Comparator<BoundType> LOWER_BOUND_COMPARATOR concode_field_sep int compareToUpper concode_elem_sep Ra...
BoundType function ( Range < Value > arg0 ) { Value loc0 = getUpperEndpoint ( arg0 ) ; if ( loc0 == Value . POSITIVE_INFINITY ) { return BoundType . CLOSED ; } else { return arg0 . upperBoundType ( ) ; } }
15,571
it clones a sequence withoud copying the non-frequent items concode_field_sep int numberOfItems concode_elem_sep List<Itemset> itemsets concode_elem_sep int id concode_field_sep void addItem concode_elem_sep void addItem concode_elem_sep void addItem concode_elem_sep int size concode_elem_sep Itemset get concode_elem_s...
Sequence function ( Map < Item , BitSet > arg0 , double arg1 ) { Sequence loc0 = new Sequence ( getId ( ) ) ; for ( Itemset loc1 : itemsets ) { Itemset loc2 = loc1 . cloneItemSetMinusItems ( arg0 ) ; if ( loc2 . size ( ) != 0 ) { loc0 . addItemset ( loc2 ) ; } } return loc0 ; }
15,572
get the text string name of the message . concode_field_sep File file concode_elem_sep String message concode_elem_sep String status concode_field_sep AnonymizerStatus QUARANTINE concode_elem_sep boolean isSKIP concode_elem_sep boolean isOK concode_elem_sep AnonymizerStatus SKIP concode_elem_sep String toString concode...
String function ( ) { return message ; }
15,573
method markfailed sets the status to failed . concode_field_sep Throwable throwable concode_elem_sep Status status concode_elem_sep long finishedTime concode_elem_sep long startTime concode_field_sep void markRunning concode_elem_sep boolean isStopped concode_elem_sep boolean isFailed concode_elem_sep void markStartTim...
void function ( Throwable arg0 ) { if ( status != Status . RUNNING ) throw new IllegalStateException ( "srini_string" + Status . FAILED + "srini_string" + status ) ; status = Status . FAILED ; markFinishedTime ( ) ; this . throwable = arg0 ; }
15,574
search for a table whose name is tablename . concode_field_sep SetMap<String,SQLTable> byCode concode_elem_sep SetMap<String,SQLTable> tableNames concode_elem_sep Map<String,SQLElementNames> elementNames concode_elem_sep List<DirectoryListener> listeners concode_elem_sep Map<SQLTable,SQLElement> elements concode_elem_s...
SQLElement function ( String arg0 ) { return this . getElement ( getSoleTable ( this . tableNames , arg0 ) ) ; }
15,575
creates vcscommitstyleimpl with specified text color and no background color . concode_field_sep Color myForeground concode_elem_sep Color myBackground concode_elem_sep VcsLogHighlighter.TextStyle myTextStyle concode_field_sep Color getForeground concode_elem_sep VcsLogHighlighter.TextStyle getTextStyle concode_elem_se...
VcsLogHighlighter . VcsCommitStyle function ( @ Nullable Color arg0 ) { return createStyle ( arg0 , null , null ) ; }
15,576
resolves the service type of this service , returning the service type provided in the #serviceinfo servicetype , serviceurl , string , scopes , attributes constructor if not null , otherwise the servicetype of the serviceurl . concode_field_sep ServiceType serviceType concode_elem_sep long registrationTime concode_ele...
ServiceType function ( ) { ServiceType loc0 = getServiceType ( ) ; if ( loc0 != null ) return loc0 ; return getServiceURL ( ) . getServiceType ( ) ; }
15,577
print a long and then flush the output stream . concode_field_sep String charsetName concode_elem_sep Locale US_LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep ...
void function ( long arg0 ) { out . print ( arg0 ) ; out . flush ( ) ; }
15,578
forgets about an entry from this pool . this method is used to indicate that an entry #allocentry allocated from this pool has been lost and will not be returned . concode_field_sep LinkedList<BasicPoolEntry> freeEntries concode_elem_sep HttpRoute route concode_elem_sep int maxEntries concode_elem_sep Queue<WaitingThre...
void function ( ) { Asserts . check ( numEntries > 0 , "srini_string" ) ; numEntries -- ; }
15,579
sets the value of the href property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String agentIdentifierType concode_elem_sep String agentIdentifierValue concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep String href concode_elem_sep String type concode_elem...
void function ( String arg0 ) { this . href = arg0 ; }
15,580
sets session factory . concode_field_sep String hibernateCfgPath concode_elem_sep SessionFactory sesFactory concode_elem_sep Properties hibernateProps concode_elem_sep String sesFactoryBean concode_elem_sep Object appContext concode_elem_sep long serialVersionUID concode_field_sep CacheHibernateBlobStoreFactory<K,V> se...
CacheHibernateBlobStoreFactory < K , V > function ( SessionFactory arg0 ) { this . sesFactory = arg0 ; return this ; }
15,581
logs the message without checking the #shouldlog method first . concode_field_sep Logger log concode_elem_sep LoggingLevel level concode_elem_sep Marker marker concode_field_sep void setLog concode_elem_sep LoggingLevel getLevel concode_elem_sep boolean shouldLog concode_elem_sep boolean shouldLog concode_elem_sep Mark...
void function ( String arg0 ) { log ( log , level , marker , arg0 ) ; }
15,582
returns a string representation of this object ; useful for testing and debugging . concode_field_sep LoadBalancerAttributes loadBalancerAttributes concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeLoadBalancerAttributesResult clone concode_elem_sep DescribeLoadBalancerAttributesRe...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getLoadBalancerAttributes ( ) != null ) loc0 . append ( "srini_string" + getLoadBalancerAttributes ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
15,583
sets firstname . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep Date hireDate concode_elem_sep String phoneNumber concode_elem_sep int departmentId concode_elem_sep long serialVersionUID concode_elem_sep int id concode_elem_sep Integer managerId concode_elem_sep String job concode_...
void function ( String arg0 ) { this . firstName = arg0 ; }
15,584
returns a mutable map of the registration init-parameters . concode_field_sep int order concode_elem_sep boolean asyncSupported concode_elem_sep boolean enabled concode_elem_sep String name concode_elem_sep Map<String,String> initParameters concode_field_sep void setName concode_elem_sep void setEnabled concode_elem_se...
Map < String , String > function ( ) { return this . initParameters ; }
15,585
returns the uuid of this gadget . concode_field_sep Gadget _gadget concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.St...
java . lang . String function ( ) { return _gadget . getUuid ( ) ; }
15,586
checks the given boolean condition , and throws an illegalstateexception ifthe condition is not met evaluates to false . concode_field_sep PlaceHolder placeHolder concode_field_sep T checkNotNull concode_elem_sep T checkNotNull concode_elem_sep T checkNotNull concode_elem_sep String format concode_elem_sep void checkAr...
void function ( boolean arg0 , @ Nullable String arg1 , @ Nullable Object ... arg2 ) { if ( ! arg0 ) { throw new IllegalStateException ( format ( arg1 , arg2 ) ) ; } }
15,587
hashes the plaintext password to make is suitable for storing in the db concode_field_sep PlaceHolder placeHolder concode_field_sep boolean checkPassword
String function ( String arg0 ) { return BCrypt . hashpw ( arg0 , BCrypt . gensalt ( ) ) ; }
15,588
retrieve a a single stat update given a stat name and the name of a time period . concode_field_sep Comparator<Conversation> conversationComparator concode_field_sep List<Map<String,Long>> getNLatestConversations concode_elem_sep int compare concode_elem_sep Map<String,Map> getUpdatedStats concode_elem_sep String forma...
Map function ( String arg0 , String arg1 ) { long [ ] loc0 = GraphEngine . parseTimePeriod ( arg1 ) ; return getUpdatedStat ( arg0 , loc0 ) ; }
15,589
can we extract the version from a aekos pid ? concode_field_sep PlaceHolder placeHolder concode_field_sep void testCanHandle01 concode_elem_sep void testTrimVersionFromPid01 concode_elem_sep void testExtractVersionFromPid02 concode_elem_sep void testCanHandle03 concode_elem_sep void testCanHandle02
void function ( ) { AekosPidProcessingStrategy loc0 = new AekosPidProcessingStrategy ( ) ; String loc1 = "srini_string" ; int loc2 = loc0 . extractVersionFromPid ( loc1 ) ; assertThat ( loc2 , is ( 20151212 ) ) ; }
15,590
add the given query parameter . concode_field_sep PSequence<PathParam> pathParams concode_elem_sep PMap<String,PSequence<String>> queryParams concode_elem_sep Optional<String> name concode_elem_sep RawId EMPTY concode_elem_sep String value concode_field_sep RawId withPathValue concode_elem_sep PSequence<PathParam> path...
RawId function ( String arg0 , String arg1 ) { return withQueryParam ( arg0 , TreePVector . singleton ( arg1 ) ) ; }
15,591
a ticker that reads the current time using system #nanotime . concode_field_sep Ticker SYSTEM_TICKER concode_field_sep long read concode_elem_sep long read
Ticker function ( ) { return SYSTEM_TICKER ; }
15,592
copy operator . concode_field_sep int size concode_elem_sep double[] vec concode_field_sep HVecN add concode_elem_sep HVecN sub concode_elem_sep HVecN mul concode_elem_sep HVecN normalized concode_elem_sep void normalize concode_elem_sep double dot concode_elem_sep HVecN scale concode_elem_sep HVecN sum concode_elem_se...
void function ( HVecN arg0 ) { size = arg0 . size ; for ( int loc0 = 0 ; loc0 < size ; ++ loc0 ) vec [ loc0 ] = arg0 . vec [ loc0 ] ; }
15,593
constructs a new score sort . concode_field_sep PlaceHolder placeHolder concode_field_sep FieldSortBuilder fieldSort concode_elem_sep ScriptSortBuilder scriptSort concode_elem_sep GeoDistanceSortBuilder geoDistanceSort
ScoreSortBuilder function ( ) { return new ScoreSortBuilder ( ) ; }
15,594
gets the paymenttype value for this paymentdetails . concode_field_sep int cvvNumber concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep long creditCardNumber concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep int expiryMonth concode_elem_sep boolean __hashCodeCalc concode_elem_...
java . lang . String function ( ) { return paymentType ; }
15,595
the aws account id of the amazon ec2 security group owner . returns a reference to this object so that method calls can be chained together . concode_field_sep String eC2SecurityGroupOwnerId concode_elem_sep String eC2SecurityGroupName concode_elem_sep String status concode_field_sep EC2SecurityGroup withStatus concode...
EC2SecurityGroup function ( String arg0 ) { this . eC2SecurityGroupOwnerId = arg0 ; return this ; }
15,596
provides the login info for the client . concode_field_sep String[] loginInfo concode_elem_sep long timeoutTime concode_elem_sep boolean isBot concode_elem_sep int maxMissedPingCount concode_elem_sep int reconnectAttempts concode_elem_sep String botToken concode_elem_sep boolean isDaemon concode_field_sep ClientBuilder...
ClientBuilder function ( String arg0 ) { this . botToken = arg0 ; isBot = true ; return this ; }
15,597
set if the room is members only . rooms are not members only per default . concode_field_sep MultiUserChat multiUserChat concode_elem_sep String MUC_ROOMCONFIG_ROOMSECRET concode_elem_sep String MUC_ROOMCONFIG_ROOMOWNERS concode_elem_sep String MUC_ROOMCONFIG_PASSWORDPROTECTEDROOM concode_elem_sep List<Jid> owners conc...
MucConfigFormManager function ( boolean arg0 ) { if ( ! supportsMembersOnly ( ) ) { throw new MucConfigurationNotSupportedException ( MUC_ROOMCONFIG_MEMBERSONLY ) ; } answerForm . setAnswer ( MUC_ROOMCONFIG_MEMBERSONLY , arg0 ) ; return this ; }
15,598
create an instance of autopayinfotype concode_field_sep PlaceHolder placeHolder concode_field_sep DataBalanceInfoType createDataBalanceInfoType concode_elem_sep ChargeInfoType createChargeInfoType concode_elem_sep PayPeriodicType createPayPeriodicType concode_elem_sep DealerInfoType createDealerInfoType concode_elem_se...
AutoPayInfoType function ( ) { return new AutoPayInfoType ( ) ; }
15,599
returns the error info for an existing target value , or null if there is not anappropriate target value key in the graph . this helper is provided so legacy tests do n't need to know about details of skyframe keys . concode_field_sep PlaceHolder placeHolder concode_field_sep ConfiguredTargetValue getExistingConfigured...
ErrorInfo function ( SkyframeExecutor arg0 , Label arg1 ) { SkyKey loc0 = TargetMarkerValue . loc0 ( arg1 ) ; return getExistingError ( arg0 , loc0 ) ; }