Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 5,940 for stringAt (1.56 sec)

  1. Dockerfile.release.fips

          description="MinIO object storage is fundamentally different. Designed for performance and the S3 API, it is 100% open-source. MinIO is ideal for large, private cloud environments with stringent security requirements and delivers mission-critical availability across a diverse range of workloads."
    
    ENV MINIO_ACCESS_KEY_FILE=access_key \
        MINIO_SECRET_KEY_FILE=secret_key \
        MINIO_ROOT_USER_FILE=access_key \
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Mar 30 09:41:56 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  2. pkg/registry/rbac/validation/rule.go

    }
    
    func (d *clusterRoleBindingDescriber) String() string {
    	return fmt.Sprintf("ClusterRoleBinding %q of %s %q to %s",
    		d.binding.Name,
    		d.binding.RoleRef.Kind,
    		d.binding.RoleRef.Name,
    		describeSubject(d.subject, ""),
    	)
    }
    
    type roleBindingDescriber struct {
    	binding *rbacv1.RoleBinding
    	subject *rbacv1.Subject
    }
    
    func (d *roleBindingDescriber) String() string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 02 16:51:16 UTC 2020
    - 11.6K bytes
    - Viewed (0)
  3. src/debug/macho/reloctype.go

    	GENERIC_RELOC_PB_LA_PTR      RelocTypeGeneric = 3
    	GENERIC_RELOC_LOCAL_SECTDIFF RelocTypeGeneric = 4
    	GENERIC_RELOC_TLV            RelocTypeGeneric = 5
    )
    
    func (r RelocTypeGeneric) GoString() string { return "macho." + r.String() }
    
    type RelocTypeX86_64 int
    
    const (
    	X86_64_RELOC_UNSIGNED   RelocTypeX86_64 = 0
    	X86_64_RELOC_SIGNED     RelocTypeX86_64 = 1
    	X86_64_RELOC_BRANCH     RelocTypeX86_64 = 2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 18:45:40 UTC 2017
    - 2.4K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/ResolveConfigurationResolutionBuildOperationResult.java

                        } else if (type.equals(Integer.class)) {
                            result.attribute((Attribute<Integer>) attribute, (Integer) attributeValue);
                        } else {
                            // just serialize as a String as best we can
                            Attribute<String> stringAtt = Attribute.of(name, String.class);
                            String stringValue;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:29:40 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  5. src/internal/pkgbits/sync.go

    package pkgbits
    
    import (
    	"fmt"
    	"runtime"
    	"strings"
    )
    
    // fmtFrames formats a backtrace for reporting reader/writer desyncs.
    func fmtFrames(pcs ...uintptr) []string {
    	res := make([]string, 0, len(pcs))
    	walkFrames(pcs, func(file string, line int, name string, offset uintptr) {
    		// Trim package from function name. It's just redundant noise.
    		name = strings.TrimPrefix(name, "cmd/compile/internal/noder.")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 04 17:12:28 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfr/ir/tfr_ops.h

    ==============================================================================*/
    
    #ifndef TENSORFLOW_COMPILER_MLIR_TFR_IR_TFR_OPS_H_
    #define TENSORFLOW_COMPILER_MLIR_TFR_IR_TFR_OPS_H_
    
    #include "llvm/ADT/StringSet.h"
    #include "mlir/Dialect/Func/IR/FuncOps.h"  // from @llvm-project
    #include "mlir/Dialect/Shape/IR/Shape.h"  // from @llvm-project
    #include "mlir/IR/BuiltinOps.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 01 14:00:36 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  7. plugin/pkg/auth/authorizer/rbac/rbac.go

    	RulesFor(subject user.Info, namespace string) ([]rbacv1.PolicyRule, error)
    
    	// VisitRulesFor invokes visitor() with each rule that applies to a given user in a given namespace,
    	// and each error encountered resolving those rules. Rule may be nil if err is non-nil.
    	// If visitor() returns false, visiting is short-circuited.
    	VisitRulesFor(user user.Info, namespace string, visitor func(source fmt.Stringer, rule *rbacv1.PolicyRule, err error) bool)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 24 10:13:50 UTC 2022
    - 7.8K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/riscv/anames.go

    // Code generated by stringer -i cpu.go -o anames.go -p riscv; DO NOT EDIT.
    
    package riscv
    
    import "cmd/internal/obj"
    
    var Anames = []string{
    	obj.A_ARCHSPECIFIC: "ADDI",
    	"SLTI",
    	"SLTIU",
    	"ANDI",
    	"ORI",
    	"XORI",
    	"SLLI",
    	"SRLI",
    	"SRAI",
    	"LUI",
    	"AUIPC",
    	"ADD",
    	"SLT",
    	"SLTU",
    	"AND",
    	"OR",
    	"XOR",
    	"SLL",
    	"SRL",
    	"SUB",
    	"SRA",
    	"JAL",
    	"JALR",
    	"BEQ",
    	"BNE",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/abt/avlint32_test.go

    }
    
    type sstring struct {
    	s string
    }
    
    func (s *sstring) String() string {
    	return s.s
    }
    
    func stringer(s string) interface{} {
    	return &sstring{s}
    }
    
    // wellFormed ensures that a red-black tree meets
    // all of its invariants and returns a string identifying
    // the first problem encountered. If there is no problem
    // then the returned string is empty. The size is also
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 11 16:34:41 UTC 2022
    - 20.3K bytes
    - Viewed (0)
  10. src/html/template/content.go

    }
    
    // stringify converts its arguments to a string and the type of the content.
    // All pointers are dereferenced, as in the text/template package.
    func stringify(args ...any) (string, contentType) {
    	if len(args) == 1 {
    		switch s := indirect(args[0]).(type) {
    		case string:
    			return s, contentTypePlain
    		case CSS:
    			return string(s), contentTypeCSS
    		case HTML:
    			return string(s), contentTypeHTML
    		case HTMLAttr:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 01 14:30:25 UTC 2023
    - 6.2K bytes
    - Viewed (0)
Back to top