Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 31 for Option (0.19 sec)

  1. staging/src/k8s.io/api/core/v1/generated.proto

      repeated string searches = 2;
    
      // A list of DNS resolver options.
      // This will be merged with the base options generated from DNSPolicy.
      // Duplicated entries will be removed. Resolution options given in Options
      // will override those that appear in the base DNSPolicy.
      // +optional
      // +listType=atomic
      repeated PodDNSConfigOption options = 3;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  2. doc/go_spec.html

    Factor      = production_name | token [ "…" token ] | Group | Option | Repetition .
    Group       = "(" Expression ")" .
    Option      = "[" Expression "]" .
    Repetition  = "{" Expression "}" .
    </pre>
    
    <p>
    Productions are expressions constructed from terms and the following
    operators, in increasing precedence:
    </p>
    <pre class="grammar">
    |   alternation
    ()  grouping
    []  option (0 or 1 times)
    {}  repetition (0 to n times)
    </pre>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	// A list of DNS resolver options.
    	// This will be merged with the base options generated from DNSPolicy.
    	// Duplicated entries will be removed. Resolution options given in Options
    	// will override those that appear in the base DNSPolicy.
    	// +optional
    	// +listType=atomic
    	Options []PodDNSConfigOption `json:"options,omitempty" protobuf:"bytes,3,rep,name=options"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * 👷 Upgrade custom GitHub Action comment-docs-preview-in-pr. PR [#10916](https://github.com/tiangolo/fastapi/pull/10916) by [@tiangolo](https://github.com/tiangolo).
    * ⬆️ Upgrade GitHub Action latest-changes. PR [#10915](https://github.com/tiangolo/fastapi/pull/10915) by [@tiangolo](https://github.com/tiangolo).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    			// here. It also says both parties must support at least
    			// TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 so there's no
    			// excuses here. If we really must, we could allow an
    			// "AllowInsecureWeakCiphers" option on the server later.
    			// Let's see how it plays out first.
    			sc.rejectConn(http2ErrCodeInadequateSecurity, fmt.Sprintf("Prohibited TLS 1.2 Cipher Suite: %x", sc.tlsState.CipherSuite))
    			return
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"options":     "A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.",
    }
    
    func (PodDNSConfig) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * comment: The option 'fillLimit' of page range for paging
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getPagingPageRangeFillLimit();
    
        /**
         * Is the property for the key 'paging.page.range.fill.limit' true? <br>
         * The value is, e.g. true <br>
         * comment: The option 'fillLimit' of page range for paging
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  8. pkg/registry/core/service/storage/storage_test.go

    func (f fakeTestingT) Errorf(format string, args ...interface{}) {}
    
    func verifyEquiv(t testingTInterface, call string, tc *svcTestCase, got *api.Service) bool {
    	t.Helper()
    
    	// For when we compare objects.
    	options := []cmp.Option{
    		// These are system-assigned values, we don't need to compare them.
    		cmpopts.IgnoreFields(api.Service{}, "UID", "ResourceVersion", "CreationTimestamp"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssagen/ssa.go

    	openDefers []*openDeferInfo
    	// For open-coded defers, this is the beginning and end blocks of the last
    	// defer exit code that we have generated so far. We use these to share
    	// code between exits if the shareDeferExits option (disabled by default)
    	// is on.
    	lastDeferExit       *ssa.Block // Entry block of last defer exit code we generated
    	lastDeferFinalBlock *ssa.Block // Final block of last defer exit code we generated
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  10. pkg/apis/core/v1/zz_generated.conversion.go

    	out.LastTimestamp = in.LastTimestamp
    	out.Count = in.Count
    	out.Type = in.Type
    	out.EventTime = in.EventTime
    	out.Series = (*core.EventSeries)(unsafe.Pointer(in.Series))
    	out.Action = in.Action
    	out.Related = (*core.ObjectReference)(unsafe.Pointer(in.Related))
    	out.ReportingController = in.ReportingController
    	out.ReportingInstance = in.ReportingInstance
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
Back to top