Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 83 for adaptive (0.28 sec)

  1. android/guava/src/com/google/common/net/MediaType.java

      public static final MediaType MICROSOFT_WORD = createConstant(APPLICATION_TYPE, "msword");
    
      /**
       * Media type for <a
       * href="https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP">Dynamic Adaptive
       * Streaming over HTTP (DASH)</a>. This is <a
       * href="https://www.iana.org/assignments/media-types/application/dash+xml">registered</a> with
       * the IANA.
       *
       * @since 28.2
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  2. guava/src/com/google/common/net/MediaType.java

      public static final MediaType MICROSOFT_WORD = createConstant(APPLICATION_TYPE, "msword");
    
      /**
       * Media type for <a
       * href="https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP">Dynamic Adaptive
       * Streaming over HTTP (DASH)</a>. This is <a
       * href="https://www.iana.org/assignments/media-types/application/dash+xml">registered</a> with
       * the IANA.
       *
       * @since 28.2
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

            if (StringUtil.isBlank(fessConfig.getIndexReindexRequestsPerSecond())) {
                return null;
            }
            final String value = fessConfig.getIndexReindexRequestsPerSecond();
            if ("adaptive".equalsIgnoreCase(value)) {
                if (fessConfig.availableProcessors() >= 4) {
                    return null;
                }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  4. src/crypto/tls/common.go

    	// post-quantum key exchange. To disable it, set CurvePreferences explicitly
    	// or use the GODEBUG=tlskyber=0 environment variable.
    	CurvePreferences []CurveID
    
    	// DynamicRecordSizingDisabled disables adaptive sizing of TLS records.
    	// When true, the largest possible TLS record size is always used. When
    	// false, the size of TLS records may be adjusted in an attempt to
    	// improve latency.
    	DynamicRecordSizingDisabled bool
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'adaptive.load.control'. <br>
         * The value is, e.g. 50 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getAdaptiveLoadControl();
    
        /**
         * Get the value for the key 'adaptive.load.control' as {@link Integer}. <br>
         * The value is, e.g. 50 <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/internal/classpath/CallInterceptingMetaClass.java

            }
        }
    
        //region implementations delegating to adaptee
        @Override
        public MetaClass getAdaptee() {
            return adaptee;
        }
    
        @Override
        public void setAdaptee(MetaClass metaClass) {
            adaptee = metaClass;
        }
    
        @Override
        public synchronized void initialize() {
            this.adaptee.initialize();
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 13:46:35 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  7. javadoc-stylesheet.css

        text-align:left;
        padding:3px 3px 3px 7px;
    }
    td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Jul 17 21:01:06 UTC 2013
    - 11.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/pkg/genericclioptions/command_headers.go

    //
    // Each call overwrites the previously parsed command headers (not additive).
    // TODO(seans3): Parse/add flags removing PII from flag values.
    func (c *CommandHeaderRoundTripper) ParseCommandHeaders(cmd *cobra.Command, args []string) {
    	if cmd == nil {
    		return
    	}
    	// Overwrites previously parsed command headers (headers not additive).
    	c.Headers = map[string]string{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  9. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/plugins/JavaGradlePluginPluginTestKitSetupIntegrationTest.groovy

                    }
                }
            """
    
            expect:
            succeeds 'assertFunctionalTestHasTestKit', 'assertIntegrationTestHasTestKit'
        }
    
        def "usage of NON additive testSourceSets method overwrites earlier additive usage of testSourceSet"() {
            given:
            buildFile << """
                def integrationTest = sourceSets.create('integrationTest') {
                    java {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/css/javadoc.css

    .usesSummary caption a:hover,
    .overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
    .constantsSummary caption a:active, .deprecatedSummary caption a:active,
    .requiresSummary caption a:active, .packagesSummary caption a:active, .providesSummary caption a:active,
    .usesSummary caption a:active,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
Back to top