Home
last modified time | relevance | path

Searched +full:- +full:- +full:stderr (Results 1 – 25 of 28) sorted by relevance

12

/dokuwiki/_test/
H A DREADME35 ./vendor/bin/phpunit --verbose --stderr
37 The --stderr flag is needed to avoid a headers already sent error on some systems.
H A Dcomposer.json4 "scotteh/php-dom-wrapper": "^2.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 Dphpunit.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6 stderr="true"
H A Drector.php53 $rectorConfig->parallel(120, 16, 10);
55 $rectorConfig->paths([
62 $rectorConfig->bootstrapFiles([
66 $rectorConfig->importNames();
67 $rectorConfig->importShortClasses(false);
68 $rectorConfig->cacheClass(FileCacheStorage::class);
69 $rectorConfig->cacheDirectory(__DIR__ . '/.rector-cache');
74 fwrite(STDERR, "Using PHP set $phpset\n");
77 $rectorConfig->sets([
85 $rectorConfig->rule(StrContainsRector::class);
[all …]
/dokuwiki/lib/plugins/styling/
H A D.travis.yml1 # Config file for travis-ci.org
5 - "5.5"
6 - "5.4"
7 - "5.3"
9 - DOKUWIKI=master
10 - DOKUWIKI=stable
11 before_install: wget https://raw.github.com/splitbrain/dokuwiki-travis/master/travis.sh
13 script: cd _test && phpunit --stderr --group plugin_styling
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php24 …/** @var array PSR-3 compatible loglevels and their prefix, color, output channel, enabled status …
53 'channel' => STDERR,
59 'channel' => STDERR,
65 'channel' => STDERR,
71 'channel' => STDERR,
77 'channel' => STDERR,
97 $this->setLogLevel($this->logdefault);
98 $this->colors = new Colors();
99 $this->options = new Options($this->colors);
128 …* and finally executes main() - Each part is split into their own protected function below, so beh…
[all …]
/dokuwiki/vendor/
H A Dautoload.php9 …ERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.…
12 fwrite(STDERR, $err);
/dokuwiki/inc/
H A DLogger.php35 $this->facility = $facility;
40 if (in_array($facility, $dontlog)) $this->isLogging = false;
68 return self::getInstance(self::LOG_ERROR)->log(
87 return self::getInstance(self::LOG_DEBUG)->log(
106 return self::getInstance(self::LOG_DEPRECATED)->log(
127 if (!$this->isLogging) return false;
131 'facility' => $this->facility,
138 'logfile' => $this->getLogfile($datetime),
143 if ($event->advise_before()) {
144 $data['loglines'] = $this->formatLogLines($data);
[all …]
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md1 # PHP-CLI
3 PHP-CLI is a simple library that helps with creating nice looking command line scripts.
7 - **option parsing**
8 - **help page generation**
9 - **automatic width adjustment**
10 - **colored output**
11 - **optional PSR3 compatibility**
13 It is lightweight and has **no 3rd party dependencies**. Note: this is for non-interactive scripts …
19 ```php composer.phar require splitbrain/php-cli```
37 $options->setHelp('A very minimal example that does nothing but print a version');
[all …]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Docaml-brief.php4 * ----------
13 * -------
15 * - First Release
18 * -------------------------
36 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
54 … 'private', 'ref', 'rec', 'raise', 'regexp', 'sig', 'struct', 'stdout', 'stdin', 'stderr', 'then',
60 ';', '!', ':', '.', '=', '%', '^', '*', '-', '/', '+',
69 1 => 'color: #06c; font-weight: bold;' /* nice blue */
72 'MULTI' => 'color: #5d478b; font-style: italic;' /* light purple */
H A De.php4 * --------
13 * -------
14 * 2010-04-21 (1.0.8.8)
15 * - Fixing langcheck-reported bugs.
16 * 2010-04-14 (0.1)
17 * - First Release
19 * TODO (updated 2010-04-21)
20 * -------------------------
21 * - Do something useful with the keyword groups. Since RC uses CSS classes named
23 * - change the numbering to match conventional uses by other languages,
[all …]
H A Dlua.php4 * -------
13 * -------
15 * - Added support for objects and methods
16 * - Removed unusable keywords
18 * - Added support for multiple object splitters
20 * - First Release
23 * -------------------------
41 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
47 'COMMENT_SINGLE' => array(1 => "--"),
49 'COMMENT_REGEXP' => array(1 => '/--\[(=*)\[.*?\]\1\]/s'),
[all …]
H A Dfalcon.php4 * ---------------------------------
13 * -------
15 * - First Release
33 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
96 "setProperty","setenv","sin","sleep","stdErr",
152 '(',')','$','%','&','/','{','[',']','=','}','?','+','-','#','*','@',
157 GESHI_SEARCH => '(\[)([a-zA-Z_]|\c{C})(?:[a-zA-Z0-9_]|\p{C})*(\])',
174 1 => 'color: #000080;font-weight:bold;',
175 2 => 'color: #800000;font-weight:bold;',
176 3 => 'color: #800000;font-weight:bold;',
[all …]
H A Docaml.php4 * ----------
13 * -------
15 * - Fixed warnings resulting from missing style information
17 * - First Release
20 * -------------------------
38 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
57 … 'private', 'ref', 'rec', 'raise', 'regexp', 'sig', 'struct', 'stdout', 'stdin', 'stderr', 'then',
112 '+.', '-.', '*.', '/.', '[<', '>]',
113 ';', '!', ':', '.', '=', '%', '^', '*', '-', '/', '+',
126 1 => 'color: #06c; font-weight: bold;', /* nice blue */
[all …]
H A Dperl.php4 * --------
13 * -------
15 * - Added support for system calls in backticks (Corley Kinnane)
17 * - Added description of extra language features (SF#1970248)
18 * - Added comment_regexp for predefined variables
20 * - Fixed SF#1891630 with placebo patch
22 * - Used hardescape feature for ' strings (Cliff Stanford)
24 * - Added support for multiple object splitters
26 * - First Release
29 * -------------------------
[all …]
H A Dfsharp.php4 * ----------
5 * Author: julien ortin (jo_spam-divers@yahoo.fr)
13 * -------
15 * - added rules for single char handling (generics ['a] vs char ['x'])
16 * - added symbols and keywords
18 * - Initial release
21 * -------------------------
39 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
74 * http://research.microsoft.com/en-us/um/cambridge/projects/fsharp/manual/namespaces.html
89 'stdin', 'stdout', 'stderr',
[all …]
H A Dc_mac.php4 * ---------
13 * -------
15 * - Added description of extra language features (SF#1970248)
17 * - First Release
20 * -------------------------
38 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
47 //Multiline-continued single-line comments
49 //Multiline-continued preprocessor define
59 2 => "#\\\\x[\da-fA-F]{2}#",
61 3 => "#\\\\u[\da-fA-F]{4}#",
[all …]
H A Dcpp.php4 * -------
5 * Author: Dennis Bayer (Dennis.Bayer@mnifh-giessen.de)
7 * - M. Uli Kusterer (witness.of.teachtext@gmx.net)
8 * - Jack Lloyd (lloyd@randombit.net)
16 * -------
18 * - Added nullptr from c++11 & others
20 * - Added description of extra language features (SF#1970248)
22 * - Added several new keywords (Jack Lloyd)
24 * - Added StdCLib function and constant names, changed color scheme to
26 * - Added support for multiple object splitters
[all …]
H A Dklonecpp.php4 * --------
13 * -------
15 * - First Release
18 * -------------------------
36 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
43 …'COMMENT_MULTI' => array('/*' => '*/', '<!--' => '-->' ),//comentaires C et KLone suivi de ceux po…
48 1 => array(//mots-cles C++
52 'errno', 'stdin', 'stdout', 'stderr',
68 2 => array(//mots-cles KLone
121 6 => array(//mots-cles HTML
[all …]
H A Dsas.php4 * -------
13 * -------
15 * - Added description of extra language features (SF#1970248)
16 * - Cleaned up code style
18 * - First Release
21 * -------------------------
40 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
94 'SOUNDEX','SPEDIS','SQRT','STDERR','STD','STFIPS','STNAME',
158 6 => 'color: #000080; font-weight: bold;',
164 // 1 => 'color: #006400; font-style: italic;',
[all …]
H A Dobjc.php4 * --------
11 * Objective-C language file for GeSHi.
14 * -------
16 * - Added support for @ before strings being highlighted
18 * - Added keywords for Objective-C 2.0 (Leopard+).
19 * - Changed colors to match Xcode 3 highlighting more closely.
20 * - Updated API for AppKit and Foundation; added CoreData classes.
21 * - Updated URLs for AppKit and Foundation; split classes and protocols.
22 * - Sorted all keyword group in reverse-alpha order for correct matching.
23 * - Changed all keyword groups to be case-sensitive.
[all …]
H A Dscilab.php4 * --------
13 * -------
15 * - Corrected with the help of Benny Baumann (BenBE@geshi.org)
17 …* - First beta Release - known problem with ' used to transpose matrices considered as start of …
35 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
56 'STDIN', 'STDOUT', 'STDERR',
58 'usual', 'polynomial', 'boolean', 'character', 'function', 'rational', 'state-space',
114 …'graph_union', 'graphic', 'Graphics', 'graphics_entities', 'graph-list', 'graycolormap', 'grayplot…
136 …'manedit', 'mapsound', 'markp2ss', 'mat_2_graph', 'matfile2sci', 'Matlab-Scilab_character_strings'…
224 '+','-', '*', '/', '%',
[all …]
H A Dcpp-qt.php4 * -------
13 * -------
15 * - Updated list of Keywords from Qt 4.5
18 * - Added description of extra language features (SF#1970248)
21 * ----
39 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
48 //Multiline-continued single-line comments
50 //Multiline-continued preprocessor define
64 2 => "#\\\\x[\da-fA-F]{2}#",
66 3 => "#\\\\u[\da-fA-F]{4}#",
[all …]
H A Doctave.php4 * -----------
12 * GNU/Octave M-file language file for GeSHi.
16 * project or e-mail them to this file authors. Thanks in advance
19 * -------
21 * - First Release
39 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
60 3 => "/(?<![0-9a-zA-Z_\)\]}\.])'.*?'/",
76 7 => "/@([a-z_][a-z1-9_]*)?/i",
183 'stderr', 'stdin', 'stdout', 'str2func', 'strcmp', 'strcmpi',
414 '*', '**', '+', '++', '-', '--', '/', "\\","'"
[all …]
H A Dcpp-winapi.php3 * cpp-winapi.php
4 * -------
5 * Author: Dennis Bayer (Dennis.Bayer@mnifh-giessen.de)
7 * - M. Uli Kusterer (witness.of.teachtext@gmx.net)
8 * - Jack Lloyd (lloyd@randombit.net)
9 * - Benny Baumann (BenBE@geshi.org)
17 * -------
19 * - Added description of extra language features (SF#1970248)
21 * - Added several new keywords (Jack Lloyd)
23 * - Added StdCLib function and constant names, changed color scheme to
[all …]

12