Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 103 of 103 for 0x96 (0.03 sec)

  1. android/guava/src/com/google/common/net/InetAddresses.java

      }
    
      /**
       * Evaluates whether the argument is an "IPv4 mapped" IPv6 address.
       *
       * <p>An "IPv4 mapped" address is anything in the range ::ffff:0:0/96 (sometimes written as
       * ::ffff:0.0.0.0/96), with the last 32 bits interpreted as an IPv4 address.
       *
       * <p>For more on IPv4 mapped addresses see section 2.5.5.2 of <a target="_parent"
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 19 21:24:11 UTC 2025
    - 47.4K bytes
    - Viewed (0)
  2. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0B91          ; disallowed                             # NA   <reserved-0B91>
    0B92..0B95    ; valid                                  # 1.1  TAMIL LETTER O..TAMIL LETTER KA
    0B96..0B98    ; disallowed                             # NA   <reserved-0B96>..<reserved-0B98>
    0B99..0B9A    ; valid                                  # 1.1  TAMIL LETTER NGA..TAMIL LETTER CA
    0B9B          ; disallowed                             # NA   <reserved-0B9B>
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/SmbFile.java

                final SmbComNTCreateAndX request = new SmbComNTCreateAndX(unc, flags, access, shareAccess, attrs, options, null);
                if (this instanceof SmbNamedPipe) {
                    request.flags0 |= 0x16;
                    request.desiredAccess |= 0x20000;
                    response.isExtended = true;
                }
                send(request, response);
                f = response.fid;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
Back to top