Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for page (0.24 sec)

  1. .zenodo.json

        "creators": [
            {
                "name": "TensorFlow Developers"
            }
        ],
        "access_right": "open",
        "notes": "Specific TensorFlow versions can be found in the \"Versions\" list on the right side of this page.<br>See the full list of authors <a href=\"https://github.com/tensorflow/tensorflow/graphs/contributors\">on GitHub</a>."
    Json
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue May 18 19:19:25 GMT 2021
    - 741 bytes
    - Viewed (0)
  2. misc/chrome/gophertool/manifest.json

    {
      "name": "Hacking Gopher",
      "version": "1.0",
      "manifest_version": 2,
      "description": "Go Hacking utility",
      "background": {
        "page": "background.html"
      },
      "browser_action": {
        "default_icon": "gopher.png",
        "default_popup": "popup.html"
      },
      "omnibox": { "keyword": "golang" },
      "icons": {
        "16": "gopher.png"
      },
      "permissions": [
         "tabs"
      ]
    Json
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Jul 05 20:52:13 GMT 2012
    - 378 bytes
    - Viewed (0)
  3. internal/s3select/sql/jsondata/books.json

                "type": "Hardcover",
                "pages": 256
            },
            {
                "year": 1934,
                "publisher": "Dodd Mead and Company (New York)",
                "type": "Hardcover",
                "pages": 302
            },
            {
                "year": 2011,
                "publisher": "Harper Collins",
                "type": "Paperback",
                "pages": 265
            }
        ]
    }
    {
    Json
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 1.9K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/fess_user.user/user.json

          },
          "roomNumber" : {
            "type" : "keyword"
          },
          "description" : {
            "type" : "keyword"
          },
          "title" : {
            "type" : "keyword"
          },
          "pager" : {
            "type" : "keyword"
          },
          "street" : {
            "type" : "keyword"
          },
          "postalCode" : {
            "type" : "keyword"
          },
          "physicalDeliveryOfficeName" : {
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 2.4K bytes
    - Viewed (0)
  5. src/main/config/es/fess_user_user.json

              "mail" : {
                "type" : "keyword"
              },
              "mobile" : {
                "type" : "keyword"
              },
              "name" : {
                "type" : "keyword"
              },
              "pager" : {
                "type" : "keyword"
              },
              "password" : {
                "type" : "keyword"
              },
              "physicalDeliveryOfficeName" : {
                "type" : "keyword"
              },
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 3.5K bytes
    - Viewed (0)
Back to top