Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 139 for 36 (0.01 sec)

  1. docs/metrics/prometheus/grafana/bucket/minio-bucket.json

                    }
                  }
                ]
              }
            ]
          },
          "gridPos": {
            "h": 6,
            "w": 6,
            "x": 0,
            "y": 36
          },
          "id": 74,
          "options": {
            "legend": {
              "calcs": [],
              "displayMode": "list",
              "placement": "bottom",
              "showLegend": true
            },
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Mon Aug 04 01:46:49 UTC 2025
    - 101.9K bytes
    - Viewed (0)
  2. go.sum

    github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
    github.com/googleapis/enterprise-certificate-proxy v0.3.6 h1:GW/XbdyBFQ8Qe+YAmFU9uHLo7OnF5tL52HFAgMmyrf4=
    github.com/googleapis/enterprise-certificate-proxy v0.3.6/go.mod h1:MkHOF77EYAE7qfSuSS9PU6g4Nt4e11cnsDUowfwewLA=
    github.com/googleapis/gax-go/v2 v2.14.1 h1:hb0FFeiPaQskmvakKu5EbCbpntQn48jyHuvrkurSS/Q=
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sat Sep 06 17:33:19 UTC 2025
    - 79.9K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/collect/ImmutableListTest.java

        assertEquals(0x000033, (int) webSafeColorArray[1]);
        assertEquals(0x000066, (int) webSafeColorArray[2]);
        assertEquals(0x003300, (int) webSafeColorArray[6]);
        assertEquals(0x330000, (int) webSafeColorArray[36]);
        assertEquals(0x000066, (int) webSafeColors.get(2));
        assertEquals(0x003300, (int) webSafeColors.get(6));
        ImmutableList<Integer> addedColor = webSafeColorsBuilder.add(0x00BFFF).build();
        assertEquals(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 23.6K bytes
    - Viewed (0)
  4. src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java

            if (this.async) {
                SMBUtil.writeInt8(this.asyncId, dst, dstIndex + 32);
            } else {
                // 4 reserved
                SMBUtil.writeInt4(this.treeId, dst, dstIndex + 36);
            }
            SMBUtil.writeInt8(this.sessionId, dst, dstIndex + 40);
    
            return Smb2Constants.SMB2_HEADER_LENGTH;
        }
    
        /**
         * Reads the SMB2 header from the wire format.
         *
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 24K bytes
    - Viewed (0)
  5. src/test/java/jcifs/internal/smb1/trans2/Trans2SetFileInformationTest.java

            int offset = 100;
            int written = trans2SetFileInfo.writeDataWireFormat(buffer, offset);
    
            // Should write FileInformation data + 6 bytes padding
            assertEquals(36, written); // 30 + 6
    
            // Verify encode was called with correct offset
            verify(mockFileInfo).encode(buffer, offset);
        }
    
        @Test
        @DisplayName("Test readSetupWireFormat returns 0")
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 17.8K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/cache/CacheExpirationTest.java

        cache.asMap().replace(6, -6);
        Integer unused = cache.get(8, Callables.returning(-8));
        CacheTesting.drainRecencyQueues(cache);
        ticker.advance(1, MILLISECONDS);
        assertThat(keySet).containsExactly(3, 6);
      }
    
      public void testExpiration_invalidateAll() {
        FakeTicker ticker = new FakeTicker();
        QueuingRemovalListener<Integer, Integer> listener =
            TestingRemovalListeners.queuingRemovalListener();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 17:42:14 UTC 2025
    - 18.7K bytes
    - Viewed (0)
  7. src/test/java/jcifs/internal/dtyp/SecurityDescriptorTest.java

            testBuffer[27] = 0x05;
            SMBUtil.writeInt4(21, testBuffer, 28); // sub-authority 1
            SMBUtil.writeInt4(1000, testBuffer, 32); // sub-authority 2
            SMBUtil.writeInt4(2000, testBuffer, 36); // sub-authority 3
    
            // Group SID with 2 sub-authorities
            testBuffer[44] = 0x01; // revision
            testBuffer[45] = 0x02; // sub-authority count
            testBuffer[46] = 0x00; // identifier authority
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 18.6K bytes
    - Viewed (0)
  8. src/test/java/jcifs/internal/smb1/AndXServerMessageBlockTest.java

                }
            };
    
            byte[] buffer = new byte[1024];
            buffer[33] = 4; // wordCount
            buffer[34] = (byte) 0x42; // andxCommand
            SMBUtil.writeInt2(83, buffer, 36); // andxOffset (33 + 50)
            SMBUtil.writeInt2(20, buffer, 42); // byteCount
    
            // Setup andx command data at offset 83 (absolute position from buffer start)
            buffer[83] = 2; // andx wordCount
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 19.4K bytes
    - Viewed (0)
  9. api/go1.10.txt

    pkg debug/elf, const R_ARM_ALU_PC_G1_NC = 59
    pkg debug/elf, const R_ARM_ALU_PC_G1_NC R_ARM
    pkg debug/elf, const R_ARM_ALU_PC_G2 = 61
    pkg debug/elf, const R_ARM_ALU_PC_G2 R_ARM
    pkg debug/elf, const R_ARM_ALU_SBREL_19_12_NC = 36
    pkg debug/elf, const R_ARM_ALU_SBREL_19_12_NC R_ARM
    pkg debug/elf, const R_ARM_ALU_SBREL_27_20_CK = 37
    pkg debug/elf, const R_ARM_ALU_SBREL_27_20_CK R_ARM
    pkg debug/elf, const R_ARM_ALU_SB_G0 = 71
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  10. api/go1.6.txt

    pkg debug/elf, const R_MIPS_REL16 = 33
    pkg debug/elf, const R_MIPS_REL16 R_MIPS
    pkg debug/elf, const R_MIPS_REL32 = 3
    pkg debug/elf, const R_MIPS_REL32 R_MIPS
    pkg debug/elf, const R_MIPS_RELGOT = 36
    pkg debug/elf, const R_MIPS_RELGOT R_MIPS
    pkg debug/elf, const R_MIPS_SCN_DISP = 32
    pkg debug/elf, const R_MIPS_SCN_DISP R_MIPS
    pkg debug/elf, const R_MIPS_SHIFT5 = 16
    pkg debug/elf, const R_MIPS_SHIFT5 R_MIPS
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 13 23:40:13 UTC 2016
    - 12.9K bytes
    - Viewed (0)
Back to top