Home
last modified time | relevance | path

Searched refs:hsc (Results 301 – 325 of 472) sorted by last modified time

1...<<111213141516171819

/plugin/bureaucracyau/helper/
H A Dfieldusemailtemplate.php18 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
19 hsc($args[1])), -1);
/plugin/sphinxsearch-was/
H A Daction.php167 …talFound . ($totalFound == 1 ? ' match ' : ' matches ') . ' for query "' . hsc($query) . '"</h1>';
248 $titleText = hsc($metaData['title']);
250 $titleText = hsc($page);
/plugin/bureaucracy-au/helper/
H A Dfieldaddpage.php19 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
20 hsc($args[1])), -1);
H A Dfieldfieldset.php41 $form->startFieldset(hsc($this->getParam('display')));
H A Dfieldfile.php69 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
72 …throw new Exception(hsc($this->opt['label']) .' '. $lang['uploadfail'] . ' (' .$file['error'] . ')…
H A Dfieldnumber.php54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
H A Dactionmail.php124 …msg(sprintf($this->getLang('attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this…
167 $html = '<tr><td colspan="2"><u>'.hsc($column1).'<u></td></tr>';
170 $html = '<tr><td><b>'.hsc($column1).'<b></td><td>'.hsc($column2).'</td></tr>';
H A Dactionscript.php19 $cleanedScriptName = hsc($scriptName);
H A Dfielddate.php39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));
H A Dfieldusers.php92 … throw new Exception(sprintf($this->getLang('e_users'), hsc($this->getParam('display'))));
H A Dfieldtime.php39 throw new Exception(sprintf($this->getLang('e_time'),hsc($this->getParam('display'))));
H A Dfield.php73 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
74 hsc($args[1])), -1);
129 … msg(sprintf($this->getLang('e_unknownconstraint'), hsc($t).' ('.hsc($arg).')'), -1);
313 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
323 $replacement = hsc($this->opt['matchexplanation']);
325 $replacement = sprintf($this->getLang('checkagainst'), hsc($check['d']));
327 $replacement = hsc($check['d']);
330 …throw new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacem…
397 …if(isset($replacements['@@LABEL@@'])) $replacements['@@LABEL@@'] = hsc($replacements['@@LABEL@…
398 …if(isset($replacements['@@DISPLAY@@'])) $replacements['@@DISPLAY@@'] = hsc($replacements['@@DISPLA…
H A Dfieldemail.php27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
H A Dfieldusemailtemplate.php18 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
19 hsc($args[1])), -1);
H A Dfielduser.php96 throw new Exception(sprintf($this->getLang('e_user'),hsc($this->getParam('display'))));
/plugin/bureaucracy-au/
H A Dsyntax.php89 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]), hsc($args[1])), -1);
129 msg(sprintf($this->getLang('e_unknowntype'), hsc($name)), -1);
163 msg(sprintf($this->getLang('e_unknownaction'), hsc($action['actionname'])), -1);
180 $thanks = hsc($thanks);
337 msg(sprintf($this->getLang('e_unknownaction'), hsc($actionData['actionname'])), -1);
/plugin/swarmwebhook/
H A Dadmin.php50 $html = str_replace('$secret', hsc($secret), $html);
/plugin/colorswatch/syntax/
H A Dcolorswatch.php105 $code = hsc($data['code']);
109 $name = hsc($data['name']);
/plugin/userimportextended/
H A Dadmin.php133 ptln(' <td class="field userid"> '.hsc($failure['user'][0]).' </td>');
134 ptln(' <td class="field userpass"> '.hsc($failure['user'][1]).' </td>');
135 ptln(' <td class="field username"> '.hsc($failure['user'][2]).' </td>');
136 ptln(' <td class="field usermail"> '.hsc($failure['user'][3]).' </td>');
137 ptln(' <td class="field usergroups"> '.hsc($failure['user'][4]).' </td>');
/plugin/pagehere/
H A Dsyntax.php40 $renderer->doc .= '<input name="id" type="hidden" value="' . hsc($ID) . '" />';
/plugin/explain/
H A Dsyntax.php120 $renderer->doc .= hsc($data['content']);
126 $renderer->doc .= ' href="' . hsc($data['target']) . '"';
128 $renderer->doc .= '>' . hsc($data['content']);
130 $renderer->doc .= '<span class="tooltip">'.hsc($data['desc']).'</span>';
137 $renderer->doc .= hsc($data['content']);
/plugin/feedback/
H A Dadmin.php73 …echo '<td><input type="text" name="data['.$cnt.'][ns]" value="'.hsc($key).'" class="edit" /></td>';
74 …echo '<td><input type="text" name="data['.$cnt.'][mail]" value="'.hsc($val).'" class="edit" /></td…
/plugin/linkfix/
H A Dadmin.php97 msg(sprintf($this->getLang('badnamespace'), hsc($this->searchin)), -1);
146 $this->prnt($this->getLang('checking') . ' <b>' . hsc($currentpage) . "</b><br />");
187 $this->prnt(hsc($full) . ' → ' . hsc($newlink) . '<br />');
/plugin/log/
H A Dsyntax.php109 $renderer->doc .= hsc($data);
/plugin/letsencrypt/classes/
H A DHTMLLogger.php11 $msg = hsc($arguments[0]);

1...<<111213141516171819