idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
300
performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
301
reduce the network size : delete all edges outside the envelope concode_field_sep Set<Id<Node>> signalizedNodes concode_field_sep Network filterInteriorLinks concode_elem_sep void setSignalizedNodes
Network function ( Network arg0 , Envelope arg1 ) { NetworkFilterManager loc0 = new NetworkFilterManager ( arg0 ) ; loc0 . addLinkFilter ( new EnvelopeLinkStartEndFilter ( arg1 ) ) ; Network loc1 = loc0 . applyFilters ( ) ; return loc1 ; }
302
this method resets the incoming events time events included . concode_field_sep boolean next concode_elem_sep State[] historyVector concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean back concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean push concode_fi...
void function ( ) { sCInterface . clearEvents ( ) ; }
303
retrieves a new sys session . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep Session newSysSession concode_elem_sep Session newSysSession concode_elem_sep vo...
Session function ( Database arg0 ) { Session loc0 = new Session ( arg0 , arg0 . getUserManager ( ) . getSysUser ( ) , false , false , 0 , null , 0 ) ; loc0 . isProcessingScript = true ; return loc0 ; }
304
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterConstant concode_elem_sep void exitProgramexpression concode_elem_sep void exitType concode_elem_sep void exitTopLevelRule concode_elem_sep void exitSenatordfn concode_elem_sep void exitIfstmt concode_elem_se...
void function ( @ NotNull SenatorParser . FunctionbodyContext arg0 ) { }
305
returns the class of the records concode_field_sep List rrs concode_elem_sep short nsigs concode_elem_sep short position concode_elem_sep long serialVersionUID concode_field_sep Name getName concode_elem_sep void addRR concode_elem_sep void clear concode_elem_sep void deleteRR concode_elem_sep Iterator iterator concode...
int function ( ) { return first ( ) . getDClass ( ) ; }
306
this method was generated by mybatis generator . this method sets the value of the database column sys_param . enable _ concode_field_sep String paramKey concode_elem_sep Integer createBy concode_elem_sep Integer catalogId concode_elem_sep Date createTime concode_elem_sep Integer updateBy concode_elem_sep Boolean enabl...
void function ( Boolean arg0 ) { this . enable = arg0 ; }
307
setter for this . concode_field_sep StockItem item concode_elem_sep float qty concode_field_sep float getQty concode_elem_sep StockItem getItem
void function ( float arg0 ) { this . qty = arg0 ; }
308
create an evolutions reader based on a simple map of database names to evolutions . concode_field_sep PlaceHolder placeHolder concode_field_sep play.api.db.evolutions.EvolutionsReader fromClassLoader concode_elem_sep play.api.db.evolutions.EvolutionsReader fromClassLoader concode_elem_sep play.api.db.evolutions.Evoluti...
play . api . db . arg0 . EvolutionsReader function ( Map < String , List < Evolution >> arg0 ) { return new SimpleEvolutionsReader ( arg0 ) ; }
309
tells me if the underlying iiometadata contains nodata tag . concode_field_sep Logger LOGGER concode_elem_sep AffineTransform modelTransformation concode_elem_sep PixelScale pixelScale concode_elem_sep int geoKeyDirTagsNum concode_elem_sep TiePoint[] tiePoints concode_elem_sep double noData concode_elem_sep int geoKeyR...
boolean function ( ) { return ! Double . isNaN ( noData ) ; }
310
get custom deserializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuite.webservices.platform.common_2014_2.types.Language locale concode_elem_sep java.lang.String value concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep ...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
311
draws the chart with a null info object to make sure that no exceptions are thrown a problem that was occurring at one point . concode_field_sep boolean flag concode_elem_sep JFreeChart chart concode_field_sep void chartChanged concode_elem_sep void testSetSeriesURLGenerator concode_elem_sep void testReplaceDataset con...
void function ( ) { try { BufferedImage loc0 = new BufferedImage ( 200 , 100 , BufferedImage . TYPE_INT_RGB ) ; Graphics2D loc1 = loc0 . createGraphics ( ) ; this . chart . draw ( loc1 , new Rectangle2D . Double ( 0 , 0 , 200 , 100 ) , null , null ) ; loc1 . dispose ( ) ; } catch ( Exception loc0 ) { fail ( "srini_stri...
312
it will consult each textprovider s and return the first valid message for this key . concode_field_sep Logger LOG concode_elem_sep List<TextProvider> textProviders concode_field_sep ResourceBundle getTexts concode_elem_sep ResourceBundle getTexts concode_elem_sep boolean hasKey
String function ( String arg0 , String [ ] arg1 ) { return getText ( arg0 , arg0 , arg1 ) ; }
313
test hook to get the current time concode_field_sep Object LOCK concode_elem_sep AutoCollection instance concode_elem_sep boolean hasRegisteredComponentCallbacks concode_elem_sep boolean hasRegisteredLifecycleCallbacks concode_elem_sep boolean isLoaded concode_elem_sep AtomicLong lastBackground concode_elem_sep AtomicI...
long function ( ) { return new Date ( ) . getTime ( ) ; }
314
sets the value of the unitofmeasure property . concode_field_sep String unitOfMeasure concode_elem_sep BigDecimal allowed concode_elem_sep Long groupId concode_elem_sep BigDecimal limit concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal used concode_elem_sep BigDecimal contributedToStack concode_elem_se...
void function ( String arg0 ) { this . unitOfMeasure = arg0 ; }
315
clears the map , total and default value concode_field_sep double defaultValue concode_elem_sep double total concode_elem_sep MapFactory<K1,ClassicCounter<K2>> outerMF concode_elem_sep long serialVersionUID concode_elem_sep Map<K1,ClassicCounter<K2>> map concode_elem_sep MapFactory<K2,MutableDouble> innerMF concode_fie...
void function ( ) { map . clear ( ) ; total = 0 ; defaultValue = 0 ; }
316
create an instance of kmlrequesttype concode_field_sep QName _XsdResponse_QNAME concode_elem_sep QName _XmlResponse_QNAME concode_elem_sep QName _PlatformListRequest_QNAME concode_elem_sep QName _KmlRequest_QNAME concode_elem_sep QName _StreamXmlRequest_QNAME concode_elem_sep QName _ObservationResponse_QNAME concode_el...
KmlRequestType function ( ) { return new KmlRequestType ( ) ; }
317
retrieves the server name attribute . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep PrintWriter logWri...
String function ( ) { return serverName ; }
318
sets the location of the place . concode_field_sep String address concode_elem_sep String name concode_elem_sep GeoPt location concode_elem_sep Long id concode_field_sep void setName concode_elem_sep GeoPt getLocation concode_elem_sep String getName concode_elem_sep void setAddress concode_elem_sep void setPlaceId conc...
void function ( final GeoPt arg0 ) { this . location = arg0 ; }
319
restores the annotationcomponents state to the state stored during the construction of this object . concode_field_sep String lineStyle concode_elem_sep Color color concode_elem_sep float lineThickness concode_elem_sep Integer linkType concode_elem_sep AnnotationComponent annotationComponent concode_elem_sep Rectangle2...
void function ( ) { if ( annotationComponent != null && annotationComponent . getAnnotation ( ) != null ) { Annotation loc0 = annotationComponent . getAnnotation ( ) ; restore ( loc0 ) ; synchronizeState ( ) ; } }
320
normalize value between minimum and maximum . concode_field_sep PlaceHolder placeHolder concode_field_sep float reduce concode_elem_sep float customFunction concode_elem_sep float enlarge concode_elem_sep boolean isBetween concode_elem_sep float rotateX concode_elem_sep float rotateY concode_elem_sep float between conc...
float function ( float arg0 , float arg1 , float arg2 ) { if ( arg0 < arg1 ) return 0 ; if ( arg0 > arg2 ) return 1 ; return ( arg0 - arg1 ) / ( arg2 - arg1 ) ; }
321
returns the boolean indicator annotation on a method parameter for the given boolean value , if any . concode_field_sep String indicatedState concode_elem_sep Boolean boolResult concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getIndicatedState concode_elem_sep Object getObject concod...
IndicatesAnnotation function ( AnnotationSummary arg0 , int arg1 , boolean arg2 ) { String loc0 = arg2 ? "srini_string" : "srini_string" ; return ( IndicatesAnnotation ) arg0 . getParameter ( arg1 , loc0 ) ; }
322
marks configuration with the given name as a default one . if configuration with the name does not exist a configurationnotfoundexception exception will be thrown . concode_field_sep List<Config> configs concode_elem_sep String defaultConfigName concode_field_sep void add concode_elem_sep List<Config> getConfigs concod...
void function ( String arg0 ) { if ( getByName ( arg0 ) != null ) { defaultConfigName = arg0 ; } else { throw new ConfigurationNotFoundException ( arg0 ) ; } }
323
tests that a null context results in an npe as per el javadoc . concode_field_sep PlaceHolder placeHolder concode_field_sep void testIsReadOnly06 concode_elem_sep void testGetValue01 concode_elem_sep void testGetValue02 concode_elem_sep void doNegativeTest concode_elem_sep void testIsReadOnly03 concode_elem_sep void te...
void function ( ) { ListELResolver loc0 = new ListELResolver ( ) ; loc0 . getType ( null , new Object ( ) , new Object ( ) ) ; }
324
in violation of the regular semantic of object #equals object this implementation is used as the interface to the execution data store . concode_field_sep long startTimeStamp concode_elem_sep ExecutionDataStore store concode_elem_sep String sessionId concode_field_sep void generateArgumentArray concode_elem_sep Executi...
boolean function ( final Object arg0 ) { if ( arg0 instanceof Object [ ] ) { getProbes ( ( Object [ ] ) arg0 ) ; } return super . equals ( arg0 ) ; }
325
returns credentials of the logged in user this method can be used to retrieve hasura credentials for the current logged in user . hasura credentials include `` hasura id '' , `` hausura role '' and `` session id '' . this method can also be used to check if the user has an existing session or logged in basically . if n...
Call < GetCredentialsResponse , AuthException > function ( ) { Type loc0 = new TypeToken < GetCredentialsResponse > ( ) { } . getType ( ) ; return mkGetCall ( "srini_string" , loc0 ) ; }
326
add an option that contains a short-name and a long-name it may be specified as requiring an argument . concode_field_sep List requiredOpts concode_elem_sep List _addedOpts concode_elem_sep Map shortOpts concode_elem_sep Map longOpts concode_elem_sep boolean _sortAsAdded concode_elem_sep Map optionGroups concode_field_...
Options function ( String arg0 , String arg1 , boolean arg2 , String arg3 ) { addOption ( new Option ( arg0 , arg1 , arg2 , arg3 ) ) ; return this ; }
327
sets the value of the gameresultcodesresult property . concode_field_sep ArrayOftGameResultCode gameResultCodesResult concode_field_sep ArrayOftGameResultCode getGameResultCodesResult
void function ( ArrayOftGameResultCode arg0 ) { this . gameResultCodesResult = arg0 ; }
328
override parent to return a more user-friendly display string concode_field_sep String mClassName concode_elem_sep String mTestName concode_field_sep List<String> getTestCaseNames concode_elem_sep boolean equals concode_elem_sep String getClassName concode_elem_sep List<TestDescriptor> getTestNames concode_elem_sep Str...
String function ( ) { return getClassName ( ) + "srini_string" + getTestName ( ) ; }
329
create an instance of simpletranslateresponse concode_field_sep QName _TranslateResponse_QNAME concode_elem_sep QName _SignByName_QNAME concode_elem_sep QName _SignByNameResponse_QNAME concode_elem_sep QName _SimpleTranslateResponse_QNAME concode_elem_sep QName _Translate_QNAME concode_elem_sep QName _NearSigns_QNAME c...
SimpleTranslateResponse function ( ) { return new SimpleTranslateResponse ( ) ; }
330
only one page ? . concode_field_sep List<NumberedPage> pages concode_elem_sep Integer previousPage concode_elem_sep Integer firstPage concode_elem_sep Integer lastPage concode_elem_sep Integer nextPage concode_elem_sep Logger log concode_elem_sep Href href concode_elem_sep Integer currentPage concode_elem_sep String pa...
boolean function ( ) { return ( this . pages == null ) || this . pages . size ( ) <= 1 ; }
331
select an appropriate character encoding to be used , based on the characteristics of the current request and/or filter initialization parameters . if no character encoding should be set , return null . the default implementation unconditionally returns the value configured by the encoding initialization parameter for ...
String function ( ServletRequest arg0 ) { return ( this . encoding ) ; }
332
gets the x-position of the center of this shape . concode_field_sep PlaceHolder placeHolder concode_field_sep void move concode_elem_sep void draw concode_elem_sep int getCenterY
int function ( ) { return 0 ; }
333
returns a string representation of this object ; useful for testing and debugging . concode_field_sep TrustedAdvisorCostOptimizingSummary costOptimizing concode_field_sep TrustedAdvisorCostOptimizingSummary getCostOptimizing concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep TrustedAdvisorCa...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getCostOptimizing ( ) != null ) loc0 . append ( "srini_string" + getCostOptimizing ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
334
produce a jsonarray of jsonobjects from a comma delimited text string using a supplied jsonarray as the source of element names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString c...
JSONArray function ( JSONArray arg0 , String arg1 ) { return toJSONArray ( arg0 , new JSONTokener ( arg1 ) ) ; }
335
sets the description attribute of the data source . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep Prin...
void function ( String arg0 ) { this . description = arg0 ; }
336
waits until a server reaches status . concode_field_sep int THIRTY_MINUTES concode_elem_sep int FIVE_SECONDS concode_elem_sep ServerApi serverApi concode_elem_sep Status status concode_field_sep Predicate<String> awaitActive concode_elem_sep Predicate<String> awaitShutoff concode_elem_sep boolean apply
Predicate < String > function ( ServerApi arg0 , Status arg1 , long arg2 , long arg3 ) { ServerStatusPredicate loc0 = new ServerStatusPredicate ( arg0 , arg1 ) ; return retry ( loc0 , arg2 , arg3 , arg3 , SECONDS ) ; }
337
returns the modifications that are performed on the node that has been introduced by the given modification . if there are no nested modifications , null is returned . concode_field_sep HashMap<ASTModification,ASTModificationMap> fNestedModMaps concode_field_sep void storeModification concode_elem_sep ASTModificationMa...
ASTModificationMap function ( ASTModification arg0 ) { return fNestedModMaps . get ( arg0 ) ; }
338
returns a flag that indicates whether listeners should be notified about changes to the annotation . concode_field_sep boolean notify concode_elem_sep EventListenerList listenerList concode_field_sep void removeChangeListener concode_elem_sep void writeObject concode_elem_sep void notifyListeners concode_elem_sep void ...
boolean function ( ) { return this . notify ; }
339
methods for subclass to override in order to determine if the supplied visitor can be passed to the delegate collection . the default is false and the visitor receives the decoraeted features . concode_field_sep SimpleFeatureCollection delegate concode_field_sep void accepts concode_elem_sep boolean containsAll concode...
boolean function ( FeatureVisitor arg0 ) { return false ; }
340
gets the value of the targetsearchnetwork property . concode_field_sep Boolean targetGoogleSearch concode_elem_sep Boolean targetPartnerSearchNetwork concode_elem_sep Boolean targetContentNetwork concode_elem_sep Boolean targetSearchNetwork concode_field_sep Boolean isTargetContentNetwork concode_elem_sep void setTarge...
Boolean function ( ) { return targetSearchNetwork ; }
341
retrieves a byte sequence representing the md5 digest of the specified character sequence , using the specified encoding to first convert the character sequence into a byte sequence . if the specified encoding is null , then iso-8859-1 is assumed . concode_field_sep MessageDigest md5 concode_field_sep String encode
byte [ ] function ( String arg0 , String arg1 ) { byte [ ] loc0 ; if ( arg1 == null ) { arg1 = "srini_string" ; } try { loc0 = arg0 . getBytes ( arg1 ) ; } catch ( UnsupportedEncodingException loc1 ) { throw new RuntimeException ( loc1 . toString ( ) ) ; } return digest ( loc0 ) ; }
342
used by the build engine to record metadata describing the build e.g. rule key , build uuid . concode_field_sep Map<String,String> buildMetadata concode_elem_sep String ABSOLUTE_PATH_ERROR_FORMAT concode_elem_sep BuildId buildId concode_elem_sep Path pathToMetadataDirectory concode_elem_sep Clock clock concode_elem_sep...
BuildInfoRecorder function ( String arg0 , String arg1 ) { buildMetadata . put ( arg0 , arg1 ) ; return this ; }
343
retrieves the user id for the connection . concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep void s...
String function ( ) { return user ; }
344
method returns xmppresourceconnection for particular fulljid using resource name as determinant . in case there is no session thatmatch - null is returned . concode_field_sep long packets_counter concode_elem_sep Map<String,Object> sessionData concode_elem_sep CopyOnWriteArrayList<XMPPResourceConnection> activeResource...
XMPPResourceConnection function ( JID arg0 ) { final String loc0 = arg0 . getResource ( ) ; return getResourceForResource ( loc0 ) ; }
345
calculates the dimensions of the text fragment . concode_field_sep Paint paint concode_elem_sep long serialVersionUID concode_elem_sep String text concode_elem_sep LogContext logger concode_elem_sep Font DEFAULT_FONT concode_elem_sep Paint DEFAULT_PAINT concode_elem_sep float baselineOffset concode_elem_sep Font font c...
Size2D function ( final Graphics2D arg0 ) { final FontMetrics loc0 = arg0 . getFontMetrics ( this . font ) ; final Rectangle2D loc1 = TextUtilities . getTextBounds ( this . text , arg0 , loc0 ) ; final Size2D loc2 = new Size2D ( loc1 . getWidth ( ) , loc1 . getHeight ( ) ) ; return loc2 ; }
346
public setter concode_field_sep String medicationName concode_elem_sep String rxNormId concode_elem_sep String dosageFormName concode_elem_sep String proprietaryNameSuffix concode_elem_sep String drugColor concode_elem_sep String purpose concode_elem_sep String deaSchedule concode_elem_sep List<String> pharmClasses con...
void function ( List < String > arg0 ) { this . nonProprietaryName = arg0 ; }
347
determine whether the progress bar is active . concode_field_sep OutputProgress progressBar concode_elem_sep int percent concode_elem_sep PersistentFacesState state concode_elem_sep OutputProgressRenderBean outputBean concode_elem_sep RenderManager renderManager concode_elem_sep boolean disableStartButton concode_elem_...
boolean function ( ) { return disableStartButton ; }
348
the annotations value concode_field_sep IResource resource concode_elem_sep String name concode_field_sep String getAnnotationKey concode_elem_sep IResource getResource concode_elem_sep String getName concode_elem_sep boolean isSupported
String function ( ) { return getResource ( ) . getAnnotation ( getAnnotationKey ( ) ) ; }
349
create a new messagedigest with the given algorithm.necessary because messagedigest is not thread-safe . 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_elem_sep byt...
MessageDigest function ( String arg0 ) { try { return MessageDigest . getInstance ( arg0 ) ; } catch ( NoSuchAlgorithmException loc0 ) { throw new IllegalStateException ( "srini_string" = "srini_string" , loc0 ) ; } }
350
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
351
returns the possible file extensions for the content type . concode_field_sep MimeTypes _mimeTypes concode_field_sep String getContentType concode_elem_sep String getContentType concode_elem_sep String getContentType concode_elem_sep String getContentType concode_elem_sep MimeTypes getMimeTypes concode_elem_sep boolean...
Set < String > function ( String arg0 ) { return getMimeTypes ( ) . getExtensions ( arg0 ) ; }
352
flushoutgoingbatches - decorator to call real partitioner s flushoutgoingbatches concode_field_sep RecordBatch incoming concode_elem_sep boolean isLastBatch concode_elem_sep Partitioner part concode_elem_sep org.slf4j.Logger logger concode_elem_sep String childThreadPrefix concode_elem_sep GeneralExecuteIface iface con...
void function ( final boolean arg0 , final boolean arg1 ) { executeMethodLogic ( new FlushBatchesHandlingClass ( arg0 , arg1 ) ) ; }
353
gets the opacity from a color . inspired by android colordrawable . concode_field_sep PlaceHolder placeHolder concode_field_sep int multiplyColorAlpha
int function ( int arg0 ) { int loc0 = arg0 >>> 24 ; if ( loc0 == 255 ) { return PixelFormat . OPAQUE ; } else if ( loc0 == 0 ) { return PixelFormat . TRANSPARENT ; } else { return PixelFormat . TRANSLUCENT ; } }
354
returns true if a cached copy can be used when placing http requests using the options in this object . this applies to the internally implemented http cache , not to the http protocol cache-control . concode_field_sep int _maxRedirects concode_elem_sep boolean _allowCircularRedirects concode_elem_sep long _cacheTTLSec...
boolean function ( ) { return _useCache ; }
355
returns true if the validation of the supplied object succeeds . concode_field_sep PlaceHolder placeHolder concode_field_sep void validateAndThrow concode_elem_sep void validateAndThrow concode_elem_sep ValidationResult validate concode_elem_sep void validate
boolean function ( T arg0 ) { return ! validate ( arg0 ) . hasErrors ( ) ; }
356
get encoding type . concode_field_sep int sampleRateAsNumber concode_elem_sep String format concode_elem_sep String year concode_elem_sep String title concode_elem_sep String location concode_elem_sep String channels concode_elem_sep long size concode_elem_sep String encodingType concode_elem_sep String comment concode...
String function ( ) { return ( encodingType == null ) ? null : encodingType . trim ( ) ; }
357
deserializes the specified byte array to an object instance . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] serialize concode_elem_sep int readLine
Serializable function ( byte [ ] arg0 ) { HsqlByteArrayInputStream loc0 = new HsqlByteArrayInputStream ( arg0 ) ; ObjectInputStream loc1 = new ObjectInputStream ( loc0 ) ; return ( Serializable ) loc1 . readObject ( ) ; }
358
called when the animation-disable operation for ar rendering has completed . concode_field_sep PlaceHolder placeHolder concode_field_sep void onCameraReceivedFile concode_elem_sep void onResultSendAnimationObject concode_elem_sep boolean onConfirmationEnterStandby concode_elem_sep void onAREnableAnimationResponse conco...
void function ( int arg0 ) { }
359
fill in the value by data from the cdr stream . concode_field_sep ForwardRequest value concode_field_sep TypeCode _type concode_elem_sep void _write
void function ( InputStream arg0 ) { value = ForwardRequestHelper . read ( arg0 ) ; }
360
method reserved for system use concode_field_sep List<Region> regions concode_elem_sep BootstrapNotifier application concode_elem_sep boolean serviceConnected concode_elem_sep Intent serviceIntent concode_elem_sep String TAG concode_elem_sep BeaconManager beaconManager concode_elem_sep BeaconConsumer beaconConsumer con...
boolean function ( Intent arg0 , ServiceConnection arg1 , int arg2 ) { this . serviceIntent = arg0 ; application . getApplicationContext ( ) . startService ( arg0 ) ; return application . getApplicationContext ( ) . bindService ( arg0 , arg1 , arg2 ) ; }
361
discarding the heap state is a no-op . concode_field_sep byte[] data concode_elem_sep String keySerializerClassName concode_elem_sep String valueSerializerClassName concode_elem_sep int numEntries concode_elem_sep long serialVersionUID concode_field_sep MemHeapKvState<K,V> restoreState
void function ( ) { }
362
getoutagesbyrange concode_field_sep OutageDao m_dao concode_field_sep Collection<OnmsOutage> getCurrentOutages concode_elem_sep Collection<OnmsOutage> getCurrentOutages concode_elem_sep Collection<OnmsOutage> getSuppressedOutagesByRange concode_elem_sep Collection<OnmsOutage> getSuppressedOutagesByRange concode_elem_se...
Collection < OnmsOutage > function ( Integer arg0 , Integer arg1 , String arg2 , String arg3 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
363
internal convenience method concode_field_sep long serialVersionUID concode_field_sep boolean declaresTables concode_elem_sep void bind concode_elem_sep boolean declaresWindows concode_elem_sep Configuration configuration concode_elem_sep void toSQL concode_elem_sep boolean declaresCTE concode_elem_sep boolean generate...
DSLContext function ( Context < ? > arg0 ) { return DSL . using ( arg0 . configuration ( ) ) ; }
364
returns the create date of this email address . concode_field_sep EmailAddress _emailAddress concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel co...
Date function ( ) { return _emailAddress . getCreateDate ( ) ; }
365
gets lease seconds - number of seconds for which the subscriber will have his subscription active . concode_field_sep long serialVersionUID concode_elem_sep Integer hubTopicId concode_elem_sep Integer hubSubscriptionStatusId concode_elem_sep String callbackUrl concode_elem_sep String secret concode_elem_sep Integer lea...
Integer function ( ) { return leaseSeconds ; }
366
get datasource name currently in use concode_field_sep Log log concode_elem_sep DataSourceInformation dataSourceInformation concode_elem_sep Properties jndiProperties concode_elem_sep DataSource dataSource concode_elem_sep String dataSourceName concode_elem_sep String tableName concode_field_sep String getDSName concod...
void function ( String arg0 ) { this . dataSourceName = arg0 ; }
367
validate that the specified sourcetype can be converted to a collection ofthe type of the stream elements . concode_field_sep TypeDescriptor STREAM_TYPE concode_elem_sep Set<ConvertiblePair> CONVERTIBLE_TYPES concode_elem_sep ConversionService conversionService concode_field_sep boolean matchesFromStream concode_elem_s...
boolean function ( TypeDescriptor arg0 , TypeDescriptor arg1 ) { TypeDescriptor loc0 = TypeDescriptor . collection ( Collection . class , arg0 ) ; return this . conversionService . canConvert ( arg1 , loc0 ) ; }
368
masm0019 : illegal logging level value '' 1 '' stored in the 0 message logging system property . using default logging level . concode_field_sep LocalizableMessageFactory messageFactory concode_elem_sep Localizer localizer concode_field_sep Localizable localizableMASM_0009_CANNOT_FORM_VALID_URL concode_elem_sep String ...
String function ( Object arg0 , Object arg1 ) { return localizer . localize ( localizableMASM_0019_MSG_LOGGING_SYSTEM_PROPERTY_ILLEGAL_VALUE ( arg0 , arg1 ) ) ; }
369
performs a dynamic query on the database and returns the matching rows . concode_field_sep ResourceActionLocalService _resourceActionLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery ...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _resourceActionLocalService . arg0 ( arg0 ) ; }
370
sets up all dependencies before a test runs . concode_field_sep int TEST_DIR concode_elem_sep long TEST_BLOCK_ID concode_elem_sep BlockMetadataManager mMetaManager concode_elem_sep ExpectedException mThrown concode_elem_sep TemporaryFolder mTestFolder concode_elem_sep int TEST_TIER_ORDINAL concode_elem_sep BlockMetadat...
void function ( ) { File loc0 = mTestFolder . newFolder ( ) ; mMetaManager = TieredBlockStoreTestUtils . defaultMetadataManager ( loc0 . getAbsolutePath ( ) ) ; mMetaManagerView = Mockito . spy ( new BlockMetadataManagerView ( mMetaManager , Sets . < Long > newHashSet ( ) , Sets . < Long > newHashSet ( ) ) ) ; }
371
retrieves whether this factory produces secure sockets . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep Socket createSocket concode_elem_sep Socket createSocket concode_elem_sep HsqlSocketFactory getPlainImpl concode_elem_sep HsqlSocketFactory newFactory conco...
boolean function ( ) { return false ; }
372
set the onbehalfof value . concode_field_sep String filetype concode_elem_sep boolean noOp concode_elem_sep boolean checksumError concode_elem_sep String filepath concode_elem_sep String destination concode_elem_sep String onBehalfOf concode_elem_sep String packaging concode_elem_sep String userAgent concode_elem_sep b...
void function ( String arg0 ) { this . onBehalfOf = arg0 ; }
373
checks if this message is before other concode_field_sep MsgType msgType concode_elem_sep InetSocketAddress address concode_elem_sep ASCIIString cellId concode_elem_sep long sendTimestamp concode_elem_sep ASCIIString leaseHolder concode_elem_sep int VIEW_ID_INVALIDATED concode_elem_sep ProposalNumber proposalNo concode...
boolean function ( FleaseMessage arg0 ) { return proposalNo . before ( arg0 . proposalNo ) ; }
374
finds the index of the attribute with the given name in the given array of attributes . concode_field_sep ProgramClass targetClass concode_elem_sep CodeAttribute targetAttribute concode_elem_sep boolean replaceAttributes concode_elem_sep ProgramMember targetMember concode_field_sep boolean replaceAttribute concode_elem...
int function ( int arg0 , Attribute [ ] arg1 , String arg2 ) { for ( int loc0 = 0 ; loc0 < arg0 ; loc0 ++ ) { Attribute loc1 = arg1 [ loc0 ] ; if ( loc1 . getAttributeName ( targetClass ) . equals ( arg2 ) ) { return loc0 ; } } return - 1 ; }
375
sets the value of the flavour property . concode_field_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep BigDecimal refresh concode_elem_sep Label label concode_elem_sep String suffix concode_elem_sep String type concode_elem_sep Layou...
void function ( String arg0 ) { this . flavour = arg0 ; }
376
returns the primary key of this member request . concode_field_sep MemberRequest _memberRequest concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel con...
long function ( ) { return _memberRequest . getPrimaryKey ( ) ; }
377
returns the osgi service identifier . concode_field_sep ShoppingOrderService _shoppingOrderService concode_field_sep void completeOrder concode_elem_sep void sendEmail concode_elem_sep void setWrappedService concode_elem_sep com.liferay.shopping.model.ShoppingOrder getOrder concode_elem_sep com.liferay.shopping.model.S...
java . lang . String function ( ) { return _shoppingOrderService . getOSGiServiceIdentifier ( ) ; }
378
returns the round trip time for this ping in nanoseconds , or -1 if the response was cancelled , or -2 if the timeout elapsed before the round trip completed . concode_field_sep long sent concode_elem_sep CountDownLatch latch concode_elem_sep long received concode_field_sep void cancel concode_elem_sep void receive con...
long function ( long arg0 , TimeUnit arg1 ) { if ( latch . await ( arg0 , arg1 ) ) { return received - sent ; } else { return - 2 ; } }
379
sets the value of the errorcode property . concode_field_sep String errorMessage concode_elem_sep int errorCode concode_field_sep void setErrorMessage concode_elem_sep int getErrorCode concode_elem_sep String getErrorMessage
void function ( int arg0 ) { this . errorCode = arg0 ; }
380
returns the name of the auxiliary storage pool asp device in which the program is located . concode_field_sep long activationGroupNumber_ concode_elem_sep int programASPNumber_ concode_elem_sep long serialVersionUID concode_elem_sep byte controlBoundary_ concode_elem_sep String activationGroupName_ concode_elem_sep int...
String function ( ) { return programASP_ ; }
381
get the description concode_field_sep Class<?> genericeValueType concode_elem_sep Field field concode_elem_sep Class<?> genericKeyType concode_elem_sep String description concode_elem_sep FieldType fieldType concode_elem_sep boolean isList concode_elem_sep boolean required concode_elem_sep int order concode_elem_sep bo...
String function ( ) { return description ; }
382
get the transition to field on timeout . concode_field_sep int timeoutLength concode_elem_sep String timeoutTo concode_field_sep int getTimeoutLength
String function ( ) { return timeoutTo ; }
383
returns the service name . concode_field_sep int UNAVAILABLE_METRIC concode_elem_sep Executor executor concode_elem_sep IndexerFunction<String,RMIService<?>> RMI_SERVICE_INDEXER concode_elem_sep RMIServiceId serviceId concode_elem_sep String serviceName concode_field_sep void removeServiceDescriptorsListener concode_el...
String function ( ) { return serviceName ; }
384
getweeklycalendar concode_field_sep String m_description concode_elem_sep WebUser m_defaultUser concode_elem_sep String m_name concode_elem_sep WebGroup m_membershipGroup concode_elem_sep List<WebSchedEntry> m_newEntries concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setMembershipG...
WebCalendar function ( ) { return null ; }
385
get an approximate issue count for a given scope . this is just an optimization , so the number does not have to be accurate . concode_field_sep Implementation DUMMY_IMPLEMENTATION concode_elem_sep Issue LINT_ERROR concode_elem_sep Issue PARSER_ERROR concode_elem_sep Map<String,Issue> sIdToIssue concode_elem_sep Map<En...
int function ( @ NonNull EnumSet < Scope > arg0 ) { return 20 ; }
386
adds all the entities from the specified collection . concode_field_sep long serialVersionUID concode_elem_sep List entities concode_field_sep void add concode_elem_sep Iterator iterator concode_elem_sep boolean equals concode_elem_sep int getEntityCount concode_elem_sep void clear concode_elem_sep Object clone concode...
void function ( EntityCollection arg0 ) { this . entities . addAll ( arg0 . getEntities ( ) ) ; }
387
create an instance of searchvolumesearchparameter concode_field_sep QName _RequestHeader_QNAME concode_elem_sep QName _ApiExceptionFault_QNAME concode_elem_sep QName _ResponseHeader_QNAME concode_field_sep DisplayAdSpecAdSizeSpec createDisplayAdSpecAdSizeSpec concode_elem_sep IdeaTextFilterSearchParameter createIdeaTex...
SearchVolumeSearchParameter function ( ) { return new SearchVolumeSearchParameter ( ) ; }
388
the arn of the iam role that grants access . concode_field_sep String logLevel concode_elem_sep String roleArn concode_field_sep GetLoggingOptionsResult withLogLevel concode_elem_sep GetLoggingOptionsResult withLogLevel concode_elem_sep GetLoggingOptionsResult withRoleArn concode_elem_sep void setLogLevel concode_elem_...
String function ( ) { return this . roleArn ; }
389
record the time when we finished calculating paths for this request . concode_field_sep long pathCalculationTime concode_elem_sep List<Long> pathTimes concode_elem_sep boolean timedOut concode_elem_sep long finishedPrecalculating concode_elem_sep long precalculationTime concode_elem_sep long startedCalculating concode_...
void function ( ) { finishedCalculating = System . currentTimeMillis ( ) ; }
390
escape the given identifier value and append it to the string builder sbuf . if sbuf is null , a new stringbuilder will be returned . this method is different from appendescapedliteral in that it includes the quoting required for the identifier while #escapeliteral stringbuilder , string , boolean does not . concode_fi...
StringBuilder function ( StringBuilder arg0 , String arg1 ) { if ( arg0 == null ) { arg0 = new StringBuilder ( 2 + arg1 . length ( ) * 11 / 10 ) ; } doAppendEscapedIdentifier ( arg0 , arg1 ) ; return arg0 ; }
391
disconnect from the thresholdmanager concode_field_sep Logger logger concode_elem_sep SLA mySLA concode_elem_sep List<SLAPolicyEventListener> listeners concode_elem_sep Object eventSource concode_elem_sep BlockingQueue<SLAThresholdEvent> eventQ concode_elem_sep ExecutorService executor concode_elem_sep ThresholdManager...
void function ( ) { if ( executor != null ) executor . shutdownNow ( ) ; if ( thresholdManager != null ) thresholdManager . removeThresholdListener ( this ) ; eventSource = null ; }
392
returns a map/list which contains the first line of each line group as key and the rest of the lines as a string value . concode_field_sep int nextStartLineNumber concode_elem_sep String[] sectionContinuations concode_elem_sep String[] ignoredStarts concode_elem_sep LineNumberReader reader concode_elem_sep String[] def...
HashMappedList function ( ) { HashMappedList loc0 = new HashMappedList ( ) ; while ( true ) { HsqlArrayList loc1 = getSection ( ) ; if ( loc1 . size ( ) < 1 ) { break ; } String loc2 = ( String ) loc1 . get ( 0 ) ; String loc3 = LineGroupReader . convertToString ( loc1 , 1 ) ; loc0 . put ( loc2 , loc3 ) ; } return loc0...
393
updates the shopping cart in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep ShoppingCartLocalService _service concode_field_sep com.liferay.portlet.shopping.model.ShoppingCart fetchShoppingCart concode_elem_sep com.liferay.portlet.shopping.model.Shop...
com . liferay . portlet . shopping . model . ShoppingCart function ( com . liferay . portlet . shopping . model . ShoppingCart arg0 ) { return getService ( ) . updateShoppingCart ( arg0 ) ; }
394
gets the current value at position i . concode_field_sep AtomicLongArray longs concode_elem_sep long serialVersionUID concode_field_sep void set concode_elem_sep boolean compareAndSet concode_elem_sep boolean weakCompareAndSet concode_elem_sep void writeObject concode_elem_sep int length concode_elem_sep void lazySet c...
double function ( int arg0 ) { return longBitsToDouble ( longs . get ( arg0 ) ) ; }
395
parses a color entry . if the entry is in hexadecimal or ocal notation , the color is created using color.decode . if the string denotes a constant name of on of the color constants defined in java.awt.color , this constant is used . as fallback the color black is returned if no color can be parsed . concode_field_sep ...
Color function ( final String arg0 ) { return parseColor ( arg0 , Color . black ) ; }
396
returns the description code of alert or -100 if there is no alert . concode_field_sep byte UNEXPECTED_MESSAGE concode_elem_sep byte BAD_RECORD_MAC concode_elem_sep byte UNSUPPORTED_CERTIFICATE concode_elem_sep byte INSUFFICIENT_SECURITY concode_elem_sep byte EXPORT_RESTRICTION concode_elem_sep byte USER_CANCELED conco...
byte function ( ) { return ( alert [ 0 ] != 0 ) ? alert [ 1 ] : - 100 ; }
397
an one line , human-readable message describing the error that occurred . concode_field_sep String vendorSpecificErrorCode concode_elem_sep Integer majorErrorCode concode_elem_sep String MEDIA_TYPE concode_elem_sep Logger logger concode_elem_sep String stackTrace concode_elem_sep String message concode_elem_sep String ...
String function ( ) { return message ; }
398
returns a copy of the collection . concode_field_sep Collection collection concode_field_sep Object clone concode_elem_sep String toString
Collection function ( ) { return new ArrayList ( collection ) ; }
399
returns com.ibm.as400.access.as400datatype #type_bin2 type_bin2 . concode_field_sep short defaultValue concode_elem_sep int SIZE concode_elem_sep long serialVersionUID concode_field_sep int getByteLength concode_elem_sep byte[] toBytes concode_elem_sep byte[] toBytes concode_elem_sep int toBytes concode_elem_sep int to...
int function ( ) { return AS400DataType . TYPE_BIN2 ; }