Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for minutos (0.57 sec)

  1. src/cmd/go/testdata/script/test_cache_inputs.txt

    # We're testing cache behavior, so start with a clean GOCACHE.
    env GOCACHE=$WORK/cache
    
    # Build a helper binary to invoke os.Chtimes.
    go build -o mkold$GOEXE mkold.go
    
    # Make test input files appear to be a minute old.
    exec ./mkold$GOEXE 1m testcache/file.txt
    exec ./mkold$GOEXE 1m testcache/script.sh
    
    # If the test reads an environment variable, changes to that variable
    # should invalidate cached test results.
    env TESTKEY=x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 22:23:53 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg time, method (*Time) GobDecode([]uint8) error
    pkg time, method (*Time) UnmarshalJSON([]uint8) error
    pkg time, method (*Timer) Stop() bool
    pkg time, method (Duration) Hours() float64
    pkg time, method (Duration) Minutes() float64
    pkg time, method (Duration) Nanoseconds() int64
    pkg time, method (Duration) Seconds() float64
    pkg time, method (Duration) String() string
    pkg time, method (Month) String() string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  3. api/go1.1.txt

    pkg time, const June = 6
    pkg time, const Kitchen = "3:04PM"
    pkg time, const March = 3
    pkg time, const May = 5
    pkg time, const Microsecond = 1000
    pkg time, const Millisecond = 1000000
    pkg time, const Minute = 60000000000
    pkg time, const Monday = 1
    pkg time, const Nanosecond = 1
    pkg time, const November = 11
    pkg time, const October = 10
    pkg time, const RFC1123 = "Mon, 02 Jan 2006 15:04:05 MST"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top