Home
last modified time | relevance | path

Searched refs:installed (Results 1 – 16 of 16) sorted by last modified time

/dokuwiki/lib/plugins/authpdo/
H A DREADME8 If you install this plugin manually, make sure it is installed in
/dokuwiki/lib/plugins/extension/lang/en/
H A Dintro_plugins.txt1 These are the plugins currently installed in your DokuWiki. You can enable or disable or even completely uninstall them here. Plugin updates (…)
H A Dintro_templates.txt1 These are the templates currently installed in your DokuWiki. You can select the template to be used in the [[?do=admin&page=config|Configuration Manager]].
/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/popularity/lang/en/
H A Dintro.txt7 Data collected contains information like your DokuWiki version, the number and size of your pages and files, installed plugins and information about your PHP install.
/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/lib/plugins/extension/
H A Dadmin.php80 $installed = $extension->installOrUpdate();
81 foreach ($installed as $info) {
132 $installed = $extension->installFromURL(
136 foreach ($installed as $info) {
144 $installed = $extension->installFromUpload('installfile', $INPUT->post->bool('overwrite'));
145 foreach ($installed as $info) {
H A Dcli.php26 " i - installed\n" .
28 " g - installed via git\n" .
40 $options->registerCommand('list', 'List installed extensions');
45 $options->registerCommand('upgrade', 'Update all installed extensions to their latest versions');
61 $options->registerCommand('enable', 'Enable installed extensions');
65 $options->registerCommand('disable', 'Disable installed extensions');
152 $this->error(sprintf('Extension %s is not installed', $ext->getID()));
192 $this->error(sprintf('Extension %s is not installed', $ext->getID()));
222 $installed = [];
226 $installed
[all...]
/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
47 * Returns a list of all package names which are present, either by being installed, replaced or provided
55 foreach (self::getInstalled() as $installed) {
56 $packages[] = array_keys($installed['versions']);
77 foreach (self::getInstalled() as $installed) {
78 foreach ($installed['versions'] as $name => $package) {
89 * Checks whether the given package is installed
99 foreach (self::getInstalled() as $installed) {
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php36 /** @var string where templates are installed to */
106 * If the extension is installed locally
108 * @return bool If the extension is installed locally
175 * If the extension is installed in the correct directory
177 * @return bool If the extension is installed in the correct directory
212 $installed = $this->getInstalledVersion();
213 if ($installed === false || $installed === $this->getLang('unknownversion')) return true;
334 * Get the installed version of the extension
363 if (!empty($this->managerData['installed'])) retur
812 updateManagerData($url = '', $installed = null) global() argument
1270 removeDeletedfiles($installed) global() argument
[all...]
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/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/plugins/styling/
H A DREADME8 If you install this plugin manually, make sure it is installed in
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md79 2. Ensure you have Composer installed (see [Composer Download Instructions](https://getcomposer.org/download/))
/dokuwiki/data/
H A Ddeleted.files3 # the files installed
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md9 It can use either PHP's libGD or a locally installed ImageMagick binary.