Home
last modified time | relevance | path

Searched refs:hsc (Results 26 – 50 of 472) sorted by path

12345678910>>...19

/plugin/authorstats/
H A Daction.php50 $name = hsc($_REQUEST["name"]);
H A Dsyntax.php174 "tooltip" => hsc($name),
175 "title" => hsc($author[$type])
/plugin/authsmf20/
H A Daction.php79 …($userinfo['smf_user_gender'] ? ' gender-' . hsc($userinfo['smf_user_gender']) : ' gender-unknown'…
80 hsc($userinfo['smf_user_realname']);
98 …$result .= '<img src="' . $userinfo['smf_user_avatar'] . '" alt="' . hsc($userinfo['smf_user_realn…
100 $result .= '<span><strong>' . hsc($userinfo['smf_user_realname']) . '</strong>';
104 … $result .= '<span class="userlink-' . hsc($field) . '">' . hsc($userinfo[$field]) . '</span>';
114 return hsc($userinfo['smf_user_realname']);
/plugin/autlogin/
H A Dadmin.php514 echo '<input type="hidden" name="ns" value="'.hsc($this->ns).'" />'.NL;
515 echo '<input type="hidden" name="id" value="'.hsc($ID).'" />'.NL;
580 echo '<input type="hidden" name="ns" value="'.hsc($this->ns).'" />'.NL;
581 echo '<input type="hidden" name="id" value="'.hsc($ID).'" />'.NL;
602 echo '<input type="hidden" name="ns" value="'.hsc($this->ns).'" />'.NL;
669 echo '<input type="hidden" name="ns" value="'.hsc($this->ns).'" />'.NL;
731 echo '<input type="hidden" name="ns" value="'.hsc($this->ns).'" />'.NL;
732 echo '<input type="hidden" name="id" value="'.hsc($ID).'" />'.NL;
777 echo '<input type="hidden" name="ns" value="'.hsc($this->ns).'" />'.NL;
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/autologoff/
H A Daction.php56 msg(sprintf($this->getLang('loggedoff'), hsc($_SERVER['REMOTE_USER'])));
H A Dadmin.php80 echo '<td>'.hsc($usergroup).'</td>';
81 echo '<td>'.hsc($time).'</td>';
/plugin/autotranslation/
H A Daction.php148 $event->data['script'][$i]['src'] .= '&lang=' . hsc($this->locale);
H A Dhelper.php282 $flag = DOKU_BASE . 'lib/plugins/translation/flags/' . hsc($lang) . '.gif';
294 …if($flag) $out .= '<img src="' . $flag . '" alt="' . hsc($lang) . '" height="11" class="' . $class…
373 $flag = DOKU_BASE . 'lib/plugins/translation/flags/' . hsc($lang) . '.gif';
380 $display = hsc($localname);
381 if(isset($this->opts['langcode'])) $display .= ' (' . hsc($lang) . ')';
383 $display = hsc($lang);
393 …$out .= '<option class="' . $class . '" title="' . hsc($localname) . '" value="' . $link . '"' . $…
398 …$out .= '<a href="' . wl($link, 'tns') . '" class="' . $class . '" title="' . hsc($localname) . '"…
399 if($flag) $out .= '<img src="' . $flag . '" alt="' . hsc($lang) . '" height="11" />';
/plugin/avatar/
H A Dhelper.php60 if (($userinfo['name']) && (!$title)) $title = hsc($userinfo['name']);
/plugin/backup/
H A Dadmin.php144 echo hsc($this->getLang('running'));
177 msg(hsc($msg), $level);
179 echo '<div>' . hsc($msg) . '</div>';
/plugin/badbehaviour/
H A Dadmin.php114 $ip,$resp['log'],$resp['explanation'],hsc($key));
126 echo '<td>'.hsc($fields[1]).'</td>';
127 echo '<td>'.hsc($fields[2]).'</td>';
128 echo '<td>'.hsc($fields[3]).'</td>';
129 echo '<td>'.hsc($fields[4]).'</td>';
130 echo '<td>'.hsc($fields[5]).'</td>';
147 … echo '<input type="text" id="key__lookup" name="lookup" value="'.hsc($_REQUEST['lookup']).'" />';
/plugin/bez/action/
H A Dmigration.php65 msg($err[0] . ' ' . $err[1] . ' ' . $err[2] . ':<br /><pre>' . hsc($query) . '</pre>', -1);
98 msg($err[0] . ' ' . $err[1] . ' ' . $err[2] . ':<br /><pre>' . hsc($query) . '</pre>', -1);
139 msg($err[0].' '.$err[1].' '.$err[2].':<br /><pre>'.hsc($query).'</pre>', -1);
/plugin/bez/syntax/
H A Dstruct.php67 if($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
103 if($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/blog/syntax/
H A Dblog.php204 DOKU_TAB.DOKU_TAB.'<legend>'.hsc($newentrytitle).'</legend>'.DOKU_LF.
/plugin/blogtng/action/
H A Dfeed.php135 …$event->data['item']->description = preg_replace('#[^\n]*?>\s*?' . preg_quote(hsc($firstheading), …
/plugin/blogtng/
H A Dadmin.php569 ptln('<td class="entry_author">' . hsc($entry['author']) . '</td>');
683 …ptln('<div class="comment_text" title="'.$this->getLang('comment_text').'">' . hsc($comment->getTe…
686 …ptln('<span class="comment_ip" title="'.$this->getLang('comment_ip').'">' . hsc($comment->getIp())…
690 …if($avatar) ptln('<img src="' . $avatar . '" alt="' . hsc($comment->getName()) . '" class="avatar"…
692 …ptln('<a href="mailto:' . hsc($comment->getMail()) . '" class="mail" title="' . hsc($comment->getM…
694 ptln(hsc($comment->getName()));
700 …$weburl = '<a href="' . hsc($comment->getWeb()) . '" title="' . hsc($comment->getWeb()) . '">' . h…
704 …ptln('<span class="comment_status" title="'.$this->getLang('comment_status').'">' . hsc($comment->…
705 …ptln('<span class="comment_source" title="'.$this->getLang('comment_source').'">' . hsc($comment->…
755 if(!in_array($field, $changablefields)) return hsc($entry[$field]);
/plugin/blogtng/entities/
H A DComment.php146 echo '<a href="'.hsc($this->web).'" class="fn nickname">';
147 echo hsc($this->name);
151 echo hsc($this->name);
161 echo hsc($this->name);
168 echo hsc($this->type);
175 echo hsc($this->mail);
182 echo hsc($this->web);
191 echo hsc(dformat($this->created,$fmt));
/plugin/blogtng/helper/
H A Dentry.php409 $form->addElement(hsc($conf['title']));
428 $form->addHidden('new-format', hsc($conf['format']));
429 $form->addHidden('post-blog', hsc($conf['blog'][0]));
493 …echo '<a href="' . wl ($this->entry['page']) . '" title="' . hsc($this->entry['title']) . '">' . $…
509 echo hsc($abstract);
516 print hsc($this->entry['title']);
544 print hsc($this->entry['author']);
561 hsc($this->entry['author']) . '</a>' . DOKU_LF
654 echo '<a href="'.wl($row['page']).'" class="wikilink1">'.hsc($row['title']).'</a>';
H A Dtags.php311 return '<a href="'.wl($target,array('post-tags'=>$tag)).'" class="tag">'.hsc($tag).'</a>';
/plugin/blogtng/syntax/
H A Dblog.php101 msg('Unknown blog syntax type "'.hsc($type).'" using "list" instead',-1);
/plugin/bookcreator/syntax/
H A Dbookmanager.php
/plugin/bootswrapper/syntax/
H A Dbootstrap.php235 …msg('<strong>Bootstrap Wrapper</strong> - Malformed tag (<code>' . hsc($match) . '</code>). Please…
H A Djumbotron.php57 $styles[] = 'color:' . hsc($color);
H A Dpopover.php96 $title = hsc(p_render('xhtml', p_get_instructions($title), $info));
97 $content = hsc(p_render('xhtml', p_get_instructions($content), $info));

12345678910>>...19