Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 25 of 56) sorted by relevance

123

/plugin/structtasks/
H A Dcli.php41 public function notify($verbose = true) { argument
42 if (!$this->initialise($verbose)) {
49 $verbose
64 public function initialise($verbose = false) : bool { argument
66 if ($verbose) $this->error($this->getLang('msg_no_auth'));
75 if ($verbose) $this->error(
79 if ($verbose) $this->success(
92 * @param bool $verbose Whether to print status messages
103 if ($verbose) $this->notice($this->getLang('msg_today_notifier'));
107 if ($verbose) {
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DStringUtil.php23 private $verbose; variable in Prophecy\\Util\\StringUtil
26 * @param bool $verbose
28 public function __construct($verbose = true) argument
30 $this->verbose = $verbose;
67 if (!$this->verbose && 50 <= strlen($str)) {
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
H A DResolve.php78 $verbose = Console::isDirect(STDOUT);
98 $verbose = false;
143 if (true === $verbose) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php99 protected $verbose = false; variable in PHPUnit_TextUI_ResultPrinter
120 * @param bool $verbose
128 …public function __construct($out = null, $verbose = false, $colors = self::COLOR_DEFAULT, $debug =… argument
132 if (!is_bool($verbose)) {
165 $this->verbose = $verbose;
186 if ($this->verbose) {
357 if ($this->verbose) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddependencies-clone.phpt2 phpunit --verbose ClonedDependencyTest ../_files/ClonedDependencyTest.php
6 $_SERVER['argv'][2] = '--verbose';
H A Dcustom-printer-verbose.phpt2 phpunit -c ../_files/configuration.custom-printer.xml --verbose IncompleteTest ../_files/Incomplete…
7 $_SERVER['argv'][3] = '--verbose';
H A Ddependencies.phpt2 phpunit --verbose DependencyTestSuite ../_files/DependencyTestSuite.php
6 $_SERVER['argv'][2] = '--verbose';
H A Ddependencies-isolation.phpt2 phpunit --process-isolation --verbose DependencyTestSuite ../_files/DependencyTestSuite.php
7 $_SERVER['argv'][3] = '--verbose';
H A Dreport-useless-tests.phpt7 $_SERVER['argv'][3] = '--verbose';
/plugin/backlinks2/_test/
H A Dsyntax_exclude.test.php53 $verbose = false;
56 idx_addPage($val['id'], $verbose, $force);
H A Dsyntax_include.test.php53 $verbose = false;
56 idx_addPage($val['id'], $verbose, $force);
H A Dsyntax_include_deep.test.php53 $verbose = false;
56 idx_addPage($val['id'], $verbose, $force);
H A Dsyntax.test.php53 $verbose = false;
56 idx_addPage($val['id'], $verbose, $force);
/plugin/combo/.travis/
H A D.travis.yml46 # with verbose, you see the configuration file used at the beginning
47 - cd _test && ./phpunit.phar --stderr --group plugin_combo --verbose --debug --bootstrap ../lib/plugins/combo/_test/bootstrap.php
/plugin/dir/
H A Dmake_tgz.sh22 tar --create -z --verbose --exclude 'manager.dat' --file "${plugin_tgz_file}" "./dir"
/plugin/twitter/
H A D.travis.yml25 - cd _test && PRESERVE_TMP=false ./phpunit.phar --stderr --group plugin_twitter --verbose --debug
/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.css
/plugin/backlinks2/
H A D.travis.yml30 - cd _test && PRESERVE_TMP=false phpunit --stderr --group plugin_backlinks --verbose --debug
/plugin/mapillary/
H A D.travis.yml30 - cd _test && PRESERVE_TMP=false phpunit --stderr --group plugin_mapillary --verbose --debug
/plugin/webcode/
H A D.travis.yml17 - cd _test && phpunit --stderr --group plugin_webcomponent --verbose --debug
/plugin/webcomponent/
H A D.travis.yml17 - cd _test && phpunit --stderr --group plugin_webcomponent --verbose --debug
/plugin/minimap/
H A D.travis.yml19 - cd _test && phpunit --stderr --group plugin_minimap --verbose --debug
/plugin/api/
H A D.travis.yml17 - cd _test && phpunit --stderr --group plugin_api --verbose --debug
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DMakefile36 $(NODE_MODULES)/jshint --verbose src/*.js
37 $(NODE_MODULES)/jshint --verbose test/*.js
/plugin/mdpage/vendor/cebe/markdown/
H A D.travis.yml36 - vendor/bin/phpunit --verbose --coverage-clover=coverage.clover

123