- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 815 for Config (0.76 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/FileConfigCQ.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.cbean.cq; import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsFileConfigCQ; /** * @author ESFlute (using FreeGen) */ public class FileConfigCQ extends BsFileConfigCQ {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 844 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/KeyMatchCQ.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.cbean.cq; import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsKeyMatchCQ; /** * @author ESFlute (using FreeGen) */ public class KeyMatchCQ extends BsKeyMatchCQ {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 838 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/RequestHeaderCQ.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.cbean.cq; import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsRequestHeaderCQ; /** * @author ESFlute (using FreeGen) */ public class RequestHeaderCQ extends BsRequestHeaderCQ {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 853 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/ThumbnailQueueCQ.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.cbean.cq; import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsThumbnailQueueCQ; /** * @author ESFlute (using FreeGen) */ public class ThumbnailQueueCQ extends BsThumbnailQueueCQ {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 856 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/WebConfigCQ.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.cbean.cq; import org.codelibs.fess.opensearch.config.cbean.cq.bs.BsWebConfigCQ; /** * @author ESFlute (using FreeGen) */ public class WebConfigCQ extends BsWebConfigCQ {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 841 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsPathMapping.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.config.bsentity; import java.time.LocalDateTime; import java.util.HashMap; import java.util.Map; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractEntity; import org.codelibs.fess.opensearch.config.bsentity.dbmeta.PathMappingDbm; /** * ${table.comment} * @author ESFlute (using FreeGen) */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.6K bytes - Viewed (0) -
src/test/java/jcifs/config/SecurityConfigurationTest.java
assertEquals("LM compatibility should default to 3", 3, config.getLanManCompatibility()); // Verify maximum version supports latest SMB 3.1.1 assertEquals("Maximum version should be SMB 3.1.1", DialectVersion.SMB311, config.getMaximumVersion()); } /** * Test that SMB1 is disabled by default */ @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 3.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans2/Trans2QueryPathInformation.java
* Constructs a Trans2QueryPathInformation request. * * @param config the SMB configuration * @param filename the path to query information for * @param informationLevel the information level to query */ public Trans2QueryPathInformation(final Configuration config, final String filename, final int informationLevel) { super(config, SMB_COM_TRANSACTION2, TRANS2_QUERY_PATH_INFORMATION); this.path = filename;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/Smb2CancelRequest.java
* * @param config * The configuration to use * @param mid * The message ID of the request to cancel * @param asyncId * The async ID for asynchronous operations (0 for synchronous) */ public Smb2CancelRequest(final Configuration config, final long mid, final long asyncId) { super(config, SMB2_CANCEL); setMid(mid);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lock/Smb2LeaseBreakResponse.java
private long leaseDuration; /** * Constructs an SMB2 lease break response with the given configuration. * * @param config the configuration for this response */ public Smb2LeaseBreakResponse(Configuration config) { super(config); } /** * Gets the lease key from the break response * @return the lease key */ public Smb2LeaseKey getLeaseKey() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 3.7K bytes - Viewed (0)