Home
last modified time | relevance | path

Searched refs:hsc (Results 151 – 175 of 472) sorted by relevance

12345678910>>...19

/plugin/gitlog/
H A Dsyntax.php111 $renderer->doc .= hsc($row['message']);
113 …$renderer->doc .= hsc($row['author']).' : '.date($this->getConf('date_format'), $row['timestamp'])…
123 $renderer->doc .= '<li>'.hsc($changedfile).'</li>';
/plugin/evesso/classes/
H A DAbstractAdapter.php142 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
165 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
187 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/tagfilter/syntax/
H A Dcompare.php118 $form->addElement(hsc('Tags'));
150 $form->addElement(hsc($tagFilters['label'][$idx]));
158 $form->addElement(hsc($Htagfilter->getTagLabel($tagName)) . '<br>');
/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/struct/admin/
H A Dschemas.php98 msg(hsc($e->getMessage()), -1);
123 msg(hsc($e->getMessage()), -1);
140 msg(hsc($e->getMessage()), -1);
158 echo '<h2>' . sprintf($this->getLang('edithl'), hsc($table)) . '</h2>';
332 $toc[] = html_mktocitem($link, hsc($table), 1, '');
/plugin/pageimage/
H A Dhelper.php68 $ret .= ' width:'.hsc($width);
74 $ret .= ' height:'.hsc($height);
/plugin/iframe/
H A Dsyntax.php82 $R->doc .= '<div class="iframe">'.hsc($data['alt']).'</div>';
94 $R->doc .= "<iframe $params>".(isset($alt) ? hsc($alt) : '').'</iframe>';
/plugin/bootswrapper/syntax/
H A Dpopover.php96 $title = hsc(p_render('xhtml', p_get_instructions($title), $info));
97 $content = hsc(p_render('xhtml', p_get_instructions($content), $info));
/plugin/pageredirect/
H A Dsyntax.php157 $link = '<a href="' . hsc($page) . '" class="urlextern">' . hsc($page) . '</a>';
/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/projects/lib/
H A Dtools.php5 function wiki_debug($name, $obj = "", $hsc = false) { argument
7 if ($hsc)
13 if ($hsc)
/plugin/data-au/syntax/
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/farmer/action/
H A Dajax.php136 echo '<th><div>' . hsc($plugin['name']) . '</div></th>';
153 echo '<th>' . hsc($animal) . '</th>';
231 echo '<th>' . hsc($plugin['name']) . '</th>';
/plugin/data/syntax/
H A Dcloud.php183 $renderer->doc .= sprintf($this->before_item, hsc($data['classes']));
185 $tagLabelText = hsc($tag['value']);
193 '" title="' . sprintf($this->getLang('tagfilter'), hsc($tag['value'])) .
/plugin/abstract/
H A Dsyntax.php57 $renderer->doc .= hsc($match);
80 $renderer->doc .= hsc($match);
/plugin/struct/syntax/
H A Dvalue.php76 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
118 msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
H A Dcloud.php74 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
107 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/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/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);
/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…
/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/task/syntax/
H A Dtask.php137 if ($header) $renderer->doc .= hsc($this->getLang($header)).':';
270 $uid = hsc($ID.'@'.$_SERVER['SERVER_NAME']);
271 $title = hsc($INFO['meta']['title']);
286 return '<span class="vcard"><span class="fn">' . hsc($user) . '</span></span>';
/plugin/toctweak/syntax/
H A Dsidetoc.php81 $html.= $title ? '<h3>'.hsc($title).'</h3>' : '';
102 $html.= hsc($item['title']).'</a>';
/plugin/oauth/
H A Dhelper.php128 msg('OAuth: ' . $friendly . ' ' . hsc($msg), -1);
131 $msg .= hsc($e->getTraceAsString());
/plugin/bureaucracy/
H A Dsyntax.php94 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]), hsc($args[1])), -1);
134 msg(sprintf($this->getLang('e_unknowntype'), hsc($name)), -1);
168 msg(sprintf($this->getLang('e_unknownaction'), hsc($action['actionname'])), -1);
185 $thanks = hsc($thanks);
342 msg(sprintf($this->getLang('e_unknownaction'), hsc($actionData['actionname'])), -1);

12345678910>>...19