idx int64 0 25k | question stringlengths 68 5.14k | target stringlengths 20 503 |
|---|---|---|
6,900 | sets the connection registry concode_field_sep Executor sendPayloadExecutor concode_elem_sep MetaDataKey<WebSocketSettings> KEY concode_elem_sep IWebSocketConnectionRegistry connectionRegistry concode_elem_sep IWebSocketConnectionFilter connectionFilter concode_elem_sep Executor webSocketPushMessageExecutor concode_fie... | WebSocketSettings function ( IWebSocketConnectionRegistry arg0 ) { Args . notNull ( arg0 , "srini_string" ) ; this . connectionRegistry = arg0 ; return this ; } |
6,901 | allowed values of the header when its an enum type concode_field_sep String arrayType concode_elem_sep List<String> allowableValues concode_elem_sep RestOperationResponseMsgDefinition response concode_elem_sep String dataType concode_elem_sep String name concode_elem_sep String description concode_elem_sep CollectionFo... | RestOperationResponseHeaderDefinition function ( List < String > arg0 ) { setAllowableValues ( arg0 ) ; return this ; } |
6,902 | creates a tranformation from a set of three control vectors . a control vector consists of a source point and a destination point , which is the image of the source point under the desired transformation . three control vectors allows defining a fully general affine transformation . concode_field_sep PlaceHolder placeH... | AffineTransformation function ( Coordinate arg0 , Coordinate arg1 , Coordinate arg2 , Coordinate arg3 , Coordinate arg4 , Coordinate arg5 ) { AffineTransformationBuilder loc0 = new AffineTransformationBuilder ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 ) ; return loc0 . getTransformation ( ) ; } |
6,903 | the attribute key . concode_field_sep String value concode_elem_sep String key concode_field_sep String getValue concode_elem_sep Attribute withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep Attribute clone concode_elem_sep String toString concode_ele... | String function ( ) { return this . key ; } |
6,904 | returns the left member of the pair concode_field_sep S left concode_elem_sep T right concode_elem_sep long serialVersionUID concode_field_sep T getRight concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean safeEquals concode_elem_sep String toString concode_elem_sep int compareTo | S function ( ) { return left ; } |
6,905 | determine if sd card exists . concode_field_sep String LOG_TAG concode_field_sep File constructFilePaths concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep boolean testFileExists concode_elem_sep long getFreeSpaceInBytes | boolean function ( ) { String loc0 = Environment . getExternalStorageState ( ) ; boolean loc1 ; if ( loc0 . equals ( Environment . MEDIA_MOUNTED ) ) { loc1 = true ; } else { loc1 = false ; } return loc1 ; } |
6,906 | provides the name of the db parameter group . returns a reference to this object so that method calls can be chained together . concode_field_sep String dBParameterGroupFamily concode_elem_sep String dBParameterGroupName concode_elem_sep String description concode_field_sep String getDBParameterGroupName concode_elem_s... | DBParameterGroup function ( String arg0 ) { this . dBParameterGroupName = arg0 ; return this ; } |
6,907 | returns the user uuid 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_se... | java . lang . String function ( ) { return _kaleoTask . getUserUuid ( ) ; } |
6,908 | a list of image layer objects corresponding to the image layer references in the request . concode_field_sep java.util.List<LayerFailure> failures concode_elem_sep java.util.List<Layer> layers concode_field_sep void setLayers concode_elem_sep BatchCheckLayerAvailabilityResult withFailures concode_elem_sep BatchCheckLay... | java . util . List < Layer > function ( ) { return layers ; } |
6,909 | create a deep copy of the given sort definition , for use as state holder to compare a modified sort definition against . default implementation creates a mutablesortdefinition instance . can be overridden in subclasses , in particular in case of custom extensions to the sortdefinition interface . is allowed to return ... | SortDefinition function ( SortDefinition arg0 ) { return new MutableSortDefinition ( arg0 ) ; } |
6,910 | reset the wasused flag concode_field_sep long lastValue concode_elem_sep long currValue concode_elem_sep int dataType concode_elem_sep HsqlName name concode_elem_sep long increment concode_elem_sep long startValue concode_field_sep long getValue concode_elem_sep long getValue concode_elem_sep HsqlName getName concode_e... | void function ( ) { lastValue = currValue ; } |
6,911 | create a request to invoke the method of this object , specifying context list and the list of the expected exception . concode_field_sep Delegate delegate concode_field_sep boolean _is_equivalent concode_elem_sep int _hash concode_elem_sep boolean _is_a concode_elem_sep ServantObject _servant_preinvoke concode_elem_se... | Request function ( Context arg0 , String arg1 , NVList arg2 , NamedValue arg3 , ExceptionList arg4 , ContextList arg5 ) { return delegate . create_request ( this , arg0 , arg1 , arg2 , arg3 , arg4 , arg5 ) ; } |
6,912 | gets the value of the denialsininterval property . concode_field_sep RouterListenerPortProtocol portProtocolReported concode_elem_sep Integer portReported concode_elem_sep RouterListenerPortStatus portStatus concode_elem_sep Integer denialsInInterval concode_elem_sep XMLGregorianCalendar timestampUTC concode_elem_sep I... | Integer function ( ) { return denialsInInterval ; } |
6,913 | get the data content of this data url as string in the specified charset . no base64 encoding is performed in this method . concode_field_sep IMimeType m_aMimeType concode_elem_sep byte[] m_aContent concode_elem_sep String m_sContent concode_elem_sep boolean m_bBase64Encoded concode_elem_sep Charset m_aCharset concode_... | String function ( @ Nonnull final Charset arg0 ) { return CharsetManager . getAsString ( m_aContent , arg0 ) ; } |
6,914 | does nothing . concode_field_sep ClassLoader mockClassLoader concode_field_sep void addError concode_elem_sep void startTest concode_elem_sep void endTest | void function ( Test arg0 , AssertionFailedError arg1 ) { } |
6,915 | get play head position property concode_field_sep SimpleIntegerProperty currentTime concode_elem_sep SimpleIntegerProperty totalTime concode_elem_sep boolean isLocalChange concode_elem_sep SimpleBooleanProperty paused concode_elem_sep SimpleDoubleProperty volume concode_elem_sep BufferedReader playerIn concode_elem_sep... | SimpleDoubleProperty function ( ) { return playPosition ; } |
6,916 | parses the transport stream and calls the given callback for each metadata packet in each metadata stream found in the transport stream . the callback is called immediately upon finding a complete metadata packet . concode_field_sep Logger LOGGER concode_elem_sep Set<Integer> programMapTablePacketIdDirectory concode_el... | void function ( final BiConsumer < Integer , byte [ ] > arg0 ) { extractTransportStreamMetadata ( arg0 ) ; } |
6,917 | sets the flag for three phase mode concode_field_sep boolean extendAddress concode_elem_sep boolean demandAck concode_elem_sep boolean threePhase concode_elem_sep Command command concode_field_sep void setDemandAckTo concode_elem_sep int getSecondParameter concode_elem_sep List<Byte> getDataBytes concode_elem_sep Comma... | void function ( boolean arg0 ) { threePhase = arg0 ; } |
6,918 | set the name of this tag . concode_field_sep PersonIdent tagger concode_elem_sep String tag concode_elem_sep String message concode_elem_sep int type concode_elem_sep ObjectId object concode_field_sep PersonIdent getTagger concode_elem_sep byte[] build concode_elem_sep byte[] toByteArray concode_elem_sep int getObjectT... | void function ( String arg0 ) { this . tag = arg0 ; } |
6,919 | sets the value of the profiletransrefund property . concode_field_sep ProfileTransCaptureOnlyType profileTransCaptureOnly concode_elem_sep ProfileTransAuthCaptureType profileTransAuthCapture concode_elem_sep ProfileTransVoidType profileTransVoid concode_elem_sep ProfileTransAuthOnlyType profileTransAuthOnly concode_ele... | void function ( ProfileTransRefundType arg0 ) { this . profileTransRefund = arg0 ; } |
6,920 | get the returnclientrequestid value . concode_field_sep String expand concode_elem_sep String select concode_elem_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModif... | Boolean function ( ) { return this . returnClientRequestId ; } |
6,921 | extract contents from string of form pertarget contents . concode_field_sep AjType<?> ajType concode_elem_sep String aspectName concode_elem_sep Pointcut perClausePointcut concode_elem_sep Class<?> aspectClass concode_field_sep AjType<?> getAjType concode_elem_sep boolean isPerThisOrPerTarget concode_elem_sep boolean i... | String function ( Class < ? > arg0 ) { String loc0 = arg0 . getAnnotation ( Aspect . class ) . value ( ) ; loc0 = loc0 . substring ( loc0 . indexOf ( "srini_string" ) + 1 ) ; loc0 = loc0 . substring ( 0 , loc0 . length ( ) - 1 ) ; return loc0 ; } |
6,922 | returns the groups for the filesystemaccess proxyuser settings . the hosts are read from the java system property test.hadoop.proxyuser.groups which defaults to . this property should be set in the test.properties file . this property is only used when running filesystemaccess minicluster , it is used to configure the ... | String function ( ) { return System . getProperty ( HADOOP_PROXYUSER_GROUPS , "srini_string" ) ; } |
6,923 | 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 ) ; } |
6,924 | sets the time . concode_field_sep double allocatedMips concode_elem_sep double requestedMips concode_elem_sep boolean isInMigration concode_elem_sep double time concode_field_sep double getAllocatedMips concode_elem_sep double getTime concode_elem_sep boolean isInMigration concode_elem_sep void setInMigration concode_e... | void function ( double arg0 ) { this . time = arg0 ; } |
6,925 | deletes the portal preferences from the database . also notifies the appropriate model listeners . concode_field_sep PortalPreferencesLocalService _portalPreferencesLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel... | com . liferay . portal . kernel . model . PortalPreferences function ( com . liferay . portal . kernel . model . PortalPreferences arg0 ) { return _portalPreferencesLocalService . deletePortalPreferences ( arg0 ) ; } |
6,926 | gets the kit with the specified name concode_field_sep Kits plugin concode_field_sep Kit createKit concode_elem_sep Kit createKit concode_elem_sep void editKitAnnounce concode_elem_sep boolean kitExists concode_elem_sep List<Kit> getKits concode_elem_sep void editKitDelay concode_elem_sep void editKitClear concode_elem... | Kit function ( String arg0 ) { return plugin . getCollectionManager ( ) . getKit ( Utils . capitalize ( arg0 . toLowerCase ( ) ) ) ; } |
6,927 | create an instance of bopis_create_order . instructions.instruction concode_field_sep PlaceHolder placeHolder concode_field_sep BOPIS_Create_Order createOrder concode_elem_sep BOPIS_Create_Order.OrderLines.OrderLine.Extn.HDEventList.HDEvent createOrderOrderLinesOrderLineExtnHDEventListHDEvent concode_elem_sep BOPIS_Cre... | BOPIS_Create_Order . Instructions . Instruction function ( ) { return new BOPIS_Create_Order . Instructions . Instruction ( ) ; } |
6,928 | does nothing . concode_field_sep long serialVersionUID concode_field_sep void unadvertise | Object function ( final Map < String , String > arg0 ) { return null ; } |
6,929 | gets the edges of the computed triangulation as a multilinestring . concode_field_sep Map constraintVertexMap concode_elem_sep Collection siteCoords concode_elem_sep double tolerance concode_elem_sep QuadEdgeSubdivision subdiv concode_elem_sep Geometry constraintLines concode_field_sep List createConstraintSegments con... | Geometry function ( GeometryFactory arg0 ) { create ( ) ; return subdiv . getEdges ( arg0 ) ; } |
6,930 | returns number of '' occured in passed digits concode_field_sep String SECTION_SEPARTOR concode_elem_sep char WILDCARD_ANY concode_elem_sep String WILDCARD_ANY_STRING concode_elem_sep char WILDCARD_SINGLE concode_field_sep int numberOfQuestionMarks concode_elem_sep int compare concode_elem_sep int compareQuestionMarksI... | int function ( String arg0 ) { int loc0 = 0 ; char [ ] loc1 = arg0 . toCharArray ( ) ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) { if ( loc1 [ loc2 ] == WILDCARD_ANY ) { loc0 ++ ; } } return loc0 ; } |
6,931 | returns category of this node or null if unspecified . concode_field_sep MARSEventFactory marsEventFactory concode_elem_sep String MARS_ROOT_PROPERTY concode_elem_sep long last_unique_time concode_elem_sep String nameValueCache concode_elem_sep MARS mars concode_elem_sep String MARS_ADDRESS_PROPERTY concode_elem_sep St... | String function ( ) { return getInternal ( MARSConstants . CATEGORY ) ; } |
6,932 | free the memory associated with this map . this is idempotent and can be called multiple times . concode_field_sep UnsafeProjection groupingKeyProjection concode_elem_sep StructType groupingKeySchema concode_elem_sep byte[] emptyAggregationBuffer concode_elem_sep boolean enablePerfMetrics concode_elem_sep StructType ag... | void function ( ) { map . free ( ) ; } |
6,933 | retrieve the singleton instance of the gwt push context . concode_field_sep IcePushClientLibrary icePushClient concode_elem_sep GWTPushContext instance concode_field_sep void removePushEventListener concode_elem_sep void addPushEventListener concode_elem_sep void addPushEventListener | GWTPushContext function ( ) { if ( instance == null ) { instance = new GWTPushContext ( ) ; } return instance ; } |
6,934 | gives the number of steps or moves needed to get to the exit . concode_field_sep Distance mazedists concode_elem_sep int width concode_elem_sep int[] start concode_elem_sep Cells mazecells concode_elem_sep BSPNode rootnode concode_elem_sep int height concode_field_sep int[] getStartingPosition concode_elem_sep void set... | int function ( int arg0 , int arg1 ) { return mazedists . getDistance ( arg0 , arg1 ) ; } |
6,935 | for cascade operations concode_field_sep HsqlArrayList stack concode_elem_sep Number lastIdentity concode_elem_sep LongDeque savepointTimestamps concode_elem_sep Session session concode_elem_sep Object[] routineArguments concode_elem_sep HashSet constraintPath concode_elem_sep Object[] dynamicArguments concode_elem_sep... | HashSet function ( ) { if ( constraintPath == null ) { constraintPath = new HashSet ( ) ; } else { constraintPath . clear ( ) ; } return constraintPath ; } |
6,936 | this method is to create retailer campaign concode_field_sep CampaignDAO dao concode_field_sep Date getSql concode_elem_sep List searchCampaignForRetailer concode_elem_sep List<CampaignVO> getCircleNames concode_elem_sep String getDDMMYYYY concode_elem_sep List searchCampaign concode_elem_sep CampaignVO viewCampaign co... | boolean function ( CampaignVO arg0 ) { return dao . createCampaignRetailer ( arg0 ) ; } |
6,937 | returns the encrypted database encryption password . concode_field_sep int proxyPort concode_elem_sep FileSystem fileSystem concode_elem_sep String proxyAddress concode_elem_sep ProxyConfiguration proxyConfiguration concode_elem_sep String databaseEncryptionPassword concode_elem_sep Logger LOG concode_field_sep String ... | String function ( ) { return databaseEncryptionPassword ; } |
6,938 | returns the id . concode_field_sep String ROOT_CATEGORY concode_elem_sep String name concode_elem_sep long id concode_elem_sep List subcategories concode_elem_sep int ROOT_ID concode_elem_sep Assignable assignable concode_field_sep void setName concode_elem_sep void setAssignable concode_elem_sep String getName concode... | long function ( ) { return id ; } |
6,939 | returns true if the iteration has more elements . in other words , returns true if next would return an element rather than throwing an exception . concode_field_sep Iterator beforeIterator concode_elem_sep Iterator afterIterator concode_field_sep Object next concode_elem_sep void remove | boolean function ( ) { boolean loc0 = false ; if ( beforeIterator != null ) { loc0 = beforeIterator . hasNext ( ) ; } if ( afterIterator != null ) { loc0 = loc0 || afterIterator . hasNext ( ) ; } return loc0 ; } |
6,940 | sets the name of the session model . concode_field_sep long serialVersionUID concode_field_sep Type8 serializableInstance concode_elem_sep String getName | void function ( String arg0 ) { } |
6,941 | gets server time zone display name . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCoords concode_elem_sep int[] easternYCoords concode_elem_sep int[] alaskaYCoords concode_elem_sep int[] pacificYCoords concode_elem_sep ArrayList allTimeZoneList concode_el... | String function ( ) { return displayNameTokenizer ( serverTimeZone . getDisplayName ( ) ) ; } |
6,942 | get a string representation of this rule . concode_field_sep int transactioncount concode_elem_sep Itemset itemset2 concode_elem_sep Itemset itemset1 concode_field_sep void setTransactioncount concode_elem_sep void print concode_elem_sep int getRelativeSupport concode_elem_sep void incrementTransactionCount concode_ele... | String function ( ) { return itemset1 . toString ( ) + "srini_string" + itemset2 . toString ( ) ; } |
6,943 | returns the value of the security property named by the argument . concode_field_sep Class<?> unused concode_elem_sep Properties secprops concode_field_sep List<String> getAliases concode_elem_sep int addProvider concode_elem_sep Provider[] getProviders concode_elem_sep Provider[] getProviders concode_elem_sep Provider... | String function ( String arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } String loc0 = secprops . getProperty ( arg0 ) ; if ( loc0 != null ) { loc0 = loc0 . trim ( ) ; } return loc0 ; } |
6,944 | constructs a writer that encodes characters using the given encoder and writes the resulting bytes to the given channel . concode_field_sep PlaceHolder placeHolder concode_field_sep InputStream newInputStream concode_elem_sep OutputStream newOutputStream concode_elem_sep ReadableByteChannel newChannel concode_elem_sep ... | Writer function ( WritableByteChannel arg0 , CharsetEncoder arg1 , int arg2 ) { return new ChannelWriter ( arg0 , arg1 , arg2 ) ; } |
6,945 | get custom serializer concode_field_sep SIPV2190b.TramosDeSesionSDTTramosDeSesionSDTItem[] tramosdesesionsdt concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getTyp... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
6,946 | tests to ensure swiftoutputstream #write int calls outputstream #write int . concode_field_sep OutputStream mOutputStreamMock concode_elem_sep HttpURLConnection mHttpConMock concode_elem_sep ExpectedException mThrown concode_field_sep void testCloseError concode_elem_sep void testCloseSuccess concode_elem_sep void befo... | void function ( ) { SwiftOutputStream loc0 = new SwiftOutputStream ( mHttpConMock ) ; loc0 . write ( 1 ) ; verify ( mOutputStreamMock ) . write ( 1 ) ; } |
6,947 | method that can be called to check whether a string-based creator is available for this instantiator concode_field_sep PlaceHolder placeHolder concode_field_sep SettableBeanProperty[] getFromObjectArguments concode_elem_sep boolean canCreateUsingDelegate concode_elem_sep boolean canCreateFromObjectWith concode_elem_sep... | boolean function ( ) { return false ; } |
6,948 | get whether or not the health check is healthy concode_field_sep com.codahale.metrics.health.HealthCheck.Result result concode_field_sep Throwable getError concode_elem_sep String getMessage | boolean function ( ) { return result . isHealthy ( ) ; } |
6,949 | get the interpretergroup id this instance is bound to concode_field_sep String PRE_EXEC concode_elem_sep String POST_EXEC_DEV concode_elem_sep String POST_EXEC concode_elem_sep Map<String,Map<String,Map<String,String>>> registry concode_elem_sep String interpreterId concode_elem_sep String PRE_EXEC_DEV concode_elem_sep... | String function ( ) { return interpreterId ; } |
6,950 | builds the command string for scanner . concode_field_sep String COMMAND_SHUTDOWN_LASER concode_elem_sep boolean isTracking concode_elem_sep String COMMAND_LASER_ON concode_elem_sep String COMMAND_TRACKING concode_elem_sep float center concode_elem_sep String COMMAND_LASER_OFF concode_elem_sep String scannerId concode_... | String function ( String arg0 ) { return scannerId + arg0 + "srini_string" ; } |
6,951 | get the output stream concode_field_sep String systemId concode_elem_sep StreamResult streamResult concode_elem_sep NamePool namePool concode_elem_sep PipelineConfiguration pipelineConfig concode_elem_sep CharacterSet characterSet concode_elem_sep boolean allCharactersEncodable concode_elem_sep Writer writer concode_el... | OutputStream function ( ) { return outputStream ; } |
6,952 | sets the group query from the specified groupquerystring . the groupquerystring is parsed into a query . concode_field_sep DocSet docSet concode_elem_sep Query query concode_elem_sep boolean needScores concode_elem_sep Sort sort concode_elem_sep FilterCollector filterCollector concode_elem_sep String queryString concod... | Builder function ( String arg0 , SolrQueryRequest arg1 ) { QParser loc0 = QParser . getParser ( arg0 , arg1 ) ; this . queryString = arg0 ; return setQuery ( loc0 . getQuery ( ) ) ; } |
6,953 | checks if this selectorfactories contains at least one factory for writetime selectors . concode_field_sep boolean containsTTLFactory concode_elem_sep int numberOfAggregateFactories concode_elem_sep List<Selector.Factory> factories concode_elem_sep boolean containsWritetimeFactory concode_field_sep List<String> getColu... | boolean function ( ) { return containsWritetimeFactory ; } |
6,954 | returns the amazon s3 bucket arn where the replicas are present . concode_field_sep String storageClass concode_elem_sep String bucketARN concode_field_sep void setBucketARN concode_elem_sep String getStorageClass concode_elem_sep ReplicationDestinationConfig withStorageClass concode_elem_sep ReplicationDestinationConf... | String function ( ) { return bucketARN ; } |
6,955 | returns the total number of starting points initial guesses for the optimization process . concode_field_sep double[] a concode_elem_sep MultivariateDifferentiableVectorFunction problem concode_elem_sep double[] sigA concode_elem_sep int numStartingPoints concode_elem_sep int numObservations concode_elem_sep int numPar... | int function ( ) { return numStartingPoints ; } |
6,956 | sets the value of the version property . concode_field_sep List<Extension> extensions concode_elem_sep String largeIcon concode_elem_sep String smallIcon concode_elem_sep String id concode_elem_sep String href concode_elem_sep String label concode_elem_sep String lang concode_elem_sep QName type concode_elem_sep String... | void function ( final String arg0 ) { this . version = arg0 ; } |
6,957 | sets the value to false . concode_field_sep long serialVersionUID concode_elem_sep boolean value concode_field_sep Boolean getValue concode_elem_sep boolean isTrue concode_elem_sep Boolean toBoolean concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep void setValue concode_elem_sep void setFals... | void function ( ) { this . value = true ; } |
6,958 | returns the start boundary . concode_field_sep double startBoundary concode_elem_sep long serialVersionUID concode_elem_sep int count concode_elem_sep double endBoundary concode_field_sep void incrementCount concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep double getBinWidth concode_elem_s... | double function ( ) { return this . startBoundary ; } |
6,959 | only used by tests concode_field_sep Log LOG concode_elem_sep DNSToSwitchMapping dnsToSwitchMapping concode_elem_sep boolean initCalled concode_field_sep void init concode_elem_sep Node resolve concode_elem_sep Node resolve concode_elem_sep Node coreResolve | DNSToSwitchMapping function ( ) { return dnsToSwitchMapping ; } |
6,960 | select the accept header 's value from the given accepts array : if json exists in the given array , use it ; otherwise use all of them joining into a string concode_field_sep Map<String,RequestInterceptor> apiAuthorizations concode_elem_sep Feign.Builder feignBuilder concode_elem_sep ObjectMapper objectMapper concode_... | String function ( String [ ] arg0 ) { if ( arg0 . length == 0 ) return null ; if ( StringUtil . containsIgnoreCase ( arg0 , "srini_string" ) ) return "srini_string" ; return StringUtil . join ( arg0 , "srini_string" ) ; } |
6,961 | verifies that an iterator is unmodifiable . this test only works with iterators that iterate over a finite set . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertMultimapRemainsUnmodified concode_elem_sep void assertCollectionsAreEquivalent concode_elem_sep void assertMultisetIsUnmodifiable concod... | void function ( Iterator < ? > arg0 ) { while ( arg0 . hasNext ( ) ) { arg0 . next ( ) ; try { arg0 . remove ( ) ; fail ( "srini_string" ) ; } catch ( UnsupportedOperationException loc0 ) { } } } |
6,962 | returns the series color . concode_field_sep NumberFormat mChartValuesFormat concode_elem_sep boolean mGradientEnabled concode_elem_sep BasicStroke mStroke concode_elem_sep boolean mHighlighted concode_elem_sep int mGradientStopColor concode_elem_sep boolean mDisplayBoundingPoints concode_elem_sep boolean mShowLegendIt... | int function ( ) { return mColor ; } |
6,963 | record the amount of time spent in the instant apps api call . concode_field_sep String IS_USER_CONFIRMED_LAUNCH_EXTRA concode_elem_sep String IS_REFERRER_TRUSTED_EXTRA concode_elem_sep String INSTANT_APPS_EXPERIMENT_NAME concode_elem_sep String INSTANT_APPS_ENABLED_ARM concode_elem_sep InstantAppsHandler sInstance con... | void function ( long arg0 ) { sInstantAppsApiCallTimes . record ( SystemClock . elapsedRealtime ( ) - arg0 ) ; } |
6,964 | fills the given list with handles at each corner . concode_field_sep PlaceHolder placeHolder concode_field_sep void addMoveHandle concode_elem_sep void addMoveHandle concode_elem_sep Handle moveHandle concode_elem_sep Handle moveHandle concode_elem_sep void addHandle concode_elem_sep void addHandle concode_elem_sep Han... | void function ( GraphicalEditPart arg0 , List arg1 , DragTracker arg2 , Cursor arg3 ) { addMoveHandle ( arg0 , arg1 , arg2 , arg3 ) ; } |
6,965 | returns a brief description message for an error code . for now , only common error codes are translated . on unknown error code , the string `` unknown error code '' is returned . concode_field_sep short NO_MORE_CONNECTIONS concode_elem_sep short CONNECTION_OPTION concode_elem_sep short VERSION_NOT_SUPPORTED concode_e... | String function ( int arg0 ) { switch ( arg0 ) { case NO_ERROR : return "srini_string" ; case HOST_PROTOCOL_TYPE : return "srini_string" ; case VERSION_NOT_SUPPORTED : return "srini_string" ; case SEQUENCE_NUMBER : return "srini_string" ; default : return "srini_string" ; } } |
6,966 | next running length word . concode_field_sep int pointer concode_elem_sep int size concode_elem_sep RunningLengthWord32 rlw concode_field_sep EWAHIterator32 getEWAHIterator concode_elem_sep int literalWords concode_elem_sep EWAHIterator32 clone concode_elem_sep boolean hasNext concode_elem_sep Buffer32 buffer | RunningLengthWord32 function ( ) { this . rlw . position = this . pointer ; this . pointer += this . rlw . getNumberOfLiteralWords ( ) + 1 ; return this . rlw ; } |
6,967 | return whether this cache manager accepts and converts null valuesfor all of its caches . concode_field_sep ConcurrentMap<String,Cache> cacheMap concode_elem_sep boolean allowNullValues concode_elem_sep boolean dynamic concode_field_sep void setCacheNames concode_elem_sep Cache getCache concode_elem_sep Collection<Stri... | boolean function ( ) { return this . allowNullValues ; } |
6,968 | sets the value of the personid property . concode_field_sep int personId concode_field_sep int getPersonId | void function ( int arg0 ) { this . personId = arg0 ; } |
6,969 | alias to property string name , string 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 concode_elem_... | String function ( String arg0 , String arg1 ) { return property ( arg0 , arg1 ) ; } |
6,970 | is it forbidden to assign symbolic register symb to physical register phys ? concode_field_sep boolean noVolatiles concode_elem_sep PhysicalRegisterSet phys concode_elem_sep HashMap<Register,RestrictedRegisterSet> hash concode_elem_sep BitSet bitset concode_elem_sep HashSet<Register> noSpill concode_field_sep void addA... | boolean function ( Register arg0 , Register arg1 ) { if ( VM . VerifyAssertions ) { VM . _assert ( arg0 != null ) ; VM . _assert ( arg1 != null ) ; } RestrictedRegisterSet loc0 = getRestrictions ( arg0 ) ; if ( loc0 == null ) return false ; return loc0 . contains ( arg1 ) ; } |
6,971 | get valid subscriptions for a given non-wildcard destination from it 's specific subscription handler . concode_field_sep Map<SubscriptionType,ClusterSubscriptionHandler> subscriptionHandlers concode_field_sep void removeWildCardSubscription concode_elem_sep void addSubscriptionType concode_elem_sep ClusterSubscription... | Set < AndesSubscription > function ( String arg0 , SubscriptionType arg1 ) { ClusterSubscriptionHandler loc0 = getBitMapHandler ( arg1 ) ; return loc0 . getMatchingWildCardSubscriptions ( arg0 ) ; } |
6,972 | the policy name . concode_field_sep String policyArn concode_elem_sep String policyDocument concode_elem_sep Boolean isDefaultVersion concode_elem_sep String policyName concode_elem_sep String policyVersionId concode_field_sep void setPolicyVersionId concode_elem_sep void setPolicyName concode_elem_sep String getPolicy... | GetPolicyVersionResult function ( String arg0 ) { setPolicyName ( arg0 ) ; return this ; } |
6,973 | implements bundleactivator.start to register a logservicefactory . concode_field_sep PlaceHolder placeHolder concode_field_sep void stop | void function ( BundleContext arg0 ) { Properties loc0 = new Properties ( ) ; loc0 . put ( "srini_string" , "srini_string" ) ; ServiceFactory loc1 = new LogServiceFactory ( ) ; arg0 . registerService ( LogService . class . getName ( ) , loc1 , loc0 ) ; } |
6,974 | returns the confusion matrix for the classifier supposing that we were to use a particular threshold . concode_field_sep Random rand concode_elem_sep DenseMatrix entropy concode_elem_sep int maxBufferSize concode_elem_sep boolean probabilityScore concode_elem_sep double threshold concode_elem_sep boolean hasScore conco... | Matrix function ( ) { return confusion ; } |
6,975 | sets the number of fires to attempt to spawn per chunk , must be greater than zero . concode_field_sep PlaceHolder placeHolder concode_field_sep void setHeightRange concode_elem_sep VariableAmount getAttemptsPerChunk concode_elem_sep PopulatorObject getObject concode_elem_sep void setObject concode_elem_sep VariableAmo... | void function ( int arg0 ) { setAttemptsPerChunk ( VariableAmount . fixed ( arg0 ) ) ; } |
6,976 | compares this object to another helpinfo instance . comparison order is by title then audience . concode_field_sep String filename concode_elem_sep String VERSION concode_elem_sep String DEFAULT_MEDIA_XML concode_elem_sep String TAG concode_elem_sep String text concode_elem_sep String DOWNLOAD_URL concode_elem_sep Stri... | int function ( EducationResource arg0 ) { int loc0 = compareTitle ( arg0 ) ; if ( loc0 == 0 ) { return compareAudience ( arg0 ) ; } else { return loc0 ; } } |
6,977 | uses the standard algorithm to convert bytes received from the miband to a calendar object concode_field_sep PlaceHolder placeHolder concode_field_sep GregorianCalendar createCalendar concode_elem_sep byte[] calendarToRawBytes | GregorianCalendar function ( byte [ ] arg0 , int arg1 ) { if ( arg0 . length - arg1 >= 6 ) { GregorianCalendar loc0 = new GregorianCalendar ( arg0 [ arg1 ] + 2000 , arg0 [ arg1 + 1 ] , arg0 [ arg1 + 2 ] , arg0 [ arg1 + 3 ] , arg0 [ arg1 + 4 ] , arg0 [ arg1 + 5 ] ) ; return loc0 ; } return createCalendar ( ) ; } |
6,978 | this method resets the outgoing events . 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_sep SCInterface getSCInterface ... | void function ( ) { } |
6,979 | determine if the specified instance is equal to thespecified candidate . concode_field_sep Collection<? extends T> excludes concode_elem_sep boolean matchIfEmpty concode_elem_sep Collection<? extends T> includes concode_field_sep String toString | boolean function ( T arg0 , T arg1 ) { return arg0 . equals ( arg1 ) ; } |
6,980 | return the compressed bytes . concode_field_sep byte[] bytes concode_elem_sep int crc32 concode_field_sep void writeTo concode_elem_sep String string concode_elem_sep int hashCode concode_elem_sep void assertConsistent concode_elem_sep CompressedXContent readCompressedString concode_elem_sep boolean equals concode_elem... | byte [ ] function ( ) { return this . bytes ; } |
6,981 | restore the demo to its original state . concode_field_sep String password concode_elem_sep String comments concode_elem_sep float numberValue concode_elem_sep String name concode_field_sep void setName concode_elem_sep void init concode_elem_sep void setPassword concode_elem_sep String getPassword concode_elem_sep Str... | String function ( ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestMap ( ) . put ( "srini_string" , Boolean . TRUE ) ; name = "srini_string" ; password = "srini_string" ; comments = "srini_string" ; return "srini_string" ; } |
6,982 | gets the value of the recipient property . concode_field_sep String address concode_elem_sep Object anyType concode_elem_sep String inResponseTo concode_elem_sep String recipient concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar notOnOrAfter concode_elem_sep Map<QName,String> otherAttributes ... | String function ( ) { return recipient ; } |
6,983 | this feature is not yet supported . concode_field_sep int[] m_sqlTypes concode_field_sep int getParameterCount concode_elem_sep boolean isSigned concode_elem_sep int getScale concode_elem_sep boolean isWrapperFor concode_elem_sep int isNullable concode_elem_sep int getParameterMode concode_elem_sep String getParameterC... | String function ( int arg0 ) { throw new UnsupportedFeatureException ( "srini_string" ) ; } |
6,984 | sets the numeric precision step for the field . concode_field_sep DocValuesType docValuesType concode_elem_sep boolean storeTermVectorPayloads concode_elem_sep boolean omitNorms concode_elem_sep IndexOptions indexOptions concode_elem_sep boolean storeTermVectors concode_elem_sep boolean stored concode_elem_sep boolean ... | void function ( int arg0 ) { checkIfFrozen ( ) ; if ( arg0 < 1 ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } this . numericPrecisionStep = arg0 ; } |
6,985 | returns classloader associated with this configuration i.e. it was initiated from . concode_field_sep URL configurationURL concode_elem_sep PluginConfiguration parent concode_elem_sep String PLUGIN_CONFIGURATION concode_elem_sep ClassLoader classLoader concode_elem_sep Properties properties concode_elem_sep boolean con... | ClassLoader function ( ) { return classLoader ; } |
6,986 | returns the next character in the buffer . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep ThreadContext context concode_elem_sep ByteList out concode_field_sep void init concode_elem_sep void init concod... | char function ( ) { return src . charAt ( pos ++ ) ; } |
6,987 | set the list of exception names to match against . e.g. , `` ebay.sdk.apiexception '' , `` java.rmi.remoteexception '' , concode_field_sep int[] triggerHTTPErrorCodes concode_elem_sep java.lang.Class[] triggerExceptions concode_elem_sep String[] triggerApiErrorCodes concode_field_sep void setTriggerHTTPErrorCodes conco... | void function ( java . lang . Class [ ] arg0 ) { this . triggerExceptions = arg0 ; } |
6,988 | equivalent to ! getsuccessors . isempty but possibly moreefficient . concode_field_sep int INITIAL_HASHSET_CAPACITY concode_elem_sep int ARRAYLIST_THRESHOLD concode_elem_sep int hashCode concode_elem_sep T label concode_elem_sep Collection<Node<T>> succs concode_elem_sep Collection<Node<T>> preds concode_field_sep bool... | boolean function ( ) { return succs != null ; } |
6,989 | see path #rcubicto float , float , float , float , float , float . concode_field_sep Path mPath concode_elem_sep float[] mLastPoint concode_field_sep void rMoveTo concode_elem_sep void cubicTo concode_elem_sep void rAdjustLastPoint concode_elem_sep boolean isEmpty concode_elem_sep void lineTo concode_elem_sep void rQua... | void function ( float arg0 , float arg1 , float arg2 , float arg3 , float arg4 , float arg5 ) { mPath . rCubicTo ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 ) ; rAdjustLastPoint ( arg4 , arg5 ) ; } |
6,990 | gets the value of the familyname property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the familyname property . for example , to add a new item ,... | List < String > function ( ) { if ( familyName == null ) { familyName = new ArrayList < String > ( ) ; } return this . familyName ; } |
6,991 | sets the value of the flavour property . concode_field_sep Layout layout concode_elem_sep String onValue concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String offValue concode_elem_sep String flavour concode_elem_sep Boolean bindClickToWidget conc... | void function ( String arg0 ) { this . flavour = arg0 ; } |
6,992 | gets the value of the actuate property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep MIAcquisitionInformationType miAcquisitionInformation concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep... | String function ( ) { return actuate ; } |
6,993 | performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } |
6,994 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Map<String,Map<String,String>> mapMapOfString concode_elem_sep Map<String,InnerEnum> mapOfEnumString concode_elem_sep String value concode_field_sep void setMapMapOfString concode_elem_sep MapTest mapOfEnumS... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
6,995 | gets the security package . concode_field_sep Principal principal concode_elem_sep boolean ntlmPost concode_elem_sep String securityPackage concode_elem_sep byte[] in concode_elem_sep Subject subject concode_elem_sep String host concode_elem_sep String connectionId concode_elem_sep long serialVersionUID concode_elem_se... | String function ( ) { return this . securityPackage ; } |
6,996 | sets new title . concode_field_sep SimpleDateFormat df concode_elem_sep String path concode_elem_sep Calendar datetime concode_elem_sep String description concode_elem_sep long datetimeLong concode_elem_sep String title concode_field_sep void setDatetime concode_elem_sep void setDatetime concode_elem_sep Calendar getDa... | void function ( String arg0 ) { this . title = arg0 ; } |
6,997 | number of datasets for the identity . returns a reference to this object so that method calls can be chained together . concode_field_sep Integer datasetCount concode_elem_sep java.util.Date lastModifiedDate concode_elem_sep String identityId concode_elem_sep Long dataStorage concode_elem_sep String identityPoolId conc... | IdentityUsage function ( Integer arg0 ) { this . datasetCount = arg0 ; return this ; } |
6,998 | gets the value of the entryrefs property . concode_field_sep List<EntryType> entries concode_elem_sep DisplayNameType displayName concode_elem_sep List<ListType> lists concode_elem_sep String name concode_elem_sep List<ExternalType> externals concode_elem_sep Map<QName,String> anyAttributes concode_elem_sep List<Elemen... | List < EntryRefType > function ( ) { if ( entryRefs == null ) { entryRefs = new ArrayList < EntryRefType > ( ) ; } return entryRefs ; } |
6,999 | compare by object identity . concode_field_sep int[] SQL_TYPES concode_field_sep AEnum getPrototype concode_elem_sep int[] sqlTypes concode_elem_sep Serializable disassemble concode_elem_sep Class returnedClass concode_elem_sep boolean isMutable concode_elem_sep void nullSafeSet concode_elem_sep int hashCode concode_el... | boolean function ( Object arg0 , Object arg1 ) { return arg0 == arg1 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.