- Sort Score
- Result 10 results
- Languages All
Results 1021 - 1030 of 1,385 for CONTENT (0.1 sec)
-
LICENSE
names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS,
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Nov 29 17:31:56 UTC 2021 - 13.3K bytes - Viewed (0) -
docs/em/docs/tutorial/schema-extra-example.md
& `Body()`, `File()`, & `Form()`, `example` โ๏ธ `examples` ๐ ๐ฎ <a href="https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#mediaTypeObject" class="external-link" target="_blank">๐ ๐, `Request Body Object`, ๐ `content`, ๐ `Media Type Object` (๐ง)</a>.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.5K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/cache/CacheStrategy.kt
response: Response, request: Request, ): Boolean { // Always go to network for uncacheable response codes (RFC 7231 section 6.1), This // implementation doesn't support caching partial content. when (response.code) { HTTP_OK, HTTP_NOT_AUTHORITATIVE, HTTP_NO_CONTENT, HTTP_MULT_CHOICE, HTTP_MOVED_PERM, HTTP_NOT_FOUND, HTTP_BAD_METHOD,
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Apr 15 13:24:48 UTC 2024 - 12K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java
if (includeContent) { if (logger.isDebugEnabled()) { logger.debug("Parsing SmbFile Content: {}", filePath); } if (file.getContentLength() < maxCachedContentSize) {
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:47:32 UTC 2024 - 18.9K bytes - Viewed (0) -
src/main/resources/fess_indices/fess/doc.json
"important_content": { "type": "text", "analyzer": "standard_analyzer", "search_analyzer": "standard_search_analyzer", "term_vector": "with_positions_offsets" }, "content": { "type": "text", "analyzer": "standard_analyzer", "search_analyzer": "standard_search_analyzer", "term_vector": "with_positions_offsets", "copy_to": ["content_minhash_bits"]
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Aug 15 11:50:35 UTC 2023 - 11.8K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/common/help_ko.jsp
<h2>๊ฒ์๋ฐฉ๋ฒ</h2> <dl> <dt>ํ๋ ์ง์ ๊ฒ์</dt> <dd> ํ๋ ์ด๋ฆ ๋ค์ ์ฝ๋ก :์ ์ง์ ๋ ๋ชจ๋ ํ๋์์ ๊ฒ์ ํ ์ ์์ต๋๋ค. ์๋ฅผ ๋ค์ด, ๋ฌธ์์ title ํ๋์์ Fess๊ฐ ํฌํจ ๋ ๋ฌธ์๋ฅผ ๊ฒ์ํ๋ ค๋ฉด ๋ค์๊ณผ ๊ฐ์ด ์ ๋ ฅํฉ๋๋ค. <pre>title:Fess</pre> ๊ธฐ๋ณธ์ผ๋ก ์ฌ์ฉ ๊ฐ๋ฅํ ํ๋๋ url, host, site, title content, content_length, last_modified ๋ฐ mimetype์ ๋๋ค. ์ค์ ์์ ์ง์ ํ๋ ํ๋๋ ๋ณ๊ฒฝํ ์ ์์ต๋๋ค. </dd> <dt>์ ๋ ฌ</dt> <dd> sort ์ฐ์ฐ์๋ ์ง์ ๋ ํ๋ ์ด๋ฆ์ผ๋ก ๋ฌธ์๋ฅผ ์ ๋ ฌํฉ๋๋ค. sort ์ฐ์ฐ์์ ์ฌ์ฉ ๋ฐฉ๋ฒ์ sort:<field>.<order>์ ๋๋ค.
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Feb 26 14:01:31 UTC 2018 - 3.1K bytes - Viewed (0) -
internal/config/compress/compress.go
Key: Extensions, Value: DefaultExtensions, }, config.KV{ Key: MimeTypes, Value: DefaultMimeTypes, }, } ) // Parses the given compression exclude list `extensions` or `content-types`. func parseCompressIncludes(include string) ([]string, error) { includes := strings.Split(include, config.ValueSeparator) for _, e := range includes { if len(e) == 0 {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 5K bytes - Viewed (0) -
cmd/bucket-lifecycle-handlers.go
if objAPI == nil { writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrServerNotInitialized), r.URL) return } vars := mux.Vars(r) bucket := vars["bucket"] // PutBucketLifecycle always needs a Content-Md5 if _, ok := r.Header[xhttp.ContentMD5]; !ok { writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrMissingContentMD5), r.URL) return }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 7K bytes - Viewed (0) -
internal/config/lambda/target/webhook.go
switch len(tokens) { case 2: req.Header.Set("Authorization", target.args.AuthToken) case 1: req.Header.Set("Authorization", "Bearer "+target.args.AuthToken) } req.Header.Set("Content-Type", "application/json") return target.httpClient.Do(req) } // Close the target. Will cancel all active requests. func (target *WebhookTarget) Close() error { target.cancel() return nil }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 08 21:39:49 UTC 2024 - 6.7K bytes - Viewed (0) -
CODE_OF_CONDUCT.md
## Scope This Code of Conduct applies to all content on tensorflow.org, TensorFlowโs GitHub organization, or any other official TensorFlow web presence allowing for community interactions, as well as at all official TensorFlow events, whether offline or online.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Fri Feb 05 18:43:16 UTC 2021 - 5.2K bytes - Viewed (0)