Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 51 for cstdint (0.25 sec)

  1. istioctl/pkg/proxyconfig/proxyconfig.go

    	if err != nil {
    		return nil, err
    	}
    	return setupConfigdumpEnvoyConfigWriter(debug, out)
    }
    
    func readFile(filename string) ([]byte, error) {
    	file := os.Stdin
    	if filename != "-" {
    		var err error
    		file, err = os.Open(filename)
    		if err != nil {
    			return nil, err
    		}
    	}
    	defer func() {
    		if err := file.Close(); err != nil {
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Tue Apr 16 03:28:36 GMT 2024
    - 48K bytes
    - Viewed (0)
  2. tensorflow/c/c_api.h

    limitations under the License.
    ==============================================================================*/
    
    #ifndef TENSORFLOW_C_C_API_H_
    #define TENSORFLOW_C_C_API_H_
    
    #include <stddef.h>
    #include <stdint.h>
    
    #include "tensorflow/c/c_api_macros.h"
    #include "tensorflow/c/tf_attrtype.h"
    #include "tensorflow/c/tf_buffer.h"
    #include "tensorflow/c/tf_datatype.h"
    #include "tensorflow/c/tf_status.h"
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
  3. tensorflow/c/c_api.cc

    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/c/c_api.h"
    
    #include <algorithm>
    #include <cstring>
    #include <limits>
    #include <memory>
    #include <optional>
    #include <unordered_set>
    #include <utility>
    #include <vector>
    
    #include "absl/strings/match.h"
    // Required for IS_MOBILE_PLATFORM
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type Timeval struct, Usec int32
    pkg syscall (freebsd-386-cgo), type WaitStatus uint32
    pkg syscall (freebsd-386-cgo), var Stderr int
    pkg syscall (freebsd-386-cgo), var Stdin int
    pkg syscall (freebsd-386-cgo), var Stdout int
    pkg syscall (freebsd-amd64), const F_DUP2FD_CLOEXEC = 18
    pkg syscall (freebsd-amd64), const F_DUP2FD_CLOEXEC ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  5. CHANGELOG/CHANGELOG-1.21.md

    - Client-go exec credential plugins will pass stdin only when interactive terminal is detected on stdin. This fixes a bug where previously it was checking if **stdout** is an interactive terminal. ([#99654](https://github.com/kubernetes/kubernetes/pull/99654), [@ankeesler](https://github.com/ankeesler))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
  6. api/go1.txt

    pkg os, var ErrExist error
    pkg os, var ErrInvalid error
    pkg os, var ErrNotExist error
    pkg os, var ErrPermission error
    pkg os, var Interrupt Signal
    pkg os, var Kill Signal
    pkg os, var Stderr *File
    pkg os, var Stdin *File
    pkg os, var Stdout *File
    pkg os/exec, func Command(string, ...string) *Cmd
    pkg os/exec, func LookPath(string) (string, error)
    pkg os/exec, method (*Cmd) CombinedOutput() ([]uint8, error)
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type Timeval struct, Usec int32
    pkg syscall (netbsd-arm64-cgo), type WaitStatus uint32
    pkg syscall (netbsd-arm64-cgo), var Stderr int
    pkg syscall (netbsd-arm64-cgo), var Stdin int
    pkg syscall (netbsd-arm64-cgo), var Stdout int
    pkg syscall (netbsd-arm64), const AF_APPLETALK = 16
    pkg syscall (netbsd-arm64), const AF_APPLETALK ideal-int
    pkg syscall (netbsd-arm64), const AF_ARP = 28
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type Timeval struct, Usec int64 #53466
    pkg syscall (freebsd-riscv64), type WaitStatus uint32 #53466
    pkg syscall (freebsd-riscv64), var Stderr int #53466
    pkg syscall (freebsd-riscv64), var Stdin int #53466
    pkg syscall (freebsd-riscv64), var Stdout int #53466
    pkg syscall (freebsd-riscv64-cgo), const AF_APPLETALK = 16 #53466
    pkg syscall (freebsd-riscv64-cgo), const AF_APPLETALK ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), type Timeval32 struct, Usec int32
    pkg syscall (darwin-arm64), type WaitStatus uint32
    pkg syscall (darwin-arm64), var Stderr int
    pkg syscall (darwin-arm64), var Stdin int
    pkg syscall (darwin-arm64), var Stdout int
    pkg syscall (darwin-arm64-cgo), const AF_APPLETALK = 16
    pkg syscall (darwin-arm64-cgo), const AF_APPLETALK ideal-int
    pkg syscall (darwin-arm64-cgo), const AF_CCITT = 10
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  10. api/go1.14.txt

    pkg syscall (freebsd-arm64), type Timeval struct, Usec int64
    pkg syscall (freebsd-arm64), type WaitStatus uint32
    pkg syscall (freebsd-arm64), var Stderr int
    pkg syscall (freebsd-arm64), var Stdin int
    pkg syscall (freebsd-arm64), var Stdout int
    pkg syscall (freebsd-arm64-cgo), const AF_APPLETALK = 16
    pkg syscall (freebsd-arm64-cgo), const AF_APPLETALK ideal-int
    pkg syscall (freebsd-arm64-cgo), const AF_ARP = 35
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
Back to top