Searched refs:getBase (Results 1 – 8 of 8) sorted by relevance
| /dokuwiki/_test/tests/Search/Collection/ |
| H A D | TermTest.php | 15 $this->assertEquals('dokuwiki', $term->getBase()); 26 $this->assertEquals('wiki', $term->getBase()); 37 $this->assertEquals('wiki', $term->getBase()); 48 $this->assertEquals('wiki', $term->getBase()); 58 $this->assertEquals('', $term->getBase()); 81 $this->assertEquals('42', $term->getBase()); 92 $this->assertEquals('test.doc', $term->getBase()); 103 $this->assertEquals('test.', $term->getBase()); 115 $this->assertEquals('wiki', $term->getBase()); 124 $this->assertEquals('a', $term->getBase()); [all …]
|
| /dokuwiki/lib/plugins/extension/_test/ |
| H A D | InstallerTest.php | 61 $base = $ext->getBase();
|
| H A D | ExtensionTest.php | 27 $this->assertEquals('extension', $extension->getBase());
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | ExtensionApiResponse.php | 72 $this->base = $extension->getBase();
|
| H A D | Installer.php | 97 $this->installFromUrl($url, $extension->getBase()); 234 if (!$plugin_controller->enable($extension->getBase())) { 259 if (!$plugin_controller->disable($extension->getBase())) {
|
| H A D | Extension.php | 188 public function getBase() function in dokuwiki\\plugin\\extension\\Extension 249 return $this->getTag('name', PhpString::ucwords($this->getBase() . ' ' . $this->getType()));
|
| H A D | GuiExtension.php | 29 $html .= '<span class="id" title="' . hsc($this->extension->getBase()) . '">' . 30 hsc($this->extension->getBase()) . '</span>';
|
| /dokuwiki/inc/Search/Collection/ |
| H A D | Term.php | 93 public function getBase(): string function in dokuwiki\\Search\\Collection\\Term
|