Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 170 for GROUP (0.36 sec)

  1. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishHttpIntegTest.groovy

            return publicationBuild(version, group, uri, "maven", '')
        }
    
        private static String publicationBuildWithCredentialsProvider(String version, String group, URI uri, Class<? extends Credentials> credentialsType = PasswordCredentials.class) {
            return publicationBuild(version, group, uri, "maven", "credentials(${credentialsType.simpleName})")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  2. cmd/iam-store.go

    			return true
    		}
    
    		if !groupsSet.IsEmpty() && !groupsSet.Contains(group) {
    			return true
    		}
    
    		ps := mappedPolicy.toSlice()
    		sort.Strings(ps)
    		r = append(r, madmin.GroupPolicyEntities{
    			Group:    group,
    			Policies: ps,
    		})
    		return true
    	})
    
    	sort.Slice(r, func(i, j int) bool {
    		return r[i].Group < r[j].Group
    	})
    
    	return r
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 75.8K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/DefaultResolvedDependencySpec.groovy

            DefaultResolvedDependency differentVersion = new DefaultResolvedDependency("config", newId("group", "name", "other"), buildOperationProcessor)
            DefaultResolvedDependency differentConfiguration = new DefaultResolvedDependency("other", newId("group", "name", "version"), buildOperationProcessor)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  4. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/WorkNodeCodec.kt

                        writeSmallInt(nodesById.getValue(group.node))
                        writeNodeGroup(group.delegate, nodesById)
                    }
    
                    is CompositeNodeGroup -> {
                        writeSmallInt(2)
                        writeBoolean(group.isReachableFromEntryPoint)
                        writeNodeGroup(group.ordinalGroup, nodesById)
                        writeCollection(group.finalizerGroups) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/conflicts/DefaultCapabilitiesConflictHandlerTest.groovy

                getCapability() >> cap
                getImplicitCapabilityProviders() >> []
            }
        }
    
        ComponentState component(String group="group", String name="name", String version="1.0") {
            ModuleIdentifier module = DefaultModuleIdentifier.newId(group, name)
            ModuleVersionIdentifier mvi = DefaultModuleVersionIdentifier.newId(module, version)
            Mock(ComponentState) {
                getId() >> mvi
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  6. pkg/controlplane/apiserver/apis.go

    		if err != nil {
    			return fmt.Errorf("problem initializing API group %q: %w", groupName, err)
    		}
    		if len(apiGroupInfo.VersionedResourcesStorageMap) == 0 {
    			// If we have no storage for any resource configured, this API group is effectively disabled.
    			// This can happen when an entire API group, version, or development-stage (alpha, beta, GA) is disabled.
    			klog.Infof("API group %q is not enabled, skipping.", groupName)
    			continue
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/problems/ReceivedProblem.groovy

                group
            }
        }
    
        static class ReceivedProblemGroup implements ProblemGroup {
            private final String name
            private final String displayName
            private final ReceivedProblemGroup parent
    
            ReceivedProblemGroup(Map<String, Object> group) {
                name = group['name'] as String
                displayName = group['displayName'] as String
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 12:45:23 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

          "properties": {
            "group": {
              "$ref": "#/definitions/io.k8s.api.flowcontrol.v1.GroupSubject",
              "description": "`group` matches based on user group name."
            },
            "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  9. pom.xml

                  <groups>
                    <group>
                      <title>Maven 4 API - Core</title>
                      <packages>org.apache.maven.api*</packages>
                    </group>
                    <group>
                      <title>Maven 4 API - Plugin</title>
                      <packages>org.apache.maven.api.plugin.descriptor*</packages>
                    </group>
                    <group>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:13:34 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  10. docs/metrics/prometheus/grafana/replication/minio-replication-node.json

                "pointSize": 5,
                "scaleDistribution": {
                  "type": "linear"
                },
                "showPoints": "never",
                "spanNulls": false,
                "stacking": {
                  "group": "A",
                  "mode": "none"
                },
                "thresholdsStyle": {
                  "mode": "off"
                }
              },
              "mappings": [],
              "thresholds": {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 57.4K bytes
    - Viewed (0)
Back to top