Home
last modified time | relevance | path

Searched refs:hsc (Results 276 – 300 of 472) sorted by relevance

1...<<111213141516171819

/plugin/farmer/action/
H A Dstartup.php94 $html .= '<li><div class="li"><a href="' . $link . '">' . hsc($animal) . '</a></div></li>';
/plugin/bureaucracy/helper/
H A Dfielduser.php96 throw new Exception(sprintf($this->getLang('e_user'),hsc($this->getParam('display'))));
H A Dactionscript.php19 $cleanedScriptName = hsc($scriptName);
H A Dfieldusers.php92 … throw new Exception(sprintf($this->getLang('e_users'), hsc($this->getParam('display'))));
/plugin/twofactor/
H A DManager.php335 $form->addHTML('<p>' . hsc($info) . '</p>');
341 msg(hsc($e->getMessage()), -1); // FIXME better handling
/plugin/statistics/
H A Dadmin.php483 echo '<th>' . hsc($h) . '</th>';
498 echo hsc($v);
502 echo hsc($v);
507 $url = hsc($v);
535 echo hsc(ucwords($v));
548 echo hsc($v);
574 echo '<img src="' . DOKU_BASE . $file . '" alt="' . hsc($value) . '" width="' . $w . '" height="' . $h . '" />';
/plugin/struct/meta/
H A DAggregationTable.php142 hsc(implode(' & ', $fltrs))
203 $data = 'data-field="' . hsc($column->getFullQualifiedLabel()) . '"';
228 $this->renderer->doc .= hsc($header);
231 'title="' . $this->helper->getLang('sort') . '">' . hsc($header) . '</a>';
354 $this->renderer->doc .= ' data-pid="' . hsc($pid) . '" data-rev="' . $rev . '" data-rid="' . $rid . '">';
/plugin/supa/action/
H A Daction.php49 echo " '".addslashes(hsc($NS))."',\n";
/plugin/cleanup/
H A Dadmin.php59 echo '<li><div class="li">' . hsc($file) . '</div></li>';
/plugin/struct/helper/
H A Dlookup.php55 $thanks = hsc($thanks);
/plugin/siteexport/exe/
H A Dsiteexportmanager.php59 <?php echo hsc($lang['mediaselect'])?>
/plugin/move/helper/
H A Dplan.php428 $html .= hsc($old);
430 $html .= hsc($new);
440 $html .= hsc($old);
442 $html .= hsc($new);
451 $html .= hsc($page);
/plugin/newnamespacepermissions/
H A Daction.php64 …msg($this->getLang('you tried to save') . '<pre>' . hsc($event->data['newContent']) . '</pre>', 0);
/plugin/spatialhelper/syntax/
H A Dfindnearby.php109 $renderer->doc .= '<a href="' . wl(getID(), $data [1]) . '" class="findnearby">' . hsc($data [0]) . '</a>';
/plugin/bureaucracyau/helper/
H A Dfieldusers.php92 … throw new Exception(sprintf($this->getLang('e_users'), hsc($this->getParam('display'))));
/plugin/bureaucracy-au/helper/
H A Dfieldusers.php92 … throw new Exception(sprintf($this->getLang('e_users'), hsc($this->getParam('display'))));
/plugin/openlayersmapoverlays/syntax/
H A Dmapillarylayer.php86 $data [$key] = hsc($val);
/plugin/datatables/
H A Dsyntax.php93 hsc($match)
/plugin/hidepages/
H A Dsyntax.php28 $match = hsc(trim($match));
/plugin/farmer/
H A Dadmin.php60 if (!$this->adminplugin) nice_die('Something went wrong loading the plugin component for ' . hsc($this->page));
/plugin/layeranimation/syntax/
H A Dlayer.php82 $CSSoption .= ' ' . hsc(trim($item));
/plugin/do/syntax/
H A Ddo.php248 …pty($data['task']['msg']) ? '' : '(' . $this->getLang('js')['note_done'] . hsc($data['task']['msg'…
269 …R->doc .= $this->getLang('date') . ' <span class="plugin_do_meta_date">' . hsc($data['task']['date…
/plugin/struct/action/
H A Dinline.php99 echo '<label data-column="' . hsc($this->column->getFullQualifiedLabel()) . '" for="' . $id . '">';
107 echo hsc($hint);
/plugin/backup/
H A Dadmin.php144 echo hsc($this->getLang('running'));
177 msg(hsc($msg), $level);
179 echo '<div>' . hsc($msg) . '</div>';
/plugin/strata/syntax/
H A Dentry.php91 msg(sprintf($this->syntax->getLang('error_entry_block'), ($tree['cs'][0]['tag']?sprintf($this->syntax->getLang('named_group'),utf8_tohtml(hsc($tree['cs'][0]['tag']))):$this->syntax->getLang('unnamed_group')), utf8_tohtml(hsc($result['entry']))),-1);
131 msg(sprintf($this->syntax->getLang('error_entry_line'), utf8_tohtml(hsc($line))),-1);

1...<<111213141516171819