Home
last modified time | relevance | path

Searched refs:CLI (Results 1 – 25 of 48) sorted by relevance

12

/plugin/aichat/
DEmbeddings.php12 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) {
DAGENTS.md25 ### CLI Commands
26 The plugin provides a CLI interface via `cli.php`:
/plugin/upgrade/myvendor/splitbrain/php-cli/
DREADME.md1 # 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/
DNullLogger.php5 use splitbrain\phpcli\CLI; alias
11 class NullLogger extends CLI
/plugin/asciidocjs/node_modules/@asciidoctor/cli/
DREADME.md1 # Asciidoctor.js CLI
6 The Command Line Interface (CLI) for Asciidoctor.js.
/plugin/dev/
DSVGIcon.php6 use splitbrain\phpcli\CLI; alias
22 /** @var CLI for logging */
31 public function __construct(CLI $logger)
DLangProcessor.php5 use splitbrain\phpcli\CLI; alias
10 /** @var CLI */
19 public function __construct(CLI $logger)
/plugin/upgrade/myvendor/splitbrain/php-cli/src/
DPSR3CLI.php15 abstract class PSR3CLI extends CLI implements LoggerInterface {
DCLI.php13 abstract class CLI extends Base class
/plugin/asciidocjs/node_modules/has-flag/
Dreadme.md72 CLI flag to look for. The `--` prefix is optional.
79 CLI arguments.
/plugin/farmer/_test/
H A Dcore.test.php167 'CLI animal parameter - URL with bang path' => [
185 'CLI animal parameter - URL with hostname' => [
/plugin/cli/
Dplugin.info.txt7 name Command Line Interface (CLI) Plugin
DREADME3 …tandard Unix Bash Shell, but should be suitable to document other kinds of CLI interaction, e.g. W…
Dcli-examples.txt1 ====== 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/
Dreadme.md45 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/
Dconfmanager_description.txt5 …nsion that should be processed. Use ''%in%'' to specify the input file for CLI tools. Web services…
/plugin/upgrade/
Dlegacy.php125 abstract class DokuWiki_CLI_Plugin extends splitbrain\phpcli\CLI
Dcomposer.lock96 "psr/log": "Allows you to make the CLI available as PSR-3 logger"
Ddeleted.files66 vendor/splitbrain/php-cli/src/CLI.php
/plugin/asciidocjs/node_modules/string-width/
Dreadme.md35 - [string-width-cli](https://github.com/sindresorhus/string-width-cli) - CLI for this module
/plugin/asciidocjs/node_modules/strip-ansi/
Dreadme.md35 - [strip-ansi-cli](https://github.com/chalk/strip-ansi-cli) - CLI for this module
/plugin/asciidocjs/node_modules/ejs/
DREADME.md263 ## CLI section in [![Known Vulnerabilities](https://snyk.io/test/npm/ejs/badge.svg?style=flat)](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 DREADME.md31 - **CLI Tools**: Command-line interface for batch document processing
/plugin/sequencediagram/bower_components/snap.svg/
DREADME.md33 * Install its command line interface (CLI) globally:
/plugin/asciidocjs/node_modules/pug/
DHistory.md14 …* 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))

12