- Sort Score
- Result 10 results
- Languages All
Results 331 - 340 of 372 for Script (0.04 sec)
-
ci/official/utilities/generate_index_html.sh
<li><a href="http://cs/f:devtools/kokoro/config/prod/$KOKORO_JOB_NAME">Codesearch - job definition</a></li> <li><a href="http://cs/f:learning/brain/testing/kokoro/$(echo "$KOKORO_JOB_NAME" | sed 's!tensorflow/!!g')">Codesearch - build definition & scripts</a></li> <li><a href="http://cs/$KOKORO_JOB_NAME">Codesearch - All references to this job</a></li> </ul> <h2>Non-Googler Links</h2> <ul>
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Sep 29 20:26:13 UTC 2023 - 2.3K bytes - Viewed (0) -
docs/em/docs/advanced/generate-clients.md
โซ๏ธ ๐ช ๐ ๐ ๐: ```JSON hl_lines="7" { "name": "frontend-app", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "generate-client": "openapi-ts --input http://localhost:8000/openapi.json --output ./src/client --client axios" }, "author": "", "license": "", "devDependencies": { "@hey-api/openapi-ts": "^0.27.38",
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.7K bytes - Viewed (0) -
ci/official/envs/windows_x86_2022
# to the container, and would result in C:\<path> != T:\<path> mismatches, # when using variables like `TFCI_OUTPUT_DIR` in `docker exec commands, # requiring conditional path adjustments throughout the CI scripts. # Note: This does not work for `docker cp` commands. # For a little more detail, see: # https://github.com/tensorflow/tensorflow/blob/cc3006af6fea8d2a1360b3b5e65f9d14bbdb7094/ci/devinfra/docker/windows2022/Dockerfile#L196
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Mar 19 00:58:54 UTC 2025 - 2.7K bytes - Viewed (0) -
docs/sts/dex.yaml
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Jul 15 11:55:55 UTC 2020 - 2.7K bytes - Viewed (0) -
pom.xml
</mappings> <preinstallScriptlet> <scriptFile>${project.build.directory}/generated-packaging/rpm/scripts/preinst</scriptFile> <fileEncoding>utf-8</fileEncoding> </preinstallScriptlet> <postinstallScriptlet> <scriptFile>${project.build.directory}/generated-packaging/rpm/scripts/postinst</scriptFile> <fileEncoding>utf-8</fileEncoding> </postinstallScriptlet> <preremoveScriptlet>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 04 05:22:58 UTC 2025 - 49.6K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/oauth2-jwt.md
## `passlib` ์ค์น PassLib๋ ํจ์ค์๋ ํด์๋ฅผ ๋ค๋ฃจ๋ ํ๋ฅญํ ํ์ด์ฌ ํจํค์ง์ ๋๋ค. ๋ง์ ์์ ํ ํด์ ์๊ณ ๋ฆฌ์ฆ๊ณผ ๋๊ตฌ๋ค์ ์ง์ํฉ๋๋ค. ์ถ์ฒํ๋ ์๊ณ ๋ฆฌ์ฆ์ "Bcrypt"์ ๋๋ค. [๊ฐ์ํ๊ฒฝ](../../virtual-environments.md){.internal-link target=_blank} ์ ๋ง๋ค๊ณ ํ์ฑํํ ๋ค์ PassLib์ Bcrypt๋ฅผ ์ค์นํ์ญ์์ค: <div class="termy"> ```console $ pip install "passlib[bcrypt]" ---> 100% ``` </div> /// tip | ํ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 12.2K bytes - Viewed (0) -
docs/ja/docs/tutorial/security/oauth2-jwt.md
## `passlib` ใฎใคใณในใใผใซ PassLib ใฏใใในใฏใผใใฎใใใทใฅใๅฆ็ใใใใใฎๅชใใPythonใใใฑใผใธใงใใ ใใฎใใใฑใผใธใฏใๅคใใฎๅฎๅ จใชใใใทใฅใขใซใดใชใบใ ใจใฆใผใใฃใชใใฃใใตใใผใใใพใใ ๆจๅฅจใใใใขใซใดใชใบใ ใฏใBcryptใใงใใ ใใฎใใใBcryptใๆๅฎใใฆPassLibใใคใณในใใผใซใใพใ๏ผ <div class="termy"> ```console $ pip install passlib[bcrypt] ---> 100% ``` </div> /// tip | ่ฑ็ฅ่ญ `passlib`ใไฝฟ็จใใใจใ**Django**ใ**Flask**ใฎใปใญใฅใชใใฃใใฉใฐใคใณใชใฉใงไฝๆใใใใในใฏใผใใ่ชญใฟๅใใใใใซ่จญๅฎใงใใพใใ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 14K bytes - Viewed (1) -
docs/em/docs/tutorial/security/oauth2-jwt.md
## โ `passlib` ๐ธ๐ฒ ๐ ๐ ๐ฆ ๐ต ๐#๏ธโฃ. โซ๏ธ ๐โ๐ฆบ ๐ ๐ ๐ ๐ & ๐ ๐ท โฎ๏ธ ๐ซ. ๐ ๐ "๐ก". , โ ๐ธ๐ฒ โฎ๏ธ ๐ก: <div class="termy"> ```console $ pip install "passlib[bcrypt]" ---> 100% ``` </div> /// tip โฎ๏ธ `passlib`, ๐ ๐ช ๐ โซ๏ธ ๐ช โ ๐ โ **โณ**, **๐บ** ๐โโ ๐-โ๏ธ ๐ ๐. , ๐ ๐ ๐ช, ๐ผ, ๐ฐ ๐ ๐ โช๏ธโก๏ธ โณ ๐ธ ๐ฝ โฎ๏ธ FastAPI ๐ธ. โ๏ธ ๐ โ โณ ๐ธ โ๏ธ ๐ ๐ฝ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.6K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java
* elements are not used for inferring the path (they are still used as compiler options however). * It means that for scripts and resources, the files below the path specified by {@link #directory()} * are copied to the path specified by {@code targetPath()} with the exact same directory structure. */ default Optional<Path> targetPath() {
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jun 26 07:56:58 UTC 2025 - 6.5K bytes - Viewed (0) -
docs/de/docs/deployment/concepts.md
Hier sind einige mรถgliche Ideen: * Ein โInit-Containerโ in Kubernetes, der vor Ihrem Anwendungs-Container ausgefรผhrt wird * Ein Bash-Skript, das die Vorab-Schritte ausfรผhrt und dann Ihre Anwendung startet * Sie benรถtigen immer noch eine Mรถglichkeit, *dieses* Bash-Skript zu starten/neu zu starten, Fehler zu erkennen, usw. /// tip | Tipp
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 20.6K bytes - Viewed (0)