- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 102 for exts (0.14 sec)
-
cmd/data-scanner.go
failedSize int64 pendingCount uint64 failedCount uint64 } type getSizeFn func(item scannerItem) (sizeSummary, error) // transformMetaDir will transform a directory to prefix/file.ext func (i *scannerItem) transformMetaDir() { split := strings.Split(i.prefix, SlashSeparator) if len(split) > 1 { i.prefix = pathJoin(split[:len(split)-1]...) } else { i.prefix = "" }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 21:10:34 UTC 2024 - 48.4K bytes - Viewed (0) -
cmd/erasure-multipart.go
partsMetadata[index] = fi } // Guess content-type from the extension if possible. if userDefined["content-type"] == "" { userDefined["content-type"] = mimedb.TypeByExtension(path.Ext(object)) } // if storageClass is standard no need to save it as part of metadata. if userDefined[xhttp.AmzStorageClass] == storageclass.STANDARD { delete(userDefined, xhttp.AmzStorageClass) }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Sep 29 22:40:36 UTC 2024 - 44.7K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), const EV_RECEIPT ideal-int pkg syscall (freebsd-386-cgo), const EV_SYSFLAGS ideal-int pkg syscall (freebsd-386-cgo), const EXTA ideal-int pkg syscall (freebsd-386-cgo), const EXTB ideal-int pkg syscall (freebsd-386-cgo), const EXTPROC ideal-int pkg syscall (freebsd-386-cgo), const FD_CLOEXEC ideal-int pkg syscall (freebsd-386-cgo), const FD_SETSIZE ideal-int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (0) -
doc/asm.html
The last instruction in a <code>TEXT</code> block must be some sort of jump, usually a <code>RET</code> (pseudo-)instruction. (If it's not, the linker will append a jump-to-itself instruction; there is no fallthrough in <code>TEXTs</code>.) After the symbol, the arguments are flags (see below) and the frame size, a constant (but see below): </p> <pre> TEXT runtime·profileloop(SB),NOSPLIT,$8 MOVQ $runtime·profileloop1(SB), CX
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Nov 28 19:15:27 UTC 2023 - 36.3K bytes - Viewed (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 76.8K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const EWOULDBLOCK = 35 pkg syscall (freebsd-arm64), const EXDEV = 18 pkg syscall (freebsd-arm64), const EXTA = 19200 pkg syscall (freebsd-arm64), const EXTA ideal-int pkg syscall (freebsd-arm64), const EXTB = 38400 pkg syscall (freebsd-arm64), const EXTB ideal-int pkg syscall (freebsd-arm64), const EXTPROC = 2048 pkg syscall (freebsd-arm64), const EXTPROC ideal-int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const EWOULDBLOCK = 35 pkg syscall (darwin-arm64), const EXDEV = 18 pkg syscall (darwin-arm64), const EXTA = 19200 pkg syscall (darwin-arm64), const EXTA ideal-int pkg syscall (darwin-arm64), const EXTB = 38400 pkg syscall (darwin-arm64), const EXTB ideal-int pkg syscall (darwin-arm64), const EXTPROC = 2048 pkg syscall (darwin-arm64), const EXTPROC ideal-int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.12.md
- kubectl: the wait command now prints an error message and exits with the code 1, if there is no resources matching selectors ([#66692](https://github.com/kubernetes/kubernetes/pull/66692), [@m1kola](https://github.com/m1kola))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0) -
src/cmd/cgo/gcc.go
os.Stderr.Write(stderr) } return string(stderr) } // runGcc runs the gcc command line args with stdin on standard input. // If the command exits with a non-zero exit status, runGcc prints // details about what was run and exits. // Otherwise runGcc returns the data written to standard output and standard error. // Note that for some of the uses we expect useful data back
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 18 15:07:34 UTC 2024 - 97.1K bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (darwin-386), const EV_SYSFLAGS = 61440 pkg syscall (darwin-386), const EWOULDBLOCK = 35 pkg syscall (darwin-386), const EXDEV = 18 pkg syscall (darwin-386), const EXTA = 19200 pkg syscall (darwin-386), const EXTB = 38400 pkg syscall (darwin-386), const EXTPROC = 2048 pkg syscall (darwin-386), const FD_CLOEXEC = 1 pkg syscall (darwin-386), const FD_SETSIZE = 1024
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)