- Sort Score
- Result 10 results
- Languages All
Results 491 - 500 of 500 for OS (0.07 sec)
-
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) -
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) -
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) -
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) -
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) -
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) -
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) -
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) -
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) -
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)