Home
last modified time | relevance | path

Searched refs:hsc (Results 1 – 25 of 472) sorted by path

12345678910>>...19

/plugin/404manager/
H A Daction.php273 …s->message->addContent(sprintf($this->lang['message_redirected_by_redirect'], hsc($pageIdOrigin)));
278 …->message->addContent(sprintf($this->lang['message_redirected_to_startpage'], hsc($pageIdOrigin)));
283 …essage->addContent(sprintf($this->lang['message_redirected_to_bestpagename'], hsc($pageIdOrigin)));
288 …ssage->addContent(sprintf($this->lang['message_redirected_to_bestnamespace'], hsc($pageIdOrigin)));
293 …essage->addContent(sprintf($this->lang['message_redirected_to_searchengine'], hsc($pageIdOrigin)));
H A Dadmin.php156 …SourcePageExist'] . ' : <a href="' . wl($this->redirectionSource) . '">' . hsc($title) . '</a>', -…
291 …tpl_link(wl($targetPageId), $this->truncateString($targetPageId, 30), 'title="' . hsc($title) . ' …
/plugin/abbr/syntax/
H A Dabbreviation.php81 $html = hsc($shortened);
84 $html.= (empty($phrase)) ? '>' : ' title="'.hsc($phrase).'">';
85 $html.= hsc($shortened).'</abbr>';
/plugin/abc2/
H A Dsyntax.php332 $renderer->doc .= hsc($src);
/plugin/abstract/
H A Dsyntax.php57 $renderer->doc .= hsc($match);
80 $renderer->doc .= hsc($match);
/plugin/achart/
H A Dsyntax.php96 $resize .= $n.':'.hsc($v).';';
120 msg(hsc($e->getMessage()), -1);
132 msg(hsc($e->getMessage()), -1);
/plugin/acknowledge/admin/
H A Dreport.php116 echo '<p>' . sprintf($this->getLang('count'), hsc($user), $count, count($assignments)) . '</p>';
235 return '<a href="' . $url . '">' . hsc($user) . '</a>';
257 return '<a href="' . $url . '">' . hsc($page) . '</a>';
/plugin/adfs/
H A Daction.php41 die(hsc($e->getMessage()));
H A Dadmin.php19 msg('Failed to download metadata. ' . hsc($http->error), -1);
50 echo '<dt>' . hsc($key) . '</dt>';
51 echo '<dd><code>' . hsc($val) . '</code></dd>';
H A Dauth.php121 msg('ADFS: '.hsc($this->saml->getLastErrorReason()), -1);
126 msg('Invalid SAML response: ' . hsc($e->getMessage()), -1);
/plugin/adhoctags/
H A Dhelper.php73 $out .= ' dir="'. hsc($val).'"';
81 $out .= ' hidden="'. hsc($val).'"';
89 $out .= ' '.$key.'="'.hsc($val).'"';
97 $out .= ' '.$key.'="'.hsc($val).'"';
102 $out .= ' '.$key.'="'.hsc($val).'"';
/plugin/advanced/admin/
H A Dconfig.php264 echo hsc(io_readFile($file_path));
/plugin/ajaxedit/
H A Dhelper.php155 $msg = sprintf($this->getLang('e_modified'),hsc(editorinfo($INFO['user'])));
/plugin/amazon/
H A Dsyntax.php210 $renderer->doc .= '<p>failed to fetch data: <code>'.hsc($data).'</code></p>';
/plugin/amazonlight/
H A Dsyntax.php129 msg(hsc($e->getMessage()), -1);
147 echo hsc($data['title']);
152 echo hsc($data['isbn']);
156 echo '<div class="amazon_price">' . hsc($data['price']) . '</div>';
/plugin/amcharts/
H A Dsyntax.php94 $s .= $n.':'.hsc($v).';';
/plugin/approve/
H A Dadmin.php121 echo '<td>' . hsc($namespace) . '</td>';
124 echo '<td>' . hsc($user['name']) . '</td>';
126 echo '<td>' . hsc($approver) . '</td>';
141 echo '<option value="@' . hsc($group) . '">' . '@' . hsc($group) . '</option>';
145 echo '<option value="' . hsc($login) . '">' . hsc($data['name']) . '</option>';
/plugin/archivegenerator/
H A Dadmin.php57 msg(sprintf($this->getLang('message: email invalid'), hsc($email)), -1);
88 msg(hsc($e->getMessage()), -1);
326 $this->log('info', sprintf($this->getLang('message: create zip archive'), hsc($archiveFN)));
347 $message[] = sprintf($this->getLang('message: add files in dir'), hsc($srcDir . '/'));
352 $message[] = sprintf($this->getLang('message: skipping files'), hsc($skipRegex));
378 hsc($source)) . ' ' . filesize_h(filesize($source)));
384 $this->log('error', hsc($e->getMessage()));
/plugin/asiansearch/
H A Daction.php207 …e('/'.$m.'([^'.$m.']*?)'.$m.'/iu','<strong class="search_hit">$1</strong>',hsc(join('... ',$snippe…
/plugin/asyncsearch/
H A Dasyncsearch.php67 array(hsc(rawurlencode($QUERY)), hsc($QUERY), $pagecreateinfo),
73 echo '<div id="asyncsearch" data-term="'.hsc($QUERY).'"></div>';
/plugin/authdrupal7/
H A Dauth.php364 msg('MySQL query: '.hsc($query), 0, __LINE__, __FILE__);
428 msg('MySQL query: '.hsc($query), 0, __LINE__, __FILE__);
/plugin/authdrupal8/
H A Dauth.php358 msg('MySQL query: '.hsc($query), 0, __LINE__, __FILE__);
422 msg('MySQL query: '.hsc($query), 0, __LINE__, __FILE__);
/plugin/authg2fa/
H A Dadmin.php125 ptln('<td>'.hsc($user).'</td>');
130 if($this->_unhide == hsc($user)) {
143 …ptln("<input type=\"submit\" name=\"fn[ssecret][".hsc($user)."]\" class=\"button\" value=\"Show Se…
144 …ptln("<input type=\"submit\" name=\"fn[csecret][".hsc($user)."]\" class=\"button\" value=\"Create …
145 …ptln("<input type=\"submit\" name=\"fn[dsecret][".hsc($user)."]\" class=\"button\" value=\"Delete …
/plugin/authimap2/
H A Dauth.php207 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
256 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
/plugin/authldaplocal/
H A Dauth.php407 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
454 msg(sprintf($this->getLang('protected'), hsc($user)), -1);

12345678910>>...19