Lines Matching refs:this

13            $controller->register_hook('DOKUWIKI_STARTED', 'AFTER',  $this, 'set_admin');
14 … $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'print_overlay', array('after'));
15 …$controller->register_hook('TEMPLATE_PAGETOOLS_DISPLAY', 'BEFORE', $this, 'action_link', array('pa…
16 …$controller->register_hook('TEMPLATE_SITETOOLS_DISPLAY', 'BEFORE', $this, 'action_link', array('si…
17 …$controller->register_hook('TEMPLATE_USERTOOLS_DISPLAY', 'BEFORE', $this, 'action_link', array('us…
18 …$controller->register_hook('TEMPLATE_OVLTOOLS_DISPLAY', 'BEFORE', $this, 'overlay_tools', array('u…
19 … $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'addsvgbutton', array());
21 …$controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'get_scripts', array()); …
39 if($this->getConf('always')){
46 if($this->getConf($xcl)) {
59 $height = preg_replace('/[^0-9]+/', '', $this->getConf('height'));
60 $width = preg_replace('/[^0-9]+/', '', $this->getConf('width'));
74 $tools = $this->getConf('tools');
97 … $namespaces = $this->getConf('nsoverlays'); // check for alternate overlay pages
126 if(!$page) $page = trim($this->getConf('page'));
130 $close = trim($this->getLang('close'));
131 $detach = trim($this->getLang('detach'));
132 $fixed = trim($this->getLang('fix_title'));
133 $resize = trim($this->getLang('resize'));
163 $type = $this->getConf('menutype');
165 $name = $this->getLang('toggle_name');
183 $this->overlay_tools($event, array('any'));
186 $type = $this->getConf('menutype');
188 $btn = $this->getLang('toggle_name');
195 $name = $this->getLang('toggle_name');
196 $type = $this->getConf('toggletype');