Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for 0_7071 (0.14 sec)

  1. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/AbstractFilePermissions.java

        protected static int getUserPartOf(int unixNumeric) {
            return (unixNumeric & 0_700) >> 6;
        }
    
        protected static String getUserPartOf(String unixSymbolic) {
            return unixSymbolic.substring(0, 3);
        }
    
        @SuppressWarnings("OctalInteger")
        protected static int getGroupPartOf(int unixNumeric) {
            return (unixNumeric & 0_070) >> 3;
        }
    
        protected static String getGroupPartOf(String unixSymbolic) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Server-TLSv12-ALPN-NoMatch

    00000030  00 ff 01 00 00 6c 00 0b  00 04 03 00 01 02 00 0a  |.....l..........|
    00000040  00 0c 00 0a 00 1d 00 17  00 1e 00 19 00 18 00 23  |...............#|
    00000050  00 00 00 10 00 10 00 0e  06 70 72 6f 74 6f 32 06  |.........proto2.|
    00000060  70 72 6f 74 6f 31 00 16  00 00 00 17 00 00 00 0d  |proto1..........|
    00000070  00 30 00 2e 04 03 05 03  06 03 08 07 08 08 08 09  |.0..............|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 06 18:57:43 UTC 2021
    - 985 bytes
    - Viewed (0)
  3. src/unicode/script_test.go

    	{0x06DD, "Prepended_Concatenation_Mark"},
    	{0x300D, "Quotation_Mark"},
    	{0x2EF3, "Radical"},
    	{0x1f1ff, "Regional_Indicator"},
    	{0x061F, "STerm"}, // Deprecated alias of Sentence_Terminal
    	{0x061F, "Sentence_Terminal"},
    	{0x2071, "Soft_Dotted"},
    	{0x003A, "Terminal_Punctuation"},
    	{0x9FC3, "Unified_Ideograph"},
    	{0xFE0F, "Variation_Selector"},
    	{0x0020, "White_Space"},
    }
    
    func TestCategories(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 24 14:09:01 UTC 2019
    - 2.9K bytes
    - Viewed (0)
  4. src/crypto/tls/testdata/Server-TLSv13-ALPN-NoMatch

    00000050  00 ff 01 00 00 91 00 0b  00 04 03 00 01 02 00 0a  |................|
    00000060  00 0c 00 0a 00 1d 00 17  00 1e 00 19 00 18 00 23  |...............#|
    00000070  00 00 00 10 00 10 00 0e  06 70 72 6f 74 6f 32 06  |.........proto2.|
    00000080  70 72 6f 74 6f 31 00 16  00 00 00 17 00 00 00 0d  |proto1..........|
    00000090  00 1e 00 1c 04 03 05 03  06 03 08 07 08 08 08 09  |................|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:28 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  5. src/math/log_amd64.s

    	SHRQ    $52, BX
    	ANDL    $0x7FF, BX
    	SUBL    $0x3FE, BX
    	XORPS   X1, X1 // break dependency for CVTSL2SD
    	CVTSL2SD BX, X1 // x1= k, x2= f1
    	// if f1 < math.Sqrt2/2 { k -= 1; f1 *= 2 }
    	MOVSD   $HSqrt2, X0 // x0= 0.7071, x1= k, x2= f1
    	CMPSD   X2, X0, 5 // cmpnlt; x0= 0 or ^0, x1= k, x2 = f1
    	MOVSD   $1.0, X3 // x0= 0 or ^0, x1= k, x2 = f1, x3= 1
    	ANDPD   X0, X3 // x0= 0 or ^0, x1= k, x2 = f1, x3= 0 or 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 23 20:52:57 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Server-TLSv12-ALPN

    00000030  00 ff 01 00 00 6c 00 0b  00 04 03 00 01 02 00 0a  |.....l..........|
    00000040  00 0c 00 0a 00 1d 00 17  00 1e 00 19 00 18 00 23  |...............#|
    00000050  00 00 00 10 00 10 00 0e  06 70 72 6f 74 6f 32 06  |.........proto2.|
    00000060  70 72 6f 74 6f 31 00 16  00 00 00 17 00 00 00 0d  |proto1..........|
    00000070  00 30 00 2e 04 03 05 03  06 03 08 07 08 08 08 09  |.0..............|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  7. src/crypto/tls/testdata/Client-TLSv13-ALPN

    000000b0  00 1a 00 18 08 04 04 03  08 07 08 05 08 06 04 01  |................|
    000000c0  05 01 06 01 05 03 06 03  02 01 02 03 00 10 00 10  |................|
    000000d0  00 0e 06 70 72 6f 74 6f  32 06 70 72 6f 74 6f 31  |...proto2.proto1|
    000000e0  00 2b 00 09 08 03 04 03  03 03 02 03 01 00 33 00  |.+............3.|
    000000f0  26 00 24 00 1d 00 20 2f  e5 7d a3 47 cd 62 43 15  |&.$... /.}.G.bC.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 7K bytes
    - Viewed (0)
  8. src/crypto/tls/testdata/Client-TLSv12-ALPN

    000000b0  00 1a 00 18 08 04 04 03  08 07 08 05 08 06 04 01  |................|
    000000c0  05 01 06 01 05 03 06 03  02 01 02 03 00 10 00 10  |................|
    000000d0  00 0e 06 70 72 6f 74 6f  32 06 70 72 6f 74 6f 31  |...proto2.proto1|
    000000e0  00 2b 00 09 08 03 04 03  03 03 02 03 01 00 33 00  |.+............3.|
    000000f0  26 00 24 00 1d 00 20 2f  e5 7d a3 47 cd 62 43 15  |&.$... /.}.G.bC.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  9. src/crypto/tls/testdata/Server-TLSv12-ALPN-NotConfigured

    00000030  00 ff 01 00 00 6c 00 0b  00 04 03 00 01 02 00 0a  |.....l..........|
    00000040  00 0c 00 0a 00 1d 00 17  00 1e 00 19 00 18 00 23  |...............#|
    00000050  00 00 00 10 00 10 00 0e  06 70 72 6f 74 6f 32 06  |.........proto2.|
    00000060  70 72 6f 74 6f 31 00 16  00 00 00 17 00 00 00 0d  |proto1..........|
    00000070  00 30 00 2e 04 03 05 03  06 03 08 07 08 08 08 09  |.0..............|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Server-TLSv13-ALPN

    00000050  00 ff 01 00 00 91 00 0b  00 04 03 00 01 02 00 0a  |................|
    00000060  00 0c 00 0a 00 1d 00 17  00 1e 00 19 00 18 00 23  |...............#|
    00000070  00 00 00 10 00 10 00 0e  06 70 72 6f 74 6f 32 06  |.........proto2.|
    00000080  70 72 6f 74 6f 31 00 16  00 00 00 17 00 00 00 0d  |proto1..........|
    00000090  00 1e 00 1c 04 03 05 03  06 03 08 07 08 08 08 09  |................|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.5K bytes
    - Viewed (0)
Back to top