- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 215 for regexes (1.16 sec)
-
pom.xml
<exclude>%regex[.*PackageSanityTests.*.class]</exclude> <!-- FeatureUtilTest.*ExampleDerivedInterfaceTester, com.google.common.io.*Tester, incidentally FeatureSpecificTestSuiteBuilderTest.MyAbstractTester (but we don't care either way because it's not meant to run on its own but works OK if it does)... but not NullPointerTesterTest, etc. --> <exclude>%regex[.*Tester.class]</exclude>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 23.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/crawler/FessCrawlerThreadTest.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.crawler; import java.util.List; import java.util.regex.Pattern; import org.codelibs.core.misc.Pair; import org.codelibs.fess.unit.UnitFessTestCase; public class FessCrawlerThreadTest extends UnitFessTestCase { public void test_getClientRuleList() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 1.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/admin/PathMapTests.java
private static final String LIST_ENDPOINT_SUFFIX = "settings"; private static final String ITEM_ENDPOINT_SUFFIX = "setting"; private static final String KEY_PROPERTY = "regex"; @Override protected String getNamePrefix() { return NAME_PREFIX; } @Override protected String getApiPath() { return API_PATH; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/pathmap/SearchForm.java
/** * Default constructor for SearchForm. */ public SearchForm() { } /** * The regular expression pattern field for path mapping. */ public String regex; /** * The replacement string field for path mapping. */ public String replacement;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exbhv/BadWordBhv.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.exbhv; import java.util.regex.Pattern; import org.codelibs.fess.opensearch.config.bsbhv.BsBadWordBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class BadWordBhv extends BsBadWordBhv {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exbhv/FailureUrlBhv.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.exbhv; import java.util.regex.Pattern; import org.codelibs.fess.opensearch.config.bsbhv.BsFailureUrlBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class FailureUrlBhv extends BsFailureUrlBhv {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exbhv/FileAuthenticationBhv.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.exbhv; import java.util.regex.Pattern; import org.codelibs.fess.opensearch.config.bsbhv.BsFileAuthenticationBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exbhv/RelatedContentBhv.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.exbhv; import java.util.regex.Pattern; import org.codelibs.fess.opensearch.config.bsbhv.BsRelatedContentBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class RelatedContentBhv extends BsRelatedContentBhv {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exbhv/ThumbnailQueueBhv.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.exbhv; import java.util.regex.Pattern; import org.codelibs.fess.opensearch.config.bsbhv.BsThumbnailQueueBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class ThumbnailQueueBhv extends BsThumbnailQueueBhv {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exbhv/WebAuthenticationBhv.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.exbhv; import java.util.regex.Pattern; import org.codelibs.fess.opensearch.config.bsbhv.BsWebAuthenticationBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 1.2K bytes - Viewed (0)