- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 1,405 for informational (0.09 sec)
-
src/main/java/jcifs/smb1/dcerpc/msrpc/MsrpcQueryInformationPolicy.java
/** * MSRPC implementation for querying LSA policy information. * This class provides functionality to retrieve information about * LSA policy settings using the LSA RPC interface. */ public class MsrpcQueryInformationPolicy extends lsarpc.LsarQueryInformationPolicy { /** * Creates a new request to query LSA policy information. * * @param policyHandle the LSA policy handle
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.6K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/MsrpcQueryInformationPolicy.java
*/ package jcifs.dcerpc.msrpc; import jcifs.dcerpc.ndr.NdrObject; /** * MS-RPC query information policy operation. * * This class implements the LSARPC QueryInformationPolicy operation * for retrieving policy information from the Local Security Authority (LSA). */ public class MsrpcQueryInformationPolicy extends lsarpc.LsarQueryInformationPolicy { /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.7K bytes - Viewed (0) -
docs/de/docs/tutorial/first-steps.md
* `@app.trace()` /// tip | Tipp Es steht Ihnen frei, jede Operation (HTTP-Methode) so zu verwenden, wie Sie es möchten. **FastAPI** erzwingt keine bestimmte Bedeutung. Die hier aufgeführten Informationen dienen als Leitfaden und sind nicht verbindlich. Wenn Sie beispielsweise GraphQL verwenden, führen Sie normalerweise alle Aktionen nur mit „POST“-Operationen durch. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/msrpc/lsarpc.java
} } /** Policy information level for audit events. */ public static final int POLICY_INFO_AUDIT_EVENTS = 2; /** Policy information level for primary domain. */ public static final int POLICY_INFO_PRIMARY_DOMAIN = 3; /** Policy information level for account domain. */ public static final int POLICY_INFO_ACCOUNT_DOMAIN = 5; /** Policy information level for server role. */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 42.5K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/msrpc/MsrpcShareGetInfo.java
/** * MSRPC implementation for retrieving share information. * This class provides functionality to get detailed information about * a specific share using the Server Service RPC interface. */ public class MsrpcShareGetInfo extends srvsvc.ShareGetInfo { /** * Creates a new request to get share information. * * @param server the server name
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.3K bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java
* under the License. */ package org.apache.maven.artifact.handler; /** * An artifact handler contains information explaining how an artifact plugs into the Maven build:<ul> * <li>Information needed to find the artifact file in a repository including extension and classifier</li> * <li>Information on how to use the artifact as a dependency: whether to add it to the classpath, whether to load its * dependencies transitively</li>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.3K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/metadata/MetadataResolutionRequest.java
/** * Determines whether the managed version information should be retrieved. * * @return {@code true} if the dependency management information should be retrieved, {@code false} otherwise. */ boolean isResolveManagedVersions(); /** * Enables/disables resolution of the dependency management information. *
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 3.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/trans2/Trans2QueryFSInformation.java
import jcifs.internal.util.SMBUtil; import jcifs.util.Hexdump; /** * Trans2 QueryFSInformation request message for querying file system information. * This class implements the TRANS2_QUERY_FS_INFORMATION transaction to retrieve * various file system attributes such as volume information, size, and capabilities. */ public class Trans2QueryFSInformation extends SmbComTransaction { private final int informationLevel;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.9K bytes - Viewed (0) -
.github/SECURITY.md
# Security Policy ## Supported Versions Information about supported Kubernetes versions can be found on the [Kubernetes version and version skew support policy] page on the Kubernetes website. ## Reporting a Vulnerability Instructions for reporting a vulnerability can be found on the [Kubernetes Security and Disclosure Information] page.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Sun Jun 16 17:14:26 UTC 2019 - 616 bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Node.java
* Where details may include: * <ul> * <li>Version management information (if the version was managed from a different version)</li> * <li>Scope management information (if the scope was managed from a different scope)</li> * <li>Scope updates (if the scope was changed during resolution)</li> * <li>Conflict resolution information (if the dependency was omitted due to conflicts or duplicates)</li> * </ul>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Mon Mar 24 14:10:11 UTC 2025 - 4.2K bytes - Viewed (0)