Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 106 for _ignored (0.23 sec)

  1. pkg/config/validation/validation.go

    			// Warn for backwards compatibility
    			v = AppendWarningf(v, "%v mode does not use certificates, they will be ignored", tls.Mode)
    		}
    	}
    
    	if (tls.Mode == networking.ServerTLSSettings_SIMPLE || tls.Mode == networking.ServerTLSSettings_MUTUAL ||
    		tls.Mode == networking.ServerTLSSettings_OPTIONAL_MUTUAL) && tls.CredentialName != "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  2. cluster/gce/util.sh

        echo "Deleting firewall rules remaining in network ${NETWORK}: ${fws[*]}"
        delete-firewall-rules "${fws[@]}"
      else
        echo "No firewall rules in network ${NETWORK}"
      fi
    }
    
    # Ignores firewall rule arguments that do not exist in NETWORK_PROJECT.
    function delete-firewall-rules() {
      for fw in "$@"; do
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

        ConversionPatternRewriter& rewriter) {
      return failure();
    }
    
    // Converts a mhlo.reduce op with a mlho binary operation into a tensorflow
    // reduction operation. If the initial value can be ignored, then convert it
    // into a single TfReduceOp. Otherwise, convert it into a TfReduceOp followed by
    // a TfBinaryOp.
    // For example:
    //   1) A mhlo::ReduceOp on value `x` with a mhlo::AndOp and a constant initial
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  4. pkg/apis/batch/validation/validation_test.go

    							},
    						}},
    					},
    				},
    			},
    			opts: JobValidationOptions{RequirePrefixedLabels: true},
    		},
    		`spec.podFailurePolicy.rules[0].action: Required value: valid values: ["Count" "FailIndex" "FailJob" "Ignore"]`: {
    			job: batch.Job{
    				ObjectMeta: validJobObjectMeta,
    				Spec: batch.JobSpec{
    					Selector: validGeneratedSelector,
    					Template: validPodTemplateSpecForGeneratedRestartPolicyNever,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  5. src/net/http/transport_test.go

    			return
    		}
    		c.Close()
    	})).ts
    
    	c := ts.Client()
    	c.Transport.(*Transport).Proxy = func(r *Request) (*url.URL, error) {
    		return url.Parse(ts.URL)
    	}
    	// These should be ignored:
    	c.Transport.(*Transport).ProxyConnectHeader = Header{
    		"User-Agent": {"foo"},
    		"Other":      {"bar"},
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  6. src/net/http/serve_test.go

    Expect: 100-continue
    Content-Length: 10
    
    HelloWorldPUT /noreadbody HTTP/1.1
    User-Agent: PycURL/7.22.0
    Host: 127.0.0.1:9000
    Accept: */*
    Expect: 100-continue
    Content-Length: 10
    
    GET /should-be-ignored HTTP/1.1
    Host: foo
    
    `)
    	var buf strings.Builder
    	conn := &rwTestConn{
    		Reader: bytes.NewReader(req),
    		Writer: &buf,
    		closec: make(chan bool, 1),
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  7. src/database/sql/sql.go

    // putConnDBLocked will satisfy a connRequest if there is one, or it will
    // return the *driverConn to the freeConn list if err == nil and the idle
    // connection limit will not be exceeded.
    // If err != nil, the value of dc is ignored.
    // If err == nil, then dc must not equal nil.
    // If a connRequest was fulfilled or the *driverConn was placed in the
    // freeConn list, then true is returned, otherwise false is returned.
    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. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	IN_DELETE                                   = 0x200
    	IN_DELETE_SELF                              = 0x400
    	IN_DONT_FOLLOW                              = 0x2000000
    	IN_EXCL_UNLINK                              = 0x4000000
    	IN_IGNORED                                  = 0x8000
    	IN_ISDIR                                    = 0x40000000
    	IN_LOOPBACKNET                              = 0x7f
    	IN_MASK_ADD                                 = 0x20000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet_pods_test.go

    				// UID is updated, which causes pod config to deliver DELETE -> ADD while the old pod is still shutting
    				// down and the pod worker to ignore the ADD. The HandlePodCleanups method then is responsible for syncing
    				// that pod to the pod worker so that it restarts.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	MAX_COMPUTERNAME_LENGTH = 15
    
    	MAX_DHCPV6_DUID_LENGTH = 130
    
    	MAX_DNS_SUFFIX_STRING_LENGTH = 256
    
    	TIME_ZONE_ID_UNKNOWN  = 0
    	TIME_ZONE_ID_STANDARD = 1
    
    	TIME_ZONE_ID_DAYLIGHT = 2
    	IGNORE                = 0
    	INFINITE              = 0xffffffff
    
    	WAIT_ABANDONED = 0x00000080
    	WAIT_OBJECT_0  = 0x00000000
    	WAIT_FAILED    = 0xFFFFFFFF
    
    	// Access rights for process.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
Back to top