| /plugin/aichat/ |
| D | Embeddings.php | 12 use splitbrain\phpcli\CLI; alias 29 /** @var CLI|null */ 109 public function setLogger(CLI $logger) 181 if ($this->logger instanceof CLI) $this->logger->info("Reusing chunks for $page"); 259 if ($this->logger instanceof CLI) { 270 if ($this->logger instanceof CLI) { 314 if ($this->logger instanceof CLI) { 389 if ($this->logger instanceof CLI) $this->logger->warning( 400 if ($this->logger instanceof CLI) $this->logger->warning( 441 if ($this->logger instanceof CLI) {
|
| D | AGENTS.md | 25 ### CLI Commands 26 The plugin provides a CLI interface via `cli.php`:
|
| /plugin/upgrade/myvendor/splitbrain/php-cli/ |
| D | README.md | 1 # PHP-CLI 3 PHP-CLI is a simple library that helps with creating nice looking command line scripts. 29 use splitbrain\phpcli\CLI; 32 class Minimal extends CLI 61 - create a class and ``extend splitbrain\phpcli\CLI`` 78 By default, the CLI class registers an exception handler and will print the exception's message to … 130 The CLI class is a fully PSR-3 compatible logger (printing colored log data to STDOUT and STDERR). … 131 you call backend code from your CLI that expects a Logger instance to produce any sensible status o… 133 …rom one of the two provided classes implementing this interface instead of `splitbrain\phpcli\CLI`. 140 …terface (AKA being LoggerAware only) you can also just pass an instance of `splitbrain\phpcli\CLI`. [all …]
|
| /plugin/dev/_test/ |
| D | NullLogger.php | 5 use splitbrain\phpcli\CLI; alias 11 class NullLogger extends CLI
|
| /plugin/asciidocjs/node_modules/@asciidoctor/cli/ |
| D | README.md | 1 # Asciidoctor.js CLI 6 The Command Line Interface (CLI) for Asciidoctor.js.
|
| /plugin/dev/ |
| D | SVGIcon.php | 6 use splitbrain\phpcli\CLI; alias 22 /** @var CLI for logging */ 31 public function __construct(CLI $logger)
|
| D | LangProcessor.php | 5 use splitbrain\phpcli\CLI; alias 10 /** @var CLI */ 19 public function __construct(CLI $logger)
|
| /plugin/upgrade/myvendor/splitbrain/php-cli/src/ |
| D | PSR3CLI.php | 15 abstract class PSR3CLI extends CLI implements LoggerInterface {
|
| D | CLI.php | 13 abstract class CLI extends Base class
|
| /plugin/asciidocjs/node_modules/has-flag/ |
| D | readme.md | 72 CLI flag to look for. The `--` prefix is optional. 79 CLI arguments.
|
| /plugin/farmer/_test/ |
| H A D | core.test.php | 167 'CLI animal parameter - URL with bang path' => [ 185 'CLI animal parameter - URL with hostname' => [
|
| /plugin/cli/ |
| D | plugin.info.txt | 7 name Command Line Interface (CLI) Plugin
|
| D | README | 3 …tandard Unix Bash Shell, but should be suitable to document other kinds of CLI interaction, e.g. W…
|
| D | cli-examples.txt | 1 ====== Tests of CLI Plugin ====== 3 This page provides a set of test cases for the [[plugins:cli|CLI Plugin]] and also serves as an exa… 173 * CLI shouldn't silently eat intentional blank lines:
|
| /plugin/asciidocjs/node_modules/supports-color/ |
| D | readme.md | 45 It obeys the `--color` and `--no-color` CLI flags. 54 - [supports-color-cli](https://github.com/chalk/supports-color-cli) - CLI for this module
|
| /plugin/elasticsearch/lang/en/ |
| D | confmanager_description.txt | 5 …nsion that should be processed. Use ''%in%'' to specify the input file for CLI tools. Web services…
|
| /plugin/upgrade/ |
| D | legacy.php | 125 abstract class DokuWiki_CLI_Plugin extends splitbrain\phpcli\CLI
|
| D | composer.lock | 96 "psr/log": "Allows you to make the CLI available as PSR-3 logger"
|
| D | deleted.files | 66 vendor/splitbrain/php-cli/src/CLI.php
|
| /plugin/asciidocjs/node_modules/string-width/ |
| D | readme.md | 35 - [string-width-cli](https://github.com/sindresorhus/string-width-cli) - CLI for this module
|
| /plugin/asciidocjs/node_modules/strip-ansi/ |
| D | readme.md | 35 - [strip-ansi-cli](https://github.com/chalk/strip-ansi-cli) - CLI for this module
|
| /plugin/asciidocjs/node_modules/ejs/ |
| D | README.md | 263 ## CLI section in [](https://snyk.io/test/npm/ejs) 265 EJS ships with a full-featured CLI. Options are similar to those used in JavaScript code: 291 There is a variety of ways to pass the CLI data for rendering. 320 The CLI by default send output to stdout, but you can use the `-o` or `--output-file`
|
| /plugin/dokullm/ |
| H A D | README.md | 31 - **CLI Tools**: Command-line interface for batch document processing
|
| /plugin/sequencediagram/bower_components/snap.svg/ |
| D | README.md | 33 * Install its command line interface (CLI) globally:
|
| /plugin/asciidocjs/node_modules/pug/ |
| D | History.md | 14 …* CLI: added a flag to keep directory hierarchy when a directory is specified - this behavior will… 29 * Fix watching in CLI ([@pavel](https://github.com/pavel)) 34 …* Clean up path/fs functions in CLI as we no longer support node@0.6 ([@TimothyGu](https://github.… 45 * Fix errors with using the CLI to compile from stdin 47 …* Added `--extension` to CLI([@nicocedron](https://github.com/nicocedron) and [@TimothyGu](https:/… 54 …* Use `-` as the default filename when using stdin on CLI ([@TimothyGu](https://github.com/Timothy… 57 …* Fix bug in CLI when no name was provided for child template ([@ForbesLindesay](http://www.forbes… 121 * Fix CLI so it keeps watching when errors occur ([@AndrewTsao](https://github.com/AndrewTsao))
|