- Sort Score
- Result 10 results
- Languages All
Results 391 - 400 of 654 for script (0.11 sec)
-
.github/workflows/build-docs.yml
env: TOKEN: ${{ secrets.FASTAPI_MKDOCS_MATERIAL_INSIDERS }} - name: Verify Docs run: python ./scripts/docs.py verify-docs - name: Export Language Codes id: show-langs run: | echo "langs=$(python ./scripts/docs.py langs-json)" >> $GITHUB_OUTPUT build-docs: needs: - changes - langs
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 12 12:27:19 UTC 2024 - 4.1K bytes - Viewed (0) -
docs/em/docs/contributing.md
</div> //// //// tab | ๐ช ๐ <div class="termy"> ```console $ .\env\Scripts\Activate.ps1 ``` </div> //// //// tab | ๐ช ๐ โ๏ธ ๐ฅ ๐ โ๏ธ ๐ ๐ฅ (โ <a href="https://gitforwindows.org/" class="external-link" target="_blank">๐ ๐</a>): <div class="termy"> ```console $ source ./env/Scripts/activate ``` </div> //// โ โซ๏ธ ๐ท, โ๏ธ: //// tab | ๐พ, ๐ธ๐ป, ๐ช ๐
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.21.md
- Kubeadm: Some text in the `kubeadm upgrade plan` output has changed. If you have scripts or other automation that parses this output, please review these changes and update your scripts to account for the new output. ([#98728](https://github.com/kubernetes/kubernetes/pull/98728), [@stmcginnis](https://github.com/stmcginnis)) [SIG Cluster Lifecycle]
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Fri Oct 14 07:03:14 UTC 2022 - 367.3K bytes - Viewed (0) -
scripts/format.sh
#!/usr/bin/env bash set -x ruff check fastapi tests docs_src scripts --fix
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Aug 17 03:59:06 UTC 2024 - 119 bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
* add spelling checking script ([#59463](https://github.com/kubernetes/kubernetes/pull/59463), [@dixudx](https://github.com/dixudx))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0) -
docs/zh/docs/contributing.md
//// tab | Windows PowerShell <div class="termy"> ```console $ .\env\Scripts\Activate.ps1 ``` </div> //// //// tab | Windows Bash Or if you use Bash for Windows (e.g. <a href="https://gitforwindows.org/" class="external-link" target="_blank">Git Bash</a>): <div class="termy"> ```console $ source ./env/Scripts/activate ``` </div> //// ่ฆๆฃๆฅๆไฝๆฏๅฆๆๅ๏ผ่ฟ่ก๏ผ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 12.8K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.lang=Sprache labels.outputs=Ziel labels.pos=POS labels.purgeJobLogDay=Bereinige Suchprotokoll nach labels.purgeUserInfoDay=Bereinige Benutzer nach labels.reading=Lesen labels.roleTypeIds=Rollen-ID labels.scriptData=Skript labels.scriptResult=Suchergebnis labels.scriptType=Executor labels.segmentation=Segmentierung labels.startTime=Startzeitpunkt labels.target=Ziel labels.token=Token labels.synonymFile=Datei mit Synonymen
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
docs/ja/docs/contributing.md
## ใใญใฅใกใณใ ใพใใไธ่จใฎใใใซ็ฐๅขใใปใใใขใใใใฆใใ ใใใใในใฆใฎๅฟ ่ฆใชใใใฑใผใธใใคใณในใใผใซใใใพใใ ใใญใฅใกใณใใฏใ<a href="https://www.mkdocs.org/" class="external-link" target="_blank">MkDocs</a>ใไฝฟใฃใฆใใพใใ ใใใฆใ็ฟป่จณใๅฆ็ใใใใใฎใใผใซ/ในใฏใชใใใใ`./scripts/docs.py`ใซ็จๆใใใฆใใพใใ /// tip | "่ฑ็ฅ่ญ" `./scripts/docs.py`ใฎใณใผใใ่ฆใๅฟ ่ฆใฏใชใใใณใใณใใฉใคใณใใใใ ไฝฟใใ ใใงใใ ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 16.6K bytes - Viewed (0) -
build-logic/cleanup/src/main/kotlin/gradlebuild/cleanup/Cleanup.kt
delete { delete(transformDir) } } } } private val scriptCacheDirNames = // TODO Remove gradle-kotlin-dsl* after a while listOf("scripts", "scripts-remapped", "gradle-kotlin-dsl", "gradle-kotlin-dsl-accessors", "kotlin-dsl") private fun scriptsCacheDirsUnder(cacheDir: File) = scriptCacheDirNames .map { File(cacheDir, it) }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Jun 28 08:29:28 UTC 2024 - 4.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
* Portability across systems has been increased by the use of `/usr/bin/env` in all script shebangs. ([#62657](https://github.com/kubernetes/kubernetes/pull/62657), [@matthyx](https://github.com/matthyx)) * You can now use `kubectl api-resources` to discover resources.
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0)