Home
last modified time | relevance | path

Searched refs:hsc (Results 401 – 425 of 472) sorted by path

1...<<111213141516171819

/plugin/structupdate/helper/
H A Dupdate.php97 $thanks = hsc($thanks);
/plugin/stylingpages/
H A Daction.php62 msg('Invalid pattern <code>' . hsc($pattern) . '</code>', -1);
/plugin/submgr/
H A Dadmin.php87 echo '<td>' . hsc($item) . '</td>';
88 echo '<td>' . hsc($data[1]) . '</td>';
93 echo '<input type="hidden" name="rm" value="' . hsc($item) . '" />';
/plugin/subpages/
H A Dsyntax.php98 echo DOKU_LF."<span style='color:red;'>SUBPAGES_PLUGIN: ".hsc($msg)."</span><br>";
/plugin/supa/action/
H A Daction.php49 echo " '".addslashes(hsc($NS))."',\n";
/plugin/superacl/
H A Dadmin.php298 printf($this->getLang('p_choose_id'),hsc($ID));
393 printf($this->getLang('p_user_ns'),hsc($who),hsc($ns),join(', ',$names));
395 printf($this->getLang('p_user_id'),hsc($who),hsc($ID),join(', ',$names));
399 … printf($this->getLang('p_group_ns'),hsc(ltrim($who,'@')),hsc($ns),join(', ',$names));
401 … printf($this->getLang('p_group_id'),hsc(ltrim($who,'@')),hsc($ID),join(', ',$names));
582 echo $this->_html_checkboxes($perm,$ispage,'acl['.hsc($where).']['.hsc($who).']');
586 echo '<input type="checkbox" name="del['.hsc($where).']" value="'.hsc($who).'" />';
773 … echo ' <option value="'.hsc($ug).'" class="aclgroup"'.$sel.'>'.hsc($ug).'</option>'.NL;
775 … echo ' <option value="'.hsc($ug).'" class="acluser"'.$sel.'>'.hsc($ug).'</option>'.NL;
789 … echo ' <option value="'.hsc($ug).'" class="aclgroup"'.$sel.'>'.hsc($ug).'</option>'.NL;
[all …]
H A Dscript.js83 hsc: function(str) { method in superacl
147 frm.elements['id'].value = superacl.hsc(superacl.parseatt(e.target.search)['id']);
149 frm.elements['ns'].value = superacl.hsc(superacl.parseatt(e.target.search)['ns']);
/plugin/svgimg2/
H A Daction.php38 …$this->getConf('return_type') : (in_array( hsc($_REQUEST['return_type']), array('png', 'jpg', 'jpe…
/plugin/swarmwebhook/
H A Dadmin.php50 $html = str_replace('$secret', hsc($secret), $html);
/plugin/swiftmail/
H A Daction.php130 msg('SwiftMailer log:<br /><pre>'.hsc($dbglog).'</pre>',-1);
/plugin/sync/
H A Dadmin.php227 echo '<input type="hidden" name="no" value="'.hsc($no).'" />';
230 echo '<p>'.$this->getLang('remotever').' '.hsc($version).'</p>';
257 if($opts['user']) echo hsc($opts['user']).'@';
258 echo hsc($srv['host']);
259 if($opts['ns']) echo ':'.hsc($opts['ns']);
281 echo '<input type="hidden" name="no" value="'.hsc($no).'" />';
378 echo '<li class="'.hsc($class).'"><div class="li">';
379 echo hsc($msg);
577 echo '<td class="sync__file">'.hsc($id).'</td>';
714 echo $this->getLang('pullfail').' '.hsc($id).' ';
[all …]
/plugin/syntaxhighlightjs/
H A Dhelper.php62 if($attr['class']) $out .= ' class="'.hsc($attr['class']).' '.$addClass.'"';
68 $out .= ' style="width: '.hsc($attr['width']).';"';
71 $out .= ' style="width: '.hsc($attr['width']).'; max-width: 100%;"';
/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/tablelayout/action/
H A Dprint.php34 msg('Not Authorized for page ' . hsc($ID), -1);
53 $json = hsc(
/plugin/tablelayout/
H A Dsyntax.php96 msg('Unknown option: ' . hsc($key), -1);
124 $json = hsc(json_encode($data));
/plugin/tag/
H A Daction.php101 print '<h1>TAG: ' . hsc(str_replace('_', ' ', $INPUT->str('tag'))) . '</h1>' . DOKU_LF;
H A Dhelper.php224 'tooltip' => hsc($tag),
225 'title' => hsc($title)
/plugin/tag/syntax/
H A Dsearchtags.php209 $form->addElement(hsc($tag).' ['.$count.']');
/plugin/tagalerts/
H A Daction.php77 echo '<div class="tag'.$type.'">'.hsc($msg).'</div>';
/plugin/tagfilter/
H A Daction.php178 $Hpagelist->addColumn('tagfilter', hsc($tagcolumn));
H A Dhelper.php366 $foundTags[] = hsc($this->getTagLabel($tag));
414 $pages[$page] = strip_tags($title); //FIXME hsc() doesent work with chosen
508 $foundTags[] = hsc($this->getTagLabel($tag));
/plugin/tagfilter/helper/
H A Dsyntax.php137 $cache_page[hsc($tagcolumn)] = $Htagfilter->td($page, hsc($tagcolumn));
140 $cache_page[hsc($tagimagecolumn[0]) . ' '] = $Htagfilter->getTagImageColumn($page, $tagimagecolumn[0], $tagimagecolumn[1]);
195 $Hpagelist->addColumn('tagfilter', hsc($tagcolumn));
198 $Hpagelist->addColumn('tagfilter', hsc($tagimagecolumn[0] . ' '));
266 $conf['pagesearchlabel'] = hsc($value);
/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>');
H A Dfilter.php340 'data-placeholder' => hsc($label . ' ' . $this->getLang('choose')),
341 'data-label' => hsc(utf8_strtolower(trim($label))),
377 'data-placeholder' => hsc($label . ' ' . $this->getLang('choose')),
378 'data-label' => hsc(str_replace(' ', '_', utf8_strtolower(trim($label)))),
/plugin/tagging/
H A Dhelper.php313 return '<a href="' . hsc($this->getTagSearchURL($tag, $ns)) . '">' . $tag . '</a>';
827 $form->addHTML( hsc($tagname) . '</a>');
831 $form->addHTML('<td>' . hsc($ns) . '</td>');
833 $form->addHTML('<td>' . hsc($taggers) . '</td>');

1...<<111213141516171819