idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
36,300 | implements org.apache.batik.i18n.localizable #setlocale locale . concode_field_sep LocalizableSupport localizableSupport concode_elem_sep String RESOURCES concode_field_sep String formatMessage concode_elem_sep Locale getLocale | void function ( Locale arg0 ) { localizableSupport . setLocale ( arg0 ) ; } |
36,301 | return the value associated with the column : rewardtype . concode_field_sep long serialVersionUID concode_elem_sep String hashCode concode_elem_sep RewardType rewardType concode_elem_sep Set<Chore> chores concode_elem_sep String id concode_elem_sep Map<Serializable,String> SAVED_HASHES concode_elem_sep Double rewardUn... | RewardType function ( ) { return this . rewardType ; } |
36,302 | like #join future , future but with 4 futures . concode_field_sep PlaceHolder placeHolder concode_field_sep CompositeFuture all concode_elem_sep CompositeFuture all concode_elem_sep CompositeFuture all concode_elem_sep CompositeFuture all concode_elem_sep CompositeFuture all concode_elem_sep CompositeFuture all concode... | CompositeFuture function ( Future < T1 > arg0 , Future < T2 > arg1 , Future < T3 > arg2 , Future < T4 > arg3 ) { return CompositeFutureImpl . join ( arg0 , arg1 , arg2 , arg3 ) ; } |
36,303 | gets a name object associated with the specified identifier in this scope , creating it if necessary . if the jsname does not exist yet , a new jsname is created . the identifier , short name , and original name of the newly created jsname are equal to the given identifier . concode_field_sep JsScope parent concode_ele... | JsName function ( @ NotNull String arg0 ) { JsName loc0 = findOwnName ( arg0 ) ; return loc0 != null ? loc0 : doCreateName ( arg0 ) ; } |
36,304 | returns local transaction context injected value . concode_field_sep int activeInvocationCount concode_elem_sep InjectedValue<DeploymentRepository> deploymentRepositoryInjectedValue concode_elem_sep AtomicIntegerFieldUpdater<EJBSuspendHandlerService> activeTransactionCountUpdater concode_elem_sep boolean gracefulTxnShu... | InjectedValue < LocalTransactionContext > function ( ) { return localTransactionContextInjectedValue ; } |
36,305 | returns an integer hash code for this boolean . concode_field_sep Boolean FALSE concode_elem_sep Boolean TRUE concode_elem_sep Class<Boolean> TYPE concode_elem_sep boolean value concode_elem_sep long serialVersionUID concode_field_sep int compare concode_elem_sep Boolean valueOf concode_elem_sep Boolean valueOf concode... | int function ( ) { return value ? 1231 : 1237 ; } |
36,306 | return true if the given file name is assumed to contain html . concode_field_sep AnalysisEngine UniqueInstance concode_elem_sep String SUFFIX_HTM concode_elem_sep Logger logger concode_elem_sep String SUFFIX_DART concode_elem_sep String SUFFIX_HTML concode_field_sep boolean isDartFileName concode_elem_sep AnalysisCont... | boolean function ( String arg0 ) { if ( arg0 == null ) { return false ; } String loc0 = FileUtilities . getExtension ( arg0 ) ; return loc0 . equalsIgnoreCase ( SUFFIX_HTML ) || loc0 . equalsIgnoreCase ( SUFFIX_HTM ) ; } |
36,307 | get a descriptivestatistics object with the rate of permit granting for all limiter s decorated with this ratecomputinglimitercontainer . concode_field_sep AtomicLong localPermitCount concode_elem_sep List<AtomicLong> subLimiterPermitCounts concode_elem_sep Queue<Long> unusedPermitsCounts concode_elem_sep Map<String,Lo... | DescriptiveStatistics function ( ) { return getNormalizedStatistics ( "srini_string" , Lists . transform ( this . subLimiterPermitCounts , new Function < AtomicLong , Double > ( ) { @ Override public Double apply ( AtomicLong arg0 ) { return ( double ) arg0 . getAndSet ( 0 ) ; } } ) ) ; } |
36,308 | set the fail value . concode_field_sep int UNSTABLE_BLANK concode_elem_sep int min concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep boolean usePattern concode_elem_sep int DEFAULT_FAIL concode_elem_sep Integer fail concode_elem_sep int DEFAULT_MIN concode_elem_sep int DEFAULT_UNSTABL... | void function ( Integer arg0 ) { if ( arg0 == null || arg0 <= 0 ) { this . fail = null ; } else { this . fail = arg0 ; } } |
36,309 | gets the delimiter parameter originally used to request this object listing , or null if no delimiter specified . the delimiter value allows callers to condense nos keys into common prefix listings . for example , if a caller specifies a delimiter of '' / '' a common used value for delimiter , any keys that contain a c... | String function ( ) { return delimiter ; } |
36,310 | performs the graph traversion with all elements which are contained in the specified collection . this means that every element of this collection and all elements which are reachable from these elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator m... | void function ( Collection arg0 ) { this . perform ( arg0 . iterator ( ) ) ; } |
36,311 | attempts to seek to the exact term , returning true if the term is found . if this returns false , the enum is unpositioned . for some codecs , seekexact may be substantially faster than #seekceil . concode_field_sep AttributeSource atts concode_elem_sep TermsEnum EMPTY concode_field_sep long ord concode_elem_sep long ... | boolean function ( BytesRef arg0 ) { return seekCeil ( arg0 ) == SeekStatus . FOUND ; } |
36,312 | this allows you to add a listener that can add additional command line arguments whenever gradle is executed . this is useful if you 've customized your gradle build and need to specify , for example , an init script . concode_field_sep Map<CommandLineArgumentAlteringListenerVersion1,CommandLineArgumentAlteringListener... | void function ( CommandLineArgumentAlteringListenerVersion1 arg0 ) { CommandLineArgumentAlteringListenerWrapper loc0 = new CommandLineArgumentAlteringListenerWrapper ( arg0 ) ; commandLineListenerMap . put ( arg0 , loc0 ) ; gradlePluginLord . addCommandLineArgumentAlteringListener ( loc0 ) ; } |
36,313 | returns the company id of this k b comment . concode_field_sep KBComment _kbComment concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep b... | long function ( ) { return _kbComment . getCompanyId ( ) ; } |
36,314 | get the profiles that are applied else get default profiles . concode_field_sep String SPRING_PROFILE_DEFAULT concode_field_sep void addDefaultProfile | String [ ] function ( Environment arg0 ) { String [ ] loc0 = arg0 . getActiveProfiles ( ) ; if ( loc0 . length == 0 ) { return arg0 . getDefaultProfiles ( ) ; } return loc0 ; } |
36,315 | throws an exception if #prepare has not beencalled on this instance . concode_field_sep DexFile file concode_elem_sep boolean prepared concode_elem_sep String name concode_elem_sep int fileOffset concode_elem_sep int alignment concode_field_sep int getAlignment concode_elem_sep int getFileOffset concode_elem_sep void t... | void function ( ) { if ( ! prepared ) { throw new RuntimeException ( "srini_string" ) ; } } |
36,316 | gets the cameramanager singleton instance . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep CameraManager cameraManager concode_elem_sep boolean reverseImage concode_elem_sep CameraConfigurationManager configManager concode_elem_se... | CameraManager function ( ) { return cameraManager ; } |
36,317 | returns the request id of this social request . concode_field_sep SocialRequest _socialRequest concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode... | long function ( ) { return _socialRequest . getRequestId ( ) ; } |
36,318 | gets the value of the idcntr property . concode_field_sep String iddest concode_elem_sep STExt ext concode_elem_sep Object parent concode_elem_sep String idcntr concode_elem_sep String idsrc concode_field_sep Object getParent concode_elem_sep STExt getExt concode_elem_sep void setIdsrc concode_elem_sep void setIddest c... | String function ( ) { return idcntr ; } |
36,319 | creates an ssl socket configured with the right trust stores and the right target host . the keystore and truststore used come from client configuration and depend on the connection mode specified at construction time . the target host is the host specified except if a different host was specified in the connection env... | Socket function ( String arg0 , int arg1 ) { SSLSocketFactory loc0 = getSSLSocketFactory ( ) ; String loc1 = getRealServerHostname ( arg0 ) ; final SSLSocket loc2 = ( SSLSocket ) loc0 . createSocket ( loc1 , arg1 ) ; return loc2 ; } |
36,320 | normalizes this vector to unit length concode_field_sep Vector3 tmp concode_elem_sep Vector3 Zero concode_elem_sep Vector3 X concode_elem_sep float x concode_elem_sep float y concode_elem_sep Vector3 Y concode_elem_sep float z concode_elem_sep long serialVersionUID concode_elem_sep Vector3 tmp2 concode_elem_sep Vector3... | Vector3 function ( ) { float loc0 = this . len ( ) ; if ( loc0 == 0 ) { return this ; } else { return this . div ( loc0 ) ; } } |
36,321 | set whether the last will should be retained by the broker . concode_field_sep int qos concode_elem_sep byte[] payload concode_elem_sep String topic concode_elem_sep boolean retain concode_field_sep byte[] getPayload concode_elem_sep void setQos concode_elem_sep boolean isRetain concode_elem_sep void setPayload concode... | void function ( boolean arg0 ) { this . retain = arg0 ; } |
36,322 | gets the class object which represents the key type for this node if applicable . concode_field_sep NodeEvaluation next concode_elem_sep Node node concode_elem_sep PropertyExpressionEvaluation expressionEvaluation concode_elem_sep NodeEvaluation previous concode_elem_sep Type valueType concode_elem_sep NodeType type co... | void function ( Class < ? > arg0 ) { this . keyType = arg0 ; } |
36,323 | sets name . concode_field_sep String name concode_elem_sep Integer id concode_field_sep String getName concode_elem_sep void setId concode_elem_sep Integer getId concode_elem_sep String toString | void function ( String arg0 ) { this . name = arg0 ; } |
36,324 | returns a new lexer , adopting the tokenizer options . concode_field_sep FTOpt opt concode_elem_sep TokenObjMap<FTTokens> cache concode_elem_sep TokenComparator cmp concode_elem_sep Levenshtein ls concode_elem_sep FTWords words concode_elem_sep TokenObjMap<FTWildcard> wcCache concode_field_sep FTTokens cache concode_el... | FTLexer function ( final FTLexer arg0 ) { final FTOpt loc0 = arg0 . ftOpt ( ) ; loc0 . set ( ST , opt . is ( ST ) ) ; loc0 . set ( DC , opt . is ( DC ) ) ; loc0 . ln = opt . ln ; loc0 . th = opt . th ; loc0 . sd = opt . sd ; loc0 . cs = opt . cs != null && opt . cs != FTCase . INSENSITIVE ? FTCase . SENSITIVE : FTCase ... |
36,325 | get the default cert path builder type . this value can be set at run-time by the security property `` certpathbuilder.type '' . if this property is not set , then the value returned is `` pkix '' . concode_field_sep CertPathBuilderSpi cpbSpi concode_elem_sep Provider provider concode_elem_sep String CERT_PATH_BUILDER ... | String function ( ) { String loc0 = Security . getProperty ( "srini_string" ) ; if ( loc0 == null ) loc0 = "srini_string" ; return loc0 ; } |
36,326 | gets the value of transport parameter . concode_field_sep String ttl_param concode_elem_sep String maddr_param concode_elem_sep String transport_param concode_elem_sep String lr_param concode_elem_sep String url concode_field_sep void addTransport concode_elem_sep void addLr concode_elem_sep void removeParameters conco... | String function ( ) { return getParameter ( transport_param ) ; } |
36,327 | given a string , return a url to a classpath resource of that name . concode_field_sep String digesterPath concode_elem_sep String SOURCE_FILE concode_elem_sep ActionServlet servlet concode_elem_sep String SOURCE_CLASSPATH concode_elem_sep ModuleConfig moduleConfig concode_elem_sep String rulesets concode_elem_sep Log ... | URL function ( String arg0 ) { return getClass ( ) . getClassLoader ( ) . getResource ( arg0 ) ; } |
36,328 | this method resets the incoming events time events included . concode_field_sep boolean ev concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep InternalOperationCallback operationCallback concode_elem_sep int nextStateIndex concode_elem_sep SCIInterface1Impl sCIInterface1 concode_elem_sep State[] stateVector c... | void function ( ) { sCInterface . clearEvents ( ) ; } |
36,329 | sets the value of the name property . concode_field_sep String name concode_elem_sep BigInteger count concode_elem_sep String id concode_elem_sep String poolName concode_field_sep String getName concode_elem_sep void setPoolName concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep BigInteger getCo... | void function ( final String arg0 ) { this . name = arg0 ; } |
36,330 | record the time taken by the current gc ; used to compute gc load , one of the inputs into the heap size management function concode_field_sep long endLastMajorGC concode_elem_sep double[][] generationalFunction concode_elem_sep double accumulatedGCTime concode_elem_sep double[][] nongenerationalFunction concode_elem_s... | void function ( double arg0 ) { accumulatedGCTime += arg0 ; } |
36,331 | return the sort order : ascending true or descending false . concode_field_sep Comparator<T> comparator concode_elem_sep boolean ascending concode_field_sep int compare concode_elem_sep void setAscending concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void... | boolean function ( ) { return this . ascending ; } |
36,332 | sets the access token of this o auth token . concode_field_sep OAuthToken _oAuthToken concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getGadgetKey concode_elem_sep boolean isEscapedModel... | void function ( java . lang . String arg0 ) { _oAuthToken . setAccessToken ( arg0 ) ; } |
36,333 | a variant 4 random strategy concode_field_sep StandardRandomStrategy INSTANCE concode_field_sep UUID generateUUID | int function ( ) { return 4 ; } |
36,334 | the widths of the characters . this will be null for the standard 14 fonts . concode_field_sep PDFontDescriptor fontDescriptor concode_elem_sep Matrix DEFAULT_FONT_MATRIX concode_elem_sep FontMetrics afmStandard14 concode_elem_sep COSDictionary dict concode_elem_sep List<Integer> widths concode_elem_sep CMap toUnicodeC... | List < Integer > function ( ) { if ( widths == null ) { COSArray loc0 = ( COSArray ) dict . getDictionaryObject ( COSName . WIDTHS ) ; if ( loc0 != null ) { widths = COSArrayList . convertIntegerCOSArrayToList ( loc0 ) ; } else { widths = Collections . emptyList ( ) ; } } return widths ; } |
36,335 | returns the internal file attributes of the entry . concode_field_sep short version concode_elem_sep short minVersion concode_elem_sep short internalAttributes concode_elem_sep Compression method concode_elem_sep short flags concode_elem_sep EnumSet<Feature> featureSet concode_elem_sep long crc concode_elem_sep int bit... | short function ( ) { return internalAttributes ; } |
36,336 | gets the value of the csm4 property . concode_field_sep String rowUpdateDate concode_elem_sep String docDueDate concode_elem_sep String issueState concode_elem_sep String idTypeCd concode_elem_sep String idRequirementCd concode_elem_sep String requirementPriorityCd concode_elem_sep String idNumber concode_elem_sep Stri... | String function ( ) { return csm4 ; } |
36,337 | returns the user id of this asset tag . concode_field_sep AssetTag _assetTag 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 boo... | long function ( ) { return _assetTag . getUserId ( ) ; } |
36,338 | see the factory configuration examples at factorymodulebuilder . concode_field_sep BindingCollector bindings concode_field_sep Module build concode_elem_sep Module build concode_elem_sep Module build | FactoryModuleBuilder function ( Key < T > arg0 , TypeLiteral < ? extends T > arg1 ) { bindings . addBinding ( arg0 , arg1 ) ; return this ; } |
36,339 | sets the indicates this is cross validation validates against other field . concode_field_sep Map<String,Object> values concode_elem_sep String name concode_elem_sep String errorMessage concode_elem_sep boolean crossValidation concode_field_sep void setName concode_elem_sep void setErrorMessage concode_elem_sep String ... | void function ( boolean arg0 ) { this . crossValidation = arg0 ; } |
36,340 | returns the user object with the specified name and password from this object 's set . concode_field_sep HashMappedList userList concode_elem_sep GranteeManager granteeManager concode_field_sep HsqlArrayList listVisibleUsers concode_elem_sep void removeSchemaReference concode_elem_sep String[] getInitialSchemaSQL conco... | User function ( String arg0 , String arg1 ) { if ( arg0 == null ) { arg0 = "srini_string" ; } if ( arg1 == null ) { arg1 = "srini_string" ; } User loc0 = get ( arg0 ) ; loc0 . checkPassword ( arg1 ) ; return loc0 ; } |
36,341 | check to see if the glyph outline contains any outline data . concode_field_sep GeneralPath path concode_field_sep void addTextSprite concode_elem_sep Shape getGlyphOutlineClip | boolean function ( ) { return path == null ; } |
36,342 | returns a color object used for the hint path in gridpanel . concode_field_sep PlaceHolder placeHolder concode_field_sep Color play concode_elem_sep Color next concode_elem_sep Color instructions concode_elem_sep Color bad concode_elem_sep Color save concode_elem_sep Color main concode_elem_sep Color unselected concode... | Color function ( ) { return new Color ( 154 , 249 , 108 ) ; } |
36,343 | return the dspace object that `` own '' the current object in the hierarchy . note that this method has a meaning slightly different from the getadminobject because it is independent of the action but it is in a way related to it . it defines the `` first '' dspace object other then the current one , where allowed admi... | DSpaceObject function ( ) { return null ; } |
36,344 | returns total value label concode_field_sep String L_TABLE_HEADER concode_elem_sep String L_POSITION_HEADER__PRICE concode_elem_sep String L_DOCUMENT_TYPE_KEY concode_elem_sep String L_NUMBER concode_elem_sep String L_LOCATION_FROM concode_elem_sep String L_POSITION_HEADER__INDEX concode_elem_sep String L_STATE concode... | String function ( final Locale arg0 ) { return translationService . translate ( L_TOTAL_VALUE , arg0 ) ; } |
36,345 | stop listening for shakes . concode_field_sep int MAGNITUDE_THRESHOLD concode_elem_sep SensorManager mSensorManager concode_elem_sep long mLastTimestamp concode_elem_sep double[] mMagnitudes concode_elem_sep long[] mTimestamps concode_elem_sep int VISIBLE_TIME_RANGE_MS concode_elem_sep int PERCENT_OVER_THRESHOLD_FOR_SH... | void function ( ) { if ( mSensorManager != null ) { mSensorManager . unregisterListener ( this ) ; mSensorManager = null ; } } |
36,346 | getdate object method concode_field_sep SimpleDateFormat dateFormatter concode_elem_sep SimpleDateFormat dayOfWeekFormatter concode_elem_sep SimpleDateFormat timeFormatter concode_field_sep Date goToNextWeek concode_elem_sep String[] colourProfiles concode_elem_sep String getTime concode_elem_sep String getTime concode... | Date function ( String arg0 ) { try { return dateFormatter . parse ( arg0 ) ; } catch ( ParseException loc0 ) { return new Date ( ) ; } } |
36,347 | get the string part of the tuple . concode_field_sep String string concode_elem_sep double weight concode_field_sep double getWeight concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString | String function ( ) { return this . string ; } |
36,348 | gets the batchsize value for this paramsgetcustomobjects . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String streamPosition concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String objTypeName concode_elem_sep boolean __hashCodeCalc concode_elem_se... | java . lang . Integer function ( ) { return batchSize ; } |
36,349 | deferred install , for when we 'll be running on another thread concode_field_sep FileInfo fileInfo concode_elem_sep boolean asyncLifecycle concode_elem_sep ThreadLocal holder concode_elem_sep UploadConfig uploadConfig concode_elem_sep String iframeContent concode_field_sep UploadStateHolder take concode_elem_sep void ... | void function ( ) { install ( ) ; } |
36,350 | get a unique filename for a video . this is based on the '' ' / device/devicepath ' / videos/date-time - '' + xxxxx where the client provides the xxxxx . concode_field_sep String VIDEO_PATH concode_elem_sep String AUDIO_PATH concode_elem_sep SimpleDateFormat dateTime concode_elem_sep String CAMERA_PATH concode_field_se... | String function ( String arg0 ) { StringBuffer loc0 = new StringBuffer ( VIDEO_PATH ) ; Date loc1 = new Date ( System . currentTimeMillis ( ) ) ; loc0 . append ( dateTime . format ( loc1 ) ) ; loc0 . append ( "srini_string" ) . append ( arg0 ) ; return loc0 . toString ( ) ; } |
36,351 | map character `` from '' to escape sequence `` to '' concode_field_sep StringEscaper xmlEscaper concode_elem_sep StringEscaper urlArgEscaper concode_elem_sep StringEscaper urlEscaper concode_elem_sep StringEscaper htmlEscaper concode_elem_sep String[] translationTable concode_elem_sep StringEscaper xmlNumericEscaper co... | void function ( char arg0 , String arg1 ) { int loc0 = arg0 ; if ( loc0 >= translationVector . size ( ) ) { translationVector . setSize ( loc0 + 1 ) ; } translationVector . setElementAt ( arg1 , loc0 ) ; } |
36,352 | gets the previous node . concode_field_sep Node next concode_elem_sep T data concode_elem_sep Node previous concode_field_sep void setData concode_elem_sep boolean equals concode_elem_sep void setNext concode_elem_sep Node clone concode_elem_sep String toString concode_elem_sep void finalize concode_elem_sep Node getNe... | Node function ( ) { return previous ; } |
36,353 | writer header for a results/model array object concode_field_sep String PNFormat concode_elem_sep String Format concode_elem_sep String PNrange concode_elem_sep boolean showUnhandled concode_elem_sep String PNbase concode_elem_sep String PNuri concode_elem_sep String PNContent concode_elem_sep String PNMapping concode_... | void function ( JSONWriterFacade arg0 , boolean arg1 ) { if ( arg1 ) arg0 . key ( PNOneResult ) ; else arg0 . key ( PNContent ) . array ( ) ; } |
36,354 | sets the value of the name property . concode_field_sep int limitRows concode_elem_sep String field concode_elem_sep List<RelatedListColumnType> columns concode_elem_sep boolean custom concode_elem_sep String name concode_elem_sep String label concode_elem_sep List<RelatedListSortType> sorts concode_elem_sep String sob... | void function ( String arg0 ) { this . name = arg0 ; } |
36,355 | prints the contents of the tree in sorted order . concode_field_sep Comparable data concode_elem_sep Node left concode_elem_sep Node root concode_elem_sep Node right concode_field_sep void add concode_elem_sep void addNode concode_elem_sep boolean find concode_elem_sep int countNodes concode_elem_sep int countNodes con... | void function ( ) { print ( root ) ; System . out . println ( ) ; } |
36,356 | gets extension point by literal . concode_field_sep PsiCacheKey<Ref<PyMagicLiteralExtensionPoint>,StringLiteralExpression> MAGIC_LITERAL_POINT concode_field_sep boolean isMagicLiteral concode_elem_sep Ref<PyMagicLiteralExtensionPoint> fun | PyMagicLiteralExtensionPoint function ( @ NotNull final StringLiteralExpression arg0 ) { return MAGIC_LITERAL_POINT . getValue ( arg0 ) . get ( ) ; } |
36,357 | creates movie object from a readablebytechannel . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | Movie function ( ReadableByteChannel arg0 ) { IsoFile loc0 = new IsoFile ( arg0 ) ; Movie loc1 = new Movie ( ) ; List < TrackBox > loc2 = loc0 . getMovieBox ( ) . getBoxes ( TrackBox . class ) ; for ( TrackBox loc3 : loc2 ) { loc1 . addTrack ( new Mp4TrackImpl ( loc3 ) ) ; } return loc1 ; } |
36,358 | format a byte array as a hex string . concode_field_sep char[] HEX_DIGITS concode_elem_sep ThreadLocal<MessageDigest> SHA_256_DIGEST concode_elem_sep ThreadLocal<MessageDigest> SHA_1_DIGEST concode_elem_sep ThreadLocal<MessageDigest> MD5_DIGEST concode_field_sep MessageDigest sha1 concode_elem_sep MessageDigest sha256 ... | String function ( byte [ ] arg0 ) { Objects . requireNonNull ( arg0 ) ; StringBuilder loc0 = new StringBuilder ( 2 * arg0 . length ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { byte loc2 = arg0 [ loc1 ] ; loc0 . append ( HEX_DIGITS [ loc2 >> 4 & 0xf ] ) . append ( HEX_DIGITS [ loc2 & 0xf ] ) ; } return lo... |
36,359 | sets the value of the htmldisplaytype property . concode_field_sep ImageDisplayType imageDisplayType concode_elem_sep FlashDisplayType flashDisplayType concode_elem_sep HtmlDisplayType htmlDisplayType concode_field_sep FlashDisplayType getFlashDisplayType concode_elem_sep void setFlashDisplayType concode_elem_sep HtmlD... | void function ( HtmlDisplayType arg0 ) { this . htmlDisplayType = arg0 ; } |
36,360 | returns a predicate that evaluates to true iff any one of its components evaluates to true . the components are evaluated in order , and evaluation will be `` short-circuited '' as soon as the answer is determined . concode_field_sep Predicate<? super T> predicate concode_elem_sep Iterable<? extends Predicate<? super T... | Predicate < T > function ( Predicate < ? super T > ... arg0 ) { return or ( Arrays . asList ( arg0 ) ) ; } |
36,361 | returns the next header . same as #nextheader nextheader , but not type-safe . concode_field_sep String headerName concode_elem_sep Header[] allHeaders concode_elem_sep int currentIndex concode_field_sep Header nextHeader concode_elem_sep boolean hasNext concode_elem_sep int findNext concode_elem_sep void remove concod... | Object function ( ) { return nextHeader ( ) ; } |
36,362 | returns a condition that always returns false . concode_field_sep Predicate<T> predicate concode_elem_sep Condition condition concode_elem_sep Supplier<? extends T> supplier concode_elem_sep boolean definingResult concode_elem_sep Condition[] conditions concode_field_sep Condition all concode_elem_sep Condition not con... | Condition function ( ) { return FALSE_CONDICATE ; } |
36,363 | returns all counts in ascending order of count . concode_field_sep Map<String,Integer> map concode_elem_sep Map<String,Integer> countMap concode_field_sep int compare concode_elem_sep int size concode_elem_sep int count concode_elem_sep Collection<String> words concode_elem_sep int rank concode_elem_sep void put | Collection < Number > function ( ) { ValueComparator loc0 = new ValueComparator ( countMap ) ; TreeMap < String , Integer > loc1 = new TreeMap < String , Integer > ( loc0 ) ; loc1 . putAll ( countMap ) ; List < Number > loc2 = new ArrayList < Number > ( ) ; for ( Integer loc3 : loc1 . values ( ) ) { loc2 . add ( loc3 )... |
36,364 | gets the value of the websitecommunication 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 websitecommunication property . for example ,... | List < WebsiteCommunication > function ( ) { if ( websiteCommunication == null ) { websiteCommunication = new ArrayList < WebsiteCommunication > ( ) ; } return this . websiteCommunication ; } |
36,365 | add a character to the word being stemmed . when you are finished adding characters , you can call stem void to process the word . concode_field_sep char[] b concode_elem_sep boolean dirty concode_elem_sep int k0 concode_elem_sep int INITIAL_SIZE concode_elem_sep int i concode_elem_sep int j concode_elem_sep int k conc... | void function ( char arg0 ) { if ( b . length <= i ) { b = ArrayUtil . grow ( b , i + 1 ) ; } b [ i ++ ] = arg0 ; } |
36,366 | a default implementation that does nothing an returns `` success '' . subclasses should override this method to provide their business logic . see also com.opensymphony.xwork2.action #execute . concode_field_sep Container container concode_elem_sep ValidationAwareSupport validationAware concode_elem_sep TextProvider te... | String function ( ) { return SUCCESS ; } |
36,367 | set the highest value for the key in the map . concode_field_sep COSDictionary node concode_elem_sep Class<? extends COSObjectable> valueType concode_field_sep Object getValue concode_elem_sep List<PDNumberTreeNode> getKids concode_elem_sep Integer getLowerLimit concode_elem_sep void setKids concode_elem_sep void setNu... | void function ( Integer arg0 ) { COSArray loc0 = ( COSArray ) node . getDictionaryObject ( COSName . LIMITS ) ; if ( loc0 == null ) { loc0 = new COSArray ( ) ; loc0 . add ( null ) ; loc0 . add ( null ) ; node . setItem ( COSName . LIMITS , loc0 ) ; } if ( arg0 != null ) { loc0 . setInt ( 1 , arg0 ) ; } else { loc0 . se... |
36,368 | apply the xpath expression and assert the resulting content as a string . concode_field_sep String expression concode_elem_sep XPathExpression xpathExpression concode_elem_sep boolean hasNamespaces concode_field_sep XPathExpression getXpathExpression concode_elem_sep XPathExpression compileXpathExpression concode_elem_... | void function ( byte [ ] arg0 , String arg1 , String arg2 ) { Document loc0 = parseXmlByteArray ( arg0 , arg1 ) ; String loc1 = evaluateXpath ( loc0 , XPathConstants . STRING , String . class ) ; assertEquals ( "srini_string" + this . expression , arg2 , loc1 ) ; } |
36,369 | fit the layer based on the specified org.deeplearning4j.spark context text file concode_field_sep JavaSparkContext sc concode_elem_sep Logger log concode_elem_sep boolean averageEachIteration concode_elem_sep SparkContext sparkContext concode_elem_sep NeuralNetConfiguration conf concode_elem_sep Broadcast<INDArray> par... | Layer function ( String arg0 , int arg1 , RecordReader arg2 ) { FeedForwardLayer loc0 = ( FeedForwardLayer ) conf . getLayer ( ) ; JavaRDD < String > loc1 = sc . textFile ( arg0 ) ; JavaRDD < DataSet > loc2 = loc1 . map ( new RecordReaderFunction ( arg2 , arg1 , loc0 . getNOut ( ) ) ) ; return fitDataSet ( loc2 ) ; } |
36,370 | true to set raw value of input fields default : false concode_field_sep Map<String,Class<?>> models concode_elem_sep String oauthClientId concode_elem_sep String oauthTokenUrl concode_elem_sep String resource concode_elem_sep String oauthClientSecret concode_elem_sep Boolean suppressAutoSysField concode_elem_sep String... | void function ( Boolean arg0 ) { this . inputDisplayValue = arg0 ; } |
36,371 | wrapper for the log method . only prints if debug is set concode_field_sep int COUNT concode_elem_sep Logger logR concode_elem_sep boolean DEBUG concode_elem_sep Logger logP concode_elem_sep SimpleDateFormat formatter concode_field_sep void process concode_elem_sep String getAttribute concode_elem_sep void log concode_... | void function ( String arg0 ) { logR . debug ( arg0 ) ; } |
36,372 | number of shards with failed snapshot concode_field_sep XContentBuilderString TOTAL concode_elem_sep XContentBuilderString INITIALIZING concode_elem_sep int doneShards concode_elem_sep int totalShards concode_elem_sep int initializingShards concode_elem_sep int failedShards concode_elem_sep XContentBuilderString FAILED... | int function ( ) { return failedShards ; } |
36,373 | this method sets the namespace of this element . concode_field_sep Element element concode_field_sep String getPretty concode_elem_sep String getName concode_elem_sep String compact concode_elem_sep Object getWithCreate concode_elem_sep void save concode_elem_sep XmlNode remove concode_elem_sep XmlNode setAttribute con... | void function ( String arg0 ) { if ( StringUtil . isEmptyOrNull ( arg0 ) ) { element . removeNamespaceDeclaration ( Namespace . getNamespace ( arg0 ) ) ; } else { element . setNamespace ( Namespace . getNamespace ( arg0 ) ) ; } } |
36,374 | writes a collection of serializable objects . the collection passed as a parameter must be a collection and not a null value . concode_field_sep ExternalizableUtil instance concode_elem_sep ExternalizableUtilStrategy strategy concode_field_sep ExternalizableUtilStrategy getStrategy concode_elem_sep void writeSerializab... | void function ( DataOutput arg0 , Collection < ? extends Serializable > arg1 ) { strategy . writeSerializableCollection ( arg0 , arg1 ) ; } |
36,375 | get the timestamp of the latest resource allocation concode_field_sep Lock readLock concode_elem_sep int THRESHOLD concode_elem_sep Resource ZERO_RESOURCE concode_elem_sep TreeMap<Long,Resource> cumulativeCapacity concode_elem_sep Lock writeLock concode_elem_sep Resource minAlloc concode_elem_sep ResourceCalculator res... | long function ( ) { readLock . lock ( ) ; try { if ( cumulativeCapacity . isEmpty ( ) ) { return - 1 ; } else { return cumulativeCapacity . lastKey ( ) ; } } finally { readLock . unlock ( ) ; } } |
36,376 | return the supported mime types . concode_field_sep Log logger concode_elem_sep List<MimeType> supportedMimeTypes concode_elem_sep ContentTypeResolver contentTypeResolver concode_elem_sep Class<?> serializedPayloadClass concode_elem_sep boolean strictContentTypeMatch concode_field_sep Message<?> toMessage concode_elem_... | List < MimeType > function ( ) { return Collections . unmodifiableList ( this . supportedMimeTypes ) ; } |
36,377 | removes component highlight from its ancestor window concode_field_sep PlaceHolder placeHolder concode_field_sep void setHiglightedComponents concode_elem_sep void setHiglightedComponents concode_elem_sep void clearHighlightedComponents concode_elem_sep void clearHighlightedComponents concode_elem_sep void setHiglighte... | void function ( final Component arg0 ) { if ( arg0 != null ) { final WebGlassPane loc0 = GlassPaneManager . getGlassPane ( SwingUtils . getWindowAncestor ( arg0 ) ) ; if ( loc0 != null ) { loc0 . removeHighlightedComponents ( arg0 ) ; } } } |
36,378 | returns the destination port of this tcpmasterconnection . concode_field_sep InetAddress m_Address concode_elem_sep int m_Timeout concode_elem_sep int m_Port concode_elem_sep Socket m_Socket concode_elem_sep boolean m_Connected concode_elem_sep Logger logger concode_elem_sep ModbusTCPTransport m_ModbusTransport concode... | int function ( ) { return m_Port ; } |
36,379 | gets the value of the causeofloss property . concode_field_sep Date reportedDate concode_elem_sep String lossDescription concode_elem_sep BigDecimal id concode_elem_sep CauseOfLossCode causeOfLoss concode_field_sep void setReportedDate concode_elem_sep void setCauseOfLoss concode_elem_sep String getLossDescription conc... | CauseOfLossCode function ( ) { return causeOfLoss ; } |
36,380 | retrieves the top-most qualified name from the qname stack . concode_field_sep ExiGrammarFactory factory concode_elem_sep Stack<QName> qnameStack concode_elem_sep Logger log concode_elem_sep ExiOptions options concode_elem_sep ExiStringTable table concode_elem_sep Stack<ExiGrammar> grammarStack concode_field_sep void s... | QName function ( ) { return getQNameStack ( ) . peek ( ) ; } |
36,381 | this method was generated by mybatis generator . this method returns the value of the database column acttac.upddat concode_field_sep String taxfg1 concode_elem_sep String recsts concode_elem_sep String taxfg3 concode_elem_sep String taxfg2 concode_elem_sep String amdtlr concode_elem_sep String taxcde concode_elem_sep ... | Date function ( ) { return upddat ; } |
36,382 | cancel the countdown . concode_field_sep long mCountdownInterval concode_elem_sep boolean mCancelled concode_elem_sep long mStopTimeInFuture concode_elem_sep int MSG concode_elem_sep Handler mHandler concode_elem_sep long mMillisInFuture concode_field_sep void onTick concode_elem_sep void handleMessage concode_elem_sep... | void function ( ) { mCancelled = true ; mHandler . removeMessages ( MSG ) ; } |
36,383 | reads a map of string key and set of strings value pairs . concode_field_sep ExternalizableUtil instance concode_elem_sep ExternalizableUtilStrategy strategy concode_field_sep ExternalizableUtilStrategy getStrategy concode_elem_sep void writeSerializable concode_elem_sep void writeLongArray concode_elem_sep String read... | int function ( DataInput arg0 , Map < String , Set < String >> arg1 ) { return strategy . readStringsMap ( arg0 , arg1 ) ; } |
36,384 | checks the availability of each source in the list of sources to be polled . concode_field_sep List<Source> sources concode_elem_sep XLogger logger concode_elem_sep Map<Source,Lock> sourceStatusThreadLocks concode_elem_sep ExecutorService pool concode_elem_sep Map<Source,CachedSource> cachedSources concode_field_sep vo... | void function ( ) { logger . trace ( "srini_string" ) ; for ( Source loc0 : sources ) { if ( loc0 != null ) { checkStatus ( loc0 ) ; } } } |
36,385 | updates the mail job in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep MailJobLocalService _mailJobLocalService concode_field_sep com.tls.liferaylms.mail.model.MailJob addMailJob concode_elem_sep com.tls.liferaylms.mail.model.MailJob addMailJob conco... | com . tls . liferaylms . mail . model . MailJob function ( com . tls . liferaylms . mail . model . MailJob arg0 , boolean arg1 ) { return _mailJobLocalService . updateMailJob ( arg0 , arg1 ) ; } |
36,386 | finds reference to a snapshotted file by its snapshot name concode_field_sep ImmutableList<SnapshotFiles> shardSnapshots concode_elem_sep XContentBuilderString SNAPSHOTS concode_elem_sep ParseField FILES concode_elem_sep XContentBuilderString FILES concode_elem_sep ImmutableMap<String,FileInfo> files concode_elem_sep P... | FileInfo function ( String arg0 ) { return files . get ( arg0 ) ; } |
36,387 | get all upload limit sizes concode_field_sep UploadLimit defaultUploadLimitMB_ concode_elem_sep int division concode_elem_sep Logger log concode_elem_sep String uploadLocation_ concode_elem_sep String UPLOAD_RESOURCES_STACK concode_elem_sep UploadUnit unit concode_elem_sep List<MimeTypeUploadPlugin> plugins concode_ele... | Map < String , UploadLimit > function ( ) { return uploadLimits ; } |
36,388 | gets the value of the licensekey property . concode_field_sep String licenseKey concode_elem_sep ManagedObjectReference _this concode_elem_sep List<KeyValue> labels concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep List<KeyValue> getLabels concode_elem_sep void setLicenseKe... | String function ( ) { return licenseKey ; } |
36,389 | getter for property ` summary ' . concode_field_sep String summary concode_elem_sep boolean isCurrentScenario concode_elem_sep List<String> services concode_elem_sep String wsuId concode_elem_sep List<String> modules concode_elem_sep String description concode_elem_sep boolean isGeneralPolicy concode_elem_sep String ca... | String function ( ) { return summary ; } |
36,390 | returns the statistics on the y values alone . concode_field_sep int BYTES concode_elem_sep long serialVersionUID concode_elem_sep double sumOfProductsOfDeltas concode_elem_sep Stats yStats concode_elem_sep Stats xStats concode_field_sep PairedStats fromByteArray concode_elem_sep double sumOfProductsOfDeltas concode_el... | Stats function ( ) { return yStats ; } |
36,391 | sets the value of the customfilters property . concode_field_sep Object parent concode_elem_sep CTTop10 top10 concode_elem_sep CTIconFilter iconFilter concode_elem_sep Boolean hiddenButton concode_elem_sep CTDynamicFilter dynamicFilter concode_elem_sep CTColorFilter colorFilter concode_elem_sep CTExtensionList extLst c... | void function ( CTCustomFilters arg0 ) { this . customFilters = arg0 ; } |
36,392 | sets the pendingtimemillis value for this jobstats . concode_field_sep java.lang.Long processingTimeMillis concode_elem_sep java.lang.Long pendingTimeMillis concode_elem_sep java.lang.String jobStatsType concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concod... | void function ( java . lang . Long arg0 ) { this . pendingTimeMillis = arg0 ; } |
36,393 | create an instance of jaxbelement concode_field_sep QName _CP_QNAME concode_elem_sep QName _URL_QNAME concode_elem_sep QName _TEXT_QNAME concode_field_sep METALINK createMETALINK concode_elem_sep MOTIONSIGNAL createMOTIONSIGNAL concode_elem_sep MEASURE createMEASURE concode_elem_sep PLACE createPLACE concode_elem_sep Q... | JAXBElement < String > function ( String arg0 ) { return new JAXBElement < String > ( _CP_QNAME , String . class , null , arg0 ) ; } |
36,394 | returns the number of phones . concode_field_sep PhoneLocalService _phoneLocalService concode_field_sep com.liferay.portal.kernel.model.Phone getPhone concode_elem_sep com.liferay.portal.kernel.model.Phone getPhoneByUuidAndCompanyId concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay... | int function ( ) { return _phoneLocalService . getPhonesCount ( ) ; } |
36,395 | sets shared memory port . concode_field_sep int tcpPort concode_elem_sep UUID procId concode_elem_sep long serialVersionUID concode_elem_sep UUID parentNodeId concode_elem_sep String addr concode_elem_sep int shmemPort concode_field_sep int tcpPort concode_elem_sep void tcpPort concode_elem_sep String address concode_e... | void function ( int arg0 ) { this . shmemPort = arg0 ; } |
36,396 | creates new instance of network , because its constructor is hidden . concode_field_sep int netId concode_field_sep int getNetId concode_elem_sep void __constructor__ | Network function ( int arg0 ) { Network loc0 = Shadow . newInstance ( Network . class , new Class [ ] { int . class } , new Object [ ] { arg0 } ) ; return loc0 ; } |
36,397 | gets the itvc_paginafinal value for this astfichasdttmtitemitvcitem . concode_field_sep int itvc_Psn_Codigo concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String itvc_Psn_ApeNomDeFirma conco... | short function ( ) { return itvc_PaginaFinal ; } |
36,398 | gets the id value for this certificacaotranspondershist . concode_field_sep java.lang.String statusCertificacao concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String dataCertificacao concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode... | int function ( ) { return id ; } |
36,399 | returns the number of iterations performed . concode_field_sep int maximumIterations concode_elem_sep double precision concode_elem_sep double desiredPrecision concode_elem_sep int iterations concode_field_sep boolean hasConverged concode_elem_sep int getMaximumIterations concode_elem_sep double relativePrecision conco... | int function ( ) { return iterations ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.