- Sort Score
- Num 10 results
- Language All
Results 111 - 120 of 825 for Otherwise (0.05 seconds)
-
src/main/java/org/codelibs/fess/app/pager/BadWordPager.java
public void setAllPageCount(final int allPageCount) { this.allPageCount = allPageCount; } /** * Checks if there is a previous page. * @return True if a previous page exists, false otherwise. */ public boolean isExistPrePage() { return existPrePage; } /** * Sets the existence of a previous page. * @param existPrePage True if a previous page exists.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
* * @return true if the application is EOL, false otherwise. */ protected boolean isEoled() { return getCurrentTimeAsLong() > eolTime; } /** * Checks if a permission string is a user permission. * * @param permission The permission string. * @return true if it is a user permission, false otherwise. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 43.2K bytes - Click Count (0) -
src/archive/zip/testdata/readme.zip
and use Go, visit http://golang.org/ or load doc/install.html in your web browser. After installing Go, you can view a nicely formatted doc/install.html by running godoc --http=:6060 and then visiting http://localhost:6060/doc/install.html. Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file. -- Binary Distribution Notes If you have just untarred a binary Go distribution, you need to set the environment variable $GOROOT to the full path of...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Sat Jul 11 14:36:33 GMT 2015 - 1.8K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/transform/RestTestTransformGlobalTeardown.java
*/ public interface RestTestTransformGlobalTeardown { /** * @param teardownNodeParent The parent of an existing "teardown" ObjectNode, null otherwise. If null implementations may create choose * to create the section. */ ObjectNode transformTeardown(@Nullable ObjectNode teardownNodeParent);Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 956 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/auth/chain/CommandChain.java
* @param finished True if the process has finished, false otherwise. */ public void setFinished(final boolean finished) { this.finished = finished; } /** * Checks if the process has been terminated due to timeout. * @return True if the process was terminated, false otherwise. */ public boolean isTeminated() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 14.4K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/PruneChangelogsTask.java
* git trees at each tag. * <p> * If the supplied version is the very first in a new major series, then the method will look tag in the previous * major series. Otherwise, all git tags in the current major series will be inspected. * * @param gitWrapper used for git operations * @param version the git history is inspected relative to this versionCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Sep 24 10:57:02 GMT 2021 - 6.6K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/cisupport/CIDetector.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Apr 13 18:50:07 GMT 2025 - 1.2K bytes - Click Count (0) -
LICENSE
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Dec 08 07:57:18 GMT 2018 - 1.1K bytes - Click Count (0) -
build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/EclipseConventionPlugin.java
public String transform(String s) { return s.replaceAll("@@LICENSE_HEADER_TEXT@@", finalLicenseHeader); } }); }); // otherwise .settings is not nuked entirely project.getTasks().register("wipeEclipseSettings", Delete.class, new Action<Delete>() { @Override public void execute(Delete delete) {
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 09:43:51 GMT 2021 - 6.4K bytes - Click Count (0) -
LICENSES/vendor/github.com/MakeNowJust/heredoc/LICENSE
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Fri Jun 10 18:51:33 GMT 2022 - 1.2K bytes - Click Count (0)