Home
last modified time | relevance | path

Searched refs:hsc (Results 426 – 450 of 472) sorted by path

1...<<111213141516171819

/plugin/task/
H A Dhelper.php477 $input->attr('value', hsc($INFO['userinfo']['name']));
553 …$ret .= '<td><input type="text" name="user" value="'.hsc($INFO['userinfo']['name']).'" class="edit…
/plugin/task/syntax/
H A Dtask.php137 if ($header) $renderer->doc .= hsc($this->getLang($header)).':';
270 $uid = hsc($ID.'@'.$_SERVER['SERVER_NAME']);
271 $title = hsc($INFO['meta']['title']);
286 return '<span class="vcard"><span class="fn">' . hsc($user) . '</span></span>';
/plugin/tcycle/
H A Dsyntax.php119 $retVal = hsc($value);
/plugin/timetrack/
H A Dhelper.php732 …" '.($tabid===$currenttab?'selected="selected"':'').' data-index='.$ii++.'>'.hsc($tab).'</a></li>';
/plugin/toctweak/
H A Dhelper.php188 $replace = $search.' class="'.hsc($meta['class']).'"';
/plugin/toctweak/syntax/
H A Dmetatoc.php116 $html.= $title ? '<h3>'.hsc($title).'</h3>' : '';
140 $html.= hsc($item['title']).'</a>';
H A Dsidetoc.php81 $html.= $title ? '<h3>'.hsc($title).'</h3>' : '';
102 $html.= hsc($item['title']).'</a>';
/plugin/todo/syntax/
H A Dtodo.php272 . ' data-date="' . hsc(@filemtime(wikiFN($ID))) . '"'
273 . ' data-pageid="' . hsc($ID) . '"'
289 $return .= '<span class="todouser">[' . hsc($todouser) . ']</span>';
292 $return .= '<span class="todouser">[' . hsc('✓ '.$checkeduser);
338 $return .= hsc($todotitle);
/plugin/tokenbucketauth/
H A Dadmin.php182 echo '<td>'.hsc($host).'</td>';
184 …echo '<td><input type="submit" name="delip['.$ip.']" value="'.hsc($this->getLang('del')).'" class=…
191 …echo '<td colspan="4" style="text-align:center; font-style: italic">' . hsc($this->getLang('noban'…
/plugin/tplinc/
H A Dadmin.php112 … echo '<td><input type="text" name="a[x' . $row . '][0]" value="' . hsc($pattern) . '" /></td>';
113 echo '<td><input type="text" name="a[x' . $row . '][1]" value="' . hsc($page) . '" /></td>';
145 echo '<option value="' . hsc($location) . '" ' . $selected . '>';
146 echo hsc($label);
/plugin/translate/
H A Daction.php206 hsc($origtext).
H A Dhelper.php228 …return '<a href="'.$url.'" class="'.$class.'" title="'.hsc($langname).'"'.$more.'>'.hsc($text).'</…
/plugin/translation/
H A Daction.php107 $event->data['script'][$i]['src'] .= '&lang=' . hsc($conf['lang']);
147 $event->data = '<div lang="' . hsc($locale) . '" dir="' . hsc($direction) . '">' .
H A Dhelper.php308 $text .= hsc($this->getLocalName($lang));
309 if (isset($this->opts['langcode'])) $text .= ' (' . hsc($lang) . ')';
311 $text .= hsc($lang);
/plugin/translation2/
H A Daction.php110 …mg = '<img src="' . $this->flagimg($lang) . '" alt="' . hsc($lang) . '" title="' . hsc($lang)…
/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/translationbuddy/
H A Dsyntax.php136 $R->doc .= '<b>New pages last '.hsc($data['daysnew']).' days</b>';
/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/twcheckliste/
H A Drenderer.php.old72 <title>'.hsc($title).'</title>
/plugin/twistienav/
H A Dhelper.php118 $title = @$title ?: hsc(noNS($item['id']));
/plugin/twistienav4bootstrap3/
H A Dhelper.php111 $title = @$title ?: hsc(noNS($item['id']));
/plugin/twofactor/
H A DManager.php335 $form->addHTML('<p>' . hsc($info) . '</p>');
341 msg(hsc($e->getMessage()), -1); // FIXME better handling
H A Dadmin.php156 $form->addHTML(hsc($user));
159 $form->addHTML(hsc($userinfo['name']));
162 $form->addHTML(hsc($userinfo['mail']));
/plugin/twofactoraltemail/
H A Daction.php73 msg(hsc($info), 1);
75 msg(hsc($e->getMessage()), -1);
/plugin/twofactortelegram/
H A Daction.php68 msg(hsc($info), 1);
70 msg(hsc($e->getMessage()), -1);

1...<<111213141516171819