Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,542 for kjson (0.04 sec)

  1. .github/renovate.json

    {
      "$schema": "https://docs.renovatebot.com/renovate-schema.json",
      "extends": [
        "config:base",
        ":dependencyDashboard",
        "schedule:weekly"
      ],
      "labels": ["renovate"],
      "ignoreDeps": [
        "com.squareup.okhttp3:okhttp",
        "com.squareup.okhttp3:okhttp-tls",
        "com.squareup.okhttp3:mockwebserver"
      ],
      "packageRules": [
        {
          "matchPackagePatterns": [
            "biz.*"
          ],
          "groupName": "bnd"
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Jun 22 16:18:31 UTC 2024
    - 956 bytes
    - Viewed (0)
  2. fastapi/responses.py

    try:
        import ujson
    except ImportError:  # pragma: nocover
        ujson = None  # type: ignore
    
    
    try:
        import orjson
    except ImportError:  # pragma: nocover
        orjson = None  # type: ignore
    
    
    class UJSONResponse(JSONResponse):
        """
        JSON response using the high-performance ujson library to serialize data to JSON.
    
        Read more about it in the
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Oct 18 12:36:40 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  3. src/main/config/es/fess_config_boost_document_rule.json

    Shinsuke Sugaya <******@****.***> 1638450896 +0900
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 987 bytes
    - Viewed (0)
  4. src/main/config/es/fess_config_duplicate_host.json

    Shinsuke Sugaya <******@****.***> 1638450896 +0900
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 984 bytes
    - Viewed (0)
  5. src/main/config/es/fess_log_click_log.json

    Shinsuke Sugaya <******@****.***> 1530338150 +0900
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Jun 30 05:55:50 UTC 2018
    - 1.1K bytes
    - Viewed (0)
  6. src/main/config/es/fess_user_user.json

    Shinsuke Sugaya <******@****.***> 1638450896 +0900
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 3.5K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/fess_config.crawling_info/crawling_info.json

    Shinsuke Sugaya <******@****.***> 1638450896 +0900
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 246 bytes
    - Viewed (0)
  8. src/main/resources/fess_indices/fess_config.crawling_info_param/crawling_info_param.json

    Shinsuke Sugaya <******@****.***> 1638450896 +0900
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 247 bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/fess_config.data_config/data_config.json

    Shinsuke Sugaya <******@****.***> 1638450896 +0900
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 859 bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/fess_config.elevate_word/alias/fess_basic_config.json

    Shinsuke Sugaya <******@****.***> 1640608546 +0900
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Dec 27 12:35:46 UTC 2021
    - 3 bytes
    - Viewed (0)
Back to top