Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,212 for aGroup (0.2 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolutionstrategy/DefaultCachePolicySpec.groovy

        private def assertId(ModuleVersionIdentifier moduleId, String group, String name, String version) {
            assert moduleId.group == group
            assert moduleId.name == name
            assert moduleId.version == version
        }
    
        private def assertId(ModuleComponentIdentifier moduleId, String group, String name, String version) {
            assert moduleId.group == group
            assert moduleId.module == name
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 30 22:04:14 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/design/gradle-module-metadata-1.0-specification.md

    - `group`: The group of the module. A string
    - `module`: The name of the module. A string
    - `version`: The version of the module. A string
    
    ### `dependencies` value
    
    This value, nested in `variants`, must contain an array with zero or more elements. Each element must be an object with the following values:
    
    - `group`: The group of the dependency.
    - `module`: The module of the dependency.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 23:32:14 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/extensions/v1beta1/zz_generated.prerelease-lifecycle.go

    }
    
    // APILifecycleReplacement is an autogenerated function, returning the group, version, and kind that should be used instead of this deprecated type.
    // It is controlled by "k8s:prerelease-lifecycle-gen:replacement=<group>,<version>,<kind>" tags in types.go.
    func (in *DaemonSet) APILifecycleReplacement() schema.GroupVersionKind {
    	return schema.GroupVersionKind{Group: "apps", Version: "v1", Kind: "DaemonSet"}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 06 09:29:23 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/DependencyHandlerExtensions.kt

     *
     * @param group the optional group identifying the dependencies to be excluded.
     * @param module the optional module name identifying the dependencies to be excluded.
     * @return this
     *
     * @see [ModuleDependency.exclude]
     */
    fun <T : ModuleDependency> T.exclude(group: String? = null, module: String? = null): T =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 11K bytes
    - Viewed (0)
  5. src/log/slog/handler_test.go

    		},
    		{
    			name:    "nested empty group",
    			replace: removeKeys(TimeKey, LevelKey),
    			attrs: []Attr{
    				Group("g",
    					Group("h",
    						Group("i"), Group("j"))),
    			},
    			wantText: `msg=message`,
    			wantJSON: `{"msg":"message"}`,
    		},
    		{
    			name:    "nested non-empty group",
    			replace: removeKeys(TimeKey, LevelKey),
    			attrs: []Attr{
    				Group("g",
    					Group("h",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 02 13:57:53 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  6. src/os/user/lookup_windows.go

    	// SidTypeAlias should also be treated as a group type next to SidTypeGroup
    	// and SidTypeWellKnownGroup:
    	// "alias object -> resource group: A group object..."
    	//
    	// Tests show that "Administrators" can be considered of type SidTypeAlias.
    	if t != syscall.SidTypeGroup && t != syscall.SidTypeWellKnownGroup && t != syscall.SidTypeAlias {
    		return "", fmt.Errorf("lookupGroupName: should be group account type, not %d", t)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 12 16:42:41 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  7. maven-core/src/test/java/org/apache/maven/project/ProjectSorterTest.java

            MavenProject project = createProject("group", "artifact", "1.0");
    
            Build build = project.getModel().getBuild();
    
            Plugin plugin = createPlugin("other.group", "other-artifact", "1.0");
    
            Dependency dep = createDependency("group", "artifact", "1.0");
    
            plugin.addDependency(dep);
    
            build.addPlugin(plugin);
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  8. pkg/api/testing/unstructured_test.go

    			{Group: "apps", Version: "v1beta1", Kind: "ControllerRevision"},
    			{Group: "apps", Version: "v1beta1", Kind: "ControllerRevisionList"},
    			{Group: "apps", Version: "v1beta2", Kind: "ControllerRevision"},
    			{Group: "apps", Version: "v1beta2", Kind: "ControllerRevisionList"},
    			{Group: "apps", Version: "v1", Kind: "ControllerRevision"},
    			{Group: "apps", Version: "v1", Kind: "ControllerRevisionList"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  9. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishHttpIntegTest.groovy

            return publicationBuild(version, group, uri, "ivy", '')
        }
    
        private static String publicationBuildWithCredentialsProvider(String version, String group, URI uri, Class<? extends Credentials> credentialsType = org.gradle.api.credentials.PasswordCredentials.class) {
            return publicationBuild(version, group, uri, "ivy", "credentials(${credentialsType.simpleName})")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 21.8K bytes
    - Viewed (0)
  10. platforms/software/maven/src/test/groovy/org/gradle/api/publish/maven/internal/publication/DefaultMavenPublicationTest.groovy

                getClassifier() >> "artifact-classifier"
                getType() >> "artifact-type"
            }
            def excludeRule = Mock(ExcludeRule)
    
            when:
            moduleDependency.group >> "dep-group"
            moduleDependency.name >> "dep-name"
            moduleDependency.version >> "dep-version"
            moduleDependency.artifacts >> [artifact]
            moduleDependency.excludeRules >> [excludeRule]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 19 01:33:41 UTC 2023
    - 24.8K bytes
    - Viewed (0)
Back to top