Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 65 for 127 (0.09 sec)

  1. src/builtin/builtin.go

    type uint32 uint32
    
    // uint64 is the set of all unsigned 64-bit integers.
    // Range: 0 through 18446744073709551615.
    type uint64 uint64
    
    // int8 is the set of all signed 8-bit integers.
    // Range: -128 through 127.
    type int8 int8
    
    // int16 is the set of all signed 16-bit integers.
    // Range: -32768 through 32767.
    type int16 int16
    
    // int32 is the set of all signed 32-bit integers.
    // Range: -2147483648 through 2147483647.
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  2. compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java

        public int hashCode() {
            return items.hashCode();
        }
    
        // CHECKSTYLE_OFF: LineLength
    
        /**
         * Main to test version parsing and comparison.
         * <p>
         * To check how "1.2.7" compares to "1.2-SNAPSHOT", for example, you can issue
         * <pre>java -jar ${maven.repo.local}/org/apache/maven/maven-artifact/${maven.version}/maven-artifact-${maven.version}.jar "1.2.7" "1.2-SNAPSHOT"</pre>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 26K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/core/lang/StringUtil.java

                    return false;
                }
            }
            return true;
        }
    
        private static boolean isAsciiPrintable(final char ch) {
            return ch >= 32 && ch < 127;
        }
    
        public static String newStringUnsafe(final char[] chars) {
            if (chars == null) {
                return null;
            }
            if (newStringUnsafeMethod != null) {
                try {
    Registered: Fri Nov 01 20:58:10 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg math, const MaxInt16 = 32767
    pkg math, const MaxInt32 = 2147483647
    pkg math, const MaxInt64 = 9223372036854775807
    pkg math, const MaxInt8 = 127
    pkg math, const MaxUint16 = 65535
    pkg math, const MaxUint32 = 4294967295
    pkg math, const MaxUint64 = 18446744073709551615
    pkg math, const MaxUint8 = 255
    pkg math, const MinInt16 = -32768
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.30.md

    - Kube-apiserver: Fixed a `1.27`+ regression in watch stability by serving watch requests without a `resourceVersion` from the watch cache by default, as in <`1.27` (disabling the change in PR 115096 by default). This mitigates the impact of an etcd watch bug (https://github.com/etcd-io/etcd/pull/17555). If the 1.27 change in PR 115096 to serve these requests from underlying storage is still desired despite the impact on...
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:40:14 UTC 2024
    - 309.1K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/arm64error.s

    	VRBIT	V1.H4, V2.H4                                     // ERROR "invalid arrangement"
    	VUSHR	$56, V1.D2, V2.H4                                // ERROR "invalid arrangement"
    	VUSHR	$127, V1.D2, V2.D2                               // ERROR "shift out of range"
    	VLD1.P	(R8)(R9.SXTX<<2), [V2.B16]                       // ERROR "invalid extended register"
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 37.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.28.md

    - Kube-apiserver: fixes a 1.27+ regression in watch stability by serving watch requests without a resourceVersion from the watch cache by default, as in <1.27 (disabling the change in #115096 by default). This mitigates the impact of an etcd watch bug (https://github.com/etcd-io/etcd/pull/17555). If the 1.27 change in #115096 to serve these requests from underlying storage is still desired despite the impact on watch...
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:34:59 UTC 2024
    - 456.9K bytes
    - Viewed (0)
  8. api/go1.10.txt

    pkg debug/elf, const R_ARM_PRIVATE_13 = 125
    pkg debug/elf, const R_ARM_PRIVATE_13 R_ARM
    pkg debug/elf, const R_ARM_PRIVATE_14 = 126
    pkg debug/elf, const R_ARM_PRIVATE_14 R_ARM
    pkg debug/elf, const R_ARM_PRIVATE_15 = 127
    pkg debug/elf, const R_ARM_PRIVATE_15 R_ARM
    pkg debug/elf, const R_ARM_PRIVATE_2 = 114
    pkg debug/elf, const R_ARM_PRIVATE_2 R_ARM
    pkg debug/elf, const R_ARM_PRIVATE_3 = 115
    pkg debug/elf, const R_ARM_PRIVATE_3 R_ARM
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  9. api/go1.4.txt

    pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PREL21 = 123
    pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PREL21 R_AARCH64
    pkg debug/elf, const R_AARCH64_P32_TLSDESC_CALL = 127
    pkg debug/elf, const R_AARCH64_P32_TLSDESC_CALL R_AARCH64
    pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD32_LO12_NC = 125
    pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD32_LO12_NC R_AARCH64
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 12 03:01:01 UTC 2014
    - 34K bytes
    - Viewed (0)
  10. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11 = 105
    pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11 ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11_RADIO = 127
    pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
    pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11_RADIO_AVS ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_IEEE802_11_RADIO ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
Back to top