Home
last modified time | relevance | path

Searched refs:hsc (Results 226 – 250 of 472) sorted by relevance

12345678910>>...19

/plugin/dbquery/syntax/
H A Dquery.php54 msg(hsc($e->getMessage()), -1);
81 $html = str_replace(':result', hsc($value), $html);
/plugin/bureaucracy-au/helper/
H A Dfielddate.php39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));
H A Dfieldtime.php39 throw new Exception(sprintf($this->getLang('e_time'),hsc($this->getParam('display'))));
/plugin/bureaucracyau/helper/
H A Dfieldtime.php39 throw new Exception(sprintf($this->getLang('e_time'),hsc($this->getParam('display'))));
H A Dfielddate.php39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));
/plugin/bureaucracy/helper/
H A Dfielddate.php39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));
H A Dfieldtime.php39 throw new Exception(sprintf($this->getLang('e_time'),hsc($this->getParam('display'))));
/plugin/wikiformatstyling/
H A Dpcnt.php49 $renderer->doc .= '<span class="wss-nowiki-section">' . hsc($data[0]) . '</span>';
H A Dnwtag.php49 $renderer->doc .= '<span class="wss-nowiki-section">' . hsc($data[0]) . '</span>';
/plugin/wikistyle2html/syntax/
H A Dpcnt.php49 $renderer->doc .= '<span class="wss-nowiki-section">' . hsc($data[0]) . '</span>';
H A Dnwtag.php49 $renderer->doc .= '<span class="wss-nowiki-section">' . hsc($data[0]) . '</span>';
/plugin/translation/
H A Dhelper.php308 $text .= hsc($this->getLocalName($lang));
309 if (isset($this->opts['langcode'])) $text .= ' (' . hsc($lang) . ')';
311 $text .= hsc($lang);
/plugin/fksnewsfeed/admin/
H A Dstream.php36 hsc('{{news-stream>stream="' . $stream->name . '" feed="5"}}') . '" />';
/plugin/csstimeline/
H A Dhelper.php37 $data['entries'][$cnt][$lineSplit[0]] = hsc(trim($lineSplit[1]));
/plugin/vshare/syntax/
H A Dvideo.php150 . '><h3>' . hsc($data['title']) . "</h3></$element>";
196 $html .= ($data['title'] ? hsc($data['title']) : 'Video');
/plugin/farmer/action/
H A Ddisable.php55 msg(hsc($disabled), -1);
/plugin/encryptedpasswords/
H A Dsyntax.php44 $crypt = hsc($data[0]);
/plugin/strata/helper/
H A Dtriples.php139 msg(sprintf($this->getLang('error_triples_remove'),hsc($error[2])),-1);
187 msg(sprintf($this->getLang('error_triples_fetch'),hsc($error[2])),-1);
231 msg(sprintf($this->getLang('error_triples_add'),hsc($error[2])),-1);
263 msg(sprintf($this->getLang('error_triples_query'),hsc($error[2])),-1);
265 msg(sprintf($this->getLang('debug_sql'),hsc($sql)),-1);
266 msg(sprintf($this->getLang('debug_literals'), hsc(print_r($literals,1))),-1);
847 msg(sprintf($this->getLang('error_triples_node'),hsc($query['type'])),-1);
/plugin/inlinetoc/
H A Daction.php60 …return '<span class="li"><a href="'.$link.'" class="inlinetoc2">'. hsc($item['title']).'</a></span…
/plugin/lms/
H A Dadmin.php44 echo sprintf('<h2>' . $this->getLang('status') . '</h2>', hsc($INPUT->str('user')));
/plugin/description/
H A Dsyntax.php30 $match = hsc($match);
/plugin/imagereference/syntax/
H A Dimgcaption.php180 if($renderer->capture && $data['caption']) $renderer->doc .= hsc($data['caption']).'>';
329 .($data['caption'] ? ': ' . hsc($data['caption']) : '')
/plugin/swarmwebhook/
H A Dadmin.php50 $html = str_replace('$secret', hsc($secret), $html);
/plugin/bootswrapper/syntax/
H A Djumbotron.php57 $styles[] = 'color:' . hsc($color);
H A Dtooltip.php58 $title = hsc(p_render('xhtml', p_get_instructions($title), $info));

12345678910>>...19