Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for york (0.33 sec)

  1. internal/s3select/csv/testdata/testdata.zip

    3389275 2 2014-03-14 20:07:53 2014-03-14 20:18:11 N 5 -73.868309020996094 40.657833099365234 -73.879409790039063 40.681632995605469 3 2.21 10 0 0.5 0 0 10.5 2 1 76 63 green 0.00 0.0 0.0 46 22 5.59 1272 1070 3 Brooklyn 107000 3107000 E BK82 East New York 4008 1111 1174 3 Brooklyn 117400 3117400 E BK83 Cypress Hills-City Line 4008 3389276 2 2014-03-29 20:40:37 2014-03-29 21:08:53 N 1 -73.950927734375 40.658683776855469 -73.958137512207031 40.710697174072266 1 5.80 23 0.5 0.5 4.7 0 28.7 1 1 188 256 green...
    ZIP Archive
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 111.6K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/CacheTest.kt

        val servedDate = Date(System.currentTimeMillis() + TimeUnit.HOURS.toMillis(-2))
        val dateFormat: DateFormat = SimpleDateFormat("EEE dd-MMM-yyyy HH:mm:ss z", Locale.US)
        dateFormat.timeZone = TimeZone.getTimeZone("America/New_York")
        val lastModifiedString = dateFormat.format(lastModifiedDate)
        val servedString = dateFormat.format(servedDate)
    
        // This response should be conditionally cached.
        server.enqueue(
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    perspecta.cloud
    
    // PE Ulyanov Kirill Sergeevich : https://airy.host
    // Submitted by Kirill Ulyanov <******@****.***>
    lk3.ru
    
    // Planet-Work : https://www.planet-work.com/
    // Submitted by Frédéric VANNIÈRE <f.vanniere@planet-work.com>
    on-web.fr
    
    // Platform.sh : https://platform.sh
    // Submitted by Nikola Kotur <******@****.***>
    bc.platform.sh
    ent.platform.sh
    eu.platform.sh
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  4. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    happens when one eats cake, but Alice had got so much into the
    way of expecting nothing but out-of-the-way things to happen,
    that it seemed quite dull and stupid for life to go on in the
    common way.
    
      So she set to work, and very soon finished off the cake.
    
         *       *       *       *       *       *       *
    
             *       *       *       *       *       *
    
         *       *       *       *       *       *       *
    
    
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    happens when one eats cake, but Alice had got so much into the
    way of expecting nothing but out-of-the-way things to happen,
    that it seemed quite dull and stupid for life to go on in the
    common way.
    
      So she set to work, and very soon finished off the cake.
    
         *       *       *       *       *       *       *
    
             *       *       *       *       *       *
    
         *       *       *       *       *       *       *
    
    
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/popper.min.js.map

    requesting.order\n      );\n    });\n\n  if (!isRequired) {\n    const requesting = `\\`${requestingName}\\``;\n    const requested = `\\`${requestedName}\\``;\n    console.warn(\n      `${requested} modifier is required by ${requesting} modifier in order to work, be sure to include it before ${requesting}!`\n    );\n  }\n  return isRequired;\n}\n","/**\n * Get the opposite placement variation of the given one\n * @method\n * @memberof Popper.Utils\n * @argument {String} placement variation\n * @returns {String}...
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 121K bytes
    - Viewed (2)
  7. CHANGELOG/CHANGELOG-1.5.md

    * kube-up (with gce/gci and gce/coreos providers) now ensures the authentication token file contains correct tokens for the control plane components, even if the file already exists (ensures upgrades and downgrades work successfully) ([#43676](https://github.com/kubernetes/kubernetes/pull/43676), [@liggitt](https://github.com/liggitt))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Viewed (1)
  8. CHANGELOG/CHANGELOG-1.4.md

    - If you are using Kubernetes to manage `docker` containers, please be aware Kubernetes has been validated to work with docker 1.9.1, docker 1.11.2 (#23397), and docker 1.12.0 (#28698)
    - If you upgrade your apiserver to 1.4.x but leave your kubelets at 1.3.x, they will not report init container status, but init containers will work properly.  Upgrading kubelets to 1.4.x fixes this.
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
  9. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

        assertFailsWith<IOException> {
          getResponse(Request("http://-/foo.html".toHttpUrl()))
        }
      }
    
      // The request should work once and then fail.
      @Test
      fun getKeepAlive() {
        server.enqueue(MockResponse(body = "ABC"))
    
        // The request should work once and then fail.
        val connection1 = getResponse(newRequest("/"))
        val source1 = connection1.body.source()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 131.7K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    in user values overrides, but it must include those ports since helm replaces. # Note that AWS ELB will by default perform health checks on the first port # on this list. Setting this to the health check port will ensure that health # checks always work. https://github.com/istio/istio/issues/12503 - port: 15021 targetPort: 15021 name: status-port - port: 80 targetPort: 8080 name: http2 - port: 443 targetPort: 8443 name: https - port: 31400 targetPort: 31400 name: tcp # This is the port where sni routing...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
Back to top