Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for hpp2 (0.06 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformWithDependenciesIntegrationTest.groovy

            given:
            withColorVariants(mavenHttpRepo.module("org.slf4j", "slf4j-api", "1.7.26")).publish().allowAll()
            createDirs("app2")
            settingsFile << "include('app2')"
            setupBuildWithTwoSteps()
            buildFile << """
                project(':app2') {
                    dependencies {
                        implementation 'junit:junit:4.11'
                        implementation 'org.slf4j:slf4j-api:1.7.26'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 54.2K bytes
    - Viewed (0)
  2. pilot/pkg/model/sidecar_test.go

    			},
    		},
    	}
    
    	configs18 = &config.Config{
    		Meta: config.Meta{
    			Name:      "sidecar-scope-with-workloadselector-specific-dr-match",
    			Namespace: "mynamespace",
    			Labels:    map[string]string{"app": "app2"},
    		},
    		Spec: &networking.Sidecar{},
    	}
    
    	configs19 = &config.Config{
    		Meta: config.Meta{
    			Name:      "sidecar-scope-with-workloadselector-specific-dr-no-match",
    			Namespace: "mynamespace",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  3. pilot/pkg/model/push_context_test.go

    		},
    		Spec: &networking.DestinationRule{
    			Host:     testhost,
    			ExportTo: []string{"test2", "."},
    			WorkloadSelector: &selectorpb.WorkloadSelector{
    				MatchLabels: map[string]string{"app": "app2"},
    			},
    			TrafficPolicy: &networking.TrafficPolicy{
    				ConnectionPool: &networking.ConnectionPoolSettings{
    					Http: &networking.ConnectionPoolSettings_HTTPSettings{
    						MaxRetries: 33,
    					},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  4. src/go/build/build.go

    	CFiles            []string // .c source files
    	CXXFiles          []string // .cc, .cpp and .cxx source files
    	MFiles            []string // .m (Objective-C) source files
    	HFiles            []string // .h, .hh, .hpp and .hxx source files
    	FFiles            []string // .f, .F, .for and .f90 Fortran source files
    	SFiles            []string // .s source files
    	SwigFiles         []string // .swig files
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // use its own tuple implementation.
    #  ifdef BOOST_HAS_TR1_TUPLE
    #   undef BOOST_HAS_TR1_TUPLE
    #  endif  // BOOST_HAS_TR1_TUPLE
    
    // This prevents <boost/tr1/detail/config.hpp>, which defines
    // BOOST_HAS_TR1_TUPLE, from being #included by Boost's <tuple>.
    #  define BOOST_TR1_DETAIL_CONFIG_HPP_INCLUDED
    #  include <tuple>
    
    # elif defined(__GNUC__) && (GTEST_GCC_VER_ >= 40000)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    // use its own tuple implementation.
    #  ifdef BOOST_HAS_TR1_TUPLE
    #   undef BOOST_HAS_TR1_TUPLE
    #  endif  // BOOST_HAS_TR1_TUPLE
    
    // This prevents <boost/tr1/detail/config.hpp>, which defines
    // BOOST_HAS_TR1_TUPLE, from being #included by Boost's <tuple>.
    #  define BOOST_TR1_DETAIL_CONFIG_HPP_INCLUDED
    #  include <tuple>
    
    # elif defined(__GNUC__) && (GTEST_GCC_VER_ >= 40000)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
Back to top