Home
last modified time | relevance | path

Searched refs:a_output_html (Results 1 – 3 of 3) sorted by relevance

/dports/www/ilias6/ILIAS-6.14/Services/Container/classes/
H A Dclass.ilContainerContentGUI.php760 public function insertPageEmbeddedBlocks($a_output_html) argument
762 $this->determinePageEmbeddedBlocks($a_output_html);
768 if (is_int(strpos($a_output_html, "[list-" . $type . "]"))) {
769 $a_output_html = preg_replace(
772 $a_output_html
778 while (preg_match('~\[(item-group-([0-9]*))\]~i', $a_output_html, $found)) {
781 $a_output_html = preg_replace(
784 $a_output_html
788 return $a_output_html;
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/hxt-9.3.1.18/src/Text/XML/HXT/Arrow/
H A DXmlOptions.hs94 …, 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
/dports/www/ilias/ILIAS-5.4.25/Services/Container/classes/
H A Dclass.ilContainerContentGUI.php891 public function insertPageEmbeddedBlocks($a_output_html) argument
893 $this->determinePageEmbeddedBlocks($a_output_html);
899 if (is_int(strpos($a_output_html, "[list-" . $type . "]"))) {
900 $a_output_html = preg_replace(
903 $a_output_html
909 while (preg_match('~\[(item-group-([0-9]*))\]~i', $a_output_html, $found)) {
912 $a_output_html = preg_replace(
915 $a_output_html
919 return $a_output_html;