Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 127 of 127 for 0x61 (0.05 sec)

  1. src/main/java/jcifs/internal/smb1/ServerMessageBlock.java

         */
    
        /**
         * 
         */
        public static final byte SMB_COM_CREATE_DIRECTORY = (byte) 0x00;
    
        /**
         * 
         */
        public static final byte SMB_COM_DELETE_DIRECTORY = (byte) 0x01;
    
        /**
         * 
         */
        public static final byte SMB_COM_CLOSE = (byte) 0x04;
    
        /**
         * 
         */
        public static final byte SMB_COM_DELETE = (byte) 0x06;
    
        /**
         * 
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Aug 05 09:45:59 UTC 2018
    - 32.7K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/operand_test.go

    	{"$(112+8)", "$120"},
    	{"$(1<<63)", "$-9223372036854775808"},
    	{"$-1", "$-1"},
    	{"$0", "$0"},
    	{"$0-0", "$0"},
    	{"$0-16", "$-16"},
    	{"$0x000FFFFFFFFFFFFF", "$4503599627370495"},
    	{"$0x01", "$1"},
    	{"$0x02", "$2"},
    	{"$0x04", "$4"},
    	{"$0x3FE", "$1022"},
    	{"$0x7fffffe00000", "$140737486258176"},
    	{"$0xfffffffffffff001", "$-4095"},
    	{"$1", "$1"},
    	{"$1.0", "$(1.0)"},
    	{"$10", "$10"},
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  3. guava/src/com/google/common/net/InetAddresses.java

       */
      public static boolean isTeredoAddress(Inet6Address ip) {
        byte[] bytes = ip.getAddress();
        return (bytes[0] == (byte) 0x20)
            && (bytes[1] == (byte) 0x01)
            && (bytes[2] == 0)
            && (bytes[3] == 0);
      }
    
      /**
       * Returns the Teredo information embedded in a Teredo address.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/net/InetAddresses.java

       */
      public static boolean isTeredoAddress(Inet6Address ip) {
        byte[] bytes = ip.getAddress();
        return (bytes[0] == (byte) 0x20)
            && (bytes[1] == (byte) 0x01)
            && (bytes[2] == 0)
            && (bytes[3] == 0);
      }
    
      /**
       * Returns the Teredo information embedded in a Teredo address.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    20F1..20FF    ; disallowed                             # NA   <reserved-20F1>..<reserved-20FF>
    2100          ; disallowed_STD3_mapped ; 0061 002F 0063 #1.1  ACCOUNT OF
    2101          ; disallowed_STD3_mapped ; 0061 002F 0073 #1.1  ADDRESSED TO THE SUBJECT
    2102          ; mapped                 ; 0063          # 1.1  DOUBLE-STRUCK CAPITAL C
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  6. docs/en/docs/release-notes.md

    * ⬆ Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.3. PR [#12386](https://github.com/fastapi/fastapi/pull/12386) by [@dependabot[bot]](https://github.com/apps/dependabot).
    * ⬆ Bump mkdocstrings[python] from 0.25.1 to 0.26.1. PR [#12371](https://github.com/fastapi/fastapi/pull/12371) by [@dependabot[bot]](https://github.com/apps/dependabot).
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  7. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

             <!-- BSID 11-16 = EAC3, BSID=byte5>>3 -->
             <match value="0x58" type="string" mask="0xF8" offset="5"/>
             <match value="0x60" type="string" mask="0xF8" offset="5"/>
             <match value="0x68" type="string" mask="0xF8" offset="5"/>
             <match value="0x70" type="string" mask="0xF8" offset="5"/>
             <match value="0x78" type="string" mask="0xF8" offset="5"/>
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top