Home
last modified time | relevance | path

Searched refs:hsc (Results 276 – 300 of 472) sorted by last modified time

1...<<111213141516171819

/plugin/redirect/
H A Dhelper.php71 msg(sprintf($this->getLang('redirected'), hsc($id)));
/plugin/select/
H A Dsyntax.php43 $s .= '<option selected>'.hsc($title).'</option>'.NL;
79 $s .= '<option value="'.hsc($url).'">'.hsc($name).'</option>'.NL;
81 $link_items[] = '<a href="'.hsc($url).'" title="'.hsc($name).'">'.hsc($name).'</a>';
/plugin/structcombolookup/types/
H A DNarrowingLookup.php123 $html .= "<option $selected value=\"" . hsc($opt) . "\">" . hsc($val) . '</option>';
158 …$html .= "<option data-parent=\"" . hsc($parent) . "\" $selected value=\"" . hsc($opt) . "\">" . h…
/plugin/inlinejs/syntax/
H A Dpreloader.php219 $html.= hsc($this->getLang('preloader-intro')).DOKU_LF;
229 $html.= '<li style="white-space:pre;">'.hsc($out).'</li>';
/plugin/pagetitle/
H A Dhelper.php118 $out = '<a href="'.$this->wl($id).'" class="'.$class.'" title="'.hsc($title).'">';
119 $out.= hsc($short_title).'</a>';
231 return hsc($page_title);
/plugin/codeprettify/syntax/
H A Dcode.php224 $renderer->doc .= '<pre class="'.hsc($args).'">';
/plugin/ipban/
H A Dadmin.php76 echo '<td>' . hsc($fields[0]) . '</td>';
78 echo '<td>' . hsc($fields[2]) . '</td>';
79 echo '<td>' . hsc($fields[3]) . '</td>';
/plugin/langdelete/
H A Dadmin.php235 …echo '<input type="text" name="langdelete_w" class="edit" value="'.hsc(implode(',', $d->la…
/plugin/data-au/syntax/
H A Dentry.php175 $class_name = hsc(sectionID($key, $class_names));
176 …$ret .= '<dt class="' . $class_name . '">' . hsc($dataau['cols'][$key]['title']) . '<span class="s…
379 hsc($vals['title']) . ':',
381 … '<span title="' . hsc($vals['comment']) . '">' . hsc($vals['comment']) . '</span>'
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>';
H A Dcloud.php169 $renderer->doc .= sprintf($this->before_item, hsc($dataau['classes']));
171 $tagLabelText = hsc($tag['value']);
178 … '" title="' . sprintf($this->getLang('tagfilter'), hsc($tag['value'])) .
/plugin/data-au/
H A Daction.php189 $result[hsc($id)] = hsc($title);
/plugin/bureaucracyau/helper/
H A Dfieldusers.php92 … throw new Exception(sprintf($this->getLang('e_users'), hsc($this->getParam('display'))));
H A Dactionscript.php19 $cleanedScriptName = hsc($scriptName);
H A Dfieldtime.php39 throw new Exception(sprintf($this->getLang('e_time'),hsc($this->getParam('display'))));
H A Dfielduser.php96 throw new Exception(sprintf($this->getLang('e_user'),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 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 Dfieldaddpage.php19 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
20 hsc($args[1])), -1);
H A Dfielddate.php39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));
H A Dfieldemail.php27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
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'))));
/plugin/bureaucracyau/
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);

1...<<111213141516171819