Home
last modified time | relevance | path

Searched refs:hsc (Results 251 – 275 of 472) sorted by path

1...<<111213141516171819

/plugin/likeit/
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/linkback/
H A Dadmin.php147 ptln('<h2 name="'.$id.'" id="'.$id.'">'.hsc($title).'</h2>', 6);
/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/linkmanager/
H A Dfilemanager.php20 <?php echo hsc($thislang['fileselect'])?>
31 <h1><?php echo hsc($thislang['fileselect'])?></h1>
H A Dfunctions.php54 echo '<h1 id="linkpage__ns">:'.hsc($ns).'</h1>'.NL;
281 <input type="hidden" name="newpage__ns" id="newpage__ns" value="<?php echo hsc($ns)?>" />
/plugin/listusergroup/
H A Dhelper.php124 $xhtml_renderer->doc .= hsc($user);
132 $xhtml_renderer->doc .= hsc(implode( ", ", $info['grps']));
138 $xhtml_renderer->doc .= hsc($info['name']);
146 $xhtml_renderer->doc .= hsc($info['mail']);
/plugin/lms/
H A Dadmin.php44 echo sprintf('<h2>' . $this->getLang('status') . '</h2>', hsc($INPUT->str('user')));
/plugin/lms/syntax/
H A Dlms.php104 $span = '<span class="a11y">' . hsc($this->getLang($cmd)) . '</span>';
/plugin/log/
H A Dsyntax.php109 $renderer->doc .= hsc($data);
/plugin/loglog/
H A Dadmin.php123 $line['msg'] = hsc($line['msg']);
139 echo '<td>' . hsc($line['ip']) . '</td>';
140 echo '<td>' . hsc($line['user']) . '</td>';
/plugin/mapillary/
H A Dsyntax.php109 hsc($img),
111 hsc($sequences),
112 hsc($legs),
/plugin/medialist/
H A Dhelper.php236 $label = hsc("$ns:*");
/plugin/mediarename/
H A Daction.php98 … msg(hsc($info['id']).' was not a valid file name for DokuWiki - moved to new name: '.$tmp);
/plugin/menuext/
H A Daction.php75 msg('No menu item for action ' . hsc($action), -1, '', '', MSG_ADMINS_ONLY);
82 … msg('Item class ' . hsc($class) . ' does not exist', -1, '', '', MSG_ADMINS_ONLY);
87 msg('Not a menu item: ' . hsc($class), -1, '', '', MSG_ADMINS_ONLY);
/plugin/move/action/
H A Drewrite.php107 msg('Error: Page ' . hsc($id) . ' needs to be rewritten because of page renames but is not writable.', -1);
/plugin/move/helper/
H A Dfile.php139 msg('Creating directory ' . hsc($new_path) . ' failed.', -1);
144 msg('Moving ' . hsc($old_path . '/' . $file) . ' to ' . hsc($new_path . '/' . utf8_encodeFN($dst_name . $match[1])) . ' failed.', -1);
151 msg('Directory ' . hsc($old_path) . ' couldn\'t be opened.', -1);
H A Dhandler.php377 trigger_error('Error, handler function ' . hsc($name) . ' with ' . count($params) . ' parameters called which isn\'t implemented', E_USER_ERROR);
H A Dplan.php428 $html .= hsc($old);
430 $html .= hsc($new);
440 $html .= hsc($old);
442 $html .= hsc($new);
451 $html .= hsc($page);
H A Drewrite.php288 msg('Error: Page ' . hsc($id) . ' needs to be rewritten because of page renames but is not writable.', -1);
/plugin/mredirect/
H A Daction.php26 msg (sprintf ('From: <a href="'.wl($ID,'do=edit').'">'.hsc($ID).'</a>'));
/plugin/multiselect/
H A Daction.php121 … $summary = "Multiselect ".$selectcount." changed from \"".hsc($temp)."\" to \"".hsc($token)."\"";
124 … $param['msg'] = sprintf($Hajax->getLang('changed_from_to'),'Multiselect',hsc($temp),hsc($token));
H A Dsyntax.php117 $htmlid = hsc($page).'_'.$itemPos;
126 …_'.$htmlid."_".$count.'" class="multiclicker" onclick="multiclickclick(\''.hsc($page).'\',\''.$htm…
133 …plode(', ',array_map('hsc',$smileys)).']" class="multismiley multismiley_'.hsc($page).'" onclick="…
/plugin/namespacesearch/
H A Dhelper.php22 $QUERY = hsc(preg_replace('/ ?@\S+/','',$QUERY));
31 $namespaceSelect = '<input name="namespace" value="'.hsc($ns).'" type="hidden"/>';
36 …$namespaceSelect .= '<option class="namespacesearch_ns_'.hsc($class).'" value="'.hsc($ns).'"'.($cu…
/plugin/newnamespacepermissions/
H A Daction.php64 …msg($this->getLang('you tried to save') . '<pre>' . hsc($event->data['newContent']) . '</pre>', 0);
/plugin/newpagetemplate/
H A Daction.php85 $tpl = str_replace(trim($value[0]),hsc(trim($value[1])),$tpl);

1...<<111213141516171819