Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for west (0.11 sec)

  1. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1F8AE..1F8AF  ; disallowed                             # NA   <reserved-1F8AE>..<reserved-1F8AF>
    1F8B0..1F8B1  ; valid                  ;      ; NV8    # 13.0 ARROW POINTING UPWARDS THEN NORTH WEST..ARROW POINTING RIGHTWARDS THEN CURVING SOUTH WEST
    1F8B2..1F8FF  ; disallowed                             # NA   <reserved-1F8B2>..<reserved-1F8FF>
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  2. src/testdata/Isaac.Newton-Opticks.txt

    indigo-making Rays, without diminishing much the number of the rest, the
    rest must (by _Prop._ 6. _Part_ 2.) compound a pale yellow. But if the
    Liquor be so much thicker as to stop also a great number of the
    blue-making Rays, and some of the green-making, the rest must compound
    an orange; and where it is so thick as to stop also a great number of
    the green-making and a considerable number of the yellow-making, the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  3. RELEASE.md

        [height, width, depth])`, and `tf.random_crop` works for any rank (not just
        3-D images). The C++ `RandomCrop` op has been replaced with pure Python.
    *   Renamed `tf.test.GetTempDir` and `tf.test.IsBuiltWithCuda` to
        `tf.test.get_temp_dir` and `tf.test.is_built_with_cuda` for PEP-8
        compatibility.
    *   `parse_example`'s interface has changed, the old interface is accessible in
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

                        `test.example.com` and `*.example.com` would both match. On the other
                        hand, `example.com` and `test.example.net` would not match.
    
    
                      Hostnames that are prefixed with a wildcard label (`*.`) are interpreted
                      as a suffix match. That means that a match for `*.example.com` would match
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  5. fess-crawler/src/test/resources/extractor/eml/sample3.eml

    "PlayStation 3"、"PlayStation Vita"、"PSP"「プレイステーション・ポータブル」、 "PlayStation 2"に関するハードウェア・ソフトウェア等の 最新情報やトピックスをお届けします。 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ <目次> 【1】「箱!-OPEN ME-」公式サイト更新 【2】"PlayStation Home" 「ヱヴァンゲリヲン新劇場版:Q スペシャルコラボ」実施中! 【3】"PS3""PSP"the Best シリーズ 2012年12月発売予定タイトル 【4】SCEソフトウェア情報 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 【1】「箱!-OPEN ME-」公式サイト更新 ---------- "PlayStation Vita"のカメラを使った、究極の箱開けゲー! どこにでもある絵柄をPS Vitaの背面カメラで覗くと、 画面の中にあたかもそこにあるかのように箱が出現。 箱を開けようとするあなたを、さまざまな仕掛けが邪魔します。 PS Vitaで上下左右い...
    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. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.nativeplatform.test.cpp.internal.DefaultCppTestSuite> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultCppTestSuite.java:0)
    Class <org.gradle.nativeplatform.test.cunit.internal.DefaultCUnitTestSuiteBinary> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultCUnitTestSuiteBinary.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    smallest possible value for the specific numeric type.
    
    For example:
    
    >>> @tf.function(jit_compile=True)
    ... def test(c):
    ...   return tf.raw_ops.SegmentMaxV2(data=c, segment_ids=tf.constant([0, 0, 1]), num_segments=2)
    >>> c = tf.constant([[1,2,3,4], [4, 3, 2, 1], [5,6,7,8]])
    >>> test(c).numpy()
    array([[4, 3, 3, 4],
           [5, 6, 7, 8]], dtype=int32)
      }];
    
      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)
  9. api/openapi-spec/v3/apis__apps__v1_openapi.json

                  }
                ],
                "description": "Data is the serialized representation of the state."
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.19.md

        - [Node Binaries](#node-binaries-4)
      - [Changelog since v1.19.11](#changelog-since-v11911)
      - [Changes by Kind](#changes-by-kind-4)
        - [Feature](#feature-2)
        - [Failing Test](#failing-test)
        - [Bug or Regression](#bug-or-regression-3)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake-1)
      - [Dependencies](#dependencies-4)
        - [Added](#added-4)
        - [Changed](#changed-4)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top