Home
last modified time | relevance | path

Searched refs:getVersion (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/inc/Search/
H A DIndexer.php71 public function getVersion(): int|string function in dokuwiki\\Search\\Indexer
116 if (trim(io_readFile($idxtag)) != $this->getVersion()) return true;
201 io_saveFile(metaFN($data['page'], '.indexed'), $this->getVersion());
/dokuwiki/inc/Ui/
H A DAdmin.php73 echo getVersion();
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php252 public function getVersion() { function in adLDAPUtils
/dokuwiki/_test/tests/Search/
H A DIndexerTest.php161 $this->assertSame(\dokuwiki\Search\INDEXER_VERSION, $indexer->getVersion());
/dokuwiki/inc/
H A Dinfoutils.php164 function getVersion() function
245 msg('DokuWiki version: ' . getVersion(), 1);
/dokuwiki/vendor/composer/
H A DInstalledVersions.php179 public static function getVersion($packageName) function in Composer\\InstalledVersions
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php143 $data['version'] = getVersion();
/dokuwiki/inc/Remote/
H A DLegacyApiCore.php82 return getVersion();
/dokuwiki/_test/tests/Remote/
H A DApiCoreTest.php90 getVersion(),