Home
last modified time | relevance | path

Searched refs:taghelper (Results 1 – 8 of 8) sorted by relevance

/plugin/tagfilter/
H A Dhelper.php17 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
[all...]
/plugin/blogtng/helper/
H A Dentry.php26 private $taghelper = null; variable in helper_plugin_blogtng_entry
53 $this->taghelper = null;
168 if(!$this->taghelper) {
171 $this->taghelper->setPid($this->entry['pid']);
173 $this->taghelper->save();
681 if (!$this->taghelper) {
685 $this->taghelper->tpl_tags($target);
693 if (!$this->taghelper) {
897 if (!$this->taghelper) {
957 if (!$this->taghelper) {
[all …]
/plugin/blogtng/action/
H A Dpagedata.php91 $taghelper = $this->entryhelper->getTagHelper();
93 …['subject'] = array_unique(array_merge((array)$data['current']['subject'], $taghelper->getTags()));
95 $event->result['current']['subject'] = $taghelper->getTags();
H A Dedit.php15 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();
/plugin/blogtng/syntax/
H A Dblog.php36 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 Dhelper.php17 /** @var helper_plugin_tag $taghelper */
18 var $taghelper = null; variable in helper_plugin_include
713 if (!$this->taghelper)
714 $this->taghelper = plugin_load('helper', 'tag');
715 if(!$this->taghelper) {
721 $pagearrays = $this->taghelper->getTopic('', null, $tag);
/plugin/mediasyntax/
H A Dhelper.php204 $this->taghelper = plugin_load('helper', 'tag');
205 if (!$this->taghelper) {
214 $pages = $this->taghelper->getTopic('', null, $tag);
/plugin/blogtng/
H A Dadmin.php21 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();