idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
22,400 | insert a new node into the data array , growing the array as necessary . concode_field_sep int root concode_elem_sep DynamicIntArray data concode_elem_sep int ELEMENT_SIZE concode_elem_sep int RIGHT_OFFSET concode_elem_sep int size concode_elem_sep int LEFT_OFFSET concode_elem_sep int lastAdd concode_elem_sep int NULL ... | int function ( int arg0 , int arg1 , boolean arg2 ) { int loc0 = size ; size += 1 ; setLeft ( loc0 , arg0 , arg2 ) ; setRight ( loc0 , arg1 ) ; return loc0 ; } |
22,401 | method to read the current transaction depth . if the returned value is 0 , the code is not running in a transaction , for 1 we are running in a main transaction , for higher values the code is running in a nested transaction . concode_field_sep Boolean transactionsAvailable concode_elem_sep ThreadLocal<Integer> active... | int function ( ) { return activeTransactionDepthForCurrentThread . get ( ) ; } |
22,402 | returns a collection of all loaded accounts . concode_field_sep Bank project concode_field_sep boolean validLogin concode_elem_sep double getBalance concode_elem_sep Account getAccount concode_elem_sep boolean validAccount concode_elem_sep boolean deposit concode_elem_sep void update concode_elem_sep boolean createAcco... | Collection < Account > function ( ) { return this . project . getDataManager ( ) . getAccounts ( ) ; } |
22,403 | indicates whether monitoring is enabled . concode_field_sep Boolean enabled concode_field_sep void setEnabled concode_elem_sep int hashCode concode_elem_sep Boolean getEnabled concode_elem_sep Boolean isEnabled concode_elem_sep boolean equals concode_elem_sep ScheduledInstancesMonitoring clone concode_elem_sep String t... | ScheduledInstancesMonitoring function ( Boolean arg0 ) { setEnabled ( arg0 ) ; return this ; } |
22,404 | gets the value of the key property . concode_field_sep String value concode_elem_sep String key concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep void setKey | String function ( ) { return key ; } |
22,405 | test arrangement with a fixed width and no height constraint . concode_field_sep double EPSILON concode_field_sep void testNR concode_elem_sep void testGridNotFull_FF concode_elem_sep void testGridNotFull_NN concode_elem_sep void testNullBlock_FF concode_elem_sep void testNullBlock_NN concode_elem_sep void testNN conco... | void function ( ) { BlockContainer loc0 = createTestContainer1 ( ) ; RectangleConstraint loc1 = new RectangleConstraint ( 100.0 , null , LengthConstraintType . FIXED , 0.0 , null , LengthConstraintType . NONE ) ; Size2D loc2 = loc0 . arrange ( null , loc1 ) ; assertEquals ( 100.0 , loc2 . width , EPSILON ) ; assertEqua... |
22,406 | iterates over the children and children 's children to check if a figure is a direct child or indirect child of the given parent . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_ele... | boolean function ( IFigure arg0 , IFigure arg1 ) { boolean loc0 = false ; for ( Object loc1 : arg0 . getChildren ( ) ) { if ( loc1 == arg1 ) { return true ; } if ( loc1 instanceof IFigure ) { loc0 = isChildFigure ( ( IFigure ) loc1 , arg1 ) ; if ( loc0 ) { break ; } } } return loc0 ; } |
22,407 | gets the value of the inputtemplate property . concode_field_sep List<Object> fieldOrIdparamOrLayout concode_elem_sep String name concode_elem_sep String label concode_elem_sep String inputTemplate concode_field_sep void setName concode_elem_sep String getLabel concode_elem_sep String getName concode_elem_sep void setL... | String function ( ) { return inputTemplate ; } |
22,408 | returns the display name resource key for the choice . concode_field_sep String DISPLAY_NAME_ID_PROP concode_elem_sep String name concode_elem_sep String NAME_PROP concode_elem_sep String displayNameKey concode_field_sep void setName concode_elem_sep Object getValue concode_elem_sep String getName concode_elem_sep Stri... | String function ( ) { return displayNameKey ; } |
22,409 | alias to booleanproperty string name , boolean defaultvalue concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep void setProperty concode_elem_sep void setSystemProperty concode_elem_sep String property conco... | boolean function ( String arg0 , boolean arg1 ) { return booleanProperty ( arg0 , arg1 ) ; } |
22,410 | set the render function name mandatory . this function will be called with the following parameters : string template : the template content map model : the view model string url : the template url since 4.2.2 concode_field_sep Charset charset concode_elem_sep Boolean sharedEngine concode_elem_sep String renderFunction... | void function ( String arg0 ) { this . renderFunction = arg0 ; } |
22,411 | adds the specified value as text to the current position of the in progress xml document . concode_field_sep String xmlns concode_elem_sep boolean rootElement concode_elem_sep Stack<String> elementStack concode_elem_sep String PROLOG concode_elem_sep Writer writer concode_field_sep XMLWriter endElement concode_elem_sep... | XMLWriter function ( String arg0 ) { append ( arg0 ) ; return this ; } |
22,412 | get the mime type of the contents . concode_field_sep String name concode_elem_sep Revision revision concode_elem_sep Map<String,Object> metadata concode_elem_sep InputStream body concode_field_sep void setName concode_elem_sep AttachmentInternal internalAttachment concode_elem_sep Map<String,Object> getMetadata concod... | String function ( ) { return ( String ) metadata . get ( "srini_string" ) ; } |
22,413 | gets the connection-information ` c ' field concode_field_sep SessionNameField s concode_elem_sep ConnectionField c concode_elem_sep TimeField t concode_elem_sep Vector<AttributeField> av concode_elem_sep SdpField v concode_elem_sep Vector<MediaDescriptor> media concode_elem_sep OriginField o concode_field_sep void ini... | ConnectionField function ( ) { return c ; } |
22,414 | get the md5 setting . true if the tool is to use md5 for post operations . concode_field_sep String password concode_elem_sep String formatNamespace concode_elem_sep Logger log concode_elem_sep boolean md5 concode_elem_sep String TYPE_MULTI_POST concode_elem_sep boolean checksumError concode_elem_sep String username co... | boolean function ( ) { return md5 ; } |
22,415 | gets the full size of the box including header and content . concode_field_sep Container parent concode_elem_sep boolean isParsed concode_elem_sep long offset concode_elem_sep long contentStartPosition concode_elem_sep ByteBuffer deadBytes concode_elem_sep boolean isRead concode_elem_sep long memMapSize concode_elem_se... | long function ( ) { long loc0 = ( isRead ? ( isParsed ? getContentSize ( ) : content . limit ( ) ) : memMapSize ) ; loc0 += ( 8 + ( loc0 >= ( ( 1L << 32 ) - 8 ) ? 8 : 0 ) + ( UserBox . TYPE . equals ( getType ( ) ) ? 16 : 0 ) ) ; loc0 += ( deadBytes == null ? 0 : deadBytes . limit ( ) ) ; return loc0 ; } |
22,416 | this method returns the status associated with the profile . if there is no status associated with the profile , the method returns the empty string '' '' . concode_field_sep String currentStatus concode_elem_sep String currentName concode_elem_sep GImage currentPicture concode_elem_sep ArrayList<String> currentFriends... | String function ( ) { return currentStatus ; } |
22,417 | generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_elem_sep ParamConstraintType GT concode_elem_sep int ordinal concode_elem_sep ParamConstraintType NONE concode_elem_sep ParamConstraintType EQ concode_elem_sep String name concode_elem_sep int NEXT_ORDINAL ... | ParamConstraintType function ( ) { return ParamConstraintType . LT ; } |
22,418 | sets the user id of this repository entry . concode_field_sep RepositoryEntry _repositoryEntry 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 conc... | void function ( long arg0 ) { _repositoryEntry . setUserId ( arg0 ) ; } |
22,419 | returns a collection of all the values present in this attributes . concode_field_sep Name MANIFEST_VERSION concode_elem_sep Name NAME concode_elem_sep Name SIGNATURE_VERSION concode_elem_sep Name SPECIFICATION_VENDOR concode_elem_sep Name CLASS_PATH concode_elem_sep Name EXTENSION_LIST concode_elem_sep Name IMPLEMENTA... | Collection < Object > function ( ) { return map . values ( ) ; } |
22,420 | sets the value of the compres property . concode_field_sep String filterId concode_elem_sep ManagedObjectReference compRes concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setFilterId concode_elem_sep String getFilterId co... | void function ( ManagedObjectReference arg0 ) { this . compRes = arg0 ; } |
22,421 | gets the value of the monthlypaymentafterreturn property . concode_field_sep Boolean includeConfirmationStatement concode_elem_sep XMLGregorianCalendar monthlyPaymentEffectiveDate concode_elem_sep BigDecimal creditBalanceAfterReturn concode_elem_sep BigDecimal lastAmountOfPayment concode_elem_sep long serialVersionUID ... | BigDecimal function ( ) { return monthlyPaymentAfterReturn ; } |
22,422 | gets the action attribute value from the specified event for the given name . action attributes are specified by < f : attribute / > . concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep Servlet... | String function ( ActionEvent arg0 , String arg1 ) { return ( String ) arg0 . getComponent ( ) . getAttributes ( ) . get ( arg1 ) ; } |
22,423 | obtains the rendering of the specified object . if the object is a constant then the rendering is equal to the literal value , if the object is an individual then the rendering is equal to the rendering of the individual as provided by the alternate short form provider concode_field_sep OWLOntologySetProvider ontologyS... | String function ( OWLObject arg0 ) { if ( arg0 instanceof OWLLiteral ) { return ( ( OWLLiteral ) arg0 ) . getLiteral ( ) ; } else { return alternateShortFormProvider . getShortForm ( ( OWLEntity ) arg0 ) ; } } |
22,424 | the working directory contains additional files that are not actively written by the wbs editor for example , '' - data.pdash '' files . these files are helpful during the editing process , so we copy them into the output zip file as well . concode_field_sep boolean disconnected concode_elem_sep HashSet<String> zipFile... | void function ( ZipOutputStream arg0 ) { try { if ( ! disconnected ) copyFilesToZip ( getTeamProjectSourceDirectory ( ) , arg0 ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; } } |
22,425 | method description concode_field_sep Logger log concode_elem_sep Level statLevel concode_elem_sep LinkedHashMap<String,LinkedHashMap<String,StatRecord>> stats concode_elem_sep Iterator<StatRecord> recIt concode_elem_sep Iterator<LinkedHashMap<String,StatRecord>> compsIt concode_field_sep boolean add concode_elem_sep bo... | long function ( String arg0 ) { return getCompMsgSent ( arg0 ) + getCompMsgReceived ( arg0 ) ; } |
22,426 | reads ratings from resources . concode_field_sep Integer min concode_elem_sep int DEFAULT_NOT_RATED_CARD_RATING concode_elem_sep Logger log concode_elem_sep Map<String,Integer> ratings concode_elem_sep Map<String,Integer> rated concode_elem_sep int SINGLE_PENALTY[] concode_elem_sep Integer max concode_field_sep int get... | void function ( ) { if ( ratings == null ) { ratings = new HashMap < > ( ) ; readFromFile ( "srini_string" ) ; } } |
22,427 | not used . concode_field_sep long serialVersionUID concode_elem_sep int maxCompWidth concode_elem_sep boolean sizeUnknown concode_elem_sep int minHeight concode_elem_sep int preferredHeight concode_elem_sep int maxCompHeight concode_elem_sep int minWidth concode_elem_sep int preferredWidth concode_field_sep Dimension p... | void function ( final String arg0 , final Component arg1 ) { } |
22,428 | this method is called each time a being is about to release a palantir . it should simply decrement the number of gazing threads in mgazingthreads . concode_field_sep PalantiriPresenter mPresenter concode_elem_sep String TAG concode_elem_sep int mIndex concode_field_sep boolean incrementGazingCountAndCheck concode_elem... | void function ( ) { mPresenter . mGazingThreads . decrementAndGet ( ) ; } |
22,429 | returns the id of the document which owns the block and effectively the list of children , concode_field_sep String offset concode_elem_sep String SEPARATOR concode_elem_sep String parentId concode_elem_sep long blockSize concode_field_sep PageKey withParentId concode_elem_sep long getBlockSize concode_elem_sep String ... | String function ( ) { return parentId ; } |
22,430 | sets the value of the name property . concode_field_sep CTExtensionList extLst concode_elem_sep String name concode_elem_sep long id concode_elem_sep CTSlideRelationshipList sldLst concode_field_sep CTExtensionList getExtLst concode_elem_sep String getName concode_elem_sep void setExtLst concode_elem_sep void setId con... | void function ( String arg0 ) { this . name = arg0 ; } |
22,431 | determines whether the point x , y falls within the plane . concode_field_sep int ORIENTATION_SHIFTED concode_elem_sep String filename concode_elem_sep int ORIENTATION_HEXAGONAL concode_elem_sep int ORIENTATION_ISOMETRIC concode_elem_sep Vector<TileSet> tileSets concode_elem_sep Vector<MapLayer> layers concode_elem_sep... | boolean function ( int arg0 , int arg1 ) { return arg0 >= 0 && arg1 >= 0 && arg0 < bounds . width && arg1 < bounds . height ; } |
22,432 | test method for com.cybozu.labs.langdetect.util.tagextractor #tagextractor java.lang.string , int . concode_field_sep PlaceHolder placeHolder concode_field_sep void testClear concode_elem_sep void testSetTag concode_elem_sep void testCloseTag concode_elem_sep void setUpBeforeClass concode_elem_sep void setUp concode_el... | void function ( ) { TagExtractor loc0 = new TagExtractor ( null , 0 ) ; assertEquals ( loc0 . target_ , null ) ; assertEquals ( loc0 . threshold_ , 0 ) ; TagExtractor loc1 = new TagExtractor ( "srini_string" , 10 ) ; assertEquals ( loc1 . target_ , "srini_string" ) ; assertEquals ( loc1 . threshold_ , 10 ) ; } |
22,433 | return an iterator of the attribute names of this node . if there are no attributes , an empty iterator is returned . 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 TreeNode findChild c... | Iterator function ( ) { if ( attributes == null ) return ( Collections . EMPTY_LIST . iterator ( ) ) ; else return ( attributes . keySet ( ) . iterator ( ) ) ; } |
22,434 | return the singleton instance of this factory . concode_field_sep CapsdConfig s_singleton concode_field_sep void init concode_elem_sep void reload concode_elem_sep ThreadCategory log concode_elem_sep boolean isLoaded concode_elem_sep void setInstance | CapsdConfig function ( ) { Assert . state ( isLoaded ( ) , "srini_string" ) ; return s_singleton ; } |
22,435 | test method for mylinkedlist.mylinkedlist #get int . concode_field_sep String[] VALUES concode_elem_sep MyLinkedList<String> mll concode_field_sep void testIteratorHasNextMiddle concode_elem_sep void testRemoveIntIOBE2 concode_elem_sep void testSetMiddle concode_elem_sep void testContains concode_elem_sep void testIter... | void function ( ) { for ( String loc0 : VALUES ) mll . add ( loc0 ) ; int loc1 = VALUES . length ; mll . get ( loc1 ) ; fail ( "srini_string" ) ; } |
22,436 | retrieves the product 's name . concode_field_sep String name concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep String toString | String function ( ) { return name ; } |
22,437 | set the output neuron f2 layer count . concode_field_sep int inputNeurons concode_elem_sep double b1 concode_elem_sep double l concode_elem_sep int outputNeurons concode_elem_sep double a1 concode_elem_sep double d1 concode_elem_sep double vigilance concode_elem_sep double c1 concode_field_sep void addHiddenLayer conco... | void function ( final int arg0 ) { this . outputNeurons = arg0 ; } |
22,438 | returns the case-sensitive representation of the given string , as it was stored with the call to #add string or null if thestring is not stored in the set . concode_field_sep Map<String,String> caseInsensitiveMapping concode_field_sep boolean add concode_elem_sep boolean containsAll concode_elem_sep boolean isEmpty co... | String function ( String arg0 ) { return caseInsensitiveMapping . get ( getMappingKey ( arg0 ) ) ; } |
22,439 | remove a buildconfiguration from the set of buildconfigurations concode_field_sep License license concode_elem_sep String projectUrl concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep String description concode_elem_sep Set<BuildConfiguration> buildConfigurations concode_elem_sep Strin... | Set < BuildConfiguration > function ( BuildConfiguration arg0 ) { buildConfigurations . remove ( arg0 ) ; return buildConfigurations ; } |
22,440 | sets the value of the result property . concode_field_sep GetServerTimestampResultType result concode_field_sep GetServerTimestampResultType getResult | void function ( GetServerTimestampResultType arg0 ) { this . result = arg0 ; } |
22,441 | called when a message is sent to plugin . 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 onOverrideUrlLoading concode_ele... | Object function ( String arg0 , Object arg1 ) { return null ; } |
22,442 | the identifiers of the subnets for the directory servers . the two subnets must be in different availability zones . aws directory service creates a directory server and a dns server in each of these subnets . concode_field_sep String vpcId concode_elem_sep com.amazonaws.internal.SdkInternalList<String> subnetIds conco... | DirectoryVpcSettings function ( java . util . Collection < String > arg0 ) { setSubnetIds ( arg0 ) ; return this ; } |
22,443 | create an array of mapsqlparametersource objects populated with data from the values passed in . this will define what is included in a batch operation . concode_field_sep PlaceHolder placeHolder concode_field_sep Map extractCaseInsensitiveParameterNames concode_elem_sep Object getTypedValue | SqlParameterSource [ ] function ( Map [ ] arg0 ) { MapSqlParameterSource [ ] loc0 = new MapSqlParameterSource [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { Map loc2 = arg0 [ loc1 ] ; loc0 [ loc1 ] = new MapSqlParameterSource ( loc2 ) ; } return loc0 ; } |
22,444 | retrieves the next compiled statement identifier in the sequence . concode_field_sep Database database concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep LongKeyHashMap csidMap concode_elem_sep long next_cs_id concode_field_sep Statement compile concode_elem_sep void reset concode_elem_sep Statement recompileSta... | long function ( ) { next_cs_id ++ ; return next_cs_id ; } |
22,445 | getter for the field options . concode_field_sep AtomicLong SEQUENCE_GENERATOR concode_elem_sep boolean cleanupPool concode_elem_sep boolean aborted concode_elem_sep BigtableSession session concode_elem_sep ExecutorService batchPool concode_elem_sep Configuration conf concode_elem_sep Logger LOG concode_elem_sep Set<Re... | BigtableOptions function ( ) { return options ; } |
22,446 | creates a get request . concode_field_sep List<HandlerAdapter> handlerAdapters concode_elem_sep List<HandlerMapping> handlerMappings concode_elem_sep HttpSession session concode_elem_sep MockHttpServletResponse http concode_elem_sep ModelAndView modelAndView concode_field_sep MockHttpServletRequest newPOST concode_elem... | MockHttpServletRequest function ( final String arg0 ) { MockHttpServletRequest loc0 = new MockHttpServletRequest ( "srini_string" , arg0 ) ; return loc0 ; } |
22,447 | returns whether the flag acc_private is on in the givenflags . concode_field_sep int ACC_NATIVE concode_elem_sep int ACC_SUPER concode_elem_sep int ACC_STRICT concode_elem_sep int ACC_ANNOTATION concode_elem_sep int CONV_CLASS concode_elem_sep int ACC_ABSTRACT concode_elem_sep int CONV_FIELD concode_elem_sep int ACC_FI... | boolean function ( int arg0 ) { return ( arg0 & ACC_PRIVATE ) != 0 ; } |
22,448 | sets up a a web client that navigates to the global config page . concode_field_sep int TIME_LIMIT concode_elem_sep JenkinsRule rule concode_elem_sep HtmlPage currentPage concode_elem_sep JenkinsRule.WebClient webClient concode_field_sep boolean IsWindowsOS concode_elem_sep void testIfConfigCanBeUpdated concode_elem_se... | void function ( ) { webClient = rule . createWebClient ( ) ; currentPage = webClient . goTo ( "srini_string" ) ; } |
22,449 | returns whether settings changes should be applied to the component or not . concode_field_sep boolean loadInitialSettings concode_elem_sep WeakReference<JComponent> component concode_elem_sep Object defaultValue concode_elem_sep String key concode_elem_sep String group concode_elem_sep boolean applySettingsChanges con... | boolean function ( ) { return applySettingsChanges ; } |
22,450 | returns an instance of this class concode_field_sep String stringField concode_elem_sep String version concode_elem_sep PikeExample instance concode_elem_sep int intField concode_field_sep String whoAmI concode_elem_sep void dumpArrayList concode_elem_sep void dumpDouble concode_elem_sep void dumpDouble concode_elem_se... | PikeExample function ( ) { if ( instance == null ) instance = new PikeExample ( ) ; return instance ; } |
22,451 | a single-line , single-sentence description of this hint , if any . concode_field_sep String description concode_elem_sep String shortDescription concode_elem_sep Object value concode_field_sep Object getValue concode_elem_sep void setShortDescription concode_elem_sep void setValue concode_elem_sep String toString conc... | String function ( ) { return this . shortDescription ; } |
22,452 | sets the org code1 of this kiem dem vien . concode_field_sep KiemDemVien _kiemDemVien concode_field_sep java.lang.String getDienThoai concode_elem_sep void setOrgCode2 concode_elem_sep void setImei concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void se... | void function ( java . lang . String arg0 ) { _kiemDemVien . setOrgCode1 ( arg0 ) ; } |
22,453 | same as #getrack servername except that a list is passed concode_field_sep Log LOG concode_elem_sep DNSToSwitchMapping switchMapping concode_elem_sep String UNKNOWN_RACK concode_field_sep placeholderType placeHolder | List < String > function ( List < ServerName > arg0 ) { List < String > loc0 = new ArrayList < String > ( arg0 . size ( ) ) ; for ( ServerName loc1 : arg0 ) { loc0 . add ( loc1 . getHostname ( ) ) ; } List < String > loc2 = switchMapping . resolve ( loc0 ) ; return loc2 ; } |
22,454 | helper method - loads a testmodel from the given filename . concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep ExecutionFlow loadExecutionFlowFromResource concode_elem_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory | Statechart function ( String arg0 ) { return AbstractTestModelsUtil . loadStatechart ( URI . createPlatformPluginURI ( arg0 , true ) ) ; } |
22,455 | set the job 's jobdatamap . concode_field_sep JobDetail jobDetail concode_elem_sep ApplicationContext applicationContext concode_elem_sep Class<?> jobClass concode_elem_sep String name concode_elem_sep boolean requestsRecovery concode_elem_sep String description concode_elem_sep String beanName concode_elem_sep boolean... | void function ( JobDataMap arg0 ) { this . jobDataMap = arg0 ; } |
22,456 | the refresh token associated with the access token , if any . concode_field_sep Map<String,Object> additionalInformation concode_elem_sep String tokenType concode_elem_sep Set<String> scope concode_elem_sep Date expiration concode_elem_sep String value concode_elem_sep long serialVersionUID concode_elem_sep OAuth2Refre... | OAuth2RefreshToken function ( ) { return refreshToken ; } |
22,457 | get the number of elements in the buffer . this number is guaranteed to be in the range 0 to maxsize inclusive . concode_field_sep int last concode_elem_sep int numElems concode_elem_sep int maxSize concode_elem_sep E[] ea concode_elem_sep int first concode_field_sep void add concode_elem_sep void init concode_elem_sep... | int function ( ) { return numElems ; } |
22,458 | gettter method to get the sms summary list concode_field_sep String endDate concode_elem_sep String reportFormat concode_elem_sep long serialVersionUID concode_elem_sep List smsSummaryList concode_elem_sep List segmentTypeList concode_elem_sep String segment concode_elem_sep String segmentID concode_elem_sep List circl... | List function ( ) { return smsSummaryList ; } |
22,459 | obtiene el valor de la propiedad idevent . concode_field_sep int idReservation concode_elem_sep int idField concode_elem_sep long endDate concode_elem_sep int idEvent concode_elem_sep int type concode_elem_sep boolean confirmed concode_elem_sep long startDate concode_field_sep void setIdField concode_elem_sep long getS... | int function ( ) { return idEvent ; } |
22,460 | test if the name of the header is equal to the given header . all the characters in the name must already be lower case . concode_field_sep int INITIAL_VALUE_SIZE concode_elem_sep int nameEnd concode_elem_sep int INITIAL_NAME_SIZE concode_elem_sep int MAX_NAME_SIZE concode_elem_sep char[] name concode_elem_sep int valu... | boolean function ( HttpHeader arg0 ) { return ( equals ( arg0 . name , arg0 . nameEnd ) ) ; } |
22,461 | determines the machine-wide application data directory for the specified product in a platform-independent way . note that the directory returned by this method is usually not writable for users without administrative privileges yes , even on windows . the path returned by this method always contains a trailing path se... | String function ( final String arg0 ) { return getAllUsersApplicationDataDirectory ( ) + "srini_string" + File . separator + arg0 + File . separator ; } |
22,462 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep EnumIntegerEnum enumInteger concode_elem_sep EnumStringEnum enumString concode_elem_sep Double value concode_elem_sep EnumNumberEnum enumNumber concode_field_sep EnumNumberEnum getEnumNumber concode_elem_sep... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
22,463 | create an instance of example concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_elem_sep Node createNode concode_elem_sep JspxPages... | Example function ( ) { return new Example ( ) ; } |
22,464 | for boxed queries this is the right longtitude . needs to be used in combination with toplat and zoom . concode_field_sep WeatherApi weatherApi concode_elem_sep String location concode_elem_sep String topLat concode_elem_sep String lon concode_elem_sep WeatherUnits units concode_elem_sep Integer proxyPort concode_elem_... | void function ( String arg0 ) { this . rightLon = arg0 ; } |
22,465 | returns the der encoding of this citizenpublickey . concode_field_sep int onToken concode_field_sep void decode concode_elem_sep int getOnToken concode_elem_sep ASN1Object toASN1Object | byte [ ] function ( ) { return DerCoder . encode ( toASN1Object ( ) ) ; } |
22,466 | inserts scheme specific initialization data . concode_field_sep byte[] data concode_elem_sep Map<UUID,SchemeInitData> schemeData concode_elem_sep String mimeType concode_field_sep int hashCode concode_elem_sep SchemeInitData get concode_elem_sep SchemeInitData get concode_elem_sep SchemeInitData get concode_elem_sep bo... | void function ( UUID arg0 , SchemeInitData arg1 ) { schemeData . put ( arg0 , arg1 ) ; } |
22,467 | returns a jarinputstream for the given jar . concode_field_sep String name concode_elem_sep Locale locale concode_field_sep String getSelfPath concode_elem_sep File getAsLocalDir concode_elem_sep SingleFileInfo parseEntry concode_elem_sep List<PropertiesFileInfo> createReturnList concode_elem_sep List<PropertiesFileInf... | JarInputStream function ( String arg0 ) { JarInputStream loc0 = null ; URL loc1 = new URL ( arg0 ) ; InputStream loc2 = loc1 . openStream ( ) ; loc0 = new JarInputStream ( loc2 ) ; return loc0 ; } |
22,468 | an array of virtual tape descriptions . concode_field_sep com.amazonaws.internal.SdkInternalList<Tape> tapes concode_elem_sep String marker concode_field_sep String getMarker concode_elem_sep void setMarker concode_elem_sep java.util.List<Tape> getTapes concode_elem_sep int hashCode concode_elem_sep DescribeTapesResult... | void function ( java . util . Collection < Tape > arg0 ) { if ( arg0 == null ) { this . tapes = null ; return ; } this . tapes = new com . amazonaws . internal . SdkInternalList < Tape > ( arg0 ) ; } |
22,469 | retrieves the java.sql.types type of this function object 's return type concode_field_sep int iReturnType concode_elem_sep Expression eArg[] concode_elem_sep boolean bConnection concode_elem_sep Hashtable methodCache concode_elem_sep int iArgType[] concode_elem_sep boolean isIdentityFunction concode_elem_sep boolean b... | int function ( ) { return iReturnType ; } |
22,470 | sets the value of the act property . concode_field_sep String tpl concode_elem_sep Boolean can concode_elem_sep String act concode_elem_sep String wta concode_elem_sep String wtd concode_elem_sep String planAct concode_elem_sep Short rdelay concode_elem_sep String plat concode_field_sep boolean isSetWtd concode_elem_se... | void function ( String arg0 ) { this . act = arg0 ; } |
22,471 | gets the value of the url property . concode_field_sep String tocname concode_elem_sep String toc concode_elem_sep String url concode_field_sep void setTocname concode_elem_sep void setToc concode_elem_sep boolean isSetTocname concode_elem_sep boolean isSetUrl concode_elem_sep String getToc concode_elem_sep String getT... | String function ( ) { return url ; } |
22,472 | gets the name of the input channel . concode_field_sep long mPtr concode_elem_sep String TAG concode_elem_sep boolean DEBUG concode_elem_sep Parcelable.Creator<InputChannel> CREATOR concode_field_sep void nativeWriteToParcel concode_elem_sep InputChannel[] newArray concode_elem_sep InputChannel createFromParcel concode... | String function ( ) { String loc0 = nativeGetName ( ) ; return loc0 != null ? loc0 : "srini_string" ; } |
22,473 | method to set the render manager this should be called automatically from faces-config in addition this method will setup the loginpagerenderer concode_field_sep String NO_PRESENTATION concode_elem_sep String DEFAULT_PRESENTATION concode_elem_sep String currentPresentationsSelection concode_elem_sep OnDemandRenderer lo... | void function ( RenderManager arg0 ) { this . renderManager = arg0 ; loginPageRenderer = arg0 . getOnDemandRenderer ( "srini_string" ) ; } |
22,474 | called when the result of the clusterstatetaskexecutor #execute clusterstate , list have been processedproperly by all listeners . concode_field_sep PlaceHolder placeHolder concode_field_sep void onFailure concode_elem_sep void onNoLongerMaster | void function ( String arg0 , ClusterState arg1 , ClusterState arg2 ) { } |
22,475 | stores images into cache with specified key . concode_field_sep Map imagesBank concode_elem_sep Map imageBank concode_elem_sep Color maskColor concode_elem_sep BaseIO base concode_field_sep void storeImage concode_elem_sep BufferedImage[] getStoredImages concode_elem_sep void setMaskColor concode_elem_sep void setBaseI... | void function ( String arg0 , BufferedImage [ ] arg1 ) { if ( this . imagesBank . get ( arg0 ) != null ) { throw new ArrayStoreException ( "srini_string" + arg0 + "srini_string" + this . imagesBank . get ( arg0 ) ) ; } this . imagesBank . put ( arg0 , arg1 ) ; } |
22,476 | gets the value of the createuser property . concode_field_sep Integer toleranceRange concode_elem_sep String code concode_elem_sep String color concode_elem_sep Integer level concode_elem_sep Double probabilityRange concode_elem_sep Date lastUpdateDate concode_elem_sep Double scheduleRange concode_elem_sep String range... | String function ( ) { return createUser ; } |
22,477 | converts the rank , suit , and point value into a string in the format '' rank of suit point value = pointvalue '' . this provides a useful way of printing the contents of a deck in an easily readable format or performing other similar functions . concode_field_sep int pointValue concode_elem_sep String rank concode_el... | String function ( ) { return rank + "srini_string" + suit + "srini_string" + pointValue + "srini_string" ; } |
22,478 | this method resets the incoming events time events included . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep long myInt concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void setMyInt concode_... | void function ( ) { } |
22,479 | clears the map . concode_field_sep ValueDescriptor<V> mValueDescriptor concode_elem_sep int mSizeInBytes concode_elem_sep LinkedHashMap<K,V> mMap concode_field_sep ArrayList<LinkedHashMap.Entry<K,V>> getMatchingEntries concode_elem_sep boolean contains concode_elem_sep ArrayList<V> removeAll concode_elem_sep int getSiz... | ArrayList < V > function ( ) { ArrayList < V > loc0 = new ArrayList < > ( mMap . values ( ) ) ; mMap . clear ( ) ; mSizeInBytes = 0 ; return loc0 ; } |
22,480 | basic delete with no logging or referential checks . concode_field_sep PersistentStoreCollection manager concode_elem_sep Index[] indexList concode_elem_sep CachedObject[] accessorList concode_elem_sep TableBase table concode_elem_sep long timestamp concode_field_sep void release concode_elem_sep void release concode_e... | void function ( Row arg0 ) { arg0 = ( Row ) get ( arg0 , false ) ; for ( int loc0 = indexList . length - 1 ; loc0 >= 0 ; loc0 -- ) { indexList [ loc0 ] . delete ( this , arg0 ) ; } arg0 . delete ( this ) ; } |
22,481 | processes a string entered via a dragonconsole for commands and handles and special cases that need to be taken care of based on the command . this method should just send the string to print if no valid command is entered . concode_field_sep DragonConsole console concode_field_sep void output concode_elem_sep String c... | void function ( String arg0 ) { output ( arg0 + "srini_string" ) ; } |
22,482 | returns path to file to store logging output . concode_field_sep List<Service> dataServiceConfiguration concode_elem_sep AgentConfiguration agentConfiguration concode_elem_sep EvoKnowledgeConfiguration evoConfiguration concode_elem_sep WorldConfiguration worldConfiguration concode_elem_sep List<Service> plannerServiceC... | Path function ( ) { return Paths . get ( loggingPath ) ; } |
22,483 | getter for customeremail return customeremail concode_field_sep int numSeats concode_elem_sep int orderNumber concode_elem_sep String customerEmail concode_field_sep void setCustomerEmail concode_elem_sep void setNumSeats concode_elem_sep void setOrderNumber concode_elem_sep int getNumSeats concode_elem_sep int getOrde... | String function ( ) { return customerEmail ; } |
22,484 | this associates the given gvt tree with this renderer . any previous tree association is forgotten . not certain if this should be just graphicsnode , or canvasgraphicsnode . concode_field_sep AffineTransform usr2dev concode_elem_sep int offScreenWidth concode_elem_sep boolean isDoubleBuffered concode_elem_sep int IMAG... | void function ( GraphicsNode arg0 ) { rootGN = arg0 ; } |
22,485 | get the sum of heights for all rows . this class provides a general not optimized implementation that is overridded in derived classes variableheightlayoutcache , fixedheightlayoutcache for the better performance . concode_field_sep NodeDimensions nodeDimensions concode_elem_sep TreeModel treeModel concode_elem_sep Tre... | int function ( ) { int loc0 = 0 ; int loc1 = getRowCount ( ) ; Rectangle loc2 = new Rectangle ( ) ; for ( int loc3 = 0 ; loc3 < loc1 ; loc3 ++ ) { TreePath loc4 = getPathForRow ( loc3 ) ; loc0 += getBounds ( loc4 , loc2 ) . loc0 ; } return loc0 ; } |
22,486 | returns the byte at position ` i ` . concode_field_sep int numBytes concode_elem_sep long offset concode_elem_sep int[] bytesOfCodePointInUTF8 concode_elem_sep Object base concode_field_sep int compare concode_elem_sep boolean matchAt concode_elem_sep int compareTo concode_elem_sep byte[] getBytes concode_elem_sep UTF8... | byte function ( int arg0 ) { return UNSAFE . getByte ( base , offset + arg0 ) ; } |
22,487 | returns true if the location l has not the object obj concode_field_sep int CLEAN concode_elem_sep GridWorldView view concode_elem_sep int AGENT concode_elem_sep int width concode_elem_sep Location[] agPos concode_elem_sep int OBSTACLE concode_elem_sep Random random concode_elem_sep int height concode_elem_sep int[][] ... | boolean function ( int arg0 , Location arg1 ) { return inGrid ( arg1 . x , arg1 . y ) && ( data [ arg1 . x ] [ arg1 . y ] & arg0 ) == 0 ; } |
22,488 | returns a list of the axes if any that need to be drawn at the top of the plot area . concode_field_sep List axesAtLeft concode_elem_sep List axesAtRight concode_elem_sep List axesAtTop concode_elem_sep List axesAtBottom concode_field_sep List getAxesAtRight concode_elem_sep void add concode_elem_sep List getAxesAtBott... | List function ( ) { return this . axesAtTop ; } |
22,489 | 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 ( byte [ ] arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } |
22,490 | validate the marshalled xml without adjusting the namespaces for the original and marshalled xml . concode_field_sep SubsystemTestDelegate delegate concode_field_sep void compare concode_elem_sep void compare concode_elem_sep ModelNode checkOutcome concode_elem_sep void validateModelDescriptions concode_elem_sep void a... | void function ( String arg0 , final String arg1 , final String arg2 ) { ModelTestUtils . compareXml ( arg1 , arg2 ) ; } |
22,491 | test method for shutdowntask #gettasktype . concode_field_sep long TASK_BACKOFF_TIME_MILLIS concode_elem_sep InitialPositionInStreamExtended INITIAL_POSITION_TRIM_HORIZON concode_elem_sep String defaultConcurrencyToken concode_elem_sep IRecordProcessor defaultRecordProcessor concode_elem_sep String defaultShardId conco... | void function ( ) { ShutdownTask loc0 = new ShutdownTask ( null , null , null , null , null , null , false , null , 0 ) ; Assert . assertEquals ( TaskType . SHUTDOWN , loc0 . getTaskType ( ) ) ; } |
22,492 | invoked after processing all carets . concode_field_sep PlaceHolder placeHolder concode_field_sep void invoke | void function ( ) { } |
22,493 | returns the configuration used by the import adapter . concode_field_sep DataType<?>[] dataTypes concode_elem_sep int[] indexes concode_elem_sep String[] header concode_elem_sep ImportConfiguration config concode_field_sep DataType<?>[] getColumnDatatypes concode_elem_sep ImportAdapter create concode_elem_sep int getPr... | ImportConfiguration function ( ) { return config ; } |
22,494 | tests invocation to the ba-unaware service without ba context , wstxfeature , and with enabled wstx handler . no coordination calls are expected . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloseWithoutFeature concode_elem_sep void testCancelWithDisabledFeature concode_elem_sep void cancelActi... | void function ( ) { TestService loc0 = getClientWithoutFeature ( ) ; beginActivity ( ) ; loc0 . increment ( ) ; closeActivity ( ) ; } |
22,495 | reads until a token is reached . concode_field_sep int endPosition concode_elem_sep int LEXICAL_ERROR concode_elem_sep Scanner scanner concode_elem_sep int END_OF_FILE concode_elem_sep int DOCUMENT_ERROR concode_field_sep int getCurrentStartOffset concode_elem_sep boolean isComment concode_elem_sep int getPreviousToken... | void function ( int arg0 ) { int loc0 = 0 ; do { loc0 = readNext ( false ) ; } while ( loc0 != arg0 ) ; } |
22,496 | returns true if the user is allowed to resize the wtablecolumn 's width , false otherwise . you can change the width programmatically regardless of this setting . the default is true . concode_field_sep int preferredWidth concode_elem_sep Class columnClass concode_elem_sep int width concode_elem_sep Object headerValue ... | boolean function ( ) { return isResizable ; } |
22,497 | gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ... | Map < QName , String > function ( ) { return otherAttributes ; } |
22,498 | constructs a playbackevent concode_field_sep int lastPosition concode_elem_sep PlaybackListener listener concode_elem_sep Bitstream bitstream concode_elem_sep Decoder decoder concode_elem_sep AudioDevice audio concode_elem_sep boolean complete concode_elem_sep boolean closed concode_field_sep void play concode_elem_sep... | PlaybackEvent function ( AudioDevice arg0 , int arg1 ) { return new PlaybackEvent ( this , arg1 , arg0 . getPosition ( ) ) ; } |
22,499 | set maven log . concode_field_sep Slf4jAdapter m_aAdapter concode_field_sep Logger getLogger | void function ( final Log arg0 ) { m_aAdapter . setMavenLog ( arg0 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.