/dokuwiki/lib/tpl/ |
H A D | index.php | 53 echo "<caption>".hsc($conf['template'])."'s style.ini</caption>"; 56 echo '<td>'.hsc($key).'</td>'; 57 echo '<td>'.hsc($val).'</td>'; 67 …echo "<p>Non-existent or invalid template or style.ini: <strong>".hsc($conf['template'])."</strong…
|
/dokuwiki/lib/tpl/dokuwiki/ |
H A D | mediamanager.php | 16 <?php echo hsc($lang['mediaselect'])?> 30 <h1><?php echo hsc($lang['mediaselect'])?></h1>
|
H A D | detail.php | 18 <?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/extension/helper/ |
H A D | list.php | 69 $this->form .= '<p>'.hsc($data).'</p>'.DOKU_LF; 81 $this->form .= '<input type="hidden" name="'.hsc($key).'" value="'.hsc($value).'" />'; 208 hsc($extension->getAuthor()).'</a>'; 263 '<bdi>'.hsc($extension->getDisplayName()).'</bdi>', 281 $html .= hsc($extension->getDescription()).' '; 429 $html = '<a href="'.hsc($url).'" class="urlextern">'.hsc($name).'</a>'; 482 ? hsc($extension->getUpdateDate()) 491 ? hsc($extension->getLastUpdate()) 499 ? hsc(implode(', ', $extension->getTypes())) 548 hsc($link).'</a></bdi>, '; [all …]
|
/dokuwiki/lib/plugins/logviewer/ |
H A D | admin.php | 71 echo '<strong>' . hsc($facility) . '</strong>'; 75 echo '<a href="' . $link . '">' . hsc($facility) . '</a>'; 105 echo hsc(substr($line, 2)) . '<br />'; 115 echo '<span class="datetime">' . hsc($dt) . '</span>'; 117 echo '<span class="msg">' . hsc($msg) . '</span>'; 118 echo '<span class="file">' . hsc($file) . '</span>';
|
/dokuwiki/lib/plugins/acl/ |
H A D | admin.php | 385 printf($this->getLang('p_choose_ns'), hsc($this->ns)); 387 printf($this->getLang('p_choose_id'), hsc($ID)); 483 printf($this->getLang('p_user_ns'), hsc($who), hsc($ns), join(', ', $names)); 485 printf($this->getLang('p_user_id'), hsc($who), hsc($ID), join(', ', $names)); 489 … printf($this->getLang('p_group_ns'), hsc(ltrim($who, '@')), hsc($ns), join(', ', $names)); 491 … printf($this->getLang('p_group_id'), hsc(ltrim($who, '@')), hsc($ID), join(', ', $names)); 677 … echo '<input type="checkbox" name="del['.hsc($where).'][]" value="'.hsc($who).'" />'; 835 … echo ' <option value="'.hsc($ug).'" class="aclgroup"'.$sel.'>'.hsc($ug).'</option>'.NL; 837 … echo ' <option value="'.hsc($ug).'" class="acluser"'.$sel.'>'.hsc($ug).'</option>'.NL; 853 … echo ' <option value="'.hsc($ug).'" class="aclgroup"'.$sel.'>'.hsc($ug).'</option>'.NL; [all …]
|
/dokuwiki/lib/plugins/authldap/ |
H A D | auth.php | 116 … $this->debug('LDAP user bind: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__); 188 $this->debug('LDAP user to find: ' . hsc($info['user']), 0, __LINE__, __FILE__); 191 $this->debug('LDAP Server: ' . hsc($info['server']), 0, __LINE__, __FILE__); 201 $this->debug('LDAP Filter: ' . hsc($filter), 0, __LINE__, __FILE__); 203 $this->debug('LDAP user search: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__); 204 $this->debug('LDAP search at: ' . hsc($base . ' ' . $filter), 0, __LINE__, __FILE__); 281 … $this->debug('LDAP group search: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__); 282 $this->debug('LDAP search at: ' . hsc($base . ' ' . $filter), 0, __LINE__, __FILE__); 301 $this->debug('LDAP usergroup: ' . hsc($group), 0, __LINE__, __FILE__); 347 'LDAP user bind failed: ' . hsc($dn) . ': ' . hsc(ldap_error($this->con)), [all …]
|
/dokuwiki/inc/Sitemap/ |
H A D | Item.php | 57 .' <loc>'.hsc($this->url).'</loc>'.NL 60 $result .= ' <changefreq>'.hsc($this->changefreq).'</changefreq>'.NL; 62 $result .= ' <priority>'.hsc($this->priority).'</priority>'.NL;
|
/dokuwiki/lib/plugins/styling/ |
H A D | admin.php | 89 echo '<td><label for="tpl__'.hsc($key).'">'.$name.'</label></td>'; 90 …o '<td><input type="'.$this->colorType($value).'" name="tpl['.hsc($key).']" id="tpl__'.hsc($key).'" 91 … value="'.hsc($this->colorValue($value)).'" dir="ltr" required="required"/></td>';
|
/dokuwiki/lib/plugins/revert/ |
H A D | admin.php | 74 … echo '<input type="text" name="filter" class="edit" value="'.hsc($INPUT->str('filter')).'" /> '; 127 echo '<input type="hidden" name="filter" value="'.hsc($filter).'" />'; 144 echo '<input type="checkbox" name="revert[]" value="'.hsc($recent['id']). 187 printf($this->getLang('note2'), hsc($filter));
|
/dokuwiki/inc/Ui/Media/ |
H A D | DisplayRow.php | 85 if ($t) echo '<strong>' . hsc($t) . '</strong><br />'; 86 if ($d) echo hsc($d) . '<br />'; 87 if ($t) echo '<em>' . hsc($k) . '</em>';
|
/dokuwiki/inc/Action/ |
H A D | Plugin.php | 30 msg('Failed to handle action: ' . hsc($this->actionname), -1);
|
H A D | Preview.php | 42 msg(hsc($error), -1);
|
H A D | Subscribe.php | 96 $lang["subscr_{$action}_success"], hsc($INFO['userinfo']['name']), 106 hsc($INFO['userinfo']['name']),
|
/dokuwiki/lib/plugins/info/ |
H A D | syntax.php | 177 … $doc = '<h2><a name="' . $hid . '" id="' . $hid . '">' . hsc($info['name']) . '</a></h2>'; 179 $doc .= '<p>' . strtr(hsc($info['desc']), array("\n" => "<br />")) . '</p>'; 185 $doc .= '<h3><a name="' . $hid . '" id="' . $hid . '">' . hsc($title) . '</a></h3>'; 195 $params[] = hsc($desc) . '</td><td>' . hsc($type); 200 $doc .= '<tr><th>Return value</th><td>' . hsc(key($method['return'])) . 201 '</td><td>' . hsc(current($method['return'])) . '</td></tr>';
|
/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']);
|
/dokuwiki/inc/ |
H A D | Mailer.class.php | 205 $html = hsc($html); 224 $htmlrep[$key] = '<a href="'.hsc($value).'">'.hsc($value).'</a>'; 226 $htmlrep[$key] = hsc($value); 663 'DATE' => '<i>' . hsc(dformat()) . '</i>', 665 'IPADDRESS' => '<code>' . hsc($ip) . '</code>', 666 'HOSTNAME' => '<code>' . hsc($cip) . '</code>', 667 'TITLE' => hsc($conf['title']), 669 'USER' => hsc($INPUT->server->str('REMOTE_USER')), 670 'NAME' => hsc($name), 671 'MAIL' => '<a href="mailto:"' . hsc($mail) . '">' . [all …]
|
H A D | ErrorHandler.php | 61 $title = hsc(get_class($e) . ': ' . $e->getMessage()); 92 $msg = hsc($intro) . '<br />' . hsc(get_class($e) . ': ' . $e->getMessage());
|
H A D | ActionRouter.php | 96 msg('Action disabled: ' . hsc($presetup), -1); 101 msg(hsc($e->getMessage()), -1); 108 msg('Action unknown: ' . hsc($actionname), -1); 161 nice_die(hsc($msg));
|
H A D | html.php | 211 $html .= '<input type="hidden" name="'.$key.'" value="'.hsc($val).'" />'; 215 $tip = empty($tooltip) ? hsc($label) : hsc($tooltip); 224 $html .= '<span>'. hsc($label) .'</span>'. inlineSVG($svg); 226 $html .= hsc($label); 819 return '<a href="'.$link.'">'.hsc($item['title']).'</a>'; 923 $out .= ' <param name="movie" value="'.hsc($swf).'" />'.NL; 928 $out .= ' <param name="'.hsc($key).'" value="'.hsc($val).'" />'.NL; 984 $tab .= '<a href="' . hsc($href) . '">'; 986 $tab .= hsc($caption)
|
/dokuwiki/inc/Form/ |
H A D | FieldsetOpenElement.php | 37 if ($legend) $html .= DOKU_LF.'<legend>'.hsc($legend).'</legend>';
|
H A D | OptGroup.php | 112 $html .= '<option' . $selected . ' value="' . hsc($key) . '" ' . $attrs . '>'; 113 $html .= hsc($val['label']);
|
/dokuwiki/lib/plugins/extension/ |
H A D | admin.php | 92 hsc($extension->getDisplayName())), 1 97 hsc($extension->getDisplayName())), -1 109 hsc($extension->getDisplayName())), 1 121 hsc($extension->getDisplayName())), 1
|
/dokuwiki/lib/exe/ |
H A D | opensearch.php | 31 echo ' <ShortName>'.hsc($conf['title']).'</ShortName>'.NL;
|