Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for programs (0.33 sec)

  1. api/openapi-spec/v3/apis__storagemigration.k8s.io__v1alpha1_openapi.json

                "description": "The token used in the list options to get the next chunk of objects to migrate. When the .status.conditions indicates the migration is \"Running\", users can use this token to check the progress of the migration.",
                "type": "string"
              },
              "resource": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  2. src/database/sql/sql.go

    // block until all other operations finish. It may be useful to first
    // cancel any used context and then call close directly after.
    func (c *Conn) Close() error {
    	return c.close(nil)
    }
    
    // Tx is an in-progress database transaction.
    //
    // A transaction must end with a call to [Tx.Commit] or [Tx.Rollback].
    //
    // After a call to [Tx.Commit] or [Tx.Rollback], all operations on the
    // transaction fail with [ErrTxDone].
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

      fi
    
      if [[ -n "${ETCD_PROGRESS_NOTIFY_INTERVAL:-}" ]]; then
        etcd_extra_args+=" --experimental-watch-progress-notify-interval=${ETCD_PROGRESS_NOTIFY_INTERVAL}"
      fi
    
      for host in $(echo "${INITIAL_ETCD_CLUSTER:-${host_name}}" | tr "," "\n"); do
        etcd_host="etcd-${host}=${etcd_protocol}://${host}:$3"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/x86/asm6.go

    //	Yrl, Yml -> Zr_m, z+2+1+2 (0x01)
    //	Yml, Yrl -> Zm_r, z+2+1+2+1 (0x03)
    //
    // The Pconstant in the optab line controls the prefix bytes to emit.  That's
    // relatively straightforward as this program goes.
    //
    // The switch on yt.zcase in doasm implements the various Z cases.  Zibo_m, for
    // example, is an opcode byte (z[0]) then an asmando (which is some kind of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top