Home
last modified time | relevance | path

Searched refs:hsc (Results 1 – 25 of 60) sorted by last modified time

123

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php782 if ($htmlescape) $sql = hsc($sql);
/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/inc/
H A Dpageutils.php682 return hsc($id);
H A Dsearch.php208 msg(hsc($info['id']) . ' is not a valid file name for DokuWiki - skipped', -1);
275 msg(hsc($id) . ' is not a valid file name for DokuWiki - skipped', -1);
510 msg(hsc($item['id']) . ' is not a valid file name for DokuWiki - skipped', -1);
H A Dtemplate.php123 msg(hsc($e->getMessage()), -1);
628 'title="' . hsc($caption) . $addTitle . '"',
819 $out .= '<bdi>' . tpl_link(wl($id), hsc($name), 'class="breadcrumbs" title="' . $id . '"', true) . '</bdi>';
1055 return hsc($page_title);
1057 echo hsc($page_title);
1126 echo hsc($tag['value']);
1243 if ($data['url']) echo '<a href="' . hsc($data['url']) . '" title="' . $lang['mediaview'] . '">';
1448 msg('Unknown action ' . hsc($do), -1);
1483 printf($lang['media_' . $opened_tab], '<strong>' . hsc($tabTitle) . '</strong>');
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 Dcommon.php32 function hsc($string)
388 $url .= hsc($val);
1689 $data['name'] = '<bdi>' . hsc($INFO['userinfo']['name']) . '</bdi> ' .
1690 '(<bdi>' . hsc($INPUT->server->str('REMOTE_USER')) . '</bdi>)';
1704 $data['name'] = $textonly ? $info['name'] : hsc($info['name']);
1712 $data['name'] = $textonly ? $data['username'] : hsc($data['username']);
28 function hsc($string) { global() function
H A Dinfoutils.php97 $version['date'] = hsc($date);
268 msg('Your locale <code>' . hsc($loc) . '</code> seems not to be a UTF-8 locale,
271 msg('Valid locale ' . hsc($loc) . ' found.', 1);
476 echo hsc(print_r($msg, true));
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php99 $string .= hsc($key) . "\t" . hsc($v) . "\n";
101 $string .= hsc($key) . "\t" . hsc($val) . "\n";
/dokuwiki/inc/parser/
H A Dxhtml.php74 hsc((string)$data)
113 $this->doc .= '<!-- EDIT' . hsc(json_encode($data, JSON_THROW_ON_ERROR)) . ' -->';
679 $this->doc .= hsc($filename);
1377 $this->doc .= ' ' . hsc($item->get_title());
1384 if ($name) $this->doc .= ' ' . $lang['by'] . ' ' . hsc($name);
1395 $this->doc .= hsc($desc);
1406 $this->doc .= '<!--' . hsc($feed->error) . '-->';
1801 return hsc($string);
1940 if ($posterUrl) $out .= ' poster="' . hsc($posterUrl) . '"';
1957 $out .= '<source src="' . hsc(
[all...]
/dokuwiki/lib/exe/
H A Dmediamanager.php17 if ($INPUT->str('msg1')) msg(hsc($INPUT->str('msg1')), 1);
18 if ($INPUT->str('err')) msg(hsc($INPUT->str('err')), -1);
/dokuwiki/lib/tpl/dokuwiki/
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/inc/Menu/Item/
H A DAbstractItem.php162 $html .= '<span>' . hsc($this->getLabel()) . '</span>';
165 $html .= hsc($this->getLabel());
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php236 $hlist .= '<li><a href="' . $link . '">' . hsc($id) . '</a></li>' . NL;
H A DPageSubscriptionSender.php63 $hdiff = nl2br(hsc($tdiff));
/dokuwiki/inc/Ui/
H A DEditor.php197 msg('No editor for edit target ' . hsc($data['target']) . ' found.', -1);
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/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/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/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/extension/
H A Dadmin.php94 hsc($extension->getDisplayName())
99 hsc($extension->getDisplayName())
111 hsc($extension->getDisplayName())
123 hsc($extension->getDisplayName())
H A Dcli.php201 $this->error(sprintf($this->getLang('msg_delete_failed'), hsc($ext->getID())));
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php990 '<bdi>' . hsc($url) . '</bdi>'
/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...]

123