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 last modified time

12

/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/inc/
H A Dparserutils.php799 $ctime > filemtime(DOKU_INC . 'vendor/composer/installed.json') && // libraries changed
H A Dinit.php446 * DokuWiki is installed in (includes a trailing slash)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php246 * a chance neither gmp nor OpenSSL are installed)
/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/vendor/geshi/geshi/src/geshi/
H A Drsplus.php375 'help.start', 'history', 'index.search', 'install.packages', 'installed.packages', 'is.relistable',
/dokuwiki/lib/plugins/info/
H A Dsyntax.php121 * list all installed plugins
163 * list all installed plugins
/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...]
H A Drepository.php26 * Initialize the repository (cache), fetches data for all installed plugins
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php491 * of cURL, even if a new enough version is installed
1684 $this->error .= ' You MUST have either the iconv, mbstring or intl (PHP 5.5+) extension installed and enabled.';
H A DEnclosure.php827 * the appropriate handler installed or when a file type is
H A DItem.php743 * localizations depend on which ones are installed on your web server.
/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/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/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/lib/exe/
H A Dcss.php244 'If you recently installed a new plugin or template it ' .
/dokuwiki/data/
H A Ddeleted.files3 # the files installed

12