- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 145 for targ (1.12 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/AbstractXmlExtractor.java
/** * Abstract base class for XML extractors. * Provides common functionality for extracting text content from XML-like documents. * It handles encoding detection, HTML entity unescaping, and tag-based content extraction. * */ public abstract class AbstractXmlExtractor extends AbstractExtractor { /** * Logger for this class. */Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 8.6K bytes - Viewed (0) -
src/test/java/jcifs/util/SecureCredentialStorageTest.java
assertNotNull(encrypted, "Encrypted long password should not be null"); assertTrue(encrypted.length > plaintext.length, "Encrypted data should be larger due to IV and auth tag"); char[] decrypted = storage.decryptCredentials(encrypted); assertArrayEquals(plaintext, decrypted, "Decrypted long password should match original"); // Clean up
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/HtmlExtractor.java
/** * Gets the pattern used for matching HTML tags. * * @return the HTML tag pattern */ public Pattern getHtmlTagPattern() { return htmlTagPattern; } /** * Sets the pattern used for matching HTML tags. * * @param htmlTagPattern the HTML tag pattern to set */ public void setHtmlTagPattern(final Pattern htmlTagPattern) {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Oct 04 08:47:19 UTC 2025 - 9.3K bytes - Viewed (0) -
.ci/jobs.t/defaults.yml
# Upload additional logs - google-cloud-storage: credentials-id: 'elasticsearch-ci-gcs-plugin' uploads: - classic: file-pattern: 'build/*.tar.bz2' storage-location: 'gs://elasticsearch-ci-artifacts/jobs/$JOB_NAME' share-publicly: false upload-for-failed-jobs: true show-inline: true # Notify homerRegistered: Sun Dec 21 06:47:06 UTC 2025 - Last Modified: Wed Sep 29 15:38:05 UTC 2021 - 2.9K bytes - Viewed (0) -
src/test/java/jcifs/util/PathValidatorTest.java
assertEquals("\\share\\document.docx", validator.validatePath("\\share\\document.docx")); assertEquals("\\share\\archive.tar.gz", validator.validatePath("\\share\\archive.tar.gz")); } @Test public void testInternationalCharacters() throws Exception { // Should allow international characters in paths
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 14.6K bytes - Viewed (0) -
src/main/resources/fess_indices/fess/en-ie/stopwords.txt
mar mo mé na nach naoi naonúr ná ní níor nó nócha ocht ochtar os roimh sa seacht seachtar seachtó seasca seisear siad sibh sinn sna sé sí tar thar thú triúr trí trína trínár tríocha tú um ár é éis í ó ón óna
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 19 06:31:02 UTC 2018 - 685 bytes - Viewed (0) -
src/main/resources/fess_label_id.properties
labels.storage_bucket_name=Nama Bucket labels.storage_file=Berkas labels.storage_folder_name=Nama Folder labels.storage_button_download=Unduh labels.storage_button_tags=Tag labels.storage_title_tag=Tag: labels.storage_tag_key=Kunci Tag labels.storage_tag_value=Nilai Tag labels.login.newpassword=Anda perlu memperbarui kata sandi Anda labels.login.placeholder_new_password=Kata Sandi Baru
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 45.2K bytes - Viewed (0) -
src/test/java/jcifs/smb1/util/MimeMapTest.java
@ParameterizedTest @DisplayName("Should return correct mime type for multiple extensions") @CsvSource({ "txt, text/plain", "css, text/css", "js, application/x-javascript", "zip, application/zip", "tar, application/x-tar", "gz, application/x-gzip", "tiff, image/tiff", "tif, image/tiff" }) void testVariousExtensions(String extension, String expectedMimeType) throws IOException {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/index/SuggestIndexer.java
public SuggestIndexer setSupportedFields(final String[] supportedFields) { this.supportedFields = supportedFields; return this; } /** * Sets the tag field names. * @param tagFieldNames The tag field names. * @return This SuggestIndexer instance. */ public SuggestIndexer setTagFieldNames(final String[] tagFieldNames) { this.tagFieldNames = tagFieldNames;
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 34.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapVideo.java
*/ private String contentLoc; /** * A URL pointing to a player for a specific video. * Usually this is the information in the src element of an <embed> tag. */ private String playerLoc; /** * The duration of the video in seconds. * Value must be from 1 to 28800 (8 hours). */ private String duration; /**Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 8.9K bytes - Viewed (0)