Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 60 for pages64 (0.14 sec)

  1. cmd/object_api_suite_test.go

    		}
    		if result.IsTruncated {
    			t.Errorf("%s: Expected IsTruncated to be `false`, but instead found it to be `%v`", instanceType, result.IsTruncated)
    		}
    	}
    
    	// check after paging occurs pages work.
    	for i := 6; i <= 10; i++ {
    		key := "obj" + strconv.Itoa(i)
    		_, err = obj.PutObject(context.Background(), "bucket", key, mustGetPutObjReader(t, bytes.NewBufferString(uploadContent), int64(len(uploadContent)), "", ""), opts)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  2. guava/src/com/google/common/net/HttpHeaders.java

       * X-DNS-Prefetch-Control}</a> header controls DNS prefetch behavior. Value can be "on" or "off".
       * By default, DNS prefetching is "on" for HTTP pages and "off" for HTTPS pages.
       */
      public static final String X_DNS_PREFETCH_CONTROL = "X-DNS-Prefetch-Control";
      /**
       * The HTTP <a href="http://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing">
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 01 18:44:57 UTC 2024
    - 34.3K bytes
    - Viewed (0)
  3. src/slices/zsortanyfunc.go

    // Storage Merging by Symmetric Comparisons", in Susanne Albers and Tomasz
    // Radzik, editors, Algorithms - ESA 2004, volume 3221 of Lecture Notes in
    // Computer Science, pages 714-723. Springer, 2004.
    //
    // Let M = m-a and N = b-n. Wolog M < N.
    // The recursion depth is bound by ceil(log(N+M)).
    // The algorithm needs O(M*log(N/M + 1)) calls to data.Less.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 23:33:29 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/signing_plugin.adoc

    The Signing Plugin currently only provides support for generating https://en.wikipedia.org/wiki/Pretty_Good_Privacy#OpenPGP[OpenPGP signatures] (which is the signature format http://central.sonatype.org/pages/requirements.html#sign-files-with-gpgpgp[required for publication to the Maven Central Repository]).
    
    [[sec:signing_usage]]
    == Usage
    
    To use the Signing Plugin, include the following in your build script:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 14.4K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_fr.properties

    labels.menu_system	=	Système
    labels.menu_wizard	=	Assistant
    labels.menu_crawl_config	=	Général
    labels.menu_scheduler_config	=	Planificateur
    labels.menu_dashboard_config	=	Tableau de bord
    labels.menu_design	=	Conception de pages
    labels.menu_dict	=	Dictionnaire
    labels.menu_data	=	Restauration de sauvegarde
    labels.menu_crawl	=	Crawler
    labels.menu_web	=	Web
    labels.menu_file_system	=	Système de fichiers
    labels.menu_data_store	=	Data store
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/net/HttpHeaders.java

       * X-DNS-Prefetch-Control}</a> header controls DNS prefetch behavior. Value can be "on" or "off".
       * By default, DNS prefetching is "on" for HTTP pages and "off" for HTTPS pages.
       */
      public static final String X_DNS_PREFETCH_CONTROL = "X-DNS-Prefetch-Control";
      /**
       * The HTTP <a href="http://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing">
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 01 18:44:57 UTC 2024
    - 34.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/google/pprof/internal/elfexec/elfexec.go

    // greater than the mapping file offset, or if the mapping includes the last
    // page of the segment, but not the full segment and the mapping includes
    // additional pages after the segment end.
    // The function returns a slice of pointers to the headers in the input
    // slice, which are valid only while phdrs is not modified or discarded.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  8. src/slices/zsortordered.go

    // Storage Merging by Symmetric Comparisons", in Susanne Albers and Tomasz
    // Radzik, editors, Algorithms - ESA 2004, volume 3221 of Lecture Notes in
    // Computer Science, pages 714-723. Springer, 2004.
    //
    // Let M = m-a and N = b-n. Wolog M < N.
    // The recursion depth is bound by ceil(log(N+M)).
    // The algorithm needs O(M*log(N/M + 1)) calls to data.Less.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 23:33:29 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  9. src/runtime/sys_openbsd_ppc64.s

    	RET
    
    TEXT runtime·madvise_trampoline(SB),NOSPLIT,$32
    	MOVD	8(R3), R4		// arg 2 - len
    	MOVW	16(R3), R5		// arg 3 - advice
    	MOVD	0(R3), R3		// arg 1 - addr
    	CALL	libc_madvise(SB)
    	// ignore failure - maybe pages are locked
    	RET
    
    TEXT runtime·open_trampoline(SB),NOSPLIT,$32
    	MOVW	8(R3), R4		// arg 2 - flags
    	MOVW	12(R3), R5		// arg 3 - mode
    	MOVD	0(R3), R3		// arg 1 - path
    	MOVD	$0, R6			// varargs
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 02:48:11 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  10. src/runtime/sys_openbsd_arm64.s

    	RET
    
    TEXT runtime·madvise_trampoline(SB), NOSPLIT, $0
    	MOVD	8(R0), R1		// arg 2 - len
    	MOVW	16(R0), R2		// arg 3 - advice
    	MOVD	0(R0), R0		// arg 1 - addr
    	CALL	libc_madvise(SB)
    	// ignore failure - maybe pages are locked
    	RET
    
    TEXT runtime·open_trampoline(SB),NOSPLIT,$0
    	MOVW	8(R0), R1		// arg 2 - flags
    	MOVW	12(R0), R2		// arg 3 - mode
    	MOVD	0(R0), R0		// arg 1 - path
    	MOVD	$0, R3			// varargs
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 15.1K bytes
    - Viewed (0)
Back to top