Home
last modified time | relevance | path

Searched refs:hsc (Results 176 – 200 of 472) sorted by last modified time

12345678910>>...19

/plugin/tablelayout/action/
H A Dprint.php34 msg('Not Authorized for page ' . hsc($ID), -1);
53 $json = hsc(
/plugin/tablelayout/
H A Dsyntax.php96 msg('Unknown option: ' . hsc($key), -1);
124 $json = hsc(json_encode($data));
/plugin/layeranimation/syntax/
H A Ditem.php87 $ClassOption .= ' ' . hsc(trim($item));
89 $CSSOption .= ' ' . hsc(trim($item));
95 $item = hsc(trim($item));
H A Danimation.php54 $option['height'] = hsc($item);
56 $option['class'] .= ' ' . hsc($item);
H A Dlayer.php82 $CSSoption .= ' ' . hsc(trim($item));
/plugin/lms/
H A Dadmin.php44 echo sprintf('<h2>' . $this->getLang('status') . '</h2>', hsc($INPUT->str('user')));
/plugin/lms/syntax/
H A Dlms.php104 $span = '<span class="a11y">' . hsc($this->getLang($cmd)) . '</span>';
/plugin/authorstats/
H A Daction.php50 $name = hsc($_REQUEST["name"]);
H A Dsyntax.php174 "tooltip" => hsc($name),
175 "title" => hsc($author[$type])
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php109 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
162 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/popupviewer/
H A Daction.php100 $title = hsc(tpl_img_getTag('IPTC.Headline'));
101 $caption = hsc(tpl_img_getTag('IPTC.Caption'));
/plugin/newpagetemplate/
H A Daction.php85 $tpl = str_replace(trim($value[0]),hsc(trim($value[1])),$tpl);
H A Dhelper.php100 $tpl = str_replace(trim($value[0]), hsc(trim($value[1])), $tpl);
/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/move/helper/
H A Dhandler.php377 trigger_error('Error, handler function ' . hsc($name) . ' with ' . count($params) . ' parameters called which isn\'t implemented', E_USER_ERROR);
H A Dplan.php428 $html .= hsc($old);
430 $html .= hsc($new);
440 $html .= hsc($old);
442 $html .= hsc($new);
451 $html .= hsc($page);
H A Dfile.php139 msg('Creating directory ' . hsc($new_path) . ' failed.', -1);
144 msg('Moving ' . hsc($old_path . '/' . $file) . ' to ' . hsc($new_path . '/' . utf8_encodeFN($dst_name . $match[1])) . ' failed.', -1);
151 msg('Directory ' . hsc($old_path) . ' couldn\'t be opened.', -1);
H A Drewrite.php288 msg('Error: Page ' . hsc($id) . ' needs to be rewritten because of page renames but is not writable.', -1);
/plugin/move/action/
H A Drewrite.php107 msg('Error: Page ' . hsc($id) . ' needs to be rewritten because of page renames but is not writable.', -1);
/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/phosphor/
H A Dphblock.php102 …class="phwrapper"' . (!empty($data['phitemlist_width'])?' style="width:' . hsc($data['phwrapper_wi…
108 …lass="phitemlist"' . (!empty($data['phitemlist_width'])?' style="width:' . hsc($data['phitemlist_w…
H A Dphitem.php99 $renderer->doc .= '<p class="phhead">' . hsc($title) . '</p>';
/plugin/asyncsearch/
H A Dasyncsearch.php67 array(hsc(rawurlencode($QUERY)), hsc($QUERY), $pagecreateinfo),
73 echo '<div id="asyncsearch" data-term="'.hsc($QUERY).'"></div>';
/plugin/strata/driver/
H A Ddriver.php97 msg(sprintf($this->util->getLang('driver_failed_detail'), hsc($dsn), hsc($e->getMessage())), -1);
147 if ($this->_debug) msg(sprintf($this->util->getLang('driver_setup_start'), hsc($driver)));
174 if ($this->_debug) msg(sprintf($this->util->getLang('driver_setup_statement'),hsc($s)));
208 msg(sprintf($this->util->getLang('driver_prepare_failed'),hsc($query), hsc($error[2])),-1);
232 msg(sprintf($this->utiutil->getLang('driver_query_failed'), $message, hsc($query), hsc($error[2])),-1);

12345678910>>...19