Home
last modified time | relevance | path

Searched refs:tag_helper (Results 1 – 5 of 5) sorted by relevance

/plugin/webdav/core/DAV/Collection/Tags/
H A DDirectory.php25 $tag_helper = plugin_load('helper', 'tag');
32 foreach ($tag_helper->getTopic('', null, $this->info['id']) as $tag) {
49 foreach ($tag_helper->tagOccurrences([], null, true) as $tag => $length) {
/plugin/webdav/core/Plugin/
H A DDokuWiki.php83 if ($tag_helper = plugin_load('helper', 'tag')) {
84 … $properties[self::DW_TAGS_PROPERTY] = join(',', $tag_helper->_getSubjectMetadata($dw_id));
/plugin/include/
H A Daction.php112 $tag_helper = $this->loadHelper('tag', false);
113 if ($tag_helper) {
115 $event->data['metadata']['subject'] = $tag_helper->_cleanTagList($meta['subject']);
/plugin/quickedit/
H A Dajax.php59 $tag_helper =& plugin_load('helper', 'tag'); variable
/plugin/autolink3/
H A Dajax.php48 $tag_helper =& plugin_load('helper', 'tag'); variable