- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 802 for Otherwise (0.05 seconds)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/exception/CrawlingAccessException.java
} /** * Checks if the log level is DEBUG. * * @return true if DEBUG, false otherwise */ public boolean isDebugEnabled() { return DEBUG.equals(logLevel); } /** * Checks if the log level is INFO. * * @return true if INFO, false otherwise */ public boolean isInfoEnabled() { return INFO.equals(logLevel); }Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 3.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/DataConfigPager.java
* * @return true if there is a previous page, false otherwise */ public boolean isExistPrePage() { return existPrePage; } /** * Sets whether there is a previous page available. * * @param existPrePage true if there is a previous page, false otherwise */ public void setExistPrePage(final boolean existPrePage) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 7.6K bytes - Click Count (0) -
LICENSES/vendor/github.com/containerd/containerd/api/LICENSE
for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions ofCreated: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Sun Sep 22 18:50:45 GMT 2024 - 10.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/thumbnail/ThumbnailGenerator.java
* @return true if the thumbnail was successfully generated, false otherwise */ boolean generate(String thumbnailId, File outputFile); /** * Checks if this generator can handle the given document. * @param docMap The document map containing metadata. * @return True if this generator can handle the document, false otherwise. */ boolean isTarget(Map<String, Object> docMap); /**Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.2K bytes - Click Count (0) -
guava-gwt/src-super/com/google/common/base/super/com/google/common/base/Platform.native.js
return !str; }; /** * @param {?string} str * @return {string} Original str, if it is non-null. Otherwise empty string. */ Platform.nullToEmpty = function(str) { return str || ""; }; /** * @param {?string} str * @return {string} Original str, if it is non-empty. Otherwise null; */ Platform.emptyToNull = function(str) { return str || null;Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Mar 25 14:03:03 GMT 2020 - 527 bytes - Click Count (0) -
src/main/java/org/codelibs/core/beans/PropertyDesc.java
* * @return the information if this property is parameterized, otherwise {@literal null} */ ParameterizedClassDesc getParameterizedClassDesc(); /** * Returns the element type if this property is a parameterized {@link Collection}. * * @return the element type if this property is a parameterized {@link Collection}, otherwise {@literal null} */ Class<?> getElementClassOfCollection();Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 4.3K bytes - Click Count (0) -
LICENSES/third_party/forked/gotestsum/LICENSE
for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions ofCreated: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Fri Apr 01 18:49:15 GMT 2022 - 11.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/StemmerOverridePager.java
* Checks if a previous page exists. * * @return true if a previous page exists, false otherwise */ public boolean isExistPrePage() { return existPrePage; } /** * Sets whether a previous page exists. * * @param existPrePage true if a previous page exists, false otherwise */ public void setExistPrePage(final boolean existPrePage) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/RolePager.java
/** * Checks if a previous page exists. * @return true if a previous page exists, false otherwise. */ public boolean isExistPrePage() { return existPrePage; } /** * Sets whether a previous page exists. * @param existPrePage true if a previous page exists, false otherwise. */ public void setExistPrePage(final boolean existPrePage) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.8K bytes - Click Count (0) -
LICENSE
for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions ofCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed May 07 12:40:53 GMT 2025 - 23.1K bytes - Click Count (0)