Home
last modified time | relevance | path

Searched refs:hsc (Results 201 – 225 of 472) sorted by relevance

12345678910>>...19

/plugin/pureldap/classes/
H A DClient.php367 msg('[pureldap] ' . hsc($e->getMessage()), -1);
385 msg('[pureldap] ' . hsc($msg), -1);
402 msg('[pureldap] ' . hsc($msg) . ' at ' . $file . ':' . $line);
/plugin/translation/
H A Daction.php107 $event->data['script'][$i]['src'] .= '&lang=' . hsc($conf['lang']);
147 $event->data = '<div lang="' . hsc($locale) . '" dir="' . hsc($direction) . '">' .
/plugin/commentsyntax/lang/en/
H A Dsettings.php12 $lang['log_invalid_macro'] = 'record invalid macro directives in PHP error log: '.hsc(ini_get('err…
/plugin/commentsyntax/lang/ru/
H A Dsettings.php12 $lang['log_invalid_macro'] = 'Записывать некорректные вызовы в лог ошибок PHP error log: '.hsc(ini…
/plugin/toctweak/syntax/
H A Dmetatoc.php116 $html.= $title ? '<h3>'.hsc($title).'</h3>' : '';
140 $html.= hsc($item['title']).'</a>';
/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) . '">'.
/plugin/blogtng/helper/
H A Dentry.php409 $form->addElement(hsc($conf['title']));
428 $form->addHidden('new-format', hsc($conf['format']));
429 $form->addHidden('post-blog', hsc($conf['blog'][0]));
493 …echo '<a href="' . wl ($this->entry['page']) . '" title="' . hsc($this->entry['title']) . '">' . $…
509 echo hsc($abstract);
516 print hsc($this->entry['title']);
544 print hsc($this->entry['author']);
561 hsc($this->entry['author']) . '</a>' . DOKU_LF
654 echo '<a href="'.wl($row['page']).'" class="wikilink1">'.hsc($row['title']).'</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);
/plugin/semanticdata/
H A Daction.php162 $result[hsc($id)] = hsc($title);
/plugin/rack/
H A Dsyntax.php176 $item['linktitle'] = ' title="'.hsc($titlematch[1]). '"';
186 …$renderer->doc .= 'Syntax error on the following line: <pre style="color:red">'.hsc($line)."</pre>…
/plugin/letsencrypt/classes/
H A DHTMLLogger.php11 $msg = hsc($arguments[0]);
/plugin/shell/
H A Dadmin.php16 $cwd = hsc(realpath(DOKU_INC));
/plugin/bureaucracyau/helper/
H A Dfieldemail.php27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
/plugin/bureaucracy-au/helper/
H A Dfieldemail.php27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
/plugin/bureaucracy/helper/
H A Dfieldemail.php27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php111 return '<h1>' . hsc($feed->title) . '</h1>';
117 $href = hsc($feed->linkHref);
/plugin/userhistory/
H A Dadmin.php45 …ID ), '?' )?'&amp;':'?' ).'do=admin&amp;page='.$this->getPluginName ( ).'&amp;user='.hsc ( $nick );
128 ptln ( ' &ndash; '.hsc ( $change['sum'] ) );
/plugin/data-au/
H A Daction.php189 $result[hsc($id)] = hsc($title);
/plugin/adfs/
H A Dauth.php121 msg('ADFS: '.hsc($this->saml->getLastErrorReason()), -1);
126 msg('Invalid SAML response: ' . hsc($e->getMessage()), -1);
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php109 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
162 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/data/
H A Daction.php201 $result[hsc($id)] = hsc($title);
/plugin/twofactor/
H A Dadmin.php156 $form->addHTML(hsc($user));
159 $form->addHTML(hsc($userinfo['name']));
162 $form->addHTML(hsc($userinfo['mail']));
/plugin/parserarray/
H A Drenderer.php33 $this->doc .= hsc(ob_end_clean());
/plugin/inlinejs/syntax/
H A Dpreloader.php219 $html.= hsc($this->getLang('preloader-intro')).DOKU_LF;
229 $html.= '<li style="white-space:pre;">'.hsc($out).'</li>';

12345678910>>...19