Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for isStrict (0.34 sec)

  1. misc/wasm/wasm_exec.js

    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    "use strict";
    
    (() => {
    	const enosys = () => {
    		const err = new Error("not implemented");
    		err.code = "ENOSYS";
    		return err;
    	};
    
    	if (!globalThis.fs) {
    		let outputBuf = "";
    		globalThis.fs = {
    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 IPV6_RTHDR_LOOSE = 0
    pkg syscall (netbsd-arm64-cgo), const IPV6_RTHDR_LOOSE ideal-int
    pkg syscall (netbsd-arm64-cgo), const IPV6_RTHDR_STRICT = 1
    pkg syscall (netbsd-arm64-cgo), const IPV6_RTHDR_STRICT ideal-int
    pkg syscall (netbsd-arm64-cgo), const IPV6_RTHDR_TYPE_0 = 0
    pkg syscall (netbsd-arm64-cgo), const IPV6_RTHDR_TYPE_0 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. src/archive/tar/strconv.go

    // encoding. Unlike octal encoding, base-256 encoding does not require that the
    // string ends with a NUL character. Thus, all n bytes are available for output.
    //
    // If operating in binary mode, this assumes strict GNU binary mode; which means
    // that the first byte can only be either 0x80 or 0xff. Thus, the first byte is
    // equivalent to the sign bit in two's complement form.
    func fitsInBase256(n int, x int64) bool {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 01 14:28:42 GMT 2023
    - 9K bytes
    - Viewed (0)
  4. src/cmd/cgo/gcc.go

    	// badVoidPointerTypedef handles the "void *" HANDLE type, but other
    	// handles are defined as
    	//
    	// struct <name>__{int unused;}; typedef struct <name>__ *name;
    	//
    	// by the DECLARE_HANDLE macro in STRICT mode. The macro is declared in
    	// the Windows ntdef.h header,
    	//
    	// https://github.com/tpn/winsdk-10/blob/master/Include/10.0.16299.0/shared/ntdef.h#L779
    	if goos != "windows" {
    		return false
    	}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const IPV6_RTHDR_LOOSE = 0
    pkg syscall (darwin-arm64), const IPV6_RTHDR_LOOSE ideal-int
    pkg syscall (darwin-arm64), const IPV6_RTHDR_STRICT = 1
    pkg syscall (darwin-arm64), const IPV6_RTHDR_STRICT ideal-int
    pkg syscall (darwin-arm64), const IPV6_RTHDR_TYPE_0 = 0
    pkg syscall (darwin-arm64), const IPV6_RTHDR_TYPE_0 ideal-int
    pkg syscall (darwin-arm64), const IPV6_SOCKOPT_RESERVED1 = 3
    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.14.txt

    pkg syscall (freebsd-arm64), const IPV6_RTHDR_LOOSE = 0
    pkg syscall (freebsd-arm64), const IPV6_RTHDR_LOOSE ideal-int
    pkg syscall (freebsd-arm64), const IPV6_RTHDR_STRICT = 1
    pkg syscall (freebsd-arm64), const IPV6_RTHDR_STRICT ideal-int
    pkg syscall (freebsd-arm64), const IPV6_RTHDR_TYPE_0 = 0
    pkg syscall (freebsd-arm64), const IPV6_RTHDR_TYPE_0 ideal-int
    pkg syscall (freebsd-arm64), const IPV6_RTHDRDSTOPTS = 35
    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)
  7. api/go1.txt

    pkg encoding/xml, type Decoder struct, CharsetReader func(string, io.Reader) (io.Reader, error)
    pkg encoding/xml, type Decoder struct, Entity map[string]string
    pkg encoding/xml, type Decoder struct, Strict bool
    pkg encoding/xml, type Directive []uint8
    pkg encoding/xml, type Encoder struct
    pkg encoding/xml, type EndElement struct
    pkg encoding/xml, type EndElement struct, Name Name
    pkg encoding/xml, type Name struct
    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)
  8. api/go1.8.txt

    pkg debug/pe, type Reloc struct, Type uint16
    pkg debug/pe, type Reloc struct, VirtualAddress uint32
    pkg debug/pe, type Section struct, Relocs []Reloc
    pkg debug/pe, type StringTable []uint8
    pkg encoding/base64, method (Encoding) Strict() *Encoding
    pkg encoding/json, method (RawMessage) MarshalJSON() ([]uint8, error)
    pkg encoding/json, type UnmarshalTypeError struct, Field string
    pkg encoding/json, type UnmarshalTypeError struct, Struct string
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Dec 21 05:25:57 GMT 2016
    - 16.3K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const IPV6_RTHDR_LOOSE = 0 #53466
    pkg syscall (freebsd-riscv64), const IPV6_RTHDR_LOOSE ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPV6_RTHDR_STRICT = 1 #53466
    pkg syscall (freebsd-riscv64), const IPV6_RTHDR_STRICT ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPV6_RTHDR_TYPE_0 = 0 #53466
    pkg syscall (freebsd-riscv64), const IPV6_RTHDR_TYPE_0 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)
  10. api/go1.1.txt

    pkg syscall (darwin-386), const IPV6_PORTRANGE_LOW = 2
    pkg syscall (darwin-386), const IPV6_RECVTCLASS = 35
    pkg syscall (darwin-386), const IPV6_RTHDR_LOOSE = 0
    pkg syscall (darwin-386), const IPV6_RTHDR_STRICT = 1
    pkg syscall (darwin-386), const IPV6_RTHDR_TYPE_0 = 0
    pkg syscall (darwin-386), const IPV6_SOCKOPT_RESERVED1 = 3
    pkg syscall (darwin-386), const IPV6_TCLASS = 36
    pkg syscall (darwin-386), const IPV6_UNICAST_HOPS = 4
    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)
Back to top