Searched refs:a_container_page_html (Results 1 – 2 of 2) sorted by relevance
/dports/www/ilias6/ILIAS-6.14/Services/Container/classes/ |
H A D | class.ilContainerContentGUI.php | 454 public function determinePageEmbeddedBlocks($a_container_page_html) argument 461 if (is_int(strpos($a_container_page_html, "[list-" . $type . "]"))) { 467 while (preg_match('~\[(item-group-([0-9]*))\]~i', $a_container_page_html, $found)) { 470 … $a_container_page_html = preg_replace('~\[' . $found[1] . '\]~i', $html, $a_container_page_html);
|
/dports/www/ilias/ILIAS-5.4.25/Services/Container/classes/ |
H A D | class.ilContainerContentGUI.php | 443 public function determinePageEmbeddedBlocks($a_container_page_html) argument 450 if (is_int(strpos($a_container_page_html, "[list-" . $type . "]"))) { 456 while (preg_match('~\[(item-group-([0-9]*))\]~i', $a_container_page_html, $found)) { 459 … $a_container_page_html = preg_replace('~\[' . $found[1] . '\]~i', $html, $a_container_page_html);
|