idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
33,400
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
33,401
simply calls the target runnable runnable 's runnable #run run method . concode_field_sep Runnable runnable concode_elem_sep ThreadState threadState concode_field_sep void run
void function ( Runnable arg0 ) { arg0 . run ( ) ; }
33,402
create an instance of opencvtype concode_field_sep PlaceHolder placeHolder concode_field_sep InteractionElementType createInteractionElementType concode_elem_sep ParticipantType createParticipantType concode_elem_sep ParticipantType.ParameterList createParticipantTypeParameterList concode_elem_sep ParticipantType.Exper...
OpenCvType function ( ) { return new OpenCvType ( ) ; }
33,403
sets the value of the distributionpaymentid property . concode_field_sep Amount amount concode_elem_sep String distributionReferenceId concode_elem_sep String distributionPaymentId concode_elem_sep long serialVersionUID concode_elem_sep BigInteger priority concode_elem_sep String target concode_field_sep String getTarg...
void function ( String arg0 ) { this . distributionPaymentId = arg0 ; }
33,404
put a boolean into sharedpreferences concode_field_sep String PREFS_NAME concode_field_sep String padZero concode_elem_sep String padZero concode_elem_sep boolean getBooleanPref concode_elem_sep int getIntPref concode_elem_sep void putIntPref concode_elem_sep Calendar getMyCalendar concode_elem_sep boolean is24HourCloc...
void function ( Context arg0 , String arg1 , boolean arg2 ) { SharedPreferences loc0 = arg0 . getSharedPreferences ( PREFS_NAME , Context . MODE_PRIVATE ) ; SharedPreferences . Editor loc1 = loc0 . edit ( ) ; loc1 . putBoolean ( arg1 , arg2 ) ; loc1 . commit ( ) ; }
33,405
retrieve the state from the current thread 's local storage concode_field_sep FileInfo fileInfo concode_elem_sep boolean asyncLifecycle concode_elem_sep ThreadLocal holder concode_elem_sep UploadConfig uploadConfig concode_elem_sep String iframeContent concode_field_sep void setAsyncLifecycle concode_elem_sep void setI...
UploadStateHolder function ( ) { UploadStateHolder loc0 = ( UploadStateHolder ) holder . get ( ) ; holder . set ( null ) ; return loc0 ; }
33,406
returns all requests captured so far . this method does clear the captured requests list . if you do not want the captured requests list cleared , use #capturedrequests . concode_field_sep DiscoveryNode node concode_elem_sep TransportRequest request concode_elem_sep TransportServiceAdapter adapter concode_elem_sep Bloc...
CapturedRequest [ ] function ( ) { CapturedRequest [ ] loc0 = loc0 ( ) ; clear ( ) ; return loc0 ; }
33,407
gets the total number of folder matching the search criteria available in the searched folder . concode_field_sep boolean moreAvailable concode_elem_sep Integer nextPageOffset concode_elem_sep int totalCount concode_elem_sep ArrayList<Folder> folders concode_field_sep void setTotalCount concode_elem_sep Iterator<Folder...
int function ( ) { return totalCount ; }
33,408
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 < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _shoppingItemFieldLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
33,409
gets the value of the expectedconfirmationdate property . concode_field_sep String zipCode concode_elem_sep String customerReference1 concode_elem_sep String customerReference2 concode_elem_sep XMLGregorianCalendar expectedConfirmationDate concode_elem_sep ShipType orderShipType concode_elem_sep XMLGregorianCalendar or...
XMLGregorianCalendar function ( ) { return expectedConfirmationDate ; }
33,410
retrieves the currently set main class name for this java application using the jira client library concode_field_sep String mainClass concode_elem_sep String systemInfoMsg concode_elem_sep Log log concode_elem_sep String userName concode_field_sep String generateApplicationUseHeader concode_elem_sep void setUserName c...
String function ( ) { return this . mainClass ; }
33,411
tests if delta works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testIndexer concode_elem_sep void testCount concode_elem_sep void testArray concode_elem_sep void testAsync concode_elem_sep void testIntersect concode_elem_sep void testFold concode_elem_sep void testRandom concode_elem_sep void te...
void function ( ) { double loc0 = $ . range ( 0 , 100000 ) . delta ( new F2DeltaObjects < Number , Number > ( ) { @ Override public Integer f ( Number left , Number right ) { return right . intValue ( ) - left . intValue ( ) ; } } ) . as ( CoreNumber . class ) . loc0 ( ) ; Assert . assertEquals ( 99999.0 , loc0 , 0.01 ...
33,412
set the extensions for the response . concode_field_sep RespID responderID concode_elem_sep X509Extensions extensions concode_elem_sep CertStatus certStatus concode_elem_sep DERGeneralizedTime thisUpdate concode_elem_sep List list concode_elem_sep X509Extensions responseExtensions concode_elem_sep CertificateID certId ...
BasicOCSPRespBuilder function ( X509Extensions arg0 ) { this . responseExtensions = arg0 ; return this ; }
33,413
removes all defined series colors . concode_field_sep JRChartPlot parent concode_elem_sep JRChart chart concode_field_sep void setOrientation concode_elem_sep void setOrientation concode_elem_sep void collectExpressions concode_elem_sep PlotOrientationEnum getOrientationValue concode_elem_sep JRChart getChart concode_e...
void function ( ) { }
33,414
loops continuously , pulling references off the queue and cleaning them up . concode_field_sep PhantomReference<Object> frqReference concode_elem_sep String FINALIZABLE_REFERENCE concode_elem_sep WeakReference<Class<?>> finalizableReferenceClassReference concode_elem_sep Field inheritableThreadLocals concode_elem_sep L...
void function ( ) { while ( true ) { try { if ( ! cleanUp ( queue . remove ( ) ) ) { break ; } } catch ( InterruptedException loc0 ) { } } }
33,415
tear down after testing . concode_field_sep String webUrl concode_elem_sep WebClient webClient concode_field_sep void setUpClass concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void testRenderKit03
void function ( ) { webClient . closeAllWindows ( ) ; }
33,416
instructs the webview to cancel the authentication request . concode_field_sep HttpAuthHandler handler concode_field_sep void proceed
void function ( ) { this . handler . cancel ( ) ; }
33,417
returns true if the alpha bar item was selected from the request concode_field_sep AlphaBarHelper INSTANCE concode_field_sep String renderEnabledAlpha concode_elem_sep String getAlphaValue concode_elem_sep AlphaBarHelper getInstance concode_elem_sep String renderDisabledAlph concode_elem_sep void writeAlphaBar concode_...
boolean function ( String arg0 , ServletRequest arg1 ) { return ! StringUtils . isBlank ( arg1 . getParameter ( makeAlphaKey ( arg0 ) ) ) ; }
33,418
returns the height of this board , i.e. the amount of rows . concode_field_sep Square[][] board concode_field_sep boolean withinBorders concode_elem_sep Square squareAt concode_elem_sep int getWidth concode_elem_sep boolean invariant
int function ( ) { return board [ 0 ] . length ; }
33,419
checks that the browser name set in the provided capabilities matches the browser name set in the desired capabilities . concode_field_sep Logger LOG concode_field_sep Capabilities getProvidedCapabilities concode_elem_sep WebDriver callConstructor concode_elem_sep Class<? extends WebDriver> getDriverClass concode_elem_...
boolean function ( Capabilities arg0 ) { return BrowserType . FIREFOX . equals ( arg0 . getBrowserName ( ) ) ; }
33,420
show an error notification concode_field_sep Notification note concode_field_sep Notification warn concode_elem_sep Notification plain concode_elem_sep Notification show concode_elem_sep Notification show concode_elem_sep Notification info concode_elem_sep Notification info
Notification function ( String arg0 , String arg1 , boolean arg2 ) { return show ( arg0 , arg1 , MessageType . ERROR , arg2 ? 10000 : 0 ) ; }
33,421
get a connection that be used to access data or metadata not specific to any shard/tenant . the returned connection is a read_write connection to the global group of the shard mapping for the database and table association with this connection provider . concode_field_sep String database concode_elem_sep String passwor...
Connection function ( ) { return getReadWriteConnectionFromServerGroup ( this . globalGroup ) ; }
33,422
gets the selected panel name . concode_field_sep String selectedFruit concode_elem_sep String selectedColor concode_elem_sep String selectedMineral concode_elem_sep String selectedPanel concode_field_sep void setSelectedFruit concode_elem_sep String getSelectedMineral concode_elem_sep String getSelectedFruit concode_el...
String function ( ) { return selectedPanel ; }
33,423
implements org.apache.batik.i18n.localizable #formatmessage string , object . concode_field_sep List resourceBundles concode_elem_sep ClassLoader classLoader concode_elem_sep Class lastResourceClass concode_elem_sep Locale usedLocale concode_elem_sep String bundleName concode_elem_sep Class cls concode_elem_sep Locale ...
String function ( String arg0 , Object [ ] arg1 ) { return MessageFormat . format ( getString ( arg0 ) , arg1 ) ; }
33,424
convenience method for constructing composite formats . given operation op , object class inf , set of paths p return : tbl , , tbl , , ... , tbl , concode_field_sep Parser.Node root concode_field_sep ComposableRecordReader<K,TupleWritable> getRecordReader concode_elem_sep void setFormat concode_elem_sep void addUserId...
String function ( String arg0 , Class < ? extends InputFormat > arg1 , String ... arg2 ) { final String loc0 = arg1 . getName ( ) ; StringBuffer loc1 = new StringBuffer ( arg0 + '(' ) ; for ( String loc2 : arg2 ) { compose ( loc0 , loc2 , loc1 ) ; loc1 . append ( ',' ) ; } loc1 . setCharAt ( loc1 . length ( ) - 1 , ')'...
33,425
mac address of player concode_field_sep String macAddress concode_elem_sep String name concode_elem_sep String model concode_elem_sep String uuid concode_elem_sep String ipAddr concode_field_sep void setName concode_elem_sep String getModel concode_elem_sep String getName concode_elem_sep String getIpAddr concode_elem_...
String function ( ) { return macAddress ; }
33,426
sac : implements org.w3c.css.sac.conditionfactory #createonlytypecondition . concode_field_sep String classLocalName concode_elem_sep String idNamespaceURI concode_elem_sep String classNamespaceURI concode_elem_sep String idLocalName concode_field_sep LangCondition createLangCondition concode_elem_sep CombinatorConditi...
Condition function ( ) { throw new CSSException ( "srini_string" ) ; }
33,427
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testBug1593156 concode_elem_sep void testSerialization concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testHashcode concode_e...
void function ( ) { StackedXYAreaRenderer loc0 = new StackedXYAreaRenderer ( ) ; StackedXYAreaRenderer loc1 = ( StackedXYAreaRenderer ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
33,428
the subscription 's arn . concode_field_sep String owner concode_elem_sep String protocol concode_elem_sep String endpoint concode_elem_sep String subscriptionArn concode_elem_sep String topicArn concode_field_sep Subscription withProtocol concode_elem_sep String getSubscriptionArn concode_elem_sep void setProtocol con...
void function ( String arg0 ) { this . subscriptionArn = arg0 ; }
33,429
configuration : kerberos error message concode_field_sep String m_domain concode_elem_sep String m_knownusermsg concode_elem_sep Logger M_log concode_elem_sep String m_serviceprincipal concode_elem_sep String m_servicelogincontext concode_elem_sep boolean m_requirelocalaccount concode_elem_sep boolean m_verifyTicket co...
void function ( String arg0 ) { m_knownusermsg = arg0 ; }
33,430
get starting offset of extent . concode_field_sep long offset concode_elem_sep int[] osds concode_elem_sep long length concode_field_sep long getLength concode_elem_sep int[] getOSDs concode_elem_sep String toString
long function ( ) { return offset ; }
33,431
deletes the attachment with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep AttachmentLocalService _attachmentLocalService concode_field_sep com.liferay.mail.reader.model.Attachment getAttachment concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_ele...
com . liferay . mail . reader . model . Attachment function ( long arg0 ) { return _attachmentLocalService . deleteAttachment ( arg0 ) ; }
33,432
set the source ip address of the file uploaded to concode_field_sep String source_ip_addr concode_elem_sep Date create_timestamp concode_elem_sep int crc32 concode_elem_sep long file_size concode_field_sep String getSourceIpAddr concode_elem_sep long getFileSize concode_elem_sep Date getCreateTimestamp concode_elem_sep...
void function ( String arg0 ) { this . source_ip_addr = arg0 ; }
33,433
see beanswrapper #setsimplemapwrapper boolean . concode_field_sep boolean strict concode_elem_sep Version incompatibleImprovements concode_elem_sep boolean simpleMapWrapper concode_elem_sep ClassIntrospectorBuilder classIntrospectorFactory concode_elem_sep boolean useModelCache concode_elem_sep int defaultDateType conc...
void function ( boolean arg0 ) { this . simpleMapWrapper = arg0 ; }
33,434
returns a type modelling a provider that provides elements of type elementtype . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterizedType newParameterizedType concode_elem_sep WildcardType supertypeOf concode_elem_sep WildcardType subtypeOf concode_elem_sep GenericArrayType arrayOf concode_elem_sep...
ParameterizedType function ( Type arg0 ) { return newParameterizedType ( Provider . class , arg0 ) ; }
33,435
queries the cursor 's images ' data . concode_field_sep IntBuffer imagesDelay concode_elem_sep int yHotSpot concode_elem_sep int xHotSpot concode_elem_sep IntBuffer imagesData concode_elem_sep int width concode_elem_sep int numImages concode_elem_sep int height concode_field_sep void setxHotSpot concode_elem_sep void s...
IntBuffer function ( ) { return imagesData ; }
33,436
173 encode the buffer in abuffer and write the encoded 174 result to the outputstream astream . 175 concode_field_sep PrintStream pStream concode_field_sep void encodeBufferSuffix concode_elem_sep void encodeBufferPrefix concode_elem_sep int readFully concode_elem_sep int bytesPerLine concode_elem_sep int bytesPerAtom ...
void function ( byte arg0 [ ] , OutputStream arg1 ) { ByteArrayInputStream loc0 = new ByteArrayInputStream ( arg0 ) ; encode ( loc0 , arg1 ) ; }
33,437
tests if all characters of specified string are upper case . concode_field_sep PlaceHolder placeHolder concode_field_sep String toTitle concode_elem_sep String toCapital concode_elem_sep boolean isEmpty concode_elem_sep boolean isUpperCase concode_elem_sep String join concode_elem_sep String join
boolean function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ( ) ; ++ loc0 ) { if ( Character . isUpperCase ( arg0 . charAt ( loc0 ) ) ) { return false ; } } return true ; }
33,438
returns the previous instruction in the list to which this instruction belongs , if any . concode_field_sep List<TypeAnnotationNode> visibleTypeAnnotations concode_elem_sep AbstractInsnNode next concode_elem_sep int TYPE_INSN concode_elem_sep MethodNode method concode_elem_sep int LOOKUPSWITCH_INSN concode_elem_sep int...
AbstractInsnNode function ( ) { return prev ; }
33,439
determines whether a file has the file extension of a valid script file . concode_field_sep ScriptEngineManager manager concode_field_sep void runPythonScript concode_elem_sep void runScript concode_elem_sep void runScript concode_elem_sep Object runScript concode_elem_sep void runScript
boolean function ( final File arg0 ) { return manager . getEngineByExtension ( FileUtils . getFileExtension ( arg0 ) ) != null ; }
33,440
gets a sequence number . concode_field_sep Map<String,Queue<Request>> mWaitingRequests concode_elem_sep CacheDispatcher mCacheDispatcher concode_elem_sep ResponseDelivery mDelivery concode_elem_sep int DEFAULT_NETWORK_THREAD_POOL_SIZE concode_elem_sep Cache mCache concode_elem_sep AtomicInteger mSequenceGenerator conco...
int function ( ) { return mSequenceGenerator . incrementAndGet ( ) ; }
33,441
returns the zoom factor of the page visualization . a zoom factor of 1.0 f is equal to 100 % or actual size . a zoom factor of 0.5 f is equal to 50 % of the original size . concode_field_sep ArrayList<WeakReference<AbstractPageViewComponent>> selectedPageText concode_elem_sep float oldUserZoom concode_elem_sep int dirt...
float function ( ) { return userRotation ; }
33,442
optional . data attached to the event that can be used by the decider in subsequent workflow tasks . constraints : length : 0 - 32768 concode_field_sep String control concode_elem_sep String runId concode_elem_sep String workflowId concode_field_sep RequestCancelExternalWorkflowExecutionDecisionAttributes withRunId con...
void function ( String arg0 ) { this . control = arg0 ; }
33,443
set speed of object in box2d units concode_field_sep int itemID concode_elem_sep float width concode_elem_sep Body body concode_elem_sep boolean remove concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep float getX concode_elem_sep int getItemID concode_elem_sep void markRemove concode_elem...
GameObject function ( float arg0 ) { body . setLinearVelocity ( - arg0 , 0f ) ; return this ; }
33,444
returns the tracker , which is responsible for deleting temporary files . concode_field_sep int sizeThreshold concode_elem_sep int DEFAULT_SIZE_THRESHOLD concode_elem_sep File repository concode_elem_sep FileCleaningTracker fileCleaningTracker concode_field_sep void setSizeThreshold concode_elem_sep FileCleaningTracker...
void function ( FileCleaningTracker arg0 ) { fileCleaningTracker = arg0 ; }
33,445
sets the value of the orderid property . concode_field_sep List<SubscriberIdentifier> primarySubscriber concode_elem_sep String orderId concode_elem_sep XMLGregorianCalendar contractStartDate concode_elem_sep String newMSISDN concode_elem_sep XMLGregorianCalendar contractEndDate concode_elem_sep Boolean earlyUpgrade co...
void function ( String arg0 ) { this . orderId = arg0 ; }
33,446
returns the birthday concode_field_sep String lastName concode_elem_sep Address address concode_elem_sep Date created concode_elem_sep Long userId concode_elem_sep Date birthDate concode_elem_sep byte[] picture concode_elem_sep String firstName concode_elem_sep Logger logger concode_elem_sep String password concode_ele...
Date function ( ) { return birthDate ; }
33,447
gets the securityhandler associated with this security manager . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_elem_sep boolean isAuthorized conc...
SecurityHandler function ( ) { return securityHandler ; }
33,448
the documents that match the query string . note : this method appends the values to the existing list if any . use #setsuggestions java.util.collection or #withsuggestions java.util.collection if you want to overridethe existing values . concode_field_sep Long found concode_elem_sep String query concode_elem_sep com.a...
SuggestModel function ( SuggestionMatch ... arg0 ) { if ( this . suggestions == null ) { setSuggestions ( new com . amazonaws . internal . SdkInternalList < SuggestionMatch > ( arg0 . length ) ) ; } for ( SuggestionMatch loc0 : arg0 ) { this . suggestions . add ( loc0 ) ; } return this ; }
33,449
sets whether the reader will decode parameter values that use circumflex accent encoding enabled by default . this escaping mechanism allows newlines and double quotes to be included in parameter values . raw character encoded character '' ^ ' newline ^ n ^ ^ ^ example : geo ; x-address = `` pittsburgh pirates ^ n115 f...
void function ( boolean arg0 ) { caretDecodingEnabled = arg0 ; }
33,450
sets the value of the entrydate property . concode_field_sep String profession concode_elem_sep Boolean validIndicator concode_elem_sep XMLGregorianCalendar entryDate concode_elem_sep long serialVersionUID concode_elem_sep String numberID concode_elem_sep String typeCode concode_elem_sep String issuingLocation concode_...
void function ( XMLGregorianCalendar arg0 ) { this . entryDate = arg0 ; }
33,451
called when this loaderis an active loaderand we see a new child start tag . the callee is expected to designate another loaderas a loaderthat processes this element , then it should also register a receiver . the designated loaderwill become an active loader . the default implementation reports an error saying an elem...
void function ( UnmarshallingContext . State arg0 , TagName arg1 ) { reportUnexpectedChildElement ( arg1 , true ) ; arg0 . setLoader ( Discarder . INSTANCE ) ; arg0 . setReceiver ( null ) ; }
33,452
dosage start date , if there are multiple medicines with different start date then first start date will be returned concode_field_sep int dosageMinute concode_elem_sep List<MedicineResponse> medicines concode_elem_sep LocalDate endDate concode_elem_sep LocalDate responseLastCapturedDate concode_elem_sep LocalDate star...
LocalDate function ( ) { return startDate ; }
33,453
returns a string representation of this object ; useful for testing and debugging . concode_field_sep HealthCheck healthCheck concode_field_sep ConfigureHealthCheckResult withHealthCheck concode_elem_sep int hashCode concode_elem_sep HealthCheck getHealthCheck concode_elem_sep boolean equals concode_elem_sep ConfigureH...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getHealthCheck ( ) != null ) loc0 . append ( "srini_string" + getHealthCheck ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
33,454
gets the value of the dependency property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the dependency property . for example , to add a new item ,...
List < Dependency > function ( ) { if ( dependency == null ) { dependency = new ArrayList < Dependency > ( ) ; } return this . dependency ; }
33,455
return the first child node of this node with the specified name , if there is one ; otherwise , return null . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep String findAttribute concod...
TreeNode function ( String arg0 ) { if ( children == null ) return ( null ) ; Iterator loc0 = children . iterator ( ) ; while ( loc0 . hasNext ( ) ) { TreeNode loc1 = ( TreeNode ) loc0 . next ( ) ; if ( arg0 . equals ( loc1 . getName ( ) ) ) return ( loc1 ) ; } return ( null ) ; }
33,456
prepares the associated modbustransport of this tcpmasterconnection for use . concode_field_sep int m_Timeout concode_elem_sep Socket m_Socket concode_elem_sep boolean m_Connected concode_elem_sep ModbusTCPTransport m_ModbusTransport concode_field_sep void setTimeout concode_elem_sep int getPort concode_elem_sep Modbus...
void function ( Socket arg0 ) { m_Socket = arg0 ; if ( m_ModbusTransport == null ) { m_ModbusTransport = new ModbusTCPTransport ( m_Socket ) ; } else { m_ModbusTransport . setSocket ( m_Socket ) ; } m_Connected = true ; }
33,457
returns whether or not there exists a purchase of the given product . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep void...
boolean function ( String arg0 ) { return mPurchaseMap . containsKey ( arg0 ) ; }
33,458
returns the list of policy set ids available in pdp concode_field_sep EntitlementPolicyAdminServiceStub stub concode_elem_sep Log log concode_field_sep EntitlementTreeNodeDTO getEntitlementData concode_elem_sep PaginatedPolicySetDTO getAllPolicies concode_elem_sep EntitlementFinderDataHolder[] getEntitlementDataModules...
String [ ] function ( ) { try { return stub . getAllPolicyIds ( "srini_string" ) ; } catch ( Exception loc1 ) { handleException ( loc1 ) ; } return null ; }
33,459
sets the value of the hour property . concode_field_sep Integer hour concode_elem_sep MinuteOfHour minute concode_field_sep void setMinute concode_elem_sep MinuteOfHour getMinute concode_elem_sep Integer getHour
void function ( Integer arg0 ) { this . hour = arg0 ; }
33,460
gets the value of the description property . concode_field_sep String amountDue concode_elem_sep String code concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String listPrice concode_field_sep String getListPrice concode_elem_sep void setCode concode_elem_sep void setAmountDue...
String function ( ) { return description ; }
33,461
gets server time . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCoords concode_elem_sep int[] easternYCoords concode_elem_sep int[] alaskaYCoords concode_elem_sep int[] pacificYCoords concode_elem_sep ArrayList allTimeZoneList concode_elem_sep int[] mount...
String function ( ) { return formatCurrentTime ( serverFormat ) ; }
33,462
returns the name of this feature . concode_field_sep long serialVersionUID concode_elem_sep String string concode_elem_sep String name concode_elem_sep String description concode_field_sep int hashCode concode_elem_sep void writeObject concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep St...
String function ( ) { return name ; }
33,463
test method for com.sqa.em.util.helper.requestinput #getint java.lang.string , int , int . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetCharString concode_elem_sep void testAddStringElement concode_elem_sep void testGetString concode_elem_sep void testGetCharStringCharArray concode_elem_sep v...
void function ( ) { fail ( "srini_string" ) ; }
33,464
creates a new time that represents the given number of minutes . concode_field_sep TimeUnit unit concode_elem_sep long size concode_field_sep Time milliseconds concode_elem_sep long getSize concode_elem_sep Time seconds concode_elem_sep Time hours concode_elem_sep long toMilliseconds concode_elem_sep Time minutes conco...
Time function ( long arg0 ) { return of ( arg0 , TimeUnit . MINUTES ) ; }
33,465
releases resources for this instance and all associated statementportals , and removes this instance from the containing map . concode_field_sep List portals concode_elem_sep Session session concode_elem_sep String query concode_elem_sep Result ackResult concode_elem_sep String handle concode_elem_sep Map containingMap...
void function ( ) { containingMap . remove ( handle ) ; while ( portals . size ( ) > 0 ) { ( ( StatementPortal ) portals . remove ( 1 ) ) . close ( ) ; } }
33,466
the id of the snapshot that is being created . concode_field_sep String configSnapshotId concode_field_sep String getConfigSnapshotId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DeliverConfigSnapshotResult clone concode_elem_sep String toString concode_elem_sep DeliverConfigSnapshotRe...
void function ( String arg0 ) { this . configSnapshotId = arg0 ; }
33,467
the registry used to build new xcontentparser s. contains registered named parsers needed to parse the query . concode_field_sep ScriptService scriptService concode_elem_sep IndexSettings indexSettings concode_elem_sep IndexReader reader concode_elem_sep Client client concode_elem_sep NamedXContentRegistry xContentRegi...
NamedXContentRegistry function ( ) { return xContentRegistry ; }
33,468
called when the browserapp activity will start interacting with the user . concode_field_sep PlaceHolder placeHolder concode_field_sep void onRestart concode_elem_sep void onCreate concode_elem_sep void onDestroy concode_elem_sep void onStart concode_elem_sep void onTabsTrayShown concode_elem_sep void onTabsTrayHidden ...
void function ( BrowserApp arg0 ) { }
33,469
info log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d con...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , String . format ( arg1 , arg2 ) ) ; }
33,470
implement tostring concode_field_sep Point p[] concode_field_sep int getHeight concode_elem_sep Point getCorner concode_elem_sep int getRight concode_elem_sep Quad offset concode_elem_sep int getBottom concode_elem_sep int getTop concode_elem_sep int getWidth concode_elem_sep int getLeft
String function ( ) { return super . toString ( ) + "srini_string" + this . p [ 0 ] . toString ( ) + "srini_string" + this . p [ 1 ] . toString ( ) + "srini_string" + this . p [ 2 ] . toString ( ) + "srini_string" + this . p [ 3 ] . toString ( ) + "srini_string" ; }
33,471
clean up any resources allocated to this api key data store instance . concode_field_sep ThriftKeyValidatorClientPool clientPool concode_field_sep ArrayList<URITemplate> getAllURITemplates concode_elem_sep APIKeyValidationInfoDTO getAPIKeyData
void function ( ) { }
33,472
gets the 2nd selected date . concode_field_sep Date date1 concode_elem_sep Date date2 concode_field_sep Date getDate1 concode_elem_sep TimeZone getTimeZone concode_elem_sep void setDate2 concode_elem_sep void setDate1
Date function ( ) { return date2 ; }
33,473
creates a securehttpcontext which handles the security for thisservlet concode_field_sep Logger logger concode_elem_sep Color[] AREACOLORS concode_elem_sep Map<String,Long> PERIODS concode_elem_sep String SERVLET_NAME concode_elem_sep Color[] LINECOLORS concode_elem_sep ItemUIRegistry itemUIRegistry concode_elem_sep Ht...
HttpContext function ( ) { HttpContext loc0 = httpService . createDefaultHttpContext ( ) ; return new SecureHttpContext ( loc0 , "srini_string" ) ; }
33,474
define el valor de la propiedad return . concode_field_sep Result _return concode_field_sep Result getReturn
void function ( Result arg0 ) { this . _return = arg0 ; }
33,475
set the thread pool size of the scheduled render service . the default is 5 and unless you have a lot of renderers that use the scheduling service , it should really be more than enough . concode_field_sep RejectionHandler rejectionHandler concode_elem_sep RenderThreadFactory threadFactory concode_elem_sep long keepAli...
void function ( int arg0 ) { this . schedulePoolSize = arg0 ; }
33,476
set the entity id concode_field_sep String entityType concode_elem_sep String entityId concode_elem_sep List<TimelineEvent> events concode_elem_sep List<EventsOfOneEntity> allEvents concode_field_sep void addEvent concode_elem_sep void addEvent concode_elem_sep List<TimelineEvent> getEvents concode_elem_sep void addEve...
void function ( String arg0 ) { this . entityId = arg0 ; }
33,477
returns the osgi service identifier . concode_field_sep KaleoTaskLocalService _kaleoTaskLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoT...
java . lang . String function ( ) { return _kaleoTaskLocalService . getOSGiServiceIdentifier ( ) ; }
33,478
sets the incomingport number used to connect ot the mail server concode_field_sep String mailUsername concode_elem_sep boolean incomingSsl concode_elem_sep String protocol concode_elem_sep String password concode_elem_sep String outgoingHost concode_elem_sep boolean outgoingSsl concode_elem_sep boolean outgoingVerifica...
void function ( int arg0 ) { this . incomingPort = arg0 ; }
33,479
calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep bz242995Package modelPackage concode_field_sep T caseLibrary concode_elem_sep T caseBook concode_elem_sep T caseOneTimeWonder concode_elem_sep T caseAuthor concode_elem_sep T caseWriter concode_elem...
T function ( EClass arg0 , EObject arg1 ) { if ( arg0 . eContainer ( ) == modelPackage ) { return doSwitch ( arg0 . getClassifierID ( ) , arg1 ) ; } else { List < EClass > loc0 = arg0 . getESuperTypes ( ) ; return loc0 . isEmpty ( ) ? defaultCase ( arg1 ) : doSwitch ( loc0 . get ( 0 ) , arg1 ) ; } }
33,480
gets the remote tag concode_field_sep Vector route concode_elem_sep NameAddress local_contact concode_elem_sep NameAddress remote_name concode_elem_sep NameAddress remote_contact concode_elem_sep String remote_tag concode_elem_sep String local_tag concode_elem_sep long remote_cseq concode_elem_sep NameAddress local_nam...
String function ( ) { return remote_tag ; }
33,481
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { CategoryLabelPosition loc0 = new CategoryLabelPosition ( ) ; CategoryLabelPosition loc1 = ( CategoryLabelPosition ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
33,482
sets the value of the effectivedate property . concode_field_sep String promotionCode concode_elem_sep String name concode_elem_sep String description concode_elem_sep PromotionDiscount discount concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep PromotionType type concode_elem_sep XMLGre...
void function ( XMLGregorianCalendar arg0 ) { this . effectiveDate = arg0 ; }
33,483
visit a variable reference . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean visitLocationPath concode_elem_sep boolean visitBinaryOperation concode_elem_sep boolean visitUnionPath concode_elem_sep boolean visitUnaryOperation concode_elem_sep boolean visitFunction concode_elem_sep boolean visitUnion...
boolean function ( ExpressionOwner arg0 , Variable arg1 ) { return true ; }
33,484
the names of the policies enabled for the back-end server . concode_field_sep Integer instancePort concode_elem_sep com.amazonaws.internal.SdkInternalList<String> policyNames concode_field_sep java.util.List<String> getPolicyNames concode_elem_sep Integer getInstancePort concode_elem_sep BackendServerDescription withIn...
void function ( java . util . Collection < String > arg0 ) { if ( arg0 == null ) { this . policyNames = null ; return ; } this . policyNames = new com . amazonaws . internal . SdkInternalList < String > ( arg0 ) ; }
33,485
size in bytes necessary to send or receive this object via the ov-chip protocol layer , see ds.ov2.util.apdu _ serializable #size apdu_serializable . size . concode_field_sep short value concode_field_sep boolean is_compatible_with concode_elem_sep short to_byte_array concode_elem_sep short from_byte_array
short function ( ) { return ( short ) 2 ; }
33,486
returns the list of footnote/endnote informations for the given id . concode_field_sep String REGISTER_NOTE_METHOD concode_elem_sep Map<String,List<NoteInfo>> notesMap concode_elem_sep String GET_NOTES_METHOD concode_field_sep int createNewId concode_elem_sep String registerNote
List < NoteInfo > function ( String arg0 ) { if ( notesMap == null ) { return Collections . emptyList ( ) ; } List < NoteInfo > loc0 = notesMap . get ( arg0 ) ; if ( loc0 == null ) { return Collections . emptyList ( ) ; } return loc0 ; }
33,487
gets the value of the cycleenddate property . concode_field_sep XMLGregorianCalendar cycleStartDate concode_elem_sep boolean stashLimitReached concode_elem_sep DataBalanceType dataUsed concode_elem_sep DataBalanceType dataExpired concode_elem_sep DataBalanceType dataAtCycleEnd concode_elem_sep long serialVersionUID con...
XMLGregorianCalendar function ( ) { return cycleEndDate ; }
33,488
returns true if the given mouseevent code was clicked . concode_field_sep boolean moved concode_elem_sep int scroll concode_elem_sep Point location concode_elem_sep Map<Integer,MouseButton> buttons concode_field_sep boolean isPressed concode_elem_sep Point getLocation concode_elem_sep void mouseDragged concode_elem_sep...
boolean function ( int arg0 ) { MouseButton loc0 = this . buttons . get ( arg0 ) ; if ( loc0 == null ) { return false ; } return loc0 . wasClicked ( ) ; }
33,489
returns an instance of yarnexception concode_field_sep PlaceHolder placeHolder concode_field_sep Void unwrapAndThrowException concode_elem_sep T instantiateException
YarnException function ( String arg0 ) { return new YarnException ( arg0 ) ; }
33,490
the final call you receive before your activity is destroyed . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideU...
void function ( ) { }
33,491
id for the local notification as a number . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep String getText concode_elem_sep long getRepeatInterval c...
Integer function ( ) { return options . optInt ( "srini_string" , 0 ) ; }
33,492
set the name . concode_field_sep int headerParam concode_elem_sep String name concode_elem_sep Boolean booleanValue concode_elem_sep Integer integerValue concode_elem_sep Short shortValue concode_elem_sep long serialVersionUID concode_elem_sep Double doubleValue concode_elem_sep int id concode_elem_sep int queryParam c...
void function ( String arg0 ) { this . name = arg0 ; }
33,493
set the value of the coefficient of expansion . concode_field_sep VelocityProvider delegate concode_elem_sep ControlParameter rhoLowerBound concode_elem_sep ControlParameter rhoExpandCoefficient concode_elem_sep ControlParameter rhoContractCoefficient concode_elem_sep Fitness oldFitness concode_elem_sep ControlParamete...
void function ( ControlParameter arg0 ) { this . rhoExpandCoefficient = arg0 ; }
33,494
turns the implicit multiplication option on/off . concode_field_sep boolean hasImplicitMul concode_elem_sep Lexer lexer concode_elem_sep List<String> funcList concode_field_sep void addConstant concode_elem_sep boolean isConstant concode_elem_sep void addNode concode_elem_sep int getPrecedence concode_elem_sep boolean ...
Parser function ( boolean arg0 ) { hasImplicitMul = arg0 ; return this ; }
33,495
start this device concode_field_sep boolean m_device_is_started concode_elem_sep String m_gateway_id concode_elem_sep BticinoBinding m_bticino_binding concode_elem_sep int m_port concode_elem_sep OpenWebNet m_open_web_net concode_elem_sep String m_host concode_elem_sep int m_rescan_interval_secs concode_elem_sep Object...
void function ( ) { if ( m_open_web_net == null ) { m_open_web_net = new OpenWebNet ( m_host , m_port , m_rescan_interval_secs ) ; m_open_web_net . addEventListener ( this ) ; m_open_web_net . onStart ( ) ; } m_device_is_started = true ; logger . debug ( "srini_string" + m_gateway_id + "srini_string" ) ; }
33,496
sets the application render manager reference and creates a new on demand render for this session id . concode_field_sep Log log concode_elem_sep long PROCCESS_SLEEP_LENGTH concode_elem_sep OutputProgressModel outputProgressModel concode_elem_sep OutputProgressModel ouputProgressModel concode_elem_sep PersistentFacesSt...
void function ( RenderManager arg0 ) { this . renderManager = arg0 ; sessionId = FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getSession ( false ) . toString ( ) ; arg0 . getOnDemandRenderer ( sessionId ) . add ( this ) ; }
33,497
get year in yyyy format based on provided date concode_field_sep Long localizedEpoch concode_field_sep int epochToClarionDate concode_elem_sep int date concode_elem_sep int month concode_elem_sep int today concode_elem_sep int clock concode_elem_sep int day concode_elem_sep String age concode_elem_sep long clarionDateT...
int function ( int arg0 ) { Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setTimeInMillis ( clarionDateToEpoch ( arg0 ) ) ; return loc0 . get ( Calendar . YEAR ) ; }
33,498
gets namespace to apply to rule 's added concode_field_sep List<Rule> defaultRules concode_elem_sep Rules wrappedRules concode_elem_sep List<Rule> allRules concode_field_sep void add concode_elem_sep Digester getDigester concode_elem_sep void addDefault concode_elem_sep void setNamespaceURI concode_elem_sep List<Rule> ...
String function ( ) { return wrappedRules . getNamespaceURI ( ) ; }
33,499
reads the remaining bytes in a bytebuffer into a byte . concode_field_sep PlaceHolder placeHolder concode_field_sep ByteBuffer stringToByteBuffer concode_elem_sep byte[] readBytesFromByteBufferWithoutConsume concode_elem_sep byte[] toBytes concode_elem_sep byte[] toBytes concode_elem_sep byte[] hexStringToByteArray con...
byte [ ] function ( ByteBuffer arg0 ) { byte [ ] loc0 = new byte [ arg0 . remaining ( ) ] ; arg0 . get ( loc0 ) ; return loc0 ; }