Search Options

Results per page
Sort
Preferred Languages
Advance

Results 491 - 500 of 500 for OS (0.12 sec)

  1. CHANGELOG/CHANGELOG-1.33.md

    - kubeadm: run kernel version and OS version preflight checks for `kubeadm upgrade`. ([#129401](https://github.com/kubernetes/kubernetes/pull/129401), [@pacoxu](https://github.com/pacoxu))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:46:23 UTC 2025
    - 294.3K bytes
    - Viewed (0)
  2. cmd/testdata/xl-meta-inline-notinline.zip

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

    *   1.  Install tf-keras via pip install tf-keras~=2.16
    
        1.  To switch tf.keras to use Keras 2 (tf-keras), set the environment
            variable TF_USE_LEGACY_KERAS=1 directly or in your python program by
            import os;os.environ["TF_USE_LEGACY_KERAS"]=1. Please note that this
            will set it for all packages in your Python runtime program
    
    *   1.  Change import of keras from tensorflow as follows
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
  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>
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
        <glob pattern="*.exr"/>
      </mime-type>
    
      <mime-type type="image/x-os2-graphics; charset=binary">
        <_comment>OS2 bitmap array</_comment>
        <tika:link>http://fileformats.archiveteam.org/wiki/OS/2_Bitmap_Array</tika:link>
        <magic priority="50">
          <match value="BA" type="string" offset="0">
            <match value="BM" type="string" offset="14"/>
            <match value="CI" type="string" offset="14"/>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
  6. CHANGELOG/CHANGELOG-1.8.md

    * kubeadm: Adds dry-run support for kubeadm using the `--dry-run` option ([#50631](https://github.com/kubernetes/kubernetes/pull/50631), [@luxas](https://github.com/luxas))
    * Change GCE installs (kube-up.sh) to use GCI/COS for node OS, by default. ([#46512](https://github.com/kubernetes/kubernetes/pull/46512), [@thockin](https://github.com/thockin))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.9.md

        *  - User should be able to create k8s cluster which spans across multiple ESXi clusters, datacenters or even vCenters.
        *  - vSphere cloud provider (VCP) uses OS hostname and not vSphere Inventory VM Name.
        *    That means, now  VCP can handle cases where user changes VM inventory name.
        * - VCP can handle cases where VM migrates to other ESXi cluster or datacenter or vCenter.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  8. 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).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  9. 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.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 345.2K bytes
    - Viewed (0)
  10. 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
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (1)
Back to top