- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 389 for contra (2.1 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsFailureUrlCB.java
protected HpSpecification _specification; // =================================================================================== // Control // ======= @Override public FailureUrlDbm asDBMeta() { return FailureUrlDbm.getInstance(); } @OverrideRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsRelatedContentCB.java
protected HpSpecification _specification; // =================================================================================== // Control // ======= @Override public RelatedContentDbm asDBMeta() { return RelatedContentDbm.getInstance(); } @OverrideRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_upload.jsp
<div class="col-sm-9"> <input type="file" id="stemmeroverrideFile" name="stemmeroverrideFile" class="form-control-file"/> </div> </div> </div> <div class="card-footer">Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 6.4K bytes - Viewed (0) -
src/main/java/jcifs/pac/PacLogonInfo.java
* @return the extra SIDs array */ public SID[] getExtraSids() { return this.extraSids; } /** * Returns the user account control flags. * @return the user account control value */ public int getUserAccountControl() { return this.userAccountControl; } /** * Returns the user flags indicating PAC content.Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.3K bytes - Viewed (0) -
src/main/java/jcifs/util/InputValidator.java
} /** * Sanitizes a string for safe logging (removes control characters) * * @param input the string to sanitize * @return sanitized string safe for logging */ public static String sanitizeForLogging(String input) { if (input == null) { return "null"; } // Remove control characters and limit lengthRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 13.5K bytes - Viewed (0) -
src/test/java/jcifs/util/PathValidatorTest.java
validator.validatePath("//server\0/share"); }); // Test path with control characters in strict mode PathValidator strictValidator = new PathValidator(260, 255, true, true); assertThrows(SmbException.class, () -> { // Control character will be caught in strict mode strictValidator.validatePath("//server\u0001/share"); });
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 14.6K bytes - Viewed (0) -
src/test/java/jcifs/util/InputValidatorTest.java
// Test null input assertEquals("null", InputValidator.sanitizeForLogging(null)); // Test normal string without control characters assertEquals("test", InputValidator.sanitizeForLogging("test")); // Test removal of control characters (they are removed, not replaced with spaces) assertEquals("teststring", InputValidator.sanitizeForLogging("test\0string"));Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 11.9K bytes - Viewed (0) -
module.xml
<property name="modules.dir" value="${basedir}/modules" /> <property name="target.dir" value="${basedir}/target/modules" /> <!-- Maven Repository --> <property name="maven.snapshot.repo.url" value="https://central.sonatype.com/repository/maven-snapshots" /> <property name="maven.release.repo.url" value="https://maven.codelibs.org" /> <property name="opensearch.version" value="3.4.0" /> <target name="install.modules">
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 18 09:50:31 UTC 2025 - 4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/header.jsp
</la:link> <div class="d-flex col-md-6 col-sm-8 col-7 me-auto p-0" role="search"> <div class="input-group"> <la:text property="q" maxlength="1000" styleId="query" styleClass="form-control" autocomplete="off" /> <button type="submit" name="search" id="searchButton" class="btn btn-primary"> <em class="fa fa-search"> </button> <button type="button" class="btn btn-light"
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 4.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsUserCB.java
protected HpSpecification _specification; // =================================================================================== // Control // ======= @Override public UserDbm asDBMeta() { return UserDbm.getInstance(); } @OverrideRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.8K bytes - Viewed (0)