Home
last modified time | relevance | path

Searched full:installed (Results 1 – 25 of 76) sorted by relevance

1234

/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/lang/en/
H A Dlang.php11 $lang['tab_plugins'] = 'Installed Plugins';
12 $lang['tab_templates'] = 'Installed Templates';
41 $lang['installed'] = 'Installed:';
45 $lang['installed_version'] = 'Installed version:';
57 $lang['status_installed'] = 'installed';
58 $lang['status_not_installed'] = 'not installed';
71 $lang['msg_install_success'] = 'Extension %s installed successfully';
77 … = 'This extension is marked as conflictig with the following installed extensions: %s';
81 $lang['wrong_folder'] = 'Extension installed incorrectly: Rename directory from "%s…
89 …ess permissions may be incorrect. This may have resulted in a partially installed plugin and leave…
[all …]
H A Dintro_templates.txt1 These are the templates currently installed in your DokuWiki. You can select the template to be use…
H A Dintro_plugins.txt1 These are the plugins currently installed in your DokuWiki. You can enable or disable or even compl…
/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
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dintro.txt7 …ike your DokuWiki version, the number and size of your pages and files, installed plugins and info…
/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/lib/plugins/extension/lang/uk/
H A Dlang.php34 $lang['installed'] = 'Встановлено:';
/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
/dokuwiki/lib/plugins/extension/lang/tr/
H A Dlang.php38 $lang['installed'] = 'Kurulu:';
/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/lib/plugins/extension/lang/sr/
H A Dlang.php40 $lang['installed'] = 'Инсталирано:';
/dokuwiki/_test/tests/inc/
H A Dlang.php25 * Get all installed plugins
38 * Get all installed templates
/dokuwiki/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml77 * Any installed plugins or templates that might be relevant to the problem

1234