- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 15 for TH (0.01 sec)
-
src/main/java/org/codelibs/core/beans/util/CopyOptionsUtil.java
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 10.6K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/CopyUtil.java
* <table border="1"> * <caption>Elements for copying instances</caption> * <tr> * <th rowspan="2">Input type</th> * <th colspan="4">Output type</th> * </tr> * <tr> * <th>{@link OutputStream}</th> * <th>{@link Writer}</th> * <th>{@link File}</th> * <th>{@link StringBuilder}</th> * </tr> * <tr> * <th>{@link InputStream}</th> * <td>bytes</td> * <td>characters</td> * <td>bytes, characters</td>
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 45.2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/convert/DateConversionUtil.java
* If no pattern is specified, the pattern used for conversion depends on the locale as follows: * </p> * <table border="1"> * <caption>Conversion Patterns</caption> * <tr> * <th>Category</th> * <th>Pattern</th> * <th>Example for {@link Locale#JAPANESE}</th> * </tr> * <tr> * <td rowspan="4">Standard formats of {@link DateFormat}</td> * <td>{@link DateFormat#SHORT} format</td> * <td>{@literal yy/MM/dd}</td> * </tr> * <tr>
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 19.6K bytes - Viewed (0) -
src/main/java/org/codelibs/core/convert/TimeConversionUtil.java
* If no pattern is specified, the pattern used for conversion depends on the locale as follows: * </p> * <table border="1"> * <caption>Conversion Patterns</caption> * <tr> * <th>Category</th> * <th>Pattern</th> * <th>Example for {@link Locale#JAPANESE}</th> * </tr> * <tr> * <td rowspan="4">Standard {@link DateFormat} formats</td> * <td>{@link DateFormat#SHORT} format</td> * <td>{@literal H:mm}</td> * </tr> * <tr>
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 20.3K bytes - Viewed (0) -
src/main/java/org/codelibs/core/convert/TimestampConversionUtil.java
* If no pattern is specified, the pattern used for conversion depends on the locale as follows: * </p> * <table border="1"> * <caption>Conversion Patterns</caption> * <tr> * <th>Category</th> * <th>Pattern</th> * <th>Example for {@link Locale#JAPANESE}</th> * </tr> * <tr> * <td rowspan="4">Standard formats of {@link DateFormat}</td> * <td>{@link DateFormat#SHORT} format</td> * <td>{@literal yy/MM/dd H:mm}</td> * </tr>
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 20.6K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/util/CopyOptions.java
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 17.5K bytes - Viewed (0) -
guava-testlib/src/com/google/common/testing/EqualsTester.java
* follows: * * <ul> * <li>"{@code [group }<i>i</i>{@code , item }<i>j</i>{@code ]}" refers to the * <i>j</i><sup>th</sup> item in the <i>i</i><sup>th</sup> equality group, where both equality * groups and the items within equality groups are numbered starting from 1. When either a * constructor argument or an equal object is provided, that becomes group 1.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/resources/fess_indices/fess.json
}, "thai_stop": { "type": "stop", "stopwords_path": "${fess.dictionary.path}th/stopwords.txt" }, "thai_keywords": { "type": "keyword_marker", "keywords_path": "${fess.dictionary.path}th/protwords.txt" }, "traditional_chinese_stop": { "type": "stop",
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Jun 06 14:17:42 UTC 2025 - 39.8K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/testing/EqualsTester.java
* follows: * * <ul> * <li>"{@code [group }<i>i</i>{@code , item }<i>j</i>{@code ]}" refers to the * <i>j</i><sup>th</sup> item in the <i>i</i><sup>th</sup> equality group, where both equality * groups and the items within equality groups are numbered starting from 1. When either a * constructor argument or an equal object is provided, that becomes group 1.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 6.1K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/PeekingIteratorTest.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 8.6K bytes - Viewed (0)