| /dokuwiki/lib/tpl/ |
| H A D | index.php | 55 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']) . "</st…
|
| /dokuwiki/lib/tpl/dokuwiki/ |
| H A D | mediamanager.php | 18 <?php echo hsc($lang['mediaselect'])?> 31 <h1><?php echo hsc($lang['mediaselect'])?></h1>
|
| H A D | detail.php | 19 <?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 D | main.php | 53 <div class="pageId"><span><?php echo hsc($ID) ?></span></div>
|
| /dokuwiki/lib/plugins/acl/ |
| H A D | admin.php | 359 ($inl) ? '' : hsc(ltrim($this->who, '@')) 368 echo '<input type="hidden" name="ns" value="' . hsc($this->ns) . '" />'; 369 echo '<input type="hidden" name="id" value="' . hsc($ID) . '" />'; 395 printf($this->getLang('p_choose_ns'), hsc($this->ns)); 397 printf($this->getLang('p_choose_id'), hsc($ID)); 493 printf($this->getLang('p_user_ns'), hsc($who), hsc($ns), implode(', ', $names)); 495 printf($this->getLang('p_user_id'), hsc($who), hsc($ID), implode(', ', $names)); 498 … printf($this->getLang('p_group_ns'), hsc(ltrim($who, '@')), hsc($ns), implode(', ', $names)); 500 … printf($this->getLang('p_group_id'), hsc(ltrim($who, '@')), hsc($ID), implode(', ', $names)); 643 echo '<input type="hidden" name="ns" value="' . hsc($this->ns) . '" />'; [all …]
|
| /dokuwiki/lib/plugins/authldap/ |
| H A D | auth.php | 69 … $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__); 174 … $this->debug('LDAP bind as superuser: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__); 191 $this->debug('LDAP user to find: ' . hsc($info['user']), 0, __LINE__, __FILE__); 194 $this->debug('LDAP Server: ' . hsc($info['server']), 0, __LINE__, __FILE__); 204 $this->debug('LDAP Filter: ' . hsc($filter), 0, __LINE__, __FILE__); 206 $this->debug('LDAP search at: ' . hsc($base . ' ' . $filter), 0, __LINE__, __FILE__); 208 $this->debug('LDAP user search: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__); [all …]
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | GuiExtension.php | 29 $html .= '<span class="id" title="' . hsc($this->extension->getBase()) . '">' . 30 hsc($this->extension->getBase()) . '</span>'; 50 '<span class="version">' . hsc($this->extension->getLastUpdate()) . '</span></div>'; 117 …$html .= sprintf($this->getLang('extensionby'), hsc($this->extension->getDisplayName()), $this->au… 122 $html .= hsc('<' . $this->getLang('status_bundled') . '>'); 124 $html .= hsc($this->extension->getInstalledVersion()); 129 $html .= '<p>' . hsc($this->extension->getDescription()) . '</p>'; 147 $message = hsc($message); 219 $list['installed_version'] = hsc($this->extension->getInstalledVersion()); 233 ? hsc($this->extension->getLastUpdate()) [all …]
|
| /dokuwiki/lib/exe/ |
| H A D | openapi.php | 64 … echo '<tr><td>' . $code['code'] . '</td><td>' . hsc($code['message']) . '</td></tr>'; 74 …echo 'You are currently logged in as <strong>' . hsc($INPUT->server->str('REMOTE_USER')) . '</stro…
|
| H A D | opensearch.php | 32 echo ' <ShortName>' . hsc($conf['title']) . '</ShortName>' . NL;
|
| /dokuwiki/inc/Sitemap/ |
| H A D | Item.php | 61 . ' <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 D | admin.php | 74 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/styling/ |
| H A D | admin.php | 92 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 D | DisplayRow.php | 84 if ($t) echo '<strong>' . hsc($t) . '</strong><br />'; 85 if ($d) echo hsc($d) . '<br />'; 86 if ($t) echo '<em>' . hsc($k) . '</em>';
|
| /dokuwiki/_test/tests/Parsing/Markdown/ |
| H A D | SpecCompatRenderer.php | 249 $classAttr = ' class="language-' . hsc((string) $language) . '"'; 251 return '<pre><code' . $classAttr . '>' . hsc((string) $text) . '</code></pre>'; 256 $out = '<img src="' . hsc((string) $src) . '"'; 257 $out .= ' alt="' . hsc((string) $alt) . '"'; 280 return '<a href="' . hsc($href) . '">' . $img . '</a>'; 283 return '<a href="' . hsc($href) . '">' . hsc((string) $text) . '</a>';
|
| /dokuwiki/lib/plugins/revert/ |
| H A D | admin.php | 75 …echo '<input type="text" name="filter" class="edit" value="' . hsc($INPUT->str('filter')) . '" /> … 138 echo '<input type="hidden" name="filter" value="' . hsc($filter) . '" />'; 158 echo '<input type="checkbox" name="revert[]" value="' . hsc($recent['id']) . 201 printf($this->getLang('note2'), hsc($filter));
|
| /dokuwiki/inc/Ui/ |
| H A D | Subscribe.php | 43 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']);
|
| H A D | Admin.php | 81 echo hsc($conf['template']) . ' ' . hsc($conf['syntax']); 83 echo implode('<br>', array_map(hsc(...), array_values($runtime)));
|
| /dokuwiki/lib/plugins/info/ |
| H A D | syntax.php | 158 … $doc = '<h2><a name="' . $hid . '" id="' . $hid . '">' . hsc($info['name']) . '</a></h2>'; 160 $doc .= '<p>' . strtr(hsc($info['desc']), ["\n" => "<br />"]) . '</p>'; 166 $doc .= '<h3><a name="' . $hid . '" id="' . $hid . '">' . hsc($title) . '</a></h3>'; 176 $params[] = hsc($desc) . '</td><td>' . hsc($type); 181 $doc .= '<tr><th>Return value</th><td>' . hsc(key($method['return'])) . 182 '</td><td>' . hsc(current($method['return'])) . '</td></tr>';
|
| /dokuwiki/inc/ |
| H A D | Mailer.class.php | 269 $html = hsc($html); 288 $htmlrep[$key] = '<a href="' . hsc($value) . '">' . hsc($value) . '</a>'; 290 $htmlrep[$key] = hsc($value); 468 … msg(hsc("E-Mail address <$addr> is not ASCII"), -1, __LINE__, __FILE__, MSG_ADMINS_ONLY); 473 … msg(hsc("E-Mail address <$addr> is not valid"), -1, __LINE__, __FILE__, MSG_ADMINS_ONLY); 743 'DATE' => '<i>' . hsc(dformat()) . '</i>', 744 'BROWSER' => hsc($INPUT->server->str('HTTP_USER_AGENT')), 745 'IPADDRESS' => '<code>' . hsc($ip) . '</code>', 746 'HOSTNAME' => '<code>' . hsc($cip) . '</code>', 747 'TITLE' => hsc($conf['title']), [all …]
|
| H A D | ErrorHandler.php | 61 $title = hsc($e::class . ': ' . $e->getMessage()); 92 $msg = hsc($intro) . '<br />' . hsc($e::class . ': ' . $e->getMessage());
|
| H A D | ActionRouter.php | 98 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 D | html.php | 229 $html .= '<input type="hidden" name="' . $key . '" value="' . hsc($val) . '" />'; 233 $tip = empty($tooltip) ? hsc($label) : hsc($tooltip); 242 $html .= '<span>' . hsc($label) . '</span>' . inlineSVG($svg); 244 $html .= hsc($label); 864 return '<a href="' . $link . '">' . hsc($item['title']) . '</a>'; 972 $out .= ' <param name="movie" value="' . hsc($swf) . '" />' . NL; 977 $out .= ' <param name="' . hsc($key) . '" value="' . hsc($val) . '" />' . NL; 1035 $tab .= '<a href="' . hsc($href) . '">'; 1037 $tab .= hsc($caption)
|
| /dokuwiki/inc/Action/ |
| H A D | Plugin.php | 32 msg('Failed to handle action: ' . hsc($this->actionname), -1);
|
| /dokuwiki/inc/Form/ |
| H A D | FieldsetOpenElement.php | 36 if ($legend) $html .= DOKU_LF . '<legend>' . hsc($legend) . '</legend>';
|
| H A D | OptGroup.php | 116 $html .= '<option' . $selected . ' value="' . hsc($key) . '" ' . $attrs . '>'; 117 $html .= hsc($val['label']);
|