idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
20,400 | reconstructs object on unmarshalling . concode_field_sep Callable<T> valCall concode_elem_sep IgniteLogger log concode_elem_sep GridCacheContext ctx concode_elem_sep boolean rmvCheck concode_elem_sep String name concode_elem_sep IgniteInternalCache<GridCacheInternalKey,GridCacheAtomicStampedValue<T,S>> atomicView conco... | Object function ( ) { try { IgniteBiTuple < GridKernalContext , String > loc0 = stash . get ( ) ; return loc0 . get1 ( ) . dataStructures ( ) . atomicStamped ( loc0 . get2 ( ) , null , null , false ) ; } catch ( IgniteCheckedException loc0 ) { throw U . withCause ( new InvalidObjectException ( loc0 . getMessage ( ) ) ,... |
20,401 | this hook method will be invoked when the dfs begins the visit of an element . since there is no return parameter this method will not effect the algorithms behaviour . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field... | void function ( Object arg0 , int arg1 ) { } |
20,402 | the expression to evaluate for sorting while processing a search request . the expression syntax is based on javascript expressions . for more information , see configuring expressions in the amazon cloudsearch developer guide . returns a reference to this object so that method calls can be chained together . constrain... | Expression function ( String arg0 ) { this . expressionValue = arg0 ; return this ; } |
20,403 | determine if a string contains any xml special characters , return true if it does . if this function returns true , the string will need to be encoded either using the stringencodexml function above or using a cdata section . note that msxml has a nasty bug whereby whitespace characters outside of a cdata section are ... | boolean function ( String arg0 ) { } |
20,404 | reads the remaining bytes of data from this binary input stream and return as a string . concode_field_sep BufferedInputStream in concode_elem_sep int buffer concode_elem_sep int EOF concode_elem_sep int n concode_field_sep long readLong concode_elem_sep short readShort concode_elem_sep void fillBuffer concode_elem_sep... | String function ( ) { if ( isEmpty ( ) ) throw new RuntimeException ( "srini_string" ) ; StringBuilder loc0 = new StringBuilder ( ) ; while ( ! isEmpty ( ) ) { char loc1 = readChar ( ) ; loc0 . append ( loc1 ) ; } return loc0 . toString ( ) ; } |
20,405 | gets the documenttext value for this content . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String documentText concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.tatrc.paws.encounter.EnumDocumentFormat documentFormat... | java . lang . String function ( ) { return documentText ; } |
20,406 | sets up this productfactory to produce a new product . this method must be called before any setxxx methods or the #createproduct method . concode_field_sep Map<String,Object> properties concode_field_sep ProductFactory setName concode_elem_sep ProductFactory setClassification concode_elem_sep Product createProduct con... | ProductFactory function ( ) { if ( properties != null ) { throw new IllegalStateException ( "srini_string" ) ; } properties = new HashMap < String , Object > ( ) ; return this ; } |
20,407 | gets the mandatory value for this wstransformerpluginv2variabledescriptor . concode_field_sep java.lang.String variableName concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc ... | boolean function ( ) { return mandatory ; } |
20,408 | sets the transparency of the interval color , with 0.0 being fully transparent and 1.0 being fully opaque . concode_field_sep Color backgroundColor concode_elem_sep int PSEUDO_SERIAL_VERSION_UID concode_elem_sep JRDataRange dataRange concode_elem_sep double DEFAULT_TRANSPARENCY concode_elem_sep double alpha concode_ele... | void function ( Double arg0 ) { this . alphaDouble = arg0 ; } |
20,409 | initialize the matrix with a default value concode_field_sep Object[][] data concode_elem_sep int dim concode_field_sep void set concode_elem_sep void grow concode_elem_sep int numberOfColumns concode_elem_sep T get concode_elem_sep boolean isSymmetric concode_elem_sep int numberOfRows concode_elem_sep IMatrix<T> trans... | void function ( T arg0 ) { for ( int loc0 = 0 ; loc0 < dim ; loc0 ++ ) for ( int loc1 = 0 ; loc1 <= loc0 ; loc1 ++ ) data [ loc0 ] [ loc1 ] = arg0 ; } |
20,410 | retrieves the generated id for the savepoint that this savepoint object represents . concode_field_sep String name concode_elem_sep jdbcConnection connection concode_field_sep String getSavepointName concode_elem_sep String toString | int function ( ) { throw jdbcUtil . notSupported ; } |
20,411 | returns the fragment . can be null . concode_field_sep String fragment concode_elem_sep String scheme concode_elem_sep Map<String,?> uriVariables concode_elem_sep Object SKIP_VALUE concode_elem_sep Iterator<Object> valueIterator concode_elem_sep Pattern NAMES_PATTERN concode_field_sep UriComponents encode concode_elem_... | String function ( ) { return this . fragment ; } |
20,412 | decode an entry id value from its database representation . note that this method will throw an arrayindexoutofboundsexception if the bytes array length is less than 8 . concode_field_sep byte FORMAT_VERSION concode_elem_sep byte TAG_DATABASE_ENTRY concode_elem_sep DebugTracer TRACER concode_elem_sep byte TAG_DIRECTORY... | long function ( byte [ ] arg0 ) { long loc0 = 0 ; for ( int loc1 = 0 ; loc1 < 8 ; loc1 ++ ) { loc0 <<= 8 ; loc0 |= ( arg0 [ loc1 ] & 0xFF ) ; } return loc0 ; } |
20,413 | approach to navigation that will grab our params via the request map this is meant to be used with a full page refresh as metadata called on each page refresh as postvalidate listener concode_field_sep PlaceHolder placeHolder concode_field_sep void renderUIbasedOnExample concode_elem_sep void loadDefaultNavigation conc... | void function ( ) { Map < String , String > loc0 = FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestParameterMap ( ) ; navigate ( loc0 . get ( NavigationModel . GROUP_PARAM ) , loc0 . get ( NavigationModel . EXAMPLE_PARAM ) ) ; } |
20,414 | returns true if all susbcribers in the subscriber pool have been launched concode_field_sep Server server concode_elem_sep MediaDriver mediaDriver concode_elem_sep ParameterServerSubscriber[] subscriber concode_elem_sep int statusPort concode_elem_sep int numWorkers concode_elem_sep Aeron aeron concode_field_sep void m... | boolean function ( ) { boolean loc0 = true ; for ( int loc1 = 0 ; loc1 < numWorkers ; loc1 ++ ) { loc0 = loc0 && subscriber [ loc1 ] . subscriberLaunched ( ) ; } return loc0 ; } |
20,415 | set to true if you want to block all user input to pass through this overlay , set to false if you want to allow user input under the overlay concode_field_sep Animation mEnterAnimation concode_elem_sep Style mStyle concode_elem_sep int mBackgroundColor concode_elem_sep boolean mDisableClick concode_elem_sep Animation ... | Overlay function ( boolean arg0 ) { mDisableClick = arg0 ; return this ; } |
20,416 | sets the class index of the dataset . concode_field_sep Classifier m_SourceCode concode_elem_sep File m_Dataset concode_elem_sep int m_ClassIndex concode_elem_sep Classifier m_Classifier concode_field_sep Enumeration listOptions concode_elem_sep Classifier getSourceCode concode_elem_sep int getClassIndex concode_elem_s... | void function ( int arg0 ) { m_ClassIndex = arg0 ; } |
20,417 | returns the scalar used for determining the rotation y value . concode_field_sep double rotateX concode_elem_sep Paint outlinePaint concode_elem_sep int size concode_elem_sep AffineTransform transform concode_elem_sep Paint highlightPaint concode_elem_sep double rotateY concode_elem_sep Stroke outlineStroke concode_ele... | double function ( ) { return this . rotateY ; } |
20,418 | returns true if the given state is currently active otherwise false . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean guard concode_elem_sep int nextStateIndex concode_elem_sep boolean done concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_se... | boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } } |
20,419 | create a new throttle that does not limit concurrency . concode_field_sep PlaceHolder placeHolder concode_field_sep Promise<T> throttle concode_elem_sep int getWaiting concode_elem_sep int getSize concode_elem_sep Throttle ofSize concode_elem_sep int getActive | Throttle function ( ) { return new UnlimitedThrottle ( ) ; } |
20,420 | get a collation key for two strings . the essential property of collation keys is that if two values are equal under the collation , then the collation keys are compare correctly under the equals method . concode_field_sep StringCollator baseCollator concode_field_sep int compareStrings concode_elem_sep boolean compare... | Object function ( String arg0 ) { return baseCollator . getCollationKey ( arg0 ) ; } |
20,421 | returns pmgi signature if exists concode_field_sep long serialVersionUID concode_elem_sep int currentPlace concode_elem_sep int dataRemained concode_elem_sep long free_space concode_elem_sep byte[] signature concode_field_sep void setCurrentPlace concode_elem_sep void unmarshalCharArray concode_elem_sep void setSignatu... | byte [ ] function ( ) { return signature ; } |
20,422 | create an instance of storesalesopportunity concode_field_sep QName _StoreSalesOpportunityResponse_QNAME concode_elem_sep QName _StoreSalesOpportunity_QNAME concode_elem_sep QName _FindCustomer_QNAME concode_elem_sep QName _FindCustomerById_QNAME concode_elem_sep QName _FindCustomerResponse_QNAME concode_elem_sep QName... | StoreSalesOpportunity function ( ) { return new StoreSalesOpportunity ( ) ; } |
20,423 | sets the id . concode_field_sep Clob clob concode_elem_sep Blob blob concode_elem_sep int id concode_field_sep void setClob concode_elem_sep void setBlob concode_elem_sep int getId concode_elem_sep Clob getClob concode_elem_sep Blob getBlob | void function ( int arg0 ) { this . id = arg0 ; } |
20,424 | returns the current precision used by this context concode_field_sep boolean svgFont concode_elem_sep DecimalFormatSymbols dsf concode_elem_sep RenderingHints hints concode_elem_sep StyleHandler styleHandler concode_elem_sep Document domFactory concode_elem_sep Paint paint concode_elem_sep GraphicContextDefaults gcDefa... | int function ( ) { return precision ; } |
20,425 | sets resource sum . concode_field_sep String aliases concode_elem_sep int resourceSum concode_elem_sep String name concode_elem_sep String description concode_field_sep void setName concode_elem_sep String getAliases concode_elem_sep String getName concode_elem_sep void setAliases concode_elem_sep void setDescription c... | void function ( int arg0 ) { this . resourceSum = arg0 ; } |
20,426 | makes a copy of this correlationsplitinfo object concode_field_sep double m_splitValue concode_elem_sep int m_number concode_elem_sep int m_last concode_elem_sep int m_position concode_elem_sep double m_maxImpurity concode_elem_sep int m_splitAttr concode_elem_sep long serialVersionUID concode_elem_sep int m_first conc... | SplitEvaluate function ( ) { CorrelationSplitInfo loc0 = ( CorrelationSplitInfo ) this . clone ( ) ; return loc0 ; } |
20,427 | set up method used to help create objects for testing each method in resident class concode_field_sep Color color concode_elem_sep Log log concode_elem_sep Resident four concode_elem_sep Resident one concode_elem_sep CustomsDesk[] desks concode_elem_sep Resident two concode_elem_sep Resident three concode_field_sep voi... | void function ( ) { log = new Log ( ) ; one = new Resident ( 13 , 209 ) ; two = new Resident ( 5 , 200 ) ; three = new Resident ( 25 , 275 ) ; four = new Resident ( 20 , 210 ) ; color = new Color ( 153 , 153 , 255 ) ; desks = new CustomsDesk [ 5 ] ; for ( int loc0 = 0 ; loc0 < desks . length ; loc0 ++ ) { desks [ loc0 ... |
20,428 | sets the value of the readrevision property . concode_field_sep String writeExtendedData concode_elem_sep String identifier concode_elem_sep boolean readRevision concode_elem_sep String name concode_elem_sep String description concode_elem_sep SAccessMethod notificationProtocol concode_elem_sep STrigger trigger concode... | void function ( boolean arg0 ) { this . readRevision = arg0 ; } |
20,429 | sets the user name of this kaleo task . concode_field_sep KaleoTask _kaleoTask concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_elem_sep b... | void function ( java . lang . String arg0 ) { _kaleoTask . setUserName ( arg0 ) ; } |
20,430 | sets the argument query node of the unary operator . concode_field_sep QueryNode mArgument concode_elem_sep UnaryOperatorKind mUnaryOperatorKind concode_field_sep UnaryOperatorKind getUnaryOperatorKind concode_elem_sep QueryNode deepClone concode_elem_sep QueryNode getArgument concode_elem_sep QueryNodeKind getKind con... | void function ( QueryNode arg0 ) { this . mArgument = arg0 ; } |
20,431 | sets the value of the `` publisher '' that will be placed in the generated conformance statement . as this is a mandatory element , the value should not be null although this is not enforced . the value defaults to `` not provided '' but may be set to null , which will cause this element to be omitted . concode_field_s... | void function ( String arg0 ) { myPublisher = arg0 ; } |
20,432 | set the page actions . concode_field_sep PDResources pageResources concode_elem_sep PDRectangle mediaBox concode_elem_sep COSDictionary page concode_field_sep PDRectangle getBBox concode_elem_sep PDRectangle getArtBox concode_elem_sep int getRotation concode_elem_sep PDPageAdditionalActions getActions concode_elem_sep ... | void function ( PDPageAdditionalActions arg0 ) { page . setItem ( COSName . AA , arg0 ) ; } |
20,433 | returns true if this is the default scope . in this case a new instance will be provided for each injection . concode_field_sep Scoping SINGLETON_INSTANCE concode_elem_sep Scoping EAGER_SINGLETON concode_elem_sep Scoping UNSCOPED concode_elem_sep Scoping SINGLETON_ANNOTATION concode_field_sep V acceptVisitor concode_el... | boolean function ( ) { return getScopeInstance ( ) == Scopes . NO_SCOPE ; } |
20,434 | get the timeinterval value . concode_field_sep Integer win32Status concode_elem_sep Integer count concode_elem_sep String timeInterval concode_elem_sep Integer subStatus concode_elem_sep Integer status concode_field_sep StatusCodesBasedTrigger withStatus concode_elem_sep Integer win32Status concode_elem_sep StatusCodes... | String function ( ) { return this . timeInterval ; } |
20,435 | print an array of ints to standard output . concode_field_sep PlaceHolder placeHolder concode_field_sep void main | void function ( int [ ] arg0 ) { int loc0 = arg0 . length ; System . out . println ( loc0 ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { System . out . printf ( "srini_string" , arg0 [ loc1 ] ) ; } System . out . println ( ) ; } |
20,436 | returns the index of the current panel . note : 0 = panel 1 , 1 = panel 2 , etc concode_field_sep int index concode_elem_sep List<WizardDescriptor.Panel<WizardDescriptor>> panels concode_elem_sep AddImageAction action concode_field_sep void nextPanel concode_elem_sep WizardDescriptor.Panel<WizardDescriptor> current con... | int function ( ) { return index ; } |
20,437 | returns the parent view of a tree node from the parent view annotation . 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_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren... | View function ( View arg0 ) { final EAnnotation loc0 = arg0 . getEAnnotation ( TREE_LAYOUT_ANNOTATION ) ; if ( loc0 != null ) { return ( View ) arg0 . eResource ( ) . getEObject ( loc0 . getDetails ( ) . get ( TREE_NODE_PARENT_URI ) ) ; } return null ; } |
20,438 | runs the associator with the given commandline options concode_field_sep long serialVersionUID concode_field_sep Associator makeCopy concode_elem_sep Associator forName concode_elem_sep Associator[] makeCopies concode_elem_sep Capabilities getCapabilities concode_elem_sep String getRevision | void function ( Associator arg0 , String [ ] arg1 ) { try { System . out . println ( AssociatorEvaluation . evaluate ( arg0 , arg1 ) ) ; } catch ( Exception loc0 ) { if ( ( loc0 . getMessage ( ) != null ) && ( loc0 . getMessage ( ) . indexOf ( "srini_string" ) == - 1 ) ) loc0 . printStackTrace ( ) ; else System . err .... |
20,439 | the hashcode for this object concode_field_sep String CLSID concode_elem_sep wbemdisp.ISWbemMethodProxy d_ISWbemMethodProxy concode_field_sep String getName concode_elem_sep Object getPropertyByName concode_elem_sep Object getPropertyByName concode_elem_sep String getOrigin concode_elem_sep SWbemMethod bindUsingMoniker... | int function ( ) { return getJintegraDispatch ( ) == null ? 0 : getJintegraDispatch ( ) . hashCode ( ) ; } |
20,440 | sets time of last access . concode_field_sep int STATUS_VALID concode_elem_sep String dataUrl concode_elem_sep int STATUS_PROCESSING concode_elem_sep long lastAccessTime concode_elem_sep String author concode_elem_sep int inboundLinks concode_elem_sep String htmlUrl concode_elem_sep String description concode_elem_sep ... | void function ( long arg0 ) { lastAccessTime = arg0 ; } |
20,441 | get firstname 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 ... | String function ( ) { return firstName ; } |
20,442 | open a socket . concode_field_sep int timeoutMillis concode_elem_sep boolean debug concode_elem_sep HttpSocket httpSocket concode_elem_sep int serverPort concode_elem_sep InetAddress serverHost concode_field_sep HttpTester.Response request concode_elem_sep HttpTester.Response request concode_elem_sep void enableDebug c... | Socket function ( ) { Socket loc0 = httpSocket . connect ( serverHost , serverPort ) ; loc0 . setSoTimeout ( timeoutMillis ) ; return loc0 ; } |
20,443 | requires read permission . concode_field_sep Permission readCheck concode_elem_sep MutablePicoContainer pico concode_elem_sep AccessControllerWrapper accessWrapper concode_elem_sep Permission writeCheck concode_field_sep void setName concode_elem_sep LifecycleState getLifecycleState concode_elem_sep String getName conc... | ComponentAdapter < T > function ( Class < T > arg0 , NameBinding arg1 ) { checkReadPermission ( ) ; return pico . getComponentAdapter ( arg0 , arg1 ) ; } |
20,444 | sets the value of the dynamic property . concode_field_sep String flavour concode_elem_sep String color concode_elem_sep String styling concode_elem_sep String name concode_elem_sep String dynamic concode_elem_sep String type concode_elem_sep String uri concode_field_sep void setName concode_elem_sep String getName con... | void function ( String arg0 ) { this . dynamic = arg0 ; } |
20,445 | reports whether this driver is a genuine jdbc complianttm driver . a driver may only report true here if it passes the jdbc compliance tests ; otherwise it is required to return false . jdbc compliance requires full support for the jdbc api and full support for sql 92 entry level . it is expected that jdbc compliant dr... | boolean function ( ) { if ( Trace . TRACE ) { Trace . trace ( ) ; } return false ; } |
20,446 | returns the root directory for the repository . concode_field_sep File _root concode_elem_sep Factory _factory concode_elem_sep NSMutableDictionary _repositories concode_field_sep boolean hasFile concode_elem_sep ERXFileRepository addRepository concode_elem_sep ERXFileRepository addRepository concode_elem_sep ERXFileRe... | File function ( ) { return _root ; } |
20,447 | another inherited method . concode_field_sep C2 field concode_elem_sep String CONSTANT1 concode_field_sep C2 method concode_elem_sep void method1 concode_elem_sep void deprecatedMethod | void function ( int arg0 ) { } |
20,448 | return the name of the currently proxied bean instance . concode_field_sep ThreadLocal<String> currentProxiedBeanName concode_field_sep void setCurrentProxiedBeanName | String function ( ) { return currentProxiedBeanName . get ( ) ; } |
20,449 | checks if two byte arrays are equal . used to compare icons . concode_field_sep String TAG concode_field_sep byte[] getIcon | boolean function ( byte [ ] arg0 , byte [ ] arg1 ) { if ( arg0 == null && arg1 != null ) { return arg1 . length == 0 ; } if ( arg1 == null && arg0 != null ) { return arg0 . length == 0 ; } return Arrays . equals ( arg0 , arg1 ) ; } |
20,450 | debug concode_field_sep boolean INFO concode_elem_sep boolean WARN concode_elem_sep boolean DEBUG concode_elem_sep boolean ERROR concode_field_sep void print concode_elem_sep void e concode_elem_sep void w concode_elem_sep void i | void function ( String arg0 , String arg1 ) { if ( DEBUG ) { print ( "srini_string" + arg0 + "srini_string" + arg1 ) ; } } |
20,451 | public getter concode_field_sep PropertyList propertyList concode_elem_sep AssociationList associationList concode_elem_sep Concept concept concode_elem_sep GroupProperties groupProperties concode_elem_sep RoleList roleList concode_elem_sep List<FullConcept> fullConcept concode_elem_sep long serialVersionUID concode_el... | TypeList function ( ) { return this . typeList ; } |
20,452 | like jsongenerator #writeobjectfield string , object but supports maps and lists . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeList concode_elem_sep void writeMap | void function ( JsonGenerator arg0 , String arg1 , Object arg2 ) { if ( arg2 instanceof Map ) { writeMap ( arg0 , arg1 , ( Map ) arg2 ) ; } else if ( arg2 instanceof List ) { writeList ( arg0 , arg1 , ( List ) arg2 ) ; } else { arg0 . writeObjectField ( arg1 , arg2 ) ; } } |
20,453 | looks up the filestore associated with a path . this is an enhanced version of files #getfilestore path : on nix systems , the store returned for the root filesystem will contain the actual filesystem type e.g. ext4 instead of rootfs . on some systems , the custom attribute lucene : spins is supportedvia the filestore ... | FileStore function ( Path arg0 ) { return ESFileStore . getMatchingFileStore ( arg0 , fileStores ) ; } |
20,454 | configures eclipse java compatibility information jdt for examples see docs for eclipseproject concode_field_sep EclipseWtp wtp concode_elem_sep EclipseClasspath classpath concode_elem_sep EclipseProject project concode_elem_sep EclipseJdt jdt concode_field_sep EclipseClasspath getClasspath concode_elem_sep void setCla... | EclipseJdt function ( ) { return jdt ; } |
20,455 | returns the element of this big array at specified index . concode_field_sep byte[][] array concode_elem_sep long SIZE_OF_SEGMENT concode_elem_sep byte initialValue concode_elem_sep int capacity concode_elem_sep int segments concode_field_sep void set concode_elem_sep void grow concode_elem_sep long sizeOf concode_elem... | byte function ( long arg0 ) { return array [ segment ( arg0 ) ] [ offset ( arg0 ) ] ; } |
20,456 | set the fully qualified name of the class to be used by the jpa event tracing . the class must exist in the classpath and be available for dynamic loading . the class name should only be set before any routes are created , hence this method is not thread safe . concode_field_sep boolean enabled concode_elem_sep TraceFo... | void function ( String arg0 ) { this . jpaTraceEventMessageClassName = arg0 ; } |
20,457 | set the jndi name under which the xaconnectionfactory is available . concode_field_sep String securityCredentials concode_elem_sep String name concode_elem_sep String urlPkgPrefixes concode_elem_sep Properties extraJndiProperties concode_elem_sep String providerUrl concode_elem_sep String securityPrincipal concode_elem... | void function ( String arg0 ) { this . name = arg0 ; } |
20,458 | get a value from smc which is in fpe2 datatype . first e 14 bits are unsigned integer portion , last 2 bits are fractional portion concode_field_sep byte[] DATATYPE_SP78 concode_elem_sep IOConnect conn concode_elem_sep Logger LOG concode_elem_sep Map<Integer,SMCKeyDataKeyInfo> keyInfoCache concode_field_sep int smcRead... | float function ( String arg0 , int arg1 ) { SMCVal loc0 = new SMCVal ( ) ; int loc1 = smcReadKey ( arg0 , loc0 , arg1 ) ; if ( loc1 == 0 ) { return ParseUtil . byteArrayToFloat ( loc0 . bytes , loc0 . dataSize , 2 ) ; } return 0f ; } |
20,459 | returns the number of messages in the folder . concode_field_sep String hostname concode_elem_sep String password concode_elem_sep Folder folder concode_elem_sep String protocol concode_elem_sep Session session concode_elem_sep Store store concode_elem_sep String mbox concode_elem_sep URLName url concode_elem_sep Strin... | int function ( ) { return folder . getMessageCount ( ) ; } |
20,460 | creates a aiffdata container from the specified bytes concode_field_sep ByteBuffer data concode_elem_sep int format concode_elem_sep int samplerate concode_field_sep void dispose concode_elem_sep ByteBuffer convertAudioBytes | AiffData function ( byte [ ] arg0 ) { try { return create ( AudioSystem . getAudioInputStream ( new BufferedInputStream ( new ByteArrayInputStream ( arg0 ) ) ) ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; return null ; } } |
20,461 | file upload concode_field_sep String SK concode_elem_sep String BUCKET concode_elem_sep long EXPIRED concode_elem_sep String AK concode_elem_sep String BUCKET_DOMAIN concode_field_sep String download concode_elem_sep String buildDownloadUrl concode_elem_sep Auth auth concode_elem_sep void delete | void function ( String arg0 , byte [ ] arg1 ) { String loc0 = auth ( ) . loc0 ( BUCKET , null , EXPIRED , null ) ; new UploadManager ( ) . put ( arg1 , arg0 , loc0 ) ; } |
20,462 | creates a random string consisting only of supplied characters . concode_field_sep Random random concode_field_sep int random concode_elem_sep String randomLower concode_elem_sep String randomLowerMaxLength | String function ( String arg0 , int arg1 ) { StringBuilder loc0 = new StringBuilder ( arg1 ) ; int loc1 = arg0 . arg1 ( ) ; for ( int loc2 = 0 ; loc2 < arg1 ; loc2 ++ ) { int loc3 = random ( loc1 ) ; char loc4 = arg0 . charAt ( loc3 ) ; loc0 . append ( loc4 ) ; } return loc0 . toString ( ) ; } |
20,463 | gets the value of the ocsprefs property . concode_field_sep OtherCertStatusRefsType otherRefs concode_elem_sep CRLRefsType crlRefs concode_elem_sep OCSPRefsType ocspRefs concode_elem_sep String id concode_field_sep void setCRLRefs concode_elem_sep void setOCSPRefs concode_elem_sep void setId concode_elem_sep OtherCertS... | OCSPRefsType function ( ) { return ocspRefs ; } |
20,464 | ends any input composition that may currently be going on in this context . depending on the platform and possibly user preferences , this may commit or delete uncommitted text . any changes to the text are communicated to the active component using an input method event . if no input methods are available , then this ... | void function ( ) { } |
20,465 | deletes all example queries for a given corpus list . concode_field_sep String corpusName concode_elem_sep List<Long> corpusIds concode_elem_sep Map<String,String> tableInsertSelect concode_elem_sep AnnisDao annisDao concode_elem_sep JdbcTemplate jdbcTemplate concode_elem_sep Logger log concode_elem_sep Set<QueryBuilde... | void function ( List < String > arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) { log . info ( "srini_string" ) ; jdbcTemplate . execute ( "srini_string" ) ; } else { List < Long > loc0 = annisDao . mapCorpusNamesToIds ( arg0 ) ; for ( Long loc1 : loc0 ) { delExampleQueries ( loc1 ) ; } } } |
20,466 | display a simple alert dialog with the given text and title . concode_field_sep String UTF8 concode_field_sep Bundle parseUrl concode_elem_sep String openUrl concode_elem_sep String encodePostBody concode_elem_sep String read concode_elem_sep JSONObject parseJson concode_elem_sep Bundle decodeUrl concode_elem_sep Strin... | void function ( Context arg0 , String arg1 , String arg2 ) { Builder loc0 = new Builder ( arg0 ) ; loc0 . setTitle ( arg1 ) ; loc0 . setMessage ( arg2 ) ; loc0 . create ( ) . show ( ) ; } |
20,467 | sets the request line like `` get / http/1 .1 '' . concode_field_sep int responseCode concode_elem_sep String statusLine concode_elem_sep int httpMinorVersion concode_elem_sep String requestLine concode_elem_sep List<String> namesAndValues concode_elem_sep String responseMessage concode_elem_sep Comparator<String> FIEL... | void function ( String arg0 ) { arg0 = arg0 . trim ( ) ; this . requestLine = arg0 ; } |
20,468 | handle an indexed header representation concode_field_sep int DEFAULT_RING_BUFFER_SIZE concode_elem_sep int firstSlotPosition concode_elem_sep HeaderField[] headerTable concode_elem_sep int filledTableSlots concode_elem_sep StringBuilder stringBuilder concode_elem_sep int currentMemorySize concode_elem_sep int maxMemor... | void function ( int arg0 ) { if ( arg0 <= Hpack . STATIC_TABLE_LENGTH ) { addStaticTableEntry ( arg0 ) ; } else { int loc0 = getRealIndex ( arg0 - Hpack . STATIC_TABLE_LENGTH ) ; HeaderField loc1 = headerTable [ loc0 ] ; headerEmitter . emitHeader ( loc1 . name , loc1 . value , false ) ; } } |
20,469 | implementation only supports unix line-end format and is suitable for processing http and other network protocol communications . reads and writes a line of data . returns the number of bytes read/written . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] serialize concode_elem_sep Serializable deseri... | int function ( InputStream arg0 , OutputStream arg1 ) { } |
20,470 | remove the element in the hash set . returns true if the set contained the element , otherwise false . concode_field_sep Object PRESENT concode_elem_sep HashMap<E,Object> map concode_field_sep boolean contains concode_elem_sep int size concode_elem_sep boolean isEmpty concode_elem_sep void clear concode_elem_sep void p... | boolean function ( E arg0 ) { return map . remove ( arg0 ) == PRESENT ; } |
20,471 | sets the date of the beginning of autumn . concode_field_sep Calendar spring concode_elem_sep SeasonName name concode_elem_sep Calendar winter concode_elem_sep Calendar autumn concode_elem_sep Calendar summer concode_field_sep void setName concode_elem_sep Calendar getNextSeason concode_elem_sep SeasonName getName conc... | void function ( Calendar arg0 ) { this . autumn = arg0 ; } |
20,472 | sets the readable flag . concode_field_sep boolean readable concode_elem_sep boolean virtual concode_elem_sep Object defaultValue concode_elem_sep Number maxValue concode_elem_sep HmChannel channel concode_elem_sep String description concode_elem_sep boolean readOnly concode_elem_sep HmValueType type concode_elem_sep O... | void function ( boolean arg0 ) { this . readable = arg0 ; } |
20,473 | this method will return the current drop target for the control whether or not it was created using this service . concode_field_sep String MDT_KEY concode_elem_sep int secondaryOps concode_elem_sep int primaryOps concode_elem_sep Transfer[] primaryTransfers concode_elem_sep DropTargetListener secondaryListener concode... | DropTarget function ( Control arg0 ) { if ( arg0 == null ) return null ; Object loc0 = arg0 . getData ( DND . DROP_TARGET_KEY ) ; return ( DropTarget ) loc0 ; } |
20,474 | gets the progress completed message . if the completedmessageenabled attribute is set to false an empty string is returned . this ensure that the component will use its default completed message instead of the last entered custom message . concode_field_sep boolean progressMessageEnabled concode_elem_sep boolean interm... | String function ( ) { if ( completedMessageEnabled ) { return completedMessage ; } else { return "srini_string" ; } } |
20,475 | the email address of the sender of the bounced email . this is the address from which the bounce message will be sent . concode_field_sep String smtpReplyCode concode_elem_sep String sender concode_elem_sep String message concode_elem_sep String topicArn concode_elem_sep String statusCode concode_field_sep void setStat... | BounceAction function ( String arg0 ) { setSender ( arg0 ) ; return this ; } |
20,476 | factory method for creating a bitvector instance wrapping the given byte data . concode_field_sep int[] ODD_OFFSETS concode_elem_sep int m_Size concode_elem_sep byte[] m_Data concode_elem_sep boolean m_MSBAccess concode_elem_sep int[] STRAIGHT_OFFSETS concode_field_sep void setBytes concode_elem_sep void setBytes conco... | BitVector function ( byte [ ] arg0 ) { BitVector loc0 = new BitVector ( arg0 . length * 8 ) ; loc0 . setBytes ( arg0 ) ; return loc0 ; } |
20,477 | returns a content builder using json format org.elasticsearch.common.xcontent.xcontenttype #json . concode_field_sep int GUESS_HEADER_LENGTH concode_field_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder cborBuilder concode_elem_sep XContentBuilder cbor... | XContentBuilder function ( ) { return contentBuilder ( XContentType . JSON ) ; } |
20,478 | brings the ui in sync with the model . only needed when model was changed in different thread whil ui was lready created . concode_field_sep String fLabelText concode_elem_sep IDialogFieldListener fDialogFieldListener concode_elem_sep Label fLabel concode_elem_sep boolean fEnabled concode_field_sep Label getLabelContro... | void function ( ) { updateEnableState ( ) ; } |
20,479 | retrieves a stream to be used to write a stream of unicode characters to the clob value that this clob object represents , at position pos . concode_field_sep ClobDataID clob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep int setString concode_elem_sep int setString concod... | Writer function ( long arg0 ) { throw Util . notSupported ( ) ; } |
20,480 | returns the length of the word resulting from the stemming process . concode_field_sep int i_end concode_elem_sep char[] b concode_elem_sep int INC concode_elem_sep int i concode_elem_sep int j concode_elem_sep int k concode_field_sep void add concode_elem_sep void add concode_elem_sep void step6 concode_elem_sep void ... | int function ( ) { return i_end ; } |
20,481 | returns true if the line contains an `` status text '' field . concode_field_sep String ANSWERS_JSON_LINE concode_elem_sep String ANSWERS_JSON_IMAGE_DATA concode_elem_sep TextField mAdditionalText concode_elem_sep String ANSWERS_JSON_TEXT_TYPE concode_elem_sep ImageLine mSecondLine concode_elem_sep String ANSWERS_JSON_... | boolean function ( ) { return mStatusText != null ; } |
20,482 | returns the transport appropriate for this connection . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode_elem_sep... | Object function ( HttpEngine arg0 ) { return ( spdyConnection != null ) ? new SpdyTransport ( arg0 , spdyConnection ) : new HttpTransport ( arg0 , out , in ) ; } |
20,483 | sample_is_depended_on takes one of the following four values : 0 : the dependency of other samples on this sample is unknown ; 1 : other samples may depend on this one not disposable ; 2 : no other sample depends on this one disposable ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int ... | void function ( int arg0 ) { this . sampleIsDependedOn = arg0 ; } |
20,484 | return the red component of a color int . this is the same as saying color >> 16 & 0xff concode_field_sep int BLACK concode_elem_sep int LTGRAY concode_elem_sep int GREEN concode_elem_sep int YELLOW concode_elem_sep int BLUE concode_elem_sep int GRAY concode_elem_sep int DKGRAY concode_elem_sep HashMap<String,Integer> ... | int function ( int arg0 ) { return ( arg0 >> 16 ) & 0xFF ; } |
20,485 | ensures that this object is in the stopped state . if this object is in the running state , then this has the effect of adding to the total attribute the elapsed time since the last transition from stopped to running state and sets the running attribute to false . if this object is not in the running state , this call ... | void function ( ) { if ( running ) { total += System . currentTimeMillis ( ) - startTime ; running = false ; } } |
20,486 | sets the value of the arcrole property . concode_field_sep String role concode_elem_sep String xmlLang concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep String type concode_elem_sep String title concode_elem_sep String script concode_elem_sep List<JAXBElement<... | void function ( String arg0 ) { this . arcrole = arg0 ; } |
20,487 | returns original java.io.file concode_field_sep File myFile concode_field_sep VirtualFile getVirtualFile concode_elem_sep VirtualFile getVirtualFile concode_elem_sep boolean exists | File function ( ) { return myFile ; } |
20,488 | tests that after a trigger is set to finished , it reads back as finished . concode_field_sep PlaceHolder placeHolder concode_field_sep void testClearRecursively concode_elem_sep void testCopy | void function ( ) { FinishedTriggersProperties . verifyGetAfterSet ( FinishedTriggersSet . fromSet ( new HashSet < ExecutableTrigger < ? >> ( ) ) ) ; } |
20,489 | sets an ipentahorequestcontext for the current thread concode_field_sep String strategyName concode_elem_sep String MODE_INHERITABLETHREADLOCAL concode_elem_sep Log logger concode_elem_sep String SYSTEM_PROPERTY concode_elem_sep IPentahoRequestContextHolderStrategy strategy concode_elem_sep String MODE_GLOBAL concode_f... | void function ( IPentahoRequestContext arg0 ) { strategy . setRequestContext ( arg0 ) ; } |
20,490 | remove an agent identifier from the sniffed-agents slot collection of this object . concode_field_sep List sniffedAgents concode_elem_sep AID sniffer concode_elem_sep String password concode_field_sep Iterator getAllSniffedAgents concode_elem_sep void setPassword concode_elem_sep String getPassword concode_elem_sep AID... | boolean function ( AID arg0 ) { return sniffedAgents . remove ( arg0 ) ; } |
20,491 | specifies the thread pool size to use when async is true concode_field_sep boolean async concode_elem_sep String solverId concode_elem_sep String configFile concode_elem_sep int threadPoolSize concode_field_sep int getThreadPoolSize concode_elem_sep void setAsync concode_elem_sep void setSolverId concode_elem_sep boole... | void function ( int arg0 ) { this . threadPoolSize = arg0 ; } |
20,492 | determine if log level will be logged 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 void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e... | boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; } |
20,493 | returns the actions that can be performed . reply remove concode_field_sep VObjectEventSupport objectEventSupport_ concode_elem_sep Object DATE_PROPERTY concode_elem_sep Icon icon32_ concode_elem_sep WorkingEventSupport workingEventSupport_ concode_elem_sep ErrorEventSupport errorEventSupport_ concode_elem_sep Object F... | VAction [ ] function ( ) { return actions_ ; } |
20,494 | returns the name of this attribute . concode_field_sep Attribute ONKEYUP concode_elem_sep Attribute ALINK concode_elem_sep Attribute SELECTED concode_elem_sep Attribute MARGINHEIGHT concode_elem_sep Attribute ONMOUSEOVER concode_elem_sep Attribute DISABLED concode_elem_sep Attribute ACCEPT concode_elem_sep Attribute FO... | String function ( ) { return name . toString ( ) ; } |
20,495 | rqcookies can parse a query with empty cookie . concode_field_sep PlaceHolder placeHolder concode_field_sep void parsesHttpRequestWithMultipleCookies concode_elem_sep void parsesHttpQuery | void function ( ) { MatcherAssert . assertThat ( new RqCookies ( new RqFake ( Arrays . asList ( "srini_string" , "srini_string" , "srini_string" ) , "srini_string" ) ) . cookie ( "srini_string" ) , Matchers . emptyIterable ( ) ) ; } |
20,496 | append given basicblock id to the path . concode_field_sep String SYMBOLS concode_elem_sep int DEFAULT_CAPACITY concode_elem_sep int length concode_elem_sep int INVALID_HASH_CODE concode_elem_sep int[] blockIdList concode_elem_sep int cachedHashCode concode_field_sep void acceptVisitor concode_elem_sep void grow concod... | void function ( int arg0 ) { grow ( length ) ; blockIdList [ length ] = arg0 ; ++ length ; invalidate ( ) ; } |
20,497 | the generated key pair . concode_field_sep String certificatePem concode_elem_sep String certificateArn concode_elem_sep String certificateId concode_elem_sep KeyPair keyPair concode_field_sep void setCertificatePem concode_elem_sep void setCertificateArn concode_elem_sep String getCertificateId concode_elem_sep Create... | KeyPair function ( ) { return this . keyPair ; } |
20,498 | gets the value of the applicationid property . concode_field_sep Boolean displayOnBill concode_elem_sep Boolean immediateImpact concode_elem_sep String dealerCode concode_elem_sep List<PublicAddBANDollarAdjustmentRequestType.MemoParams> memoParams concode_elem_sep long serialVersionUID concode_elem_sep String storeId c... | String function ( ) { return applicationID ; } |
20,499 | called after a cloud has returned a plannednode , but before that node is necessarily ready for connection . concode_field_sep PlaceHolder placeHolder concode_field_sep ExtensionList<CloudProvisioningListener> all concode_elem_sep void onComplete concode_elem_sep void onFailure concode_elem_sep CauseOfBlockage canProvi... | void function ( Cloud arg0 , Label arg1 , Collection < NodeProvisioner . PlannedNode > arg2 ) { } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.