Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 138 for 0X (0.01 sec)

  1. guava-tests/test/com/google/common/primitives/FloatsTest.java

      }
    
      @GwtIncompatible // Floats.tryParse
      public void testTryParseHex() {
        for (String signChar : ImmutableList.of("", "+", "-")) {
          for (String hexPrefix : ImmutableList.of("0x", "0X")) {
            for (String iPart : ImmutableList.of("", "0", "1", "F", "f", "c4", "CE")) {
              for (String fPart : ImmutableList.of("", ".", ".F", ".52", ".a")) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 29.4K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SID.java

            }
    
            this.revision = Byte.parseByte(st.nextToken());
            final String tmp = st.nextToken();
            long id = 0;
            if (tmp.startsWith("0x")) {
                id = Long.parseLong(tmp.substring(2), 16);
            } else {
                id = Long.parseLong(tmp);
            }
    
            this.identifier_authority = new byte[6];
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 31.5K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/ntlmssp/Type3Message.java

                    + (ntResponse == null ? "null" : "<" + ntResponse.length + " bytes>") + ",sessionKey="
                    + (sessionKey == null ? "null" : "<" + sessionKey.length + " bytes>") + ",flags=0x"
                    + jcifs.smb1.util.Hexdump.toHexString(getFlags(), 8) + "]";
        }
    
        /**
         * Returns the default flags for a generic Type-3 message in the
         * current environment.
         *
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 24.1K bytes
    - Viewed (0)
  4. src/test/java/jcifs/dcerpc/DcerpcBindTest.java

                    DcerpcException result = bind.getResult();
    
                    assertNotNull(result, "Should return exception for unknown result code " + code);
                    assertTrue(result.getMessage().startsWith("0x"), "Should return hex format for unknown result code " + code);
                }
            }
    
            private void setResultField(DcerpcBind bind, int value) throws Exception {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 22.7K bytes
    - Viewed (0)
  5. src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java

            default -> "UNKNOWN";
            };
            final String str = this.status == 0 ? "0" : SmbException.getMessageByCode(this.status);
            return ("command=" + c + ",status=" + str + ",flags=0x" + Hexdump.toHexString(this.flags, 4) + ",mid=" + this.mid + ",wordCount="
                    + this.wordCount + ",byteCount=" + this.byteCount);
        }
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 24K bytes
    - Viewed (0)
  6. src/main/java/jcifs/internal/smb2/multichannel/ChannelManager.java

            // The actual transport send would need proper integration
            // This would be sent on the NEW channel's transport, not the existing one
    
            log.debug("Channel binding prepared for channel {} with session 0x{}", channel.getChannelId(), Long.toHexString(getSessionId()));
        }
    
        /**
         * Shutdown the channel manager
         */
        public void shutdown() {
            scheduler.shutdown();
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 11:13:46 UTC 2025
    - 20K bytes
    - Viewed (0)
  7. src/main/java/jcifs/netbios/NameServiceClientImpl.java

                cacheAddressArray(addrs);
                return addrs;
            } catch (final UnknownHostException uhe) {
                throw new UnknownHostException("no name with type 0x" + Hexdump.toHexString(addr.getNameType(), 2)
                        + (addr.getName().getScope() == null || addr.getName().getScope().isEmpty() ? " with no scope"
                                : " with scope " + addr.getName().getScope())
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 38.5K bytes
    - Viewed (0)
  8. src/main/java/jcifs/ntlmssp/Type3Message.java

                    + (ntResponseBytes == null ? "null" : "<" + ntResponseBytes.length + " bytes>") + ",sessionKey="
                    + (sessionKeyBytes == null ? "null" : "<" + sessionKeyBytes.length + " bytes>") + ",flags=0x"
                    + jcifs.util.Hexdump.toHexString(getFlags(), 8) + "]";
        }
    
        /**
         * Constructs the LanManager response to the given Type-2 message using
         * the supplied password.
         *
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 32.7K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb1/netbios/NbtAddress.java

                cacheAddressArray(addrs);
                return addrs;
            } catch (final UnknownHostException uhe) {
                throw new UnknownHostException("no name with type 0x" + Hexdump.toHexString(addr.hostName.hexCode, 2)
                        + (addr.hostName.scope == null || addr.hostName.scope.length() == 0 ? " with no scope"
                                : " with scope " + addr.hostName.scope)
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 31.7K bytes
    - Viewed (0)
  10. cmd/xl-storage-format-v2_test.go

    			t.Fatal(err)
    		}
    		for _, v := range xl.versions {
    			// Signature should match
    			if binary.BigEndian.Uint32(v.header.Signature[:]) != 0x8e5a6406 {
    				t.Log(v.header.String())
    				t.Fatalf("invalid signature 0x%x", binary.BigEndian.Uint32(v.header.Signature[:]))
    			}
    		}
    	})
    }
    
    func Test_xlMetaV2Shallow_LoadTimeStamp(t *testing.T) {
    	// v0 Saved with
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 37.8K bytes
    - Viewed (0)
Back to top