Home
last modified time | relevance | path

Searched refs:isInstalled (Results 1 – 4 of 4) sorted by path

/dokuwiki/lib/plugins/extension/
H A Dcli.php151 if (!$ext->isInstalled()) {
191 if (!$ext->isInstalled()) {
335 if ($ext->isInstalled()) {
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php91 if ($this->isInstalled()) {
110 public function isInstalled()
122 if (!$this->isInstalled()) return false;
208 if (!$this->isInstalled()) return false;
341 if ($this->isInstalled()) return $this->getLang('unknownversion');
617 if (!$this->isInstalled()) return 'none';
630 if ($this->isInstalled()) {
704 $installed = $this->installArchive($path, $this->isInstalled(), $this->getBase());
736 if (!$this->isInstalled()) return $this->getLang('notinstalled');
760 if (!$this->isInstalled()) retur
102 public function isInstalled() global() function in helper_plugin_extension_extension
[all...]
H A Dlist.php184 if ($extension->isInstalled()) {
478 if ($extension->isInstalled()) {
494 if (!$extension->isInstalled() || $extension->updateAvailable()) {
572 if ($extension->isInstalled()) {
612 if (!$extension->isInstalled() && $extension->getDownloadURL()) {
655 if ($extension->isInstalled()) {
/dokuwiki/vendor/composer/
H A DInstalledVersions.php97 public static function isInstalled($packageName, $includeDevRequirements = true) function in Composer\\InstalledVersions
131 * It is easier to use this via isInstalled() with the $constraint argument if you need to check