- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 898 for Config (0.04 sec)
-
src/main/java/jcifs/internal/smb1/com/SmbComDelete.java
private final int searchAttributes; /** * Creates a new SMB1 delete file request. * * @param config the CIFS configuration * @param path the path of the file to delete */ public SmbComDelete(final Configuration config, final String path) { super(config, SMB_COM_DELETE, path); this.searchAttributes = SmbConstants.ATTR_HIDDEN | SmbConstants.ATTR_HIDDEN | SmbConstants.ATTR_SYSTEM; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/WebAuthenticationDbm.java
return "org.codelibs.fess.opensearch.config.exentity.WebAuthentication"; } @Override public String getConditionBeanTypeName() { return "org.codelibs.fess.opensearch.config.cbean.WebAuthenticationCB"; } @Override public String getBehaviorTypeName() { return "org.codelibs.fess.opensearch.config.exbhv.WebAuthenticationBhv"; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 13.1K bytes - Viewed (0) -
util/update_snapshot_docs.sh
set -e -u echo "Publishing Javadoc and JDiff..." cd $HOME git clone -q -b gh-pages "https://x-access-token:${GITHUB_TOKEN}@github.com/google/guava.git" gh-pages > /dev/null cd gh-pages git config --global user.name "$GITHUB_ACTOR" git config --global user.email "$******@****.***" ./updaterelease.sh snapshot git push -fq origin gh-pages > /dev/null
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Mar 16 16:48:28 UTC 2021 - 439 bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComQueryInformationResponse.java
private int fileSize = 0; /** * Constructs a query information response. * * @param config the configuration * @param serverTimeZoneOffset the server time zone offset */ public SmbComQueryInformationResponse(final Configuration config, final long serverTimeZoneOffset) { super(config, SMB_COM_QUERY_INFORMATION); this.serverTimeZoneOffset = serverTimeZoneOffset; } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/net/NetShareEnum.java
private static final String DESCR = "WrLeh\u0000B13BWz\u0000"; /** * Constructs a NetShareEnum request * @param config * the configuration to use */ public NetShareEnum(final Configuration config) { super(config, SMB_COM_TRANSACTION, NET_SHARE_ENUM); this.name = "\\PIPE\\LANMAN"; this.maxParameterCount = 8;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans/nt/NtTransQuerySecurityDesc.java
* @param config the configuration context * @param fid the file identifier to query * @param securityInformation bitmask specifying which security information to retrieve */ public NtTransQuerySecurityDesc(final Configuration config, final int fid, final int securityInformation) { super(config, NT_TRANSACT_QUERY_SECURITY_DESC); this.fid = fid;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans2/Trans2GetDfsReferralResponse.java
/** * Constructs a Trans2GetDfsReferralResponse with the specified configuration. * * @param config the SMB configuration */ public Trans2GetDfsReferralResponse(final Configuration config) { super(config); this.setSubCommand(SmbComTransaction.TRANS2_GET_DFS_REFERRAL); } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/notify/Smb2ChangeNotifyResponse.java
/** * Constructs a change notify response * * @param config * The configuration to use */ public Smb2ChangeNotifyResponse(final Configuration config) { super(config); } /** * {@inheritDoc} * * @see jcifs.internal.smb2.ServerMessageBlock2#writeBytesWireFormat(byte[], int) */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsFileAuthenticationBhv.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.FileAuthenticationDbm; import org.codelibs.fess.opensearch.config.cbean.FileAuthenticationCB;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 10.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lock/Smb2LockResponse.java
/** * Constructs an SMB2 lock response with the given configuration. * * @param config the configuration for this response */ public Smb2LockResponse(final Configuration config) { super(config); } /** * {@inheritDoc} * * @see jcifs.internal.smb2.ServerMessageBlock2#writeBytesWireFormat(byte[], int) */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.1K bytes - Viewed (0)