Home
last modified time | relevance | path

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

123

/dokuwiki/inc/Sitemap/
H A DItem.php61 . ' <loc>' . hsc($this->url) . '</loc>' . NL
64 $result .= ' <changefreq>' . hsc($this->changefreq) . '</changefreq>' . NL;
66 $result .= ' <priority>' . hsc($this->priority) . '</priority>' . NL;
/dokuwiki/inc/Ui/
H A DMediaDiff.php312 echo hsc($value);
H A DPageDiff.php231 echo '<table class="diff diff_' . hsc($this->preference['difftype']) . '">';
H A DSearch.php466 [hsc(rawurlencode($query)), hsc($query), $pagecreateinfo],
/dokuwiki/
H A Ddoku.php69 msg(sprintf($lang['unable_to_parse_date'], hsc($DATE_AT)));
H A Dfeed.php73 echo '<error>' . hsc($e->getMessage()) . '</error>';
H A Dinstall.php188 $d = array_map('hsc', $d);
250 echo '<input type="radio" name="d[license]" value="' . hsc($key) . '" id="lic_' . $key . '"' .
252 echo hsc($lic['name']);
/dokuwiki/inc/Action/
H A DSubscribe.php97 hsc($INFO['userinfo']['name']),
108 hsc($INFO['userinfo']['name']),
H A DPlugin.php32 msg('Failed to handle action: ' . hsc($this->actionname), -1);
H A DPreview.php45 msg(hsc($error), -1);
/dokuwiki/inc/
H A DActionRouter.php98 msg('Action disabled: ' . hsc($presetup), -1);
103 msg(hsc($e->getMessage()), -1);
109 msg('Action unknown: ' . hsc($actionname), -1);
164 nice_die(hsc($msg));
H A DAjax.php32 echo "AJAX call '" . hsc($call) . "' unknown!\n";
436 $name = hsc($item['id']);
439 echo '<a href="' . $link . '" title="' . hsc($item['id']) . '" class="wikilink1">' . $name . '</a>';
442 echo '<span>' . hsc($item['title']) . '</span>';
H A Dmedia.php41 echo '<h1>' . $lang['reference'] . ' <code>' . hsc(noNS($id)) . '</code></h1>';
42 echo '<p>' . hsc($lang['ref_inuse']) . '</p>';
48 echo '<span class="mediaref_ref">' . hsc($row) . '</span>';
718 if (!$fullscreenview) echo '<h1 id="media__ns">:' . hsc($ns) . '</h1>' . NL;
1276 else echo hsc($value);
1445 echo '<h1 id="media__ns">' . sprintf($lang['searchmedia_in'], hsc($ns) . ':*') . '</h1>' . NL;
1568 $form->setHiddenField('ns', hsc($ns)); // FIXME hsc required?
1655 ->attr('title', sprintf($lang['searchmedia_in'], hsc($ns) . ':*'))
H A Dform.php1021 echo '<input type="hidden" name="' . hsc($attrs['name']) . '"'
1022 . ' value="' . hsc($attrs['value'][1]) . '" />';
H A Dfulltext.php551 hsc(implode('... ', $snippets))
H A Dhtml.php227 $html .= '<input type="hidden" name="' . $key . '" value="' . hsc($val) . '" />';
231 $tip = empty($tooltip) ? hsc($label) : hsc($tooltip);
240 $html .= '<span>' . hsc($label) . '</span>' . inlineSVG($svg);
242 $html .= hsc($label);
861 return '<a href="' . $link . '">' . hsc($item['title']) . '</a>';
969 $out .= ' <param name="movie" value="' . hsc($swf) . '" />' . NL;
974 $out .= ' <param name="' . hsc($key) . '" value="' . hsc($val) . '" />' . NL;
1032 $tab .= '<a href="' . hsc(
[all...]
/dokuwiki/lib/exe/
H A Dopensearch.php32 echo ' <ShortName>' . hsc($conf['title']) . '</ShortName>' . NL;
/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/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>
/dokuwiki/inc/Menu/
H A DMobileMenu.php81 $html .= hsc($item->getLabel());
/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...]
/dokuwiki/lib/plugins/authldap/
H A Dauth.php69 $this->debug('LDAP bind as superuser: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
92 $this->debug('LDAP anonymous bind: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
101 $this->debug('LDAP user dn bind: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
118 $this->debug('LDAP user bind: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
173 $this->debug('LDAP bind as superuser: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
190 $this->debug('LDAP user to find: ' . hsc($info['user']), 0, __LINE__, __FILE__);
193 $this->debug('LDAP Server: ' . hsc($info['server']), 0, __LINE__, __FILE__);
203 $this->debug('LDAP Filter: ' . hsc($filter), 0, __LINE__, __FILE__);
205 $this->debug('LDAP search at: ' . hsc($base . ' ' . $filter), 0, __LINE__, __FILE__);
207 $this->debug('LDAP user search: ' . hsc(ldap_erro
[all...]
/dokuwiki/lib/plugins/authplain/
H A Dauth.php193 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
249 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
/dokuwiki/inc/Ui/Media/
H A DDisplayRow.php84 if ($t) echo '<strong>' . hsc($t) . '</strong><br />';
85 if ($d) echo hsc($d) . '<br />';
86 if ($t) echo '<em>' . hsc($k) . '</em>';
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php146 return '<span class="sum">' . ' – ' . hsc($this->val('sum')) . '</span>';
190 $display_name = useHeading('navigation') ? hsc(p_get_first_heading($id)) : $id;

123