- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 484 for scripts (0.11 sec)
-
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) -
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) -
docs/en/docs/virtual-environments.md
<div class="termy"> ```console $ .venv\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 .venv/Scripts/activate ``` </div> //// /// tip
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Aug 24 03:16:23 UTC 2024 - 21.7K 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) -
docs/pt/docs/virtual-environments.md
<div class="termy"> ```console $ .venv\Scripts\Activate.ps1 ``` </div> //// //// tab | Windows Bash Ou se vocรช usa o Bash para Windows (por exemplo, <a href="https://gitforwindows.org/" class="external-link" target="_blank">Git Bash</a>): <div class="termy"> ```console $ source .venv/Scripts/activate ``` </div> //// /// tip | "Dica"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Sep 10 10:37:13 UTC 2024 - 22.6K bytes - Viewed (0) -
ci/official/utilities/setup_macos.sh
# limitations under the License. # ============================================================================== # # macOS specific setup for all TF scripts. # # Mac version of Core utilities differ in usage. Since our scripts are written # with the GNU style, we need to set GNU utilities to be default on Mac. if [[ -n "$(which grealpath)" ]] && [[ -n "$(which gstat)" ]]; then alias realpath=grealpath
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Feb 15 15:23:28 UTC 2024 - 6.2K bytes - Viewed (0) -
Makefile
ifeq ($(BUILD_WITH_CONTAINER),1) # An export free of arguments in a Makefile places all variables in the Makefile into the # environment. This is needed to allow overrides from Makefile.overrides.mk. export RUN = ./common/scripts/run.sh MAKE_DOCKER = $(RUN) make --no-print-directory -e -f Makefile.core.mk %: @$(MAKE_DOCKER) $@ default: @$(MAKE_DOCKER) shell: @$(RUN) /bin/bash .PHONY: default shell else
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 23 15:00:31 UTC 2024 - 2.3K bytes - Viewed (0) -
src/packaging/common/scripts/postinst
${packaging.scripts.header} # # This script is executed in the post-installation phase # # On Debian, # $1=configure : is set to 'configure' and if $2 is set, it is an upgrade # # On RedHat, # $1=0 : indicates a removal # $1=1 : indicates an upgrade # Sets the default values for fess variables used in this script FESS_USER="${packaging.fess.user}" FESS_GROUP="${packaging.fess.group}"
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 10 01:24:02 UTC 2015 - 3.1K bytes - Viewed (0) -
.github/workflows/deploy-docs.yml
pyproject.toml - name: Install GitHub Actions dependencies run: uv pip install -r requirements-github-actions.txt - name: Deploy Docs Status Pending run: python ./scripts/deploy_docs_status.py env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} COMMIT_SHA: ${{ github.event.workflow_run.head_sha }} RUN_ID: ${{ github.run_id }} - name: Clean site
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 26 09:37:59 UTC 2024 - 2.6K bytes - Viewed (0)