Home
last modified time | relevance | path

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

1...<<111213141516171819

/plugin/asiansearch/
H A Daction.php207 …e('/'.$m.'([^'.$m.']*?)'.$m.'/iu','<strong class="search_hit">$1</strong>',hsc(join('... ',$snippe…
/plugin/autlogin/
H A Dscript.js31 hsc: function(str) { method in acl
101 frm.elements['id'].value = acl.hsc(acl.parseatt(e.target.search)['id']);
103 frm.elements['ns'].value = acl.hsc(acl.parseatt(e.target.search)['ns']);
109 frm2.elements['id'].value = acl.hsc(acl.parseatt(e.target.search)['id']);
111 frm2.elements['ns'].value = acl.hsc(acl.parseatt(e.target.search)['ns']);
117 frm3.elements['id'].value = acl.hsc(acl.parseatt(e.target.search)['id']);
119 frm3.elements['ns'].value = acl.hsc(acl.parseatt(e.target.search)['ns']);
/plugin/parserarray/
H A Drenderer.php33 $this->doc .= hsc(ob_end_clean());
/plugin/shorturl/
H A Daction.php45 msg(sprintf($this->getLang('redirected'),hsc($ID)));
/plugin/translator/syntax/
H A Dtranslator.php229 …m_makeOpenTag("td", array_merge(array('class' => 'resourceKey', 'title' => hsc(stripslashes($line[…
241 $form->addElement(hsc(stripslashes($masterValue)));
/plugin/translation3/
H A Dhelper.php145 $lc = hsc($name);
243 $linktitle = hsc($name);
246 …ption value="'.$link.'"'.$sel.' class="'.$class.'" title="'.$linktitle.'">'.hsc($name).'</option>';
307 $linktitle = hsc($name);
319 …if (($langflag[hsc($name)] != NULL && strlen($langflag[hsc($name)]) > 0 && $this->getConf('flags')…
345 if ($langflag[hsc($name)] != NULL && strlen($langflag[hsc($name)]) > 0){
346 …$out .= '<img src="'.DOKU_URL.'lib/plugins/translation/flags/'.$langflag[hsc($name)].'" alt='.$lin…
365 $out .= html_wikilink($link,hsc($name));
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf6402 https?:\/\/([^\/]*\.)?students\.hsc\.unt\.edu
/plugin/querychangelog/
H A Dadmin.php405 ptln(' &ndash; '.hsc($change['sum']));
/plugin/translation2/
H A Daction.php110 …mg = '<img src="' . $this->flagimg($lang) . '" alt="' . hsc($lang) . '" title="' . hsc($lang)…
/plugin/offline/
H A Drenderer.php77 <title>'.hsc($title).'</title>
/plugin/svgimg2/
H A Daction.php38 …$this->getConf('return_type') : (in_array( hsc($_REQUEST['return_type']), array('png', 'jpg', 'jpe…
/plugin/googlemaps/syntax/
H A Dgooglemap.php75 $param .= is_numeric($val) ? " $key : $val," : "$key : '".hsc($val)."',";
/plugin/snap/
H A Dhelper.php170 $titrePage = hsc($titrePage);
H A Dsyntax.php.ori152 $titrePage = hsc($titrePage);
/plugin/superacl/
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']);
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 …]
/plugin/flowplay2/
H A Dsyntax.php22 function hsc($string){ return htmlspecialchars($string, ENT_QUOTES, 'UTF-8'); } function
/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/nroff/
H A Drenderer.php839 $this->doc .= '<!--'.hsc($feed->error).'-->';
/plugin/flowplay/
H A Dsyntax.php21 function hsc($string){ return htmlspecialchars($string, ENT_QUOTES, 'UTF-8'); } function
/plugin/googlesearch/
H A Daction.php96 urlencode("site:$url $q"),'Search for '.hsc($q),
100 echo '<p><b>Error:</b> <em>'.hsc($API->error).'</em></p>';
119 $info = str_replace('%q',hsc($q),$info);

1...<<111213141516171819