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 D | InstalledVersions.php | 19 * 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 D | extension.php |
|
H A D | repository.php |
|
H A D | list.php |
|
/dokuwiki/lib/plugins/extension/ |
H A D | cli.php | 33 " 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 D | admin.php |
|
/dokuwiki/lib/plugins/authpdo/ |
H A D | README | 8 If you install this plugin manually, make sure it is installed in
|
/dokuwiki/lib/plugins/styling/ |
H A D | README | 8 If you install this plugin manually, make sure it is installed in
|
/dokuwiki/bin/ |
H A D | gittool.php | 53 '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 D | PluginController.php | 19 /** @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 D | PluginInterface.php | 21 * base - the plugin's base name (eg. the directory it needs to be installed in)
|
/dokuwiki/vendor/aziraphale/email-address-validator/ |
H A D | README.md | 28 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 D | README.md | 79 2. Ensure you have Composer installed (see [Composer Download Instructions](https://getcomposer.org/download/))
|
/dokuwiki/vendor/splitbrain/slika/ |
H A D | README.md | 9 It can use either PHP's libGD or a locally installed ImageMagick binary.
|
/dokuwiki/lib/plugins/info/ |
H A D | syntax.php | 121 * list all installed plugins 163 * list all installed plugins
|
/dokuwiki/vendor/splitbrain/php-cli/ |
H A D | README.md | 138 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 D | Loader.php | 11 * configuration cascade and installed plugins.
|
/dokuwiki/vendor/marcusschwarz/lesserphp/ |
H A D | LICENSE |
|
/dokuwiki/inc/ |
H A D | init.php | 446 * DokuWiki is installed in (includes a trailing slash)
|
H A D | parserutils.php | 799 $ctime > filemtime(DOKU_INC . 'vendor/composer/installed.json') && // libraries changed
|
/dokuwiki/data/pages/wiki/ |
H A D | syntax.txt | 473 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 D | css.php | 244 'If you recently installed a new plugin or template it ' .
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Enclosure.php | 826 * the appropriate handler installed or when a file type is
|
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | rsplus.php | 375 'help.start', 'history', 'index.search', 'install.packages', 'installed.packages', 'is.relistable',
|
/dokuwiki/data/ |
H A D | deleted.files | 3 # the files installed
|
12