Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 319 for seal (0.04 sec)

  1. pilot/pkg/networking/core/listener_inbound.go

    	// present to handle all unmatched traffic. These have a few naming and quirks that require
    	// different configuration.
    	passthrough bool
    
    	// bindToPort determines if this chain should form a real listener that actually binds to a real port,
    	// or if it should just be a filter chain part of the 'virtual inbound' listener.
    	bindToPort bool
    
    	// hbone determines if this is coming from an HBONE request originally
    	hbone bool
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto

      // The source IPs are listed from (in order):
      // 1. X-Forwarded-For request header IPs
      // 2. X-Real-Ip header, if not present in the X-Forwarded-For list
      // 3. The remote address for the connection, if it doesn't match the last
      //    IP in the list up to here (X-Forwarded-For or X-Real-Ip).
      // Note: All but the last IP can be arbitrarily set by the client.
      // +optional
      // +listType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  3. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/TaskReportTaskIntegrationTest.groovy

        @Issue("https://issues.gradle.org/browse/GRADLE-2023")
        def "can deal with tasks with named task dependencies that are created by rules"() {
            when:
            buildFile << getBuildScriptContent()
    
            then:
            succeeds TASKS_DETAILED_REPORT_TASK
        }
    
        @Issue("https://issues.gradle.org/browse/GRADLE-2023")
        def "can deal with tasks with named task dependencies that are created by rules - multiproject"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  4. licenses/cel.dev/expr/LICENSE

          worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          (except as stated in this section) patent license to make, have made,
          use, offer to sell, sell, import, and otherwise transfer the Work,
          where such license applies only to those patent claims licensable
          by such Contributor that are necessarily infringed by their
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 17:05:56 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/execution/taskgraph/RuleTaskBridgingIntegrationTest.groovy

            tasks.withType(OverruleTask) { it.text = "actionWoman I'm the real commander" }
            tasks.withType(ClimbTask).all { it.steps = 14 }
            tasks.matching { it.name.contains('jump') }.all { it.height = 7 }
    
    
            //It should be possible to reference the tasks without having to do tasks.realize()
            assert overruleTask.text == "actionWoman I'm the real commander"
            assert jumpTask.height == 7
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 12:57:53 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/componentconfigs/fakeconfig_test.go

    func fakeKnownContext(f func()) {
    	// Save the real values
    	realKnown := known
    	realScheme := Scheme
    	realCodecs := Codecs
    
    	// Replace the context with the fake context
    	known = fakeKnown
    	Scheme = kubeadmscheme.Scheme
    	Codecs = kubeadmscheme.Codecs
    
    	// Upon function exit, restore the real values
    	defer func() {
    		known = realKnown
    		Scheme = realScheme
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:36:00 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  7. tools/istio-iptables/pkg/dependencies/implementation_linux.go

    		// so the passwd lookup doesn't need to succeed at all for Istio to function.
    		// Effectively, we want a mini-container. In fact, running in a real container would be ideal but it is hard to do portably.
    		// See https://github.com/istio/istio/issues/48416 for a real world example of this case.
    		if err := mount("/dev/null", "/etc/nsswitch.conf"); err != nil {
    			return fmt.Errorf("bind mount to %q failed: %v", "/etc/nsswitch.conf", err)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 20:49:10 UTC 2024
    - 12K bytes
    - Viewed (0)
  8. licenses/cel.dev/expr/proto/test/v1/LICENSE

          worldwide, non-exclusive, no-charge, royalty-free, irrevocable
          (except as stated in this section) patent license to make, have made,
          use, offer to sell, sell, import, and otherwise transfer the Work,
          where such license applies only to those patent claims licensable
          by such Contributor that are necessarily infringed by their
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 17:05:56 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  9. src/hash/crc32/crc32_test.go

    		return slicingUpdate(crc, slicingTable, b)
    	})
    }
    
    func TestGolden(t *testing.T) {
    	testGoldenIEEE(t, ChecksumIEEE)
    
    	// Some implementations have special code to deal with misaligned
    	// data; test that as well.
    	for delta := 1; delta <= 7; delta++ {
    		testGoldenIEEE(t, func(b []byte) uint32 {
    			ieee := NewIEEE()
    			d := delta
    			if d >= len(b) {
    				d = len(b)
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  10. src/runtime/profbuf.go

    // to hold more data, the overflow entry is stored as a pending overflow
    // entry in the fields overflow and overflowTime. The pending overflow
    // entry can be turned into a real record by either the writer or the
    // reader. If the writer is called to write a new record and finds that
    // the output buffer has room for both the pending overflow entry and the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top