Home
last modified time | relevance | path

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

123

/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/tpl/dokuwiki/
H A Dmediamanager.php18 <?php echo hsc($lang['mediaselect'])?>
32 <h1><?php echo hsc($lang['mediaselect'])?></h1>
H A Ddetail.php19 <?php echo hsc(tpl_img_getTag('IPTC.Headline', $IMG))?>
41 <div class="pageId"><span><?php echo hsc(tpl_img_getTag('IPTC.Headline', $IMG)); ?></span></div>
53 <h1><?php echo nl2br(hsc(tpl_img_getTag('simple.title'))); ?></h1>
H A Dmain.php54 <div class="pageId"><span><?php echo hsc($ID) ?></span></div>
/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...]
/dokuwiki/lib/plugins/acl/
H A Dadmin.php358 ($inl) ? '' : hsc(ltrim($this->who, '@'))
367 echo '<input type="hidden" name="ns" value="' . hsc($this->ns) . '" />';
368 echo '<input type="hidden" name="id" value="' . hsc($ID) . '" />';
394 printf($this->getLang('p_choose_ns'), hsc($this->ns));
396 printf($this->getLang('p_choose_id'), hsc($ID));
492 printf($this->getLang('p_user_ns'), hsc($who), hsc($ns), implode(', ', $names));
494 printf($this->getLang('p_user_id'), hsc($who), hsc($ID), implode(', ', $names));
497 printf($this->getLang('p_group_ns'), hsc(ltri
[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 user search: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
206 $this->debug('LDAP search at: ' . hsc(
[all...]
/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/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/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/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/lib/plugins/info/
H A Dsyntax.php181 $doc = '<h2><a name="' . $hid . '" id="' . $hid . '">' . hsc($info['name']) . '</a></h2>';
183 $doc .= '<p>' . strtr(hsc($info['desc']), ["\n" => "<br />"]) . '</p>';
189 $doc .= '<h3><a name="' . $hid . '" id="' . $hid . '">' . hsc($title) . '</a></h3>';
199 $params[] = hsc($desc) . '</td><td>' . hsc($type);
204 $doc .= '<tr><th>Return value</th><td>' . hsc(key($method['return'])) .
205 '</td><td>' . hsc(current($method['return'])) . '</td></tr>';
/dokuwiki/inc/Action/
H A DPlugin.php32 msg('Failed to handle action: ' . hsc($this->actionname), -1);
H A DPreview.php45 msg(hsc($error), -1);
H A DSubscribe.php97 hsc($INFO['userinfo']['name']),
108 hsc($INFO['userinfo']['name']),
/dokuwiki/inc/Ui/
H A DSubscribe.php43 echo '<code class="ns">' . hsc(prettyprint_id($sub['target'])) . '</code>';
45 echo '<code class="page">' . hsc(prettyprint_id($sub['target'])) . '</code>';
48 if (!$sstl) $sstl = hsc($sub['style']);
/dokuwiki/inc/
H A DMailer.class.php211 $html = hsc($html);
230 $htmlrep[$key] = '<a href="' . hsc($value) . '">' . hsc($value) . '</a>';
232 $htmlrep[$key] = hsc($value);
410 msg(hsc("E-Mail address <$addr> is not ASCII"), -1, __LINE__, __FILE__, MSG_ADMINS_ONLY);
415 msg(hsc("E-Mail address <$addr> is not valid"), -1, __LINE__, __FILE__, MSG_ADMINS_ONLY);
685 'DATE' => '<i>' . hsc(dformat()) . '</i>',
686 'BROWSER' => hsc($INPUT->server->str('HTTP_USER_AGENT')),
687 'IPADDRESS' => '<code>' . hsc($ip) . '</code>',
688 'HOSTNAME' => '<code>' . hsc(
[all...]
H A DErrorHandler.php61 $title = hsc(get_class($e) . ': ' . $e->getMessage());
92 $msg = hsc($intro) . '<br />' . hsc(get_class($e) . ': ' . $e->getMessage());
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 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/inc/Form/
H A DFieldsetOpenElement.php36 if ($legend) $html .= DOKU_LF . '<legend>' . hsc($legend) . '</legend>';
H A DOptGroup.php116 $html .= '<option' . $selected . ' value="' . hsc($key) . '" ' . $attrs . '>';
117 $html .= hsc($val['label']);
/dokuwiki/lib/plugins/extension/
H A Dadmin.php94 hsc($extension->getDisplayName())
99 hsc($extension->getDisplayName())
111 hsc($extension->getDisplayName())
123 hsc($extension->getDisplayName())
/dokuwiki/lib/exe/
H A Dopensearch.php32 echo ' <ShortName>' . hsc($conf['title']) . '</ShortName>' . NL;

123