Home
last modified time | relevance | path

Searched refs:hsc (Results 326 – 350 of 472) sorted by relevance

1...<<111213141516171819

/plugin/webdav/
H A Dadmin.php153 …ion'] . '" href="' . getBaseURL(true) . 'lib/plugins/webdav/server.php/' . hsc($lock->uri) . '">' …
/plugin/avatar/
H A Dhelper.php60 if (($userinfo['name']) && (!$title)) $title = hsc($userinfo['name']);
/plugin/bureaucracyau/helper/
H A Dfieldnumber.php54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
/plugin/flowplayer/
H A Dsyntax.php35 list($url, $attr) = explode(" ", hsc(trim(substr($match, 13, -2))), 2);
/plugin/outliner/
H A Dsyntax.php121 $renderer->doc .= '"><dt>'.hsc($title)."</dt><dd>\n";
/plugin/bureaucracy/helper/
H A Dfieldnumber.php54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
/plugin/preservefilenames/
H A Daction_anteater.php301 "\${1}" . hsc($filename) . '\2'
404 print '<h1 id="media__ns">:' . hsc($ns) . '</h1>' . NL;
/plugin/tagging/
H A Dhelper.php313 return '<a href="' . hsc($this->getTagSearchURL($tag, $ns)) . '">' . $tag . '</a>';
827 $form->addHTML( hsc($tagname) . '</a>');
831 $form->addHTML('<td>' . hsc($ns) . '</td>');
833 $form->addHTML('<td>' . hsc($taggers) . '</td>');
/plugin/googlemap3/
H A Dsyntax.php79 $param .= is_numeric($val) ? " $key : $val," : "$key : '".hsc($val)."',";
/plugin/structupdate/helper/
H A Dupdate.php97 $thanks = hsc($thanks);
/plugin/move/action/
H A Drewrite.php107 msg('Error: Page ' . hsc($id) . ' needs to be rewritten because of page renames but is not writable.', -1);
/plugin/lms/syntax/
H A Dlms.php104 $span = '<span class="a11y">' . hsc($this->getLang($cmd)) . '</span>';
/plugin/redirect2/
H A Dadmin.php158 $html = hsc($id);
/plugin/twistienav/
H A Dhelper.php118 $title = @$title ?: hsc(noNS($item['id']));
/plugin/csstimeline/
H A Dfeed.php111 $item->description = hsc(strip_tags(htmlspecialchars_decode($entry['description'])));
/plugin/imagecarousel/
H A Dsyntax.php110 $width = ' style="width:'.hsc($data['flags']['self']['width']).'" ';
/plugin/googlemaps/syntax/
H A Dgooglemap.php75 $param .= is_numeric($val) ? " $key : $val," : "$key : '".hsc($val)."',";
/plugin/twistienav4bootstrap3/
H A Dhelper.php111 $title = @$title ?: hsc(noNS($item['id']));
/plugin/webdav/core/
H A DServer.php79 $auth_backend->setRealm(hsc($conf['title']) . ' - DokuWiki WebDAV');
/plugin/xfortune/
H A Dhelper.php25 return nl2br(hsc($cookie));
/plugin/imageshack/
H A Daction.php111 echo $lang['mediausage'].' <code>{{'.hsc($item['link']).'}}</code>';
/plugin/structsection/
H A Dsyntax.php141 … $structDataAttribute = 'data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) . '"';
/plugin/feedmod/
H A Daction.php99 …$event->data['item']->description = preg_replace('#[^\n]*?>\s*?' . preg_quote(hsc($firstheading), …
/plugin/combo/syntax/
H A Ddisqus.php130 $forumShortName = hsc($forumShortName);
/plugin/tag/
H A Daction.php101 print '<h1>TAG: ' . hsc(str_replace('_', ' ', $INPUT->str('tag'))) . '</h1>' . DOKU_LF;

1...<<111213141516171819