/plugin/structtasks/ |
H A D | cli.php | 41 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 D | StringUtil.php | 23 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 D | Resolve.php | 78 $verbose = Console::isDirect(STDOUT); 98 $verbose = false; 143 if (true === $verbose) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/ |
H A D | ResultPrinter.php | 99 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 D | dependencies-clone.phpt | 2 phpunit --verbose ClonedDependencyTest ../_files/ClonedDependencyTest.php 6 $_SERVER['argv'][2] = '--verbose';
|
H A D | custom-printer-verbose.phpt | 2 phpunit -c ../_files/configuration.custom-printer.xml --verbose IncompleteTest ../_files/Incomplete… 7 $_SERVER['argv'][3] = '--verbose';
|
H A D | dependencies.phpt | 2 phpunit --verbose DependencyTestSuite ../_files/DependencyTestSuite.php 6 $_SERVER['argv'][2] = '--verbose';
|
H A D | dependencies-isolation.phpt | 2 phpunit --process-isolation --verbose DependencyTestSuite ../_files/DependencyTestSuite.php 7 $_SERVER['argv'][3] = '--verbose';
|
H A D | report-useless-tests.phpt | 7 $_SERVER['argv'][3] = '--verbose';
|
/plugin/backlinks2/_test/ |
H A D | syntax_exclude.test.php | 53 $verbose = false; 56 idx_addPage($val['id'], $verbose, $force);
|
H A D | syntax_include.test.php | 53 $verbose = false; 56 idx_addPage($val['id'], $verbose, $force);
|
H A D | syntax_include_deep.test.php | 53 $verbose = false; 56 idx_addPage($val['id'], $verbose, $force);
|
H A D | syntax.test.php | 53 $verbose = false; 56 idx_addPage($val['id'], $verbose, $force);
|
/plugin/combo/.travis/ |
H A D | .travis.yml | 46 # 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 D | make_tgz.sh | 22 tar --create -z --verbose --exclude 'manager.dat' --file "${plugin_tgz_file}" "./dir"
|
/plugin/twitter/ |
H A D | .travis.yml | 25 - cd _test && PRESERVE_TMP=false ./phpunit.phar --stderr --group plugin_twitter --verbose --debug
|
/plugin/scrape/HTMLPurifier/Printer/ |
H A D | ConfigForm.css |
|
/plugin/backlinks2/ |
H A D | .travis.yml | 30 - cd _test && PRESERVE_TMP=false phpunit --stderr --group plugin_backlinks --verbose --debug
|
/plugin/mapillary/ |
H A D | .travis.yml | 30 - cd _test && PRESERVE_TMP=false phpunit --stderr --group plugin_mapillary --verbose --debug
|
/plugin/webcode/ |
H A D | .travis.yml | 17 - cd _test && phpunit --stderr --group plugin_webcomponent --verbose --debug
|
/plugin/webcomponent/ |
H A D | .travis.yml | 17 - cd _test && phpunit --stderr --group plugin_webcomponent --verbose --debug
|
/plugin/minimap/ |
H A D | .travis.yml | 19 - cd _test && phpunit --stderr --group plugin_minimap --verbose --debug
|
/plugin/api/ |
H A D | .travis.yml | 17 - cd _test && phpunit --stderr --group plugin_api --verbose --debug
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/ |
H A D | Makefile | 36 $(NODE_MODULES)/jshint --verbose src/*.js 37 $(NODE_MODULES)/jshint --verbose test/*.js
|
/plugin/mdpage/vendor/cebe/markdown/ |
H A D | .travis.yml | 36 - vendor/bin/phpunit --verbose --coverage-clover=coverage.clover
|