Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 198 for shadow_ (0.25 sec)

  1. pkg/bootstrap/testdata/stats_compression_zstd_golden.json

          },
          {
            "tag_name": "authz_dry_run_action",
            "regex": "(\\.istio_dry_run_(allow|deny)_)"
          },
          {
            "tag_name": "authz_dry_run_result",
            "regex": "(\\.shadow_(allowed|denied))"
          }
        ],
        "stats_matcher": {
          "inclusion_list": {
            "patterns": [
              {
              "prefix": "reporter="
              },
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/stats_compression_brotli_golden.json

          },
          {
            "tag_name": "authz_dry_run_action",
            "regex": "(\\.istio_dry_run_(allow|deny)_)"
          },
          {
            "tag_name": "authz_dry_run_result",
            "regex": "(\\.shadow_(allowed|denied))"
          }
        ],
        "stats_matcher": {
          "inclusion_list": {
            "patterns": [
              {
              "prefix": "reporter="
              },
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  3. tools/packaging/common/envoy_bootstrap.json

          },
          {
            "tag_name": "authz_dry_run_action",
            "regex": "(\\.istio_dry_run_(allow|deny)_)"
          },
          {
            "tag_name": "authz_dry_run_result",
            "regex": "(\\.shadow_(allowed|denied))"
          }
        ],
        {{- if .histogram_buckets }}
        "histogram_bucket_settings": {{ toJson .histogram_buckets }},
        {{- end }}
        "stats_matcher": {
          "inclusion_list": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  4. okhttp-android/src/test/kotlin/okhttp3/android/AndroidAsyncDnsTest.kt

    import org.robolectric.annotation.Config
    import org.robolectric.shadow.api.Shadow
    
    @Config(shadows = [ShadowDnsResolver::class], sdk = [34])
    @RunWith(RobolectricTestRunner::class)
    class AndroidAsyncDnsTest {
      @Test
      fun testDnsRequestInvalid() {
        val asyncDns = AndroidAsyncDns.IPv4
        val shadowDns: ShadowDnsResolver = Shadow.extract(asyncDns.resolver)
    
        shadowDns.responder = {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 22 20:07:09 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/google/pprof/internal/driver/html/stacks.css

      line-height: 18px;
      cursor: default;
      font-family: "Google Sans", Arial, sans-serif;
      font-size: 12pt;
      z-index: 2;
    }
    /* Box highlighting via shadows to avoid size changes */
    .hilite { box-shadow: 0px 0px 0px 2px #000; z-index: 1; }
    .hilite2 { box-shadow: 0px 0px 0px 2px #000; z-index: 1; }
    /* Gap left between callers and callees */
    .separator {
      position: absolute;
      text-align: center;
      font-size: 12pt;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 15 16:39:48 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/bundling/JavaBundlingResolveIntegrationTest.groovy

            bundling           | requested         | selected
            Bundling.EMBEDDED | Bundling.EMBEDDED | Bundling.EMBEDDED
            Bundling.EMBEDDED | Bundling.SHADOWED | null
            Bundling.SHADOWED | Bundling.EMBEDDED | Bundling.SHADOWED
            Bundling.SHADOWED | Bundling.SHADOWED | Bundling.SHADOWED
        }
    
        static Closure<String> defaultStatus() {
            { -> GradleMetadataResolveRunner.useIvy() ? 'integration' : 'release' }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/list_shadow.txt

    env GO111MODULE=off
    env GOPATH=$WORK/gopath/src/shadow/root1${:}$WORK/gopath/src/shadow/root2
    
    # The math in root1 is not "math" because the standard math is.
    go list -f '({{.ImportPath}}) ({{.ConflictDir}})' ./shadow/root1/src/math
    stdout '^\(.*(\\|/)src(\\|/)shadow(\\|/)root1(\\|/)src(\\|/)math\) \('$GOROOT'(\\|/)?src(\\|/)math\)$'
    
    # The foo in root1 is "foo".
    go list -f '({{.ImportPath}}) ({{.ConflictDir}})' ./shadow/root1/src/foo
    stdout '^\(foo\) \(\)$'
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 15 00:06:54 UTC 2021
    - 1.2K bytes
    - Viewed (0)
  8. CHANGELOG/OWNERS

      - rashansmith # 1.30 Release Notes Lead
    reviewers:
      - release-managers
      - fykaa # 1.30 Release Notes Shadow
      - npolshakova # 1.30 Release Notes Shadow
      - OrlinVasilev # 1.30 Release Notes Shadow
      - rashansmith # 1.30 Release Notes Lead
      - satyampsoni # 1.30 Release Notes Shadow
    labels:
      - sig/release
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 24 16:11:28 UTC 2024
    - 801 bytes
    - Viewed (0)
  9. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/ShadowPluginSmokeTest.groovy

            "com.github.johnrengelman.shadow"   | TestedVersions.shadow         | true
            "io.github.goooler.shadow"          | TestedVersions.shadowFork     | false
        }
    
        @Override
        Map<String, Versions> getPluginsToValidate() {
            [
                'com.github.johnrengelman.shadow': Versions.of(TestedVersions.shadow),
                'io.github.goooler.shadow': Versions.of(TestedVersions.shadowFork)
            ]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/kotlinDsl/multiProjectBuild/kotlin/build.gradle.kts

    // tag::cross[]
    import com.github.jengelman.gradle.plugins.shadow.ShadowExtension
    import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
    import ratpack.gradle.RatpackExtension
    
    // tag::root[]
    plugins {
        id("com.github.johnrengelman.shadow") version "7.1.2" apply false
        id("io.ratpack.ratpack-java") version "1.8.2" apply false
    }
    // end::root[]
    
    project(":domain") {
        apply(plugin = "java-library")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.4K bytes
    - Viewed (0)
Back to top