Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for vendoring (0.38 sec)

  1. src/cmd/go/internal/modload/init.go

    // (unless ExplicitWriteGoMod is set) or by calling WriteGoMod directly.
    //
    // As a side-effect, LoadModFile may change cfg.BuildMod to "vendor" if
    // -mod wasn't set explicitly and automatic vendoring should be enabled.
    //
    // If LoadModFile or CreateModFile has already been called, LoadModFile returns
    // the existing in-memory requirements (rather than re-reading them from disk).
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modload/buildlist.go

    // Graph method.
    //
    // The rootModules slice must be sorted according to gover.ModSort.
    // The caller must not modify the rootModules slice or direct map after passing
    // them to newRequirements.
    //
    // If vendoring is in effect, the caller must invoke initVendor on the returned
    // *Requirements before any other method.
    func newRequirements(pruning modPruning, rootModules []module.Version, direct map[string]bool) *Requirements {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  3. src/go/build/build.go

    			}
    		}
    
    		// If the source directory is in GOROOT, then the in-process code works fine
    		// and we should keep using it. Moreover, the 'go list' approach below doesn't
    		// take standard-library vendoring into account and will fail.
    		if _, ok := ctxt.hasSubdir(filepath.Join(ctxt.GOROOT, "src"), absSrcDir); ok {
    			return errNoModules
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/css/manual.css

    }
    
    a img {
    	border: none;
    }
    
    /* Default paragraph styles */
    p {
    	font-family: inherit;
    	font-weight: normal;
    	font-size: 1em;
    	line-height: 1.6;
    	margin-bottom: 1.25em;
    	text-rendering: optimizeLegibility;
    }
    
    p aside {
    	font-size: 0.875em;
    	line-height: 1.35;
    	font-style: italic;
    }
    
    /* Default header styles */
    h1,
    h2,
    h3,
    #toctitle,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

                .dependencyConstraint(lib2).withModuleMetadata().publish()
            def lib05 = mavenRepo.module('org', 'lib', '0.5').publish()
    
            mavenRepo.module('org', 'direct', '1.0')
            // endorsing dependency that will cause a reselection of the parent again causing a reselection of other children
            // ("looping back" if a another child is the same as the one that was endorsed)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

            // Node...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 65.7K bytes
    - Viewed (0)
Back to top