Home
last modified time | relevance | path

Searched defs:json (Results 201 – 225 of 14875) sorted by relevance

12345678910>>...595

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/pubseq_gateway/server/
H A Dpubseq_gateway_convert_utils.cpp149 CJsonNode json(CJsonNode::NewObjectNode()); in ToJson() local
207 CJsonNode json(CJsonNode::NewObjectNode()); in ToJson() local
230 CJsonNode json(CJsonNode::NewObjectNode()); in ToJson() local
259 CJsonNode json(CJsonNode::NewObjectNode()); in ToJson() local
289 CJsonNode json(CJsonNode::NewObjectNode()); in ToJson() local
308 CJsonNode json(CJsonNode::NewObjectNode()); in ToJson() local
333 CJsonNode json(CJsonNode::NewObjectNode()); in ToJson() local
348 CJsonNode json(CJsonNode::NewObjectNode()); in ToJson() local
368 CJsonNode json(CJsonNode::NewObjectNode()); in ToJson() local
386 CJsonNode json(CJsonNode::NewObjectNode()); in ToJson() local
[all …]
/dports/devel/p5-JSON-Parse/JSON-Parse-0.61/
H A Djson-entry-points.c45 static void getstring (SV * json, json_parse_t * parser) in getstring()
73 json_parse_run (json_parse_t * parser, SV * json) in json_parse_run()
153 parse (SV * json) in parse()
165 parse_safe (SV * json) in parse_safe()
324 validate (SV * json, unsigned int flags) in validate()
337 check (json_parse_t * parser, SV * json) in check()
344 tokenize (SV * json) in tokenize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ntp_snippets/remote/
H A Dremote_suggestion_unittest.cc183 auto json = TestSnippetJsonValue(); in TEST() local
195 auto json = TestSnippetJsonValue(); in TEST() local
205 auto json = TestSnippetJsonValue(); in TEST() local
215 auto json = TestSnippetJsonValue(); in TEST() local
223 auto json = TestSnippetJsonValue(); in TEST() local
231 auto json = TestSnippetJsonValue(); in TEST() local
257 auto json = TestSnippetJsonValue(); in TEST() local
281 auto json = TestSnippetJsonValue(); in TEST() local
293 auto json = TestSnippetJsonValue(); in TEST() local
305 auto json = TestSnippetJsonValue(); in TEST() local
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/jansson/src/
H A Djansson.h69 #define json_typeof(json) ((json)->type) argument
70 #define json_is_object(json) ((json) && json_typeof(json) == JSON_OBJECT) argument
71 #define json_is_array(json) ((json) && json_typeof(json) == JSON_ARRAY) argument
72 #define json_is_string(json) ((json) && json_typeof(json) == JSON_STRING) argument
74 #define json_is_real(json) ((json) && json_typeof(json) == JSON_REAL) argument
76 #define json_is_true(json) ((json) && json_typeof(json) == JSON_TRUE) argument
77 #define json_is_false(json) ((json) && json_typeof(json) == JSON_FALSE) argument
79 #define json_is_boolean(json) (json_is_true(json) || json_is_false(json)) argument
80 #define json_is_null(json) ((json) && json_typeof(json) == JSON_NULL) argument
98 json_t *json_incref(json_t *json) in json_incref()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ntp_snippets/remote/
H A Dremote_suggestion_unittest.cc183 auto json = TestSnippetJsonValue(); in TEST() local
195 auto json = TestSnippetJsonValue(); in TEST() local
205 auto json = TestSnippetJsonValue(); in TEST() local
215 auto json = TestSnippetJsonValue(); in TEST() local
223 auto json = TestSnippetJsonValue(); in TEST() local
231 auto json = TestSnippetJsonValue(); in TEST() local
257 auto json = TestSnippetJsonValue(); in TEST() local
281 auto json = TestSnippetJsonValue(); in TEST() local
293 auto json = TestSnippetJsonValue(); in TEST() local
305 auto json = TestSnippetJsonValue(); in TEST() local
[all …]
/dports/devel/grpc/grpc-1.42.0/test/core/xds/
H A Dgoogle_mesh_ca_certificate_provider_factory_test.cc72 Json json = Json::Parse(json_str, &error); in TEST() local
125 Json json = Json::Parse(json_str, &error); in TEST() local
177 Json json = Json::Parse(json_str, &error); in TEST() local
220 Json json = Json::Parse(json_str, &error); in TEST() local
264 Json json = Json::Parse(json_str, &error); in TEST() local
289 Json json = Json::Parse(json_str, &error); in TEST() local
316 Json json = Json::Parse(json_str, &error); in TEST() local
345 Json json = Json::Parse(json_str, &error); in TEST() local
/dports/devel/grpc134/grpc-1.34.1/test/core/xds/
H A Dgoogle_mesh_ca_certificate_provider_factory_test.cc71 Json json = Json::Parse(json_str, &error); in TEST() local
124 Json json = Json::Parse(json_str, &error); in TEST() local
176 Json json = Json::Parse(json_str, &error); in TEST() local
219 Json json = Json::Parse(json_str, &error); in TEST() local
263 Json json = Json::Parse(json_str, &error); in TEST() local
288 Json json = Json::Parse(json_str, &error); in TEST() local
315 Json json = Json::Parse(json_str, &error); in TEST() local
344 Json json = Json::Parse(json_str, &error); in TEST() local
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_json.h49 static inline cJSON *json_add_child_obj(cJSON *json, const char *name, cJSON *obj) in json_add_child_obj()
68 static inline cJSON *json_add_child_array(cJSON *json, const char *name) in json_add_child_array()
82 static inline cJSON *json_add_child_string(cJSON *json, const char *name, const char *val) in json_add_child_string()
96 static inline int cJSON_isTrue(cJSON *json) in cJSON_isTrue()
/dports/databases/redisjson/jsonpath-198043336123efdb71172af9f5aef18ef5ec2d6b/wasm/tests/
H A Dweb.rs76 …let json: Value = jsonpath::select(JsValue::from_str(json_str()), "$..book[2]").into_serde().unwra… in select() localVariable
87 let json: Value = cb_result.into_serde().unwrap(); in compile() localVariable
98 let json: Value = cb_result.into_serde().unwrap(); in selector() localVariable
108 let json: Value = selector.select_as().unwrap().into_serde().unwrap(); in selector_struct() localVariable
/dports/net/v2ray/v2ray-core-4.36.2/vendor/golang.org/x/sys/unix/
H A Dztypes_linux_mips64.go25 Usec int64
26 }
27
28 type Timex struct {
31 Freq int64
43 Stabil int64
58 Cstime int64
59 }
60
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/util/
H A DJSONUtils.java23 public static UUID getUUID(String name, JSONObject json) { in getUUID()
28 public static void putUUID(String name, UUID uuid, JSONObject json) { in putUUID()
42 JSONObject json = new JSONObject(); in bundleToJSON() local
55 public static Set<String> parseStringSet(JSONArray json) { in parseStringSet()
/dports/devel/jansson/jansson-2.14/src/
H A Djansson.h80 #define json_typeof(json) ((json)->type) argument
82 #define json_is_array(json) ((json) && json_typeof(json) == JSON_ARRAY) argument
85 #define json_is_real(json) ((json) && json_typeof(json) == JSON_REAL) argument
87 #define json_is_true(json) ((json) && json_typeof(json) == JSON_TRUE) argument
88 #define json_is_false(json) ((json) && json_typeof(json) == JSON_FALSE) argument
91 #define json_is_null(json) ((json) && json_typeof(json) == JSON_NULL) argument
118 #define JSON_INTERNAL_INCREF(json) (++json->refcount) argument
119 #define JSON_INTERNAL_DECREF(json) (--json->refcount) argument
122 static JSON_INLINE json_t *json_incref(json_t *json) { in json_incref()
131 static JSON_INLINE void json_decref(json_t *json) { in json_decref()
[all …]
/dports/devel/jansson/jansson-2.14/test/suites/api/
H A Dtest_dump.c52 json_t *json; in encode_twice() local
93 json_t *json; in circular_references() local
137 json_t *json; in encode_other_than_array_or_object() local
174 json_t *json; in escape_slashes() local
196 json_t *json; in encode_nul_byte() local
209 json_t *json; in dump_file() local
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/RedfishPkg/Library/JsonLib/jansson/test/suites/api/
H A Dtest_dump.c52 json_t *json; in encode_twice() local
93 json_t *json; in circular_references() local
137 json_t *json; in encode_other_than_array_or_object() local
174 json_t *json; in escape_slashes() local
196 json_t *json; in encode_nul_byte() local
209 json_t *json; in dump_file() local
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/jansson-fd3e9e3/test/suites/api/
H A Dtest_dump.c52 json_t *json; in encode_twice() local
93 json_t *json; in circular_references() local
137 json_t *json; in encode_other_than_array_or_object() local
174 json_t *json; in escape_slashes() local
196 json_t *json; in encode_nul_byte() local
209 json_t *json; in dump_file() local
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/formats/json/
H A Drjson.c121 static bool _rjson_io_input(rjson_t *json) in _rjson_io_input()
136 static bool _rjson_grow_string(rjson_t *json) in _rjson_grow_string()
208 static bool _rjson_read_unicode(rjson_t *json) in _rjson_read_unicode()
633 enum rjson_type rjson_next(rjson_t *json) in rjson_next()
848 rjson_t* json = (rjson_t*)malloc( in rjson_open_user() local
928 double rjson_get_double(rjson_t *json) in rjson_get_double()
954 int rjson_get_int(rjson_t *json) in rjson_get_int()
961 const char *rjson_get_error(rjson_t *json) in rjson_get_error()
971 size_t rjson_get_source_line(rjson_t *json) in rjson_get_source_line()
1029 void rjson_free(rjson_t *json) in rjson_free()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/formats/json/
H A Drjson.c121 static bool _rjson_io_input(rjson_t *json) in _rjson_io_input()
136 static bool _rjson_grow_string(rjson_t *json) in _rjson_grow_string()
208 static bool _rjson_read_unicode(rjson_t *json) in _rjson_read_unicode()
633 enum rjson_type rjson_next(rjson_t *json) in rjson_next()
848 rjson_t* json = (rjson_t*)malloc( in rjson_open_user() local
928 double rjson_get_double(rjson_t *json) in rjson_get_double()
954 int rjson_get_int(rjson_t *json) in rjson_get_int()
961 const char *rjson_get_error(rjson_t *json) in rjson_get_error()
971 size_t rjson_get_source_line(rjson_t *json) in rjson_get_source_line()
1029 void rjson_free(rjson_t *json) in rjson_free()
[all …]
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/formats/json/
H A Drjson.c121 static bool _rjson_io_input(rjson_t *json) in _rjson_io_input()
136 static bool _rjson_grow_string(rjson_t *json) in _rjson_grow_string()
208 static bool _rjson_read_unicode(rjson_t *json) in _rjson_read_unicode()
633 enum rjson_type rjson_next(rjson_t *json) in rjson_next()
847 rjson_t* json = (rjson_t*)malloc( in rjson_open_user() local
927 double rjson_get_double(rjson_t *json) in rjson_get_double()
953 int rjson_get_int(rjson_t *json) in rjson_get_int()
960 const char *rjson_get_error(rjson_t *json) in rjson_get_error()
970 size_t rjson_get_source_line(rjson_t *json) in rjson_get_source_line()
1028 void rjson_free(rjson_t *json) in rjson_free()
[all …]
/dports/devel/elixir-excoveralls/excoveralls-0.14.4/
H A DREADME.md374 #### Stop Words
377 #### Exclude Files
394 #### Terminal Report Output
418 #### Coverage Options
452 ### Ignore Lines
468 ### Notes
475 ### Todo
/dports/lang/v8/v8-9.6.180.12/third_party/inspector_protocol/crdtp/
H A Djson_test.cc25 namespace json { namespace
380 std::string json = "{\"foo\": 42}"; in TEST_F() local
479 std::vector<uint16_t> json = in TEST_F() local
525 std::string json = in TEST_F() local
560 std::string json; in MakeNestedJson() local
615 std::string json = ""; in TEST_F() local
622 std::string json = "|"; in TEST_F() local
638 std::string json = "\"foo\\x22\""; in TEST_F() local
645 std::string json = "[1,2,]"; in TEST_F() local
653 std::string json = "[1,2 2"; in TEST_F() local
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/tests/ondemand/
H A Dondemand_document_stream_tests.cpp19 std::string json = R"([1,2,3,4,5] in issue1683() local
62 auto json = R"([1,[1,2]] {"a":1,"b":2} {"o":{"1":1,"2":2}} [1,2,3])"_padded; in simple_document_iteration() local
80 auto json = R"([1,[1,2]] {"a":1,"b":2} {"o":{"1":1,"2":2}} [1,2,3])"_padded; in simple_document_iteration_multiple_batches() local
96 auto json = R"([1,[1,2]] {"a":1,"b":2} {"o":{"1":1,"2":2}} [1,2,3])"_padded; in simple_document_iteration_with_parsing() local
133 auto json = R"(5 true 20.3 "string" )"_padded; in atoms_json() local
205 auto json = R"([1,2,3] {"1":1,"2":3,"4":4} [1,2 )"_padded; in truncated() local
222 auto json = R"([1,2,3] {"1":1,"2":3,"4":4} [1,2] )"_padded; in truncated_complete_docs() local
240 auto json = R"([1,2,3] {"1":1,"2":3,"4":4} "intentionally unclosed string )"_padded; in truncated_unclosed_string() local
279 auto json = simdjson::padded_string(input.data(),input.size()); in truncated_unclosed_string() local
337 auto json = R"({"f[)"_padded; in truncated_unclosed_string() local
[all …]
/dports/emulators/citra/citra-ac98458e0/src/web_service/
H A Dannounce_room_json.cpp14 void to_json(nlohmann::json& json, const Room::Member& member) { in to_json()
26 void from_json(const nlohmann::json& json, Room::Member& member) { in from_json()
39 void to_json(nlohmann::json& json, const Room& room) { in to_json()
56 void from_json(const nlohmann::json& json, Room& room) { in from_json()
116 nlohmann::json json{{"players", room.members}}; in Update() local
121 nlohmann::json json = room; in Register() local
/dports/emulators/citra-qt5/citra-ac98458e0/src/web_service/
H A Dannounce_room_json.cpp14 void to_json(nlohmann::json& json, const Room::Member& member) { in to_json()
26 void from_json(const nlohmann::json& json, Room::Member& member) { in from_json()
39 void to_json(nlohmann::json& json, const Room& room) { in to_json()
56 void from_json(const nlohmann::json& json, Room& room) { in from_json()
116 nlohmann::json json{{"players", room.members}}; in Update() local
121 nlohmann::json json = room; in Register() local
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_target/src/
H A Dtests.rs7 let json = Json::from_str( in report_unused_fields() localVariable
26 let json = Json::from_str( in report_incorrect_json_type() localVariable
45 let json = Json::from_str( in no_warnings_for_valid_target() localVariable
/dports/www/moodle310/moodle/badges/
H A Dissuer_json.php38 $json = badges_get_default_issuer(); variable
43 $json = $badge->get_badge_issuer($obversion); variable
48 $json = ['id' => $badgeurl->out()]; variable

12345678910>>...595