Home
last modified time | relevance | path

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

1...<<111213141516171819

/plugin/requiz/
H A Dhelper.php37 $out .= '<input type="hidden" name="plugin__requiz_secret" value="'.hsc($secret).'" />';
/plugin/revealjs/
H A Drenderer.php476 $this->doc .= hsc($filename);
/plugin/ruby/
H A Dsyntax.php62 $renderer->doc .= '<rb>'.hsc($data[0]).'</rb>';
63 $renderer->doc .= isset($rp[0]) ? '<rp>'.hsc($rp[0]).'</rp>' : '';
64 $renderer->doc .= '<rt>'.hsc($data[1]).'</rt>';
65 $renderer->doc .= isset($rp[1]) ? '<rp>'.hsc($rp[1]).'</rp>' : '';
70 …if ($renderer->capture) $renderer->doc .= hsc($data[0]) . hsc($rp[0]) . hsc($data[1]) . hsc($rp[1]…
/plugin/s5/
H A Drenderer.php73 <title>'.hsc($title).'</title>
97 <h2>'.hsc($conf['title']).' &#8226; '.strftime($conf['dformat'],$INFO['lastmod']).'</h2>
/plugin/s5reloaded/
H A Drenderer.php75 <title>'.hsc($title).'</title>
156 <h2>'.hsc($conf['title']).' &#8226; '.strftime($conf['dformat'],$INFO['lastmod']).'</h2>
/plugin/scrapbook/
H A Daction.php82 echo '<button data-id="' . hsc($page['id']) . '">' . hsc($title) . '</button>';
/plugin/scrape/
H A Dsyntax.php122 $R->doc .= 'Failed to handle mime type ' . hsc($mime);
/plugin/select/
H A Dsyntax.php43 $s .= '<option selected>'.hsc($title).'</option>'.NL;
79 $s .= '<option value="'.hsc($url).'">'.hsc($name).'</option>'.NL;
81 $link_items[] = '<a href="'.hsc($url).'" title="'.hsc($name).'">'.hsc($name).'</a>';
/plugin/selectsearch/
H A Daction.php48 …echo '<option value="'.hsc($ns).'"'.($cur_val === $ns ? ' selected="selected"' : '').'>'.hsc($disp…
53 …arch__input" type="text" name="id" autocomplete="off" title="[F]" value="'.hsc(preg_replace('/ ?@\…
/plugin/semanticdata/
H A Daction.php162 $result[hsc($id)] = hsc($title);
/plugin/semanticdata/syntax/
H A Dentry.php144 …$ret .= '<dt class="' . hsc($key) . '">'.hsc($data['cols'][$key]['title']).'<span class="sep">: </…
148 $ret .= '<dd class="' . hsc($key) . '">';
154 $ret .= '<dd class="' . hsc($key) . '">'.
H A Dtable.php144 msg("data plugin: unknown option '".hsc($line[0])."'",-1);
256 '" title="'.$this->getLang('sort').'">'.hsc($head).'</a>';
/plugin/sentry/conf/
H A DSetting.php73 $input .= '<label for="' . $inputId . '">' . hsc($info[1]) . '</label>';
/plugin/sentry/
H A Dhelper.php129 $html .= '<p>' . hsc(get_class($e)) . ': ' . $e->getMessage() . '</p>';
131 $html .= '<p><code>' . hsc($e->getFile()) . ':' . hsc($e->getLine()) . '</code></p>';
132 $html .= '<pre>' . hsc($e->getTraceAsString()) . '</pre>';
/plugin/shell/
H A Dadmin.php16 $cwd = hsc(realpath(DOKU_INC));
/plugin/shorturl/
H A Daction.php45 msg(sprintf($this->getLang('redirected'),hsc($ID)));
/plugin/siteexport/exe/
H A Dsiteexportmanager.php59 <?php echo hsc($lang['mediaselect'])?>
/plugin/smtp/
H A Daction.php87 …msg('SMTP log:<br /><pre>'.hsc($log).'</pre><b>Above may contain passwords - do not post online!</…
/plugin/snap/
H A Dhelper.php170 $titrePage = hsc($titrePage);
H A Dsyntax.php.ori152 $titrePage = hsc($titrePage);
/plugin/snippets/
H A Daction.php103 … $event->data['tpl'] = str_replace(trim($value[0]),hsc(trim($value[1])),$event->data['tpl']);
/plugin/spatialhelper/
H A Daction.php213 $results = ['error' => hsc($this->getLang('invalidinput'))];
258 echo '<div class="level1"><p>' . hsc($searchresults ['error']) . '</p></div>';
277 echo '<h2>' . $this->getLang('results_pages') . hsc(
285 echo '<p>' . hsc($this->getLang('nothingfound')) . '</p>';
301 echo '<h2>' . $this->getLang('results_media') . hsc(
/plugin/spatialhelper/syntax/
H A Dfindnearby.php109 $renderer->doc .= '<a href="' . wl(getID(), $data [1]) . '" class="findnearby">' . hsc($data [0]) . '</a>';
/plugin/sphinxsearch-was/
H A Daction.php167 …talFound . ($totalFound == 1 ? ' match ' : ' matches ') . ' for query "' . hsc($query) . '"</h1>';
248 $titleText = hsc($metaData['title']);
250 $titleText = hsc($page);
/plugin/sphinxsearch/
H A Daction.php216 …totalFound . ($totalFound == 1 ? ' match ' : ' matches ') . ' for query "' . hsc($query).'"</h2>';
293 $titleText = hsc($metaData['title']);
295 $titleText = hsc($page);

1...<<111213141516171819