Home
last modified time | relevance | path

Searched defs:json (Results 1 – 25 of 5787) sorted by relevance

12345678910>>...232

/dports/math/octave-forge-io/io-2.6.4/inst/
H A Dobject2json.m76 json = '{'; variable
92 json = object2json (object{1}); variable
96 json = num2str (object); variable
109 json = [ '"', object, '"' ]; variable
113 json = 'true'; variable
115 json = 'false'; variable
127 json = '['; variable
147 json = [ '"', object, '"']; variable
150 json = '['; variable
160 json = '['; variable
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webdriver-0.40.2/src/
H A Dactions.rs248 let json = r#"{ in test_json_action_sequence_null() localVariable
269 let json = r#"{ in test_json_action_sequence_key() localVariable
290 let json = r#"{ in test_json_action_sequence_pointer() localVariable
328 let json = r#"{ in test_json_action_sequence_id_missing() localVariable
338 let json = r#"{ in test_json_action_sequence_id_null() localVariable
349 let json = r#"{ in test_json_action_sequence_actions_missing() localVariable
358 let json = r#"{ in test_json_action_sequence_actions_null() localVariable
368 let json = r#"{ in test_json_action_sequence_actions_invalid_type() localVariable
378 let json = r#"{ in test_json_actions_type_null() localVariable
396 let json = r#"{ in test_json_actions_type_key() localVariable
[all …]
/dports/textproc/jql/jql-3.0.6/src/
H A Dcore.rs113 let json: Value = serde_json::from_str(DATA).unwrap(); in get_text() localVariable
120 let json: Value = serde_json::from_str(DATA).unwrap(); in get_number() localVariable
127 let json: Value = serde_json::from_str(DATA).unwrap(); in get_null() localVariable
134 let json: Value = serde_json::from_str(DATA).unwrap(); in get_array() localVariable
141 let json: Value = serde_json::from_str(DATA).unwrap(); in get_empty_array() localVariable
148 let json: Value = serde_json::from_str(DATA).unwrap(); in get_item_in_array() localVariable
155 let json: Value = serde_json::from_str(DATA).unwrap(); in get_out_of_bound_item_in_array() localVariable
193 let json: Value = serde_json::from_str(DATA).unwrap(); in get_index_in_non_array() localVariable
220 let json: Value = serde_json::from_str(DATA).unwrap(); in get_array_without_index() localVariable
227 let json: Value = serde_json::from_str(DATA).unwrap(); in get_empty_array_without_index() localVariable
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/dbtests/
H A Djsontests.cpp2056 string json() const { in json() function in JsonTests::FromJsonTests::Malformed
2062 string json() const { in json() function in JsonTests::FromJsonTests::Malformed1
2068 string json() const { in json() function in JsonTests::FromJsonTests::Malformed2
2074 string json() const { in json() function in JsonTests::FromJsonTests::Malformed3
2080 string json() const { in json() function in JsonTests::FromJsonTests::Malformed4
2086 string json() const { in json() function in JsonTests::FromJsonTests::Malformed5
2092 string json() const { in json() function in JsonTests::FromJsonTests::Malformed6
2098 string json() const { in json() function in JsonTests::FromJsonTests::Malformed7
2104 string json() const { in json() function in JsonTests::FromJsonTests::Malformed8
2110 string json() const { in json() function in JsonTests::FromJsonTests::Malformed9
[all …]
/dports/net/cloud-init/cloud-init-21.4/doc/rtd/topics/
H A Dinstancedata.rst101 v1._beta_keys
110 v1.cloud_name
145 v1.instance_id
153 v1.kernel_release
161 v1.local_hostname
170 v1.machine
181 v1.platform
195 v1.subplatform
217 v1.python_version
226 v1.region
[all …]
/dports/databases/opentsdb/opentsdb-2.3.0/test/tsd/
H A DTestQueryRpcLastDataPoint.java70 final String json = getContent(query); in qsMetricMeta() local
90 final String json = getContent(query); in qsMetricMetaScan() local
112 final String json = getContent(query); in qsMetricMetaScanResolve() local
134 final String json = getContent(query); in qsMetricMetaScanOneMissing() local
153 final String json = getContent(query); in qsMetricMetaScanNoResults() local
168 final String json = getContent(query); in qsMetricMetaScanBackscanZero() local
188 final String json = getContent(query); in qsMetricBackscan() local
207 final String json = getContent(query); in qsMetricBackscanResolved() local
224 final String json = getContent(query); in qsMetricBackscanNoResult() local
241 final String json = getContent(query); in qsMetricTwoQueriesBackscan() local
[all …]
/dports/multimedia/vmaf/vmaf-2.3.0/libvmaf/src/
H A Dpdjson.c121 static void init(json_stream *json) in init()
245 read_unicode_cp(json_stream *json) in read_unicode_cp()
324 read_escaped(json_stream *json) in read_escaped()
486 read_string(json_stream *json) in read_string()
526 read_digits(json_stream *json) in read_digits()
546 read_number(json_stream *json, int c) in read_number()
622 static int next(json_stream *json) in next()
632 read_value(json_stream *json, int c) in read_value()
787 void json_reset(json_stream *json) in json_reset()
893 int json_source_get(json_stream *json) in json_source_get()
[all …]
/dports/sysutils/goaccess/goaccess-1.4.6/src/
H A Dpdjson.c125 init (json_stream * json) { in init()
177 init_string (json_stream * json) { in init_string()
290 read_unicode (json_stream * json) { in read_unicode()
493 read_string (json_stream * json) { in read_string()
531 read_digits (json_stream * json) { in read_digits()
625 next (json_stream * json) { in next()
673 json_peek (json_stream * json) { in json_peek()
683 json_next (json_stream * json) { in json_next()
789 json_reset (json_stream * json) { in json_reset()
797 json_skip (json_stream * json) { in json_skip()
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/core-lib/tests/
H A Drpc.rs34 let json = make_reader( in test_startup() localVariable
43 let json = make_reader(r#"{"id":0,"method":"new_view","params":{}}"#); in test_startup() localVariable
60 let json = make_reader( in test_state() localVariable
82 let json = make_reader( in test_state() localVariable
129 let json = make_reader( in test_movement_cmds() localVariable
136 let json = make_reader(MOVEMENT_RPCS); in test_movement_cmds() localVariable
148 let json = make_reader( in test_text_commands() localVariable
155 let json = make_reader(TEXT_EDIT_RPCS); in test_text_commands() localVariable
165 let json = make_reader( in test_other_edit_commands() localVariable
172 let json = make_reader(OTHER_EDIT_RPCS); in test_other_edit_commands() localVariable
[all …]
/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Djson.c47 json_expand_buf(struct json_container *json) in json_expand_buf()
72 json_new_line(struct json_container *json) in json_new_line()
99 json_append_buf(struct json_container *json, const char *str) in json_append_buf()
122 json_append_string(struct json_container *json, const char *str) in json_append_string()
197 sudo_json_free_v1(struct json_container *json) in sudo_json_free_v1()
236 sudo_json_close_object_v1(struct json_container *json) in sudo_json_close_object_v1()
252 sudo_json_open_array_v1(struct json_container *json, const char *name) in sudo_json_open_array_v1()
280 sudo_json_close_array_v1(struct json_container *json) in sudo_json_close_array_v1()
365 sudo_json_add_value_v1(struct json_container *json, const char *name, in sudo_json_add_value_v1()
379 sudo_json_get_buf_v1(struct json_container *json) in sudo_json_get_buf_v1()
[all …]
/dports/devel/elixir-exjsx/exjsx-4.0.0/lib/
H A Djsx.ex96 def json(term) function
100 def json(map) do function
111 def json([]), do: [:start_array, :end_array] function
113 def json([{ _, _ }|_] = list) do function
116 def json(list) do function
132 def json(nil), do: [:null] function
133 def json(true), do: [true] function
134 def json(false), do: [false] function
135 def json(atom), do: [atom] function
139 def json(value), do: [value] function
[all …]
/dports/devel/poco/poco-1.10.1-all/JSON/src/
H A Dpdjson.c132 static void init(json_stream *json) in init()
180 static int init_string(json_stream *json) in init_string()
252 read_unicode_cp(json_stream *json) in read_unicode_cp()
330 int read_escaped(json_stream *json) in read_escaped()
487 read_string(json_stream *json) in read_string()
527 read_digits(json_stream *json) in read_digits()
545 read_number(json_stream *json, int c) in read_number()
620 static int next(json_stream *json) in next()
630 read_value(json_stream *json, int c) in read_value()
767 void json_reset(json_stream *json) in json_reset()
[all …]
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Djson.c46 pr_json_array_t *json; in alloc_array() local
59 pr_json_object_t *json; in alloc_object() local
70 static unsigned int get_count(JsonNode *json) { in get_count()
112 pr_json_object_t *json; in pr_json_object_alloc() local
125 int pr_json_object_free(pr_json_object_t *json) { in pr_json_object_free()
142 pr_json_object_t *json; in pr_json_object_from_text() local
183 int pr_json_object_count(const pr_json_object_t *json) { in pr_json_object_count()
548 pr_json_array_t *json; in pr_json_array_alloc() local
561 int pr_json_array_free(pr_json_array_t *json) { in pr_json_array_free()
578 pr_json_array_t *json; in pr_json_array_from_text() local
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Djson.c46 pr_json_array_t *json; in alloc_array() local
59 pr_json_object_t *json; in alloc_object() local
70 static unsigned int get_count(JsonNode *json) { in get_count()
112 pr_json_object_t *json; in pr_json_object_alloc() local
125 int pr_json_object_free(pr_json_object_t *json) { in pr_json_object_free()
142 pr_json_object_t *json; in pr_json_object_from_text() local
183 int pr_json_object_count(const pr_json_object_t *json) { in pr_json_object_count()
548 pr_json_array_t *json; in pr_json_array_alloc() local
561 int pr_json_array_free(pr_json_array_t *json) { in pr_json_array_free()
578 pr_json_array_t *json; in pr_json_array_from_text() local
[all …]
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Djson.c46 pr_json_array_t *json; in alloc_array() local
59 pr_json_object_t *json; in alloc_object() local
70 static unsigned int get_count(JsonNode *json) { in get_count()
112 pr_json_object_t *json; in pr_json_object_alloc() local
125 int pr_json_object_free(pr_json_object_t *json) { in pr_json_object_free()
142 pr_json_object_t *json; in pr_json_object_from_text() local
183 int pr_json_object_count(const pr_json_object_t *json) { in pr_json_object_count()
548 pr_json_array_t *json; in pr_json_array_alloc() local
561 int pr_json_array_free(pr_json_array_t *json) { in pr_json_array_free()
578 pr_json_array_t *json; in pr_json_array_from_text() local
[all …]
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Djson.c46 pr_json_array_t *json; in alloc_array() local
59 pr_json_object_t *json; in alloc_object() local
70 static unsigned int get_count(JsonNode *json) { in get_count()
112 pr_json_object_t *json; in pr_json_object_alloc() local
125 int pr_json_object_free(pr_json_object_t *json) { in pr_json_object_free()
142 pr_json_object_t *json; in pr_json_object_from_text() local
183 int pr_json_object_count(const pr_json_object_t *json) { in pr_json_object_count()
548 pr_json_array_t *json; in pr_json_array_alloc() local
561 int pr_json_array_free(pr_json_array_t *json) { in pr_json_array_free()
578 pr_json_array_t *json; in pr_json_array_from_text() local
[all …]
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Djson.c46 pr_json_array_t *json; in alloc_array() local
59 pr_json_object_t *json; in alloc_object() local
70 static unsigned int get_count(JsonNode *json) { in get_count()
112 pr_json_object_t *json; in pr_json_object_alloc() local
125 int pr_json_object_free(pr_json_object_t *json) { in pr_json_object_free()
142 pr_json_object_t *json; in pr_json_object_from_text() local
183 int pr_json_object_count(const pr_json_object_t *json) { in pr_json_object_count()
548 pr_json_array_t *json; in pr_json_array_alloc() local
561 int pr_json_array_free(pr_json_array_t *json) { in pr_json_array_free()
578 pr_json_array_t *json; in pr_json_array_from_text() local
[all …]
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Djson.c46 pr_json_array_t *json; in alloc_array() local
59 pr_json_object_t *json; in alloc_object() local
70 static unsigned int get_count(JsonNode *json) { in get_count()
112 pr_json_object_t *json; in pr_json_object_alloc() local
125 int pr_json_object_free(pr_json_object_t *json) { in pr_json_object_free()
142 pr_json_object_t *json; in pr_json_object_from_text() local
183 int pr_json_object_count(const pr_json_object_t *json) { in pr_json_object_count()
548 pr_json_array_t *json; in pr_json_array_alloc() local
561 int pr_json_array_free(pr_json_array_t *json) { in pr_json_array_free()
578 pr_json_array_t *json; in pr_json_array_from_text() local
[all …]
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Djson.c46 pr_json_array_t *json; in alloc_array() local
59 pr_json_object_t *json; in alloc_object() local
70 static unsigned int get_count(JsonNode *json) { in get_count()
112 pr_json_object_t *json; in pr_json_object_alloc() local
125 int pr_json_object_free(pr_json_object_t *json) { in pr_json_object_free()
142 pr_json_object_t *json; in pr_json_object_from_text() local
183 int pr_json_object_count(const pr_json_object_t *json) { in pr_json_object_count()
548 pr_json_array_t *json; in pr_json_array_alloc() local
561 int pr_json_array_free(pr_json_array_t *json) { in pr_json_array_free()
578 pr_json_array_t *json; in pr_json_array_from_text() local
[all …]
/dports/ftp/proftpd/proftpd-1.3.7c/src/
H A Djson.c46 pr_json_array_t *json; in alloc_array() local
59 pr_json_object_t *json; in alloc_object() local
70 static unsigned int get_count(JsonNode *json) { in get_count()
112 pr_json_object_t *json; in pr_json_object_alloc() local
125 int pr_json_object_free(pr_json_object_t *json) { in pr_json_object_free()
142 pr_json_object_t *json; in pr_json_object_from_text() local
183 int pr_json_object_count(const pr_json_object_t *json) { in pr_json_object_count()
548 pr_json_array_t *json; in pr_json_array_alloc() local
561 int pr_json_array_free(pr_json_array_t *json) { in pr_json_array_free()
578 pr_json_array_t *json; in pr_json_array_from_text() local
[all …]
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/src/
H A Djson.c46 pr_json_array_t *json; in alloc_array() local
59 pr_json_object_t *json; in alloc_object() local
70 static unsigned int get_count(JsonNode *json) { in get_count()
112 pr_json_object_t *json; in pr_json_object_alloc() local
125 int pr_json_object_free(pr_json_object_t *json) { in pr_json_object_free()
142 pr_json_object_t *json; in pr_json_object_from_text() local
183 int pr_json_object_count(const pr_json_object_t *json) { in pr_json_object_count()
548 pr_json_array_t *json; in pr_json_array_alloc() local
561 int pr_json_array_free(pr_json_array_t *json) { in pr_json_array_free()
578 pr_json_array_t *json; in pr_json_array_from_text() local
[all …]
/dports/emulators/qemu42/qemu-4.2.1/migration/
H A Dqjson.c35 static void json_emit_element(QJSON *json, const char *name) in json_emit_element() argument
51 void json_start_object(QJSON *json, const char *name) in json_start_object()
58 void json_end_object(QJSON *json) in json_end_object()
64 void json_start_array(QJSON *json, const char *name) in json_start_array()
71 void json_end_array(QJSON *json) in json_end_array()
77 void json_prop_int(QJSON *json, const char *name, int64_t val) in json_prop_int()
83 void json_prop_str(QJSON *json, const char *name, const char *str) in json_prop_str()
91 const char *qjson_get_str(QJSON *json) in qjson_get_str()
98 QJSON *json = g_new0(QJSON, 1); in qjson_new() local
105 void qjson_finish(QJSON *json) in qjson_finish()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/migration/
H A Dqjson.c35 static void json_emit_element(QJSON *json, const char *name) in json_emit_element() argument
51 void json_start_object(QJSON *json, const char *name) in json_start_object()
58 void json_end_object(QJSON *json) in json_end_object()
64 void json_start_array(QJSON *json, const char *name) in json_start_array()
71 void json_end_array(QJSON *json) in json_end_array()
77 void json_prop_int(QJSON *json, const char *name, int64_t val) in json_prop_int()
83 void json_prop_str(QJSON *json, const char *name, const char *str) in json_prop_str()
91 const char *qjson_get_str(QJSON *json) in qjson_get_str()
98 QJSON *json = g_new0(QJSON, 1); in qjson_new() local
105 void qjson_finish(QJSON *json) in qjson_finish()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/migration/
H A Dqjson.c35 static void json_emit_element(QJSON *json, const char *name) in json_emit_element() argument
51 void json_start_object(QJSON *json, const char *name) in json_start_object()
58 void json_end_object(QJSON *json) in json_end_object()
64 void json_start_array(QJSON *json, const char *name) in json_start_array()
71 void json_end_array(QJSON *json) in json_end_array()
77 void json_prop_int(QJSON *json, const char *name, int64_t val) in json_prop_int()
83 void json_prop_str(QJSON *json, const char *name, const char *str) in json_prop_str()
91 const char *qjson_get_str(QJSON *json) in qjson_get_str()
98 QJSON *json = g_new0(QJSON, 1); in qjson_new() local
105 void qjson_finish(QJSON *json) in qjson_finish()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/migration/
H A Dqjson.c35 static void json_emit_element(QJSON *json, const char *name) in json_emit_element() argument
51 void json_start_object(QJSON *json, const char *name) in json_start_object()
58 void json_end_object(QJSON *json) in json_end_object()
64 void json_start_array(QJSON *json, const char *name) in json_start_array()
71 void json_end_array(QJSON *json) in json_end_array()
77 void json_prop_int(QJSON *json, const char *name, int64_t val) in json_prop_int()
83 void json_prop_str(QJSON *json, const char *name, const char *str) in json_prop_str()
91 const char *qjson_get_str(QJSON *json) in qjson_get_str()
98 QJSON *json = g_new0(QJSON, 1); in qjson_new() local
105 void qjson_finish(QJSON *json) in qjson_finish()
[all …]

12345678910>>...232