Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for vfsSpec (0.33 sec)

  1. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/snapshot/AbstractIncompleteFileSystemNodeTest.groovy

            interaction { noMoreInteractions() }
    
            where:
            vfsSpec << NO_COMMON_PREFIX.findAll { allowEmptyChildren || !it.childPaths.empty }
        }
    
        def "store parent #vfsSpec.searchedPath replaces child #vfsSpec.selectedChildPath (#vfsSpec)"() {
            setupTest(vfsSpec)
            def newChildPath = searchedPath.asString
            def snapshot = Mock(MetadataSnapshot)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  2. platforms/native/language-native/src/main/java/org/gradle/swiftpm/plugins/SwiftPackageManagerExportPlugin.java

                        ModuleComponentSelector depSelector = DefaultModuleComponentSelector.newSelector(externalDependency);
                        VersionControlSpec vcsSpec = vcsResolver.locateVcsFor(depSelector);
                        if (vcsSpec == null || !(vcsSpec instanceof GitVersionControlSpec)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 14.7K bytes
    - Viewed (0)
  3. src/cmd/doc/pkg.go

    	var typ ast.Expr
    	for _, spec := range value.Decl.Specs {
    		vspec := spec.(*ast.ValueSpec)
    
    		// The type name may carry over from a previous specification in the
    		// case of constants and iota.
    		if vspec.Type != nil {
    			typ = vspec.Type
    		}
    
    		for _, ident := range vspec.Names {
    			if showSrc || isExported(ident.Name) {
    				if vspec.Type == nil && vspec.Values == nil && typ != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 08 20:15:52 UTC 2024
    - 32K bytes
    - Viewed (0)
Back to top