Home
last modified time | relevance | path

Searched +full:installed -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 38) sorted by relevance

12

/dokuwiki/vendor/composer/
H A DInstalledVersions.php19 * This class is copied in every Composer installed project and available to all
21 * See also https://getcomposer.org/doc/07-runtime.md#installed-versions
39 private static $installed; variable in Composer\\InstalledVersions
58 …* Returns a list of all package names which are present, either by being installed, replaced or pr…
66 foreach (self::getInstalled() as $installed) {
67 $packages[] = array_keys($installed['versions']);
88 foreach (self::getInstalled() as $installed) {
89 foreach ($installed['versions'] as $name => $package) {
100 * Checks whether the given package is installed
110 foreach (self::getInstalled() as $installed) {
[all …]
/dokuwiki/lib/plugins/extension/_test/
H A DManagerTest.php41 $this->assertStringContainsString('installed=', $content);
44 $installed = $manager->getInstallDate();
47 $this->assertInstanceOf(\DateTime::class, $installed);
48 $this->assertEquals($updated, $installed);
55 $installed = $manager->getInstallDate();
58 $this->assertInstanceOf(\DateTime::class, $installed);
59 $this->assertNotEquals($updated, $installed);
/dokuwiki/lib/plugins/extension/
H A DLocal.php26 * Get all locally installed templates
38 * Get all locally installed plugins
54 * Get all locally installed extensions
H A Dremote.php20 * List installed extensions
22 * This lists all installed extensions. The list is not sorted in any way.
24 * @return ExtensionApiResponse[] The list of installed extensions and their details
108 * This will also install dependencies, so more than the given extension may be installed.
111 * @return string[] List of installed extensions
H A DManager.php41 if (isset($this->data['installed'])) {
46 $this->data['installed'] = date('r');
83 $date = $this->data['updated'] ?? $this->data['installed'] ?? '';
102 $date = $this->data['installed'] ?? '';
H A DExtensionApiResponse.php23 /** @var string The installed version/date of this extension */
32 /** @var bool Whether this extension is installed */
H A Dcli.php33 …" i - installed " . Notice::symbol(Notice::SECURITY) . " - security issue\n" .
35 …" g - installed via git " . Notice::symbol(Notice::WARNING) . " - extension warning\n…
47 $options->registerCommand('list', 'List installed extensions');
52 … $options->registerCommand('upgrade', 'Update all installed extensions to their latest versions');
69 $options->registerCommand('enable', 'Enable installed extensions');
73 $options->registerCommand('disable', 'Disable installed extensions');
H A DExtension.php91 * The given directory might be the one where the extension has already been installed to
215 // if the extension is installed, then the currentDir is the install dir!
224 * Get the directory where this extension should be installed in
226 * Note: this does not mean that the extension is actually installed there
310 * Get the version of the extension that is actually installed
328 // for installed extensions we can check the files
361 * Get a list of extensions that are currently installed, enabled and depend on this extension
414 * Is the extension installed locally?
486 * Is the extension installed in the correct directory?
H A DNotice.php122 * Check if installed dependencies are conflicting
156 * Check if the extension is installed in correct folder
189 // only display this for installed extensions
H A DGuiAdmin.php56 * Return the HTML for the list of installed plugins
89 * Return the HTML for the list of installed templates
H A DInstaller.php39 public const STATUS_INSTALLED = 'installed';
73 * @param bool $skipInstalled Ignore the overwrite setting and skip installed extensions
141 … The archive is extracted to a temporary directory and then the contained extensions are installed.
H A Dstyle.less240 section.extension.installed.disabled {
/dokuwiki/lib/plugins/authpdo/
H A DREADME8 If you install this plugin manually, make sure it is installed in
/dokuwiki/lib/plugins/styling/
H A DREADME8 If you install this plugin manually, make sure it is installed in
/dokuwiki/_test/
H A DREADME11 If you don't have composer installed yet, you can get it from https://getcomposer.org/
/dokuwiki/bin/
H A Dgittool.php55 …e same as clone, but when no git source repository can be found, the extension is installed via ' .
158 $this->success("installed $ext via download");
172 …if ($succeeded) $this->success('successfully installed the following extensions: ' . implode(', ',…
/dokuwiki/inc/Extension/
H A DPluginController.php19 /** @var array all installed plugins and their enabled state [plugin=>enabled] */
113 "Plugin installed incorrectly. Rename plugin directory '%s' to '%s'.",
124 'Maybe the plugin has been installed in the wrong directory?',
200 * Read all installed plugins and their current enabled state
H A DPluginInterface.php21 * base - the plugin's base name (eg. the directory it needs to be installed in)
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md28 …ion constraint (which will allow for backwards-compatible changes to be installed, if any get made…
/dokuwiki/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml77 * Any installed plugins or templates that might be relevant to the problem
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md9 It can use either PHP's libGD or a locally installed ImageMagick binary.
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md79 2. Ensure you have Composer installed (see [Composer Download Instructions](https://getcomposer.org…
/dokuwiki/lib/plugins/info/
H A Dsyntax.php121 * list all installed plugins
163 * list all installed plugins
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md138 …inting) only. Be sure you have the suggested `psr/log` composer package installed when using these…
/dokuwiki/lib/plugins/config/core/
H A DLoader.php11 * configuration cascade and installed plugins.

12