- Sort Score
- Result 10 results
- Languages All
Results 501 - 510 of 608 for simplest (0.06 sec)
-
docs/en/docs/tutorial/security/oauth2-jwt.md
But it provides you the tools to simplify the process as much as possible without compromising flexibility, robustness, or security. And you can use and implement secure, standard protocols, like OAuth2 in a relatively simple way.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 26 11:45:10 UTC 2024 - 12.8K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Ascii.java
* with arbitrary Unicode text. It is mostly intended for use with text that is known to be safe * for use with it (such as all-ASCII text) and for simple debugging text. When using this method, * consider the following: * * <ul> * <li>it may split surrogate pairs * <li>it may split characters and combining characters
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Aug 02 13:50:22 UTC 2024 - 21.7K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvn/RepositorySystemSupplier.java
import org.eclipse.aether.spi.synccontext.SyncContextFactory; import org.eclipse.aether.util.version.GenericVersionScheme; import org.eclipse.aether.version.VersionScheme; /** * A simple memorizing {@link Supplier} of {@link RepositorySystem} instance, that on first call * supplies lazily constructed instance, and on each subsequent call same instance. Hence, this instance should be
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 45.6K bytes - Viewed (0) -
docs/em/docs/contributing.md
โคด๏ธ ๐ ๐ช ๐ฆ ๐ โฎ๏ธ ๐ `serve`: <div class="termy"> ```console // Use the command "serve" after running "build-all" $ python ./scripts/docs.py serve Warning: this is a very simple server. For development, use mkdocs serve instead. This is here only to preview a site with translations already built. Make sure you run the build-all command first. Serving at: http://127.0.0.1:8008 ``` </div>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.4K bytes - Viewed (0) -
docs/ko/docs/python-types.md
```Python hl_lines="2" {!../../docs_src/python_types/tutorial004.py!} ``` ## ํ์ ์ ์ธ ๋ฐฉ๊ธ ํจ์์ ๋งค๊ฐ๋ณ์๋ก์จ ํ์ ํํธ๋ฅผ ์ ์ธํ๋ ์ฃผ์ ์ฅ์๋ฅผ ๋ณด์์ต๋๋ค. ์ด ์์น๋ ์ฌ๋ฌ๋ถ์ด **FastAPI**์ ํจ๊ป ์ด๋ฅผ ์ฌ์ฉํ๋ ์ฃผ์ ์ฅ์์ ๋๋ค. ### Simple ํ์ `str`๋ฟ ์๋๋ผ ๋ชจ๋ ํ์ด์ฌ ํ์ค ํ์ ์ ์ ์ธํ ์ ์์ต๋๋ค. ์๋ฅผ ๋ค๋ฉด: * `int` * `float` * `bool` * `bytes` ```Python hl_lines="1" {!../../docs_src/python_types/tutorial005.py!} ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.5K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java
@Override public int compareTo(SelfComparableExample o) { return 0; } } public void testBuilderGenerics_selfComparable() { // testing simple creation ImmutableSortedSet.Builder<SelfComparableExample> natural = ImmutableSortedSet.naturalOrder(); assertThat(natural).isNotNull();
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 46.7K bytes - Viewed (0) -
android/guava/src/com/google/common/net/InetAddresses.java
* were never supposed to be seen on the wire. That assumption was dropped, some say mistakenly, in * later RFCs with the apparent aim of making IPv4-to-IPv6 transition simpler. * * <p>Technically one <i>can</i> create a 128bit IPv6 address with the wire format of a "mapped" * address, as shown above, and transmit it in an IPv6 packet header. However, Java's InetAddress
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 47.1K bytes - Viewed (0) -
internal/grid/grid_test.go
} } return nil }, OutCapacity: 1, InCapacity: 0, })) errFatal(manager.RegisterSingleHandler(handlerTest2, func(payload []byte) ([]byte, *RemoteErr) { // Simple roundtrip return append([]byte{}, payload...), nil })) } register(local) register(remote) remoteConn := local.Connection(remoteHost) const testPayload = "Hello Grid World!"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 29 18:10:04 UTC 2024 - 36.4K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Multimaps.java
* work correctly. To allow concurrent update operations, wrap the multimap with a call to {@link * #synchronizedMultimap}. * * <p>Call this method only when the simpler methods {@link ArrayListMultimap#create()}, {@link * HashMultimap#create()}, {@link LinkedHashMultimap#create()}, {@link * LinkedListMultimap#create()}, {@link TreeMultimap#create()}, and {@link
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 16 21:21:17 UTC 2024 - 86.3K bytes - Viewed (0) -
doc/asm.html
</p> <h3 id="directives">Directives</h3> <p> The assembler uses various directives to bind text and data to symbol names. For example, here is a simple complete function definition. The <code>TEXT</code> directive declares the symbol <code>runtimeยทprofileloop</code> and the instructions that follow form the body of the function.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Nov 28 19:15:27 UTC 2023 - 36.3K bytes - Viewed (0)