Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for jsoncpp (0.08 seconds)

  1. MODULE.bazel

    single_version_override(
        module_name = "grpc",
        patch_strip = 1,
        patches = ["//third_party:grpc.patch"],
        version = "1.78.0",
    )
    
    bazel_dep(name = "jsoncpp", version = "1.9.6", repo_name = "jsoncpp_git")
    bazel_dep(name = "rules_apple", version = "4.3.3", repo_name = "build_bazel_rules_apple")
    bazel_dep(name = "google_benchmark", version = "1.8.5", repo_name = "com_google_benchmark")
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 11K bytes
    - Click Count (0)
  2. build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java

                    "  <div class=\"wistia-video\"> \n" +
                    "    <div class=\"wistia-player\"> \n" +
                    "      <script src=\"https://fast.wistia.com/embed/medias/$2.jsonp\" async></script> \n" +
                    "      <script src=\"https://fast.wistia.com/assets/external/E-v1.js\" async></script> \n" +
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Mar 03 01:59:51 GMT 2026
    - 11.3K bytes
    - Click Count (0)
  3. src/main/config/openapi/openapi-user.yaml

              required: false
              schema:
                type: string
                example: abc
            - name: callback
              in: query
              description: Callback name for using JSONP
              required: false
              schema:
                type: string
          responses:
            '200':
              description: Successful operation
              content:
                application/json:
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu May 09 06:31:27 GMT 2024
    - 21.6K bytes
    - Click Count (0)
Back to Top