Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for plucker (0.25 sec)

  1. src/database/sql/sql.go

    	// be preventing awaitDone from calling close.
    	rs.closemuRUnlockIfHeldByScan()
    
    	if rs.contextDone.Load() != nil {
    		return false
    	}
    
    	var doClose, ok bool
    	withLock(rs.closemu.RLocker(), func() {
    		doClose, ok = rs.nextLocked()
    	})
    	if doClose {
    		rs.Close()
    	}
    	if doClose && !ok {
    		rs.hitEOF = true
    	}
    	return ok
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

          "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.",
          "properties": {
            "datasetName": {
              "description": "Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated",
              "type": "string"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  3. pkg/apis/core/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	if in.FC != nil {
    		in, out := &in.FC, &out.FC
    		*out = new(FCVolumeSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.Flocker != nil {
    		in, out := &in.Flocker, &out.Flocker
    		*out = new(FlockerVolumeSource)
    		**out = **in
    	}
    	if in.AzureFile != nil {
    		in, out := &in.AzureFile, &out.AzureFile
    		*out = new(AzureFilePersistentVolumeSource)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		(*in).DeepCopyInto(*out)
    	}
    	if in.FC != nil {
    		in, out := &in.FC, &out.FC
    		*out = new(FCVolumeSource)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.Flocker != nil {
    		in, out := &in.Flocker, &out.Flocker
    		*out = new(FlockerVolumeSource)
    		**out = **in
    	}
    	if in.FlexVolume != nil {
    		in, out := &in.FlexVolume, &out.FlexVolume
    		*out = new(FlexPersistentVolumeSource)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"plate_with_cutlery":                   "\U0001f37d\ufe0f",
    	"play_or_pause_button":                 "\u23ef\ufe0f",
    	"pleading_face":                        "\U0001f97a",
    	"plunger":                              "\U0001faa0",
    	"point_down":                           "\U0001f447",
    	"point_left":                           "\U0001f448",
    	"point_right":                          "\U0001f449",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  6. cmd/admin-handlers.go

    			continue
    		}
    		args.Resources = append(args.Resources, path)
    	}
    
    	for _, lks := range z.serverPools[0].erasureLockers {
    		lockers = append(lockers, lks...)
    	}
    
    	for _, locker := range lockers {
    		locker.ForceUnlock(ctx, args)
    	}
    }
    
    // TopLocksHandler Get list of locks in use
    func (a adminAPIHandlers) TopLocksHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      // b) Add control edge from host transfer nodes (XlaRecvAtHost,
      //    XlaSendFromHost, If/While nodes containing
      //    XlaRecvAtHost/XlaSendFromHost) to sequencer node.
      // c) Clear node_def.device(), so device placer won't get confused.
      for (const string& host_func : outside_compilation_host_graphs) {
        VLOG(4) << "Expanding host graph " << host_func;
        // Temporarily use "0" as "_device_ordinal". It will be reset to placeholder
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  8. doc/go1.17_spec.html

    to define an interface called <code>Locker</code>:
    </p>
    
    <pre>
    type Locker interface {
    	Lock()
    	Unlock()
    }
    </pre>
    
    <p>
    If <code>S1</code> and <code>S2</code> also implement
    </p>
    
    <pre>
    func (p T) Lock() { … }
    func (p T) Unlock() { … }
    </pre>
    
    <p>
    they implement the <code>Locker</code> interface as well
    as the <code>File</code> interface.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/exec.go

    	// symabis scans the symbol ABIs from sfiles and returns the
    	// path to the output symbol ABIs file, or "" if none.
    	symabis(b *Builder, a *Action, sfiles []string) (string, error)
    	// pack runs the archive packer in a specific directory to create
    	// an archive from a set of object files.
    	// typically it is run in the object directory.
    	pack(b *Builder, a *Action, afile string, ofiles []string) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  10. src/database/sql/sql_test.go

    	want := errors.New("STMT ERROR")
    
    	tests := []struct {
    		stmt *Stmt
    		msg  string
    	}{
    		{&Stmt{stickyErr: want}, "stickyErr not propagated"},
    		{&Stmt{cg: &Tx{}, cgds: &driverStmt{Locker: &sync.Mutex{}, si: stubDriverStmt{want}}}, "driverStmt.Close() error not propagated"},
    	}
    	for _, test := range tests {
    		if err := test.stmt.Close(); err != want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
Back to top