Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for sunday (0.24 sec)

  1. .github/workflows/sigbuild-docker.yml

    # ==============================================================================
    
    name: Upload SIG Build docker containers regularly
    
    on:
      workflow_dispatch:
      schedule:
          # Run once a week on Sunday at midnight. See http://crontab.guru
          - cron: '0 0 * * 0'
      push:
        paths:
          - '.github/workflows/sigbuild-docker.yml'
          - 'tensorflow/tools/tf_sig_build_dockerfiles/**'
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 18:43:43 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  2. src/net/http/header_test.go

    }{
    	{Header{"Date": {""}}, true},
    	{Header{"Date": {"invalid"}}, true},
    	{Header{"Date": {"1994-11-06T08:49:37Z00:00"}}, true},
    	{Header{"Date": {"Sun, 06 Nov 1994 08:49:37 GMT"}}, false},
    	{Header{"Date": {"Sunday, 06-Nov-94 08:49:37 GMT"}}, false},
    	{Header{"Date": {"Sun Nov  6 08:49:37 1994"}}, false},
    }
    
    func TestParseTime(t *testing.T) {
    	expect := time.Date(1994, 11, 6, 8, 49, 37, 0, time.UTC)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 07 01:07:32 UTC 2022
    - 6.1K bytes
    - Viewed (0)
  3. src/time/zoneinfo_windows.go

    func pseudoUnix(year int, d *syscall.Systemtime) int64 {
    	// Windows specifies daylight savings information in "day in month" format:
    	// d.Month is month number (1-12)
    	// d.DayOfWeek is appropriate weekday (Sunday=0 to Saturday=6)
    	// d.Day is week within the month (1 to 5, where 5 is last week of the month)
    	// d.Hour, d.Minute and d.Second are absolute time
    	day := 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 14 07:20:34 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  4. src/time/export_test.go

    	stdLongMonth:                    "January",
    	stdMonth:                        "Jan",
    	stdNumMonth:                     "1",
    	stdZeroMonth:                    "01",
    	stdLongWeekDay:                  "Monday",
    	stdWeekDay:                      "Mon",
    	stdDay:                          "2",
    	stdUnderDay:                     "_2",
    	stdZeroDay:                      "02",
    	stdUnderYearDay:                 "__2",
    	stdZeroYearDay:                  "002",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 19:23:32 UTC 2022
    - 4K bytes
    - Viewed (0)
  5. src/vendor/golang.org/x/sys/cpu/cpu_gccgo_s390x.go

    //go:build gccgo
    
    package cpu
    
    // haveAsmFunctions reports whether the other functions in this file can
    // be safely called.
    func haveAsmFunctions() bool { return false }
    
    // TODO(mundaym): the following feature detection functions are currently
    // stubs. See https://golang.org/cl/162887 for how to fix this.
    // They are likely to be expensive to call so the results should be cached.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 1K bytes
    - Viewed (0)
  6. docs/language_names.yml

    sd: सिन्धी
    se: Davvisámegiella
    sg: yângâ tî sängö
    si: සිංහල
    sk: slovenčina
    sl: slovenščina
    sn: chiShona
    so: Soomaaliga
    sq: shqip
    sr: српски језик
    ss: SiSwati
    st: Sesotho
    su: Basa Sunda
    sv: svenska
    sw: Kiswahili
    ta: தமிழ்
    te: తెలుగు
    tg: тоҷикӣ
    th: ไทย
    ti: ትግርኛ
    tk: Türkmen
    tl: Wikang Tagalog
    tn: Setswana
    to: faka Tonga
    tr: Türkçe
    ts: Xitsonga
    tt: татар теле
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jan 22 19:42:53 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. .github/workflows/test.yml

    name: Test
    
    on:
      push:
        branches:
          - master
      pull_request:
        types:
          - opened
          - synchronize
      schedule:
        # cron every week on monday
        - cron: "0 0 * * 1"
    
    jobs:
      lint:
        runs-on: ubuntu-latest
        steps:
          - name: Dump GitHub context
            env:
              GITHUB_CONTEXT: ${{ toJson(github) }}
            run: echo "$GITHUB_CONTEXT"
          - uses: actions/checkout@v4
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri May 10 00:30:25 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  8. docs/id/docs/tutorial/index.md

    Sehingga kamu dapat kembali lagi dan mencari apa yang kamu butuhkan dengan tepat.
    
    ## Jalankan kode
    
    Semua blok-blok kode dapat disalin dan digunakan langsung (Mereka semua sebenarnya adalah file python yang sudah teruji).
    
    Untuk menjalankan setiap contoh, salin kode ke file `main.py`, dan jalankan `uvicorn` dengan:
    
    <div class="termy">
    
    ```console
    $ uvicorn main:app --reload
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  9. docs/tr/docs/benchmarks.md

    * **FastAPI**:
        * Starlette'in Uvicorn'u kullandığı ve ondan daha hızlı olamayacağı gibi, **FastAPI**'da Starlette'i kullanır, dolayısıyla ondan daha hızlı olamaz.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 23 14:10:30 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  10. src/crypto/ecdsa/ecdsa_s390x.go

    			copy(dst, hash[:l])
    			return
    		}
    		// pad hash with leading zeros
    		p := l - len(hash)
    		for i := 0; i < p; i++ {
    			dst[i] = 0
    		}
    		copy(dst[p:], hash)
    		return
    	}
    	// TODO(mundaym): avoid hashToInt call here
    	hashToInt(hash, c).FillBytes(dst)
    }
    
    func signAsm(priv *PrivateKey, csprng io.Reader, hash []byte) (sig []byte, err error) {
    	c := priv.Curve
    	functionCode, blockSize, ok := canUseKDSA(c)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 5.3K bytes
    - Viewed (0)
Back to top