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 29) 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
33 private static $installed; variable in Composer\\InstalledVersions
52 * Returns a list of all package names which are present, either by being installed, replaced or provided
60 foreach (self::getInstalled() as $installed) {
61 $packages[] = array_keys($installed['versions']);
82 foreach (self::getInstalled() as $installed) {
83 foreach ($installed['versions'] as $name => $package) {
94 * Checks whether the given package is installed
104 foreach (self::getInstalled() as $installed) {
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php
H A Drepository.php
H A Dlist.php
/dokuwiki/lib/plugins/extension/
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 Dadmin.php
/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/bin/
H A Dgittool.php53 'The same as clone, but when no git source repository can be found, the extension is installed via ' .
164 if ($succeeded) $this->success('successfully installed the following extensions: ' . implode(', ', $succeeded));
240 $this->success("installed $ext via download");
/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 Note that this updated version is **version 2.0.0**. I have kept the original class tagged as **version 1.0.10** (it was the 10th commit to the Google Code svn repository). If you want to use Composer to install the **old** class, simply specify `^1` as the version constraint (which will allow for backwards-compatible changes to be installed, if any get made, while never jumping to my modified class without your direct action):
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md79 2. Ensure you have Composer installed (see [Composer Download Instructions](https://getcomposer.org/download/))
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md9 It can use either PHP's libGD or a locally installed ImageMagick binary.
/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 The resulting object then can be passed as the logger instance. The difference between the two is in adjusted method signatures (with appropriate type hinting) only. Be sure you have the suggested `psr/log` composer package installed when using these classes.
/dokuwiki/lib/plugins/config/core/
H A DLoader.php11 * configuration cascade and installed plugins.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/inc/
H A Dinit.php446 * DokuWiki is installed in (includes a trailing slash)
H A Dparserutils.php799 $ctime > filemtime(DOKU_INC . 'vendor/composer/installed.json') && // libraries changed
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt473 DokuWiki's syntax can be extended by [[doku>plugins|Plugins]]. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation:
/dokuwiki/lib/exe/
H A Dcss.php244 'If you recently installed a new plugin or template it ' .
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php826 * the appropriate handler installed or when a file type is
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Drsplus.php375 'help.start', 'history', 'index.search', 'install.packages', 'installed.packages', 'is.relistable',
/dokuwiki/data/
H A Ddeleted.files3 # the files installed

12