Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 39 of 39 for Option (0.17 sec)

  1. 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)
  2. 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)
  3. 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)
  4. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.css

    .uk-table th{color:rgba(255,255,255,.7)}.uk-card-primary.uk-card-body .uk-table caption,.uk-card-primary>:not([class*=uk-card-media]) .uk-table caption,.uk-card-secondary.uk-card-body .uk-table caption,.uk-card-secondary>:not([class*=uk-card-media]) .uk-table caption,.uk-light .uk-table caption,.uk-offcanvas-bar .uk-table caption,.uk-overlay-primary .uk-table caption,.uk-section-primary:not(.uk-preserve-color) .uk-table caption,.uk-section-secondary:not(.uk-preserve-color) .uk-table caption,.uk-tile-p...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 257.2K bytes
    - Viewed (0)
  5. 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)
  6. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    granted under this Agreement are reserved. This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation....
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  7. 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)
  8. pkg/proxy/iptables/proxier_test.go

    	return true
    }
    
    // runChain runs the given packet through the rules in the given table and chain, updating
    // tracer's internal state accordingly. It returns true if it hits a terminal action.
    func (tracer *iptablesTracer) runChain(table utiliptables.Table, chain utiliptables.Chain, sourceIP, protocol, destIP, destPort string) bool {
    	c, _ := tracer.ipt.Dump.GetChain(table, chain)
    	if c == nil {
    		return false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  9. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="video/jpeg2000"/>
    
      <mime-type type="video/mj2">
        <sub-class-of type="image/x-jp2-container" />
        <acronym>MJ2</acronym>
        <_comment>JPEG 2000 Part 3 (Motion JPEG, MJ2)</_comment>
        <magic priority="50">
          <match value="0x0000000C6A5020200D0A870A" type="string" offset="0">
            <match value="0x6d6a7032" type="string" offset="20"/>
          </match>
        </magic>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top