- Sort Score
- Result 10 results
- Languages All
Results 991 - 1000 of 1,015 for Global (0.12 sec)
-
doc/go1.17_spec.html
In some contexts such as the initializers for <a href="#If_statements">"if"</a>, <a href="#For_statements">"for"</a>, or <a href="#Switch_statements">"switch"</a> statements, they can be used to declare local temporary variables. </p> <h3 id="Function_declarations">Function declarations</h3> <p> A function declaration binds an identifier, the <i>function name</i>, to a function. </p>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0) -
cmd/testdata/xl-meta-merge.zip
information on using the `mc` commandline tool. For application developers, see <https://min.io/docs/minio/linux/developers/minio-drivers.html> to view MinIO SDKs for supported languages. > NOTE: To deploy MinIO on with persistent storage, you must map local persistent directories from the host OS to the container using the `podman -v` option. For example, `-v /mnt/data:/data` maps the host OS drive at `/mnt/data` to `/data` on the container. ## macOS Use the following commands to run a standalone MinIO...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Mar 08 17:50:48 UTC 2024 - 30.2K bytes - Viewed (0) -
cmd/erasure-object.go
readers[index] = newBitrotReader(disk, metaArr[index].Data, bucket, partPath, tillOffset, checksumInfo.Algorithm, checksumInfo.Hash, erasure.ShardSize()) // Prefer local disks prefer[index] = disk.Hostname() == "" } written, err := erasure.Decode(ctx, writer, readers, partOffset, partLength, partSize, prefer)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 31 22:10:24 UTC 2024 - 78.8K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), const BPF_X ideal-int pkg syscall (freebsd-386-cgo), const BRKINT ideal-int pkg syscall (freebsd-386-cgo), const CFLUSH ideal-int pkg syscall (freebsd-386-cgo), const CLOCAL ideal-int pkg syscall (freebsd-386-cgo), const CREAD ideal-int pkg syscall (freebsd-386-cgo), const CS5 ideal-int pkg syscall (freebsd-386-cgo), const CS6 ideal-int pkg syscall (freebsd-386-cgo), const CS7 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) -
api/go1.1.txt
pkg syscall (darwin-386), const BRKINT ideal-int pkg syscall (darwin-386), const CFLUSH = 15 pkg syscall (darwin-386), const CFLUSH ideal-int pkg syscall (darwin-386), const CLOCAL = 32768 pkg syscall (darwin-386), const CLOCAL ideal-int pkg syscall (darwin-386), const CREAD = 2048 pkg syscall (darwin-386), const CREAD ideal-int pkg syscall (darwin-386), const CS5 = 0 pkg syscall (darwin-386), const CS5 ideal-int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
* only to a server, this method determines if the server exists on the * network and is advertising SMB services. If this resource refers to * a workgroup, this method determines if the workgroup name is valid on * the local SMB network. If this <code>SmbFile</code> refers to the root * <code>smb1://</code> resource <code>true</code> is always returned. If * this <code>SmbFile</code> is a traditional file or directory, it will
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 107.9K bytes - Viewed (0) -
cmd/xl-storage.go
s.formatLastCheck = time.Now() s.Unlock() return diskID, nil } // Make a volume entry. func (s *xlStorage) SetDiskID(id string) { // NO-OP for xlStorage as it is handled either by xlStorageDiskIDCheck{} for local disks or // storage rest server for remote disks. } func (s *xlStorage) MakeVolBulk(ctx context.Context, volumes ...string) error { for _, volume := range volumes { err := s.MakeVol(ctx, volume)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Oct 26 09:58:27 UTC 2024 - 91.3K bytes - Viewed (0) -
doc/go_spec.html
In some contexts such as the initializers for <a href="#If_statements">"if"</a>, <a href="#For_statements">"for"</a>, or <a href="#Switch_statements">"switch"</a> statements, they can be used to declare local temporary variables. </p> <h3 id="Function_declarations">Function declarations</h3> <!-- Given the importance of functions, this section has always
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.22.md
The merged fix enforces validation against the proxying address for a Node. In some cases, the fix can break clients that depend on the `nodes/proxy` subresource, specifically if a kubelet advertises a localhost or link-local address to the Kubernetes control plane. Configuring an egress proxy for egress to the cluster network can also mitigate this vulnerability. **Affected Versions**: - kube-apiserver v1.25.0 - v1.25.3
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Dec 13 12:43:45 UTC 2022 - 454.1K bytes - Viewed (0) -
cmd/bucket-replication.go
} return sameTarget, toAPIError(ctx, nil) } // performs a http request to remote endpoint to check if deployment id of remote endpoint is same as // local cluster deployment id. This is to prevent replication to self, especially in case of a loadbalancer // in front of MinIO. func checkRemoteEndpoint(ctx context.Context, epURL *url.URL) error { reqURL := &url.URL{
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 06:49:55 UTC 2024 - 116.1K bytes - Viewed (0)