Home
last modified time | relevance | path

Searched refs:hsc (Results 301 – 325 of 472) sorted by relevance

1...<<111213141516171819

/plugin/do/scripts/
H A DPluginDo.js198 hsc: function (text) { method in PluginDo
341 var commitmsg = PluginDo.hsc(param.do_commit);
421 var msg = PluginDo.hsc(state.msg);
/plugin/requiz/
H A Dhelper.php37 $out .= '<input type="hidden" name="plugin__requiz_secret" value="'.hsc($secret).'" />';
/plugin/autologoff/
H A Daction.php56 msg(sprintf($this->getLang('loggedoff'), hsc($_SERVER['REMOTE_USER'])));
/plugin/upgrade/
H A Dlegacy.php53 function hsc($string)
50 function hsc($string) global() function
/plugin/sentry/conf/
H A DSetting.php73 $input .= '<label for="' . $inputId . '">' . hsc($info[1]) . '</label>';
/plugin/mediarename/
H A Daction.php98 … msg(hsc($info['id']).' was not a valid file name for DokuWiki - moved to new name: '.$tmp);
/plugin/latexit/syntax/
H A Dbase.php123 … $renderer->doc .= '<h'.$level.'>'.hsc($this->getConf('link_insertion_message')).'</h'.$level.'>';
/plugin/inlineedit/
H A Dsyntax.php111 $pageid = hsc($INFO['id']);
/plugin/flowplay2/
H A Dsyntax.php22 function hsc($string){ return htmlspecialchars($string, ENT_QUOTES, 'UTF-8'); } function
/plugin/phosphor/
H A Dphitem.php99 $renderer->doc .= '<p class="phhead">' . hsc($title) . '</p>';
/plugin/datatemplate/syntax/
H A Dentry.php260 '" title="'.sprintf($this->getLang('tagfilter'),hsc($val)).
261 '" class="wikilink1">'.hsc($val).'</a>';
/plugin/data-au/syntax/
H A Dtable.php199 msg("dataau plugin: unknown option '" . hsc($line[0]) . "'", -1);
284 $class .= ' ' . hsc(sectionID($col, $class_names_cache));
388 …$text .= '<h4>' . sprintf($this->getLang('tablefilteredby'), hsc(implode(' & ', $fltrs))) . '</h4>…
424 '" title="' . $this->getLang('sort') . '">' . hsc($head) . '</a>';
/plugin/wrap/
H A Dhelper.php132 if($attr['class']) $out .= ' class="'.hsc($attr['class']).' '.$addClass.'"';
135 if($attr['id']) $out .= ' id="'.hsc($attr['id']).'"';
139 $out .= ' style="width: '.hsc($attr['width']).';"';
142 $out .= ' style="width: '.hsc($attr['width']).'; max-width: 100%;"';
/plugin/data/syntax/
H A Dtable.php208 msg("data plugin: unknown option '" . hsc($line[0]) . "'", -1);
293 $class .= 'align ' . hsc(sectionID($col, $class_names_cache));
400 $text .= '<h4>' . sprintf($this->getLang('tablefilteredby'), hsc(implode(' & ', $fltrs))) . '</h4>';
436 '" title="' . $this->getLang('sort') . '">' . hsc($head) . '</a>';
/plugin/bureaucracy-au/helper/
H A Dfieldfieldset.php41 $form->startFieldset(hsc($this->getParam('display')));
H A Dfieldnumber.php54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
/plugin/bureaucracyau/helper/
H A Dfieldfieldset.php41 $form->startFieldset(hsc($this->getParam('display')));
/plugin/amcharts/
H A Dsyntax.php94 $s .= $n.':'.hsc($v).';';
/plugin/smtp/
H A Daction.php87 …msg('SMTP log:<br /><pre>'.hsc($log).'</pre><b>Above may contain passwords - do not post online!</…
/plugin/bureaucracy/helper/
H A Dfieldfieldset.php41 $form->startFieldset(hsc($this->getParam('display')));
/plugin/structgroupby/syntax/
H A Done.php88 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/c3chart/
H A Dsyntax.php95 $s .= $n.':'.hsc($v).';';
/plugin/reflect/
H A Daction.php32 …) ? $this->getConf('return_type') : (in_array( hsc($_REQUEST['return_type']), array('png', 'jpg') …
/plugin/fetchmedia/action/
H A Dajax.php91 return ['status' => 500, 'status_text' => hsc($e->getMessage())];
172 … saveWikiText($pageId, $newText, 'File ' . hsc($link) . ' downloaded by fetchmedia plugin');
/plugin/authorstats/
H A Dsyntax.php174 "tooltip" => hsc($name),
175 "title" => hsc($author[$type])

1...<<111213141516171819