Home
last modified time | relevance | path

Searched refs:hsc (Results 326 – 350 of 472) sorted by last modified time

1...<<111213141516171819

/plugin/letsencrypt/
H A Dadmin.php168 echo hsc($domain);
/plugin/wikiformatstyling/
H A Dpcnt.php49 $renderer->doc .= '<span class="wss-nowiki-section">' . hsc($data[0]) . '</span>';
H A Dnwtag.php49 $renderer->doc .= '<span class="wss-nowiki-section">' . hsc($data[0]) . '</span>';
/plugin/wikistyle2html/syntax/
H A Dpcnt.php49 $renderer->doc .= '<span class="wss-nowiki-section">' . hsc($data[0]) . '</span>';
H A Dnwtag.php49 $renderer->doc .= '<span class="wss-nowiki-section">' . hsc($data[0]) . '</span>';
/plugin/404manager/
H A Dadmin.php156 …SourcePageExist'] . ' : <a href="' . wl($this->redirectionSource) . '">' . hsc($title) . '</a>', -…
291 …tpl_link(wl($targetPageId), $this->truncateString($targetPageId, 30), 'title="' . hsc($title) . ' …
H A Daction.php273 …s->message->addContent(sprintf($this->lang['message_redirected_by_redirect'], hsc($pageIdOrigin)));
278 …->message->addContent(sprintf($this->lang['message_redirected_to_startpage'], hsc($pageIdOrigin)));
283 …essage->addContent(sprintf($this->lang['message_redirected_to_bestpagename'], hsc($pageIdOrigin)));
288 …ssage->addContent(sprintf($this->lang['message_redirected_to_bestnamespace'], hsc($pageIdOrigin)));
293 …essage->addContent(sprintf($this->lang['message_redirected_to_searchengine'], hsc($pageIdOrigin)));
/plugin/likeit/
H A Dhelper.php68 $return .= "<span class='listitem'>" . hsc($user) . "</span>";
H A Dsyntax.php100 $htmlid = hsc($pageid).'_'.$index;
106 $renderer->doc .= "<span class='plugin_likeit label'>".hsc($this->getLang('likeit'));
120 $renderer->doc .= hsc($this->getLang('likeit')) ." (". $H->getUserCount() .")" ;
/plugin/timetrack/
H A Dhelper.php732 …" '.($tabid===$currenttab?'selected="selected"':'').' data-index='.$ii++.'>'.hsc($tab).'</a></li>';
/plugin/inlineedit/
H A Dsyntax.php111 $pageid = hsc($INFO['id']);
/plugin/pageimage/
H A Dhelper.php68 $ret .= ' width:'.hsc($width);
74 $ret .= ' height:'.hsc($height);
/plugin/datepicker/
H A Daction.php131 …$param['msg'] = sprintf($Hajax->getLang('changed_from_to'),hsc($mode),hsc($olddatestr),hsc($datest…
H A Dsyntax.php92 $empty = hsc($this->getConf('emptyStringWeek'));
96 $empty = hsc($this->getConf('emptyStringDate'));
113 $renderer->doc .= hsc($opt['date']);
118 $renderer->doc .= hsc($opt['date'])."</span><br>";
123 $renderer->doc .= hsc($opt['date'])."</span>";
129 $renderer->doc .= hsc($opt['date']);
133 $renderer->doc .= hsc($opt['date']);
/plugin/stylingpages/
H A Daction.php62 msg('Invalid pattern <code>' . hsc($pattern) . '</code>', -1);
/plugin/usercontact/
H A Daction.php50 echo '<li class="userov_' . hsc($name) . '">';
55 echo hsc($val);
/plugin/ruby/
H A Dsyntax.php62 $renderer->doc .= '<rb>'.hsc($data[0]).'</rb>';
63 $renderer->doc .= isset($rp[0]) ? '<rp>'.hsc($rp[0]).'</rp>' : '';
64 $renderer->doc .= '<rt>'.hsc($data[1]).'</rt>';
65 $renderer->doc .= isset($rp[1]) ? '<rp>'.hsc($rp[1]).'</rp>' : '';
70 …if ($renderer->capture) $renderer->doc .= hsc($data[0]) . hsc($rp[0]) . hsc($data[1]) . hsc($rp[1]…
/plugin/tabinclude/
H A Dhelper.php127 $tabs[] = array('page'=>hsc($page),'title'=>hsc($title));
130 return array($state,$tabs,$init_page_idx,hsc(trim($class)));
308 $renderer->doc.=hsc($desc['abstract']);
/plugin/dwcommits/
H A Dhelper.php544 $msg = hsc($val);
616 $val = hsc($val);
/plugin/dataloop/syntax/
H A Droll.php168 msg("data plugin: unknown option '".hsc($line[0])."'",-1);
H A Dtextloop.php177 msg("data plugin: unknown option '".hsc($line[0])."'",-1);
H A Dloop.php177 msg("data plugin: unknown option '".hsc($line[0])."'",-1);
/plugin/purplenumbers/
H A Drenderer.php145 $this->doc .= hsc($filename);
/plugin/cleanup/
H A Dadmin.php59 echo '<li><div class="li">' . hsc($file) . '</div></li>';
/plugin/swiftmail/
H A Daction.php130 msg('SwiftMailer log:<br /><pre>'.hsc($dbglog).'</pre>',-1);

1...<<111213141516171819