Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 38 for 126 (0.06 sec)

  1. src/main/java/org/codelibs/core/lang/StringUtil.java

         * StringUtils.isAsciiPrintable("Ceki G\u00fclc\u00fc") = false
         * </pre>
         *
         * @param cs the CharSequence to check, may be null
         * @return {@code true} if every character is in the range 32 thru 126
         */
        public static boolean isAsciiPrintable(final CharSequence cs) {
            if (cs == null) {
                return false;
            }
            final int sz = cs.length();
            for (int i = 0; i < sz; i++) {
    Registered: Fri Nov 01 20:58:10 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.27.md

    ## Dependencies
    
    ### Added
    _Nothing has changed._
    
    ### Changed
    - github.com/google/cel-go: [v0.12.6 → v0.12.7](https://github.com/google/cel-go/compare/v0.12.6...v0.12.7)
    
    ### Removed
    _Nothing has changed._
    
    
    
    # v1.27.5
    
    
    ## Downloads for v1.27.5
    
    
    
    ### Source Code
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jul 17 07:48:22 UTC 2024
    - 466.3K bytes
    - Viewed (0)
  3. src/archive/zip/zip_test.go

    // Just benchmarking how fast the Zip64 test above is. Not related to
    // our zip performance, since the test above disabled CRC32 and flate.
    func BenchmarkZip64Test(b *testing.B) {
    	for i := 0; i < b.N; i++ {
    		testZip64(b, 1<<26)
    	}
    }
    
    func BenchmarkZip64TestSizes(b *testing.B) {
    	for _, size := range []int64{1 << 12, 1 << 20, 1 << 26} {
    		b.Run(fmt.Sprint(size), func(b *testing.B) {
    			b.RunParallel(func(pb *testing.PB) {
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  4. src/archive/tar/writer_test.go

    	)
    
    	vectors := []struct {
    		file  string // Optional filename of expected output
    		tests []testFnc
    	}{{
    		// The writer test file was produced with this command:
    		// tar (GNU tar) 1.26
    		//   ln -s small.txt link.txt
    		//   tar -b 1 --format=ustar -c -f writer.tar small.txt small2.txt link.txt
    		file: "testdata/writer.tar",
    		tests: []testFnc{
    			testHeader{Header{
    				Typeflag: TypeReg,
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Sep 23 14:32:33 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  5. api/go1.10.txt

    pkg debug/elf, const R_ARM_PRIVATE_12 = 124
    pkg debug/elf, const R_ARM_PRIVATE_12 R_ARM
    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
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  6. api/go1.4.txt

    pkg debug/elf, const R_AARCH64_P32_RELATIVE R_AARCH64
    pkg debug/elf, const R_AARCH64_P32_TLSDESC = 187
    pkg debug/elf, const R_AARCH64_P32_TLSDESC R_AARCH64
    pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADD_LO12_NC = 126
    pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADD_LO12_NC R_AARCH64
    pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PAGE21 = 124
    pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PAGE21 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)
  7. CHANGELOG/CHANGELOG-1.28.md

    - github.com/google/cadvisor: [v0.47.1 → v0.47.3](https://github.com/google/cadvisor/compare/v0.47.1...v0.47.3)
    - github.com/google/cel-go: [v0.12.6 → v0.16.0](https://github.com/google/cel-go/compare/v0.12.6...v0.16.0)
    - github.com/google/gofuzz: [v1.1.0 → v1.2.0](https://github.com/google/gofuzz/compare/v1.1.0...v1.2.0)
    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.1.txt

    pkg syscall (darwin-386), const SYS_SETPRIORITY = 96
    pkg syscall (darwin-386), const SYS_SETPRIVEXEC = 152
    pkg syscall (darwin-386), const SYS_SETREGID = 127
    pkg syscall (darwin-386), const SYS_SETREUID = 126
    pkg syscall (darwin-386), const SYS_SETRLIMIT = 195
    pkg syscall (darwin-386), const SYS_SETSGROUPS = 287
    pkg syscall (darwin-386), const SYS_SETSID = 147
    pkg syscall (darwin-386), const SYS_SETSOCKOPT = 105
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  9. docs/en/data/people.yml

    - login: iudeen
      count: 128
      avatarUrl: https://avatars.githubusercontent.com/u/10519440?u=2843b3303282bff8b212dcd4d9d6689452e4470c&v=4
      url: https://github.com/iudeen
    - login: phy25
      count: 126
      avatarUrl: https://avatars.githubusercontent.com/u/331403?v=4
      url: https://github.com/phy25
    - login: YuriiMotov
      count: 104
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Jun 03 01:09:53 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  10. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        assertInvalid("http://a\u2121$a60/", "Invalid URL host: \"a\u2121$a60\"")
      }
    
      @Test
      fun hostnameTooLong() {
        val dotA126 = "a.".repeat(126)
        assertThat(parse("http://a$dotA126/").toString())
          .isEqualTo("http://a$dotA126/")
        assertInvalid("http://aa$dotA126/", "Invalid URL host: \"aa$dotA126\"")
      }
    
      /**
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
Back to top