Home
last modified time | relevance | path

Searched full:install (Results 1 – 25 of 159) sorted by relevance

1234567

/dokuwiki/vendor/phpseclib/phpseclib/
H A Dcomposer.json63 …"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic…
64 …"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operati…
65 …"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary prec…
66 "ext-dom": "Install the DOM extension to load XML formatted public keys."
H A DREADME.md38 * Install via Composer: `composer require phpseclib/phpseclib:~3.0`
46 * Install via Composer: `composer require phpseclib/phpseclib:~2.0`
53 * Install using Composer: `composer require phpseclib/phpseclib:~1.0`
81 3. Install Development Dependencies
83 composer install
/dokuwiki/bin/
H A Dgittool.php43 …'Tries to install a known plugin or template (prefix with template:) via git. Uses the DokuWiki.or…
48 'name of the extension to install, prefix with \'template:\' for templates',
54 'install',
60 'name of the extension to install, prefix with \'template:\' for templates',
62 'install'
98 case 'install':
111 * Tries to install the given extensions using git clone
139 * Tries to install the given extensions using git clone with fallback to install
161 $this->error("failed to install $ext via download");
173 …if ($errors) $this->error('failed to install the following extensions: ' . implode(', ', $errors));
[all …]
/dokuwiki/lib/plugins/extension/lang/en/
H A Dlang.php13 $lang['tab_search'] = 'Search and Install';
14 $lang['tab_install'] = 'Manual Install';
26 $lang['btn_install'] = 'Install';
27 $lang['btn_reinstall'] = 'Re-install';
87 … compression format may be unknown, in which case you will need to download and install manually.';
88 … = 'Unable to identify extension directory, you need to download and install manually';
89 $lang['error_copy'] = 'There was a file copy error while attempting to install fi…
112 $lang['install_url'] = 'Install from URL:';
H A Dintro_install.txt1 Here you can manually install plugins and templates by either uploading them or providing a direct …
/dokuwiki/lib/plugins/authpdo/
H A DREADME8 If you install this plugin manually, make sure it is installed in
13 on how to install plugins in DokuWiki.
/dokuwiki/lib/plugins/styling/
H A DREADME8 If you install this plugin manually, make sure it is installed in
13 on how to install plugins in DokuWiki.
/dokuwiki/vendor/composer/
H A Dinstalled.json45 "install-path": "../aziraphale/email-address-validator"
95 "install-path": "../geshi/geshi"
150 "install-path": "../kissifrot/php-ixr"
208 "install-path": "../openpsa/universalfeedcreator"
278 "install-path": "../paragonie/constant_time_encoding"
331 "install-path": "../paragonie/random_compat"
383 "install-path": "../php81_bc/strftime"
409 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
410 …"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary prec…
412 …"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operati…
[all …]
/dokuwiki/_test/
H A DREADME7 Before you can use any of the tools you need to install the dependencies. This is done using compos…
9 composer install
/dokuwiki/
H A DREADME5 https://www.dokuwiki.org/install
/dokuwiki/lib/plugins/extension/
H A DInstaller.php17 * Install and deinstall extensions
19 * This manages all the file operations and downloads needed to install an extension.
32 /** @var string The last used URL to install an extension */
66 * Install an extension by ID
84 * Install an extension
101 * Install extensions from a given URL
118 * Install extensions from a user upload
139 * Install extensions from an archive
142 … * This is is the ultimate installation procedure and all other install methods will end up here.
168 // install dependencies first
[all …]
H A Dcli.php55 // install
56 $options->registerCommand('install', 'Install or upgrade extensions');
59 'One or more extensions to install. Either by name or download URL',
61 'install'
66 …$options->registerArgument('extensions...', 'One or more extensions to install', true, 'uninstall'…
98 case 'install':
196 * Install one or more extensions
H A Dremote.php106 * Install a specific extension
108 * This will also install dependencies, so more than the given extension may be installed.
113 public function install($extension) function in remote_plugin_extension
H A DGuiAdmin.php22 case 'install':
153 * Return the HTML for the install tab
166 'action' => $this->tabURL('install'),
168 'class' => 'install',
/dokuwiki/.github/workflows/
H A DautoFix.yml26 - name: Install tools
29 composer install --no-interaction --no-progress --no-suggest --prefer-dist
H A DphpCS.yml35 composer install --no-interaction --no-progress --no-suggest --prefer-dist
/dokuwiki/vendor/geshi/geshi/
H A Dbuild.xml125 <!-- install-as for different directories -->
128 replace="\1 install-as=&quot;\2&quot;"
132 replace="\1 install-as=&quot;\2&quot;"
136 replace="\1 install-as=&quot;\2&quot;"
140 replace="\1 install-as=&quot;phorkie/\2&quot;"
144 replace="\1 install-as=&quot;\2&quot;"
/dokuwiki/inc/lang/ja/
H A Dinstall.html7 <p>従来のバージョンを使用しているユーザーや特別なセットアップが必要な場合は、次のリンク先を参考にして下さい (<a href="http://dokuwiki.org/ja:install">i…
/dokuwiki/inc/lang/zh/
H A Dinstall.html7 <p>有经验的用户或有特殊需求的用户请参阅更详细的 <a href="http://dokuwiki.org/zh:install">安装指南</a> 和 <a href="http://dokuw…
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dintro.txt7 … number and size of your pages and files, installed plugins and information about your PHP install.
/dokuwiki/inc/lang/zh-tw/
H A Dinstall.html7 <p>有經驗的或有特殊需求的使用者,請參閱更詳細的 <a href="http://dokuwiki.org/zh-tw:install">安裝指南</a> 和 <a href="http://do…
/dokuwiki/vendor/php81_bc/strftime/
H A DREADME.md24 - [Composer install](#composer-install)
25 - [Manual install](#manual-install)
45 ### Composer install
46 You can install this plugin into your application using [composer](https://getcomposer.org):
62 ### Manual install
/dokuwiki/inc/lang/tr/
H A Dinstall.html7 <p>Deneyimli kullanıcılar <a href="http://dokuwiki.org/install">bu sayfayı</a> edebilir ve <a href=…
/dokuwiki/inc/lang/la/
H A Dinstall.html8 <p>Periti uel qui certa quaesita habet paginas <a href="http://dokuwiki.org/install">rationis confo…
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt29 * [[doku>Install|How to install or upgrade]] :!:

1234567