Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 63 for 3548 (0.14 sec)

  1. guava/src/com/google/common/io/BaseEncoding.java

       * href="http://tools.ietf.org/html/rfc4648#section-4">RFC 4648 section 4</a>, Base 64 Encoding.
       * (This is the same as the base 64 encoding from <a
       * href="http://tools.ietf.org/html/rfc3548#section-3">RFC 3548</a>.)
       *
       * <p>The character {@code '='} is used for padding, but can be {@linkplain #omitPadding()
       * omitted} or {@linkplain #withPadChar(char) replaced}.
       *
       * <p>No line feeds are added by default, as per <a
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Mar 15 16:33:32 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/io/BaseEncoding.java

       * href="http://tools.ietf.org/html/rfc4648#section-4">RFC 4648 section 4</a>, Base 64 Encoding.
       * (This is the same as the base 64 encoding from <a
       * href="http://tools.ietf.org/html/rfc3548#section-3">RFC 3548</a>.)
       *
       * <p>The character {@code '='} is used for padding, but can be {@linkplain #omitPadding()
       * omitted} or {@linkplain #withPadChar(char) replaced}.
       *
       * <p>No line feeds are added by default, as per <a
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Mar 15 16:33:32 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  3. src/encoding/base64/base64_test.go

    	"fmt"
    	"io"
    	"math"
    	"reflect"
    	"runtime/debug"
    	"strconv"
    	"strings"
    	"testing"
    	"time"
    )
    
    type testpair struct {
    	decoded, encoded string
    }
    
    var pairs = []testpair{
    	// RFC 3548 examples
    	{"\x14\xfb\x9c\x03\xd9\x7e", "FPucA9l+"},
    	{"\x14\xfb\x9c\x03\xd9", "FPucA9k="},
    	{"\x14\xfb\x9c\x03", "FPucAw=="},
    
    	// RFC 4648 examples
    	{"", ""},
    	{"f", "Zg=="},
    	{"fo", "Zm8="},
    	{"foo", "Zm9v"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Sep 03 18:57:29 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_LGETXATTR                       = 0xDD2 // 3538
    	SYS___LGETXATTR_A                   = 0xDD3 // 3539
    	SYS_LISTXATTR                       = 0xDD4 // 3540
    	SYS___LISTXATTR_A                   = 0xDD5 // 3541
    	SYS_LLISTXATTR                      = 0xDD6 // 3542
    	SYS___LLISTXATTR_A                  = 0xDD7 // 3543
    	SYS_LREMOVEXATTR                    = 0xDD8 // 3544
    	SYS___LREMOVEXATTR_A                = 0xDD9 // 3545
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  5. src/cmd/cgo/internal/test/callback.go

    func stack3528() { var buf [3528]byte; use(buf[:]); C.callGoStackCheck() }
    func stack3532() { var buf [3532]byte; use(buf[:]); C.callGoStackCheck() }
    func stack3536() { var buf [3536]byte; use(buf[:]); C.callGoStackCheck() }
    func stack3540() { var buf [3540]byte; use(buf[:]); C.callGoStackCheck() }
    func stack3544() { var buf [3544]byte; use(buf[:]); C.callGoStackCheck() }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 111.5K bytes
    - Viewed (0)
  6. releasenotes/notes/35648.yaml

    Zack Zhang <******@****.***> 1634633582 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 19 08:53:02 UTC 2021
    - 160 bytes
    - Viewed (0)
  7. releasenotes/notes/35483.yaml

    Mitch Connors <******@****.***> 1633547566 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 06 19:12:46 UTC 2021
    - 141 bytes
    - Viewed (0)
  8. releasenotes/notes/35485.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 35485
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 06 15:05:21 UTC 2021
    - 236 bytes
    - Viewed (0)
  9. src/math/big/arith_decl_pure.go

    }
    
    func addVW(z, x []Word, y Word) (c Word) {
    	// TODO: remove indirect function call when golang.org/issue/30548 is fixed
    	fn := addVW_g
    	if len(z) > 32 {
    		fn = addVWlarge
    	}
    	return fn(z, x, y)
    }
    
    func subVW(z, x []Word, y Word) (c Word) {
    	// TODO: remove indirect function call when golang.org/issue/30548 is fixed
    	fn := subVW_g
    	if len(z) > 32 {
    		fn = subVWlarge
    	}
    	return fn(z, x, y)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 1K bytes
    - Viewed (0)
  10. helm-releases/minio-3.4.8.tgz

    minio-3.4.8.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2022-01-28T02-28-16Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 3.4.8 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jan 28 18:33:38 UTC 2022
    - 15.2K bytes
    - Viewed (0)
Back to top