- Sort Score
- Result 10 results
- Languages All
Results 311 - 320 of 629 for flags (0.06 sec)
-
src/test/java/jcifs/internal/dfs/DfsReferralDataImplTest.java
@DisplayName("Should get path consumed") void testGetPathConsumed() { assertEquals(0, referralData.getPathConsumed()); } @Test @DisplayName("Should get flags") void testGetFlags() { assertEquals(0, referralData.getFlags()); } @Test @DisplayName("Should get TTL") void testGetTtl() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 30.6K bytes - Viewed (0) -
src/test/java/jcifs/SidResolverTest.java
} // Test different flag combinations @Test void testGetGroupMemberSids_DifferentFlags() throws CIFSException { int[] testFlags = { 0, 1, 2, 4, 8, 16, 32, Integer.MAX_VALUE }; for (int flag : testFlags) { when(sidResolver.getGroupMemberSids(any(CIFSContext.class), anyString(), any(SID.class), anyInt(), eq(flag))) .thenReturn(new SID[0]);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 15.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessRpcMessage.java
* * @param opnum the operation number for this message */ protected WitnessRpcMessage(int opnum) { ptype = 0; // REQUEST flags = DCERPC_FIRST_FRAG | DCERPC_LAST_FRAG; this.opnum = opnum; } @Override public int getOpnum() { return opnum; } /** * Gets the return code from the RPC operation.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 5.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CloseResponse.java
super(config); this.fileId = fileId; this.fileName = fileName; } /** * Get the close flags * * @return the closeFlags */ public final int getCloseFlags() { return this.closeFlags; } /** * Get the file creation time *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.1K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataGraph.java
/** * maven dependency metadata graph * * */ @Deprecated public class MetadataGraph { public static final int DEFAULT_VERTICES = 32; public static final int DEFAULT_EDGES = 64; // flags to indicate the granularity of vertices private boolean versionedVertices = false; private boolean scopedVertices = false; /** * the entry point we started building the graph from */
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 13K bytes - Viewed (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/mvn/MavenOptions.java
/** * Defines the options specific to Maven operations. * This interface extends the general {@link Options} interface, adding Maven-specific configuration options. * * <p>These options represent the various flags and settings available through the Maven CLI, * as well as those that can be specified in the {@code maven.config} file. They provide fine-grained * control over Maven's behavior during the build process.</p> * * @since 4.0.0
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jun 11 13:14:09 UTC 2025 - 8K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
send(new SmbComOpenAndX(unc, access, flags, null), response); f = response.fid; } return f; } void open(final int flags, final int access, final int attrs, final int options) throws SmbException { if (isOpen()) { return; } fid = open0(flags, access, attrs, options); opened = true;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
docs/metrics/prometheus/README.md
tar xvfz prometheus-*.tar.gz cd prometheus-* ``` Prometheus server is a single binary called `prometheus` (or `prometheus.exe` on Microsoft Windows). Run the binary and pass `--help` flag to see available options ```sh ./prometheus --help usage: prometheus [<flags>] The Prometheus monitoring server . . . ``` Refer [Prometheus documentation](https://prometheus.io/docs/introduction/first_steps/) for more details.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ioctl/Smb2IoctlResponse.java
/** * Gets the IOCTL control code from the response. * * @return the ctlCode */ public int getCtlCode() { return this.ctlCode; } /** * Gets the IOCTL flags from the response. * * @return the ioctlFlags */ public int getIoctlFlags() { return this.ioctlFlags; } /** * Gets the file identifier from the response. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.2.md
* Kube-Proxy now defaults to an iptables-based proxy. If the --proxy-mode flag is specified while starting kube-proxy (‘userspace’ or ‘iptables’), the flag value will be respected. If the flag value is not specified, the kube-proxy respects the Node object annotation: ‘net.beta.kubernetes.io/proxy-mode’. If the
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Dec 04 06:36:19 UTC 2020 - 41.4K bytes - Viewed (0)