Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for ihtml (0.09 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

              spec:
                description: 'Extend the functionality provided by the Istio proxy through
                  WebAssembly filters. See more details at: https://istio.io/docs/reference/config/proxy_extensions/wasm-plugin.html'
                properties:
                  failStrategy:
                    description: |-
                      Specifies the failure behavior for the plugin due to fatal errors.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

              spec:
                description: 'Extend the functionality provided by the Istio proxy through
                  WebAssembly filters. See more details at: https://istio.io/docs/reference/config/proxy_extensions/wasm-plugin.html'
                properties:
                  failStrategy:
                    description: |-
                      Specifies the failure behavior for the plugin due to fatal errors.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                                  Name is the name of the HTTP Header to be matched. Name matching MUST be
                                                  case insensitive. (See https://tools.ietf.org/html/rfc7230#section-3.2).
    
    
                                                  If multiple entries specify equivalent header names, the first entry with
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

            properties:
              spec:
                description: 'Configuration for access control on workloads. See more
                  details at: https://istio.io/docs/reference/config/security/authorization-policy.html'
                oneOf:
                - not:
                    anyOf:
                    - required:
                      - provider
                - required:
                  - provider
                properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  5. fess-crawler/src/test/resources/extractor/eml/sample3.eml

    Network"のご利用に関する規約 http://www.jp.playstation.com/R/psn_kiyaku ■特定商取引法に基づく表示 http://www.jp.playstation.com/R/aboutstore ■よくあるお問い合わせ(FAQ) http://www.jp.playstation.com/support/ ■株式会社ソニー・コンピュータエンタテインメントの個人情報保護方針 http://www.jp.playstation.com/about/privacy.html ---------- PDFサンプル.pdf PDFサンプルデータ お知らせPDFサンプルデータお知らせPDFサンプルデータお知らせPDF サンプルデータお知らせPDFサンプルデータお知らせPDFサンプルデー タお知らせPDFサンプルデータお知らせPDFサンプルデータお知らせ PDFサンプルデータお知らせPDFサンプルデータお知らせPDFサンプル データお知らせPDFサンプルデータ お知らせPDFサンプルデータお知らせ PDFサンプルデータお知らせPDFサ ンプルデータお知らせPDFサンプル...
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 539.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Returns x + y element-wise.";
    
      let description = [{
    *NOTE*: `Add` supports broadcasting. `AddN` does not. More about broadcasting
    [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
    
    Given two input tensors, the `tf.add` operation computes the sum for every element in the tensor.
    
    Both input and output have a range `(-inf, inf)`.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. RELEASE.md

            tf.Tensor` The `tf.ExtensionType` base class works similarly to
            [`typing.NamedTuple`](https://docs.python.org/3/library/typing.html#typing.NamedTuple)
            and
            [`@dataclasses.dataclass`](https://docs.python.org/3/library/dataclasses.html#dataclasses.dataclass)
            from the standard Python library.
        *   Extension types are supported by Keras, tf.data, TF-hub, SavedModel,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Bytes", Func, 19},
    		{"Hash", Type, 14},
    		{"MakeSeed", Func, 14},
    		{"Seed", Type, 14},
    		{"String", Func, 19},
    	},
    	"html": {
    		{"EscapeString", Func, 0},
    		{"UnescapeString", Func, 0},
    	},
    	"html/template": {
    		{"(*Error).Error", Method, 0},
    		{"(*Template).AddParseTree", Method, 0},
    		{"(*Template).Clone", Method, 0},
    		{"(*Template).DefinedTemplates", Method, 6},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  9. src/main/webapp/css/admin/bootstrap.min.css.map

    browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n  box-sizing: border-box; // 1\n}\n\nhtml {\n  font-family: sans-serif; // 2\n  line-height: 1.15; // 3\n  -webkit-text-size-adjust: 100%; // 4\n  -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n//...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  10. src/main/webapp/css/bootstrap.min.css.map

    browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n  box-sizing: border-box; // 1\n}\n\nhtml {\n  font-family: sans-serif; // 2\n  line-height: 1.15; // 3\n  -webkit-text-size-adjust: 100%; // 4\n  -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n//...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 626.8K bytes
    - Viewed (0)
Back to top