Home
last modified time | relevance | path

Searched refs:hsc (Results 251 – 275 of 472) sorted by relevance

1...<<111213141516171819

/plugin/eventum/
H A Dsyntax.php210 $html .= ': '. hsc($data['title']);
278 …$doc .= '<a class="iw_eventum" href="'.$url.'" target="_blank" title="'.$title.'">'.hsc($name).'</…
/plugin/s5reloaded/
H A Drenderer.php75 <title>'.hsc($title).'</title>
156 <h2>'.hsc($conf['title']).' &#8226; '.strftime($conf['dformat'],$INFO['lastmod']).'</h2>
/plugin/linkmanager/
H A Dfunctions.php54 echo '<h1 id="linkpage__ns">:'.hsc($ns).'</h1>'.NL;
281 <input type="hidden" name="newpage__ns" id="newpage__ns" value="<?php echo hsc($ns)?>" />
/plugin/strata/helper/
H A Dutil.php227 if($mode == 'xhtml') $R->doc .= '<span class="strata-field" '.(!empty($field)?'data-field="'.hsc($field).'"':'').'>';
245 $R->doc .= '<div class="strata-caption hidden" data-field="'.hsc($f['variable']).'">';
/plugin/sqlite/
H A Dhelper.php207 'Expected ' . $qmc . ' got ' . $argc . ' - ' . hsc($sql));
210 'Expected ' . $qmc . ' got ' . $argc . ' - ' . hsc($sql));
/plugin/structpublish/action/
H A Dbanner.php109 '{version}' => hsc($rev->getVersion()),
139 return '<a href="' . $url . '">' . hsc($text) . '</a>';
/plugin/shorturl/
H A Daction.php45 msg(sprintf($this->getLang('redirected'),hsc($ID)));
/plugin/jquotes/
H A Dhelper.php22 return nl2br(hsc($cookie));
/plugin/pagehere/
H A Dsyntax.php51 $R->doc .= '<input name="id" type="hidden" value="'.hsc($ID).'" />';
/plugin/adfs/
H A Daction.php41 die(hsc($e->getMessage()));
/plugin/struct/meta/
H A DAggregationEditorTable.php40 $config = hsc(json_encode($config, JSON_THROW_ON_ERROR));
/plugin/likeit/
H A Dhelper.php68 $return .= "<span class='listitem'>" . hsc($user) . "</span>";
/plugin/podcast/blogtng-tpl/
H A Dlist.php57 …try->tpl_link(); ?>" class="wikilink1 blogtng_permalink" title="<?php echo hsc($entry->entry["titl…
/plugin/struct/helper/
H A Dconfig.php63 throw new StructException('Invalid search filter %s', hsc($val));
/plugin/redirect/
H A Dhelper.php71 msg(sprintf($this->getLang('redirected'), hsc($id)));
/plugin/mredirect/
H A Daction.php26 msg (sprintf ('From: <a href="'.wl($ID,'do=edit').'">'.hsc($ID).'</a>'));
/plugin/exttab3/
H A Dsyntax.php138 msg($this->getPluginName().' ERROR: unknown syntax: '.hsc($markup) ,-1);
221 … msg($this->getPluginName().' Syntax ERROR: match='.hsc(trim($match)) ,-1);
240 … msg($this->getPluginName().' Syntax ERROR: match='.hsc(trim($match)) ,-1);
/plugin/indexmenu/
H A Dadmin.php
/plugin/bez/action/
H A Dmigration.php65 msg($err[0] . ' ' . $err[1] . ' ' . $err[2] . ':<br /><pre>' . hsc($query) . '</pre>', -1);
98 msg($err[0] . ' ' . $err[1] . ' ' . $err[2] . ':<br /><pre>' . hsc($query) . '</pre>', -1);
139 msg($err[0].' '.$err[1].' '.$err[2].':<br /><pre>'.hsc($query).'</pre>', -1);
/plugin/autlogin/
H A Dadmin.php514 echo '<input type="hidden" name="ns" value="'.hsc($this->ns).'" />'.NL;
515 echo '<input type="hidden" name="id" value="'.hsc($ID).'" />'.NL;
580 echo '<input type="hidden" name="ns" value="'.hsc($this->ns).'" />'.NL;
581 echo '<input type="hidden" name="id" value="'.hsc($ID).'" />'.NL;
602 echo '<input type="hidden" name="ns" value="'.hsc($this->ns).'" />'.NL;
669 echo '<input type="hidden" name="ns" value="'.hsc($this->ns).'" />'.NL;
731 echo '<input type="hidden" name="ns" value="'.hsc($this->ns).'" />'.NL;
732 echo '<input type="hidden" name="id" value="'.hsc($ID).'" />'.NL;
777 echo '<input type="hidden" name="ns" value="'.hsc($this->ns).'" />'.NL;
/plugin/bureaucracy-au/helper/
H A Dactionscript.php19 $cleanedScriptName = hsc($scriptName);
H A Dfielduser.php96 throw new Exception(sprintf($this->getLang('e_user'),hsc($this->getParam('display'))));
/plugin/bureaucracyau/helper/
H A Dactionscript.php19 $cleanedScriptName = hsc($scriptName);
H A Dfielduser.php96 throw new Exception(sprintf($this->getLang('e_user'),hsc($this->getParam('display'))));
/plugin/flowplay/
H A Dsyntax.php21 function hsc($string){ return htmlspecialchars($string, ENT_QUOTES, 'UTF-8'); } function

1...<<111213141516171819