idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
33,800 | sets the mute state of the audio device . concode_field_sep boolean opened concode_elem_sep int BUFFER_SIZE concode_elem_sep boolean mute concode_elem_sep int volume concode_elem_sep SourceDataLine sourceDataLine concode_elem_sep boolean playing concode_field_sep void play concode_elem_sep boolean isOpened concode_elem... | void function ( boolean arg0 ) { this . mute = arg0 ; if ( sourceDataLine != null ) { BooleanControl loc0 = ( BooleanControl ) sourceDataLine . getControl ( BooleanControl . Type . MUTE ) ; loc0 . setValue ( arg0 ) ; if ( ! arg0 ) { setVolume ( volume ) ; } } } |
33,801 | gets the weight assigned to this prediction . this is typically the weight of the test instance the prediction was made for . concode_field_sep double m_Weight concode_elem_sep double m_Actual concode_elem_sep long serialVersionUID concode_elem_sep double m_Predicted concode_field_sep double actual concode_elem_sep Str... | double function ( ) { return m_Weight ; } |
33,802 | verify if the performancereport exist the performancereportname must to be like it is in the build concode_field_sep String TRENDREPORT_LINK concode_elem_sep PerformanceBuildAction buildAction concode_elem_sep String PLUGIN_NAME concode_elem_sep String PERFORMANCE_REPORTS_DIRECTORY concode_elem_sep Run<?,?> currentBuil... | boolean function ( String arg0 ) { return getPerformanceReport ( arg0 ) == null ; } |
33,803 | deletes the kaleo condition from the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<KaleoConditionLocalService,KaleoConditionLocalService> _serviceTracker concode_field_sep com.liferay.portal.workflow.kaleo.model.KaleoCondition fetchKaleoCondition concode_elem_sep com.lifera... | com . liferay . portal . workflow . kaleo . model . KaleoCondition function ( com . liferay . portal . workflow . kaleo . model . KaleoCondition arg0 ) { return getService ( ) . deleteKaleoCondition ( arg0 ) ; } |
33,804 | if this method returns true , the region completely contains the given cell . otherwise , either the region does not contain the cell or the containment relationship could not be determined . concode_field_sep int numVertices concode_elem_sep Logger log concode_elem_sep S2Point[] vertices concode_field_sep int getNeare... | boolean function ( S2Cell arg0 ) { throw new UnsupportedOperationException ( "srini_string" + "srini_string" ) ; } |
33,805 | specifies the amazon resource name arn of an amazon cloudwatch role for the current account resource . concode_field_sep ThrottleSettings throttleSettings concode_elem_sep String cloudwatchRoleArn concode_field_sep void setThrottleSettings concode_elem_sep ThrottleSettings getThrottleSettings concode_elem_sep GetAccoun... | GetAccountResult function ( String arg0 ) { setCloudwatchRoleArn ( arg0 ) ; return this ; } |
33,806 | gets the value of the description property . concode_field_sep Boolean _default concode_elem_sep List<VanityPrefixType> prefix concode_elem_sep String name concode_elem_sep String description concode_elem_sep Long id concode_field_sep void setName concode_elem_sep Boolean isDefault concode_elem_sep List<VanityPrefixTyp... | String function ( ) { return description ; } |
33,807 | the action has been activated . the argument of the method represents the ` real ' action sitting in the workbench ui . concode_field_sep IWorkbenchWindow window concode_field_sep void init concode_elem_sep void selectionChanged concode_elem_sep void dispose | void function ( IAction arg0 ) { MessageDialog . openInformation ( window . getShell ( ) , "srini_string" , "srini_string" ) ; } |
33,808 | opens the login page . concode_field_sep String LOGIN_FORM_ID concode_elem_sep String LOGIN_ERROR_ALERT_ID concode_elem_sep WebDriver browser concode_elem_sep String AUTHENTICATED_USER_ERROR_ID concode_elem_sep String pageUrl concode_elem_sep String PASSWORD_INPUT_ID concode_elem_sep String EMAIL_ADDRESS_INPUT_ID conco... | LoginPage function ( ) { browser . get ( pageUrl ) ; return new LoginPage ( browser ) ; } |
33,809 | unlocks an object . concode_field_sep Lock[] locks concode_field_sep int concurrencyLevel concode_elem_sep Lock getLock concode_elem_sep Lock getLock concode_elem_sep Lock getLock concode_elem_sep void lock concode_elem_sep void lock concode_elem_sep void lock concode_elem_sep String toString | void function ( @ Nullable Object arg0 ) { getLock ( arg0 ) . unlock ( ) ; } |
33,810 | convenience accessor for value of android : theme attribute . concode_field_sep String UI_OPTIONS concode_elem_sep String ALLOW_TASK_REPARENTING concode_elem_sep String LAUNCH_MODE concode_elem_sep String WINDOW_SOFT_INPUT_MODE concode_elem_sep String ICON concode_elem_sep String ALWAYS_RETAIN_TASK_STATE concode_elem_s... | String function ( ) { return attrs . get ( withXMLNS ( THEME ) ) ; } |
33,811 | gets the value of the namedata property . concode_field_sep ContactMethodType method concode_elem_sep CreditDataType creditData concode_elem_sep ContactNameDataType nameData concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep OperationType operation concode_elem_sep ContactBaseDataType ba... | ContactNameDataType function ( ) { return nameData ; } |
33,812 | gets the doc value for this customerpaymentdeposit . concode_field_sep java.util.Calendar depositDate concode_elem_sep java.lang.Double total concode_elem_sep java.lang.Double amount concode_elem_sep java.lang.String refNum concode_elem_sep java.lang.Boolean apply concode_elem_sep java.lang.Long line concode_elem_sep j... | java . lang . Long function ( ) { return doc ; } |
33,813 | get writable byte array values concode_field_sep double[] doubleValues concode_elem_sep int totalSize concode_elem_sep byte[][] byteValues concode_elem_sep int size concode_elem_sep byte[][][] columnByteValues concode_elem_sep long[] longValues concode_elem_sep byte[][][] byteValuesForNonDictionary concode_field_sep vo... | byte [ ] function ( ) { byte [ ] loc0 = new byte [ totalSize ] ; int loc1 = 0 ; for ( int loc2 = 0 ; loc2 < size ; loc2 ++ ) { System . arraycopy ( byteValues [ loc2 ] , 0 , loc0 , loc1 , byteValues [ loc2 ] . length ) ; loc1 += byteValues [ loc2 ] . length ; } return loc0 ; } |
33,814 | invoked on socket timeout . concode_field_sep int total concode_elem_sep DatagramSocket s concode_elem_sep boolean closeSocket concode_elem_sep int maxRcvBuf concode_elem_sep boolean quit concode_elem_sep int timeout concode_field_sep void loop concode_elem_sep void quit concode_elem_sep void onReceive | void function ( ) { } |
33,815 | gets the value of the customerprofileid property . concode_field_sep int totalOccurrences concode_elem_sep String lastName concode_elem_sep BigDecimal amount concode_elem_sep Integer customerShippingProfileId concode_elem_sep String accountNumber concode_elem_sep XMLGregorianCalendar createTimeStampUTC concode_elem_sep... | int function ( ) { return customerProfileId ; } |
33,816 | get id concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep User la... | Long function ( ) { return id ; } |
33,817 | sets a filtering using the method return type fqn . concode_field_sep Set<String> loggerNames concode_elem_sep boolean constantField concode_elem_sep String fieldName concode_elem_sep Pattern fieldNamePattern concode_elem_sep boolean loggers concode_elem_sep String methodName concode_elem_sep boolean transientModifier ... | void function ( String arg0 ) { this . methodType = arg0 ; } |
33,818 | uses the system class loader to load the test class concode_field_sep PlaceHolder placeHolder concode_field_sep Class reload | Class function ( String arg0 ) { return Class . forName ( arg0 ) ; } |
33,819 | returns the written data buffer as byte array . concode_field_sep String outputEncoding concode_elem_sep ByteArrayOutputStream outputBuffer concode_field_sep void print concode_elem_sep void println concode_elem_sep void println concode_elem_sep void write concode_elem_sep void write concode_elem_sep void write | byte [ ] function ( ) { return outputBuffer . toByteArray ( ) ; } |
33,820 | returns a java.lang.stringbuilder representing a jwt using its encoded format . concode_field_sep JsonObject headers concode_elem_sep JsonObject claims concode_field_sep String encode concode_elem_sep String getPlainClaims concode_elem_sep String getIssuer concode_elem_sep String getSubject concode_elem_sep String geTy... | StringBuilder function ( String arg0 , String arg1 ) { return new StringBuilder ( ) . append ( arg0 ) . append ( PERIOD ) . append ( arg1 ) ; } |
33,821 | didclosemoreapps this is called when the more-apps page is closed is fired on : - more-apps close concode_field_sep CustomEventInterstitialListener listener concode_field_sep void didFailToLoadMoreApps concode_elem_sep void didDismissMoreApps concode_elem_sep void didCacheInterstitial concode_elem_sep boolean shouldDis... | void function ( ) { } |
33,822 | compute the zoom value based on the dpi value . concode_field_sep int DPI_ZOOM_200 concode_elem_sep int DPI_ZOOM_150 concode_field_sep ImageData validateAndGetImageDataAtZoom concode_elem_sep String validateAndGetImagePathAtZoom | int function ( int arg0 ) { int loc0 ; if ( arg0 >= DPI_ZOOM_200 ) { loc0 = 200 ; } else if ( arg0 >= DPI_ZOOM_150 ) { loc0 = 150 ; } else { loc0 = 100 ; } return loc0 ; } |
33,823 | get the first managedobjectreference from current node for the specified type concode_field_sep ManagedEntity rootEntity concode_elem_sep SelectionSpec[] selectionSpecs concode_field_sep ObjectContent[] retrieveObjectContents concode_elem_sep ManagedEntity searchManagedEntity concode_elem_sep ManagedEntity[] createMana... | ManagedEntity [ ] function ( String arg0 ) { String [ ] [ ] loc0 = new String [ ] [ ] { new String [ ] { arg0 , "srini_string" } } ; return searchManagedEntities ( loc0 , true ) ; } |
33,824 | returns the largest y coordinate of the framing rectangle of this legend item . concode_field_sep LegendItem item concode_elem_sep Point2D labelPosition concode_elem_sep Shape marker concode_elem_sep Line2D line concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y concode_elem_sep double he... | double function ( ) { return getY ( ) + getHeight ( ) ; } |
33,825 | getter pair of #seturlconnectionusescaches boolean . concode_field_sep String subdirPath concode_elem_sep ServletContext servletContext concode_elem_sep Logger LOG concode_elem_sep boolean attemptFileAccess concode_elem_sep Boolean urlConnectionUsesCaches concode_field_sep long getLastModified concode_elem_sep Reader g... | Boolean function ( ) { return urlConnectionUsesCaches ; } |
33,826 | build a log message for the given exception , occured during processing the given request . concode_field_sep int order concode_elem_sep boolean renderWhenMinimized concode_elem_sep Log logger concode_elem_sep Set<?> mappedHandlers concode_elem_sep Class<?>[] mappedHandlerClasses concode_elem_sep Log warnLogger concode... | String function ( Exception arg0 , PortletRequest arg1 ) { return "srini_string" ; } |
33,827 | gets the user id concode_field_sep HttpServletRequest request concode_field_sep boolean isRequestSecure concode_elem_sep Principal getUserPrincipal concode_elem_sep boolean isUserInRole | String function ( ) { return request . getRemoteUser ( ) ; } |
33,828 | returns the value of the given step of this path . concode_field_sep int TYPE_ARGUMENT concode_elem_sep byte[] b concode_elem_sep int offset concode_elem_sep int WILDCARD_BOUND concode_elem_sep int INNER_TYPE concode_elem_sep int ARRAY_ELEMENT concode_field_sep int getLength concode_elem_sep String toString concode_ele... | int function ( int arg0 ) { return b [ offset + 2 * arg0 + 1 ] ; } |
33,829 | sac : implements org.w3c.css.sac.descendantselector #getancestorselector . concode_field_sep Selector ancestorSelector concode_elem_sep SimpleSelector simpleSelector concode_field_sep SimpleSelector getSimpleSelector concode_elem_sep boolean equals concode_elem_sep int getSpecificity | Selector function ( ) { return ancestorSelector ; } |
33,830 | add a recipient to this message . concode_field_sep Map<String,String> headers concode_elem_sep List<Attachment> attachments concode_elem_sep String characterSet concode_elem_sep Map<RecipientType,List<EmailAddress>> recipients concode_elem_sep String subject concode_elem_sep List<EmailAddress> replyTo concode_elem_sep... | void function ( RecipientType arg0 , String arg1 ) { List < EmailAddress > loc0 = recipients . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new ArrayList < EmailAddress > ( ) ; } loc0 . add ( new EmailAddress ( arg1 ) ) ; recipients . put ( arg0 , loc0 ) ; } |
33,831 | sets the recordlist value for this getallresult . concode_field_sep java.lang.Integer totalRecords concode_elem_sep com.netsuite.webservices.platform.core_2014_2.Record[] recordList concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __h... | void function ( com . netsuite . webservices . platform . core_2014_2 . Record [ ] arg0 ) { this . recordList = arg0 ; } |
33,832 | returns the name of the column , expression or function . for columns from the tablemodel , the tablemodels getcolumnname method is called . for functions , expressions and report properties the assigned name is returned . concode_field_sep int cursor concode_elem_sep String[] names concode_elem_sep TableModel reportDa... | String function ( final int arg0 ) { return names [ arg0 ] ; } |
33,833 | set the value of the alpha source property . concode_field_sep double nonStrokingAlphaConstant concode_elem_sep boolean isClippingPathDirty concode_elem_sep boolean alphaSource concode_elem_sep double smoothness concode_elem_sep PDColor nonStrokingColor concode_elem_sep PDSoftMask softMask concode_elem_sep RenderingInt... | void function ( boolean arg0 ) { alphaSource = arg0 ; } |
33,834 | returns a single string matching the xpath expression concode_field_sep String PROP_OVF_ARCHIVE_URI concode_elem_sep XPath xpath concode_elem_sep String PROP_OVF_URI concode_elem_sep String PREFIX_OVF_NET concode_elem_sep Map<String,Long> multipliersByMemoryAllocationUnit concode_elem_sep String PROP_OVF_CONFIGURATION ... | String function ( Node arg0 , String arg1 ) { try { return ( String ) xpath ( ) . evaluate ( arg1 , arg0 , XPathConstants . STRING ) ; } catch ( XPathExpressionException loc0 ) { throw new RuntimeException ( loc0 ) ; } } |
33,835 | returns the hourly rental rate for an office space . concode_field_sep int hourlyRate concode_elem_sep int dailyRate concode_field_sep void setHourlyRate concode_elem_sep int getDailyRate concode_elem_sep void setDailyRate | int function ( ) { return hourlyRate ; } |
33,836 | by default , there are no collisions in pasting . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName conco... | PasteAction function ( EClass arg0 ) { return PasteAction . ADD ; } |
33,837 | returns the name of the property . concode_field_sep int level concode_elem_sep String name concode_field_sep int getLevel concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int compareTo | String function ( ) { return name ; } |
33,838 | gets the models loaded to the engine . the loaded models can be different to the list of models , for example if a model fails to load . concode_field_sep Object result concode_elem_sep List<IModel> models concode_elem_sep URI sourceURI concode_elem_sep IEolExecutableModule module concode_field_sep List<IModel> getMode... | List < IModel > function ( ) { return module . getContext ( ) . getModelRepository ( ) . getModels ( ) ; } |
33,839 | set the java bean class in which the getter should be searched . this can be useful , if the builder should generate adapters for several java beans of different types . concode_field_sep ReadOnlyJavaBeanPropertyBuilderHelper helper concode_field_sep ReadOnlyJavaBeanDoublePropertyBuilder getter concode_elem_sep ReadOnl... | ReadOnlyJavaBeanDoublePropertyBuilder function ( Class < ? > arg0 ) { helper . arg0 ( arg0 ) ; return this ; } |
33,840 | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep RdbPackage modelPackage concode_field_sep T caseTable concode_elem_sep T caseSchemaElement concode_elem_sep T caseColumn concode_elem_sep T caseSchema concode_elem_sep T caseElement concode_elem_sep... | 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,841 | set the security handler . concode_field_sep MutableServletContextHandler handler concode_elem_sep Logger LOGGER concode_elem_sep Set<String> servlets concode_elem_sep Set<String> filters concode_field_sep ServletRegistration.Dynamic addServlet concode_elem_sep ServletRegistration.Dynamic addServlet concode_elem_sep vo... | void function ( SecurityHandler arg0 ) { handler . setSecurityEnabled ( arg0 != null ) ; handler . setSecurityHandler ( arg0 ) ; } |
33,842 | adds an http response rule . the response will be returned when the rule is matched . concode_field_sep FakeHttpLayer instance concode_field_sep HttpRequest getNextSentHttpRequest concode_elem_sep void clearHttpResponseRules concode_elem_sep boolean httpRequestWasMade concode_elem_sep boolean httpRequestWasMade concode... | void function ( String arg0 , String arg1 , HttpResponse arg2 ) { getFakeHttpLayer ( ) . addHttpResponseRule ( arg0 , arg1 , arg2 ) ; } |
33,843 | sets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getUserName | void function ( String arg0 ) { this . userName = arg0 ; } |
33,844 | sets the value of the owner property . concode_field_sep String owner concode_elem_sep String ownerType concode_elem_sep String recipientType concode_elem_sep boolean entriesInheriting concode_elem_sep List<String> permissions concode_elem_sep String recipient concode_elem_sep List<EntityAcl.Aces> aces concode_field_se... | void function ( String arg0 ) { this . owner = arg0 ; } |
33,845 | default connect timeout in milliseconds . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_elem_sep List<String> DEFAULT_TRANSPORTS concode_elem_sep RouteDatabase routeDatabase concode_elem_sep ProxySelector proxy... | int function ( ) { return connectTimeout ; } |
33,846 | number of shards with completed snapshot concode_field_sep String FAILED concode_elem_sep String STARTED concode_elem_sep int doneShards concode_elem_sep int totalShards concode_elem_sep int initializingShards concode_elem_sep int failedShards concode_elem_sep String DONE concode_elem_sep String TOTAL concode_elem_sep ... | int function ( ) { return doneShards ; } |
33,847 | the fully qualified uri of the distribution and invalidation batch request , including the invalidation id . returns a reference to this object so that method calls can be chained together . concode_field_sep Invalidation invalidation concode_elem_sep String location concode_field_sep String getLocation concode_elem_se... | CreateInvalidationResult function ( String arg0 ) { this . location = arg0 ; return this ; } |
33,848 | returns the color specified in this style . concode_field_sep Color color concode_elem_sep boolean bold concode_field_sep String toString concode_elem_sep boolean isBold | Color function ( ) { return color ; } |
33,849 | gets the value of the make property . concode_field_sep String serialNumber concode_elem_sep Boolean umaCapable concode_elem_sep Boolean nfcCapable concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String imsi concode_elem_sep String firstUseDate concode_elem_sep String lastUse... | String function ( ) { return make ; } |
33,850 | get all test methods concode_field_sep int mMaxFieldIndex concode_elem_sep XInterface mDataPilotTableObject concode_elem_sep XSpreadsheetDocument xSheetDoc concode_elem_sep TestParameters param concode_elem_sep XInterface mDataPilotFieldObject concode_elem_sep OfficeConnection connection concode_field_sep boolean close... | String [ ] function ( ) { return new String [ ] { "srini_string" , "srini_string" } ; } |
33,851 | run-time check of the allocator to use for a given copy allocation at the moment this method assumes that allocators will use the simple worst method of aligning to determine if the object is a large object to ensure that no objects are larger than other allocators can handle . concode_field_sep BumpPointer immortal co... | int function ( ObjectReference arg0 , int arg1 , int arg2 , int arg3 ) { boolean loc0 = Allocator . getMaximumAlignedSize ( arg1 , arg2 ) > Plan . MAX_NON_LOS_COPY_BYTES ; return loc0 ? Plan . ALLOC_LOS : arg3 ; } |
33,852 | a list of sns topic names that receive status messages from the specified directory id . note : this method appends the values to the existing list if any . use #seteventtopics java.util.collection or #witheventtopics java.util.collection if you want to overridethe existing values . concode_field_sep com.amazonaws.inte... | DescribeEventTopicsResult function ( EventTopic ... arg0 ) { if ( this . eventTopics == null ) { setEventTopics ( new com . amazonaws . internal . SdkInternalList < EventTopic > ( arg0 . length ) ) ; } for ( EventTopic loc0 : arg0 ) { this . eventTopics . add ( loc0 ) ; } return this ; } |
33,853 | get the message for the field . if the message is currently stored as a builder , it is converted to a message bycalling message.builder #buildpartial on it . if no message hasbeen set , returns the default instance of the message . concode_field_sep GeneratedMessage.BuilderParent parent concode_elem_sep boolean isClea... | MType function ( ) { if ( message == null ) { message = ( MType ) builder . buildPartial ( ) ; } return message ; } |
33,854 | adds a step to the given operationcontext for each operation included in the given map , eitherusing for each step a response node provided in the responses map , or if the responses map is empty , creating them and storing them in the responses map . the response objects are not tied into the overall responseto the op... | void function ( final OperationContext arg0 , final Map < T , ModelNode > arg1 , final Map < T , ModelNode > arg2 ) { recordOperationSteps ( arg0 , arg1 , arg2 , OperationHandlerResolver . DEFAULT , false , true ) ; } |
33,855 | reads the raw packet data from the data stream . concode_field_sep double posX concode_elem_sep double posY concode_elem_sep double posZ concode_elem_sep boolean onGround concode_elem_sep int entityId concode_elem_sep byte pitch concode_elem_sep byte yaw concode_field_sep boolean getOnGround concode_elem_sep byte getYa... | void function ( PacketBuffer arg0 ) { this . entityId = arg0 . readVarIntFromBuffer ( ) ; this . posX = arg0 . readDouble ( ) ; this . posY = arg0 . readDouble ( ) ; this . posZ = arg0 . readDouble ( ) ; this . yaw = arg0 . readByte ( ) ; this . pitch = arg0 . readByte ( ) ; this . onGround = arg0 . readBoolean ( ) ; } |
33,856 | setreportschedulerservice concode_field_sep SchedulerService m_reportSchedulerService concode_field_sep void validateDeliveryOptions | void function ( SchedulerService arg0 ) { m_reportSchedulerService = arg0 ; } |
33,857 | adding to or removing from an index affects results from query methods inside the same transaction , even before those changes are committed . to let those modifications be visible in query results , some rather heavy operations may have to be done , which can be slow to complete . the default behavior is that these mo... | QueryContext function ( ) { this . tradeCorrectnessForSpeed = true ; return this ; } |
33,858 | returns an enumeration of the users in this database . concode_field_sep boolean changed concode_elem_sep String name concode_elem_sep Hashtable contact_list concode_elem_sep String filename concode_elem_sep Hashtable users concode_field_sep NameAddress getUserContactNameAddress concode_elem_sep String getName concode_... | Enumeration function ( ) { return users . keys ( ) ; } |
33,859 | get an output stream for writing a regular reply not an exception . before returning the stream , the handler automatically writes the regular reply header , but not the message header . concode_field_sep RequestHeader request_header concode_elem_sep MessageHeader message_header concode_elem_sep ReplyHeader reply_heade... | OutputStream function ( ) { exceptionReply = false ; prepareStream ( ) ; reply_header . reply_status = ReplyHeader . NO_EXCEPTION ; return buffer ; } |
33,860 | provides a hook for subclasses to provide a version of the heuristic prepared for execution on data on a shard . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkFrequencyValidity concode_elem_sep double getScore | SignificanceHeuristic function ( SearchContext arg0 ) { return this ; } |
33,861 | get the status of permission concode_field_sep String id concode_elem_sep Device device concode_elem_sep boolean status concode_field_sep void setId concode_elem_sep String getId concode_elem_sep Device getDevice concode_elem_sep void setStatus concode_elem_sep void setDevice | boolean function ( ) { return status ; } |
33,862 | caches the counter in the entity cache if it is enabled . concode_field_sep CounterPersistence _persistence concode_field_sep int countAll concode_elem_sep List<Counter> findWithDynamicQuery concode_elem_sep List<Counter> findWithDynamicQuery concode_elem_sep List<Counter> findWithDynamicQuery concode_elem_sep Counter ... | void function ( Counter arg0 ) { getPersistence ( ) . cacheResult ( arg0 ) ; } |
33,863 | getter for property securityref . concode_field_sep SecurityReference securityRef concode_elem_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep void setSecurityRef concode_elem_sep String getName concode_elem_sep void setValue concode_elem_se... | SecurityReference function ( ) { return securityRef ; } |
33,864 | creates an instance of httpmessageparser to be used for parsinghttp requests received over this connection . this method can be overridden in a super class in order to provide a different implementation of the httpmessageparser interface orto pass a different implementation of the ch.boye.httpclientandroidlib.message.l... | HttpMessageParser < HttpRequest > function ( final SessionInputBuffer arg0 , final HttpRequestFactory arg1 , final HttpParams arg2 ) { return new DefaultHttpRequestParser ( arg0 , null , arg1 , arg2 ) ; } |
33,865 | adds a session to the list of those associated with this sso . concode_field_sep String authType concode_elem_sep String password concode_elem_sep Session sessions[] concode_elem_sep Principal principal concode_elem_sep boolean canReauthenticate concode_elem_sep String username concode_field_sep void removeSession conc... | void function ( SingleSignOn arg0 , Session arg1 ) { for ( int loc0 = 0 ; loc0 < sessions . length ; loc0 ++ ) { if ( arg1 == sessions [ loc0 ] ) return ; } Session loc1 [ ] = new Session [ sessions . length + 1 ] ; System . arraycopy ( sessions , 0 , loc1 , 0 , sessions . length ) ; loc1 [ sessions . length ] = arg1 ;... |
33,866 | getter concode_field_sep int width concode_elem_sep BoardCell[][] board concode_elem_sep int height concode_field_sep void setBoard concode_elem_sep int getVertPosition concode_elem_sep BoardCell getCell concode_elem_sep boolean isEmpty concode_elem_sep int getWidth concode_elem_sep void setCell concode_elem_sep void s... | BoardCell [ ] [ ] function ( ) { return board ; } |
33,867 | get the number of decommissioned trackers in the cluster . concode_field_sep int occupiedMapSlots concode_elem_sep int totalJobSubmissions concode_elem_sep int occupiedReduceSlots concode_elem_sep int numTrackers concode_elem_sep int totalMapSlots concode_elem_sep int reservedMapSlots concode_elem_sep int numBlackliste... | int function ( ) { return numDecommissionedTrackers ; } |
33,868 | sets the user id of this lock . concode_field_sep Lock _lock concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean getInheritable concode_elem_sep boolean isCach... | void function ( long arg0 ) { _lock . setUserId ( arg0 ) ; } |
33,869 | returns true if this field 's value is null , false otherwise . concode_field_sep Function<Object,FieldValue> FROM_PB_FUNCTION concode_elem_sep long serialVersionUID concode_elem_sep Attribute attribute concode_elem_sep int MICROSECONDS concode_elem_sep Object value concode_field_sep String getStringValue concode_elem_... | boolean function ( ) { return value == null ; } |
33,870 | set the value . concode_field_sep Color lineColor concode_elem_sep String label concode_elem_sep double value concode_elem_sep float lineWidth concode_field_sep double getValue concode_elem_sep String getLabel concode_elem_sep float getLineWidth concode_elem_sep void setLabel concode_elem_sep Color getLineColor concode... | void function ( double arg0 ) { this . value = arg0 ; } |
33,871 | performs ejb rules when an application exception occurs . concode_field_sep Logger logger concode_elem_sep TransactionPolicy oldTxPolicy concode_field_sep void contextExited concode_elem_sep void afterInvoke concode_elem_sep TransactionPolicy createTransactionPolicy concode_elem_sep void handleSystemException concode_e... | void function ( final TransactionPolicy arg0 , final Throwable arg1 , final boolean arg2 ) { if ( arg2 ) { arg0 . setRollbackOnly ( arg1 ) ; } if ( ! ( arg1 instanceof ApplicationException ) ) { throw new ApplicationException ( arg1 ) ; } } |
33,872 | gets the local 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_name... | String function ( ) { return local_tag ; } |
33,873 | short form of the mattobitmap mat , bmp , premultiplyalpha = false concode_field_sep PlaceHolder placeHolder concode_field_sep Mat loadResource concode_elem_sep Mat loadResource concode_elem_sep String exportResource concode_elem_sep String exportResource concode_elem_sep void nMatToBitmap2 concode_elem_sep void bitmap... | void function ( Mat arg0 , Bitmap arg1 ) { matToBitmap ( arg0 , arg1 , false ) ; } |
33,874 | gets the value of the street property . concode_field_sep int zip concode_elem_sep Integer nr concode_elem_sep String city concode_elem_sep String street concode_field_sep Integer getNr concode_elem_sep void setNr concode_elem_sep int getZip concode_elem_sep void setStreet concode_elem_sep void setCity concode_elem_sep... | String function ( ) { return street ; } |
33,875 | rewrites this sortfield , returning a new sortfield if a change is made . subclasses should override this define their rewriting behavior when this sortfield is of type sortfield.type #rewriteable concode_field_sep SortField FIELD_DOC concode_elem_sep SortField FIELD_SCORE concode_elem_sep Object missingValue concode_e... | SortField function ( IndexSearcher arg0 ) { return this ; } |
33,876 | get this node 's position bottom , as defined by style . concode_field_sep CSSNode mParent concode_elem_sep CSSNode nextAbsoluteChild concode_elem_sep CSSStyle style concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep MeasureFunction mMeasureFunction concode_elem_sep CachedCSSL... | float function ( ) { return style . position [ POSITION_BOTTOM ] ; } |
33,877 | application server calls this method to force any cleanup on the managedconnection instance . concode_field_sep ValidManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection ... | void function ( ) { } |
33,878 | implements org.apache.flex.forks.batik.i18n.localizable #getlocale . concode_field_sep LocalizableSupport localizableSupport concode_elem_sep String RESOURCES concode_field_sep String formatMessage concode_elem_sep void setLocale | Locale function ( ) { return localizableSupport . getLocale ( ) ; } |
33,879 | returns the object managed by this initializer . this implementation just returns the object passed to the constructor . concode_field_sep String FMT_TO_STRING concode_elem_sep T object concode_field_sep T getObject concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString | T function ( ) { return getObject ( ) ; } |
33,880 | returns the object associated with the specified name of the child 's node . concode_field_sep HierarchicalStreamReader reader concode_elem_sep UnmarshallingContext context concode_elem_sep Map<String,Object> valueMap concode_field_sep Map<String,Object> readValueMap concode_elem_sep Boolean getBoolean concode_elem_sep... | Object function ( String arg0 , Object arg1 ) { Object loc0 = this . valueMap . get ( arg0 ) ; if ( loc0 != null ) { return loc0 ; } return arg1 ; } |
33,881 | used to package this object into a parcel . concode_field_sep String[] mSuggestions concode_elem_sep int mSequence concode_elem_sep Parcelable.Creator<SuggestionsInfo> CREATOR concode_elem_sep String[] EMPTY concode_elem_sep int mSuggestionsAttributes concode_elem_sep int RESULT_ATTR_LOOKS_LIKE_TYPO concode_elem_sep in... | void function ( Parcel arg0 , int arg1 ) { arg0 . writeInt ( mSuggestionsAttributes ) ; arg0 . writeStringArray ( mSuggestions ) ; arg0 . writeInt ( mCookie ) ; arg0 . writeInt ( mSequence ) ; arg0 . writeInt ( mSuggestionsAvailable ? 1 : 0 ) ; } |
33,882 | gets the file mime type as passed by the browser . concode_field_sep HttpServerFileUpload upload concode_elem_sep String error concode_field_sep String field concode_elem_sep long size concode_elem_sep String getErrorIfAny concode_elem_sep void cleanup concode_elem_sep String name concode_elem_sep void close concode_el... | String function ( ) { return upload . contentType ( ) ; } |
33,883 | create an instance of jaxbelement concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep Navigation createNavigation concode_elem_sep Node createNode concode_elem_sep JspxPages createJspxPage... | JAXBElement < ResourceType > function ( ResourceType arg0 ) { return new JAXBElement < ResourceType > ( _Resource_QNAME , ResourceType . class , null , arg0 ) ; } |
33,884 | truncates the time from the calendar object . concode_field_sep double J1970 concode_elem_sep double MILLISECONDS_PER_DAY concode_field_sep double midnightDateToJulianDate concode_elem_sep double endOfDayDateToJulianDate concode_elem_sep Calendar toCalendar concode_elem_sep Range getRange concode_elem_sep double dateTo... | Calendar function ( Calendar arg0 ) { return DateUtils . truncate ( arg0 , Calendar . DAY_OF_MONTH ) ; } |
33,885 | if the property value must be one of a set of known tagged values , then this method should return an array of the tags . this can be used to represent for example enum values . if a propertyeditor supports tags , then it should support the use of setastext with a tag value as a way of setting the value and the use of ... | String [ ] function ( ) { return new String [ ] { "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" } ; } |
33,886 | set the intent to object type . concode_field_sep List<Integer> SUPPORTED_OBJECT_TYPE concode_elem_sep Bitmap bitmap concode_elem_sep int coordinateSystem concode_elem_sep int PNG_QUALITY concode_elem_sep List<Integer> SUPPORTED_COORDINATE_TYPE concode_elem_sep int objectId concode_elem_sep int order concode_elem_sep i... | void function ( final Intent arg0 ) { if ( ! SUPPORTED_OBJECT_TYPE . contains ( objectType ) ) { throw new IllegalArgumentException ( "srini_string" + objectType ) ; } arg0 . putExtra ( SmartEyeglassControl . Intents . EXTRA_AR_OBJECT_TYPE , objectType ) ; } |
33,887 | assert a request attribute value . concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher asyncResult concode_elem_sep ResultMatcher asyncResult concode_elem_sep ResultMatcher sessionAttribute concode_elem_sep ResultMatcher sessionAttribute concode_elem_sep void assertAsyncStarted concode_elem_sep Re... | ResultMatcher function ( final String arg0 , final Object arg1 ) { return result -> assertEquals ( "srini_string" + arg0 + "srini_string" , arg1 , result . getRequest ( ) . getAttribute ( arg0 ) ) ; } |
33,888 | gets the value of the bankaccountnumber property . concode_field_sep EmployeeDirectDepositAccountStatus accountStatus concode_elem_sep String bankNumber concode_elem_sep Boolean netAccount concode_elem_sep String bankId concode_elem_sep Double amount concode_elem_sep Boolean inactive concode_elem_sep Boolean savingsAcc... | String function ( ) { return bankAccountNumber ; } |
33,889 | set whether or not this node ends a word in the trie . concode_field_sep HashMap<Character,TrieNode> children concode_elem_sep String text concode_elem_sep boolean isWord concode_field_sep boolean endsWord concode_elem_sep String getText concode_elem_sep TrieNode getChild concode_elem_sep Set<Character> getValidNextCha... | void function ( boolean arg0 ) { isWord = arg0 ; } |
33,890 | judge given string is a percentage-like string or not . concode_field_sep GradientType mType concode_elem_sep ReadableArray mColors concode_elem_sep ReadableArray mPoints concode_elem_sep int nativeInt concode_field_sep void setupPaint concode_elem_sep float fromPercentageToFloat concode_elem_sep float[] toFloatArray c... | boolean function ( String arg0 ) { Pattern loc0 = Pattern . compile ( "srini_string" ) ; return loc0 . matcher ( arg0 ) . matches ( ) ; } |
33,891 | the mode is ` stop ' indicates that the server should be stopped when used in dynamic mode concode_field_sep String protocol concode_elem_sep int backlog concode_elem_sep InetAddress address concode_elem_sep boolean isStopMode concode_elem_sep int port concode_elem_sep String executor concode_elem_sep String context co... | boolean function ( ) { return isStopMode ; } |
33,892 | saves parameters for startactivityforresult . concode_field_sep Activity activity concode_elem_sep int resultCode concode_elem_sep int activityResultRequestCode concode_elem_sep Intent intent concode_elem_sep Bundle savedPluginState concode_elem_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_s... | void function ( Bundle arg0 ) { if ( activityResultCallback != null ) { String loc0 = activityResultCallback . getServiceName ( ) ; arg0 . putString ( "srini_string" , loc0 ) ; } if ( pluginManager != null ) { arg0 . putBundle ( "srini_string" , pluginManager . onSaveInstanceState ( ) ) ; } } |
33,893 | returns classloader for the entries specified here concode_field_sep URL[] urls concode_elem_sep CatalogClasspathDto classpath concode_elem_sep CatalogDo catalog concode_elem_sep AggregateClassLoader classloader concode_elem_sep boolean classloaderLoaded concode_elem_sep boolean isLoaded concode_elem_sep CatalogScannin... | ClassLoader function ( ) { if ( ! classloaderLoaded ) loadLocalClassLoader ( ) ; return classloader ; } |
33,894 | confirm that the equals method can distinguish all the required fields . concode_field_sep PlaceHolder placeHolder concode_field_sep void test788597 concode_elem_sep void testCloning concode_elem_sep void testAutoPrune concode_elem_sep void testPublicCloneable concode_elem_sep XYSeries createSeriesA concode_elem_sep XY... | void function ( ) { DefaultTableXYDataset loc0 = new DefaultTableXYDataset ( ) ; DefaultTableXYDataset loc1 = new DefaultTableXYDataset ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; assertTrue ( loc1 . equals ( loc0 ) ) ; loc0 . addSeries ( createSeries1 ( ) ) ; assertFalse ( loc0 . equals ( loc1 ) ) ; loc1 . addSeries... |
33,895 | test of getsymbols method , of class definitions . concode_field_sep PlaceHolder placeHolder concode_field_sep void occurrences concode_elem_sep void serialize concode_elem_sep void setUpClass concode_elem_sep void hasDefinitionAt concode_elem_sep void hasSymbol concode_elem_sep void setUp concode_elem_sep void numberO... | void function ( ) { Definitions loc0 = new Definitions ( ) ; Set < String > loc1 = loc0 . getSymbols ( ) ; assertNotNull ( loc1 ) ; assertEquals ( loc1 . size ( ) , 0 ) ; loc0 . addTag ( 1 , "srini_string" , "srini_string" , "srini_string" ) ; loc1 = loc0 . getSymbols ( ) ; assertNotNull ( loc1 ) ; assertEquals ( loc1 ... |
33,896 | setservice concode_field_sep SmsService m_service concode_field_sep void _ussdSend concode_elem_sep String getHelp | void function ( SmsService arg0 ) { m_service = arg0 ; } |
33,897 | mark our #currentfeature feature as null , it will be skipped when written effectively removing it . concode_field_sep CSVFileState csvFileState concode_elem_sep File temp concode_elem_sep CSVIterator iterator concode_elem_sep CsvWriter csvWriter concode_elem_sep SimpleFeature currentFeature concode_elem_sep SimpleFeat... | void function ( ) { this . currentFeature = null ; } |
33,898 | create a new filters aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsAggregationBuilder geoBounds concode_elem_sep DateRangeAggregationBuilder dateRange concode_elem_sep DateHistogramAggregationBuilder dateHistogram concode_elem_sep RangeAggregationBuilder range co... | FiltersAggregationBuilder function ( String arg0 , QueryBuilder ... arg1 ) { return new FiltersAggregationBuilder ( arg0 , arg1 ) ; } |
33,899 | gets the radius . concode_field_sep Point center concode_elem_sep Double radius concode_field_sep Point getCenter concode_elem_sep boolean contains concode_elem_sep boolean intersects concode_elem_sep boolean intersects concode_elem_sep Circle MBRtoCircle concode_elem_sep void setRadius concode_elem_sep Envelope getMBR | Double function ( ) { return radius ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.