- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 804 for Config (0.16 sec)
-
src/main/java/jcifs/internal/smb1/com/SmbComSessionSetupAndXResponse.java
/** * Constructs a session setup AndX response. * * @param config the configuration to use * @param andx the next command in the AndX chain, or null */ public SmbComSessionSetupAndXResponse(final Configuration config, final ServerMessageBlock andx) { super(config, andx); } /** * Returns the native LAN Manager string reported by the server. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.7K 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) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsElevateWordToLabel.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.ElevateWordToLabelDbm; /** * ${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 - 4.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComDeleteDirectory.java
/** * Creates a new SMB1 delete directory request. * * @param config the CIFS configuration * @param path the path of the directory to delete */ public SmbComDeleteDirectory(final Configuration config, final String path) { super(config, SMB_COM_DELETE_DIRECTORY, path); } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans/TransWaitNamedPipeResponse.java
public class TransWaitNamedPipeResponse extends SmbComTransactionResponse { /** * Constructs a response for a wait named pipe request. * * @param config the configuration to use */ public TransWaitNamedPipeResponse(final Configuration config) { super(config); } @Override protected int writeSetupWireFormat(final byte[] dst, final int dstIndex) { return 0; } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/AccessTokenCB.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.BsAccessTokenCB; /** * @author ESFlute (using FreeGen) */ public class AccessTokenCB extends BsAccessTokenCB {
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/BadWordCB.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.BsBadWordCB; /** * @author ESFlute (using FreeGen) */ public class BadWordCB extends BsBadWordCB {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 829 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/FailureUrlCB.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.BsFailureUrlCB; /** * @author ESFlute (using FreeGen) */ public class FailureUrlCB extends BsFailureUrlCB {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 838 bytes - Viewed (0)