- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 292 for not (3.19 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* @return The value of found property. (NotNull: if not found, exception) * @throws ConfigPropertyNotFoundException When the property is not found. */ String get(String propertyKey); /** * Is the property true? * @param propertyKey The key of the property which is boolean type. (NotNull) * @return The determination, true or false. (if not found, exception)Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/AbstractExtractorTest.java
} catch (final CrawlerSystemException e) { final String message = e.getMessage(); assertNotNull("Exception message should not be null", message); assertFalse("Exception message should not be empty", message.trim().isEmpty()); assertTrue("Exception message should mention 'inputstream'", message.toLowerCase().contains("inputstream"));
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 8.4K bytes - Viewed (0) -
src/main/assemblies/files/generate-thumbnail
if [[ -z "${im_cmd}" ]] ; then echo "ImageMagick (convert or magick) does not exist." exit 1 fi check_command pdftoppm check_command unoconv tmp_pdf_file=/tmp/thumbnail.$$.pdf unoconv -e PageRange=1-1 -o ${tmp_pdf_file} -f pdf "${target_file}" if [[ ! -f ${tmp_pdf_file} ]] ; then echo "unoconv does not work." exit 1 fi tmp_png_prefix=/tmp/thumbnail.png.$$
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 08:02:36 UTC 2025 - 3.9K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/net/protocol/gcs/HandlerTest.java
Handler.GcsURLConnection conn = (Handler.GcsURLConnection) handler.openConnection(url); // Verify GCS Storage client is not initialized before connect() is called assertNull(getField(conn, "storage")); } /** * Test that connect() method fails when GCS_PROJECT_ID is not set. */ public void test_connect_failsWithoutProjectId() throws Exception {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 14.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/SuggesterResourceLoadingTest.java
throw new IOException("Resource not found: non/existent/resource.json"); } // This line should not be reached new String(is.readAllBytes(), StandardCharsets.UTF_8); fail("Should throw IOException for missing resource"); } } catch (IOException e) { assertEquals("Resource not found: non/existent/resource.json", e.getMessage());
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 9.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java
* @return The value of found property. (NotNull: if not found, exception) * @throws ConfigPropertyNotFoundException When the property is not found. */ String get(String propertyKey); /** * Is the property true? * @param propertyKey The key of the property which is boolean type. (NotNull) * @return The determination, true or false. (if not found, exception)Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 9.9K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/FileUtil.java
* Validates that a given file is safe and does not attempt path traversal attacks. * <p> * This is a convenience method that converts File objects to Path and calls * {@link #isPathSafe(Path, Path)}. * </p> * * @param fileToCheck the file to validate (must not be {@literal null}) * @param baseDirectory the base directory that the file must be within (must not be {@literal null})Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 13.1K bytes - Viewed (0) -
src/main/assemblies/files/fess.in.bat
REM Force the JVM to use IPv4 stack if NOT "%FESS_USE_IPV4%" == "" ( set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Djava.net.preferIPv4Stack=true ) REM proxy if NOT "%FESS_PROXY_HOST%" == "" ( set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dhttp.proxyHost=%FESS_PROXY_HOST% set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Dhttps.proxyHost=%FESS_PROXY_HOST% ) if NOT "%FESS_PROXY_PORT%" == "" (
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 03:48:59 UTC 2025 - 4.8K bytes - Viewed (0) -
src/test/java/org/codelibs/core/crypto/CachedCipherTest.java
/* * Copyright 2012-2025 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 5.3K bytes - Viewed (0) -
CLAUDE.md
## Log Message Guidelines - Format parameters as `key=value` (e.g., `sessionId={}`, `url={}`) - Prefix with `[name]` when context identification is needed - Use full words, not abbreviations (e.g., "documents" not "docs")Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 4.8K bytes - Viewed (0)