- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 179 for Wikipedia (0.41 sec)
-
android/guava/src/com/google/common/primitives/UnsignedLongs.java
} return builder.toString(); } /** * Returns a comparator that compares two arrays of unsigned {@code long} values <a * href="http://en.wikipedia.org/wiki/Lexicographical_order">lexicographically</a>. That is, it * compares, using {@link #compare(long, long)}), the first pair of values that follow any common
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Aug 12 21:04:48 UTC 2024 - 17.6K bytes - Viewed (0) -
docs/de/docs/advanced/settings.md
/// tip | "Tipp" Wenn Sie bereits wissen, was βUmgebungsvariablenβ sind und wie man sie verwendet, kΓΆnnen Sie gerne mit dem nΓ€chsten Abschnitt weiter unten fortfahren. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 17.7K bytes - Viewed (0) -
docs/em/docs/advanced/settings.md
π π« β π’ (πͺ π), π π½ π. & π πͺ πΏ, π γ. π π€ β«οΈ β π π« π π’ π β πΈ. ## π π’ /// tip π₯ π βͺ π β«οΈβ "π π’" & β βοΈ π«, π π πΆ β π π. /// <a href="https://en.wikipedia.org/wiki/Environment_variable" class="external-link" target="_blank">π π’</a> (π "π¨π» {") π’ π π π π π, πββ βοΈ, & πͺ β π π π (βοΈ π π π). π πͺ β & βοΈ π π’ π, π΅ πββ π: //// tab | πΎ, πΈπ», πͺ π
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.3K bytes - Viewed (0) -
docs/em/docs/contributing.md
* βοΈ π π πΌ & π΄ π¬ β π©Ί. π π« βοΈ π π³ π π·. * βοΈ π πΌ, π π, & π. π π« βοΈ π π³ β«οΈ π·. * β 2οΈβ£-π€ π πͺπΈ π π π¬ π πͺ βοΈ π <a href="https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes" class="external-link" target="_blank">π πΎ 6οΈβ£3οΈβ£9οΈβ£-1οΈβ£ π</a>. #### β» πͺπΈ β‘οΈ π¬ π π π¬ π πͺπΈ π βͺ βοΈ β π, π πͺπΈ. πΌ πͺπΈ, 2οΈβ£-π€ π `es`. , π πͺπΈ β π `docs/es/`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.4K bytes - Viewed (0) -
guava/src/com/google/common/collect/Lists.java
} /** * Returns every possible list that can be formed by choosing one element from each of the given * lists in order; the "n-ary <a href="http://en.wikipedia.org/wiki/Cartesian_product">Cartesian * product</a>" of the lists. For example: * * <pre>{@code * Lists.cartesianProduct(ImmutableList.of( * ImmutableList.of(1, 2),
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 43.1K bytes - Viewed (0) -
android/guava/src/com/google/common/hash/BloomFilter.java
/** * Computes the optimal k (number of hashes per element inserted in Bloom filter), given the * expected insertions and total number of bits in the Bloom filter. * * <p>See http://en.wikipedia.org/wiki/File:Bloom_filter_fp_probability.svg for the formula. * * @param n expected insertions (must be positive) * @param m total number of bits in Bloom filter (must be positive) */ @VisibleForTesting
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 23 16:45:30 UTC 2024 - 26.6K bytes - Viewed (0) -
docs/recipes.md
fun run() { val formBody = FormBody.Builder() .add("search", "Jurassic Park") .build() val request = Request.Builder() .url("https://en.wikipedia.org/w/index.php") .post(formBody) .build() client.newCall(request).execute().use { response -> if (!response.isSuccessful) throw IOException("Unexpected code $response")
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Fri Feb 18 08:52:22 UTC 2022 - 40.2K bytes - Viewed (0) -
android/guava/src/com/google/common/io/Files.java
} if (result.equals("/..")) { result = "/"; } else if ("".equals(result)) { result = "."; } return result; } /** * Returns the <a href="http://en.wikipedia.org/wiki/Filename_extension">file extension</a> for * the given file name, or the empty string if the file has no extension. The result does not * include the '{@code .}'. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Jul 22 19:03:12 UTC 2024 - 33.1K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/Booleans.java
builder.append(separator).append(array[i]); } return builder.toString(); } /** * Returns a comparator that compares two {@code boolean} arrays <a * href="http://en.wikipedia.org/wiki/Lexicographical_order">lexicographically</a>. That is, it * compares, using {@link #compare(boolean, boolean)}), the first pair of values that follow any
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:07:49 UTC 2024 - 20.4K bytes - Viewed (0) -
docs/en/docs/management-tasks.md
* `docs/bs/mkdocs.yml` The `mkdocs.yml` file will have only the following content: ```YAML INHERIT: ../en/mkdocs.yml ``` The language code would normally be in the <a href="https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes" class="external-link" target="_blank">ISO 639-1 list of language codes</a>.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Aug 16 21:56:33 UTC 2024 - 14.2K bytes - Viewed (0)