- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 95 for secho (0.02 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) -
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/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) -
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) -
docker-buildx.sh
sha256sum_str=$(sha256sum <./minio-${arch}.${release}) rc=$? if [ "$rc" -ne 0 ]; then abort "unable to generate sha256sum for ${1}" fi echo "${sha256sum_str// -/minio.${release}}" >./minio-${arch}.${release}.sha256sum } function main() { echo "Testing builds for OS/Arch: ${SUPPORTED_OSARCH}" for each_osarch in ${SUPPORTED_OSARCH}; do _build "${each_osarch}" doneRegistered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Oct 19 08:22:05 UTC 2025 - 1.9K bytes - Viewed (0) -
.github/workflows/translate.yml
run: uv pip install -r requirements-github-actions.txt -r requirements-translations.txt - name: Export Language Codes id: show-langs run: | echo "langs=$(python ./scripts/translate.py llm-translatable-json)" >> $GITHUB_OUTPUT echo "commands=$(python ./scripts/translate.py commands-json)" >> $GITHUB_OUTPUT env: LANGUAGE: ${{ github.event.inputs.language }}Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 18:48:45 UTC 2025 - 3.6K bytes - Viewed (0)