Home
last modified time | relevance | path

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

123

/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php74 echo '<strong>' . hsc($facility) . '</strong>';
80 echo '<a href="' . $link . '">' . hsc($facility) . '</a>';
193 echo hsc(substr($line, 2)) . '<br />';
203 echo '<span class="datetime">' . hsc($dt) . '</span>';
205 echo '<span class="msg">' . hsc($msg) . '</span>';
206 echo '<span class="file">' . hsc($file) . '</span>';
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php99 $string .= hsc($key) . "\t" . hsc($v) . "\n";
101 $string .= hsc($key) . "\t" . hsc($val) . "\n";
/dokuwiki/lib/plugins/revert/
H A Dadmin.php75 echo '<input type="text" name="filter" class="edit" value="' . hsc($INPUT->str('filter')) . '" /> ';
128 echo '<input type="hidden" name="filter" value="' . hsc($filter) . '" />';
145 echo '<input type="checkbox" name="revert[]" value="' . hsc($recent['id']) .
188 printf($this->getLang('note2'), hsc($filter));
/dokuwiki/lib/plugins/styling/
H A Dadmin.php92 echo '<td><label for="tpl__' . hsc($key) . '">' . $name . '</label></td>';
93 echo '<td><input type="' . $this->colorType($value) . '" name="tpl[' . hsc($key) . ']" ' .
94 'id="tpl__' . hsc($key) . '" value="' . hsc($this->colorValue($value)) . '" ' .
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php270 echo '<td class="centeralign"><input type="checkbox" name="delete[' . hsc($user) .
277 '" title="' . $this->lang['edit_prompt'] . '">' . hsc($user) . '</a></td>';
279 echo '<td>' . hsc($user) . '</td>';
281 echo '<td>' . hsc($name) . '</td><td>' . hsc($mail) . '</td><td>' . hsc($groups) . '</td>';
482 echo '<input type="hidden" name="userid_old" value="' . hsc($user) . "\" />";
531 $value = hsc($value);
559 return (isset($this->filter[$key]) ? hsc($this->filter[$key]) : '');
573 echo '<input type="hidden" name="filter[' . $key . ']" value="' . hsc(
[all...]
/dokuwiki/lib/tpl/dokuwiki/
H A Ddetail.php19 <?php echo hsc(tpl_img_getTag('IPTC.Headline', $IMG))?>
40 <div class="pageId"><span><?php echo hsc(tpl_img_getTag('IPTC.Headline', $IMG)); ?></span></div>
52 <h1><?php echo nl2br(hsc(tpl_img_getTag('simple.title'))); ?></h1>
H A Dmain.php53 <div class="pageId"><span><?php echo hsc($ID) ?></span></div>
H A Dmediamanager.php18 <?php echo hsc($lang['mediaselect'])?>
31 <h1><?php echo hsc($lang['mediaselect'])?></h1>
/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/vendor/geshi/geshi/src/
H A Dgeshi.php1992 $sym = $this->hsc($sym);
2008 $symbols = $this->hsc($symbols);
2175 $result = $this->hsc($this->source);
2398 $escaped_escape_char = $this->hsc($this->language_data['ESCAPE_CHAR']);
2440 $endresult .= $this->hsc($parts[$key][1]);
2578 $string = "<span$string_attributes>" . GeSHi::hsc($char);
2652 $string .= $this->hsc(substr($part, $start, $es_pos - $start));
2663 GeSHi::hsc($this->language_data['ESCAPE_CHAR']);
2690 $string .= $this->hsc($es_char_m) . '</span>';
2692 $es_char_m = $this->hsc(
4289 protected function hsc($string, $quote_style = ENT_COMPAT) { global() function in GeSHi
[all...]

123