Home
last modified time | relevance | path

Searched refs:hsc (Results 26 – 50 of 60) sorted by path

123

/dokuwiki/inc/Ui/
H A DPageDiff.php231 echo '<table class="diff diff_' . hsc($this->preference['difftype']) . '">';
H A DSearch.php466 [hsc(rawurlencode($query)), hsc($query), $pagecreateinfo],
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 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 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...]
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));
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 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);
608 'title="' . hsc($caption) . $addTitle . '"',
799 $out .= '<bdi>' . tpl_link(wl($id), hsc($name), 'class="breadcrumbs" title="' . $id . '"', true) . '</bdi>';
1035 return hsc($page_title);
1037 echo hsc($page_title);
1106 echo hsc($tag['value']);
1223 if ($data['url']) echo '<a href="' . hsc($data['url']) . '" title="' . $lang['mediaview'] . '">';
1428 msg('Unknown action ' . hsc($do), -1);
1463 printf($lang['media_' . $opened_tab], '<strong>' . hsc($tabTitle) . '</strong>');
/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/
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/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);
H A Dopensearch.php32 echo ' <ShortName>' . hsc($conf['title']) . '</ShortName>' . NL;
/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/lib/plugins/authpdo/
H A Dauth.php782 if ($htmlescape) $sql = hsc($sql);
/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/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>'
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/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>';

123