Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for preact (0.22 sec)

  1. misc/wasm/wasm_exec.js

    		const err = new Error("not implemented");
    		err.code = "ENOSYS";
    		return err;
    	};
    
    	if (!globalThis.fs) {
    		let outputBuf = "";
    		globalThis.fs = {
    			constants: { O_WRONLY: -1, O_RDWR: -1, O_CREAT: -1, O_TRUNC: -1, O_APPEND: -1, O_EXCL: -1 }, // unused
    			writeSync(fd, buf) {
    				outputBuf += decoder.decode(buf);
    				const nl = outputBuf.lastIndexOf("\n");
    				if (nl != -1) {
    JavaScript
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon May 22 17:47:47 GMT 2023
    - 16.3K bytes
    - Viewed (1)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_POSIX_SPAWN ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_PREAD = 173
    pkg syscall (netbsd-arm64-cgo), const SYS_PREAD ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_PREADV = 289
    pkg syscall (netbsd-arm64-cgo), const SYS_PREADV ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_PROFIL = 44
    pkg syscall (netbsd-arm64-cgo), const SYS_PROFIL ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_PPOLL = 545
    pkg syscall (freebsd-arm64), const SYS_PPOLL ideal-int
    pkg syscall (freebsd-arm64), const SYS_PREAD = 475
    pkg syscall (freebsd-arm64), const SYS_PREAD ideal-int
    pkg syscall (freebsd-arm64), const SYS_PREADV = 289
    pkg syscall (freebsd-arm64), const SYS_PREADV ideal-int
    pkg syscall (freebsd-arm64), const SYS_PROCCTL = 544
    pkg syscall (freebsd-arm64), const SYS_PROCCTL ideal-int
    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)
  4. api/go1.txt

    pkg syscall (freebsd-386), const SYS_POSIX_FALLOCATE ideal-int
    pkg syscall (freebsd-386), const SYS_POSIX_OPENPT ideal-int
    pkg syscall (freebsd-386), const SYS_PREAD ideal-int
    pkg syscall (freebsd-386), const SYS_PREADV ideal-int
    pkg syscall (freebsd-386), const SYS_PROFIL ideal-int
    pkg syscall (freebsd-386), const SYS_PSELECT ideal-int
    pkg syscall (freebsd-386), const SYS_PTRACE 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 (2)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_POSIX_SPAWN ideal-int
    pkg syscall (darwin-arm64), const SYS_PREAD = 153
    pkg syscall (darwin-arm64), const SYS_PREAD ideal-int
    pkg syscall (darwin-arm64), const SYS_PREAD_NOCANCEL = 414
    pkg syscall (darwin-arm64), const SYS_PREAD_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS_PROCESS_POLICY = 323
    pkg syscall (darwin-arm64), const SYS_PROCESS_POLICY ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_PPOLL ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_PREAD = 475 #53466
    pkg syscall (freebsd-riscv64), const SYS_PREAD ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_PREADV = 289 #53466
    pkg syscall (freebsd-riscv64), const SYS_PREADV ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_PROCCTL = 544 #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)
  7. api/go1.1.txt

    pkg syscall (freebsd-386), const SYS_POSIX_FALLOCATE = 530
    pkg syscall (freebsd-386), const SYS_POSIX_OPENPT = 504
    pkg syscall (freebsd-386), const SYS_PREAD = 475
    pkg syscall (freebsd-386), const SYS_PREADV = 289
    pkg syscall (freebsd-386), const SYS_PROFIL = 44
    pkg syscall (freebsd-386), const SYS_PSELECT = 522
    pkg syscall (freebsd-386), const SYS_PTRACE = 26
    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 (1)
  8. doc/go_mem.html

    </p>
    
    <p>
    While programmers should write Go programs without data races,
    there are limitations to what a Go implementation can do in response to a data race.
    An implementation may always react to a data race by reporting the race and terminating the program.
    Otherwise, each read of a single-word-sized or sub-word-sized memory location
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Mar 04 15:54:42 GMT 2024
    - 26.6K bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SYS_POSIX_FALLOCATE ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_POSIX_OPENPT ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_PREAD ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_PREADV ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_PROFIL ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_PSELECT ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_PTRACE 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