Home
last modified time | relevance | path

Searched refs:hsc (Results 401 – 425 of 472) sorted by relevance

1...<<111213141516171819

/plugin/combo/ComboStrap/
H A DFetcherAppPages.php178 msg(hsc($e->getMessage()), -1);
H A DPluginUtility.php225 $value = hsc($value);
227 $parameters[hsc(strtolower($parameterKey))] = $value;
/plugin/struct/action/
H A Daggregationeditor.php183 echo '<input type="hidden" name="schema" value="' . hsc($tablename) . '" />';
/plugin/googlemaps3/
H A Dsyntax.php130 …ric($val) ? "$key : $val," : (is_bool($val) ? "$key : ".(int)$val."," : "$key : '".hsc($val)."',");
/plugin/abc2/
H A Dsyntax.php332 $renderer->doc .= hsc($src);
/plugin/asiansearch/
H A Daction.php207 …e('/'.$m.'([^'.$m.']*?)'.$m.'/iu','<strong class="search_hit">$1</strong>',hsc(join('... ',$snippe…
/plugin/move/helper/
H A Drewrite.php288 msg('Error: Page ' . hsc($id) . ' needs to be rewritten because of page renames but is not writable.', -1);
/plugin/pageredirect/
H A Daction.php177 $title = hsc($use_heading ? p_get_first_heading($page) : $page);
/plugin/docnavigation/syntax/
H A Dtoc.php
/plugin/subpages/
H A Dsyntax.php98 echo DOKU_LF."<span style='color:red;'>SUBPAGES_PLUGIN: ".hsc($msg)."</span><br>";
/plugin/issuelinks/services/
H A DGitHub.service.php99 … $this->configError = 'The GitHub authentication failed with message: ' . hsc($e->getMessage());
443 msg(hsc($e->getMessage()), -1);
/plugin/panoview/
H A Dsyntax.php129 <div class="options" style="display:none">'.hsc($json->encode($data)).'</div>
/plugin/medialist/
H A Dhelper.php236 $label = hsc("$ns:*");
/plugin/tcycle/
H A Dsyntax.php119 $retVal = hsc($value);
/plugin/bootswrapper/syntax/
H A Dbootstrap.php235 …msg('<strong>Bootstrap Wrapper</strong> - Malformed tag (<code>' . hsc($match) . '</code>). Please…
/plugin/blog/syntax/
H A Dblog.php204 DOKU_TAB.DOKU_TAB.'<legend>'.hsc($newentrytitle).'</legend>'.DOKU_LF.
/plugin/struct/meta/
H A DConfigParser.php138 throw new StructException("unknown option '%s'", hsc($key));
/plugin/dw2pdf/
H A Daction.php305 $msg = hsc(implode(', ', $skippedpages));
655 '@TITLE@' => hsc($this->title),
711 $url = hsc(wl($id, '', '&', true));
/plugin/labeled/
H A Dhelper.php65 …$result .= hsc((isset($this->lang_translation[$label])) ? $this->lang_translation[$label] : $labe…
/plugin/translationbuddy/
H A Dsyntax.php136 $R->doc .= '<b>New pages last '.hsc($data['daysnew']).' days</b>';
/plugin/displayfile/
H A Dsyntax.php245 $renderer->doc .= hsc($title);
/plugin/newpagetemplate/
H A Dhelper.php100 $tpl = str_replace(trim($value[0]), hsc(trim($value[1])), $tpl);
/plugin/authorstats/
H A Daction.php50 $name = hsc($_REQUEST["name"]);
/plugin/blogtng/helper/
H A Dtags.php311 return '<a href="'.wl($target,array('post-tags'=>$tag)).'" class="tag">'.hsc($tag).'</a>';
/plugin/tag/syntax/
H A Dsearchtags.php209 $form->addElement(hsc($tag).' ['.$count.']');

1...<<111213141516171819