Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 372 for Review (0.14 sec)

  1. guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableSortedMap.java

          }
        }
        return tailMap(fromKey);
      }
    
      private ImmutableSortedMap<K, V> newView(SortedMap<K, V> delegate) {
        return newView(delegate, comparator);
      }
    
      private static <K, V> ImmutableSortedMap<K, V> newView(
          SortedMap<K, V> delegate, Comparator<? super K> comparator) {
        return new ImmutableSortedMap<K, V>(delegate, comparator);
      }
    
      /*
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 27 19:19:19 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  2. samples/bookinfo/src/productpage/productpage.py

        "endpoint": "ratings",
        "children": []
    }
    
    reviews = {
        "name": "http://{0}{1}:{2}".format(reviewsHostname, servicesDomain, reviewsPort),
        "endpoint": "reviews",
        "children": [ratings]
    }
    
    productpage = {
        "name": "http://{0}{1}:{2}".format(detailsHostname, servicesDomain, detailsPort),
        "endpoint": "details",
        "children": [details, reviews]
    }
    
    service_dict = {
        "productpage": productpage,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 14:35:54 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyResolveIntegrationTest.groovy

            given:
            ivyRepo.module("org.gradle", "test", "1.45")
                .dependsOn("org.gradle", "other", "preview-1")
                .artifact()
                .artifact(classifier: "classifier")
                .artifact(name: "test-extra")
                .publish()
    
            ivyRepo.module("org.gradle", "other", "preview-1").publish()
    
            and:
    
            buildFile << """
    group = 'org.gradle'
    version = '1.0'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 13:59:13 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  4. samples/bookinfo/README.md

    WARNING: No output specified for examples-bookinfo-mysqldb, examples-bookinfo-ratings-v-faulty, examples-bookinfo-reviews-v2, examples-bookinfo-reviews-v3, examples-bookinfo-productpage-v-flooding, examples-bookinfo-ratings-v-unhealthy, examples-bookinfo-ratings-v-unavailable, examples-bookinfo-ratings-v1, examples-bookinfo-details-v2, examples-bookinfo-reviews-v1, examples-bookinfo-productpage-v1, examples-bookinfo-ratings-v-delayed, examples-bookinfo-details-v1, examples-bookinfo-ratings-v2,...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:37 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/adapter/ProtocolToModelAdapter.java

            ViewKey viewKey = new ViewKey(viewType, decorationsForThisType);
            Object view = graphDetails.getViewFor(sourceObject, viewKey);
            if (view != null) {
                return targetType.cast(view);
            }
    
            // Create a proxy
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 04:42:54 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  6. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.json

                                        "tlsMode": "istio"
                                    },
                                    "istio": {
                                        "workload": "reviews-v3;default;reviews;v3;Kubernetes"
                                    }
                                }
                            },
                            "loadBalancingWeight": 1
                        },
                        {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 40.4K bytes
    - Viewed (0)
  7. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.yaml

          loadBalancingWeight: 1
          metadata:
            filterMetadata:
              envoy.transport_socket_match:
                tlsMode: istio
              istio:
                workload: reviews-v3;default;reviews;v3;Kubernetes
        - endpoint:
            address:
              socketAddress:
                address: 10.244.0.193
                portValue: 9080
            healthCheckConfig: {}
          healthStatus: HEALTHY
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/StronglyTypedConfigurationAttributesResolveIntegrationTest.groovy

                    configurations {
                        c1 { attributes { attribute(flavor, objects.named(Flavor, 'preview')); $debug } }
                        c2 { attributes { attribute(flavor, objects.named(Flavor, 'preview')); $release } }
                        c3 { attributes { attribute(flavor, objects.named(Flavor, 'full')); $debug } }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 48.1K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/ResolvedArtifactsApiIntegrationTest.groovy

            if (details.consumerValue == 'preview' && details.producerValue == 'one') {
                details.compatible()
            }
        }
    }
    class TwoRule implements AttributeCompatibilityRule<String> {
        void execute(CompatibilityCheckDetails<String> details) {
            if (details.consumerValue == 'preview' && details.producerValue == 'two') {
                details.compatible()
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 29 22:29:19 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenLocalDependencyWithGradleMetadataResolutionIntegrationTest.groovy

                "name": "debug",
                "attributes": {
                    "buildType": "debug"
                },
                "files": [ { "name": "c-preview-debug.jar", "url": "c-preview-debug.jar" } ]
            },
            {
                "name": "release",
                "attributes": {
                    "buildType": "release"
                }
            }
        ]
    }
    """
    
            def b = mavenRepo.module("test", "b", "2.0")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:39 UTC 2023
    - 12.6K bytes
    - Viewed (0)
Back to top