idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
24,400
sets the value of the uuidref property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep MLCompoundCRSType mlCompoundCRS concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_e...
void function ( String arg0 ) { this . uuidref = arg0 ; }
24,401
returns true if either endpoint of this edge is the specifiednode ; false otherwise . concode_field_sep int id2 concode_elem_sep int id1 concode_field_sep int getOppositeEndpoint concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getId1 concode_elem_sep int getId2
boolean function ( int arg0 ) { return ( arg0 == id1 ) || ( arg0 == id2 ) ; }
24,402
the type of resource . the only supported value is auto-scaling-group . concode_field_sep String resourceId concode_elem_sep Boolean propagateAtLaunch concode_elem_sep String value concode_elem_sep String key concode_elem_sep String resourceType concode_field_sep String getKey concode_elem_sep Tag withResourceType conc...
String function ( ) { return this . resourceType ; }
24,403
gets the url that the suite was downloaded from . concode_field_sep byte[] verifyHash concode_elem_sep String jadUrl concode_elem_sep String iMIDlet1 concode_elem_sep String description concode_elem_sep String jarFilename concode_elem_sep String[] authPath concode_elem_sep boolean trusted concode_elem_sep String domain...
String function ( ) { String loc0 = getJadUrl ( ) ; if ( loc0 != null ) { return loc0 ; } return getJarUrl ( ) ; }
24,404
returns the version of proarc concode_field_sep HashMap<String,IMetsElement> pidElements concode_elem_sep MetsElement rootElement concode_elem_sep String packageID concode_elem_sep JhoveContext jhoveContext concode_elem_sep Map<String,String> fsParentMap concode_elem_sep String path concode_elem_sep String proarcVersio...
String function ( ) { if ( proarcVersion == null ) { proarcVersion = AppConfiguration . VERSION ; } return proarcVersion ; }
24,405
set the current task config concode_field_sep IPushbackReader reader concode_elem_sep int idx concode_elem_sep JcsegTaskConfig config concode_elem_sep IStringBuffer isb concode_elem_sep ADictionary dic concode_field_sep IWord next concode_elem_sep void setDict concode_elem_sep void pushBack concode_elem_sep ADictionary...
void function ( JcsegTaskConfig arg0 ) { this . config = arg0 ; }
24,406
noop concode_field_sep String sessionId concode_field_sep void launchHTMLSuite concode_elem_sep void launchRemoteSession concode_elem_sep String getSessionId concode_elem_sep void clearSessionId
void function ( ) { }
24,407
callback that will be triggered after all properties are updated in current update transaction all @reactprop handlers for properties updated in current transaction have been called . if you want to override this method you should call super.onafterupdatetransaction from it as the parent class of the viewmanager may re...
void function ( T arg0 ) { }
24,408
record the fact that this web application has been initialized . concode_field_sep ServletContext context concode_field_sep void sessionCreated concode_elem_sep void sessionDestroyed concode_elem_sep void log concode_elem_sep void attributeReplaced concode_elem_sep void contextDestroyed concode_elem_sep void attributeA...
void function ( ServletContextEvent arg0 ) { this . context = arg0 . getServletContext ( ) ; log ( "srini_string" ) ; }
24,409
after prepare should n't throw any exception . any verification has to be done on before prepare concode_field_sep PlaceHolder placeHolder concode_field_sep void afterRollback concode_elem_sep List<MessageReference> getListOnConsumer concode_elem_sep List<MessageReference> getRelatedMessageReferences concode_elem_sep v...
void function ( Transaction arg0 ) { }
24,410
posts a synchronization barrier to the looper 's message queue . message processing occurs as usual until the message queue encounters the synchronization barrier that has been posted . when the barrier is encountered , later synchronous messages in the queue are stalled prevented from being executed until the barrier ...
int function ( ) { return mQueue . enqueueSyncBarrier ( SystemClock . uptimeMillis ( ) ) ; }
24,411
getkeystroke concode_field_sep int modifiers concode_elem_sep char keyChar concode_elem_sep int keyCode concode_elem_sep boolean onKeyRelease concode_field_sep KeyStroke getKeyStrokeForEvent concode_elem_sep char getKeyChar concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean isOnKeyRe...
KeyStroke function ( int arg0 , int arg1 , boolean arg2 ) { KeyStroke loc0 ; loc0 = new KeyStroke ( ) ; loc0 . arg0 = arg0 ; loc0 . arg1 = arg1 ; loc0 . arg2 = arg2 ; return loc0 ; }
24,412
returns true if the point is within the view 's bounds . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isTouchInsideViewWithClickListener
boolean function ( float arg0 , float arg1 , View arg2 ) { int loc0 [ ] = new int [ 2 ] ; arg2 . getLocationOnScreen ( loc0 ) ; int loc1 = loc0 [ 0 ] ; int loc2 = loc0 [ 1 ] ; if ( ( arg0 > loc1 && arg0 < ( loc1 + arg2 . getWidth ( ) ) ) && ( arg1 > loc2 && arg1 < ( loc2 + arg2 . getHeight ( ) ) ) ) { return true ; } e...
24,413
adds a pix and associated box to this pixa . concode_field_sep int mNativePixa concode_elem_sep int mHeight concode_elem_sep int mWidth concode_elem_sep int mIndex concode_elem_sep boolean mRecycled concode_field_sep Pix next concode_elem_sep Rect getBoxRect concode_elem_sep int nativeGetPix concode_elem_sep boolean na...
void function ( Pix arg0 , Box arg1 , int arg2 ) { nativeAdd ( mNativePixa , arg0 . mNativePix , arg1 . mNativeBox , arg2 ) ; }
24,414
appends a vertex and normal to the buffers . concode_field_sep Map<String,List<Vector2f>> uvCoords concode_elem_sep List<Integer> indexes concode_elem_sep int materialIndex concode_elem_sep List<TreeMap<Float,Integer>> boneWeightAndIndexes concode_elem_sep VertexBuffer verticesWeightsIndices concode_elem_sep List<Vecto...
void function ( Vector3f arg0 , Vector3f arg1 ) { int loc0 = this . indexOf ( arg0 , arg1 , null ) ; if ( loc0 >= 0 ) { indexes . add ( loc0 ) ; } else { indexes . add ( verts . size ( ) ) ; verts . add ( arg0 ) ; normals . add ( arg1 ) ; } }
24,415
checks if target user is being followed by source user . this method is equivalent to issourcefollowingtarget . concode_field_sep HttpResponse res concode_elem_sep ObjectFactory factory concode_elem_sep Relationship target concode_field_sep boolean isSourceBlockingTarget concode_elem_sep long getTargetUserId concode_el...
boolean function ( ) { return getTarget ( ) . isTargetFollowedBySource ( ) ; }
24,416
return the rpdto object for a given openid and rp url concode_field_sep String OPENID_ADMIN_COOKIE concode_elem_sep OpenIDProviderService openIDProviderService concode_elem_sep String OPENID_PROVIDER_SERVICE concode_elem_sep Log log concode_elem_sep Integer sessionTimeout concode_elem_sep boolean isUserApprovalBypassEn...
OpenIDUserRPDTO function ( String arg0 , String arg1 ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" + arg0 + "srini_string" + arg1 ) ; } return openIDProviderService . getOpenIDUserRPInfo ( arg0 , arg1 ) ; }
24,417
returns the header for the layout format . the base class returns null . concode_field_sep int LINE_SEP_LEN concode_field_sep String getFooter concode_elem_sep String format concode_elem_sep String getContentType concode_elem_sep boolean ignoresThrowable
String function ( ) { return null ; }
24,418
refreshes the encoders and allowed for the motors to track its position accurately destroying the chain from moving the motors in opposite direction . concode_field_sep Preferences presets concode_elem_sep DcMotor rightMotor concode_elem_sep DcMotor leftMotor concode_field_sep double calculateEncoderValue concode_elem_...
void function ( ) { getRightMotor ( ) . setMode ( DcMotorController . RunMode . RESET_ENCODERS ) ; getLeftMotor ( ) . setMode ( DcMotorController . RunMode . RESET_ENCODERS ) ; }
24,419
called when the system received an http authentication request . plugin can use the supplied httpauthhandler to process this auth challenge . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_fie...
boolean function ( CordovaWebView arg0 , ICordovaHttpAuthHandler arg1 , String arg2 , String arg3 ) { return false ; }
24,420
select table1 column name . concode_field_sep DefaultOutputPort<Map<String,Object>> outport concode_elem_sep DefaultInputPort<Map<String,Object>> inport2 concode_elem_sep ArrayList<Map<String,Object>> table2 concode_elem_sep ArrayList<Index> table2Columns concode_elem_sep ArrayList<Map<String,Object>> table1 concode_el...
void function ( Index arg0 ) { table1Columns . add ( arg0 ) ; }
24,421
remove a specific request concode_field_sep List<RequestHandler> newSessionRequests concode_elem_sep Logger log concode_field_sep void add concode_elem_sep int getNewSessionRequestCount concode_elem_sep void stop concode_elem_sep void processQueue concode_elem_sep Iterable<DesiredCapabilities> getDesiredCapabilities co...
boolean function ( RequestHandler arg0 ) { return newSessionRequests . remove ( arg0 ) ; }
24,422
get the warning string for a missing required field , formatted for an html table . concode_field_sep String dcQualifier concode_elem_sep boolean required concode_elem_sep String visibility concode_elem_sep String valueListName concode_elem_sep String dcElement concode_elem_sep String dcSchema concode_elem_sep String h...
String function ( ) { return warning ; }
24,423
returns the number of rows matching the dynamic query . concode_field_sep TypeLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.ams.model.Type deleteType conco...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; }
24,424
handles : get / cities / cityname get a specific city . concode_field_sep ViewResourceHandler resourceHandler concode_field_sep Response getCities
Response function ( @ Context HttpHeaders arg0 , @ Context UriInfo arg1 , @ PathParam ( "srini_string" ) String arg2 ) { return resourceHandler . handleRequest ( arg0 , arg1 , ViewResourceHandler . RequestType . GET , ViewResourceHandler . MediaType . APPLICATION_JSON , arg2 ) ; }
24,425
notified when the find in page toolbar has been shown . concode_field_sep PlaceHolder placeHolder concode_field_sep void onFindToolbarHidden
void function ( ) { }
24,426
returns an unmodifiable mapping from new names to original names . concode_field_sep char SEPARATOR concode_elem_sep ImmutableMap<String,String> reverseMap concode_elem_sep Splitter LINE_SPLITTER concode_elem_sep ImmutableSortedMap<String,String> map concode_field_sep VariableMap fromMap concode_elem_sep int findIndexO...
Map < String , String > function ( ) { initReverseMap ( ) ; return reverseMap ; }
24,427
returns requested token given position number starting at 0 . concode_field_sep String processedLine concode_elem_sep ArrayList tokenList concode_field_sep void add concode_elem_sep void set concode_elem_sep int size concode_elem_sep void setProcessedLine concode_elem_sep boolean isEmpty concode_elem_sep Object clone c...
Token function ( int arg0 ) { return ( Token ) tokenList . get ( arg0 ) ; }
24,428
returns if the index is under merge throttling control concode_field_sep String INDEX_TOTAL concode_elem_sep long indexCurrent concode_elem_sep String NOOP_UPDATE_TOTAL concode_elem_sep String DELETE_CURRENT concode_elem_sep Map<String,Stats> typeStats concode_elem_sep String DELETE_TOTAL concode_elem_sep String DELETE...
boolean function ( ) { return isThrottled ; }
24,429
returns the `` from '' object . concode_field_sep Network owner concode_elem_sep int indexTo concode_elem_sep Object from concode_elem_sep Object to concode_elem_sep int indexFrom concode_elem_sep Object info concode_field_sep Network owner concode_elem_sep Object getOtherNode concode_elem_sep double getWeight concode_...
Object function ( ) { return from ; }
24,430
set the field id that the metadata value represents . concode_field_sep int place concode_elem_sep int resourceId concode_elem_sep int confidence concode_elem_sep int resourceTypeId concode_elem_sep int valueId concode_elem_sep String language concode_elem_sep TableRow row concode_elem_sep int fieldId concode_elem_sep ...
void function ( int arg0 ) { this . fieldId = arg0 ; }
24,431
sets the value of the nmfccode property . concode_field_sep Money chargeRate concode_elem_sep String nmfcCode concode_elem_sep FreightClassType freightClass concode_elem_sep Money extendedAmount concode_elem_sep FreightClassType ratedAsClass concode_elem_sep String description concode_elem_sep Weight weight concode_ele...
void function ( String arg0 ) { this . nmfcCode = arg0 ; }
24,432
closes the statement quietly . concode_field_sep String DEFAULT_CONCEPT_MAP_TYPE concode_elem_sep Log log concode_field_sep String getConfirmationMessage concode_elem_sep void setFileOpener concode_elem_sep Integer determineMapTypeId concode_elem_sep void setUp concode_elem_sep void execute concode_elem_sep ValidationE...
void function ( PreparedStatement arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( SQLException loc0 ) { log . error ( "srini_string" , loc0 ) ; } } }
24,433
adds a float to an array or function call . concode_field_sep StringBuilder params concode_field_sep String escapeString concode_elem_sep JSONBuilder endArray concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSO...
JSONBuilder function ( float arg0 ) { conditionallyAppendComma ( ) ; params . append ( arg0 ) ; return this ; }
24,434
return the first connector with the given class or null if none was found concode_field_sep Logger logger concode_elem_sep ConnectorCache cache concode_elem_sep ConnectorConfigurationRepository connectorConfigurationRepository concode_elem_sep List<ConnectorConfiguration> connectorDefinitions concode_elem_sep LoginAspe...
Connector function ( Class < ? extends Connector > arg0 ) { List < ConnectorConfiguration > loc0 = getConnectorConfigurations ( arg0 ) ; if ( ! loc0 . isEmpty ( ) ) { return getConnector ( loc0 . get ( 0 ) . getId ( ) ) ; } else { return null ; } }
24,435
returns the translation of this term . concode_field_sep Term _term concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.life...
java . lang . String function ( ) { return _term . getTranslation ( ) ; }
24,436
returns the bytes of this term . concode_field_sep String field concode_elem_sep BytesRef bytes concode_field_sep void set concode_elem_sep String field concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep String toString concode_elem_sep String text concode_el...
BytesRef function ( ) { return bytes ; }
24,437
number of threads used in the server thread pool . default to 0 , which is 2x #cores . concode_field_sep ConfigProvider conf concode_field_sep int ioRetryWaitTimeMs concode_elem_sep String ioMode concode_elem_sep int receiveBuf concode_elem_sep int sendBuf concode_elem_sep int numConnectionsPerPeer concode_elem_sep int...
int function ( ) { return conf . getInt ( "srini_string" , 0 ) ; }
24,438
ends a subquery and returns the parent query . concode_field_sep QueryBuilder parent concode_elem_sep String q concode_elem_sep int opCount concode_elem_sep StringBuilder sb concode_field_sep QueryBuilder op concode_elem_sep QueryBuilder or concode_elem_sep boolean containsField concode_elem_sep QueryBuilder andSubquer...
QueryBuilder function ( ) { this . q = sb . toString ( ) . trim ( ) ; if ( q . length ( ) > 0 ) { parent . sb . append ( q ) . append ( ')' ) ; } return parent ; }
24,439
returns the current user id concode_field_sep String mUserId concode_elem_sep String mAuthenticationToken concode_field_sep String getAuthenticationToken concode_elem_sep void setAuthenticationToken concode_elem_sep void setUserId
String function ( ) { return mUserId ; }
24,440
sets up a connection into the context for testing . concode_field_sep Logger logger concode_elem_sep DataSource dataSource concode_field_sep Connection getConnection concode_elem_sep void tearDownFromTest concode_elem_sep void initialize concode_elem_sep void executeSQL concode_elem_sep void clearTable concode_elem_sep...
void function ( ) { try { ConnectionContext . set ( dataSource . getConnection ( ) ) ; } catch ( SQLException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
24,441
yet another random number generator concode_field_sep int x concode_elem_sep int w concode_elem_sep AtomicLong seq concode_elem_sep long seed concode_elem_sep AtomicInteger seq concode_elem_sep long multiplier concode_elem_sep boolean started concode_elem_sep long mask concode_elem_sep SimpleRandom staticRNG concode_el...
int function ( int arg0 ) { return 36969 * ( arg0 & 65535 ) + ( arg0 >> 16 ) ; }
24,442
assert the result from asynchronous processing . this method can be used when a controller method returns callable or webasynctask . the value matched is the value returned from the callable or the exception raised . concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher sessionAttribute concode_elem...
ResultMatcher function ( final Object arg0 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg1 ) { HttpServletRequest loc0 = arg1 . getRequest ( ) ; assertAsyncStarted ( loc0 ) ; assertEquals ( "srini_string" , arg0 , arg1 . getAsyncResult ( ) ) ; } } ; }
24,443
create an instance of getperson concode_field_sep PlaceHolder placeHolder concode_field_sep UnknownPersonFault createUnknownPersonFault concode_elem_sep GetPersonResponse createGetPersonResponse
GetPerson function ( ) { return new GetPerson ( ) ; }
24,444
returns the current reference count . concode_field_sep AtomicInteger refCount concode_elem_sep T object concode_field_sep void decRef concode_elem_sep void release concode_elem_sep T get concode_elem_sep void incRef
int function ( ) { return refCount . get ( ) ; }
24,445
returns the short description of this jurys . concode_field_sep Jurys _jurys 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 void setGroupId concode_elem_sep boo...
java . lang . String function ( ) { return _jurys . getShortDescription ( ) ; }
24,446
returns link-remote-identifier . concode_field_sep short LENGTH concode_elem_sep short TYPE concode_elem_sep int iLinkRemoteIdentifier concode_elem_sep Logger log concode_elem_sep int iLinkLocalIdentifier concode_field_sep PcepVersion getVersion concode_elem_sep PcepValueType read concode_elem_sep short getType concode...
int function ( ) { return iLinkRemoteIdentifier ; }
24,447
the number of archives in the vault as of the last inventory date . this field will return null if an inventory has not yet run on the vault , for example , if you just created the vault . concode_field_sep Long sizeInBytes concode_elem_sep String vaultName concode_elem_sep Long numberOfArchives concode_elem_sep String...
void function ( Long arg0 ) { this . numberOfArchives = arg0 ; }
24,448
checks a combination of checkinsync and checkvalidateedit depending of the value of editor . if editor is true only checkvalidateedit is performed since the editor does a in sync check on focus change . if editor is false both checks are performed . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean ch...
boolean function ( DartElement arg0 , Shell arg1 , String arg2 , boolean arg3 ) { return check ( new DartElement [ ] { arg0 } , arg1 , arg2 , arg3 ) ; }
24,449
gets the cached expiration date from a bundle . concode_field_sep String TOKEN_SOURCE_KEY concode_elem_sep long INVALID_BUNDLE_MILLISECONDS concode_elem_sep String TOKEN_KEY concode_elem_sep String PERMISSIONS_KEY concode_elem_sep String EXPIRATION_DATE_KEY concode_elem_sep String LAST_REFRESH_DATE_KEY concode_elem_sep...
Date function ( Bundle arg0 ) { Validate . notNull ( arg0 , "srini_string" ) ; return getDate ( arg0 , EXPIRATION_DATE_KEY ) ; }
24,450
sets the data of this service component . concode_field_sep ServiceComponent _serviceComponent concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setBuildD...
void function ( java . lang . String arg0 ) { _serviceComponent . setData ( arg0 ) ; }
24,451
we clear the cache concode_field_sep Map objectTable concode_field_sep void afterRollback concode_elem_sep Object lookup concode_elem_sep void cache concode_elem_sep void afterBegin concode_elem_sep void beforeBegin concode_elem_sep void clear concode_elem_sep void afterOpen concode_elem_sep void beforeCommit concode_e...
void function ( PBStateEvent arg0 ) { clear ( ) ; }
24,452
return a contextual shaper which can shape to any of the indicated languages . the default initial context for this shaper is european . concode_field_sep int GURMUKHI concode_elem_sep int MONGOLIAN concode_elem_sep int GUJARATI concode_elem_sep int TAMIL concode_elem_sep int TIBETAN concode_elem_sep int LAO concode_el...
NumericShaper function ( int arg0 ) { if ( ( arg0 & ~ ALL_RANGES ) != 0 ) throw new IllegalArgumentException ( "srini_string" ) ; return new NumericShaper ( EUROPEAN , arg0 ) ; }
24,453
get the outputdescriptor for this datasinkdescriptor concode_field_sep OutputDescriptor outputDescriptor concode_elem_sep Credentials credentials concode_elem_sep Collection<URI> urisForCredentials concode_elem_sep OutputCommitterDescriptor committerDescriptor concode_field_sep DataSinkDescriptor create concode_elem_se...
OutputDescriptor function ( ) { return outputDescriptor ; }
24,454
create vertex points as polygons from a list of coordinates . concode_field_sep double DELTA concode_elem_sep GeometryFactory gf concode_field_sep Polygon createPolygon concode_elem_sep LineString createLineString concode_elem_sep MultiPoint createPoints
Geometry function ( List < Coordinate > arg0 ) { MultiPoint loc0 = gf . createMultiPoint ( arg0 . toArray ( new Coordinate [ arg0 . size ( ) ] ) ) ; Geometry loc1 = loc0 . loc1 ( 0.0001 ) ; return loc1 ; }
24,455
returns the number of elements in the set . concode_field_sep HashSet<T> data concode_elem_sep boolean allImmutable concode_elem_sep long serialVersionUID concode_elem_sep ImmutableSet EMPTY_SET concode_field_sep Set<T> toSet concode_elem_sep Iterator<T> iterator concode_elem_sep boolean contains concode_elem_sep Immut...
int function ( ) { return data . size ( ) ; }
24,456
indicates that a change has occurred in the image of the source callpeer . concode_field_sep PlaceHolder placeHolder concode_field_sep void peerStateChanged concode_elem_sep void peerAddressChanged concode_elem_sep void peerDisplayNameChanged concode_elem_sep void peerTransportAddressChanged
void function ( CallPeerChangeEvent arg0 ) { }
24,457
return the current date string concode_field_sep String C_DATE_DIVISION concode_elem_sep String C_TIME_PATTON_HHMMSS concode_elem_sep int C_ONE_SECOND concode_elem_sep int C_ONE_HOUR concode_elem_sep int C_ONE_MINUTE concode_elem_sep String C_TIME_PATTON_DEFAULT concode_elem_sep String C_DATA_PATTON_YYYYMMDD concode_el...
String function ( ) { Calendar loc0 = Calendar . getInstance ( ) ; Date loc1 = loc0 . getTime ( ) ; return format ( loc1 ) ; }
24,458
called after the index shard has been started . concode_field_sep PlaceHolder placeHolder concode_field_sep void beforeIndexCreated concode_elem_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexClosed concode_elem_sep void beforeIndexShardCreated concode_elem_sep ...
void function ( IndexShard arg0 ) { }
24,459
any collation without a collator concode_field_sep HashMap nameToJavaName concode_elem_sep Collator collator concode_elem_sep Charset charset concode_elem_sep HashMap dbNameToCollation concode_elem_sep HsqlName name concode_elem_sep boolean equalIsIdentical concode_elem_sep boolean isFinal concode_elem_sep HsqlName sou...
boolean function ( ) { return collator == null ; }
24,460
gets the url of the container for the sink being tested . concode_field_sep String defaultStreamName concode_elem_sep URL adminServer concode_elem_sep Map<String,String> containers concode_field_sep String getContainerHostForSource concode_elem_sep String getContainerHostForSource concode_elem_sep URL getContainerUrlFo...
URL function ( ) { return getContainerUrlForSink ( defaultStreamName ) ; }
24,461
returns the in_reply_tostatus_id concode_field_sep HttpResponse res concode_elem_sep ObjectFactory factory concode_elem_sep Status target concode_field_sep String[] getWithheldInCountries concode_elem_sep Status getQuotedStatus concode_elem_sep User getUser concode_elem_sep RateLimitStatus getRateLimitStatus concode_el...
long function ( ) { return getTarget ( ) . getInReplyToStatusId ( ) ; }
24,462
sets the lognode data will be sent to . . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep LogNode getNext
void function ( LogNode arg0 ) { mNext = arg0 ; }
24,463
adds the status to the database . also notifies the appropriate model listeners . concode_field_sep StatusLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep java.util.List<...
com . liferay . chat . model . Status function ( com . liferay . chat . model . Status arg0 ) { return getService ( ) . addStatus ( arg0 ) ; }
24,464
list the servers concode_field_sep Logger log concode_elem_sep AdministrationProxy administrationProxy concode_field_sep List<String> listRunningServers concode_elem_sep Boolean unadvertise concode_elem_sep String getSoftwareVersion concode_elem_sep String getResponseTimeById concode_elem_sep String getServerName conco...
List < String > function ( ) { return administrationProxy . getServerList ( ) ; }
24,465
sets the totalresultsetsize value for this customtargetingvaluepage . concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize...
void function ( java . lang . Integer arg0 ) { this . totalResultSetSize = arg0 ; }
24,466
retrieves the format to use for the given type concode_field_sep FactoryRegistry factoryRegistry concode_field_sep void setFactoryRegistry concode_elem_sep Format<?> doGetFormat concode_elem_sep FactoryRegistry getFactoryRegistry
Format < ? > function ( FormattingOptions arg0 ) { if ( arg0 . getBindyConverter ( ) != null ) { return arg0 . getBindyConverter ( ) . value ( ) . newInstance ( ) ; } return doGetFormat ( arg0 ) ; }
24,467
gets the useslocation property concode_field_sep String projectDir concode_elem_sep String buildDirOverride concode_elem_sep String VNAMETAG concode_elem_sep List<SourceDescriptor> sources concode_elem_sep String qualifiedName concode_elem_sep String BUILDTAG concode_elem_sep String VCODETAG concode_elem_sep String ICO...
String function ( ) { String loc0 = properties . getProperty ( USESLOCATIONTAG ) ; if ( loc0 == null ) loc0 = "srini_string" ; return loc0 ; }
24,468
traces and logs a thrown exception . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep void catchException concode_elem_sep IClipboardSupport getClipboardOpe...
void function ( String arg0 , RuntimeException arg1 ) { ClipboardPlugin . throwing ( getClass ( ) , arg0 , arg1 ) ; throw arg1 ; }
24,469
opens an event log file and returns an input stream to the event data . concode_field_sep EventLoggingListener$ MODULE$ concode_field_sep java.lang.String IN_PROGRESS concode_elem_sep java.lang.String HEADER_END_MARKER concode_elem_sep int MAX_HEADER_LINE_LENGTH concode_elem_sep org.apache.hadoop.fs.permission.FsPermis...
scala . Tuple2 < java . io . InputStream , java . lang . String > function ( org . apache . hadoop . arg1 . Path arg0 , org . apache . hadoop . arg1 . FileSystem arg1 ) { throw new RuntimeException ( ) ; }
24,470
returns basic xml transformer . concode_field_sep DocumentBuilder builderNs concode_elem_sep JAXBContext context concode_elem_sep XPathFactory xPathFactory concode_field_sep void initJaxbContext concode_elem_sep XPathFactory getXPathFactory concode_elem_sep DocumentBuilder getBuilderNs concode_elem_sep XMLFactory newIn...
Transformer function ( ) { try { return TransformerFactory . newInstance ( ) . newTransformer ( ) ; } catch ( TransformerConfigurationException loc0 ) { throw new IllegalStateException ( "srini_string" , loc0 ) ; } }
24,471
creates the content type . concode_field_sep String boundary concode_elem_sep int bytesWritten concode_elem_sep char[] MULTIPART_CHARS concode_elem_sep ByteArrayOutputStream out concode_elem_sep List<FilePart> fileParts concode_elem_sep String TAG concode_elem_sep byte[] TRANSFER_ENCODING_BINARY concode_elem_sep AbHttp...
byte [ ] function ( String arg0 ) { String loc0 = "srini_string" + arg0 + "srini_string" ; return loc0 . getBytes ( ) ; }
24,472
repackage to the given destination so that it can be launched using ' @literal java - jar ' . concode_field_sep Layout layout concode_elem_sep byte[] ZIP_FILE_HEADER concode_elem_sep String mainClass concode_elem_sep String START_CLASS_ATTRIBUTE concode_elem_sep String namePrefix concode_elem_sep String BOOT_VERSION_AT...
void function ( File arg0 , Libraries arg1 ) { repackage ( arg0 , arg1 , null ) ; }
24,473
returns native pasteboard pointer uipasteboard concode_field_sep String UtfRtfd concode_elem_sep String UtfSound concode_elem_sep String UtfUrl concode_elem_sep String UtfString concode_elem_sep String UtfFont concode_elem_sep String UtfPng concode_elem_sep String UtfMultipleTextSelection concode_elem_sep String UtfTif...
long function ( ) { assertValid ( ) ; return this . ptr ; }
24,474
returns the corresponding value of the specified key . concode_field_sep Preferences prefs concode_field_sep void setEnabled concode_elem_sep void set concode_elem_sep boolean isEnabled concode_elem_sep Prefs getChild concode_elem_sep void clear concode_elem_sep boolean hasValue
String function ( String arg0 ) { String loc0 = this . prefs . get ( arg0 , "srini_string" ) ; if ( AdakiteUtils . isNullOrEmpty ( loc0 ) ) { throw new IllegalStateException ( "srini_string" + arg0 ) ; } return loc0 ; }
24,475
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { StandardXYBarPainter loc0 = new StandardXYBarPainter ( ) ; StandardXYBarPainter loc1 = new StandardXYBarPainter ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
24,476
return exportable flag concode_field_sep boolean exportable concode_elem_sep String TYPE concode_elem_sep String editUI concode_elem_sep boolean creatable concode_elem_sep boolean removable concode_elem_sep String newUI concode_elem_sep IXulAsyncDatasourceServiceManager datasourceService concode_elem_sep boolean editab...
boolean function ( ) { return exportable ; }
24,477
sets the realalias . concode_field_sep boolean defaultVal concode_elem_sep String tooltip concode_elem_sep String alias concode_elem_sep String text concode_elem_sep String realAlias concode_elem_sep String initText concode_elem_sep String parentAlias concode_field_sep String getText concode_elem_sep String getInitText...
void function ( String arg0 ) { this . realAlias = arg0 ; }
24,478
ensures two rectangles are overlaps when the bottom right corner of one rectangle is inside another rectangle . concode_field_sep double EPSILON concode_elem_sep Rectangle rectangle concode_field_sep void overlapsWhenLeftSideOverlapsMiddleOfOther concode_elem_sep void constructorShouldAllowNegativeValuesForY concode_el...
void function ( ) { assertTrue ( rectangle . overlaps ( new Rectangle ( 1 , - 1 , 2 , 2 ) ) ) ; }
24,479
set the analysis type . concode_field_sep ProcessorMode mode concode_elem_sep String path concode_elem_sep PartitionDescription partitionDescription concode_elem_sep String analysis concode_field_sep void setPartitionDescription concode_elem_sep String getPath concode_elem_sep String getAnalysis concode_elem_sep void s...
void function ( String arg0 ) { this . analysis = arg0 ; }
24,480
updates the state of the action . default implementation does nothing . override this method to provide the ability to dynamically change action 's state and or presentation depending on the context for example when your action state depends on the selection you can check for selection and change the state accordingly ...
void function ( ActionEvent arg0 ) { }
24,481
returns a map giving the nodeentry corresponding to the given keys . if there is no node in the graph corresponding to a skykey in keys , it is silently ignored and will not be present in the returned map . this tolerance allows callers to avoid pre-filtering their keys by checking for existence , which can be expensiv...
Map < SkyKey , NodeEntry > function ( Iterable < SkyKey > arg0 , QueryableGraph arg1 ) { Map < SkyKey , NodeEntry > loc0 = arg1 . getBatch ( arg0 ) ; for ( Map . Entry < SkyKey , NodeEntry > loc1 : loc0 . entrySet ( ) ) { Preconditions . checkState ( loc1 . getValue ( ) . isDone ( ) , loc1 ) ; } return loc0 ; }
24,482
removes the given data from the given chart . concode_field_sep MessengerService messengerService concode_elem_sep ResultsDao resultsDao concode_field_sep void add concode_elem_sep void add concode_elem_sep void drop concode_elem_sep void drop concode_elem_sep void updateSeries concode_elem_sep void UpdateAutoAddedData...
void function ( LineChart arg0 , SimulationData arg1 ) { arg0 . getData ( ) . remove ( arg1 . getSeries ( ) ) ; arg1 . setShown ( false ) ; }
24,483
util method to write an attribute with the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.RequestSpotInstancesType localRequestSpotInstances concode_field_sep java.lang.String generatePrefix concode_elem_sep void setRequestSpotInstances concode_elem_sep void serialize con...
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , java . lang . String arg3 , javax . xml . stream . XMLStreamWriter arg4 ) { if ( arg4 . getPrefix ( arg1 ) == null ) { arg4 . writeNamespace ( arg0 , arg1 ) ; arg4 . setPrefix ( arg0 , arg1 ) ; } arg4 . writeAttribute ( ...
24,484
used to check if a particular uuid is banned concode_field_sep Map<String,Enum<BannerType>> bannedBy concode_elem_sep Map<String,String> bannedIPs concode_elem_sep Map<String,String> bannedByPlayer concode_elem_sep Map<String,String> bannedUUIDs concode_elem_sep Map<String,String> tempBanFriendlyDate concode_elem_sep M...
boolean function ( String arg0 ) { if ( arg0 == null ) return false ; for ( String loc0 : bannedUUIDs . keySet ( ) ) { if ( loc0 . equals ( arg0 ) ) return true ; } return false ; }
24,485
gets true , if the entry is a directory . this is solely determined by the name , a trailing slash ' / ' marks a directory . concode_field_sep int offset concode_elem_sep byte[] extra concode_elem_sep int flags concode_elem_sep int STORED concode_elem_sep Calendar cal concode_elem_sep short method concode_elem_sep Stri...
boolean function ( ) { int loc0 = name . length ( ) ; return loc0 > 0 && name . charAt ( loc0 - 1 ) == '/' ; }
24,486
put the given giop object , specifying the given name as a key . remove all pre - existing mappings for the given name and object . concode_field_sep TreeMap map concode_field_sep Set entries concode_elem_sep void bind concode_elem_sep int size concode_elem_sep boolean containsKey concode_elem_sep org.omg.CORBA.Object ...
void function ( NameComponent arg0 , org . omg . CORBA . Object arg1 ) { remove ( arg0 ) ; Iterator loc0 = entries ( ) . iterator ( ) ; Map . Entry loc1 ; while ( loc0 . hasNext ( ) ) { loc1 = ( Map . Entry ) loc0 . next ( ) ; if ( loc1 . getValue ( ) . equals ( arg1 ) ) loc0 . remove ( ) ; } map . put ( arg0 , arg1 ) ...
24,487
given an endpoint , calculate the corresponding browserid audience . this is the domain , in web parlance . concode_field_sep int HASH_LENGTH_HEX concode_elem_sep int CRYPTO_KEY_LENGTH_BYTES concode_elem_sep int SALT_LENGTH_HEX concode_elem_sep int NUMBER_OF_QUICK_STRETCH_ROUNDS concode_elem_sep String KW_VERSION_STRIN...
String function ( String arg0 ) { URI loc0 = new URI ( arg0 ) ; return new URI ( loc0 . getScheme ( ) , null , loc0 . getHost ( ) , loc0 . getPort ( ) , null , null , null ) . toString ( ) ; }
24,488
parses the specified string as a boolean . concode_field_sep Boolean FALSE concode_elem_sep Boolean TRUE concode_elem_sep Class<Boolean> TYPE concode_elem_sep boolean value concode_elem_sep long serialVersionUID concode_field_sep int compare concode_elem_sep int hashCode concode_elem_sep Boolean valueOf concode_elem_se...
boolean function ( String arg0 ) { return "srini_string" . equalsIgnoreCase ( arg0 ) ; }
24,489
returns the photon flux array containing for a spectral bin . concode_field_sep double peakVoltage concode_elem_sep double[] energies concode_elem_sep double max concode_elem_sep double totalPhotonFlux concode_elem_sep double[] photonFlux concode_elem_sep double min concode_elem_sep double delta concode_elem_sep double...
double [ ] function ( ) { return photonFlux ; }
24,490
subclasses should implement this method with the content of the test case . typically , implementations will choose to catch and process all exceptions and error conditions they are looking for in the code they exercise but will let exceptions due to their own processing propagate . concode_field_sep TestSuite parent c...
TestReport function ( ) { boolean loc0 = runImplBasic ( ) ; DefaultTestReport loc1 = new DefaultTestReport ( this ) ; if ( ! loc0 ) { loc1 . setErrorCode ( TestReport . ERROR_TEST_FAILED ) ; } loc1 . setPassed ( loc0 ) ; return loc1 ; }
24,491
gets the value of the referenceddata property . concode_field_sep Boolean referencedData concode_elem_sep long serialVersionUID concode_elem_sep String uri concode_field_sep void setURI concode_elem_sep void setReferencedData concode_elem_sep String getURI
Boolean function ( ) { return referencedData ; }
24,492
whether it is periodically registering . concode_field_sep Log log concode_elem_sep RegisterAgentListener listener concode_elem_sep int expire_time concode_elem_sep NameAddress target concode_elem_sep String next_nonce concode_elem_sep boolean is_running concode_elem_sep SipProvider sip_provider concode_elem_sep String...
boolean function ( ) { return is_running ; }
24,493
puts two bytes into this byte vector . the byte vector is automatically enlarged if necessary . concode_field_sep byte[] data concode_elem_sep int length concode_field_sep ByteVector put12 concode_elem_sep ByteVector putByte concode_elem_sep ByteVector putInt concode_elem_sep void enlarge concode_elem_sep ByteVector pu...
ByteVector function ( final int arg0 , final int arg1 ) { int loc0 = this . length ; if ( loc0 + 2 > loc1 . loc0 ) { enlarge ( 2 ) ; } byte [ ] loc1 = this . data ; loc1 [ loc0 ++ ] = ( byte ) arg0 ; loc1 [ loc0 ++ ] = ( byte ) arg1 ; this . length = loc0 ; return this ; }
24,494
sets the value of the cissystem property . concode_field_sep String errormessage concode_elem_sep String cissystem concode_elem_sep String cisservice concode_elem_sep BigInteger errorcode concode_field_sep String getERRORMESSAGE concode_elem_sep BigInteger getERRORCODE concode_elem_sep void setERRORCODE concode_elem_se...
void function ( String arg0 ) { this . cissystem = arg0 ; }
24,495
returns the settings for the given key . this method should not be called directly , use #getinternalsettings or #getusersettings instead . concode_field_sep SettingsFactory settingsFactory concode_elem_sep Settings userSettings concode_elem_sep Settings internalSettings concode_elem_sep String INTERNAL concode_elem_se...
Settings function ( String arg0 ) { return settingsFactory . createSettings ( arg0 ) ; }
24,496
deletes element concode_field_sep DiffElement[] EMPTY_ARRAY concode_field_sep String getName concode_elem_sep String getPresentablePath concode_elem_sep byte[] getContent concode_elem_sep DiffContent createDiffContent concode_elem_sep boolean isContainer concode_elem_sep void refresh concode_elem_sep Charset getCharset...
boolean function ( ) { return false ; }
24,497
sets the monthwithjanuaryasone value for this wsdate . concode_field_sep int hours concode_elem_sep int seconds concode_elem_sep int year concode_elem_sep int minutes concode_elem_sep int day concode_elem_sep int monthWithJanuaryAsOne concode_field_sep int getHours concode_elem_sep int getSeconds concode_elem_sep int g...
void function ( int arg0 ) { this . monthWithJanuaryAsOne = arg0 ; }
24,498
create a synthetic error response with an http status code of code and body as the error body . concode_field_sep okhttp3.Response rawResponse concode_elem_sep ResponseBody errorBody concode_elem_sep T body concode_field_sep Headers headers concode_elem_sep int code concode_elem_sep Response<T> success concode_elem_sep...
Response < T > function ( int arg0 , ResponseBody arg1 ) { if ( arg0 < 400 ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; return error ( arg1 , new okhttp3 . Response . Builder ( ) . arg0 ( arg0 ) . protocol ( Protocol . HTTP_1_1 ) . request ( new Request . Builder ( ) . url ( "srini_string" ) . build...
24,499
the arn of the iam role that grants access . concode_field_sep String logLevel concode_elem_sep String roleArn concode_field_sep LoggingOptionsPayload withLogLevel concode_elem_sep LoggingOptionsPayload withLogLevel concode_elem_sep LoggingOptionsPayload withRoleArn concode_elem_sep void setLogLevel concode_elem_sep vo...
void function ( String arg0 ) { this . roleArn = arg0 ; }