Home
last modified time | relevance | path

Searched refs:Htag (Results 1 – 4 of 4) sorted by relevance

/plugin/tagsections/
H A Dhelper.php20 protected $Htag; variable in helper_plugin_tagsections
23 if (plugin_isdisabled('tag') || (!$this->Htag = plugin_load('helper', 'tag'))) {
64 $Htag = $this->Htag;
65 if(!$Htag) return false;
105 $Htag = $this->Htag;
106 if(!$Htag) return false;
111 if($Htag->_isVisible($page,$ns)) {
/plugin/tagfilter/
H A Daction.php95 /** @var helper_plugin_tag $Htag */
96 if (is_null($Htag = $this->loadHelper('tag', false))) {
121 $tags_parsed = $Htag->parseTagList($tag_list, true);
122 $pages_lookup = $Htag->getIndexedPagesMatchingTagQuery($tags_parsed);
/plugin/tagadd/
H A Daction.php95 $Htag= $this->loadHelper('tag');
97 $links=$Htag->tagLinks($chked_tags);
100 $Htag->_updateTagIndex($ID,$chked_tags);
/plugin/tagsections/syntax/
H A Dtag.php28 if (plugin_isdisabled('tag') || (!$this->Htag = plugin_load('helper', 'tag'))) {