Home
last modified time | relevance | path

Searched refs:hsc (Results 376 – 400 of 472) sorted by relevance

1...<<111213141516171819

/plugin/semanticdata/syntax/
H A Dtable.php144 msg("data plugin: unknown option '".hsc($line[0])."'",-1);
256 '" title="'.$this->getLang('sort').'">'.hsc($head).'</a>';
/plugin/groupmatrix/syntax/
H A Dtable.php219 $html .= hsc($item) . '</td>';
/plugin/osm/
H A Dsyntax.php153 …return ml(hsc($this->getConf('map_service_url'))."?".implode('&', $query_params), array('cache' =>…
/plugin/strata/syntax/
H A Dtable.php69 if($mode == 'xhtml') { $R->doc .= '<span class="strata-caption" data-field="'.hsc($f['variable']).'">'; }
/plugin/combo/ComboStrap/
H A DIconTag.php73 $html = "<span class=\"text-danger $errorClass\">" . hsc(trim($message)) . "</span>";
/plugin/toctweak/
H A Dhelper.php188 $replace = $search.' class="'.hsc($meta['class']).'"';
/plugin/tagalerts/
H A Daction.php77 echo '<div class="tag'.$type.'">'.hsc($msg).'</div>';
/plugin/struct/syntax/
H A Doutput.php192 ' data-struct="' . hsc($field->getColumn()->getFullQualifiedLabel()) .
/plugin/struct/types/
H A DMedia.php130 $media_escaped = hsc($media);
/plugin/tagfilter/
H A Dhelper.php366 $foundTags[] = hsc($this->getTagLabel($tag));
414 $pages[$page] = strip_tags($title); //FIXME hsc() doesent work with chosen
508 $foundTags[] = hsc($this->getTagLabel($tag));
H A Daction.php178 $Hpagelist->addColumn('tagfilter', hsc($tagcolumn));
/plugin/button/
H A Dsyntax.php276 $target = " target ='" . hsc($target) . "' ";
284 $text = "<a " . $target . " href='" . $link['url'] . "'><span class='plugin_button' style='" . hsc($match['css']) . "'>$image<span class='plugin_button_text ${link['class']}'>";
/plugin/codeprettify/syntax/
H A Dcode.php224 $renderer->doc .= '<pre class="'.hsc($args).'">';
/plugin/podcast/action/
H A Dfeed.php127 …$event->data['item']->description = preg_replace('#[^\n]*?>\s*?' . preg_quote(hsc($firstheading), …
/plugin/scrape/
H A Dsyntax.php122 $R->doc .= 'Failed to handle mime type ' . hsc($mime);
/plugin/sql2wiki/syntax/
H A Dquery.php43 msg('Syntax: "'.hsc($match) . '" is not valid xml', -1);
/plugin/orphanswanted/
H A Dhelper.php187 … . ($show_heading ? '<td>' . hsc(p_get_first_heading($id)) .'</td>' : '' );
/plugin/photogallery/
H A Dsyntax.php878 $ret .= '<h4>'.hsc($title).'</h4>';
884 $ret .= '<p>'.nl2br(hsc($desc)).'</p>';
890 $ret .= '<p>'.hsc($keywords).'</p>';
897 $ret .= '<p>'.hsc($img['file']).'</p>';
/plugin/countdown/
H A Dsyntax.php31 msg ('Server time for Countdown plugin is: '. hsc(date('Y-m-d H:i')), 2);
/plugin/publish/action/
H A Dbanner.php107 printf('<span>%s</span>', hsc($note));
/plugin/blogtng/syntax/
H A Dblog.php101 msg('Unknown blog syntax type "'.hsc($type).'" using "list" instead',-1);
/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/translate/
H A Dhelper.php228 …return '<a href="'.$url.'" class="'.$class.'" title="'.hsc($langname).'"'.$more.'>'.hsc($text).'</…
/plugin/tag/
H A Dhelper.php224 'tooltip' => hsc($tag),
225 'title' => hsc($title)
/plugin/canvas/
H A Dcanvas.php98 msg($this->getPluginName().': syntax wrong -- '.hsc($data),-1);

1...<<111213141516171819