- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 77 for Rose (0.16 sec)
-
guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
yourself.' The baby grunted again, and Alice looked very anxiously into its face to see what was the matter with it. There could be no doubt that it had a VERY turn-up nose, much more like a snout than a real nose; also its eyes were getting extremely small for a baby: altogether Alice did not like the look of the thing at all. `But perhaps it was only sobbing,' she thought, and looked
Plain Text - Registered: 2023-09-29 12:43 - Last Modified: 2012-10-29 21:35 - 145.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
yourself.' The baby grunted again, and Alice looked very anxiously into its face to see what was the matter with it. There could be no doubt that it had a VERY turn-up nose, much more like a snout than a real nose; also its eyes were getting extremely small for a baby: altogether Alice did not like the look of the thing at all. `But perhaps it was only sobbing,' she thought, and looked
Plain Text - Registered: 2023-09-29 12:43 - Last Modified: 2017-04-21 02:27 - 145.2K bytes - Viewed (0) -
guava/src/com/google/common/graph/ValueGraphBuilder.java
* ValueGraphBuilder.undirected().allowsSelfLoops(true).build(); * graph.putEdgeValue("San Francisco", "San Francisco", 0.0); * graph.putEdgeValue("San Jose", "San Jose", 0.0); * graph.putEdgeValue("San Francisco", "San Jose", 48.4); * * // Building an immutable value graph * ImmutableValueGraph<String, Double> immutableGraph = * ValueGraphBuilder.undirected() * .allowsSelfLoops(true)
Java - Registered: 2023-08-11 12:43 - Last Modified: 2022-06-03 01:21 - 8K bytes - Viewed (0) -
docs/erasure/README.md
## Why is Erasure Code useful?
Plain Text - Registered: 2023-09-24 19:28 - Last Modified: 2022-09-29 04:28 - 4.1K bytes - Viewed (0) -
pilot/pkg/bootstrap/configcontroller.go
// Wrap the config controller with a cache. // Supporting only Ingress/v1 means we lose support of Kubernetes 1.18 // Supporting only Ingress/v1beta1 means we lose support of Kubernetes 1.22 // Since supporting both in a monolith controller is painful due to lack of usable conversion logic between // the two versions.
Go - Registered: 2023-07-19 22:53 - Last Modified: 2023-07-11 20:30 - 14.2K bytes - Viewed (0) -
android/guava/src/com/google/common/graph/ValueGraphBuilder.java
* ValueGraphBuilder.undirected().allowsSelfLoops(true).build(); * graph.putEdgeValue("San Francisco", "San Francisco", 0.0); * graph.putEdgeValue("San Jose", "San Jose", 0.0); * graph.putEdgeValue("San Francisco", "San Jose", 48.4); * * // Building an immutable value graph * ImmutableValueGraph<String, Double> immutableGraph = * ValueGraphBuilder.undirected() * .allowsSelfLoops(true)
Java - Registered: 2023-09-29 12:43 - Last Modified: 2022-06-03 01:21 - 8K bytes - Viewed (0) -
api/go1.txt
pkg syscall (linux-386), const AF_PHONET ideal-int pkg syscall (linux-386), const AF_PPPOX ideal-int pkg syscall (linux-386), const AF_RDS ideal-int pkg syscall (linux-386), const AF_ROSE ideal-int pkg syscall (linux-386), const AF_ROUTE ideal-int pkg syscall (linux-386), const AF_RXRPC ideal-int pkg syscall (linux-386), const AF_SECURITY ideal-int pkg syscall (linux-386), const AF_SNA ideal-int
Plain Text - Registered: 2023-09-26 11:13 - Last Modified: 2013-08-14 18:58 - 1.7M bytes - Viewed (0) -
docs/zh/docs/tutorial/security/oauth2-jwt.md
Plain Text - Registered: 2023-10-01 07:19 - Last Modified: 2022-11-03 11:50 - 9.2K bytes - Viewed (0) -
docs/en/docs/tutorial/security/oauth2-jwt.md
## Install `python-jose` We need to install `python-jose` to generate and verify the JWT tokens in Python: <div class="termy"> ```console $ pip install "python-jose[cryptography]" ---> 100% ``` </div> <a href="https://github.com/mpdavis/python-jose" class="external-link" target="_blank">Python-jose</a> requires a cryptographic backend as an extra.
Plain Text - Registered: 2023-10-01 07:19 - Last Modified: 2023-03-18 19:07 - 13K bytes - Viewed (0) -
docs/ja/docs/tutorial/security/oauth2-jwt.md
## `python-jose` のインストール PythonでJWTトークンの生成と検証を行うために、`python-jose`をインストールする必要があります: <div class="termy"> ```console $ pip install python-jose[cryptography] ---> 100% ``` </div> また、<a href="https://github.com/mpdavis/python-jose" class="external-link" target="_blank">Python-jose</a>だけではなく、暗号を扱うためのパッケージを追加で必要とします。
Plain Text - Registered: 2023-10-01 07:19 - Last Modified: 2021-07-28 15:35 - 14.1K bytes - Viewed (0)