Home
last modified time | relevance | path

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

/plugin/twistienav/
H A Dhelper.php14 protected $title_metadata = array(); variable in helper_plugin_twistienav
20 $this->title_metadata = array(
24 foreach (array_keys($this->title_metadata) as $plugin) {
25 if(plugin_isdisabled($plugin)) unset($this->title_metadata[$plugin]);
27 $this->title_metadata['dokuwiki'] = 'title';
28 return $this->title_metadata;
112 foreach ($this->title_metadata as $plugin => $pluginkey) {
H A Daction.php31 $this->title_metadata = $this->helper->build_titlemetafields();
/plugin/twistienav4bootstrap3/
H A Dhelper.php14 protected $title_metadata = array(); variable in helper_plugin_twistienav4bootstrap3
20 $this->title_metadata = array(
24 foreach (array_keys($this->title_metadata) as $plugin) {
25 if(plugin_isdisabled($plugin)) unset($this->title_metadata[$plugin]);
27 $this->title_metadata['dokuwiki'] = 'title';
28 return $this->title_metadata;
106 foreach ($this->title_metadata as $plugin => $pluginkey) {
H A Daction.php30 $this->title_metadata = $this->helper->build_titlemetafields();
/plugin/qrcode2/
H A Dhelper.php14 protected $title_metadata = array(); variable in helper_plugin_qrcode2