- Sort Score
- Num 10 results
- Language All
Results 921 - 930 of 1,005 for trip (0.03 seconds)
-
android/guava/src/com/google/common/primitives/UnsignedBytes.java
* can't use it, this `catch` block might now be necessary only: * * - in the Android flavor or anywhere else that users might be applying an optimizer that * might strip UnsafeComparator entirely. (TODO(cpovirk): Are we confident that optimizers * aren't stripping UnsafeComparator today? Should we have Proguard configuration for it?) *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 16:38:16 GMT 2026 - 21K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultWagonManager.java
String expectedChecksum = new String(bytes, StandardCharsets.UTF_8); // remove whitespaces at the end expectedChecksum = expectedChecksum.trim(); // check for 'ALGO (name) = CHECKSUM' like used by openssl if (expectedChecksum.regionMatches(true, 0, "MD", 0, 2) || expectedChecksum.regionMatches(true, 0, "SHA", 0, 3)) {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 29.9K bytes - Click Count (0) -
cmd/generic-handlers.go
i++ } for i < n { // Find the next segment start := i for i < n && path[i] != SlashSeparatorChar && path[i] != '\\' { i++ } // Trim whitespace of segment segmentStart, segmentEnd := start, i for segmentStart < segmentEnd && unicode.IsSpace(rune(path[segmentStart])) { segmentStart++ }Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 20.7K bytes - Click Count (1) -
cmd/erasure-healing.go
resolver := metadataResolutionParams{ dirQuorum: 1, objQuorum: 1, bucket: bucket, strict: false, // Allow less strict matching. } path := baseDirFromPrefix(prefix) filterPrefix := strings.Trim(strings.TrimPrefix(prefix, path), slashSeparator) if path == prefix { filterPrefix = "" } lopts := listPathRawOptions{ disks: disks, bucket: bucket, path: path,Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 34.7K bytes - Click Count (0) -
docs/de/docs/help-fastapi.md
## Am Chat teilnehmen { #join-the-chat } Treten Sie dem ๐ฅ [Discord-Chatserver](https://discord.gg/VQjSZaeJmf) ๐ฅ bei und treffen Sie sich mit anderen Mitgliedern der FastAPI-Community. /// tip | TippCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 14.8K bytes - Click Count (0) -
docs/en/docs/advanced/security/oauth2-scopes.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 13.4K bytes - Click Count (0) -
docs/ja/docs/tutorial/request-files.md
{* ../../docs_src/request_files/tutorial001_an_py310.py hl[9] *} /// info | ๆ ๅ ฑ `File` ใฏ `Form` ใ็ดๆฅ็ถๆฟใใใฏใฉในใงใใ ใใ ใใ`fastapi` ใใ `Query`ใ`Path`ใ`File` ใชใฉใใคใณใใผใใใใจใใใใใใฏๅฎ้ใซใฏ็นๆฎใชใฏใฉในใ่ฟใ้ขๆฐใงใใใใจใซๆณจๆใใฆใใ ใใใ /// /// tip | ่ฑ็ฅ่ญ ใใกใคใซใฎใใใฃใๅฎฃ่จใใใซใฏ `File` ใไฝฟใๅฟ ่ฆใใใใพใใใใใใชใใจใใใฉใกใผใฟใฏใฏใจใชใใฉใกใผใฟใใใใฃ๏ผJSON๏ผใใฉใกใผใฟใจใใฆ่งฃ้ใใใพใใ /// ใใกใคใซใฏใform dataใใจใใฆใขใใใญใผใใใใพใใCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 8.7K bytes - Click Count (0) -
docs/ko/docs/_llm-test.md
//// tab | ํ ์คํธ /// info | ์ ๋ณด ์ผ๋ถ ํ ์คํธ /// /// note | ์ฐธ๊ณ ์ผ๋ถ ํ ์คํธ /// /// note | ๊ธฐ์ ์ธ๋ถ์ฌํญ ์ผ๋ถ ํ ์คํธ /// /// check | ํ์ธ ์ผ๋ถ ํ ์คํธ /// /// tip | ํ ์ผ๋ถ ํ ์คํธ /// /// warning | ๊ฒฝ๊ณ ์ผ๋ถ ํ ์คํธ /// /// danger | ์ํ ์ผ๋ถ ํ ์คํธ /// //// //// tab | ์ ๋ณด ํญ๊ณผ `Info`/`Note`/`Warning`/๋ฑ์ ๋ธ๋ก์ ์ ๋ชฉ ๋ฒ์ญ์ ์์ง ๋ง๋(`|`) ๋ค์ ์ถ๊ฐํด์ผ ํฉ๋๋ค.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11.7K bytes - Click Count (0) -
cmd/endpoint.go
// path on windows might become C:/C:/ this will cause problems // of starting minio server properly in distributed mode on windows. // As a special case make sure to trim the separator. // NOTE: It is also perfectly fine for windows users to have a path // without C:/ since at that point we treat it as relative path // and obtain the full filesystem path as well. Providing C:/
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 34.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/PluginHelper.java
* @return an array of repository URLs */ protected String[] getRepositories() { return split(ComponentUtil.getFessConfig().getPluginRepositories(), ",") .get(stream -> stream.map(String::trim).toArray(n -> new String[n])); } /** * Loads artifacts from a YAML-based repository. * * @param url the URL of the YAML repositoryCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Mar 04 15:19:41 GMT 2026 - 25.1K bytes - Click Count (0)