Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 60 for naked (0.35 sec)

  1. pkg/test/framework/features/allowlist.txt

    cni,TestCNIReachability/global-mtls-on/naked->http://headless:http
    cni,TestCNIReachability/global-mtls-on/naked->http://multiversion:http
    cni,TestCNIReachability/global-mtls-on/naked->http://naked:http
    cni,TestCNIReachability/global-mtls-on/naked->tcp://a:tcp
    cni,TestCNIReachability/global-mtls-on/naked->tcp://b:tcp
    cni,TestCNIReachability/global-mtls-on/naked->tcp://multiversion:tcp
    cni,TestCNIReachability/global-mtls-on/naked->tcp://naked:tcp
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 103.9K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    	modes := []string{"STRICT", "PERMISSIVE", "DISABLE"}
    
    	mtlsHost := host.Name(t.Apps.A.Config().ClusterLocalFQDN())
    	nakedHost := host.Name(t.Apps.Naked.Config().ClusterLocalFQDN())
    	httpsPort := ports.HTTP.ServicePort
    	httpsAutoPort := ports.AutoHTTPS.ServicePort
    	snis := []string{
    		model.BuildSubsetKey(model.TrafficDirectionOutbound, "", mtlsHost, httpsPort),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    but the other Circle, illuminated with homogeneal Light, appeared circular and distinctly defined, as when 'tis view'd with the naked Eye. Which proves the whole Proposition. _Exper._ 14. In the homogeneal Light I placed Flies, and such-like minute Objects, and viewing them through a Prism, I saw their Parts as distinctly defined, as if I had viewed them with the naked Eye. The same Objects placed in the Sun's unrefracted heterogeneal Light, which was white, I viewed also through a Prism, and saw...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. src/cmd/go/alldocs.go

    //
    // Version prints the build information for Go binary files.
    //
    // Go version reports the Go version used to build each of the named files.
    //
    // If no files are named on the command line, go version prints its own
    // version information.
    //
    // If a directory is named, go version walks that directory, recursively,
    // looking for recognized Go binaries and reporting their versions.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  5. src/cmd/go/internal/load/pkg.go

    		p.Internal.Gccgoflags = BuildGccgoflags.For(p)
    	}
    }
    
    // GoFilesPackage creates a package for building a collection of Go files
    // (typically named on the command line). The target is named p.a for
    // package p or named after the first Go file for package main.
    func GoFilesPackage(ctx context.Context, opts PackageOpts, gofiles []string) *Package {
    	modload.Init()
    
    	for _, f := range gofiles {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  6. src/net/http/transport_test.go

    		"|http|host-3.dns-is-faked.golang:" + port,
    	}
    	if got := tr.IdleConnKeysForTesting(); !reflect.DeepEqual(got, want) {
    		t.Fatalf("idle conn keys mismatch.\n got: %q\nwant: %q\n", got, want)
    	}
    
    	// Now hitting the 5th host should kick out the first host:
    	hitHost(4)
    	want = []string{
    		"|http|host-1.dns-is-faked.golang:" + port,
    		"|http|host-2.dns-is-faked.golang:" + port,
    		"|http|host-3.dns-is-faked.golang:" + port,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  7. src/database/sql/sql.go

    	// arguments.
    	Value any
    }
    
    // Named provides a more concise way to create [NamedArg] values.
    //
    // Example usage:
    //
    //	db.ExecContext(ctx, `
    //	    delete from Invoice
    //	    where
    //	        TimeCreated < @end
    //	        and TimeCreated >= @start;`,
    //	    sql.Named("start", startTime),
    //	    sql.Named("end", endTime),
    //	)
    func Named(name string, value any) NamedArg {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

            where:
            type           | value
            "boolean"      | "true"
            "int"          | "123"
            "List<Object>" | "[123, 'abc']"
            "Named"        | "objects.named(Named, 'abc')"
        }
    
        def "each file is transformed once per transform class"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  9. src/main/webapp/js/admin/bootstrap.min.js.map

    $(this).data(DATA_KEY, data)\n      }\n\n      if (typeof config === 'number') {\n        data.to(config)\n      } else if (typeof action === 'string') {\n        if (typeof data[action] === 'undefined') {\n          throw new TypeError(`No method named \"${action}\"`)\n        }\n        data[action]()\n      } else if (_config.interval && _config.ride) {\n        data.pause()\n        data.cycle()\n      }\n    })\n  }\n\n  static _dataApiClickHandler(event) {\n    const selector = Util.getSele...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 185.8K bytes
    - Viewed (0)
  10. src/main/webapp/js/bootstrap.min.js.map

    $(this).data(DATA_KEY, data)\n      }\n\n      if (typeof config === 'number') {\n        data.to(config)\n      } else if (typeof action === 'string') {\n        if (typeof data[action] === 'undefined') {\n          throw new TypeError(`No method named \"${action}\"`)\n        }\n        data[action]()\n      } else if (_config.interval && _config.ride) {\n        data.pause()\n        data.cycle()\n      }\n    })\n  }\n\n  static _dataApiClickHandler(event) {\n    const selector = Util.getSele...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
Back to top