Lines Matching +full:- +full:- +full:global
9 global $conf;
14 $this->assertInstanceOf('Doku_Renderer_xhtml', p_get_renderer('xhtml'));
21 global $conf;
22 global $plugin_controller;
26 $this->plugin_controller = $plugin_controller;
29 $this->assertInstanceOf('renderer_plugin_test', p_get_renderer('xhtml'));
32 $plugin_controller = $this->plugin_controller;
37 global $conf;
42 $this->assertInstanceOf('Doku_Renderer_xhtml', p_get_renderer('xhtml'));
49 global $conf;
54 $this->assertNull(p_get_renderer('junk'));
64 return $this->plugin_controller->load($type, $name, $new, $disabled);