Searched refs:a_output_html (Results 1 – 3 of 3) sorted by relevance
760 public function insertPageEmbeddedBlocks($a_output_html) argument762 $this->determinePageEmbeddedBlocks($a_output_html);768 if (is_int(strpos($a_output_html, "[list-" . $type . "]"))) {769 $a_output_html = preg_replace(772 $a_output_html778 while (preg_match('~\[(item-group-([0-9]*))\]~i', $a_output_html, $found)) {781 $a_output_html = preg_replace(784 $a_output_html788 return $a_output_html;
94 …, Option "" [a_output_html] (NoArg withOutputHTML ) "output o…97 …t without <?xml ...?> processing instruction, useful in combination with --" ++ show a_output_html)169 a_output_html,220 a_output_html = "output-html" function
891 public function insertPageEmbeddedBlocks($a_output_html) argument893 $this->determinePageEmbeddedBlocks($a_output_html);899 if (is_int(strpos($a_output_html, "[list-" . $type . "]"))) {900 $a_output_html = preg_replace(903 $a_output_html909 while (preg_match('~\[(item-group-([0-9]*))\]~i', $a_output_html, $found)) {912 $a_output_html = preg_replace(915 $a_output_html919 return $a_output_html;