- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for jsoncpp (0.04 seconds)
-
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) -
src/main/resources/fess_config.properties
# Allowed headers for CORS. api.cors.allow.headers=Origin, Content-Type, Accept, Authorization, X-Requested-With # Whether to allow credentials for CORS. api.cors.allow.credentials=true # Whether to enable JSONP for API. api.jsonp.enabled=false # Fields for API ping to search engine. api.ping.search_engine.fields=status,timed_out # ========================================================================================
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'api.jsonp.enabled'. <br> * The value is, e.g. false <br> * comment: Whether to enable JSONP for API. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getApiJsonpEnabled(); /** * Is the property for the key 'api.jsonp.enabled' true? <br> * The value is, e.g. false <br>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)