idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
40,000 | gets the joint index for this joint e.g. joint.head or joint.left _ hand concode_field_sep int KNEE concode_elem_sep int NUM_JOINTS concode_elem_sep int joint concode_elem_sep int LEFT concode_elem_sep int RIGHT concode_elem_sep int LEFT_HAND concode_elem_sep int LEFT_SHOULDER concode_elem_sep int LEFT_HIP concode_elem... | int function ( ) { return joint ; } |
40,001 | return the underlying target object . concode_field_sep boolean isResource concode_elem_sep Object target concode_field_sep boolean isResource | Object function ( ) { return target ; } |
40,002 | gets the value of the soctype property . concode_field_sep String socType concode_elem_sep String marketingDescription concode_elem_sep String soc concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal mrc concode_field_sep BigDecimal getMrc concode_elem_sep String getMar... | String function ( ) { return socType ; } |
40,003 | returns the fully qualified class name of the test concode_field_sep String mClassName concode_elem_sep String mTestName concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getTestName | String function ( ) { return mClassName ; } |
40,004 | set the context for javacpathfilemanager . concode_field_sep String classLoaderClass concode_elem_sep Charset charset concode_elem_sep SoftReference<CharBuffer> ref concode_elem_sep Log log concode_elem_sep String defaultEncodingName concode_elem_sep Map<JavaFileObject,ContentCacheEntry> contentCache concode_elem_sep B... | void function ( Context arg0 ) { log = Log . instance ( arg0 ) ; options = Options . instance ( arg0 ) ; classLoaderClass = options . get ( "srini_string" ) ; locations . update ( log , options , Lint . instance ( arg0 ) , FSInfo . instance ( arg0 ) ) ; } |
40,005 | returns the object in a string representation as indented xml output . concode_field_sep String TAG_OPTION concode_elem_sep String TAG_OPTIONS concode_elem_sep String ATT_TYPE concode_elem_sep XMLDocument m_XMLDocument concode_elem_sep String VAL_TYPE_HYPHENS concode_elem_sep String ATT_VALUE concode_elem_sep String DO... | String function ( ) { return getXMLDocument ( ) . toString ( ) ; } |
40,006 | making a beanfactory available is optional ; if not set , jmslistenerconfigurer beans wo n't get autodetected and an #setendpointregistry endpoint registry has to be explicitly configured . concode_field_sep Set<Class<?>> nonAnnotatedClasses concode_elem_sep String DEFAULT_JMS_LISTENER_CONTAINER_FACTORY_BEAN_NAME conco... | void function ( BeanFactory arg0 ) { this . beanFactory = arg0 ; if ( arg0 instanceof ConfigurableBeanFactory ) { this . embeddedValueResolver = new EmbeddedValueResolver ( ( ConfigurableBeanFactory ) arg0 ) ; } } |
40,007 | called whenver new request is started . concode_field_sep long mFailedRequests concode_elem_sep long mSuccessfulRequests concode_elem_sep long mSumOfWaitTime concode_elem_sep long mStartedRequests concode_elem_sep long mCancelledRequests concode_field_sep long getAverageWaitTime concode_elem_sep void reportCancellation... | void function ( ) { mStartedRequests ++ ; } |
40,008 | the maximum supported texture image units that can be used to access texture maps from the vertex shader . concode_field_sep int mMaxTextureSize concode_elem_sep int mMaxTextureImageUnits concode_elem_sep int mMaxCombinedTextureImageUnits concode_elem_sep int mMaxAliasedPointSize concode_elem_sep int mMaxFragmentUnifor... | int function ( ) { return mMaxVertexTextureImageUnits ; } |
40,009 | not implemented . this method only ever called from method in principalmanagerimpl and that method isnever called . concode_field_sep String anonymousId concode_elem_sep IUserRoleDao userRoleDao concode_elem_sep CredentialsStrategy adminCredentialsStrategy concode_elem_sep SpringSecurityRolePrincipal adminRolePrincipal... | PrincipalIterator function ( int arg0 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
40,010 | test of sd method , of class poisson . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testVar concode_elem_sep void testEntropy concode_elem_sep void testCdf concode_elem_sep void tearDownClass concode_elem_sep void testNpara concode_elem_sep void testQuantile concode_... | void function ( ) { System . out . println ( "srini_string" ) ; PoissonDistribution loc0 = new PoissonDistribution ( 3.5 ) ; loc0 . rand ( ) ; assertEquals ( Math . sqrt ( 3.5 ) , loc0 . sd ( ) , 1E-7 ) ; } |
40,011 | gets the value of the column with the given name . concode_field_sep Object[] values concode_elem_sep Table table concode_field_sep void copyTo concode_elem_sep String getStringValue concode_elem_sep List<Object> getValues concode_elem_sep boolean instanceofNumericType concode_elem_sep Table getTable concode_elem_sep v... | Object function ( final String arg0 ) { return this . getValue ( table . getColumn ( arg0 ) , null ) ; } |
40,012 | gets the start of the specified range segment , of -1 if this is a suffix range segment concode_field_sep List<Range> ranges concode_elem_sep long start concode_elem_sep long end concode_field_sep int getRanges concode_elem_sep ByteRange parse concode_elem_sep long getEnd concode_elem_sep long getEnd | long function ( int arg0 ) { return ranges . get ( arg0 ) . getStart ( ) ; } |
40,013 | gets the view data for views that match the specified table prefix . concode_field_sep PlaceHolder placeHolder concode_field_sep List<SchemaTableName> listTables concode_elem_sep boolean supportsMetadataDelete concode_elem_sep void createTable concode_elem_sep ColumnMetadata getColumnMetadata concode_elem_sep ColumnHan... | Map < SchemaTableName , ConnectorViewDefinition > function ( ConnectorSession arg0 , SchemaTablePrefix arg1 ) { return emptyMap ( ) ; } |
40,014 | this method is used to call a method of dao class to edit searched resolution based on search criteria concode_field_sep PlaceHolder placeHolder concode_field_sep List getFaultCodeList concode_elem_sep ResolutionVO viewResolutionCode concode_elem_sep boolean createResolution concode_elem_sep List searchResolution | boolean function ( ResolutionVO arg0 ) { boolean loc0 ; ResolutionDAO loc1 = new ResolutionDAO ( ) ; loc0 = loc1 . editResolution ( arg0 ) ; return loc0 ; } |
40,015 | prints a warning message . the message will be tagged with `` warning '' on the output so the caller does not need to put such a prefix in the format string . the output is done on system #out . this is displayed only if the logging com.android.common.utils.stdlogger.level is com.android.common.utils.stdlogger.level #w... | void function ( @ NonNull String arg0 , Object ... arg1 ) { if ( mLevel . mLevel > Level . WARNING . mLevel ) { return ; } String loc0 = String . format ( "srini_string" + arg0 , arg1 ) ; printMessage ( loc0 , System . out ) ; } |
40,016 | the total time merge io writes were throttled . concode_field_sep long totalBytesPerSecAutoThrottle concode_elem_sep XContentBuilderString TOTAL_DOCS concode_elem_sep XContentBuilderString CURRENT_SIZE_IN_BYTES concode_elem_sep XContentBuilderString CURRENT_DOCS concode_elem_sep XContentBuilderString TOTAL_THROTTLE_BYT... | TimeValue function ( ) { return new TimeValue ( totalThrottledTimeInMillis ) ; } |
40,017 | list of explanations involved by this allocationexplanation concode_field_sep DiscoveryNode node concode_elem_sep Map<ShardId,List<NodeExplanation>> explanations concode_elem_sep String description concode_elem_sep AllocationExplanation EMPTY concode_field_sep AllocationExplanation add concode_elem_sep DiscoveryNode no... | Map < ShardId , List < NodeExplanation >> function ( ) { return this . explanations ; } |
40,018 | sets the value of the transforms property . concode_field_sep TransformsType transforms concode_elem_sep String id concode_elem_sep String uri concode_field_sep TransformsType getTransforms concode_elem_sep void setURI concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep String getURI | void function ( TransformsType arg0 ) { this . transforms = arg0 ; } |
40,019 | 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 ) ; } |
40,020 | returns true if parceluuid is present in uuidarray concode_field_sep ParcelUuid PBAP_PCE concode_elem_sep ParcelUuid AvrcpTarget concode_elem_sep ParcelUuid AdvAudioDist concode_elem_sep ParcelUuid PBAP_PSE concode_elem_sep ParcelUuid Handsfree_AG concode_elem_sep ParcelUuid Hid concode_elem_sep ParcelUuid ObexObjectPu... | boolean function ( ParcelUuid [ ] arg0 , ParcelUuid arg1 ) { if ( ( arg0 == null || arg0 . length == 0 ) && arg1 == null ) return true ; if ( arg0 == null ) return false ; for ( ParcelUuid loc0 : arg0 ) { if ( loc0 . equals ( arg1 ) ) return true ; } return false ; } |
40,021 | this method prints out every button update change . concode_field_sep TrackerRemote tracker concode_elem_sep ButtonRemote button concode_elem_sep AnalogRemote analog concode_elem_sep String stationName concode_field_sep void trackerAccelerationUpdate concode_elem_sep void analogUpdate concode_elem_sep void trackerPosit... | void function ( ButtonRemote . ButtonUpdate arg0 , ButtonRemote arg1 ) { System . out . println ( this . stationName + "srini_string" + arg0 . arg1 + "srini_string" + arg0 . state ) ; } |
40,022 | tests this object for equality with an arbitrary object . concode_field_sep long serialVersionUID concode_elem_sep List lines concode_elem_sep HorizontalAlignment lineAlignment concode_field_sep void addLine concode_elem_sep void addLine concode_elem_sep void setLineAlignment concode_elem_sep float[] calculateOffsets c... | boolean function ( final Object arg0 ) { if ( arg0 == this ) { return true ; } if ( arg0 instanceof TextBlock ) { final TextBlock loc0 = ( TextBlock ) arg0 ; return this . lines . equals ( loc0 . lines ) ; } return false ; } |
40,023 | set tpclog after it has been rebuilt . concode_field_sep KVServer kvServer concode_elem_sep ThreadPool threadpool concode_elem_sep KVServer keyserver concode_elem_sep long slaveID concode_elem_sep Socket master concode_elem_sep KVMessage originalMessage concode_elem_sep boolean ignoreNext concode_elem_sep boolean abort... | void function ( TPCLog arg0 ) { this . tpcLog = arg0 ; } |
40,024 | the name of the api 's stage . concode_field_sep String basePath concode_elem_sep String stage concode_elem_sep String restApiId concode_field_sep String getBasePath concode_elem_sep UpdateBasePathMappingResult withStage concode_elem_sep int hashCode concode_elem_sep void setRestApiId concode_elem_sep boolean equals co... | String function ( ) { return this . stage ; } |
40,025 | create a new builder instance with a specific status . concode_field_sep Map<String,Object> details concode_elem_sep Status status concode_field_sep Builder withDetail concode_elem_sep Map<String,Object> getDetails concode_elem_sep Status getStatus concode_elem_sep Builder down concode_elem_sep Builder down concode_ele... | Builder function ( Status arg0 ) { return new Builder ( arg0 ) ; } |
40,026 | test a point for containment in this fixture . concode_field_sep org.jbox2d.dynamics.Fixture fixture concode_elem_sep Object userData concode_elem_sep Shape shape concode_elem_sep Filter filter concode_elem_sep Vec2 tmp concode_elem_sep Body body concode_field_sep float getRestitution concode_elem_sep Body getBody conc... | boolean function ( Vector2 arg0 ) { tmp . set ( arg0 . x , arg0 . y ) ; return fixture . testPoint ( tmp ) ; } |
40,027 | the properties for this processor . properties whose value is not set will only contain the property name . these properties are un marshalled differently since we need/want to control the ordering of the properties . the descriptors and metadata are used as a lookup when processing these properties . concode_field_sep... | Map < String , String > function ( ) { return properties ; } |
40,028 | getter atribut length . concode_field_sep char NULL concode_elem_sep char from concode_elem_sep Point pos concode_elem_sep int DEFAULT_LENGTH concode_elem_sep SnakeBody tail concode_elem_sep int length concode_elem_sep int worldsize concode_elem_sep char RIGHT concode_elem_sep SnakeBody head concode_elem_sep char to co... | int function ( ) { return length ; } |
40,029 | returns the font family name . concode_field_sep AttributedCharacterIterator.Attribute TEXT_COMPOUND_DELIMITER concode_elem_sep GVTFontFace fontFace concode_elem_sep Font font concode_field_sep GVTFont deriveFont concode_elem_sep GVTFont deriveFont concode_elem_sep GVTFontFace getFontFace | String function ( ) { return fontFace . getFamilyName ( ) ; } |
40,030 | mail to specialized person with attachments . concode_field_sep Logger log concode_elem_sep String defaultEncoding concode_elem_sep JavaMailSender mailSender concode_elem_sep String fromAddress concode_field_sep String getFromAddress concode_elem_sep void setFromAddress concode_elem_sep void sendHtml concode_elem_sep v... | void function ( String [ ] arg0 , String arg1 , String arg2 , File ... arg3 ) { send ( arg0 , arg1 , arg2 , true , true , arg3 ) ; } |
40,031 | add an array of attributes to this material . if the material already contains an attribute of the same type it is overwritten . concode_field_sep Array<Attribute> attributes concode_elem_sep boolean sorted concode_elem_sep long mask concode_field_sep long getMask concode_elem_sep int compare concode_elem_sep void clea... | void function ( final Iterable < Attribute > arg0 ) { for ( final Attribute loc0 : arg0 ) set ( loc0 ) ; } |
40,032 | returns the 3-digit status code . concode_field_sep int code concode_elem_sep String data concode_elem_sep String message concode_field_sep String getMessage concode_elem_sep String getData | int function ( ) { return code ; } |
40,033 | sets the version . concode_field_sep Boolean deleteFlag concode_elem_sep String createdBy concode_elem_sep String lastModifiedBy concode_elem_sep Date createdTimestamp concode_elem_sep long version concode_elem_sep Date lastModifiedTimestamp concode_elem_sep Boolean statusFlag concode_field_sep long getVersion concode_... | void function ( long arg0 ) { this . version = arg0 ; } |
40,034 | create category resource . concode_field_sep String META_INF concode_elem_sep String FIELDS_XML concode_field_sep Resource createResource concode_elem_sep Resource createDocument concode_elem_sep Resource createTemplate | Resource function ( String arg0 , Resource arg1 ) { return createResource ( arg0 , ResourceType . CATEGORY , arg1 ) ; } |
40,035 | sets the acknowledgement timeout concode_field_sep TimeValue ackTimeout concode_elem_sep TimeValue masterNodeTimeout concode_field_sep TimeValue ackTimeout concode_elem_sep T ackTimeout concode_elem_sep TimeValue masterNodeTimeout concode_elem_sep T masterNodeTimeout | T function ( TimeValue arg0 ) { this . ackTimeout = arg0 ; return ( T ) this ; } |
40,036 | like add stats but min , max , and avg are all equal . concode_field_sep int min concode_elem_sep int max concode_elem_sep int avg concode_elem_sep int num concode_field_sep void merge concode_elem_sep void merge concode_elem_sep Stats create concode_elem_sep String toString concode_elem_sep void dump | void function ( int arg0 ) { min += arg0 ; avg += arg0 ; max += arg0 ; num = 1 ; } |
40,037 | return whether this holder 's resource should be released before transaction completion true or rather after transaction completion false . note that resources will only be released when they are unbound from the thread #shouldunbindatcompletion . the default implementation returns true . concode_field_sep H resourceHo... | boolean function ( ) { return true ; } |
40,038 | reads new input data into the buffer . call only with pos == end or end == -1 , depending on the desired outcome if the function throws . concode_field_sep Charset charset concode_elem_sep byte[] buf concode_elem_sep InputStream in concode_elem_sep int pos concode_elem_sep byte LF concode_elem_sep byte CR concode_elem_... | void function ( ) { int loc0 = in . read ( buf , 0 , buf . length ) ; if ( loc0 == - 1 ) { throw new EOFException ( ) ; } pos = 0 ; end = loc0 ; } |
40,039 | get the number of bytes required to encode this message . returns the cached size or calls getserializedsize which sets the cached size . this is used internally when serializing so the size is only computed once . if a member is modified then this could be stale call getserializedsize if in doubt . concode_field_sep i... | int function ( ) { if ( cachedSize < 0 ) { getSerializedSize ( ) ; } return cachedSize ; } |
40,040 | get unix style date string . concode_field_sep long SIX_MONTHS concode_elem_sep List<String> MONTHS concode_field_sep placeholderType placeHolder | String function ( FileTime arg0 ) { return getUnixDate ( ( arg0 != null ) ? arg0 . toMillis ( ) : - 1L ) ; } |
40,041 | returns an unmodifable list of packet interceptors that are related to the specified username . concode_field_sep XMPPServer server concode_elem_sep Logger Log concode_elem_sep InterceptorManager instance concode_elem_sep List<PacketInterceptor> globalInterceptors concode_elem_sep Map<String,List<PacketInterceptor>> us... | List < PacketInterceptor > function ( String arg0 ) { List < PacketInterceptor > loc0 = usersInterceptors . get ( arg0 ) ; if ( loc0 == null ) { return Collections . emptyList ( ) ; } else { return Collections . unmodifiableList ( loc0 ) ; } } |
40,042 | returns the singleton instance of routingmanager , creating it if necessary . concode_field_sep String UPDATE_RULE_POSITION concode_elem_sep RoutingManager singleton concode_elem_sep Logger Log concode_elem_sep Comparator<RoutingRule> positionComparator concode_elem_sep Comparator<RequestQueue> queueComparator concode_... | RoutingManager function ( ) { return singleton ; } |
40,043 | this method sets the error index to the specified value . concode_field_sep int error_index concode_elem_sep int index concode_field_sep int getIndex concode_elem_sep void setIndex concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int getErrorIndex | void function ( int arg0 ) { this . error_index = arg0 ; } |
40,044 | sets the value of the characterreplace property . concode_field_sep SubstringConversionFormatterDetails substringConversion concode_elem_sep SubstringExtractFormatterDetails substringExtract concode_elem_sep CharacterReplaceFormatterDetails characterReplace concode_elem_sep SubstringReplaceFormatterDetails substringRep... | void function ( CharacterReplaceFormatterDetails arg0 ) { this . characterReplace = arg0 ; } |
40,045 | gets the value of the visible property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Langs langs concode_elem_sep String style concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String label concode_elem_sep Integer position... | boolean function ( ) { return visible ; } |
40,046 | specifies the tag key associated with the result . concode_field_sep String metric concode_elem_sep String tagValue concode_elem_sep String scope concode_elem_sep String namespace concode_elem_sep String tagKey concode_field_sep void setMetric concode_elem_sep String getNamespace concode_elem_sep String getTagValue con... | void function ( String arg0 ) { this . tagKey = arg0 ; } |
40,047 | call directly from client such as hbase shell concode_field_sep int storefileSizeMB concode_elem_sep long currentCompactedKVs concode_elem_sep int storefiles concode_elem_sep int storefileIndexSizeMB concode_elem_sep int totalStaticIndexSizeKB concode_elem_sep long writeRequestsCount concode_elem_sep long readRequestsC... | ReplicationLoadSink function ( ) { if ( serverLoad . hasReplLoadSink ( ) ) { return ProtobufUtil . toReplicationLoadSink ( serverLoad . getReplLoadSink ( ) ) ; } else { return null ; } } |
40,048 | gets the value of the scale property . concode_field_sep ScaleType scale concode_elem_sep List<String> nilReason concode_field_sep List<String> getNilReason concode_elem_sep void setScale | ScaleType function ( ) { return scale ; } |
40,049 | returns true if the given . jar file exists and contains the given class . concode_field_sep Logger LOG concode_field_sep boolean containsEntry concode_elem_sep String getJarAttribute concode_elem_sep String getJarAttribute concode_elem_sep String getJarAttributeImpl concode_elem_sep Properties loadProperties | boolean function ( @ NotNull File arg0 , String arg1 ) { String loc0 = arg1 . replace ( '.' , '/' ) + "srini_string" ; return containsEntry ( arg0 , loc0 ) ; } |
40,050 | calls ispreformatted for the corresponding html tag and returns the obtained value . concode_field_sep boolean fictional concode_elem_sep HTML.Tag tag concode_elem_sep Element element concode_field_sep HTML.Tag getHTMLTag concode_elem_sep boolean breaksFlow concode_elem_sep Element getElement concode_elem_sep boolean f... | boolean function ( ) { return tag . isPreformatted ( ) ; } |
40,051 | returns the offset for a visited object , or -1 if never visited . concode_field_sep int[] offsets concode_elem_sep Object PROHIBIT_REF_OBJECT concode_elem_sep Object[] objects concode_elem_sep int nextIndex concode_elem_sep int INIT_LEN concode_elem_sep int PRI_KEY_VISITED_OFFSET concode_elem_sep int PROHIBIT_REF_OFFS... | int function ( Object arg0 ) { for ( int loc0 = 0 ; loc0 < nextIndex ; loc0 += 1 ) { if ( objects [ loc0 ] == arg0 ) { return offsets [ loc0 ] ; } } return - 1 ; } |
40,052 | returns the position of this buffer . concode_field_sep int UNSET_MARK concode_elem_sep int limit concode_elem_sep int position concode_elem_sep int mark concode_elem_sep int capacity concode_field_sep boolean isReadOnly concode_elem_sep Buffer rewind concode_elem_sep boolean hasRemaining concode_elem_sep Buffer clear ... | int function ( ) { return position ; } |
40,053 | returns a hash code value for the object . concode_field_sep String name concode_elem_sep Rotation CLOCKWISE concode_elem_sep double factor concode_elem_sep long serialVersionUID concode_elem_sep Rotation ANTICLOCKWISE concode_field_sep Object readResolve concode_elem_sep boolean equals concode_elem_sep String toString... | int function ( ) { final long loc0 = Double . doubleToLongBits ( this . factor ) ; return ( int ) ( loc0 ^ ( loc0 >>> 32 ) ) ; } |
40,054 | get all the recipes as a list ; load the recipes if necessary . concode_field_sep List<CraftingRecipe> recipes concode_elem_sep Plugin plugin concode_field_sep void removeRecipe concode_elem_sep void removeRecipe concode_elem_sep void addRecipe concode_elem_sep void removeAll concode_elem_sep void load concode_elem_sep... | List < CraftingRecipe > function ( ) { if ( recipes == null ) load ( ) ; return recipes ; } |
40,055 | this is silly , but our content provider has to serve content : uris as file/filedescriptors using contentprovider.openassetfile , this is a limitation of the streamloader that is used by the webview . so , we handle this by writing the file to disk , and returning a file pointer to it . concode_field_sep String TAG co... | File function ( String arg0 ) { return new File ( mStorageDirectory . toString ( ) + File . separator + arg0 ) ; } |
40,056 | returns an any classtag typed according to the java compiler as c. concode_field_sep PlaceHolder placeHolder concode_field_sep scala.Function0<scala.concurrent.Future<A>> asScalaWithFuture concode_elem_sep T[] asArray concode_elem_sep scala.collection.Seq<T> emptySeq concode_elem_sep RuntimeException noMatch concode_el... | scala . reflect . ClassTag < C > function ( ) { return ( scala . reflect . ClassTag < C > ) scala . reflect . ClassTag$ . MODULE$ . Any ( ) ; } |
40,057 | retrieves the wildcard mask for the netmask of this subnet concode_field_sep int maskedNetwork concode_elem_sep int prefix concode_elem_sep long serialVersionUID concode_elem_sep InetSubnet IPV4_ADDRESS_SPACE concode_elem_sep InetAddress network concode_elem_sep int mask concode_field_sep int getPrefix concode_elem_sep... | InetAddress function ( ) { recache ( ) ; return IpHelper . ntoa ( ~ this . mask ) ; } |
40,058 | get the size of the asset the original rendition . concode_field_sep Long ONE_MILLION concode_elem_sep int ELLIPSE_LENGTH concode_elem_sep int MAX_EXCERPT_LENGTH concode_elem_sep String DAM_THUMBNAIL concode_field_sep long getLastModified concode_elem_sep long getLastModified concode_elem_sep long getLastModified conco... | long function ( final Asset arg0 ) { final Rendition loc0 = arg0 . getOriginal ( ) ; if ( loc0 == null ) { return 0 ; } return loc0 . getSize ( ) ; } |
40,059 | sets a new identification for this whiteboardshape concode_field_sep WhiteboardPoint modifyPoint concode_elem_sep int thickness concode_elem_sep String id concode_elem_sep Color color concode_elem_sep float opacity concode_elem_sep boolean selected concode_field_sep int getThickness concode_elem_sep void setThickness c... | void function ( String arg0 ) { this . id = arg0 ; } |
40,060 | checks if the given position is start one for html tag . concode_field_sep int line concode_elem_sep int column concode_elem_sep List<HtmlTag> tags concode_field_sep HtmlTag nextTag concode_elem_sep void add concode_elem_sep void parseTags concode_elem_sep Point skipHtmlComment concode_elem_sep String getTagId concode_... | boolean function ( String [ ] arg0 , Point arg1 ) { final int loc0 = arg1 . getColumnNo ( ) + 1 ; final String loc1 = arg0 [ arg1 . getLineNo ( ) ] ; return loc0 < loc1 . length ( ) && ( Character . isJavaIdentifierStart ( loc1 . charAt ( loc0 ) ) || loc1 . charAt ( loc0 ) == '/' ) || loc0 >= loc1 . length ( ) ; } |
40,061 | convenience method to clear a passed arraylist basically clones the functionality of a vector.removeall concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem... | ArrayList function ( ArrayList arg0 ) { for ( int loc0 = 0 , loc1 = arg0 . size ( ) ; loc0 < loc1 ; loc0 ++ ) { arg0 . remove ( 0 ) ; } return ( arg0 ) ; } |
40,062 | returns a url with the hostname and port of the origin server . the path , query , and fragment of this url are always empty , since they are not significant for planning a route . concode_field_sep ProxySelector proxySelector concode_elem_sep Proxy proxy concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_... | HttpUrl function ( ) { return url ; } |
40,063 | parse option value , if any . concode_field_sep String name concode_elem_sep String alias concode_elem_sep boolean required concode_elem_sep boolean used concode_elem_sep String aliases[] concode_elem_sep String description concode_field_sep String help concode_elem_sep String toString concode_elem_sep String join conc... | int function ( int arg0 , String arg1 [ ] ) { used = true ; return 1 ; } |
40,064 | set the value of the object . in the constructor , we do n't want to notify the model , since that can cause an infinite loop if the object refers to itself . also , notification is intended for changes to existing nodes . concode_field_sep String m_typeName concode_elem_sep DefaultTreeModel m_model concode_elem_sep St... | void function ( Value arg0 , boolean arg1 ) { int loc0 = getChildCount ( ) ; if ( arg0 != null ) m_type = arg0 . type ( ) ; else m_type = null ; valueChanged ( arg0 ) ; if ( arg1 ) handleChildChange ( loc0 ) ; } |
40,065 | get the default synapse service name concode_field_sep String C_T_CORE concode_elem_sep String TRANSPORT_LISTENER_SHUTDOWN_WAIT_TIME concode_elem_sep int IO_WORKER_COUNT concode_elem_sep String ERROR_HANDLER_T_MAX concode_elem_sep String REST_URI_API_REGEX concode_elem_sep String C_T_MAX concode_elem_sep String C_IO_WO... | String function ( ) { if ( nhttpDefaultServiceName == null ) { nhttpDefaultServiceName = getStringValue ( "srini_string" , "srini_string" ) ; } return nhttpDefaultServiceName ; } |
40,066 | attempt to close an outputstream . concode_field_sep boolean trace concode_elem_sep Log log concode_elem_sep int DEFAULT_BUFFER_SIZE concode_field_sep boolean flush concode_elem_sep boolean flush concode_elem_sep boolean fclose concode_elem_sep boolean fclose concode_elem_sep long copyb concode_elem_sep long copy conco... | boolean function ( final OutputStream arg0 ) { if ( arg0 == null ) { return true ; } boolean loc0 = true ; try { arg0 . close ( ) ; } catch ( IOException loc1 ) { loc0 = false ; } return loc0 ; } |
40,067 | sets a as the default authenticator . it will be called wheneverthe realm that the url is pointing to requires authorization . concode_field_sep String protocol concode_elem_sep RequestorType rt concode_elem_sep String scheme concode_elem_sep int port concode_elem_sep String host concode_elem_sep InetAddress addr conco... | void function ( Authenticator arg0 ) { thisAuthenticator = arg0 ; } |
40,068 | gets the prefix name . concode_field_sep int extensionLevel concode_elem_sep PdfDeveloperExtension ADOBE_1_7_EXTENSIONLEVEL3 concode_elem_sep PdfName prefix concode_elem_sep PdfDeveloperExtension ESIC_1_7_EXTENSIONLEVEL5 concode_elem_sep PdfDeveloperExtension ESIC_1_7_EXTENSIONLEVEL2 concode_elem_sep PdfName baseversio... | PdfName function ( ) { return prefix ; } |
40,069 | returns the registered pojo types . concode_field_sep Map<Class<?>,Serializer<?>> registeredKryoSerializers concode_elem_sep boolean forceKryo concode_elem_sep int numberOfExecutionRetries concode_elem_sep Set<Class<?>> registeredKryoTypes concode_elem_sep boolean useClosureCleaner concode_elem_sep String CONFIG_KEY co... | Set < Class < ? >> function ( ) { return registeredPojoTypes ; } |
40,070 | tests at.or.vogt.oe1downloader.main #getjsonpathprefix . concode_field_sep Logger logger concode_field_sep void testDoDownloads concode_elem_sep void testProcessCommandline concode_elem_sep void testGetTargetDirectory concode_elem_sep void testGetDownloadService concode_elem_sep void testShowUsage | void function ( ) { final String methodname = "srini_string" ; logger . info ( methodname + "srini_string" ) ; final Main dut = new Main ( ) ; final String jsonPathPrefix = dut . getJsonPathPrefix ( ) ; Assert . assertNotNull ( jsonPathPrefix ) ; logger . info ( methodname + "srini_string" , jsonPathPrefix ) ; } |
40,071 | retrieve the named overlay map . concode_field_sep SortedSet<DecideRuledSheetAssociation> ruleAssociations concode_elem_sep Logger logger concode_elem_sep BeanFactory beanFactory concode_elem_sep NavigableMap<String,List<String>> sheetNamesBySurt concode_elem_sep Map<String,Sheet> sheetsByName concode_field_sep Object ... | Map < String , Object > function ( String arg0 ) { Sheet loc0 = sheetsByName . get ( arg0 ) ; if ( loc0 != null ) { return loc0 . getMap ( ) ; } else { return null ; } } |
40,072 | create a route for the given method and path pattern . concode_field_sep Method actionMethod concode_elem_sep String method concode_elem_sep Pattern paramExtractor concode_elem_sep List<Route> routes concode_elem_sep String name concode_elem_sep PathBindable<?> pathBindable concode_elem_sep Object action concode_elem_s... | PathPatternMatcher function ( String arg0 , String arg1 ) { return new PathPatternMatcher ( arg0 , arg1 ) ; } |
40,073 | sets a double value in the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putLong concode_elem_... | E function ( final String arg0 , final double arg1 ) { this . bundle . putDouble ( arg0 , arg1 ) ; return ( E ) this ; } |
40,074 | set the jndi template to use for jndi lookups . you can also specify jndi environment settings via `` jndienvironment '' . concode_field_sep JndiTemplate jndiTemplate concode_elem_sep Log logger concode_field_sep JndiTemplate getJndiTemplate concode_elem_sep Properties getJndiEnvironment concode_elem_sep void setJndiEn... | void function ( JndiTemplate arg0 ) { this . jndiTemplate = ( arg0 != null ? arg0 : new JndiTemplate ( ) ) ; } |
40,075 | get the context position the position of the context item concode_field_sep CollationMap collationMap concode_elem_sep Configuration config concode_field_sep ParameterSet getLocalParameters concode_elem_sep Item getContextItem concode_elem_sep SequenceReceiver getReceiver concode_elem_sep void setCurrentIterator concod... | int function ( ) { XPathException loc0 = new XPathException ( "srini_string" ) ; loc0 . setErrorCode ( "srini_string" ) ; throw loc0 ; } |
40,076 | validate token created by controller.createtoken . concode_field_sep boolean invalid concode_elem_sep String emailAddressPattern concode_elem_sep Controller controller concode_elem_sep ActionInvocation invocation concode_elem_sep String datePattern concode_elem_sep boolean shortCircuit concode_field_sep void addError c... | void function ( String arg0 , T arg1 ) { if ( controller . validateToken ( ) == false ) addError ( arg0 , arg1 ) ; } |
40,077 | sets the value of the gradfill property . concode_field_sep CTPatternFillProperties pattFill concode_elem_sep CTNoFillProperties noFill concode_elem_sep CTBlipFillProperties blipFill concode_elem_sep CTGradientFillProperties gradFill concode_elem_sep CTSolidColorFillProperties solidFill concode_elem_sep CTGroupFillProp... | void function ( CTGradientFillProperties arg0 ) { this . gradFill = arg0 ; } |
40,078 | get the locale object that is being used . concode_field_sep Locale m_locale concode_elem_sep String m_resourceBundleName concode_elem_sep ListResourceBundle m_resourceBundle concode_field_sep String createMessage concode_elem_sep ListResourceBundle getResourceBundle concode_elem_sep ListResourceBundle loadResourceBund... | Locale function ( ) { return m_locale ; } |
40,079 | log a warn message with an associated throwable . concode_field_sep int LEVEL_WARN concode_elem_sep int level concode_elem_sep int LEVEL_FATAL concode_elem_sep String LEVEL_INFO_STR concode_elem_sep String LEVEL_TRACE_STR concode_elem_sep int LEVEL_TRACE concode_elem_sep int LEVEL_NONE concode_elem_sep int LEVEL_ERROR ... | void function ( final Object arg0 , final Throwable arg1 ) { output ( LEVEL_WARN , LEVEL_WARN_STR , arg0 , arg1 ) ; } |
40,080 | helper method to configure authorization endpoint of the first oauth found in the apiauthorizations there should be only one concode_field_sep Map<String,RequestInterceptor> apiAuthorizations concode_elem_sep Feign.Builder feignBuilder concode_elem_sep ObjectMapper objectMapper concode_elem_sep String basePath concode_... | AuthenticationRequestBuilder function ( ) { for ( RequestInterceptor loc0 : apiAuthorizations . values ( ) ) { if ( loc0 instanceof OAuth ) { OAuth loc1 = ( OAuth ) loc0 ; return loc1 . getAuthenticationRequestBuilder ( ) ; } } return null ; } |
40,081 | gets the value of the billcycleenddate property . concode_field_sep String serviceType concode_elem_sep String featureCode concode_elem_sep Double totalChargeAmount concode_elem_sep String soc concode_elem_sep long serialVersionUID concode_elem_sep String billCycleEndDate concode_elem_sep String billCycleStartDate conc... | String function ( ) { return billCycleEndDate ; } |
40,082 | sets the value of the pathtype property . concode_field_sep String path concode_elem_sep String id concode_elem_sep String pathType concode_field_sep String getPath concode_elem_sep void setId concode_elem_sep void setPath concode_elem_sep String getId concode_elem_sep String getPathType | void function ( String arg0 ) { this . pathType = arg0 ; } |
40,083 | make #run return the output of operation . this method is a shorthand for fetch operation , 0 concode_field_sep List<Tensor> outputs concode_elem_sep byte[] metadata concode_elem_sep long nativeHandle concode_elem_sep byte[] runOptions concode_elem_sep Graph.Reference graphRef concode_elem_sep int numActiveRuns concode... | Runner function ( String arg0 ) { return fetch ( arg0 , 0 ) ; } |
40,084 | add a new transition to the pta . concode_field_sep Transition next concode_elem_sep ArrayList<Object> locationNames concode_elem_sep PTAParser parser concode_elem_sep List<String> alphabet concode_elem_sep Iterator<Transition> it concode_elem_sep ArrayList<ArrayList<Transition>> transitions concode_elem_sep int numLoc... | Transition function ( int arg0 , String arg1 ) { if ( arg1 == null ) arg1 = "srini_string" ; Transition loc0 = new Transition ( this , arg0 , arg1 ) ; ArrayList < Transition > loc1 = transitions . get ( arg0 ) ; loc1 . add ( loc0 ) ; numTransitions ++ ; return loc0 ; } |
40,085 | called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } |
40,086 | return the `` default '' model created at instantiation . in general it is recommended to use #getmodel instead whichreturns either the `` default '' model template rendering or the `` redirect '' model redirect url preparation . use of this method may be needed for advanced cases when access to the `` default '' model... | ModelMap function ( ) { return this . defaultModel ; } |
40,087 | returns the components till the given index as a name . the returned name can be modified without changing the original . concode_field_sep long serialVersionUID concode_elem_sep int length concode_elem_sep int from concode_elem_sep int nxt concode_elem_sep int hash concode_elem_sep String[] content concode_field_sep N... | Name function ( int arg0 ) { return new GnuName ( content , from , arg0 ) ; } |
40,088 | get the full path name of the source file with directory . concode_field_sep int DEFAULT_SIZE concode_elem_sep int lastSeen concode_elem_sep int numLines concode_elem_sep int offset concode_elem_sep byte[] data concode_elem_sep int[] lineNumberMap concode_elem_sep SourceFile sourceFile concode_elem_sep SourceFileDataSo... | String function ( ) { return dataSource . getFullFileName ( ) ; } |
40,089 | gets the num int protos . concode_field_sep int PROTOS_PER_PROTO_SET concode_elem_sep int PRUNER_Y concode_elem_sep int PRUNER_ANGLE concode_elem_sep int PRUNER_X concode_elem_sep BitSet ProtoPruner[][] concode_elem_sep int WERDS_PER_PP_VECTOR concode_elem_sep int NUM_PP_BUCKETS concode_elem_sep LearntFeature Protos[] ... | int function ( ) { return this . nIntProtos ; } |
40,090 | metoda obavlja konkatenaciju dva niza . concode_field_sep int offset concode_elem_sep char[] data concode_elem_sep int length concode_field_sep char[] toCharArray concode_elem_sep boolean contains concode_elem_sep CString left concode_elem_sep int length concode_elem_sep boolean endsWith concode_elem_sep String toStrin... | CString function ( CString arg0 ) { int loc0 = arg0 . length + this . length ; char [ ] loc1 = new char [ loc0 ] ; for ( int loc2 = 0 ; loc2 < this . length ; loc2 ++ ) { loc1 [ loc2 ] = this . data [ offset + loc2 ] ; } for ( int loc2 = 0 ; loc2 < arg0 . length ; loc2 ++ ) { loc1 [ loc2 + this . length ] = arg0 . data... |
40,091 | parse a double concode_field_sep char[] WHITE_SPACE concode_field_sep float parseFloat concode_elem_sep float parseFloat concode_elem_sep int findWhiteSpace concode_elem_sep String[] splitByDelimiters concode_elem_sep String removeChars concode_elem_sep String[] splitByChars concode_elem_sep String[] splitByCharsFrom c... | double function ( String arg0 , int arg1 , int arg2 ) { return CharScanner . parseDouble ( FastStringUtils . toCharArray ( arg0 ) , arg1 , arg2 ) ; } |
40,092 | gets the value of the latestversion property . concode_field_sep String latestVersion concode_elem_sep String earliestVersion concode_elem_sep long serialVersionUID concode_elem_sep String value concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep String getValue concode_elem_sep void se... | String function ( ) { return latestVersion ; } |
40,093 | return the blocks that belong to the given rdd stored in this block manager . concode_field_sep PlaceHolder placeHolder concode_field_sep scala.collection.mutable.HashMap<java.lang.Object,scala.Tuple4<java.lang.Object,java.lang.Object,java.lang.Object,org.apache.spark.storage.StorageLevel>> _rddStorageInfo concode_elem... | scala . collection . Map < org . apache . spark . storage . BlockId , org . apache . spark . storage . BlockStatus > function ( int arg0 ) { throw new RuntimeException ( ) ; } |
40,094 | property on which to sort concode_field_sep boolean customExpression concode_elem_sep boolean desc concode_elem_sep String property concode_elem_sep long serialVersionUID concode_elem_sep boolean ignoreCase concode_field_sep String getProperty concode_elem_sep Sort asc concode_elem_sep Sort asc concode_elem_sep void se... | void function ( String arg0 ) { this . property = arg0 ; } |
40,095 | creates a drill connection for avatica in terms of avatica types . this implementation delegates to #newdrillconnection driverimpl , drillfactory , string , properties . concode_field_sep int major concode_elem_sep int minor concode_field_sep int getJdbcMinorVersion concode_elem_sep int getJdbcMajorVersion concode_elem... | AvaticaConnection function ( UnregisteredDriver arg0 , AvaticaFactory arg1 , String arg2 , Properties arg3 ) { return newDrillConnection ( ( DriverImpl ) arg0 , ( DrillFactory ) arg1 , arg2 , arg3 ) ; } |
40,096 | register runnable to be invoked when all given child view ids are checked/unchecked concode_field_sep View view concode_elem_sep FindWrapper wrapper concode_elem_sep Window window concode_field_sep CompoundButton compoundButton concode_elem_sep View onClick concode_elem_sep View onClick concode_elem_sep void onClick co... | void function ( final Runnable arg0 , final int ... arg1 ) { onCheck ( new OnCheckedChangeListener ( ) { public void onCheckedChanged ( CompoundButton arg2 , boolean arg3 ) { arg0 . run ( ) ; } } , arg1 ) ; } |
40,097 | retrieves the common sys session . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep Session getSysSessionForScript concode_elem_sep Session newSysSession conco... | Session function ( String arg0 , User arg1 ) { sysSession . currentSchema = sysSession . database . schemaManager . getSchemaHsqlName ( arg0 ) ; sysSession . isProcessingScript = false ; sysSession . isProcessingLog = false ; sysSession . setUser ( arg1 ) ; return sysSession ; } |
40,098 | gets the height value for this size . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep int width concode_elem_sep boolean __hashCodeCalc concode_elem_sep long id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int height concode_field_sep org.apache.axis.description.TypeD... | int function ( ) { return height ; } |
40,099 | checks whether an element exist in this queue . concode_field_sep int maxCapacity concode_elem_sep AtomicInteger writeBehindQueueItemCounter concode_elem_sep WriteBehindQueue<E> queue concode_field_sep void addLast concode_elem_sep int size concode_elem_sep void getFrontByNumber concode_elem_sep void clear concode_elem... | boolean function ( E arg0 ) { return queue . contains ( arg0 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.