Searched refs:tag_helper (Results 1 – 5 of 5) sorted by relevance
/plugin/webdav/core/DAV/Collection/Tags/ |
H A D | Directory.php | 25 $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 D | DokuWiki.php | 83 if ($tag_helper = plugin_load('helper', 'tag')) { 84 … $properties[self::DW_TAGS_PROPERTY] = join(',', $tag_helper->_getSubjectMetadata($dw_id));
|
/plugin/include/ |
H A D | action.php | 112 $tag_helper = $this->loadHelper('tag', false); 113 if ($tag_helper) { 115 $event->data['metadata']['subject'] = $tag_helper->_cleanTagList($meta['subject']);
|
/plugin/quickedit/ |
H A D | ajax.php | 59 $tag_helper =& plugin_load('helper', 'tag'); variable
|
/plugin/autolink3/ |
H A D | ajax.php | 48 $tag_helper =& plugin_load('helper', 'tag'); variable
|