- Sort Score
- Num 10 results
- Language All
Results 181 - 190 of 335 for nofollow (0.05 seconds)
-
android/guava/src/com/google/common/collect/Multimaps.java
* Iterator<V> i = values.iterator(); // Must be in synchronized block * while (i.hasNext()) { * foo(i.next()); * } * } * } * * <p>Failure to follow this advice may result in non-deterministic behavior. * * <p>Note that the generated multimap's {@link Multimap#removeAll} and {@link * Multimap#replaceValues} methods return collections that aren't synchronized.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 86K bytes - Click Count (0) -
guava/src/com/google/common/collect/Multimaps.java
* Iterator<V> i = values.iterator(); // Must be in synchronized block * while (i.hasNext()) { * foo(i.next()); * } * } * } * * <p>Failure to follow this advice may result in non-deterministic behavior. * * <p>Note that the generated multimap's {@link Multimap#removeAll} and {@link * Multimap#replaceValues} methods return collections that aren't synchronized.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 86.3K bytes - Click Count (0) -
android/guava/src/com/google/common/primitives/Chars.java
* for sorting user-visible strings as the ordering may not match the conventions of the user's * locale. That is, it compares, using {@link #compare(char, char)}), the first pair of values * that follow any common prefix, or when one array is a prefix of the other, treats the shorter * array as the lesser. For example, {@code [] < ['a'] < ['a', 'b'] < ['b']}. *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 24.2K bytes - Click Count (0) -
android/guava/src/com/google/common/primitives/Shorts.java
* href="http://en.wikipedia.org/wiki/Lexicographical_order">lexicographically</a>. That is, it * compares, using {@link #compare(short, short)}), the first pair of values that follow any * common prefix, or when one array is a prefix of the other, treats the shorter array as the * lesser. For example, {@code [] < [(short) 1] < [(short) 1, (short) 2] < [(short) 2]}. *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Oct 22 18:14:49 GMT 2025 - 25.7K bytes - Click Count (0) -
docs/fr/docs/help-fastapi.md
* Nouvelles sur FastAPI et ses amis ๐ * Guides ๐ * Fonctionnalitรฉs โจ * Changements majeurs ๐จ * Astuces et conseils โ ## Suivre FastAPI sur X (Twitter) { #follow-fastapi-on-x-twitter } [Suivez @fastapi sur **X (Twitter)**](https://x.com/fastapi) pour obtenir les derniรจres nouvelles sur **FastAPI**. ๐ฆ ## Mettre une รฉtoile ร **FastAPI** sur GitHub { #star-fastapi-in-github }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 14.6K bytes - Click Count (0) -
helm-releases/minio-3.4.3.tgz
name}") 2. kubectl port-forward $POD_NAME 9000 --namespace {{ .Release.Namespace }} Read more about port forwarding here: http://kubernetes.io/docs/user-guide/kubectl/kubectl_port-forward/ You can now access MinIO server on http://localhost:9000. Follow the below steps to connect to MinIO server with mc client: 1. Download the MinIO mc client - https://docs.minio.io/docs/minio-client-quickstart-guide 2. export MC_HOST_{{ template "minio.fullname" . }}-local=http://$(kubectl get secret {{ template...Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Dec 21 20:55:50 GMT 2021 - 17.7K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/io/MoreFilesTest.java
* deleteDirectoryContents thousands of times on a directory whose subtree contains the file * that's switching between directory and symlink to try to ensure that under no circumstance does * deleteDirectoryContents follow the symlink to the other directory and delete that directory's * contents. * * <p>We can only test this with a file system that supports SecureDirectoryStream, because it's
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 19:26:39 GMT 2026 - 26.6K bytes - Click Count (0) -
docs/ko/docs/help-fastapi.md
(์์ฃผ ๋ฐ์ก๋์ง ์๋) [**FastAPI and friends** ๋ด์ค๋ ํฐ](newsletter.md)๋ฅผ ๊ตฌ๋ ํ์ฌ ์ต์ ์ ๋ณด๋ฅผ ์ ์งํ ์ ์์ต๋๋ค: * FastAPI and friends์ ๋ํ ๋ด์ค ๐ * ๊ฐ์ด๋ ๐ * ๊ธฐ๋ฅ โจ * ํ๊ธฐ์ ์ธ ๋ณํ ๐จ * ํ๊ณผ ์๋ น โ ## X(Twitter)์์ FastAPI ํ๋ก์ฐํ๊ธฐ { #follow-fastapi-on-x-twitter } [**X (Twitter)**์ @fastapi๋ฅผ ํ๋ก์ฐ](https://x.com/fastapi)ํ์ฌ **FastAPI** ์ ๋ํ ์ต์ ๋ด์ค๋ฅผ ์ป์ ์ ์์ต๋๋ค. ๐ฆ ## GitHub์์ **FastAPI**์ Star ์ฃผ๊ธฐ { #star-fastapi-in-github }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 15.4K bytes - Click Count (0) -
docs/en/docs/deployment/concepts.md
these ideas and how to apply them should give you the intuition necessary to take any decisions when configuring and tweaking your deployments. ๐ค In the next sections, I'll give you more concrete examples of possible strategies you can follow. ๐...
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 18.5K bytes - Click Count (1) -
helm-releases/minio-3.4.8.tgz
name}") 2. kubectl port-forward $POD_NAME 9000 --namespace {{ .Release.Namespace }} Read more about port forwarding here: http://kubernetes.io/docs/user-guide/kubectl/kubectl_port-forward/ You can now access MinIO server on http://localhost:9000. Follow the below steps to connect to MinIO server with mc client: 1. Download the MinIO mc client - https://docs.minio.io/docs/minio-client-quickstart-guide 2. export MC_HOST_{{ template "minio.fullname" . }}-local=http://$(kubectl get secret --namespace...Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Jan 28 18:33:38 GMT 2022 - 15.2K bytes - Click Count (0)