Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 163 for patching (0.26 sec)

  1. internal/bucket/lifecycle/lifecycle_test.go

    			},
    			hasRules: false,
    		},
    		{ // PUT version with no matching tags
    			lc: Lifecycle{
    				Rules: []Rule{
    					rules[0],
    				},
    			},
    			opts: ObjectOpts{
    				IsLatest: true,
    				Name:     "obj-1",
    				Size:     1 * humanize.MiByte,
    			},
    			hasRules: false,
    		},
    		{ // PUT version with matching tags
    			lc: Lifecycle{
    				Rules: []Rule{
    					rules[0],
    				},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. pkg/workloadapi/workload.pb.go

    	// that match less (or, eventually, none) preferences.
    	// For instance, with `[NETWORK, REGION, ZONE]`, we will send to:
    	// 1. Endpoints matching `[NETWORK, REGION, ZONE]`
    	// 2. Endpoints matching `[NETWORK, REGION]`
    	// 3. Endpoints matching `[NETWORK]`
    	// 4. Any endpoints
    	LoadBalancing_FAILOVER LoadBalancing_Mode = 2
    )
    
    // Enum value maps for LoadBalancing_Mode.
    var (
    	LoadBalancing_Mode_name = map[int32]string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    
    [[sec:cunit_sources]]
    === CUnit sources
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java

                    return "value 3";
                  }
                },
                executor);
        Waiter step4Waiter = new Waiter();
        ClosingFuture<String> step4 =
            step3.catching(
                CancellationException.class,
                step4Waiter.waitFor(
                    new ClosingFunction<CancellationException, String>() {
                      @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/route/route.go

    // Called for each port to determine the list of vhosts on the given port.
    // It may return an empty list if no VirtualService rule has a matching service.
    func buildSidecarVirtualHostsForVirtualService(
    	node *model.Proxy,
    	virtualService config.Config,
    	serviceRegistry map[host.Name]*model.Service,
    	hashByDestination DestinationHashMap,
    	listenPort int,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencySubstitutionRulesIntegrationTest.groovy

                    }
                }
            }
    
            and:
            executedAndNotSkipped ":api:jar"
    
            where:
            name                 | selector
            "matching module"    | "org.utils:api"
            "matching component" | "org.utils:api:1.5"
        }
    
        void "can access built artifacts from substituted project dependency"() {
            createDirs("api", "impl")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 52.8K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

      void Run();
    
      // Runs SetUpTestCase() for this TestCase.  This wrapper is needed
      // for catching exceptions thrown from SetUpTestCase().
      void RunSetUpTestCase() { (*set_up_tc_)(); }
    
      // Runs TearDownTestCase() for this TestCase.  This wrapper is
      // needed for catching exceptions thrown from TearDownTestCase().
      void RunTearDownTestCase() { (*tear_down_tc_)(); }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  8. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

      void Run();
    
      // Runs SetUpTestCase() for this TestCase.  This wrapper is needed
      // for catching exceptions thrown from SetUpTestCase().
      void RunSetUpTestCase() { (*set_up_tc_)(); }
    
      // Runs TearDownTestCase() for this TestCase.  This wrapper is
      // needed for catching exceptions thrown from TearDownTestCase().
      void RunTearDownTestCase() { (*tear_down_tc_)(); }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  9. guava/src/com/google/common/util/concurrent/AbstractFuture.java

     * com.google.common.base.Function, java.util.concurrent.Executor) Futures.transform} and {@link
     * Futures#catching(ListenableFuture, Class, com.google.common.base.Function,
     * java.util.concurrent.Executor) Futures.catching}.
     *
     * <p>This class implements all methods in {@code ListenableFuture}. Subclasses should provide a way
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 62.8K bytes
    - Viewed (1)
  10. android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

     * com.google.common.base.Function, java.util.concurrent.Executor) Futures.transform} and {@link
     * Futures#catching(ListenableFuture, Class, com.google.common.base.Function,
     * java.util.concurrent.Executor) Futures.catching}.
     *
     * <p>This class implements all methods in {@code ListenableFuture}. Subclasses should provide a way
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 63.1K bytes
    - Viewed (1)
Back to top