Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,323 for _itable (0.23 sec)

  1. ci/official/requirements_updater/WORKSPACE

    # buildifier: disable=load-on-top
    
    workspace(name = "requirements_updater")
    
    # buildifier: disable=load-on-top
    
    load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
    
    http_archive(
        name = "bazel_skylib",
        sha256 = "74d544d96f4a5bb630d465ca8bbcfe231e3594e5aae57e1edbf17a6eb3ca2506",
        urls = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 05 22:12:56 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/model/VariantAttributesRules.java

            AttributeContainerInternal mutable = attributesFactory.mutable(attributes);
            for (VariantMetadataRules.VariantAction<? super AttributeContainer> action : actions) {
                action.maybeExecute(variant, mutable);
            }
            return mutable.asImmutable();
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  3. tests/integration/ambient/testdata/beta-mtls-automtls-workload.yaml

    apiVersion: security.istio.io/v1beta1
    kind: PeerAuthentication
    metadata:
      name: "a-disable"
      annotations:
        test-suite: "beta-mtls-automtls-workload"
    spec:
      selector:
        matchLabels:
          app: a
      mtls:
        mode: DISABLE
    ---
    apiVersion: security.istio.io/v1beta1
    kind: PeerAuthentication
    metadata:
      name: "b-strict"
      annotations:
        test-suite: "beta-mtls-automtls-workload"
    spec:
      selector:
        matchLabels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 16 18:55:23 UTC 2023
    - 560 bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/storage/v1alpha1/generated.proto

    // a certain combination:
    // - no object exists with suitable topology and storage class name
    // - such an object exists, but the capacity is unset
    // - such an object exists, but the capacity is zero
    //
    // The producer of these objects can decide which approach is more suitable.
    //
    // They are consumed by the kube-scheduler when a CSI driver opts into
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  5. maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/Parameter.java

        }
    
        public void setAlias(String alias) {
            this.alias = alias;
        }
    
        public boolean isEditable() {
            return editable;
        }
    
        public void setEditable(boolean editable) {
            this.editable = editable;
        }
    
        public void setDefaultValue(String defaultValue) {
            this.defaultValue = defaultValue;
        }
    
        public String getDefaultValue() {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 05 08:11:33 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  6. testing/architecture-test/src/changes/archunit-store/stored.rules

    methods\ that\ are\ mutable\ public\ API\ properties\ and\ do\ not\ have\ raw\ return\ type\ org.gradle.api.resources.TextResource\ and\ do\ not\ have\ raw\ return\ type\ assignable\ to\ org.gradle.api.file.FileCollection\ should\ have\ return\ type\ Provider=public-api-mutable-properties.txt
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/api/internal/attributes/ImmutableAttributesFactory.java

    public interface ImmutableAttributesFactory {
        /**
         * Returns an empty mutable attribute container.
         */
        AttributeContainerInternal mutable();
    
        /**
         * Returns an empty mutable attribute container with the given fallback.
         */
        AttributeContainerInternal mutable(AttributeContainerInternal fallback);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 27 04:00:15 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  8. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/internal/tasks/testing/detection/ForkedTestClasspathFactory.java

            while (it.hasNext() && !mutable.isEmpty()) {
                String name = it.next().getName();
                mutable.applicationClasspath.removeIf(module -> module.getJarFilePattern().matcher(name).matches());
                mutable.applicationModulepath.removeIf(module -> module.getJarFilePattern().matcher(name).matches());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/registry/ModelBinding.java

        final BindingPredicate predicate;
        final ModelRuleDescriptor referrer;
        final boolean writable;
        protected ModelNodeInternal boundTo;
    
        protected ModelBinding(ModelRuleDescriptor referrer, BindingPredicate predicate, boolean writable) {
            this.predicate = predicate;
            this.referrer = referrer;
            this.writable = writable;
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  10. pilot/pkg/model/telemetry_metric_test.go

    			},
    		},
    		{
    			name:    "disable all metrics",
    			metrics: []*tpb.Metrics{disableAll},
    			mesh:    withMetricsProviders,
    			expected: map[string]metricsConfig{
    				"prometheus": {
    					ClientMetrics: metricConfig{
    						Disabled: true,
    					},
    					ServerMetrics: metricConfig{
    						Disabled: true,
    					},
    				},
    			},
    		},
    		{
    			name:    "disable all metrics without mode",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 16 03:24:36 UTC 2023
    - 5.9K bytes
    - Viewed (0)
Back to top