Home
last modified time | relevance | path

Searched refs:hsc (Results 51 – 60 of 60) sorted by relevance

123

/dokuwiki/inc/Ui/
H A DSearch.php466 [hsc(rawurlencode($query)), hsc($query), $pagecreateinfo],
H A DMediaDiff.php312 echo hsc($value);
H A DPageDiff.php231 echo '<table class="diff diff_' . hsc($this->preference['difftype']) . '">';
/dokuwiki/lib/plugins/extension/
H A Dcli.php201 $this->error(sprintf($this->getLang('msg_delete_failed'), hsc($ext->getID())));
/dokuwiki/inc/
H A Dform.php1021 echo '<input type="hidden" name="' . hsc($attrs['name']) . '"'
1022 . ' value="' . hsc($attrs['value'][1]) . '" />';
H A DDifferenceEngine.php1000 return hsc($str);
1226 return hsc($str);
1310 return hsc($str);
H A Dpageutils.php682 return hsc($id);
H A Dfulltext.php551 hsc(implode('... ', $snippets))
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php782 if ($htmlescape) $sql = hsc($sql);
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php990 '<bdi>' . hsc($url) . '</bdi>'

123