Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 76 of 76 for isFile (0.05 sec)

  1. cmd/object-api-datatypes_gen.go

    				return
    			}
    		case "Size":
    			z.Size, bts, err = msgp.ReadInt64Bytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "Size")
    				return
    			}
    		case "ActualSize":
    			if msgp.IsNil(bts) {
    				bts, err = msgp.ReadNilBytes(bts)
    				if err != nil {
    					return
    				}
    				z.ActualSize = nil
    			} else {
    				if z.ActualSize == nil {
    					z.ActualSize = new(int64)
    				}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Mon Jan 20 14:49:07 UTC 2025
    - 71.9K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    energetic remedies--'
    
      `Speak English!' said the Eaglet.  `I don't know the meaning of
    half those long words, and, what's more, I don't believe you do
    either!'  And the Eaglet bent down its head to hide a smile:
    some of the other birds tittered audibly.
    
      `What I was going to say,' said the Dodo in an offended tone,
    `was, that the best thing to get us dry would be a Caucus-race.'
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    sling
    
    // smart : Smart Communications, Inc. (SMART)
    // https://www.iana.org/domains/root/db/smart.html
    smart
    
    // smile : Amazon Registry Services, Inc.
    // https://www.iana.org/domains/root/db/smile.html
    smile
    
    // sncf : Société Nationale SNCF
    // https://www.iana.org/domains/root/db/sncf.html
    sncf
    
    // soccer : Binky Moon, LLC
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (1)
  4. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    skype
    skánit.no
    skånland.no
    sl
    slask.pl
    slattum.no
    sld.do
    sld.pa
    slg.br
    sling
    slupsk.pl
    slz.br
    sm
    sm.ua
    small-web.org
    smart
    smartlabeling.scw.cloud
    smile
    smola.no
    smushcdn.com
    smøla.no
    sn
    sn.cn
    sn.mynetname.net
    snaase.no
    snasa.no
    sncf
    snillfjord.no
    snoasa.no
    snåase.no
    snåsa.no
    so
    so.gov.pl
    so.it
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  5. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    skype
    skánit.no
    skånland.no
    sl
    slask.pl
    slattum.no
    sld.do
    sld.pa
    slg.br
    sling
    slupsk.pl
    slz.br
    sm
    sm.ua
    small-web.org
    smart
    smartlabeling.scw.cloud
    smile
    smola.no
    smushcdn.com
    smøla.no
    sn
    sn.cn
    sn.mynetname.net
    snaase.no
    snasa.no
    sncf
    snillfjord.no
    snoasa.no
    snåase.no
    snåsa.no
    so
    so.gov.pl
    so.it
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  6. api/go1.txt

    pkg unicode, func IsPrint(int32) bool
    pkg unicode, func IsPunct(int32) bool
    pkg unicode, func IsSpace(int32) bool
    pkg unicode, func IsSymbol(int32) bool
    pkg unicode, func IsTitle(int32) bool
    pkg unicode, func IsUpper(int32) bool
    pkg unicode, func SimpleFold(int32) int32
    pkg unicode, func To(int, int32) int32
    pkg unicode, func ToLower(int32) int32
    pkg unicode, func ToTitle(int32) int32
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top