Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for jais (6.12 sec)

  1. src/archive/zip/writer_test.go

    			comment: "in the 世界",
    			flags:   0x808,
    		},
    		{
    			name:    "the replacement rune is �",
    			comment: "the replacement rune is �",
    			flags:   0x808,
    		},
    		{
    			// Name is Japanese encoded in Shift JIS.
    			name:    "\x93\xfa\x96{\x8c\xea.txt",
    			comment: "in the 世界",
    			flags:   0x008, // UTF-8 must not be set
    		},
    	}
    
    	// write a zip file
    	buf := new(bytes.Buffer)
    	w := NewWriter(buf)
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Sep 15 19:04:06 GMT 2023
    - 14.1K bytes
    - Viewed (0)
  2. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_JAIL = 338
    pkg syscall (freebsd-arm64), const SYS_JAIL ideal-int
    pkg syscall (freebsd-arm64), const SYS_JAIL_ATTACH = 436
    pkg syscall (freebsd-arm64), const SYS_JAIL_ATTACH ideal-int
    pkg syscall (freebsd-arm64), const SYS_JAIL_GET = 506
    pkg syscall (freebsd-arm64), const SYS_JAIL_GET ideal-int
    pkg syscall (freebsd-arm64), const SYS_JAIL_REMOVE = 508
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (freebsd-386), const SYS_ISSETUGID ideal-int
    pkg syscall (freebsd-386), const SYS_JAIL ideal-int
    pkg syscall (freebsd-386), const SYS_JAIL_ATTACH ideal-int
    pkg syscall (freebsd-386), const SYS_JAIL_GET ideal-int
    pkg syscall (freebsd-386), const SYS_JAIL_REMOVE ideal-int
    pkg syscall (freebsd-386), const SYS_JAIL_SET ideal-int
    pkg syscall (freebsd-386), const SYS_KENV ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  4. src/archive/zip/reader.go

    		// Some ZIP writers use UTF-8 encoding without setting the UTF-8 flag.
    		// Since it is impossible to always distinguish valid UTF-8 from some
    		// other encoding (e.g., GBK or Shift-JIS), we trust the flag.
    		f.NonUTF8 = f.Flags&0x800 == 0
    	}
    
    	needUSize := f.UncompressedSize == ^uint32(0)
    	needCSize := f.CompressedSize == ^uint32(0)
    	needHeaderOffset := f.headerOffset == int64(^uint32(0))
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 27.7K bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_JAIL = 338 #53466
    pkg syscall (freebsd-riscv64), const SYS_JAIL ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_JAIL_ATTACH = 436 #53466
    pkg syscall (freebsd-riscv64), const SYS_JAIL_ATTACH ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_JAIL_GET = 506 #53466
    pkg syscall (freebsd-riscv64), const SYS_JAIL_GET ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg syscall (freebsd-386), const SYS_ISSETUGID = 253
    pkg syscall (freebsd-386), const SYS_JAIL = 338
    pkg syscall (freebsd-386), const SYS_JAIL_ATTACH = 436
    pkg syscall (freebsd-386), const SYS_JAIL_GET = 506
    pkg syscall (freebsd-386), const SYS_JAIL_REMOVE = 508
    pkg syscall (freebsd-386), const SYS_JAIL_SET = 507
    pkg syscall (freebsd-386), const SYS_KENV = 390
    pkg syscall (freebsd-386), const SYS_KEVENT = 363
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  7. src/archive/zip/writer.go

    		// local character encoding. Most encoding are compatible with a large
    		// subset of CP-437, which itself is ASCII-like.
    		//
    		// Forbid 0x7e and 0x5c since EUC-KR and Shift-JIS replace those
    		// characters with localized currency and overline characters.
    		if r < 0x20 || r > 0x7d || r == 0x5c {
    			if !utf8.ValidRune(r) || (r == utf8.RuneError && size == 1) {
    				return false, false
    			}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 04 14:28:57 GMT 2024
    - 19.3K bytes
    - Viewed (0)
  8. api/go1.21.txt

    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Jail int #46259
    pkg syscall (freebsd-386), type SysProcAttr struct, Jail int #46259
    pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Jail int #46259
    pkg syscall (freebsd-amd64), type SysProcAttr struct, Jail int #46259
    pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Jail int #46259
    pkg syscall (freebsd-arm64), type SysProcAttr struct, Jail int #46259
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Aug 07 09:39:17 GMT 2023
    - 25.6K bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SYS_ISSETUGID ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_JAIL ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_JAIL_ATTACH ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_JAIL_GET ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_JAIL_REMOVE ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_JAIL_SET ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_KENV ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top