Home
last modified time | relevance | path

Searched refs:setup (Results 26 – 50 of 226) sorted by last modified time

12345678910

/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md35 protected function setup(Options $options)
62 - implement the ```setup($options)``` method and register options, arguments, commands and set help texts
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php64 abstract protected function setup(Options $options); function in splitbrain\\phpcli\\Base
81 * Executes the setup() routine, adds default options, initiate the options parsing and argument checking
93 $this->setup($this->options);
H A DOptions.php9 * commands and even generates a help text from this setup.
17 protected $setup; variable in splitbrain\\phpcli\\Options
51 $this->setup = array(
81 $this->setup['']['help'] = $help;
91 $this->setup['']['commandhelp'] = $help;
117 if (!isset($this->setup[$command])) {
121 $this->setup[$command]['args'][] = array(
139 if (isset($this->setup[$command])) {
143 $this->setup[$command] = array(
163 if (!isset($this->setup[
[all...]
/plugin/upgrade/
H A Dcli.php31 protected function setup(Options $options)
29 protected function setup(Options $options) global() function in cli_plugin_upgrade
/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DSMTPTest.php32 public function setup() function in SMTPTest
H A DMailerTest.php14 public function setup(){ function in MailerTest
/plugin/farmer/lang/en/
H A Dtab_config_help.txt7 The **Farmer's host name** was set automatically during the setup, but you can change it here. It
11 When using a subdomain wildcard setup you should specify the main domain in the **Base Domain** setting.
H A Dtab_info.txt1 This wiki is part of a farm setup. Check the details below.
H A Dtab_new_help.txt8 If you use a wildcard subdomain setup you can also just provide the hostname part if you set a base domain in the configuration.
16 The latter two require the appropriate DNS setup!
H A Dtab_setup_help.txt7 After completing this setup step your current DokuWiki (the one you're looking at) will be known as the "Farmer".
11 This setup wizard will do three things:
21 The ''conf/farm.ini'' contains the basic configuration of the farm setup. Most importantly it will contain the
/plugin/const/_test/
H A Dconstants.test.php8 public function setup() { function in plugin_const_constants_test
10 parent::setup();
H A Dfix_section.test.php8 public function setup() { function in plugin_const_include_support_test
12 parent::setup();
H A Dcalculation.test.php8 public function setup() { function in plugin_const_calculation_test
10 parent::setup();
/plugin/prosemirror/
H A DREADME.md76 ### Our Prosemirror JS setup
/plugin/statdisplay/
H A Dcli.php18 protected function setup(Options $options) function in cli_plugin_statdisplay
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLazyOpenStreamTest.php11 public function setup(): void function in GuzzleHttp\\Tests\\Stream\\LazyOpenStreamTest
/plugin/elasticsearch/cli/
H A Dimg.php26 protected function setup(Options $options) function in cli_plugin_elasticsearch_img
/plugin/elasticsearch/conf/
H A Delasticsearch.conf.example3 # Use this file to setup media parsers. The parsers must return text or JSON.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc213 ==== Quick setup
H A Dselectors.asciidoc135 ==== Quick setup
H A Dconnection-pool.asciidoc241 ==== Quick setup
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md925 - Remove ansible scripts for tests setup and Vagrantfile as not needed anymore.
947 - Travis builds were moved to docker-compose setup. Ansible scripts and Vagrant files were removed
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md24 * Improve test suite and project setup and report failed assertions.
75 * Improve test suite, run tests on PHP 7.4 and update PHPUnit test setup.
/plugin/elasticsearch/
H A Dcli.php36 protected function setup(Options $options) { function in cli_plugin_elasticsearch
/plugin/ckgedit/ckeditor/
H A DCHANGES.md477 …parsing `src`/`srcdoc` attributes of the `<iframe>` element in a CKEditor setup with ACF turned of…

12345678910