- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 290 for Doc (0.04 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractorTest.java
logger.info(content); assertTrue(content.contains("ใในใ")); } public void test_getTika_msword() { final InputStream in = ResourceUtil.getResourceAsStream("extractor/msoffice/test.doc"); final ExtractData extractData = tikaExtractor.getText(in, null); final String content = extractData.getContent(); CloseableUtil.closeQuietly(in); logger.info(content);
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:27 UTC 2024 - 30.5K bytes - Viewed (0) -
docs/changelogs/changelog_2x.md
running SSLv3, you must manually configure your own `ConnectionSpec`. * **OkHttp now offers interceptors.** Interceptors are a powerful mechanism that can monitor, rewrite, and retry calls. The [interceptors doc][interceptors] is a full introduction to this new API. * New: APIs to iterate and selectively clear the response cache. * New: Support for SOCKS proxies. * New: Support for `TLS_FALLBACK_SCSV`.
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 26.6K bytes - Viewed (0) -
cmd/iam-object-store.go
g.Go(func() error { policyName := path.Dir(policies[index]) policyDoc, err := iamOS.loadPolicy(ctx, policyName) if err != nil && !errors.Is(err, errNoSuchPolicy) { return fmt.Errorf("unable to load the policy doc `%s`: %w", policyName, err) } policyDocs[index] = policyDoc return nil }, index) } err := errors.Join(g.Wait()...) return policyDocs, err }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 23:40:37 UTC 2024 - 26.6K bytes - Viewed (0) -
api/go1.txt
pkg go/doc, type Example struct, Code ast.Node pkg go/doc, type Example struct, Comments []*ast.CommentGroup pkg go/doc, type Example struct, Doc string pkg go/doc, type Example struct, Name string pkg go/doc, type Example struct, Output string pkg go/doc, type Filter func(string) bool pkg go/doc, type Func struct pkg go/doc, type Func struct, Decl *ast.FuncDecl pkg go/doc, type Func struct, Doc string
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_dict_stopwords_file = "{labels.dict_stopwords_file}"; /** The key of the message: Doc Boost */ public static final String LABELS_boost_document_rule_configuration = "{labels.boost_document_rule_configuration}"; /** The key of the message: Doc Boost */ public static final String LABELS_boost_document_rule_title_details = "{labels.boost_document_rule_title_details}";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 146.4K bytes - Viewed (0) -
pom.xml
</mapper> </data> <!-- Add license files --> <data> <type>file</type> <src>${project.build.directory}/generated-packaging/deb/copyright</src> <dst>/usr/share/doc/fess/copyright</dst> </data> <!-- Adds and sets permission on default directories --> <data> <type>template</type> <paths> <path>${packaging.fess.pid.dir}</path>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 02:16:03 UTC 2024 - 49.1K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.clear_crawler_index=Crawler Indices labels.clear_crawler_index_button=Clear Crawler Indices labels.diagnostic_logs=Diagnostic labels.download_diagnostic_logs_button=Download Logs labels.reload_doc_index=Reload Doc Index labels.reload_doc_index_button=Reload labels.plugin_title=Plugin labels.plugin_list_name=Plugin List labels.plugin_type=Type labels.plugin_name=Name labels.plugin_version=Version
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0) -
cmd/bucket-lifecycle.go
} return sp.S3Select.UnmarshalXML(d, start) } // RestoreObjectRequest - xml to restore a transitioned object type RestoreObjectRequest struct { XMLName xml.Name `xml:"http://s3.amazonaws.com/doc/2006-03-01/ RestoreRequest" json:"-"` Days int `xml:"Days,omitempty"` Type RestoreRequestType `xml:"Type,omitempty"` Tier string `xml:"Tier"`
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Oct 23 15:35:37 UTC 2024 - 33.7K bytes - Viewed (0) -
cmd/testdata/decryptObjectInfo.json.zst
e-Encryption-S3-Sealed-Key":"IAAfALCjF6iOEOEg0TrD+IQOWEmdBXxsuH+hkSS4tit4LdbqbUZT4/0qXswQ==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"text/plain"}},{"Bucket":"buck1","Name":"go_113/src/cmd/gofmt/doc.go","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"+jtlXb5/cVQyLwtnsVzNIdheX+HBWUfddg+IKUxszL8=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfANP6C...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 29 16:34:20 UTC 2020 - 164K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.8.md
supports pod priority and creation of PriorityClasses ([user doc](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/))([design doc](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/scheduling/pod-priority-api.md)) * [alpha] This version now supports priority-based preemption of pods ([user doc](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/))([design doc](https://github.com/kubernetes/community/blob/master/...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Feb 20 15:45:02 UTC 2024 - 312.2K bytes - Viewed (0)