- Sort Score
- Result 10 results
- Languages All
Results 341 - 350 of 632 for Line (0.02 sec)
-
docs/em/docs/advanced/settings.md
๐ ๐ช โ ๐ ๐ข ๐ด ๐ฏ ๐ ๐ผ, ๐ ๐ด ๐ช ๐ ๐, & ๐ด ๐ฎ ๐. ๐, โ โซ๏ธ โถ๏ธ๏ธ โญ ๐ โซ๏ธ, ๐ ๐ โธ: <div class="termy"> ```console // Create an env var MY_NAME in line for this program call $ MY_NAME="Wade Wilson" python main.py // Now it can read the environment variable Hello Wade Wilson from Python // The env var no longer exists afterwards $ python main.py
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 11.1K bytes - Viewed (0) -
cmd/endpoint-ellipses.go
"github.com/minio/minio/internal/config" "github.com/minio/pkg/v3/ellipses" "github.com/minio/pkg/v3/env" ) // This file implements and supports ellipses pattern for // `minio server` command line arguments. // Endpoint set represents parsed ellipses values, also provides // methods to get the sets of endpoints. type endpointSet struct { argPatterns []ellipses.ArgPatternRegistered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 14.6K bytes - Viewed (0) -
cmd/admin-handlers.go
for file in $(ls -1); do dest_file=$(echo "$file" | cut -d ":" -f1) mv "$file" "$dest_file" done # Read content of inspect-input.txt MINIO_OPTS=$(grep "Server command line args" <./inspect-input.txt | sed "s/Server command line args: //g" | sed -r "s#%s:\/\/#\.\/#g") # Start MinIO instance using the options START_CMD="CI=on _MINIO_AUTO_DRIVE_HEALING=off minio server ${MINIO_OPTS} &" echo
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 99.6K bytes - Viewed (0) -
docs/ko/docs/virtual-environments.md
```console $ source .venv/Scripts/activate ``` </div> //// /// tip | ํ ๊ฐ์ ํ๊ฒฝ์ ์๋ก์ด ํจํค์ง๋ฅผ ์ค์นํ ๋๋ง๋ค, ํด๋น ํ๊ฒฝ์ ๋ค์ ํ์ฑํํ์ธ์. ์ด๋ ๊ฒ ํ๋ฉด ํด๋น ํจํค์ง๋ก ์ค์น๋ **ํฐ๋ฏธ๋(<abbr title="command line interface">CLI</abbr>) ํ๋ก๊ทธ๋จ**์ ์ฌ์ฉํ ๋, ์ ์ญ์ ์ค์น๋ ๋ค๋ฅธ ๋ฒ์ ์ด ์๋๋ผ, ๊ฐ์ ํ๊ฒฝ ์์ ์ค์น๋ ์ ํํ ๋ฒ์ ์ ์ฌ์ฉํฉ๋๋ค. /// ## ๊ฐ์ ํ๊ฒฝ์ด ํ์ฑํ ์ฌ๋ถ ํ์ธ ๊ฐ์ ํ๊ฒฝ์ด ํ์ฑํ๋์๋์ง ํ์ธํฉ๋๋ค. (์ด์ ๋ช ๋ น์ด๊ฐ ์ ๋๋ก ์๋ํ๋์ง ํ์ธํฉ๋๋ค). /// tip | ํ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 13:10:41 UTC 2025 - 25.8K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/ImmutableSortedMapTest.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 27.6K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt
// TODO make exception message escape non-printable characters } @Test fun parseDoesNotTrimOtherWhitespaceCharacters() { // Whitespace characters list from Google's Guava team: http://goo.gl/IcR9RD // line tabulation assertThat(parse("http://h/\u000b").encodedPath).isEqualTo("/%0B") // information separator 4 assertThat(parse("http://h/\u001c").encodedPath).isEqualTo("/%1C") // information separator 3
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Aug 04 07:38:48 UTC 2025 - 69.9K bytes - Viewed (0) -
cmd/update.go
} return releaseTime, err } // parseReleaseData - parses release info file content fetched from // official minio download server. // // The expected format is a single line with two words like: // // fbe246edbd382902db9a4035df7dce8cb441357d minio.RELEASE.2016-10-07T01-16-39Z.<hotfix_optional> // // The second word must be `minio.` appended to a standard release tag.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 18.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/ParameterUtilTest.java
assertEquals(2, paramMap.size()); assertEquals("value=with=equals", paramMap.get("key1")); assertEquals("another=value", paramMap.get("key2")); // Test with various line separators value = "key1=value1\rkey2=value2\r\nkey3=value3"; paramMap = ParameterUtil.parse(value); assertEquals(3, paramMap.size()); assertEquals("value1", paramMap.get("key1"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 22.6K bytes - Viewed (0) -
docs/de/docs/index.md
--- ## **Typer**, das FastAPI der CLIs <a href="https://typer.tiangolo.com" target="_blank"><img src="https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg" style="width: 20%;"></a> Wenn Sie eine <abbr title="Command Line Interface โ Kommandozeilen-Schnittstelle">CLI</abbr>-Anwendung fรผr das Terminal erstellen, anstelle einer Web-API, schauen Sie sich <a href="https://typer.tiangolo.com/" class="external-link" target="_blank">**Typer**</a> an.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/base/PreconditionsTest.java
.build()); } } return allOverloads.build().asList(); } // 'test' to demonstrate some potentially ambiguous overloads. This 'test' is kind of strange, // but essentially each line will be a call to a Preconditions method that, but for a documented // change would be a compiler error. // See http://docs.oracle.com/javase/specs/jls/se7/html/jls-15.html#jls-15.12.2 for the spec on
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 19K bytes - Viewed (0)