- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 329 for sela (0.08 sec)
-
docs/pt/docs/tutorial/security/simple-oauth2.md
Mas, por enquanto, vamos nos concentrar nos detalhes específicos de que precisamos. /// {* ../../docs_src/security/tutorial003_an_py310.py hl[87] *} /// tip | Dica Pela especificação, você deve retornar um JSON com um `access_token` e um `token_type`, o mesmo que neste exemplo. Isso é algo que você mesmo deve fazer em seu código e certifique-se de usar essas chaves JSON.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10K bytes - Viewed (0) -
cmd/site-replication.go
if ps.Peers[id].ReplicateILMExpiry != peer.ReplicateILMExpiry { flagEqual = false break } } if flagEqual { continue } // Dont apply the self state to self if dID == globalDeploymentID() { continue } // Send details to other sites for healing admClient, err := c.getAdminClient(ctx, dID) if err != nil { return wrapSRErr(err)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 184.7K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/lsarpcTest.java
} @Override public NdrBuffer derive(int offset) { return this; // For simplicity, return self } // Note: getDeferred() method does not exist in NdrBuffer public NdrBuffer getDeferred() { return this; // For simplicity, return self } @Override public void enc_ndr_string(String s) { // Simulate encoding a string
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 60.8K bytes - Viewed (0) -
cmd/testdata/xl-many-parts.meta
` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � ` � &�m�Size� 6m:M�MTime�|>���e��MetaSys��6X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm�DAREv2-HMAC-SHA256�&x-minio-internal-replication-timestamp�2023-08-18T00:09:42.389168293Z�#x-minio-internal-replication-status�^arn:minio:replication::36280125-1e9d-414e-bff5-8c88a1b5352e:disney-prod-vod-repository=FAILED;�5X-Minio-Int...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 02 21:40:38 UTC 2023 - 808.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessTimeResourceProviderTest.java
FessTimeResourceProvider provider2 = new FessTimeResourceProvider(mockConfig); // Test basic object equality assertNotSame(provider1, provider2); assertEquals(provider1, provider1); // Self equality assertFalse(provider1.equals(null)); // Null check assertFalse(provider1.equals("string")); // Type check } // Test with rapid config changes
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.4K bytes - Viewed (0) -
okhttp-tls/src/test/java/okhttp3/tls/HeldCertificateTest.kt
val now = System.currentTimeMillis() val heldCertificate = HeldCertificate.Builder().build() val certificate = heldCertificate.certificate assertThat(certificate.getSubjectX500Principal().name, "self-signed") .isEqualTo(certificate.getIssuerX500Principal().name) assertThat(certificate.getIssuerX500Principal().name).matches(Regex("CN=[0-9a-f-]{36}")) assertThat(certificate.serialNumber).isEqualTo(BigInteger.ONE)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 22.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/graph/TraverserTest.java
createDirectedGraph("ab", "ac", "bd", "cd"); /** * Same as {@link #DIAMOND_GRAPH}, but with an extra c->a edge and some self edges: * * {@snippet : * a<> * / \\ * b c * \ / * d<> * } * * {@code <>} indicates a self-loop */ private static final SuccessorsFunction<Character> MULTI_GRAPH = createDirectedGraph("aa", "dd", "ab", "ac", "ca", "cd", "bd");
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 47.5K bytes - Viewed (0) -
guava-tests/test/com/google/common/graph/TraverserTest.java
createDirectedGraph("ab", "ac", "bd", "cd"); /** * Same as {@link #DIAMOND_GRAPH}, but with an extra c->a edge and some self edges: * * {@snippet : * a<> * / \\ * b c * \ / * d<> * } * * {@code <>} indicates a self-loop */ private static final SuccessorsFunction<Character> MULTI_GRAPH = createDirectedGraph("aa", "dd", "ab", "ac", "ca", "cd", "bd");
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 47.5K bytes - Viewed (0) -
docs/pt/docs/tutorial/sql-databases.md
Em seguida, criamos um modelo `HeroPublic`, que será **retornado** para os clientes da API. Ele tem os mesmos campos que `HeroBase`, então não incluirá `secret_name`. Finalmente, a identidade dos nossos heróis está protegida! 🥷 Ele também declara novamente `id: int`. Ao fazer isso, estamos fazendo um **contrato** com os clientes da API, para que eles possam sempre esperar que o `id` estará lá e será um `int` (nunca será `None`).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Oct 27 15:25:29 UTC 2024 - 15.8K bytes - Viewed (0) -
docs/config/README.md
MINIO_ETCD_CLIENT_CERT_KEY (path) client cert key for mTLS authentication MINIO_ETCD_COMMENT (sentence) optionally add a comment to this setting ``` This behavior is consistent across all keys; each key self-documents itself with valid examples. ## Dynamic systems without restarting server
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 18.1K bytes - Viewed (1)