- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 860 for contigo (0.2 sec)
-
src/main/java/jcifs/internal/smb1/trans/TransPeekNamedPipe.java
* * @param config the SMB configuration * @param pipeName the name of the pipe to peek * @param fid the file identifier for the pipe */ public TransPeekNamedPipe(final Configuration config, final String pipeName, final int fid) { super(config, SMB_COM_TRANSACTION, TRANS_PEEK_NAMED_PIPE); this.name = pipeName; this.fid = fid;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateRequest.java
} if (config.isEncryptionEnabled() && config.getMaximumVersion() != null && config.getMaximumVersion().atLeast(DialectVersion.SMB300)) { this.capabilities |= Smb2Constants.SMB2_GLOBAL_CAP_ENCRYPTION; } final Set<DialectVersion> dvs = DialectVersion.range(DialectVersion.max(DialectVersion.SMB202, config.getMinimumVersion()), config.getMaximumVersion());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 9.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/GsaConfigParserTest.java
+ "<start_urls>https://example.com</start_urls>" + "</globalparams></config></eef>"; parser.parse(new InputSource(new StringReader(xmlWithUserAgent))); parser.getWebConfig().ifPresent(config -> { assertEquals("custom-agent", config.getUserAgent());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 11.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exbhv/ElevateWordToLabelBhv.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 org.codelibs.fess.opensearch.config.bsbhv.BsElevateWordToLabelBhv; /** * @author FreeGen */ public class ElevateWordToLabelBhv extends BsElevateWordToLabelBhv {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 847 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/AccessTokenCQ.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.BsAccessTokenCQ; /** * @author ESFlute (using FreeGen) */ public class AccessTokenCQ extends BsAccessTokenCQ {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 847 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/RoleTypeCQ.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.BsRoleTypeCQ; /** * @author ESFlute (using FreeGen) */ public class RoleTypeCQ extends BsRoleTypeCQ {
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/PathMappingCB.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; import org.codelibs.fess.opensearch.config.cbean.bs.BsPathMappingCB; /** * @author ESFlute (using FreeGen) */ public class PathMappingCB extends BsPathMappingCB {
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/cbean/RequestHeaderCB.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; import org.codelibs.fess.opensearch.config.cbean.bs.BsRequestHeaderCB; /** * @author ESFlute (using FreeGen) */ public class RequestHeaderCB extends BsRequestHeaderCB {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 847 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/ThumbnailQueueCB.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; import org.codelibs.fess.opensearch.config.cbean.bs.BsThumbnailQueueCB; /** * @author ESFlute (using FreeGen) */ public class ThumbnailQueueCB extends BsThumbnailQueueCB {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 850 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/AccessTokenCA.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.ca; import org.codelibs.fess.opensearch.config.cbean.ca.bs.BsAccessTokenCA; /** * @author ESFlute (using FreeGen) */ public class AccessTokenCA extends BsAccessTokenCA {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 847 bytes - Viewed (0)