Searched refs:json_database (Results 1 – 2 of 2) sorted by relevance
| /plugin/json/ |
| D | helper.php | 409 * @param array $json_database If specified, it will be used for source data. 414 public function extractors_replace($str, $extractors, $json_database = NULL) { argument 417 function ($matches) use (&$extractors, $json_database) { 420 $json_var = helper_plugin_json::get($ext['tokens'], $json_database); 469 $val = helper_plugin_json::get($val_path, $json_database); 630 * @param array $json_database External array, where data will be added (database). 659 public function add_json(&$json_database, &$data, $recursion_depth, &$log) { argument 665 $json = &$json_database; 702 …$src = helper_plugin_json::extractors_replace(trim($src), $data['src_extractors'], $json_database); 859 …plugin_json::extractors_replace($json_inline_raw, $data['json_inline_extractors'], $json_database); [all …]
|
| /plugin/json/demo/ |
| D | json_plugin.txt | 80 …json_database = {}%%''. After the above first ''<json>'' element is rendered, variable is somethin… 95 …cifies, where in the 'json_database' data will be added. For example ''path=person1.address'' will… 103 …d) to the specified path on the 'json_database'. For example ''path=persons[]'' will put the data … 105 If path attribute is not specified, data is combined with the 'json_database' directly. 203 'path' specifies part of the 'json_database', which will be rendered. ''.'' (dot) is used as a deli…
|