- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 394 for depende (0.18 sec)
-
src/test/java/jcifs/smb/JAASAuthenticatorTest.java
void testGetSubjectLoginFailuresCacheAndRefresh(SubjectVariant variant) throws Exception { JAASAuthenticator auth = buildAuthenticator(variant); // First call attempts a JAAS login; behavior depends on JAAS configuration Subject first = auth.getSubject(); // Second call should return cached value (same as first) Subject second = auth.getSubject(); if (first == null && second == null) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 9.9K bytes - Viewed (0) -
docs/em/docs/tutorial/security/simple-oauth2.md
๐ โน ๐ ๏ธ ๐ฏ. Oauth2๏ธโฃ ๐ซ ๐ป. /// ## ๐ ๐ค `username` & `password` ๐ โก๏ธ โ๏ธ ๐ ๐ **FastAPI** ๐ต ๐. ### `OAuth2PasswordRequestForm` ๐ฅ, ๐ `OAuth2PasswordRequestForm`, & โ๏ธ โซ๏ธ ๐ โฎ๏ธ `Depends` *โก ๐ ๏ธ* `/token`: {* ../../docs_src/security/tutorial003.py hl[4,76] *} `OAuth2PasswordRequestForm` ๐ ๐ ๐ ๐ฃ ๐จ ๐ช โฎ๏ธ: * `username`. * `password`. * ๐ฆ `scope` ๐ ๐ฆ ๐ป, โ ๐ป ๐ ๐. * ๐ฆ `grant_type`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.7K bytes - Viewed (0) -
android/pom.xml
<artifactId>plexus-io</artifactId> <!-- We need at least 3.5.1 to avoid https://github.com/codehaus-plexus/plexus-io/issues/109. Once we upgrade maven-jar-plugin itself to a version new enough to depend on 3.5.1 or higher, we can remove this override. --> <version>3.5.1</version> </dependency> </dependencies> </plugin> <plugin>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 24.3K bytes - Viewed (0) -
pom.xml
<artifactId>plexus-io</artifactId> <!-- We need at least 3.5.1 to avoid https://github.com/codehaus-plexus/plexus-io/issues/109. Once we upgrade maven-jar-plugin itself to a version new enough to depend on 3.5.1 or higher, we can remove this override. --> <version>3.5.1</version> </dependency> </dependencies> </plugin> <plugin>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 23.9K bytes - Viewed (0) -
guava/src/com/google/common/collect/Multimap.java
* depending on the implementation. For example, two {@link SetMultimap} instances with the same * key-value mappings are equal, but equality of two {@link ListMultimap} instances depends on the * ordering of the values for each key. * * <p>A non-empty {@link SetMultimap} cannot be equal to a non-empty {@link ListMultimap}, since
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 15.7K bytes - Viewed (0) -
android/guava/src/com/google/common/base/internal/Finalizer.java
* * <p>While this class is public, we consider it to be *internal* and not part of our published API. * It is public so we can access it reflectively across class loaders in secure environments. * * <p>This class can't depend on other Guava code. If we were to load this class in the same class * loader as the rest of Guava, this thread would keep an indirect strong reference to the class
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 9.3K bytes - Viewed (0) -
docs/ja/docs/tutorial/security/first-steps.md
/// ๅคๆฐ`oauth2_scheme`ใฏ`OAuth2PasswordBearer`ใฎใคใณในใฟใณในใงใใใใๅผใณๅบใๅฏ่ฝใใงใใ ๆฌกใฎใใใซใๅผใถใใจใใงใใพใ: ```Python oauth2_scheme(some, parameters) ``` ใใฎใใใ`Depends`ใจไธ็ทใซไฝฟใใใจใใงใใพใใ ### ไฝฟใๆน ใใใง`oauth2_scheme`ใ`Depends`ใงไพๅญ้ขไฟใซๆธกใใใจใใงใใพใใ {* ../../docs_src/security/tutorial001.py hl[10] *} ใใฎไพๅญ้ขไฟใฏใ*path operation function*ใฎใใฉใกใผใฟใผ`token`ใซไปฃๅ ฅใใใ`str`ใๆไพใใพใใ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.4K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/project/artifact/ActiveProjectArtifact.java
* attributes of this artifact. * * TODO I think this exposes a design flaw in that the immutable and mutable parts of an artifact are in one class and * should be split. ie scope, file, etc depend on the context of use, whereas everything else is immutable. */ @Deprecated public class ActiveProjectArtifact implements Artifact { private final Artifact artifact; private final MavenProject project;
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 9.9K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProblemCollector.java
*/ boolean problemsOverflow(); /** * Reports a problem: always maintains the counters, but whether problem is preserved in memory, depends on * implementation and its configuration. * * @param problem the problem to report * @return {@code true} if passed problem is preserved by this call. */
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jul 18 17:30:19 UTC 2025 - 11.4K bytes - Viewed (0) -
guava/src/com/google/common/collect/ForwardingSortedMultiset.java
* invoke methods, they invoke methods on the {@code ForwardingSortedMultiset}. * * <p>The {@code standard} methods and any collection views they return are not guaranteed to be * thread-safe, even when all of the methods that they depend on are thread-safe. * * @author Louis Wasserman * @since 15.0 */ @GwtCompatible public abstract class ForwardingSortedMultiset<E extends @Nullable Object>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 8.6K bytes - Viewed (0)