Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 112 for SIMPLE (0.14 sec)

  1. docs/en/docs/img/index/index-02-redoc-simple.png

    index-02-redoc-simple.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 66.9K bytes
    - Viewed (0)
  2. docs/en/docs/img/index/index-01-swagger-ui-simple.png

    index-01-swagger-ui-simple.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 72.4K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster_tls_test.go

    					t.Fatalf("expected alpn list %v; got %v", util.ALPNInMeshH2WithMxc, got)
    				}
    			},
    		},
    		{
    			name:                       "user specified simple tls",
    			mtlsCtx:                    userSupplied,
    			discoveryType:              cluster.Cluster_EDS,
    			tls:                        simpleTLSSettingsWithCerts,
    			expectTransportSocket:      true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test_base.py

          self,
          output_path: str,
          tags: Collection[str],
          signature_def_key: str,
      ) -> Tuple[Mapping[str, core.Tensor], Mapping[str, core.Tensor]]:
        """Creates and saves a simple model that uses a vocab table.
    
        Args:
          output_path: Path to the directory to save the created model.
          tags: Set of strings that identifies the saved meta graph.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  5. gradle/verification-metadata.xml

                <pgp value="4922C79AF3339C8941C3E7AF80662F8192D749A0"/>
             </artifact>
          </component>
          <component group="com.googlecode.json-simple" name="json-simple" version="1.1">
             <artifact name="json-simple-1.1.jar">
                <sha256 value="2d9484f4c649f708f47f9a479465fc729770ee65617dca3011836602264f6439" reason="Artifact is not signed"/>
             </artifact>
          </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    ====
    
    Here are some examples of using the `file()` method with different types of arguments:
    
    ====
    include::sample[dir="snippets/files/file/kotlin",files="build.gradle.kts[tags=simple-params]"]
    include::sample[dir="snippets/files/file/groovy",files="build.gradle[tags=simple-params]"]
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    Gradle supports four main categories of inputs and outputs:
    
    * Simple values
    +
    Things like strings and numbers. More generally, a simple value can have any type that implements `Serializable`.
    
    * Filesystem types
    +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/sidecar_simulation_test.go

      name: sidecar
      namespace: default
    spec:
      ingress:
        - defaultEndpoint: 0.0.0.0:9080
          port:
            name: tls
            number: 9080
            protocol: %s
          tls:
            mode: SIMPLE
            privateKey: "httpbinkey.pem"
            serverCertificate: "httpbin.pem"
      workloadSelector:
        labels:
          app: foo
    ---
    `, protocol)
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    # define GTEST_USES_POSIX_RE 1
    
    #elif GTEST_OS_WINDOWS
    
    // <regex.h> is not available on Windows.  Use our own simple regex
    // implementation instead.
    # define GTEST_USES_SIMPLE_RE 1
    
    #else
    
    // <regex.h> may not be available on this platform.  Use our own
    // simple regex implementation instead.
    # define GTEST_USES_SIMPLE_RE 1
    
    #endif  // GTEST_HAS_POSIX_RE
    
    #ifndef GTEST_HAS_EXCEPTIONS
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    # define GTEST_USES_POSIX_RE 1
    
    #elif GTEST_OS_WINDOWS
    
    // <regex.h> is not available on Windows.  Use our own simple regex
    // implementation instead.
    # define GTEST_USES_SIMPLE_RE 1
    
    #else
    
    // <regex.h> may not be available on this platform.  Use our own
    // simple regex implementation instead.
    # define GTEST_USES_SIMPLE_RE 1
    
    #endif  // GTEST_HAS_POSIX_RE
    
    #ifndef GTEST_HAS_EXCEPTIONS
    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