Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 641 - 645 of 645 for os (0.04 seconds)

  1. CHANGELOG/CHANGELOG-1.16.md

    - kubelet
    
      - the `--containerized` flag was deprecated in 1.14 and has been removed ([#80043](https://github.com/kubernetes/kubernetes/pull/80043), [@dims](https://github.com/dims))
      - the `beta.kubernetes.io/os` and `beta.kubernetes.io/arch` labels, deprecated since v1.14, are targeted for removal in v1.18.
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Wed Oct 23 20:13:20 GMT 2024
    - 345.2K bytes
    - Click Count (0)
  2. docs/en/docs/release-notes.md

    * 👷 Add pre-commit GitHub Action workflow. PR [#4895](https://github.com/tiangolo/fastapi/pull/4895) by [@tiangolo](https://github.com/tiangolo).
    * 📝 Add dark mode auto switch to docs based on OS preference. PR [#4869](https://github.com/tiangolo/fastapi/pull/4869) by [@ComicShrimp](https://github.com/ComicShrimp).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
  3. cmd/testdata/xl-meta-inline-notinline.zip

    ⁱ꟫ৱÛ멥㞶혣헕㱱좰ᐱ吕狮讀뛣㑽≝珞멹ᐞ䑕黡겫젘싿蹂烔쨡⁔梡怘雱᪠⹸瑟っ쮡僅㸇汚㺹艊ퟥ駣㨼趾✢棌䏉⠰涂奈㯑糁痹Ↄ眜꛵㭥畯긿齹請 譛눉巒⫱㳩构僚⊈椈 즛窿漲䖤㏢媖幀J䅇氇诩䴿쯻ﰐ㢒繇交둠ﮓ嶣ᘅ먲晭ꏯ䊏餰⼨苌犥壝跖෈쒑폴周븎㒽罂筂騔鸢겧❔⭆짟ࣰݓ嚁࿂挿⡢횢師ꏮ멲ನჴ섮뮰Ꜯ愄ᵏ 둩癧煼릗餂ʵ䥻䇅̨╎沑抖拇 兲믉尯뮟꾬ホ젞訯馂嘱脩쫂鞮銤㏾걎綟흦ꗥ卝ๆ蜘볈쑕锚韫㓭梉♪戫 鍅⇡弊ᰙ䊵朰측ዬ븽馈抩 낈ᧁ㳦ﶻ褐⭑칷篣ฐﭣ㤲啈杰Ÿ툝㷝濺형獼峴屣獭ﰯ郬斴⯪䢜溾₯䲘炦ỡᶊ꘲秱娬㳧辕泇䧮 뉙 잨뽡똃㩽쯵丯堍灂ນ婱 퐽甬ٻ霥꯰㐟澇ᔵᆬ騏⽛뼇⽬ྞ 䜭ᅰ퀱뛚ꮶఅꘁతхᏀ夸✽ 栺潶⬴ᰭ얤㑜爹ׁ勳招姑ﻻ栃鎺ⳉ叮밖䒴稫貹稑৥썗䏭ण渳蓬¢괹秾䷱岜㞔뼾틐犩酄왷ﷀ迍셷⌞氵멛疽䑿൓뒢䒑춲瘟ኔ펞榗㩟젘͊ᆬڙ癣怟Კ叵㨰텁襗儤쯓근毤쇒ꟴ輫ꄱ瑽錄귧裸軇베㋶等 饶ꎅ 炙ᄹ㊔団頗৬霉턶 ꅛ嶭聴㗡옫卆觀㾘뱸菠޸퉂쎸ꈭ棘再ℋ⏡厓ꔒ癁蚮糳豄婥큡鲌䢃ⴓ庂 䉷굇䌾镔⌓멶ᕞ✲ꎼ黺븅ﵳ퀻ڀ꯮酼홞瀜혟藼扆饑㢑ᕰ⭜遞靃揇齖騠兠㈷鄇㍐倯릅ᗑ宇趉꽒੶밄꾑炾蓕牘灬飻...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue May 24 13:26:38 GMT 2022
    - 131.6K bytes
    - Click Count (0)
  4. doc/go_spec.html

    </p>
    
    <pre class="grammar">
    "var" IdentifierList "=" ExpressionList .
    </pre>
    
    <pre>
    i, j := 0, 10
    f := func() int { return 7 }
    ch := make(chan int)
    r, w, _ := os.Pipe()  // os.Pipe() returns a connected pair of Files and an error, if any
    _, y, _ := coord(p)   // coord() returns three values; only interested in y coordinate
    </pre>
    
    <p>
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Apr 01 23:39:18 GMT 2026
    - 287.8K bytes
    - Click Count (1)
  5. api/go1.2.txt

    pkg net, method (IP) MarshalText() ([]uint8, error)
    pkg net, type Dialer struct, DualStack bool
    pkg net/smtp, method (*Client) Close() error
    pkg os (linux-arm), const O_SYNC = 1052672
    pkg os (linux-arm-cgo), const O_SYNC = 1052672
    pkg reflect, method (Value) SetCap(int)
    pkg reflect, method (Value) Slice3(int, int, int) Value
    pkg runtime, type MemStats struct, GCSys uint64
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Click Count (1)
Back to Top