- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 96 for NODE (1.35 sec)
-
src/main/java/jcifs/dcerpc/UUID.java
this.clock_seq_low = uuid.clock_seq_low; this.node = new byte[6]; this.node[0] = uuid.node[0]; this.node[1] = uuid.node[1]; this.node[2] = uuid.node[2]; this.node[3] = uuid.node[3]; this.node[4] = uuid.node[4]; this.node[5] = uuid.node[5]; } /** * Construct a UUID from string * * @param str
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/smb1/dcerpc/UUID.java
clock_seq_hi_and_reserved = uuid.clock_seq_hi_and_reserved; clock_seq_low = uuid.clock_seq_low; node = new byte[6]; node[0] = uuid.node[0]; node[1] = uuid.node[1]; node[2] = uuid.node[2]; node[3] = uuid.node[3]; node[4] = uuid.node[4]; node[5] = uuid.node[5]; } /** * Constructs a UUID from a string representation *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.1K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/UUIDTest.java
// Node array will be partially filled assertEquals((byte) 0xAA, uuid.node[0]); assertEquals((byte) 0xBB, uuid.node[1]); assertEquals((byte) 0xCC, uuid.node[2]); assertEquals((byte) 0xDD, uuid.node[3]); assertEquals((byte) 0xEE, uuid.node[4]); assertEquals((byte) 0x00, uuid.node[5]); // Missing data defaults to 0 }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 13.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/dfs/ReferralTest.java
bb.position(54); String altPath = "\\\\alt\\path"; bb.put(altPath.getBytes(StandardCharsets.UTF_16LE)); bb.putShort((short) 0); // Node string at offset 76 bb.position(76); String node = "NODE01"; bb.put(node.getBytes(StandardCharsets.UTF_16LE)); bb.putShort((short) 0); // Decode int decodedSize = referral.decode(testBuffer, 0, testBuffer.length);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 22K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessAsyncNotifyMessage.java
} /** * Get the source node for move operations * * @return source node name */ public String getSourceNode() { return sourceNode; } /** * Sets the source node for move operations. * * @param sourceNode the name of the source node in a share move operation */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 16.4K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/LinkedListMultimap.java
*/ private void removeNode(Node<K, V> node) { if (node.previous != null) { node.previous.next = node.next; } else { // node was head head = node.next; } if (node.next != null) { node.next.previous = node.previous; } else { // node was tail tail = node.previous; } if (node.previousSibling == null && node.nextSibling == null) { /*
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 26.6K bytes - Viewed (0) -
docs/metrics/prometheus/list.md
| `minio_node_mem_available` | Available memory on the node. | | `minio_node_mem_available_avg` | Available memory on the node (avg). | | `minio_node_mem_available_max` | Available memory on the node (max). | | `minio_node_mem_buffers` | Buffers memory on the node. | | `minio_node_mem_buffers_avg` | Buffers memory on the node (avg). |
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 43.4K bytes - Viewed (0) -
guava/src/com/google/common/graph/Network.java
* * <p>For directed networks, this is equal to {@code inDegree(node) + outDegree(node)}. * * <p>For undirected networks, this is equal to {@code incidentEdges(node).size()} + (number of * self-loops incident to {@code node}). * * <p>If the count is greater than {@code Integer.MAX_VALUE}, returns {@code Integer.MAX_VALUE}. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 22:03:02 UTC 2025 - 22.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.33.md
### Node Binaries filename | sha512 hash -------- | ----------- [kubernetes-node-linux-amd64.tar.gz](https://dl.k8s.io/v1.33.4/kubernetes-node-linux-amd64.tar.gz) | f8735d12b7f95bd400834d0d90e76e08f47db117b963073566766e1c530810a8f032b6c771b243f0c538f34a30fe9da5f3ba77e6396f0b00a254a37b1c3ea6c1
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:46:23 UTC 2025 - 294.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.31.md
### Node Binaries filename | sha512 hash -------- | ----------- [kubernetes-node-linux-amd64.tar.gz](https://dl.k8s.io/v1.31.12/kubernetes-node-linux-amd64.tar.gz) | 17e6290eb983b623fb61e7707cfde4ad57d181372e10a400001bacceb07c35739c5e7d51d521f5bf5776d4fe15786b09ad0a7d37b26197fdaf4cea293f20b88f
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:49:57 UTC 2025 - 429.6K bytes - Viewed (0)