Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for coord_ (0.28 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    // https://docs.microsoft.com/en-us/windows/console/console-screen-buffer-info-str
    // for details.
    
    type ConsoleScreenBufferInfo struct {
    	Size              Coord
    	CursorPosition    Coord
    	Attributes        uint16
    	Window            SmallRect
    	MaximumWindowSize Coord
    }
    
    const UNIX_PATH_MAX = 108 // defined in afunix.h
    
    const (
    	// flags for JOBOBJECT_BASIC_LIMIT_INFORMATION.LimitFlags
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
          "dev": true
        },
        "node_modules/colord": {
          "version": "2.9.3",
          "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
          "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
          "dev": true
        },
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  3. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    func createNodeLease(nodeName string, renewTime metav1.MicroTime) *coordv1.Lease {
    	return &coordv1.Lease{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      nodeName,
    			Namespace: v1.NamespaceNodeLease,
    		},
    		Spec: coordv1.LeaseSpec{
    			HolderIdentity: pointer.String(nodeName),
    			RenewTime:      &renewTime,
    		},
    	}
    }
    
    func (nc *nodeLifecycleController) syncLeaseStore(lease *coordv1.Lease) error {
    	if lease == nil {
    		return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  4. src/encoding/json/testdata/code.json.gz

    06270118,"touches":1,"min_t":1236205616,"max_t":1236205616,"mean_t":1236205616},{"name":"coords-coord-02-t-expected.checksum","kids":[],"cl_weight":0.0015634355156012897,"touches":3,"min_t":1228948796,"max_t":1236205616,"mean_t":1231544399},{"name":"shapes-rect-02-t-expected.png","kids":[],"cl_weight":0.0015634355156012897,"touches":3,"min_t":1228948796,"max_t":1236205616,"mean_t":1231544399},{"name":"coords-trans-06-t-expected.png","kids":[],"cl_weight":0.0015634355156012897,"touches":3,"min_t"...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

    #include "absl/algorithm/container.h"
    #include "absl/base/attributes.h"
    #include "absl/container/flat_hash_map.h"
    #include "absl/container/flat_hash_set.h"
    #include "absl/status/status.h"
    #include "absl/strings/cord.h"
    #include "absl/strings/str_cat.h"
    #include "absl/strings/str_format.h"
    #include "absl/strings/str_join.h"
    #include "absl/strings/string_view.h"
    #include "flatbuffers/buffer.h"  // from @flatbuffers
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  6. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    another, and that the Rectilinear Sides MG and FA were by the said cross Lines divided after the manner of a Musical Chord. Let GM be produced to X, that MX may be equal to GM, and conceive GX, [Greek: l]X, [Greek: i]X, [Greek: ê]X, [Greek: e]X, [Greek: g]X, [Greek: a]X, MX, to be in proportion to one another, as the Numbers, 1, 8/9, 5/6, 3/4, 2/3, 3/5, 9/16, 1/2, and so to represent the Chords of the Key, and of a Tone, a third Minor, a fourth, a fifth, a sixth Major, a seventh and an eighth above that...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  7. doc/go1.17_spec.html

    </pre>
    
    <pre>
    i, j := 0, 10
    f := func() int { return 7 }
    ch := make(chan int)
    r, w, _ := os.Pipe()  // os.Pipe() returns a connected pair of Files and an error, if any
    _, y, _ := coord(p)   // coord() returns three values; only interested in y coordinate
    </pre>
    
    <p>
    Unlike regular variable declarations, a short variable declaration may <i>redeclare</i>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top