Home
last modified time | relevance | path

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

1...<<111213141516171819

/plugin/changemarks/
H A Dhighlighted.php69 $title = ($data[1] ? ' title="'.hsc($data[1]).'"' : '');
73 $renderer->doc .= hsc($data[1]);
88 $title = ($data[1] ? ' title="'.hsc($data[1]).'"' : '');
H A Ddeleted.php72 $title = ($data[1] ? ' title="'.hsc($data[1]).'"' : '');
76 $renderer->doc .= hsc($data[1]);
91 $title = ($data[1] ? ' title="'.hsc($data[1]).'"' : '');
/plugin/nsexport/action/
H A Dexport.php75 . 'id="page__'.++$num.'" value="'.hsc($id).'" '
77 . hsc($id) . '</label></div></li>';
85 $caption = hsc($this->getLang('link'));
/plugin/mediarename/
H A Daction.php98 … msg(hsc($info['id']).' was not a valid file name for DokuWiki - moved to new name: '.$tmp);
/plugin/scrapbook/
H A Daction.php82 echo '<button data-id="' . hsc($page['id']) . '">' . hsc($title) . '</button>';
/plugin/csstimeline/
H A Dfeed.php111 $item->description = hsc(strip_tags(htmlspecialchars_decode($entry['description'])));
H A Dhelper.php37 $data['entries'][$cnt][$lineSplit[0]] = hsc(trim($lineSplit[1]));
/plugin/disqus/
H A Dsyntax.php83 …$doc .= '<script type="text/javascript" src="//disqus.com/forums/'.hsc($shortname).'/embed.js"></s…
84 …$doc .= '<noscript><a href="//'.hsc($shortname).'.disqus.com/?url=ref">View the discussion thread.…
/plugin/medialist/
H A Dhelper.php236 $label = hsc("$ns:*");
/plugin/eventum/
H A Dsyntax.php210 $html .= ': '. hsc($data['title']);
278 …$doc .= '<a class="iw_eventum" href="'.$url.'" target="_blank" title="'.$title.'">'.hsc($name).'</…
/plugin/datatemplate/syntax/
H A Dentry.php260 '" title="'.sprintf($this->getLang('tagfilter'),hsc($val)).
261 '" class="wikilink1">'.hsc($val).'</a>';
/plugin/authldaplocal/
H A Dauth.php407 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
454 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
/plugin/scrape/
H A Dsyntax.php122 $R->doc .= 'Failed to handle mime type ' . hsc($mime);
/plugin/labeled/
H A Dhelper.php65 …$result .= hsc((isset($this->lang_translation[$label])) ? $this->lang_translation[$label] : $labe…
H A Dadmin_tpl.php7 <input type="hidden" name="id" value="<?php echo hsc($ID)?>" />
8 <input type="hidden" name="sectok" value="<?php echo hsc(getSecurityToken())?>" />
25 <?php $label = hsc($label); ?>
/plugin/fancysearch/
H A Daction.php39 …echo '<option value="'.hsc($ns).'"'.($cur_val === $ns ? ' selected="selected"' : '').'>'.hsc($ns).…
46 … echo '<li class="fancysearch_ns_'.hsc($class).'">'.hsc($this->translatedNamespace($ns)).'</li>';
53 … id="fancysearch__input" type="text" name="id" autocomplete="off" value="'.hsc(preg_replace('/ ?@\…
/plugin/canvas/
H A Dcanvas.php98 msg($this->getPluginName().': syntax wrong -- '.hsc($data),-1);
/plugin/panoview/
H A Dsyntax.php129 <div class="options" style="display:none">'.hsc($json->encode($data)).'</div>
/plugin/jukebox/
H A Dlist.php57 echo ' <creator>'.hsc($info['comments']['artist'][0]).'</creator>'.NL;
59 echo ' <title>'.hsc($info['comments']['title'][0]).'</title>'.NL;
61 echo ' <duration>'.hsc($info['comments']['length'][0]*1000).'</duration>'.NL;
65 echo ' <annotation>'.hsc(noNS($file['id'])).'</annotation>'.NL;
/plugin/imageshack/
H A Daction.php111 echo $lang['mediausage'].' <code>{{'.hsc($item['link']).'}}</code>';
/plugin/godiag/
H A Dsyntax.php145 $renderer->doc .= hsc($data['heading']).' ';
648 $href = hsc($href);
/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/iframe/
H A Dsyntax.php82 $R->doc .= '<div class="iframe">'.hsc($data['alt']).'</div>';
94 $R->doc .= "<iframe $params>".(isset($alt) ? hsc($alt) : '').'</iframe>';
/plugin/inlinetoc/
H A Daction.php60 …return '<span class="li"><a href="'.$link.'" class="inlinetoc2">'. hsc($item['title']).'</a></span…
/plugin/patchpanel/
H A Dsyntax.php217 …$renderer->doc .= 'Syntax error on the following line: <pre style="color:red">'.hsc($line)."</pre>…

1...<<111213141516171819