- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 222 for dependsOn (0.05 sec)
-
migrator/migrator.go
if rel.Field.IgnoreMigration { continue } if c := rel.ParseConstraint(); c != nil && c.Schema == dep.Statement.Schema && c.Schema != c.ReferenceSchema { dep.Depends = append(dep.Depends, c.ReferenceSchema) } if rel.Type == schema.HasOne || rel.Type == schema.HasMany { beDependedOn[rel.FieldSchema] = true } if rel.JoinTable != nil {
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Fri Jun 06 02:35:01 UTC 2025 - 29.5K bytes - Viewed (0) -
docs/em/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] *} ๐ ๐ ๐ ๐ `str` ๐ ๐ ๏ธ ๐ข `token` *โก ๐ ๏ธ ๐ข*.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.7K bytes - Viewed (0) -
docs/en/docs/reference/security/index.md
# Security Tools When you need to declare dependencies with OAuth2 scopes you use `Security()`. But you still need to define what is the dependable, the callable that you pass as a parameter to `Depends()` or `Security()`. There are multiple tools that you can use to create those dependables, and they get integrated into OpenAPI so they are shown in the automatic docs UI, they can be used by automatically generated clients and SDKs, etc.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Thu Apr 18 19:53:19 UTC 2024 - 1.6K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/WinErrorTest.java
* The interface has no instance methods, so the tests focus on * value correctness and array integrity. A tiny Mockito example * demonstrates that the interface can be mocked if another class * depends on it. */ public class WinErrorTest { @Nested @DisplayName("Constant value checks") class ConstantValues { @Test void successIsZero() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 2.7K bytes - Viewed (0) -
futures/listenablefuture1/pom.xml
itself. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 12 21:42:09 UTC 2018 - 2.2K bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java
String getLanguage(); /** * Specifies if the artifact contains java classes and can be added to the classpath. * Whether the artifact should be added to the classpath depends on other * dependency properties. * * @return if the artifact can be added to the class path * * @deprecated A value of {@code true} does not mean that the dependency should
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/TransportProvider.java
* probably roll its own. * <p> * This implementation is backed by Maven Resolver API, supported protocols and transport selection depends on it. If * resolver preference regarding transport is altered, it will affect this service as well. * * @since 4.0.0 */ @Experimental @Consumer public interface TransportProvider extends Service { /**
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Mar 23 05:29:39 UTC 2023 - 2.1K bytes - Viewed (0) -
cmd/format-meta.go
formatMetaVersionV1 = "1" ) // format.json currently has the format: // { // "version": "1", // "format": "XXXXX", // "XXXXX": { // // } // } // Here "XXXXX" depends on the backend, currently we have "fs" and "xl" implementations. // formatMetaV1 should be inherited by backend format structs. Please look at format-fs.go // and format-xl.go for details.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 23 18:58:53 UTC 2021 - 1.7K bytes - Viewed (0) -
docs/ko/docs/advanced/websockets.md
<img src="/img/tutorial/websockets/image03.png"> ์ฌ๋ฌ ๋ฉ์์ง๋ฅผ ์ ์ก(๊ทธ๋ฆฌ๊ณ ์์ )ํ ์ ์์ต๋๋ค: <img src="/img/tutorial/websockets/image04.png"> ๋ชจ๋ ๋ฉ์์ง๋ ๋์ผํ WebSocket ์ฐ๊ฒฐ์ ์ฌ์ฉํฉ๋๋ค. ## `Depends` ๋ฐ ๊ธฐํ ์ฌ์ฉํ๊ธฐ WebSocket ์๋ํฌ์ธํธ์์ `fastapi`์์ ๋ค์์ ๊ฐ์ ธ์ ์ฌ์ฉํ ์ ์์ต๋๋ค: * `Depends` * `Security` * `Cookie` * `Header` * `Path` * `Query` ์ด๋ค์ ๋ค๋ฅธ FastAPI ์๋ํฌ์ธํธ/*๊ฒฝ๋ก ์๋*๊ณผ ๋์ผํ๊ฒ ๋์ํฉ๋๋ค:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Wed Nov 27 20:03:29 UTC 2024 - 6.3K bytes - Viewed (0) -
docs/en/docs/tutorial/security/first-steps.md
It could be called as: ```Python oauth2_scheme(some, parameters) ``` So, it can be used with `Depends`. ### Use it { #use-it } Now you can pass that `oauth2_scheme` in a dependency with `Depends`. {* ../../docs_src/security/tutorial001_an_py39.py hl[12] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 8.4K bytes - Viewed (0)