- Sort Score
- Result 10 results
- Languages All
Results 901 - 910 of 1,001 for forms (0.02 sec)
-
android/guava/src/com/google/common/math/Quantiles.java
* form}), the memory requirement is 8*N bytes for the copy of the dataset plus an overhead which is * independent of N (but depends on the quantiles being computed). When calling {@link * ScaleAndIndex#computeInPlace computeInPlace} (in {@linkplain ScaleAndIndexes#computeInPlace * either form}), only the overhead is required. The number of object allocations is independent of
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 30.1K 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/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) -
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 (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) -
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) -
src/main/webapp/js/admin/adminlte.min.js
n.default.fn[qe]=Pe,Ke._jQueryInterface};var Xe="SidebarSearch",Ye="lte.sidebar-search",Ze=n.default.fn[Xe],et="sidebar-search-open",tt="fa-search",at="fa-times",nt="sidebar-search-results",it="list-group",ot='[data-widget="sidebar-search"]',lt=ot+" .form-control",st=ot+" .btn",rt=st+" i",dt=".sidebar-search-results",ft=".sidebar-search-results .list-group",ut={arrowSign:"->",minLength:3,maxResults:7,highlightName:!0,highlightPath:!1,highlightClass:"text-light",notFoundText:"No element found!"},ct=...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 45.3K bytes - Viewed (0)