- Sort Score
- Result 10 results
- Languages All
Results 331 - 340 of 1,179 for configurationId (1.6 sec)
-
src/main/java/jcifs/internal/smb1/com/SmbComClose.java
private final long lastWriteTime; /** * Creates a new SMB1 close file request. * * @param config the CIFS configuration * @param fid the file identifier to close * @param lastWriteTime the last write time to set on the file */ public SmbComClose(final Configuration config, final int fid, final long lastWriteTime) { super(config, SMB_COM_CLOSE); 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/trans/TransPeekNamedPipe.java
/** * Constructs a TransPeekNamedPipe request to check the status of a named pipe. * * @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;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3K bytes - Viewed (0) -
apache-maven/src/assembly/maven/conf/settings.xml
| hypothetically look like: | | ... | <plugin> | <groupId>org.myco.myplugins</groupId> | <artifactId>myplugin</artifactId> | | <configuration> | <tomcatLocation>${tomcatPath}</tomcatLocation> | </configuration> | </plugin> | ... |
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 22 07:44:50 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/session/Smb2LogoffRequest.java
*/ public class Smb2LogoffRequest extends ServerMessageBlock2Request<Smb2LogoffResponse> { /** * Constructs an SMB2 logoff request with the given configuration. * * @param config the configuration for this request */ public Smb2LogoffRequest(final Configuration config) { super(config, SMB2_LOGOFF); } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/FessApiAdminAction.java
* including enhanced access control for administrative operations. * * <p>Admin API actions require special permissions and access tokens * that are validated against the admin role configuration.</p> */ public abstract class FessApiAdminAction extends FessApiAction { /** Logger instance for this class. */ private static final Logger logger = LogManager.getLogger(FessApiAdminAction.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 2.3K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/AbstractCoreMavenComponentTestCase.java
.setUserProperties(new Properties()); initRepoSession(request, configuration); List<MavenProject> projects = new ArrayList<>(); if (pom != null) { MavenProject project = projectBuilder.build(pom, configuration).getProject(); projects.add(project); if (includeModules) {
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jan 24 17:29:44 UTC 2025 - 12.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/filter/EncodingFilter.java
*/ public EncodingFilter() { // Default constructor } /** * Initializes the filter with configuration parameters. * Sets up encoding mappings and default encoding from filter configuration. * * @param config the filter configuration containing initialization parameters * @throws ServletException if an error occurs during initialization */ @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans2/Trans2SetFileInformationResponse.java
public class Trans2SetFileInformationResponse extends SmbComTransactionResponse { /** * Constructs a Trans2SetFileInformationResponse with the specified configuration. * * @param config the SMB configuration */ public Trans2SetFileInformationResponse(final Configuration config) { super(config); this.setSubCommand(SmbComTransaction.TRANS2_SET_FILE_INFORMATION); } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.5K bytes - Viewed (0) -
api/maven-api-metadata/pom.xml
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun Jun 29 22:37:39 UTC 2025 - 2.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/tree/Smb2TreeConnectResponse.java
private int capabilities; private int maximalAccess; /** * Creates a new SMB2 tree connect response. * * @param config the CIFS configuration */ public Smb2TreeConnectResponse(final Configuration config) { super(config); } /** * {@inheritDoc} *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.8K bytes - Viewed (0)