Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 807 for 2048 (0.17 sec)

  1. cmd/xl-storage-disk-id-check.go

    			if errp != nil {
    				err := *errp
    				if err == nil || errors.Is(err, io.EOF) {
    					p.health.logSuccess()
    				}
    			}
    			si(errp)
    		})
    	}, nil
    }
    
    var toWrite = []byte{2048: 42}
    
    // monitorDiskStatus should be called once when a drive has been marked offline.
    // Once the disk has been deemed ok, it will return to online status.
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 33K bytes
    - Viewed (0)
  2. api/go1.21.txt

    pkg debug/elf, const DF_1_LOADFLTR DynFlag1 #56887
    pkg debug/elf, const DF_1_NOCOMMON = 1073741824 #56887
    pkg debug/elf, const DF_1_NOCOMMON DynFlag1 #56887
    pkg debug/elf, const DF_1_NODEFLIB = 2048 #56887
    pkg debug/elf, const DF_1_NODEFLIB DynFlag1 #56887
    pkg debug/elf, const DF_1_NODELETE = 8 #56887
    pkg debug/elf, const DF_1_NODELETE DynFlag1 #56887
    pkg debug/elf, const DF_1_NODIRECT = 131072 #56887
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Aug 07 09:39:17 GMT 2023
    - 25.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg os (darwin-arm64), const DevNull = "/dev/null"
    pkg os (darwin-arm64), const O_APPEND = 8
    pkg os (darwin-arm64), const O_CREATE = 512
    pkg os (darwin-arm64), const O_EXCL = 2048
    pkg os (darwin-arm64), const O_SYNC = 128
    pkg os (darwin-arm64), const O_TRUNC = 1024
    pkg os (darwin-arm64), const PathListSeparator = 58
    pkg os (darwin-arm64), const PathSeparator = 47
    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)
  4. api/go1.20.txt

    pkg os (freebsd-riscv64), const DevNull = "/dev/null" #53466
    pkg os (freebsd-riscv64), const O_APPEND = 8 #53466
    pkg os (freebsd-riscv64), const O_CREATE = 512 #53466
    pkg os (freebsd-riscv64), const O_EXCL = 2048 #53466
    pkg os (freebsd-riscv64), const O_SYNC = 128 #53466
    pkg os (freebsd-riscv64), const O_TRUNC = 1024 #53466
    pkg os (freebsd-riscv64), const PathListSeparator = 58 #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)
  5. cmd/server-main.go

    		}(),
    		EnvVar: "MINIO_DNS_CACHE_TTL",
    	},
    	cli.IntFlag{
    		Name:   "max-idle-conns-per-host",
    		Usage:  "set a custom max idle connections per host value",
    		Hidden: true,
    		Value:  2048,
    		EnvVar: "MINIO_MAX_IDLE_CONNS_PER_HOST",
    	},
    	cli.StringSliceFlag{
    		Name:  "ftp",
    		Usage: "enable and configure an FTP(Secure) server",
    	},
    	cli.StringSliceFlag{
    		Name:  "sftp",
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Wed Apr 24 04:08:47 GMT 2024
    - 33K bytes
    - Viewed (1)
  6. api/go1.14.txt

    pkg os (freebsd-arm64), const DevNull = "/dev/null"
    pkg os (freebsd-arm64), const O_APPEND = 8
    pkg os (freebsd-arm64), const O_CREATE = 512
    pkg os (freebsd-arm64), const O_EXCL = 2048
    pkg os (freebsd-arm64), const O_SYNC = 128
    pkg os (freebsd-arm64), const O_TRUNC = 1024
    pkg os (freebsd-arm64), const PathListSeparator = 58
    pkg os (freebsd-arm64), const PathSeparator = 47
    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)
  7. api/go1.10.txt

    pkg debug/macho, const FlagNoUndefs = 1
    pkg debug/macho, const FlagNoUndefs uint32
    pkg debug/macho, const FlagPIE = 2097152
    pkg debug/macho, const FlagPIE uint32
    pkg debug/macho, const FlagPrebindable = 2048
    pkg debug/macho, const FlagPrebindable uint32
    pkg debug/macho, const FlagPrebound = 16
    pkg debug/macho, const FlagPrebound uint32
    pkg debug/macho, const FlagRootSafe = 262144
    pkg debug/macho, const FlagRootSafe uint32
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 06 05:00:01 GMT 2018
    - 30.1K bytes
    - Viewed (0)
  8. cmd/server_test.go

    		0, nil, s.accessKey, s.secretKey, s.signer)
    	c.Assert(err, nil)
    	// Get partial content based on the byte range set.
    	request.Header.Set("Range", "bytes=2048-2058")
    
    	// execute the HTTP request to download the partial content.
    	response, err = s.client.Do(request)
    	c.Assert(err, nil)
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 108K bytes
    - Viewed (0)
  9. doc/asm.html

    Do not insert instructions to allocate a stack frame and save/restore the return
    address, even if this is not a leaf function.
    Only valid on functions that declare a frame size of 0.
    </li>
    <li>
    <code>TOPFRAME</code> = 2048
    <br>
    (For <code>TEXT</code> items.)
    Function is the outermost frame of the call stack. Traceback should stop at this function.
    </li>
    </ul>
    
    <h3 id="special-instructions">Special instructions</h3>
    
    <p>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  10. cmd/iam-store.go

    			return updatedAt, err
    		}
    
    		policyBuf, err := json.Marshal(opts.sessionPolicy)
    		if err != nil {
    			return updatedAt, err
    		}
    
    		if len(policyBuf) > 2048 {
    			return updatedAt, errSessionPolicyTooLarge
    		}
    
    		// Overwrite session policy claims.
    		m[policy.SessionPolicyName] = base64.StdEncoding.EncodeToString(policyBuf)
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sat Apr 27 10:04:10 GMT 2024
    - 75.2K bytes
    - Viewed (2)
Back to top