- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for getCharsetName (0.06 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/TextTransformer.java
} return name; } } /** * Returns the charset name. * @return the charsetName */ public String getCharsetName() { return charsetName; } /** * Sets the charset name. * @param charsetName The charset name to set. */ public void setCharsetName(final String charsetName) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 6.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/FileTransformer.java
this.maxDuplicatedPath = maxDuplicatedPath; } /** * Gets the character set name used for encoding file paths. * * @return the character set name */ public String getCharsetName() { return charsetName; } /** * Sets the charset name. * @param charsetName The charset name to set. */ public void setCharsetName(final String charsetName) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 11.7K bytes - Viewed (0) -
src/main/java/org/codelibs/core/crypto/CachedCipher.java
*/ public void setKey(final String key) { this.key = key; } /** * Returns the charset name. * * @return the charset name */ public String getCharsetName() { return charsetName; } /** * Sets the charset name. * * @param charsetName * the charset name */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 11.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XpathTransformer.java
public void setTrimSpace(final boolean trimSpace) { trimSpaceEnabled = trimSpace; } /** * Returns the charset name. * @return The charset name. */ public String getCharsetName() { return charsetName; } /** * Sets the charset name. * @param charsetName The charset name to set. */ public void setCharsetName(final String charsetName) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 13.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XmlTransformer.java
trimSpaceEnabled = trimSpace; } /** * Returns the charsetName. * * @return the charsetName */ public String getCharsetName() { return charsetName; } /** * Sets the charsetName. * * @param charsetName the charsetName to set */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 23.9K bytes - Viewed (0)