Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for ustar (0.16 sec)

  1. src/cmd/vendor/rsc.io/markdown/entity.go

    	"⊐":                  "\u2290",
    	"⊒":             "\u2292",
    	"⊔":                     "\u2294",
    	"𝒮":                            "\U0001d4ae",
    	"⋆":                            "\u22c6",
    	"⋐":                             "\u22d0",
    	"⋐":                          "\u22d0",
    	"⊆":                     "\u2286",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  2. src/html/entity.go

    		"SquareSuperset;":                  '\U00002290',
    		"SquareSupersetEqual;":             '\U00002292',
    		"SquareUnion;":                     '\U00002294',
    		"Sscr;":                            '\U0001D4AE',
    		"Star;":                            '\U000022C6',
    		"Sub;":                             '\U000022D0',
    		"Subset;":                          '\U000022D0',
    		"SubsetEqual;":                     '\U00002286',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"standing_man":                         "\U0001f9cd\u200d\u2642\ufe0f",
    	"standing_person":                      "\U0001f9cd",
    	"standing_woman":                       "\U0001f9cd\u200d\u2640\ufe0f",
    	"star":                                 "\u2b50",
    	"star2":                                "\U0001f31f",
    	"star_and_crescent":                    "\u262a\ufe0f",
    	"star_of_david":                        "\u2721\ufe0f",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/_aws/fess.json

    "dalgunha", "dalgunhas", "dalgún", "dalgúns", "das", "de", "del", "dela", "delas", "deles", "desde", "deste", "do", "dos", "dun", "duns", "dunha", "dunhas", "e", "el", "ela", "elas", "eles", "en", "era", "eran", "esa", "esas", "ese", "eses", "esta", "estar", "estaba", "está", "están", "este", "estes", "estiven", "estou", "eu", "é", "facer", "foi", "foron", "fun", "había", "hai", "iso", "isto", "la", "las", "lle", "lles", "lo", "los", "mais", "me", "meu", "meus", "min", "miña", "miñas", "moi", "na", "nas",...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/_cloud/fess.json

    "dalgunha", "dalgunhas", "dalgún", "dalgúns", "das", "de", "del", "dela", "delas", "deles", "desde", "deste", "do", "dos", "dun", "duns", "dunha", "dunhas", "e", "el", "ela", "elas", "eles", "en", "era", "eran", "esa", "esas", "ese", "eses", "esta", "estar", "estaba", "está", "están", "este", "estes", "estiven", "estou", "eu", "é", "facer", "foi", "foron", "fun", "había", "hai", "iso", "isto", "la", "las", "lle", "lles", "lo", "los", "mais", "me", "meu", "meus", "min", "miña", "miñas", "moi", "na", "nas",...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    spot
    
    // srl : 2015-05-07 InterNetX, Corp
    srl
    
    // stada : 2014-11-13 STADA Arzneimittel AG
    stada
    
    // staples : 2015-07-30 Staples, Inc.
    staples
    
    // star : 2015-01-08 Star India Private Limited
    star
    
    // statebank : 2015-03-12 STATE BANK OF INDIA
    statebank
    
    // statefarm : 2015-07-30 State Farm Mutual Automobile Insurance Company
    statefarm
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  7. src/debug/elf/elf.go

    	EM_PCP           Machine = 55  /* Siemens PCP. */
    	EM_NCPU          Machine = 56  /* Sony nCPU. */
    	EM_NDR1          Machine = 57  /* Denso NDR1 microprocessor. */
    	EM_STARCORE      Machine = 58  /* Motorola Star*Core processor. */
    	EM_ME16          Machine = 59  /* Toyota ME16 processor. */
    	EM_ST100         Machine = 60  /* STMicroelectronics ST100 processor. */
    	EM_TINYJ         Machine = 61  /* Advanced Logic Corp. TinyJ processor. */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  8. cmd/object-handlers.go

    	opts.prefixAll = r.Header.Get(xhttp.MinIOSnowballPrefix)
    	if opts.prefixAll != "" {
    		opts.prefixAll = trimLeadingSlash(pathJoin(opts.prefixAll, slashSeparator))
    	}
    
    	if err = untar(ctx, hreader, putObjectTar, opts); err != nil {
    		apiErr := errorCodes.ToAPIErr(s3Err)
    		// If not set, convert or use BadRequest
    		if s3Err == ErrNone {
    			apiErr = toAPIError(ctx, err)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  9. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Telescopes of between 20 and 60 Feet in length, to be about 5´´ or 6´´, or at most 8´´ or 10´´ in diameter. But if the Eye-Glass be tincted faintly with the Smoak of a Lamp or Torch, to obscure the Light of the Star, the fainter Light in the Circumference of the Star ceases to be visible, and the Star (if the Glass be sufficiently soiled with Smoak) appears something more like a mathematical Point. And for the same Reason, the enormous Part of the Light in the Circumference of every lucid Point ought to...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    but it just missed her.
    
      Alice caught the baby with some difficulty, as it was a queer-
    shaped little creature, and held out its arms and legs in all
    directions, `just like a star-fish,' thought Alice.  The poor
    little thing was snorting like a steam-engine when she caught it,
    and kept doubling itself up and straightening itself out again,
    so that altogether, for the first minute or two, it was as much
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
Back to top