Home
last modified time | relevance | path

Searched refs:helper_plugin_blogtng_tools (Results 1 – 9 of 9) sorted by relevance

/plugin/blogtng/entities/
H A DComment.php5 use helper_plugin_blogtng_tools; alias
17 * @var helper_plugin_blogtng_tools
57 $this->tools = new helper_plugin_blogtng_tools();
/plugin/blogtng/action/
H A Dedit.php16 /** @var helper_plugin_blogtng_tools */
80 …if (!$tags && $isNotExistingBlog) $tags = helper_plugin_blogtng_tools::filterExplodeCSVinput($this…
189 … $tags = helper_plugin_blogtng_tools::filterExplodeCSVinput($this->getConf('default_tags'));
357 return helper_plugin_blogtng_tools::filterExplodeCSVinput($this->getConf('tags'));
371 $tags = helper_plugin_blogtng_tools::filterExplodeCSVinput($tags);
H A Dnew.php47 /** @var helper_plugin_blogtng_tools $tools */
H A Dcomments.php16 /** @var helper_plugin_blogtng_tools */
H A Dfeed.php14 /** @var helper_plugin_blogtng_tools */
/plugin/blogtng/helper/
H A Dtools.php10 class helper_plugin_blogtng_tools extends DokuWiki_Plugin { class
H A Dentry.php27 /** @var helper_plugin_blogtng_tools */
413 …$form->addElement(form_makeMenuField('new-title', helper_plugin_blogtng_tools::filterExplodeCSVinp…
418 …if($conf['tags'][0] == '?') $conf['tags'] = helper_plugin_blogtng_tools::filterExplodeCSVinput($th…
447 $tpl = helper_plugin_blogtng_tools::getTplFile($name, $type);
H A Dcomments.php641 $tpl = helper_plugin_blogtng_tools::getTplFile($tpl, 'recentcomments');
/plugin/blogtng/syntax/
H A Dblog.php31 /** @var helper_plugin_blogtng_tools */