Searched refs:src_path (Results 1 – 4 of 4) sorted by relevance
| /plugin/json/ |
| D | helper.php | 662 $src_path = isset($data['src_path']) ? $data['src_path'] : null; 697 $log['src_path'] = is_array($src_path) ? implode('.', $src_path) : ''; 707 … helper_plugin_json::add_data($json, $path['array'], $json_src, $src_path, $log_file); 718 $log['src_path'] = is_array($src_path) ? implode('.', $src_path) : ''; 786 … helper_plugin_json::add_data($json, $path['array'], $json_src, $src_path, $log_file); 819 … helper_plugin_json::add_data($json, $path['array'], $json_src, $src_path, $log_file); 964 * @param array $src_path - if defined, then only specific part of $json_src will be added. 967 private function add_data(&$json_database, $append, $json_src, $src_path = null, &$log = null) { argument 968 if(is_array($src_path)) { 969 foreach($src_path as $tok) { [all …]
|
| /plugin/json/syntax/ |
| D | define.php | 176 $src_path = NULL; 182 $src_path = $json_o->parse_tokens($q_val); 187 if(is_array($src_path)) { 188 $data['src_path'] = $src_path;
|
| /plugin/json/demo/ |
| D | json_definition_demo.txt | 187 With the 'src_path' attribute you can specify a path on data referenced by 'src'. Only that part of… 194 <json path=partly."my ingredients" src=recipe_butter_cookie src_path=Ingredients display=all></json> 203 <json path=partly."my ingredients" src=recipe_butter_cookie src_path=Ingredients display=all></json>
|
| D | json_plugin.txt | 147 ==== Attribute 'src_path' ==== 149 …src_path'' is specified, then only part of database referenced by 'src' attribute is used. Path on… 154 This attribute is similar to 'src_path', but the value is defined externally in query string. It wo…
|