Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 83 for adaptive (0.18 sec)

  1. guava/src/com/google/common/escape/Escaper.java

     * escape strings and concatenate the results is if you can rule out this possibility, either by
     * splitting an existing long string into short strings adaptively around {@linkplain
     * Character#isHighSurrogate surrogate} {@linkplain Character#isLowSurrogate pairs}, or by starting
     * with short strings already known to be free of unpaired surrogates.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Oct 01 16:02:17 UTC 2021
    - 4.6K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/CircularEvaluationSpec.groovy

                consumer << safeConsumers()
            }
    
            void assertExceptionHasExpectedCycle(CircularEvaluationException ex, def provider, def property) {
                // A Property may wrap the provider in the type-adapting one, adding an extra item to the evaluation chain.
                // To account for this, we only check the beginning of the chain, and its last element.
                assert ex.evaluationCycle[0..1] == [provider, property]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 15 20:21:32 UTC 2023
    - 8K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/escape/Escaper.java

     * escape strings and concatenate the results is if you can rule out this possibility, either by
     * splitting an existing long string into short strings adaptively around {@linkplain
     * Character#isHighSurrogate surrogate} {@linkplain Character#isLowSurrogate pairs}, or by starting
     * with short strings already known to be free of unpaired surrogates.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Oct 01 16:02:17 UTC 2021
    - 4.6K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/imagelocality/image_locality.go

    		if state, ok := nodeInfo.ImageStates[normalizedImageName(container.Image)]; ok {
    			sum += scaledImageScore(state, totalNumNodes)
    		}
    	}
    	return sum
    }
    
    // scaledImageScore returns an adaptively scaled score for the given state of an image.
    // The size of the image is used as the base score, scaled by a factor which considers how much nodes the image has "spread" to.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 19 06:17:57 UTC 2024
    - 5K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/api/internal/initialization/transform/BaseInstrumentingArtifactTransform.java

                // Jars that are already in the global cache don't need to be copied, since
                // the global caches are additive only and jars shouldn't be deleted or changed during the build.
                outputs.file(input);
            } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 14:22:44 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenBomResolveIntegrationTest.groovy

                        byConstraint()
                    }
                }
            }
        }
    
        def "exclusions from multiple bom dependencyManagement entries are additive"() {
            given:
            moduleA
                .dependsOn(mavenHttpRepo.module("group", "moduleC", "1.0").allowAll().publish())
                .dependsOn(mavenHttpRepo.module("group", "moduleD", "1.0").allowAll().publish())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/tracing.go

    		}
    
    		uri, err := url.JoinPath(hostname, "api/v2/samplingConfiguration")
    		if err != nil {
    			return nil, fmt.Errorf("could not parse dynatrace adaptative sampling endpoint %v", err)
    		}
    
    		dsc.HttpService = &core.HttpService{
    			HttpUri: &core.HttpUri{
    				Uri: uri,
    				HttpUpstreamType: &core.HttpUri_Cluster{
    					Cluster: cluster,
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/css/manual.css

    sup.footnoteref {
    	font-size: 0.875em;
    	position: static;
    	vertical-align: super;
    }
    
    sup.footnote a,
    sup.footnoteref a {
    	text-decoration: none;
    }
    
    sup.footnote a:active,
    sup.footnoteref a:active {
    	text-decoration: underline;
    }
    
    #footnotes {
    	padding-top: 0.75em;
    	padding-bottom: 0.75em;
    	margin-bottom: 0.625em;
    }
    
    #footnotes hr {
    	width: 20%;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  9. pkg/apis/authorization/types.go

    // the set of authorizers the server is configured with and any errors experienced during evaluation.
    // Because authorization rules are additive, if a rule appears in a list it's safe to assume the subject has that permission,
    // even if that list is incomplete.
    type SubjectRulesReviewStatus struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 08:53:21 UTC 2019
    - 10K bytes
    - Viewed (0)
  10. src/crypto/aes/const.go

    	0x17, 0x2b, 0x04, 0x7e, 0xba, 0x77, 0xd6, 0x26, 0xe1, 0x69, 0x14, 0x63, 0x55, 0x21, 0x0c, 0x7d,
    }
    
    // Lookup tables for encryption.
    // These can be recomputed by adapting the tests in aes_test.go.
    
    var te0 = [256]uint32{
    	0xc66363a5, 0xf87c7c84, 0xee777799, 0xf67b7b8d, 0xfff2f20d, 0xd66b6bbd, 0xde6f6fb1, 0x91c5c554,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 01 21:52:00 UTC 2018
    - 29.3K bytes
    - Viewed (0)
Back to top