Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 597 for subst (1.91 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r25/ProgressCrossVersionSpec.groovy

            events.assertHasSingleTree()
            !events.buildOperations.empty
            !events.tests.empty
            !events.tasks.empty
        }
    
        def "register for subset of progress events"() {
            given:
            goodCode()
    
            when: "registering for subset of progress event types"
            def events = ProgressEvents.create()
            withConnection {
                ProjectConnection connection ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  2. guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/ListenableFuture.java

                        }
                      },
                      MoreExecutors.directExecutor());
                })
            .then(onFulfilled, onRejected);
      }
    }
    
    /**
     * Subset of the elemental2 IThenable interface without the single-parameter overload, which allows
     * us to implement it using a default implementation in J2cl ListenableFuture.
     */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Oct 24 18:27:19 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  3. platforms/extensibility/test-kit/src/main/java/org/gradle/testkit/runner/BuildResult.java

         * This can occur if the build fails early, due to a build script failing to compile for example.
         *
         * @return the build tasks
         */
        List<BuildTask> getTasks();
    
        /**
         * The subset of {@link #getTasks()} that had the given outcome.
         * <p>
         * The returned list is an unmodifiable view of items.
         * The returned list will be empty if no tasks were executed with the given outcome.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 3K bytes
    - Viewed (0)
  4. android/guava-testlib/src/com/google/common/collect/testing/google/SetGenerators.java

             * greater than tooHigh.
             */
            return ContiguousSet.create(Range.openClosed(0, 1), DiscreteDomain.integers()).subSet(0, 1);
          }
          int tooHigh = set.last() + 1;
          int tooLow = set.first() - 1;
          set.add(tooHigh);
          set.add(tooLow);
          return checkedCreate(set).subSet(tooLow + 1, tooHigh);
        }
      }
    
      @GwtIncompatible // NavigableSet
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/envoyfilter/cluster_patch_test.go

    						Cluster: &networking.EnvoyFilter_ClusterMatch{Name: "scooby"},
    					},
    				},
    				cluster: &cluster.Cluster{Name: "scrappy"},
    			},
    			want: false,
    		},
    		{
    			name: "subset mismatch",
    			args: args{
    				proxy:     &model.Proxy{Type: model.SidecarProxy},
    				operation: networking.EnvoyFilter_Patch_MERGE,
    				matchCondition: &networking.EnvoyFilter_EnvoyConfigObjectMatch{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  6. pkg/test/framework/components/echo/kube/deployment.go

    			"ContainerPorts": grpcPorts,
    			"FallbackPort":   grpcFallbackPort,
    		})
    	}
    
    	if cfg.WorkloadWaypointProxy != "" {
    		for _, subset := range cfg.Subsets {
    			if subset.Labels == nil {
    				subset.Labels = make(map[string]string)
    			}
    			subset.Labels[constants.AmbientUseWaypointLabel] = cfg.WorkloadWaypointProxy
    		}
    	}
    
    	params := map[string]any{
    		"ImageHub":                settings.Image.Hub,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  7. pilot/pkg/networking/grpcgen/grpcgen.go

    type GrpcConfigGenerator struct{}
    
    func clusterKey(hostname string, port int) string {
    	return subsetClusterKey("", hostname, port)
    }
    
    func subsetClusterKey(subset, hostname string, port int) string {
    	return model.BuildSubsetKey(model.TrafficDirectionOutbound, subset, host.Name(hostname), port)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/extender.go

    type Extender interface {
    	// Name returns a unique name that identifies the extender.
    	Name() string
    
    	// Filter based on extender-implemented predicate functions. The filtered list is
    	// expected to be a subset of the supplied list.
    	// The failedNodes and failedAndUnresolvableNodes optionally contains the list
    	// of failed nodes and failure reasons, except nodes in the latter are
    	// unresolvable.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 19:07:19 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  9. guava-testlib/src/com/google/common/collect/testing/google/SetGenerators.java

             * greater than tooHigh.
             */
            return ContiguousSet.create(Range.openClosed(0, 1), DiscreteDomain.integers()).subSet(0, 1);
          }
          int tooHigh = set.last() + 1;
          int tooLow = set.first() - 1;
          set.add(tooHigh);
          set.add(tooLow);
          return checkedCreate(set).subSet(tooLow + 1, tooHigh);
        }
      }
    
      @GwtIncompatible // NavigableSet
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  10. pilot/pkg/xds/mesh_network_test.go

    							{Address: "10.0.0.1", Weight: 1},
    						},
    					})
    					for subset, eps := range tc.expectations {
    						client.ExpectWithWeight(&workload{kind: sc.expectKind, name: name, namespace: "test", port: port}, subset, eps...)
    					}
    					configObjects := `
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: subset-se
      namespace: test
    spec:
      host: "*"
      subsets:
      - name: v1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 24.6K bytes
    - Viewed (0)
Back to top