| /plugin/dokullm/ |
| H A D | cli.php | 72 $verbose = $options->getOpt('verbose'); 82 …endFile($path, $host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $verbose); 92 …, $host, $port, $tenant, $database, $collection, $ollamaHost, $ollamaPort, $ollamaModel, $verbose); 96 …checkHeartbeat($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $verbose); 100 …>checkIdentity($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $verbose); 104 …istCollections($host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $verbose); 113 …, $host, $port, $tenant, $database, $collection, $ollamaHost, $ollamaPort, $ollamaModel, $verbose); 125 …path, $host, $port, $tenant, $database, $ollamaHost, $ollamaPort, $ollamaModel, $verbose = false) { argument 131 $this->processDirectory($path, $chroma, $host, $port, $tenant, $database, $verbose); 142 if ($verbose) { [all …]
|
| /plugin/structtasks/ |
| D | cli.php | 41 public function notify($verbose = true) { argument 42 if (!$this->initialise($verbose)) { 49 $verbose 54 if ($verbose) $this->notice(sprintf($this->getLang('msg_processing'), $task)); 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 95 function createNotifiers($reminder_days, $overdue, $verbose = false) : array { argument [all …]
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/ |
| 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/asciidocjs/node_modules/@asciidoctor/cli/lib/ |
| D | options.js | 19 const verbose = args.verbose 28 const debug = verbose && args['verbose-sole-argument'] !== true 37 console.log('verbose ' + verbose) 45 const verboseMode = quiet ? 0 : verbose ? 2 : 1 62 verbose: verboseMode, property 259 this.args['verbose-sole-argument'] = this.args.verbose && processArgs.length === 1
|
| D | invoker.js | 19 const { verbose, version, files } = args 20 if (version || (verbose && processArgs.length === 1)) { 31 Invoker.processFiles(files, verbose, args.timings, options) 103 static processFiles (files, verbose, timings, options) { argument 105 if (verbose) {
|
| /plugin/combo/action/ |
| H A D | indexer.php | 101 $verbose = true; 107 $verbose = false; 113 if ($verbose) echo 'ComboIndexer(): Indexer started'. DOKU_LF; 151 if ($verbose) echo 'ComboIndexer(): Indexer finished'. DOKU_LF;
|
| /plugin/findologicxmlexport/vendor/hoa/protocol/Bin/ |
| D | Resolve.php | 78 $verbose = Console::isDirect(STDOUT); 98 $verbose = false; 143 if (true === $verbose) {
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/ |
| 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/ |
| D | dependencies-clone.phpt | 2 phpunit --verbose ClonedDependencyTest ../_files/ClonedDependencyTest.php 6 $_SERVER['argv'][2] = '--verbose';
|
| D | custom-printer-verbose.phpt | 2 phpunit -c ../_files/configuration.custom-printer.xml --verbose IncompleteTest ../_files/Incomplete… 7 $_SERVER['argv'][3] = '--verbose';
|
| D | dependencies.phpt | 2 phpunit --verbose DependencyTestSuite ../_files/DependencyTestSuite.php 6 $_SERVER['argv'][2] = '--verbose';
|
| D | dependencies-isolation.phpt | 2 phpunit --process-isolation --verbose DependencyTestSuite ../_files/DependencyTestSuite.php 7 $_SERVER['argv'][3] = '--verbose';
|
| /plugin/spatialhelper/helper/ |
| D | index.php | 103 * @param bool $verbose 107 final public function updateSpatialIndex(string $id, bool $verbose = false): bool argument 111 if ($verbose) echo "No geo metadata found for page $id" . DOKU_LF; 115 if ($verbose) echo "No valid geo metadata found for page $id" . DOKU_LF;
|
| /plugin/backlinks2/_test/ |
| D | syntax_include.test.php | 53 $verbose = false; 56 idx_addPage($val['id'], $verbose, $force);
|
| D | syntax_include_deep.test.php | 53 $verbose = false; 56 idx_addPage($val['id'], $verbose, $force);
|
| D | syntax_exclude.test.php | 53 $verbose = false; 56 idx_addPage($val['id'], $verbose, $force);
|
| D | syntax.test.php | 53 $verbose = false; 56 idx_addPage($val['id'], $verbose, $force);
|
| /plugin/backlinks/_test/ |
| D | syntax_include.test.php | 52 $verbose = false; 59 idx_addPage($val['id'], $verbose, $force);
|
| D | syntax_include_deep.test.php | 52 $verbose = false; 59 idx_addPage($val['id'], $verbose, $force);
|
| D | syntax_exclude.test.php | 52 $verbose = false; 59 idx_addPage($val['id'], $verbose, $force);
|
| D | syntax.test.php | 52 $verbose = false; 59 idx_addPage($val['id'], $verbose, $force);
|
| /plugin/asciidocjs/node_modules/minimist/test/ |
| D | bool.js | 9 default: { verbose: false, t: false }, 13 verbose: false, property 18 t.deepEqual(typeof argv.verbose, 'boolean');
|
| D | parse.js | 57 default: { verbose: true }, 61 verbose: false, property 66 t.deepEqual(typeof argv.verbose, 'boolean');
|
| /plugin/asciidocjs/node_modules/repeat-string/ |
| D | README.md | 106 … [verb-generate-readme](https://github.com/verbose/verb-generate-readme) (a [verb](https://github.… 108 To generate the readme and API documentation with [verb](https://github.com/verbose/verb): 136 _This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme)…
|
| /plugin/dir/ |
| D | make_tgz.sh | 22 tar --create -z --verbose --exclude 'manager.dat' --file "${plugin_tgz_file}" "./dir"
|