Searched refs:taghelper (Results 1 – 8 of 8) sorted by relevance
| /plugin/tagfilter/ |
| D | helper.php | 17 protected $taghelper; variable in helper_plugin_tagfilter 24 $this->taghelper = $this->loadHelper('tag'); 67 if (!$this->taghelper) { 119 if (!$this->taghelper) { 178 if (!$this->taghelper) { 186 if ($this->taghelper->isVisible($page, $ns)) { 263 $Hpages = $this->taghelper->getTopic($this->ps_ns, null, $t); 284 $Hpages = $this->taghelper->getTopic($this->ps_ns, '', $t); 302 $Hpages = $this->taghelper->getTopic($this->ps_ns, '', $t); 445 $tags = $this->taghelper->parseTagList($tag_list, true); [all …]
|
| /plugin/blogtng/helper/ |
| D | entry.php | 26 private $taghelper = null; variable in helper_plugin_blogtng_entry 53 $this->taghelper = null; 168 if(!$this->taghelper) { 169 $this->taghelper = plugin_load('helper', 'blogtng_tags'); 171 $this->taghelper->setPid($this->entry['pid']); 172 $this->taghelper->setTags(array()); //empty tag set 173 $this->taghelper->save(); 681 if (!$this->taghelper) { 682 $this->taghelper = plugin_load('helper', 'blogtng_tags'); 684 $this->taghelper->load($this->entry['pid']); [all …]
|
| /plugin/blogtng/action/ |
| D | edit.php | 15 var $taghelper; variable in action_plugin_blogtng_edit 26 $this->taghelper = plugin_load('helper', 'blogtng_tags'); 74 $this->taghelper->load($pid); 78 $tags = $this->taghelper->getTags(); 183 $this->taghelper->load($pid); 186 $tags = $this->taghelper->getTags(); 344 $this->taghelper->load($pid); 345 $this->taghelper->setTags($tags); 346 $this->taghelper->save();
|
| D | pagedata.php | 91 $taghelper = $this->entryhelper->getTagHelper(); 93 …['subject'] = array_unique(array_merge((array)$data['current']['subject'], $taghelper->getTags())); 95 $event->result['current']['subject'] = $taghelper->getTags();
|
| /plugin/blogtng/syntax/ |
| D | blog.php | 36 var $taghelper; variable in syntax_plugin_blogtng_blog 193 $renderer->doc .= $this->taghelper->xhtml_tagcloud($data['conf']); 239 $this->taghelper = plugin_load('helper', 'blogtng_tags');
|
| /plugin/include/ |
| H A D | helper.php | 20 var $taghelper = null; variable in helper_plugin_include 712 if (!$this->taghelper) 713 $this->taghelper = plugin_load('helper', 'tag'); 714 if(!$this->taghelper) { 720 $pagearrays = $this->taghelper->getTopic('', null, $tag);
|
| /plugin/mediasyntax/ |
| D | helper.php | 204 $this->taghelper = plugin_load('helper', 'tag'); 205 if (!$this->taghelper) { 214 $pages = $this->taghelper->getTopic('', null, $tag);
|
| /plugin/blogtng/ |
| D | admin.php | 21 protected $taghelper = null; variable in admin_plugin_blogtng 57 $this->taghelper = plugin_load('helper', 'blogtng_tags'); 593 $this->taghelper->load($entry['pid']); 594 $tags = $this->taghelper->getTags();
|