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 path

12

/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/data/
H A Ddeleted.files3 # the files installed
/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/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/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/lib/exe/
H A Dcss.php244 'If you recently installed a new plugin or template it ' .
/dokuwiki/lib/plugins/authpdo/
H A DREADME8 If you install this plugin manually, make sure it is installed in
/dokuwiki/lib/plugins/config/core/
H A DLoader.php11 * configuration cascade and installed plugins.
/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/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...]
H A Dlist.php185 $class .= ' installed';
H A Drepository.php26 * Initialize the repository (cache), fetches data for all installed plugins
/dokuwiki/lib/plugins/info/
H A Dsyntax.php121 * list all installed plugins
163 * list all installed plugins
/dokuwiki/lib/plugins/styling/
H A DREADME8 If you install this plugin manually, make sure it is 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/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/vendor/geshi/geshi/src/geshi/
H A Drsplus.php375 'help.start', 'history', 'index.search', 'install.packages', 'installed.packages', 'is.relistable',
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md79 2. Ensure you have Composer installed (see [Composer Download Instructions](https://getcomposer.org/download/))
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php246 * a chance neither gmp nor OpenSSL are installed)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php827 * the appropriate handler installed or when a file type is

12