Searched refs:xml_content (Results 1 – 4 of 4) sorted by relevance
| /plugin/json/ |
| D | helper.php | 500 * @param string $xml_content same as $xml_tag, may be undefined also if $element is undefined. 512 … public function handle_element($element, $xml_tag=NULL, $xml_attributes=NULL, $xml_content=NULL) { argument 525 list( , $xml_tag, $xml_attributes, $xml_content) = array_pad($matches, 4, ''); 532 if($xml_content !== '') { 533 $xml_content = helper_plugin_json::preprocess($xml_content); 553 $data['json_inline_raw'] = $xml_content; 554 $data['json_inline_extractors'] = helper_plugin_json::extractors_handle($xml_content);
|
| /plugin/doxycode/ |
| D | action.php | 359 $xml_content = @file_get_contents($xml_cache->cache); 361 …$rendered_text = $parser->renderXMLToDokuWikiCode($xml_content, $job_config['linenumbers'], $tag_c…
|
| /plugin/crypto/ |
| D | syntax.php | 89 function xml_content($xml) { function in syntax_plugin_crypto
|
| /plugin/doxycode/syntax/ |
| D | snippet.php | 342 $xml_content = @file_get_contents($xml_cache->cache); 345 $xml_content,
|