- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 93 for secho (0.01 sec)
-
scripts/docs.py
Make sure you run the build-all command first. """ typer.echo("Warning: this is a very simple server.") typer.echo("For development, use the command live instead.") typer.echo("This is here only to preview a site with translations already built.") typer.echo("Make sure you run the build-all command first.") os.chdir("site") server_address = ("", 8008)Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Dec 21 17:40:17 UTC 2025 - 16.9K bytes - Viewed (0) -
docs/pt/docs/environment-variables.md
// Então você pode usá-la com outros programas, como $ echo "Hello $MY_NAME" Hello Wade Wilson ``` </div> //// //// tab | Windows PowerShell <div class="termy"> ```console // Criar uma variável de ambiente MY_NAME $ $Env:MY_NAME = "Wade Wilson" // Usá-la com outros programas, como $ echo "Hello $Env:MY_NAME" Hello Wade Wilson ``` </div> ////
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Nov 12 16:23:57 UTC 2025 - 8.6K bytes - Viewed (0) -
docs/pt/docs/_llm-test.md
A única regra rígida para títulos é que o LLM deixe a parte do hash dentro de chaves inalterada, o que garante que os links não quebrem. Veja a seção `### Headings` no prompt geral em `scripts/translate.py`. Para algumas instruções específicas do idioma, veja, por exemplo, a seção `### Headings` em `docs/de/llm-prompt.md`. //// ## Termos usados na documentação { #terms-used-in-the-docs } //// tab | TesteRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 10:17:03 UTC 2025 - 12.4K bytes - Viewed (0) -
docs/pt/docs/how-to/general.md
Para assegurar que você não vai retornar mais dados do que deveria, leia a seção [Tutorial - Modelo de Resposta - Tipo de Retorno](../tutorial/response-model.md){.internal-link target=_blank}. ## Tags de Documentação - OpenAPI { #documentation-tags-openapi }Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Nov 12 16:23:57 UTC 2025 - 2.9K bytes - Viewed (0) -
apache-maven/src/assembly/maven/bin/mvn
if [ -n "$MAVEN_DEBUG_SCRIPT" ]; then echo "[DEBUG] JvmConfigParser exit code: $parser_exit" >&2 echo "[DEBUG] JvmConfigParser output: $parser_output" >&2 fi if [ $parser_exit -ne 0 ]; then # Parser failed - print comprehensive error information echo "ERROR: JvmConfigParser failed with exit code $parser_exit" >&2 echo " jvm.config path: $1" >&2 echo " Maven basedir: $MAVEN_PROJECTBASEDIR" >&2
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Dec 10 16:40:06 UTC 2025 - 9.2K bytes - Viewed (0) -
apache-maven/src/assembly/maven/bin/mvn.cmd
rem Debug logging (set MAVEN_DEBUG_SCRIPT=1 to enable) if defined MAVEN_DEBUG_SCRIPT ( echo [DEBUG] Found .mvn\jvm.config file at: %MAVEN_PROJECTBASEDIR%\.mvn\jvm.config echo [DEBUG] Using temp file: %JVM_CONFIG_TEMP% echo [DEBUG] Running JvmConfigParser with Java: %JAVACMD%
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Dec 10 16:40:06 UTC 2025 - 10.7K bytes - Viewed (3) -
.github/workflows/smokeshow.yml
- name: Upload coverage to Smokeshow run: | for i in 1 2 3 4 5; do if smokeshow upload htmlcov; then echo "Smokeshow upload success!" break fi echo "Smokeshow upload error, sleep 1 sec and try again." sleep 1 done env: SMOKESHOW_GITHUB_STATUS_DESCRIPTION: Coverage {coverage-percentage}Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 17:36:42 UTC 2025 - 1.6K bytes - Viewed (0) -
src/main/assemblies/files/generate-thumbnail
output_file=$3 mimetype=${4:-} image_size=100x100 target_file=$(echo "$url" | sed -e "s#^file:/*#/#g") check_command() { cmd=$1 cmd_path=$(command -v "${cmd}") if [[ ! -e "${cmd_path}" ]] ; then echo "${cmd} does not exist." exit 1 fi } # Get ImageMagick command (magick for v7, convert for v6) get_imagemagick_cmd() { if command -v magick >/dev/null 2>&1; then echo "magick"Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 08:02:36 UTC 2025 - 3.9K bytes - Viewed (0) -
.github/workflows/pre-commit.yml
jobs: pre-commit: runs-on: ubuntu-latest steps: - name: Dump GitHub context env: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT" - uses: actions/checkout@v5 name: Checkout PR for own repo if: env.HAS_SECRETS == 'true' with: # To be able to commit it needs to fetch the head of the branch, not theRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 23 11:17:16 UTC 2025 - 3K bytes - Viewed (0) -
docs/pt/docs/tutorial/dependencies/global-dependencies.md
Nesse caso, elas serão aplicadas a todas as *operações de rota* da aplicação: {* ../../docs_src/dependencies/tutorial012_an_py39.py hl[17] *} E todos os conceitos apresentados na seção sobre [adicionar `dependencies` aos *decoradores de operação de rota*](dependencies-in-path-operation-decorators.md){.internal-link target=_blank} ainda se aplicam, mas nesse caso, para todas as *operações de rota* da aplicação.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 1.2K bytes - Viewed (0)