Home
last modified time | relevance | path

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

1234

/plugin/dokullm/
H A Dcli.php72 $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/
Dcli.php41 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/
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/asciidocjs/node_modules/@asciidoctor/cli/lib/
Doptions.js19 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
Dinvoker.js19 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 Dindexer.php101 $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/
DResolve.php78 $verbose = Console::isDirect(STDOUT);
98 $verbose = false;
143 if (true === $verbose) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
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/
Ddependencies-clone.phpt2 phpunit --verbose ClonedDependencyTest ../_files/ClonedDependencyTest.php
6 $_SERVER['argv'][2] = '--verbose';
Dcustom-printer-verbose.phpt2 phpunit -c ../_files/configuration.custom-printer.xml --verbose IncompleteTest ../_files/Incomplete…
7 $_SERVER['argv'][3] = '--verbose';
Ddependencies.phpt2 phpunit --verbose DependencyTestSuite ../_files/DependencyTestSuite.php
6 $_SERVER['argv'][2] = '--verbose';
Ddependencies-isolation.phpt2 phpunit --process-isolation --verbose DependencyTestSuite ../_files/DependencyTestSuite.php
7 $_SERVER['argv'][3] = '--verbose';
/plugin/spatialhelper/helper/
Dindex.php103 * @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/
Dsyntax_include.test.php53 $verbose = false;
56 idx_addPage($val['id'], $verbose, $force);
Dsyntax_include_deep.test.php53 $verbose = false;
56 idx_addPage($val['id'], $verbose, $force);
Dsyntax_exclude.test.php53 $verbose = false;
56 idx_addPage($val['id'], $verbose, $force);
Dsyntax.test.php53 $verbose = false;
56 idx_addPage($val['id'], $verbose, $force);
/plugin/backlinks/_test/
Dsyntax_include.test.php52 $verbose = false;
59 idx_addPage($val['id'], $verbose, $force);
Dsyntax_include_deep.test.php52 $verbose = false;
59 idx_addPage($val['id'], $verbose, $force);
Dsyntax_exclude.test.php52 $verbose = false;
59 idx_addPage($val['id'], $verbose, $force);
Dsyntax.test.php52 $verbose = false;
59 idx_addPage($val['id'], $verbose, $force);
/plugin/asciidocjs/node_modules/minimist/test/
Dbool.js9 default: { verbose: false, t: false },
13 verbose: false, property
18 t.deepEqual(typeof argv.verbose, 'boolean');
Dparse.js57 default: { verbose: true },
61 verbose: false, property
66 t.deepEqual(typeof argv.verbose, 'boolean');
/plugin/asciidocjs/node_modules/repeat-string/
DREADME.md106 … [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/
Dmake_tgz.sh22 tar --create -z --verbose --exclude 'manager.dat' --file "${plugin_tgz_file}" "./dir"

1234