- Sort Score
- Result 10 results
- Languages All
Results 381 - 390 of 1,206 for _config (0.11 sec)
-
src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoResponse.java
* * @param config * the configuration to use for this response * @param expectInfoType * the expected information type in the response * @param expectInfoClass * the expected information class in the response */ public Smb2QueryInfoResponse(final Configuration config, final byte expectInfoType, final byte expectInfoClass) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NameServiceClient.java
private static final int SND_BUF_SIZE = Config.getInt("jcifs.smb1.netbios.snd_buf_size", DEFAULT_SND_BUF_SIZE); private static final int RCV_BUF_SIZE = Config.getInt("jcifs.smb1.netbios.rcv_buf_size", DEFAULT_RCV_BUF_SIZE); private static final int SO_TIMEOUT = Config.getInt("jcifs.smb1.netbios.soTimeout", DEFAULT_SO_TIMEOUT); private static final int RETRY_COUNT = Config.getInt("jcifs.smb1.netbios.retryCount", DEFAULT_RETRY_COUNT);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 17.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ServerMessageBlock2Response.java
* * @param config the configuration object * @param command the SMB2 command code */ public ServerMessageBlock2Response(final Configuration config, final int command) { super(config, command); } /** * Constructor for SMB2 response with configuration. * * @param config the configuration object */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 8.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2SetFileInformationTest.java
void testWithBoundaryValues() { // Test with minimum values trans2SetFileInfo = new Trans2SetFileInformation(config, 0, 0, 0L, 0L, 0L); assertNotNull(trans2SetFileInfo); // Test with maximum values trans2SetFileInfo = new Trans2SetFileInformation(config, 0xFFFF, Integer.MAX_VALUE, Long.MAX_VALUE, Long.MAX_VALUE, Long.MAX_VALUE); assertNotNull(trans2SetFileInfo); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/com/SmbComCloseTest.java
import jcifs.CIFSContext; import jcifs.CIFSException; import jcifs.config.PropertyConfiguration; import jcifs.internal.smb1.SMB1SigningDigest; import jcifs.internal.smb1.ServerMessageBlock; import jcifs.internal.util.SMBUtil; /** * Tests for the {@link SmbComClose} class. */ public class SmbComCloseTest { private CIFSContext context; private PropertyConfiguration config; @BeforeEach
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 6.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/ElevateWordToLabel.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.exentity; import org.codelibs.fess.opensearch.config.bsentity.BsElevateWordToLabel; /** * @author ESFlute (using FreeGen) */ public class ElevateWordToLabel extends BsElevateWordToLabel {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 913 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/ElevateWordService.java
import org.codelibs.fess.opensearch.config.cbean.ElevateWordCB; import org.codelibs.fess.opensearch.config.exbhv.ElevateWordBhv; import org.codelibs.fess.opensearch.config.exbhv.ElevateWordToLabelBhv; import org.codelibs.fess.opensearch.config.exbhv.LabelTypeBhv; import org.codelibs.fess.opensearch.config.exentity.ElevateWord; import org.codelibs.fess.opensearch.config.exentity.ElevateWordToLabel;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.3K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NameQueryRequest.java
*/ package jcifs.netbios; import jcifs.Configuration; class NameQueryRequest extends NameServicePacket { NameQueryRequest(final Configuration config, final Name name) { super(config); this.questionName = name; this.questionType = NB; } @Override int writeBodyWireFormat(final byte[] dst, final int dstIndex) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsBadWordBhv.java
*/ package org.codelibs.fess.opensearch.config.bsbhv; import java.util.List; import java.util.Map; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractBehavior; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractEntity.RequestOptionCall; import org.codelibs.fess.opensearch.config.bsentity.dbmeta.BadWordDbm; import org.codelibs.fess.opensearch.config.cbean.BadWordCB;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsBoostDocumentRuleBhv.java
*/ package org.codelibs.fess.opensearch.config.bsbhv; import java.util.List; import java.util.Map; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractBehavior; import org.codelibs.fess.opensearch.config.allcommon.EsAbstractEntity.RequestOptionCall; import org.codelibs.fess.opensearch.config.bsentity.dbmeta.BoostDocumentRuleDbm; import org.codelibs.fess.opensearch.config.cbean.BoostDocumentRuleCB;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 10.1K bytes - Viewed (0)