Home
last modified time | relevance | path

Searched +full:- +full:- +full:verbose (Results 1 – 14 of 14) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/
H A Dcomposer.json7 "license": "BSD-3-Clause",
28 "ext-pcre": "*",
29 "ext-xml": "*",
30 "ext-xmlreader": "*"
32 "require-dev": {
33 "donatj/mock-webserver": "^2.7",
34 "friendsofphp/php-cs-fixer": "^2.19 || ^3.8",
38 "psr/http-client": "^1.0",
39 "psr/http-factory": "^1.0",
40 "psr/simple-cache": "^1 || ^2 || ^3"
[all …]
/dokuwiki/_test/
H A Dcomposer.json4 "scotteh/php-dom-wrapper": "^3.0"
11 "prefer-stable": true,
12 "require-dev": {
19 "phpunit --verbose --stderr"
23 "phpcbf --standard=./phpcs_MigrationAdjustments.xml"
26 "phpcs --standard=./phpcs_MigrationAdjustments.xml"
H A DREADME35 ./vendor/bin/phpunit --verbose --stderr
37 The --stderr flag is needed to avoid a headers already sent error on some systems.
62 ===== 32-bit =====
64 …ity updates for 8.4 end on 2028-12-31. See https://wiki.php.net/rfc/drop_32bit_support and https:/…
66-bit containers (''--platform linux/386'') can provide testing for 64bit hosts. NB. The more appro…
70 podman run -v $PWD/..:/dokuwiki \
71 \--platform linux/386 --workdir /dokuwiki/_test \
72 docker://wpstaging/php:8.3-32bit \
73 ./vendor/bin/phpunit --verbose --stderr \
74 # --filter test_ip
[all …]
/dokuwiki/lib/plugins/extension/
H A Dcli.php29 $options->useCompactHelp();
30 $options->setHelp(
33 …" i - installed " . Notice::symbol(Notice::SECURITY) . " - security issue\n" .
34 … " b - bundled with DokuWiki " . Notice::symbol(Notice::ERROR) . " - extension error\n" .
35 …" g - installed via git " . Notice::symbol(Notice::WARNING) . " - extension warning\n…
36 … " d - disabled " . Notice::symbol(Notice::INFO) . " - extension info\n" .
37 " u - update available\n"
41 $options->registerCommand('search', 'Search for an extension');
42 …$options->registerOption('max', 'Maximum number of results (default 10)', 'm', 'number', 'search');
43 … $options->registerOption('verbose', 'Show detailed extension information', 'v', false, 'search');
[all …]
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php22 $options->setHelp(
27 $options->registerCommand('list', 'List users');
28 $options->registerOption('verbose', 'Show detailed user information', 'v', false, 'list');
31 $options->registerCommand('add', 'Add an user to auth backend');
32 $options->registerArgument('login', 'Username', true, 'add');
33 $options->registerArgument('mail', 'Email address', true, 'add');
34 $options->registerArgument('name', 'Full name', false, 'add');
35 $options->registerArgument('groups', 'Groups to be added, comma-seperated', false, 'add');
36 $options->registerArgument('password', 'Password to set', false, 'add');
37 $options->registerOption('notify', 'Notify user', 'n', false, 'add');
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md1 # phpseclib - PHP Secure Communications Library
7 - [Become a backer or sponsor on Patreon](https://www.patreon.com/phpseclib)
8 - [One-time donation via PayPal or crypto-currencies](http://sourceforge.net/donate/index.php?group…
9 - [Subscribe to Tidelift](https://tidelift.com/subscription/pkg/packagist-phpseclib-phpseclib?utm_s…
13 MIT-licensed pure-PHP implementations of the following:
15 SSH-2, SFTP, X.509, an arbitrary-precision integer arithmetic library, Ed25519 / Ed449 / Curve25519…
37 * PSR-4 autoloading with namespace rooted at `\phpseclib3`
45 * PSR-4 autoloading with namespace rooted at `\phpseclib`
52 * Composer compatible (PSR-0 autoloading)
71 …<img src="https://phpseclib.com/img/sponsors/sovereign-tech-agency.webp" alt="Sovereign Tech Agenc…
[all …]
/dokuwiki/inc/
H A Ddeprecated.php2 // phpcs:ignoreFile -- this file violates PSR-12 by definition
12 * @deprecated since 2021-11-11 use \dokuwiki\Remote\IXR\Client instead!
18 * @deprecated 2021-11-11
27 * @deprecated since 2021-11-11 use \IXR\Client\ClientMulticall instead!
33 * @deprecated 2021-11-11
42 * @deprecated since 2021-11-11 use \IXR\Server\Server instead!
48 * @deprecated 2021-11-11
57 * @deprecated since 2021-11-11 use \IXR\Server\IntrospectionServer instead!
63 * @deprecated 2021-11-11
72 * @deprecated since 2021-11-11 use \IXR\Request\Request instead!
[all …]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dpowershell.php4 * ---------------------------------
20 * -------
22 * - First Release
25 * -------------------------
26 * - Color text between Cmdlets/Aliases and pipe/end-of-line
27 * - Try and get -- and ++ to work in the KEYWORDS array with the other operators
45 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
59 … 'Add-Content', 'Add-History', 'Add-Member', 'Add-PSSnapin', 'Clear-Content', 'Clear-Item',
60 'Clear-ItemProperty', 'Clear-Variable', 'Compare-Object', 'ConvertFrom-SecureString',
61 … 'Convert-Path', 'ConvertTo-Html', 'ConvertTo-SecureString', 'Copy-Item', 'Copy-ItemProperty',
[all …]
H A Druby.php4 * --------
13 * -------
15 * - Added description of extra language features (SF#1970248)
17 * - Initial release
35 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
45 4 => '/<<\s*?(\w+)\\n.*?\\n\\1(?![a-zA-Z0-9])/si',
86 'FileUtils::StreamUtils_', 'FileUtils::Verbose', 'Find',
134 '+', '-', '=>', '<<'
145 1 => 'color:#9966CC; font-weight:bold;',
146 2 => 'color:#0000FF; font-weight:bold;',
[all …]
H A Dpostgresql.php4 * -----------
6 * Contributors: Leif Biberg Kristensen <leif_at_solumslekt_dot_org> 2010-05-03
14 * -------
16 * - First Release
19 * -------------------------
37 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
43 'COMMENT_SINGLE' => array(1 => '--'),
104 'VALUES','VARIADIC','VERBOSE','VERSION','VIEW','VOLATILE','WHEN',
215 1 => 'color: #000000; font-weight: bold; text-transform: uppercase;',
217 3 => 'color: #333399; font-weight: bold; text-transform: uppercase;',
[all …]
H A Dnsis.php4 * --------
13 * -------
15 * - Updated to NSIS 3.0a2
16 * - Removed deprecated commands
18 * - Updated to NSIS 2.11.
20 * - Updated to NSIS 2.07b0.
22 * - Updated to NSIS 2.06.
24 * - Added support for multiple object splitters
26 * - Added support for URLs
28 * - First Release
[all …]
H A Drails.php4 * ---------
28 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
75 'FileUtils::StreamUtils_', 'FileUtils::Verbose', 'Find',
308 '+', '-', '=>', '<<'
320 1 => 'color:#9966CC; font-weight:bold;',
321 2 => 'color:#0000FF; font-weight:bold;',
322 3 => 'color:#CC0066; font-weight:bold;',
323 4 => 'color:#CC00FF; font-weight:bold;',
324 5 => 'color:#5A0A0A; font-weight:bold;'
327 1 => 'color:#008000; font-style:italic;',
[all …]
H A Dvim.php4 * ----------------
7 * - Laurent Peuch (psycojoker@gmail.com)
14 * Reference: http://qbnz.com/highlighter/geshi-doc.html#language-files
15 * All keywords scraped from `:help expression-commands`.
16 * All method names scraped from `:help function-list`.
19 * -------
21 * - Started.
23 * - Fill out list of zillion commands (maybe somes still miss).
24 * - fix a part of the regex, now works for comment that have white space before the "
27 * -------------------------
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php10 * @license http://www.opensource.org/licenses/mit-license.html MIT License
76 // https://tools.ietf.org/html/rfc5656#section-10
107 // from http://www.secg.org/SEC2-Ver-1.0.pdf
152 // http://www.ecc-brainpool.org/download/Domain-parameters.pdf
170 'prime-field' => '1.2.840.10045.1.1',
171 'characteristic-two-field' => '1.2.840.10045.1.2',
172 'characteristic-two-basis' => '1.2.840.10045.1.2.3',
173 // per http://www.secg.org/SEC1-Ver-1.0.pdf#page=84, gnBasis "not used here"
222 case 'prime-field':
224 $curve->setModulo($data['fieldID']['parameters']);
[all …]