- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 284 for _doc (0.01 sec)
-
src/test/java/jcifs/internal/smb2/info/Smb2QueryDirectoryRequestTest.java
void testWildcardPatterns() { request = new Smb2QueryDirectoryRequest(mockConfig); // Test various wildcard patterns String[] patterns = { "*", "*.txt", "test*.*", "?test?.doc" }; for (String pattern : patterns) { request.setFileName(pattern); byte[] buffer = new byte[1024];
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/com/SmbComRenameTest.java
public void testWriteBytesWireFormatSpecialCharacters() { // Given String oldFileName = "file with spaces.txt"; String newFileName = "file@#$%.doc"; byte[] dst = new byte[200]; smbComRename = new SmbComRename(config, oldFileName, newFileName); int dstIndex = 0; // When
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/JodExtractor.java
// Text Formats extensionMap.put("odt", "txt"); extensionMap.put("ott", "txt"); extensionMap.put("sxw", "txt"); extensionMap.put("rtf", "txt"); extensionMap.put("doc", "txt"); extensionMap.put("docx", "txt"); extensionMap.put("wpd", "txt"); extensionMap.put("txt", "txt"); extensionMap.put("html", "txt"); // Spreadsheet Formats
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 10.3K bytes - Viewed (0) -
src/test/java/jcifs/util/PathValidatorTest.java
}); } @Test public void testWindowsReservedLPT() throws Exception { assertThrows(SmbException.class, () -> { validator.validatePath("\\share\\LPT9.doc"); }); } @Test public void testDangerousCharacters() throws Exception { assertThrows(SmbException.class, () -> { strictValidator.validatePath("\\share\\file<script>.txt");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 14.6K bytes - Viewed (0) -
cmd/iam-store.go
json := jsoniter.ConfigCompatibleWithStandardLibrary var doc PolicyDoc err := json.Unmarshal(data, &doc) if err != nil { err2 := json.Unmarshal(data, &doc.Policy) if err2 != nil { // Just return the first error. return err } d.Policy = doc.Policy return nil } *d = doc return nil } // key options type options struct {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 86.7K bytes - Viewed (0) -
guava/src/com/google/common/collect/RegularImmutableMap.java
/** * Implementation of {@link ImmutableMap} used for 0 entries and for 2+ entries. Additional * implementations exist for particular cases, like {@link ImmutableTable} views and hash flooding. * (This doc discusses {@link ImmutableMap} subclasses only for the JRE flavor; the Android flavor * differs.) * * @author Jesse Wilson * @author Kevin Bourrillion * @author Gregory Kick */ @GwtCompatible
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 15.8K bytes - Viewed (0) -
api/go1.7.txt
pkg encoding/json, method (*Encoder) SetIndent(string, string) pkg go/build, type Package struct, BinaryOnly bool pkg go/build, type Package struct, CgoFFLAGS []string pkg go/build, type Package struct, FFiles []string pkg go/doc, type Example struct, Unordered bool pkg io, const SeekCurrent = 1 pkg io, const SeekCurrent ideal-int pkg io, const SeekEnd = 2 pkg io, const SeekEnd ideal-int pkg io, const SeekStart = 0
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Jun 28 15:08:11 UTC 2016 - 13.6K bytes - Viewed (0) -
docs/distributed/README.md
```sh export MINIO_ROOT_USER=<ACCESS_KEY> export MINIO_ROOT_PASSWORD=<SECRET_KEY> minio server http://host{1...n}/export{1...m} ``` > **NOTE:** In above example `n` and `m` represent positive integers, _do not copy paste and expect it work make the changes according to local deployment and setup_.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 8.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessConfigTest.java
assertTrue(fessConfig.isExtensionAllowed("gif")); assertTrue(fessConfig.isExtensionAllowed("png")); assertFalse(fessConfig.isExtensionAllowed("pdf")); assertFalse(fessConfig.isExtensionAllowed("doc")); } // Test available extensions public void test_getAvailableExtensions() { String[] extensions = fessConfig.getAvailableExtensions(); assertEquals(4, extensions.length);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 23.8K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Number of documents per suggestion update request. suggest.update.doc.per.request=2 # Percentage limit for suggestion update contents. suggest.update.contents.limit.num.percentage=50% # Maximum number of suggestion update contents. suggest.update.contents.limit.num=10000 # Maximum document size for suggestion update. suggest.update.contents.limit.doc.size=50000 # Scroll size for suggestion source reader.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0)