Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 353 for Id (0.04 sec)

  1. src/go/types/builtins.go

    			return nil
    		}
    		resTyp := check.applyTypeFunc(f, x, id)
    		if resTyp == nil {
    			code := InvalidImag
    			if id == _Real {
    				code = InvalidReal
    			}
    			check.errorf(x, code, invalidArg+"argument has type %s, expected complex type", x.typ)
    			return
    		}
    
    		// if the argument is a constant, the result is a constant
    		if x.mode == constant_ {
    			if id == _Real {
    				x.val = constant.Real(x.val)
    			} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 27.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/value.go

    	}
    	s := fmt.Sprintf("v%d = %s", v.ID, v.Op)
    	s += " <" + v.Type.String() + ">"
    	s += v.auxString()
    	for _, a := range v.Args {
    		s += fmt.Sprintf(" %v", a)
    	}
    	if v.Block == nil {
    		return s
    	}
    	r := v.Block.Func.RegAlloc
    	if int(v.ID) < len(r) && r[v.ID] != nil {
    		s += " : " + r[v.ID].String()
    	}
    	if reg := v.Block.Func.tempRegs[v.ID]; reg != nil {
    		s += " tmp=" + reg.String()
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 16:40:22 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  3. src/cmd/trace/goroutines.go

    <th></th>
    {{range $.NonOverlappingStats}}
    <th class="link" onclick="reloadTable('sortby', '{{.}}')" {{headerStyle .}}> {{.}}</th>
    {{end}}
    </tr>
    {{range .Goroutines}}
    	<tr>
    		<td> <a href="/trace?goid={{.ID}}">{{.ID}}</a> </td>
    		<td> {{ .TotalTime.String }} </td>
    		<td>
    			<div class="stacked-bar-graph">
    			{{$Goroutine := .}}
    			{{range $.NonOverlappingStats}}
    				{{$Time := index $Goroutine.NonOverlappingStats .}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  4. src/net/http/cookiejar/jar.go

    		if err != nil {
    			continue
    		}
    		id := e.id()
    		if remove {
    			if submap != nil {
    				if _, ok := submap[id]; ok {
    					delete(submap, id)
    					modified = true
    				}
    			}
    			continue
    		}
    		if submap == nil {
    			submap = make(map[string]entry)
    		}
    
    		if old, ok := submap[id]; ok {
    			e.Creation = old.Creation
    			e.seqNum = old.seqNum
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 15K bytes
    - Viewed (0)
  5. pkg/kubeapiserver/options/authentication_test.go

    			},
    			expectErr: "oidc-issuer-url and oidc-client-id must be specified together when any oidc-* flags are set",
    		},
    		{
    			name: "issuer url is not set, client id is set",
    			args: []string{
    				"--oidc-client-id=testClientID",
    				"--oidc-username-claim=testClaim",
    			},
    			expectErr: "oidc-issuer-url and oidc-client-id must be specified together when any oidc-* flags are set",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  6. internal/config/notify/parse.go

    	if !ok {
    		tgts = make(map[string]bool)
    	}
    	for _, target := range targetList {
    		if tgts[target.ID().ID] {
    			// When target set should be online
    			yes, err := target.IsActive()
    			if err == nil && !yes {
    				err = ErrTargetsOffline
    			}
    			if err != nil {
    				return fmt.Errorf("error (%s): %w", target.ID(), err)
    			}
    		} else {
    			// Just for call init.
    			// Ignore target is online or offline
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  7. src/cmd/go/internal/work/action.go

    	traceSpan    *trace.Span
    }
    
    // BuildActionID returns the action ID section of a's build ID.
    func (a *Action) BuildActionID() string { return actionID(a.buildID) }
    
    // BuildContentID returns the content ID section of a's build ID.
    func (a *Action) BuildContentID() string { return contentID(a.buildID) }
    
    // BuildID returns a's build ID.
    func (a *Action) BuildID() string { return a.buildID }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 15:39:17 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  8. cni/pkg/nodeagent/podcgroupns.go

    		switch {
    		case !ok:
    			// Cgroup did not contain a container ID.
    			continue
    		case containerID == "":
    			// This is the first container ID found so far.
    			podUID = candidatePodUID
    			containerID = candidateContainerID
    		case containerID != candidateContainerID:
    			// More than one container ID found in the cgroups.
    			return "", "", fmt.Errorf("multiple container IDs found in cgroups (%s, %s)",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 21:47:31 UTC 2024
    - 11K bytes
    - Viewed (0)
  9. cmd/object-api-datatypes.go

    type ListMultipartsInfo struct {
    	// Together with upload-id-marker, this parameter specifies the multipart upload
    	// after which listing should begin.
    	KeyMarker string
    
    	// Together with key-marker, specifies the multipart upload after which listing
    	// should begin. If key-marker is not specified, the upload-id-marker parameter
    	// is ignored.
    	UploadIDMarker string
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/types2/builtins.go

    			return nil
    		}
    		resTyp := check.applyTypeFunc(f, x, id)
    		if resTyp == nil {
    			code := InvalidImag
    			if id == _Real {
    				code = InvalidReal
    			}
    			check.errorf(x, code, invalidArg+"argument has type %s, expected complex type", x.typ)
    			return
    		}
    
    		// if the argument is a constant, the result is a constant
    		if x.mode == constant_ {
    			if id == _Real {
    				x.val = constant.Real(x.val)
    			} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 27.1K bytes
    - Viewed (0)
Back to top