Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for vendoring (0.33 sec)

  1. src/cmd/go/internal/load/pkg.go

    const (
    	// ResolveImport means that loadImport should do import path expansion.
    	// That is, ResolveImport means that the import path came from
    	// a source file and has not been expanded yet to account for
    	// vendoring or possible module adjustment.
    	// Every import path should be loaded initially with ResolveImport,
    	// and then the expanded version (for example with the /vendor/ in it)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    // so that the ImportPath uniquely identifies a given copy of a package.
    // The Imports, Deps, TestImports, and XTestImports lists also contain these
    // expanded import paths. See golang.org/s/go15vendor for more about vendoring.
    //
    // The error information, if any, is
    //
    //	type PackageError struct {
    //	    ImportStack   []string // shortest path from package named on command line to this one
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  3. cluster/gce/util.sh

      fi
      if [[ -n "${MAX_PODS_PER_NODE:-}" ]]; then
        flags+=" --max-pods=${MAX_PODS_PER_NODE}"
      fi
      echo "$flags"
    }
    
    # Sets KUBELET_ARGS with the kubelet flags for Linux nodes.
    # $1: if 'true', we're rendering flags for a master, else a node
    function construct-linux-kubelet-flags {
      local node_type="$1"
      local flags
      flags="$(construct-common-kubelet-flags)"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  4. src/encoding/json/testdata/code.json.gz

    ChromiumLinux.css","kids":[],"cl_weight":0.16666666666666666,"touches":1,"min_t":1244483550,"max_t":1244483550,"mean_t":1244483550}],"cl_weight":0.26666666666666666,"touches":2,"min_t":1244483550,"max_t":1272553075,"mean_t":1258518312},{"name":"rendering","kids":[{"name":"RenderBlock.cpp","kids":[],"cl_weight":0.2,"touches":1,"min_t":1260322985,"max_t":1260322985,"mean_t":1260322985},{"name":"RenderThemeChromiumL.cpp","kids":[],"cl_weight":0.6666666666666666,"touches":2,"min_t":1244483550,"max_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. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    the Refraction of Island Crystal, described first by _Erasmus Bartholine_, and afterwards more exactly by _Hugenius_, in his Book _De la Lumiere_. This Crystal is a pellucid fissile Stone, clear as Water or Crystal of the Rock, and without Colour; enduring a red Heat without losing its transparency, and in a very strong Heat calcining without Fusion. Steep'd a Day or two in Water, it loses its natural Polish. Being rubb'd on Cloth, it attracts pieces of Straws and other light things, like Ambar or...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top