- Sort Score
- Result 10 results
- Languages All
Results 931 - 940 of 1,056 for gorm (0.03 sec)
-
android/guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java
* <pre> * LockA -> LockB -> LockC * LockA -> LockC -> LockB * </pre> * * <p><strong>ReadWriteLocks</strong> * * <p>While {@code ReadWriteLock} instances have different properties and can form cycles without * potential deadlock, this class treats {@code ReadWriteLock} instances as equivalent to * traditional exclusive locks. Although this increases the false positives that the locks detect
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 18 15:05:43 UTC 2025 - 35.9K bytes - Viewed (0) -
cmd/object-handlers.go
return } // Set Parts Count Header if opts.PartNumber > 0 && len(objInfo.Parts) > 0 { setPartsCountHeaders(w, objInfo) } setHeadGetRespHeaders(w, r.Form) var iw io.Writer = w statusCodeWritten := false httpWriter := xioutil.WriteOnClose(iw) if rs != nil || opts.PartNumber > 0 { statusCodeWritten = true w.WriteHeader(http.StatusPartialContent)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 120.6K bytes - Viewed (0) -
docs/em/docs/index.md
* <a href="https://github.com/Kludex/python-multipart" target="_blank"><code>python-multipart</code></a> - โ ๐ฅ ๐ ๐ ๐โ๐ฆบ ๐จ <abbr title="converting the string that comes from an HTTP request into Python data">"โ"</abbr>, โฎ๏ธ `request.form()`. * <a href="https://pythonhosted.org/itsdangerous/" target="_blank"><code>itsdangerous</code></a> - โ `SessionMiddleware` ๐โ๐ฆบ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 17.1K bytes - Viewed (0) -
docs/en/docs/tutorial/sql-databases.md
Then let's create `Hero`, the actual *table model*, with the **extra fields** that are not always in the other models: * `id` * `secret_name` Because `Hero` inherits form `HeroBase`, it **also** has the **fields** declared in `HeroBase`, so all the fields for `Hero` are: * `id` * `name` * `age` * `secret_name`
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 15.4K bytes - Viewed (0) -
docs/he/docs/index.md
- <a href="https://github.com/Kludex/python-multipart" target="_blank"><code>python-multipart</code></a> - ืืจืืฉ ืื ืืจืฆืื ืื ืืชืืื ื <abbr title="ืืืจืช ืืืืจืืืช ืฉืืืืขื ืืืงืฉืช HTTP ืืืืืข ืคืืืชืื">"ืคืจืกืืจ"</abbr> ืืคืกืื, ืืืฆืืขืืช <code dir="ltr">request.form()</code>. - <a href="https://pythonhosted.org/itsdangerous/" target="_blank"><code>itsdangerous</code></a> - ืืจืืฉ ืื ืืจืฆืื ืื ืืืฉืชืืฉ ื - `SessionMiddleware`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 21.2K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Equivalence.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 10 01:47:55 UTC 2025 - 14.5K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/simple-oauth2.md
/// info | ์ ๋ณด `OAuth2PasswordRequestForm`์ `OAuth2PasswordBearer`์ ๊ฐ์ด **FastAPI**์ ๋ํ ํน์ ํด๋์ค๊ฐ ์๋๋๋ค. `OAuth2PasswordBearer`๋ **FastAPI**๊ฐ ๋ณด์ ์ฒด๊ณ์์ ์๋๋ก ํฉ๋๋ค. ๊ทธ๋์ OpenAPI์ ๊ทธ๋ ๊ฒ ์ถ๊ฐ๋ฉ๋๋ค. ๊ทธ๋ฌ๋ `OAuth2PasswordRequestForm`์ ์ง์ ์์ฑํ๊ฑฐ๋ `Form` ๋งค๊ฐ๋ณ์๋ฅผ ์ง์ ์ ์ธํ ์ ์๋ ํด๋์ค ์์กด์ฑ์ผ ๋ฟ์ ๋๋ค. ๊ทธ๋ฌ๋ ์ผ๋ฐ์ ์ธ ์ฌ์ฉ ์ฌ๋ก์ด๋ฏ๋ก ๋ ์ฝ๊ฒ ํ๊ธฐ ์ํด **FastAPI**์์ ์ง์ ์ ๊ณตํฉ๋๋ค. /// ### ํผ ๋ฐ์ดํฐ ์ฌ์ฉํ๊ธฐ /// tip | ํ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Feb 15 11:19:12 UTC 2025 - 10.8K bytes - Viewed (0) -
cmd/handler-utils.go
func extractMetadataFromReq(ctx context.Context, r *http.Request) (metadata map[string]string, err error) { return extractMetadata(ctx, textproto.MIMEHeader(r.Form), textproto.MIMEHeader(r.Header)) } func extractMetadata(ctx context.Context, mimesHeader ...textproto.MIMEHeader) (metadata map[string]string, err error) { metadata = make(map[string]string)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 16.3K bytes - Viewed (1) -
cmd/sftp-server.go
errSFTPLDAPNotEnabled = errors.New("ldap authentication is not enabled") ) // if the sftp parameter --trusted-user-ca-key is set, then // the final form of the key file will be set as this variable. var globalSFTPTrustedCAPubkey ssh.PublicKey // https://cs.opensource.google/go/x/crypto/+/refs/tags/v0.22.0:ssh/common.go;l=46
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 16.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/CrawlingConfigHelper.java
} return urlList; } /** * Retrieves the default crawling configuration template for a given configuration type. * The default template is identified by the configured form admin default template name. * * @param configType the type of configuration (WEB, FILE, or DATA)Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.5K bytes - Viewed (1)