Home
last modified time | relevance | path

Searched refs:hsc (Results 51 – 60 of 60) sorted by last modified time

123

/dokuwiki/inc/
H A DDifferenceEngine.php1000 return hsc($str);
1226 return hsc($str);
1310 return hsc($str);
H A DErrorHandler.php61 $title = hsc(get_class($e) . ': ' . $e->getMessage());
92 $msg = hsc($intro) . '<br />' . hsc(get_class($e) . ': ' . $e->getMessage());
/dokuwiki/inc/Extension/
H A DPluginController.php114 hsc($plugin),
115 hsc(
125 hsc($plugin)
/dokuwiki/inc/Form/
H A DDropdownElement.php44 throw new \InvalidArgumentException(hsc('<optgroup> must have a label!'));
66 throw new \InvalidArgumentException(hsc('Argument must be an associative array of label => [options]!'));
H A DFieldsetOpenElement.php36 if ($legend) $html .= DOKU_LF . '<legend>' . hsc($legend) . '</legend>';
H A DForm.php300 return $this->addElement(new ButtonElement($name, hsc($content)), $pos);
326 return $this->addLabelHTML(hsc($label), $for, $pos);
H A DInputElement.php163 . '<span>' . hsc($this->label->val()) . '</span>' . DOKU_LF
H A DOptGroup.php116 $html .= '<option' . $selected . ' value="' . hsc($key) . '" ' . $attrs . '>';
117 $html .= hsc($val['label']);
/dokuwiki/lib/tpl/
H A Dindex.php55 echo "<caption>" . hsc($conf['template']) . "'s style.ini</caption>";
58 echo '<td>' . hsc($key) . '</td>';
59 echo '<td>' . hsc($val) . '</td>';
69 echo "<p>Non-existent or invalid template or style.ini: <strong>" . hsc($conf['template']) . "</strong></p>";
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php61 $this->form .= '<h' . $level . ' id="' . $id . '">' . hsc($header) . '</h' . $level . '>' . DOKU_LF;
71 $this->form .= '<p>' . hsc($data) . '</p>' . DOKU_LF;
83 $this->form .= '<input type="hidden" name="' . hsc($key) . '" value="' . hsc($value) . '" />';
123 $this->form .= '<li id="extensionplugin__' . hsc($extension->getID()) .
210 hsc($extension->getAuthor()) . '</a>';
212 $html = '<span class="author">' . hsc($extension->getAuthor()) . '</span>';
237 $title = sprintf($this->getLang('screenshot'), hsc($extension->getDisplayName()));
238 $img = '<a href="' . hsc($screen) . '" target="_blank" class="extension_screenshot">' .
239 '<img alt="' . $title . '" width="120" height="70" src="' . hsc(
[all...]

123