Home
last modified time | relevance | path

Searched refs:a_html (Results 1 – 25 of 65) sorted by relevance

123

/dports/www/ilias/ILIAS-5.4.25/Services/COPage/classes/
H A Dclass.ilPCSection.php371 $a_html = substr($a_html, 0, $start) . substr($a_html, $end + 5);
372 $a_html = str_replace($end_limiter, "", $a_html);
375 $a_html = substr($a_html, 0, $start) . substr($a_html, $end + strlen($end_limiter));
379 $a_html = str_replace("{{{{{Section;Access}}}}}", "", $a_html);
381 return $a_html;
471 * @param string $a_html html
474 public function insertTimings($a_html) argument
501 $h2 = substr($a_html, 0, $start) .
503 substr($a_html, $end + 5);
504 $a_html = $h2;
[all …]
H A Dclass.ilPCPlaceHolder.php144 * @param string $a_html
147 public function modifyPageContentPostXsl($a_html, $a_mode) argument
157 $start = strpos($a_html, "{{{{{PlaceHolder#");
159 $end = strpos($a_html, "}}}}}", $start);
163 $param = substr($a_html, $start + 17, $end - $start - 17);
185 $h2 = substr($a_html, 0, $start) .
187 substr($a_html, $end + 5);
188 $a_html = $h2;
191 $start = strpos($a_html, "{{{{{PlaceHolder#", $start + 5);
194 $end = strpos($a_html, "}}}}}", $start);
[all …]
H A Dclass.ilPCMap.php272 public function modifyPageContentPostXsl($a_html, $a_mode) argument
275 $start = strpos($a_html, "[[[[[Map;");
277 $end = strpos($a_html, "]]]]]", $start);
281 $param = substr($a_html, $start + 9, $end - $start - 9);
296 $h2 = substr($a_html, 0, $start) .
298 substr($a_html, $end + 5);
299 $a_html = $h2;
302 $start = strpos($a_html, "[[[[[Map;", $start + 5);
305 $end = strpos($a_html, "]]]]]", $start);
309 return $a_html;
H A Dclass.ilPCContentInclude.php226 public function modifyPageContentPostXsl($a_html, $a_mode) argument
231 $start = strpos($a_html, "{{{{{ContentInclude;");
233 $end = strpos($a_html, "}}}}}", $start);
237 $param = substr($a_html, $start + 20, $end - $start - 20);
279 $h2 = substr($a_html, 0, $start) .
281 substr($a_html, $end + 5);
282 $a_html = $h2;
286 $start = strpos($a_html, "{{{{{ContentInclude;", $start + 5);
289 $end = strpos($a_html, "}}}}}", $start);
292 return $a_html;
H A Dclass.ilPCPlugged.php264 public function modifyPageContentPostXsl($a_html, $a_mode) argument
270 $start = strpos($a_html, "{{{{{Plugged<pl");
273 $end = strpos($a_html, "}}}}}", $start);
278 $param = substr($a_html, $start + 5, $end - $start - 5);
306 $a_html = substr($a_html, 0, $start) .
308 substr($a_html, $end + 5);
310 if (strlen($a_html) > $start + 5) {
311 $start = strpos($a_html, "{{{{{Plugged<pl", $start + 5);
317 $end = strpos($a_html, "}}}}}", $start);
321 return $a_html;
/dports/www/ilias6/ILIAS-6.14/Services/COPage/classes/
H A Dclass.ilPCSection.php374 $a_html = substr($a_html, 0, $start) . substr($a_html, $end + 5);
375 $a_html = str_replace($end_limiter, "", $a_html);
378 $a_html = substr($a_html, 0, $start) . substr($a_html, $end + strlen($end_limiter));
382 $a_html = str_replace("{{{{{Section;Access}}}}}", "", $a_html);
383 return $a_html;
473 * @param string $a_html html
476 public function insertTimings($a_html) argument
503 $h2 = substr($a_html, 0, $start) .
505 substr($a_html, $end + 5);
506 $a_html = $h2;
[all …]
H A Dclass.ilPCPlaceHolder.php144 public function modifyPageContentPostXsl($a_html, $a_mode, $a_abstract_only = false) argument
154 $start = strpos($a_html, "{{{{{PlaceHolder#");
156 $end = strpos($a_html, "}}}}}", $start);
160 $param = substr($a_html, $start + 17, $end - $start - 17);
182 $h2 = substr($a_html, 0, $start) .
184 substr($a_html, $end + 5);
185 $a_html = $h2;
188 $start = strpos($a_html, "{{{{{PlaceHolder#", $start + 5);
191 $end = strpos($a_html, "}}}}}", $start);
194 return $a_html;
H A Dclass.ilPCMap.php269 public function modifyPageContentPostXsl($a_html, $a_mode, $a_abstract_only = false) argument
272 $start = strpos($a_html, "[[[[[Map;");
274 $end = strpos($a_html, "]]]]]", $start);
278 $param = substr($a_html, $start + 9, $end - $start - 9);
293 $h2 = substr($a_html, 0, $start) .
295 substr($a_html, $end + 5);
296 $a_html = $h2;
299 $start = strpos($a_html, "[[[[[Map;", $start + 5);
302 $end = strpos($a_html, "]]]]]", $start);
306 return $a_html;
H A Dclass.ilPCContentInclude.php226 public function modifyPageContentPostXsl($a_html, $a_mode, $a_abstract_only = false) argument
231 $start = strpos($a_html, "{{{{{ContentInclude;");
233 $end = strpos($a_html, "}}}}}", $start);
237 $param = substr($a_html, $start + 20, $end - $start - 20);
279 $h2 = substr($a_html, 0, $start) .
281 substr($a_html, $end + 5);
282 $a_html = $h2;
286 $start = strpos($a_html, "{{{{{ContentInclude;", $start + 5);
289 $end = strpos($a_html, "}}}}}", $start);
292 return $a_html;
H A Dclass.ilPCPlugged.php261 public function modifyPageContentPostXsl($a_html, $a_mode, $a_abstract_only = false) argument
267 $start = strpos($a_html, "{{{{{Plugged<pl");
270 $end = strpos($a_html, "}}}}}", $start);
275 $param = substr($a_html, $start + 5, $end - $start - 5);
303 $a_html = substr($a_html, 0, $start) .
305 substr($a_html, $end + 5);
307 if (strlen($a_html) > $start + 5) {
308 $start = strpos($a_html, "{{{{{Plugged<pl", $start + 5);
314 $end = strpos($a_html, "}}}}}", $start);
318 return $a_html;
/dports/www/ilias/ILIAS-5.4.25/Services/LearningHistory/classes/
H A Dclass.ilPCLearningHistory.php182 public function modifyPageContentPostXsl($a_html, $a_mode) argument
187 $start = strpos($a_html, "{{{{{LearningHistory");
189 $end = strpos($a_html, "}}}}}", $start);
193 $param = substr($a_html, $start + 5, $end - $start - 5);
204 $a_html = substr($a_html, 0, $start) .
206 substr($a_html, $end + 5);
208 if (strlen($a_html) > $start + 5) {
209 $start = strpos($a_html, "{{{{{LearningHistory", $start + 5);
215 $end = strpos($a_html, "}}}}}", $start);
219 return $a_html;
/dports/www/ilias6/ILIAS-6.14/Services/LearningHistory/classes/
H A Dclass.ilPCLearningHistory.php179 public function modifyPageContentPostXsl($a_html, $a_mode, $a_abstract_only = false) argument
184 $start = strpos($a_html, "{{{{{LearningHistory");
186 $end = strpos($a_html, "}}}}}", $start);
190 $param = substr($a_html, $start + 5, $end - $start - 5);
201 $a_html = substr($a_html, 0, $start) .
203 substr($a_html, $end + 5);
205 if (strlen($a_html) > $start + 5) {
206 $start = strpos($a_html, "{{{{{LearningHistory", $start + 5);
212 $end = strpos($a_html, "}}}}}", $start);
216 return $a_html;
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.ilAssQuestionPageGUI.php89 * @param string $a_html
91 public function setQuestionInfoHTML($a_html) argument
93 $this->questionInfoHTML = $a_html;
98 * @param string $a_html
100 public function setQuestionActionsHTML($a_html) argument
102 $this->questionActionsHTML = $a_html;
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.ilAssQuestionPageGUI.php89 * @param string $a_html
91 public function setQuestionInfoHTML($a_html) argument
93 $this->questionInfoHTML = $a_html;
98 * @param string $a_html
100 public function setQuestionActionsHTML($a_html) argument
102 $this->questionActionsHTML = $a_html;
/dports/www/ilias/ILIAS-5.4.25/Modules/Wiki/classes/
H A Dclass.ilPCAMDPageList.php218 public function modifyPageContentPostXsl($a_html, $a_mode) argument
223 return $a_html;
233 $start = strpos($a_html, "[[[[[AMDPageList;");
235 $end = strpos($a_html, "]]]]]", $start);
239 $parts = explode(";", substr($a_html, $start + 17, $end - $start - 17));
266 $a_html = substr($a_html, 0, $start) .
268 substr($a_html, $end + 5);
270 $start = strpos($a_html, "[[[[[AMDPageList;", $start + 5);
273 $end = strpos($a_html, "]]]]]", $start);
277 return $a_html;
/dports/www/ilias6/ILIAS-6.14/Modules/Wiki/classes/
H A Dclass.ilPCAMDPageList.php221 public function modifyPageContentPostXsl($a_html, $a_mode, $a_abstract_only = false) argument
226 return $a_html;
236 $start = strpos($a_html, "[[[[[AMDPageList;");
238 $end = strpos($a_html, "]]]]]", $start);
242 $parts = explode(";", substr($a_html, $start + 17, $end - $start - 17));
269 $a_html = substr($a_html, 0, $start) .
271 substr($a_html, $end + 5);
273 $start = strpos($a_html, "[[[[[AMDPageList;", $start + 5);
276 $end = strpos($a_html, "]]]]]", $start);
280 return $a_html;
/dports/www/ilias/ILIAS-5.4.25/Services/Html/classes/
H A Dclass.ilHtmlPurifierComposite.php67 * @param string $a_html HTML snippet/document
71 public function purify($a_html) argument
74 $a_html = $oPurifier->purify($a_html);
77 return $a_html;
H A Dclass.ilHtmlPurifierAbstractLibWrapper.php45 * @param string $a_html HTML snippet/document
50 final public function purify($a_html, $a_config = null) argument
52 return $this->oPurifier->purify($a_html, $a_config);
/dports/www/ilias/ILIAS-5.4.25/Modules/Portfolio/classes/
H A Dclass.ilPortfolioTemplatePageGUI.php59 protected function renderPageElement($a_type, $a_html) argument
61 return parent::renderPageElement($a_type, $this->addPlaceholderInfo($a_html));
64 protected function addPlaceholderInfo($a_html) argument
70 trim($a_html) .
/dports/www/ilias6/ILIAS-6.14/Modules/Portfolio/classes/
H A Dclass.ilPortfolioTemplatePageGUI.php53 protected function renderPageElement($a_type, $a_html) argument
55 return parent::renderPageElement($a_type, $this->addPlaceholderInfo($a_html));
58 protected function addPlaceholderInfo($a_html) argument
64 trim($a_html) .
/dports/www/ilias6/ILIAS-6.14/Services/UICore/interfaces/
H A Dinterface.ilGlobalTemplateInterface.php162 public function setContent($a_html); argument
168 public function setLeftContent($a_html); argument
180 public function setRightContent($a_html); argument
229 public function addLightbox($a_html, $a_id); argument
/dports/www/ilias6/ILIAS-6.14/Services/UICore/classes/
H A Dclass.ilGlobalPageTemplate.php184 public function setContent($a_html) argument
186 $this->legacy_content_template->setMainContent($a_html);
193 public function setLeftContent($a_html) argument
195 $this->legacy_content_template->setLeftContent($a_html);
202 public function setRightContent($a_html) argument
204 $this->legacy_content_template->setRightContent($a_html);
318 public function addLightbox($a_html, $a_id) argument
320 $this->legacy_content_template->addLightbox($a_html, $a_id);
/dports/www/ilias/ILIAS-5.4.25/Services/Form/classes/
H A Dclass.ilCustomInputGUI.php61 * @param string $a_html Html
63 public function setHtml($a_html) argument
65 $this->html = $a_html;
/dports/www/ilias6/ILIAS-6.14/Services/Form/classes/
H A Dclass.ilCustomInputGUI.php61 * @param string $a_html Html
63 public function setHtml($a_html) argument
65 $this->html = $a_html;
/dports/www/ilias/ILIAS-5.4.25/Services/Html/interfaces/
H A Dinterface.ilHtmlPurifierInterface.php17 * @param string $a_html HTML snippet/document
20 public function purify($a_html); argument

123