Home
last modified time | relevance | path

Searched refs:mode (Results 451 – 475 of 2447) sorted by last modified time

1...<<11121314151617181920>>...98

/plugin/linksuggest/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/firenews/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php19 public function connectTo($mode) argument
21 $this->Lexer->addSpecialPattern('\{\{firenews>[^}]*\}\}', $mode, 'plugin_firenews');
47 public function render($mode, Doku_Renderer $renderer, $data) argument
74 if ($mode === 'xhtml') {
/plugin/s5/
H A Dsyntax.php45 function connectTo($mode) { argument
46 $this->Lexer->addSpecialPattern('~~SLIDESHOW[^~]*~~',$mode,'plugin_s5');
/plugin/gh/
H A Dsyntax.php63 * @param string $mode Parser mode
65 public function connectTo($mode) argument
67 $this->Lexer->addSpecialPattern('{{gh>[^}]*}}', $mode, 'plugin_gh');
94 public function render($mode, Doku_Renderer $renderer, $data) argument
96 if ($mode != 'xhtml') return false;
/plugin/pageredirect/
H A Dsyntax.php17 * @return string Syntax mode type
40 * @param string $mode Parser mode argument
42 public function connectTo($mode) {
47 $this->Lexer->addSpecialPattern('(?:~~REDIRECT>.+?~~|\n#(?i:redirect) [^\r\n]+)', $mode, 'plugin_pageredirect');
/plugin/archivegenerator/
H A DLICENSE313 when it starts in an interactive mode:
/plugin/fullscreenmode/
H A DLICENSE313 when it starts in an interactive mode:
H A Dplugin.info.txt6 desc full screen edit mode
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFunctionScore.php247 * The boost mode determines how the score of this query is combined with that of the child query.
249 * @param string $mode see BOOST_MODE_* constants for valid options. Default is multiply.
253 public function setBoostMode(string $mode = self::BOOST_MODE_MULTIPLY): self argument
255 return $this->setParam('boost_mode', $mode);
278 * @param string $mode see SCORE_MODE_* constants for valid options. Default is multiply.
282 public function setScoreMode(string $mode = self::SCORE_MODE_MULTIPLY): self argument
284 return $this->setParam('score_mode', $mode);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/CandidateGenerator/
H A DDirectGenerator.php51 * @param string $mode see SUGGEST_MODE_* constants for options
55 public function setSuggestMode(string $mode) argument
57 return $this->setParam('suggest_mode', $mode);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DTerm.php38 * @param string $mode see SUGGEST_MODE_* constants for options
42 public function setSuggestMode(string $mode): self argument
44 return $this->setParam('suggest_mode', $mode);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php19 * @param string $mode Mode used to open the file
24 public static function open($filename, $mode) argument
27 set_error_handler(function () use ($filename, $mode, &$ex) {
29 'Unable to open %s using mode %s: %s',
31 $mode,
36 $handle = fopen($filename, $mode);
H A DLazyOpenStream.php15 /** @var string $mode */
16 private $mode; variable in GuzzleHttp\\Stream\\LazyOpenStream
20 * @param string $mode fopen mode to use when opening the stream
22 public function __construct($filename, $mode) argument
25 $this->mode = $mode;
35 return Stream::factory(Utils::open($this->filename, $this->mode));
H A DGuzzleStreamWrapper.php16 private $mode; variable in GuzzleHttp\\Stream\\GuzzleStreamWrapper
31 $mode = $stream->isWritable() ? 'r+' : 'r';
33 $mode = 'w';
39 return fopen('guzzle://stream', $mode, false, stream_context_create([
54 public function stream_open($path, $mode, $options, &$opened_path) argument
62 $this->mode = $mode;
104 'mode' => $modeMap[$this->mode],
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-handler.asciidoc11 executing in synchronous mode, the handler uses `CurlHandler`, which executes
13 (future) mode is enabled, the handler switches to `CurlMultiHandler`, which uses
37 with async future mode. You may consider using just the `singleHandler` if you
H A Dper-request-configuration.asciidoc311 Future mode supports two options: `true` or `'lazy'`. For more details about how
H A Dfutures.asciidoc4 The client offers a mode called "future" or "async" mode. This allows batch
28 responsibility into your code. To enable future mode, set the `future` flag in
253 ==== Caveats to Future mode
255 There are a few caveats to using future mode. The biggest is also the most
273 When operated in future mode, the unwrapping of the future is left to your
H A Dselectors.asciidoc55 nodes in your cluster. When using future mode, the default `RoundRobinSelector`
H A Dconnecting.asciidoc208 The Elasticsearch server version 8.0 is introducing a new compatibility mode that
216 client, you're all set! The compatibility mode is enabled by default.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DWatcherNamespace.asciidoc95 $params['debug'] = (boolean) indicates whether the watch should execute in debug mode
H A DCatNamespace.asciidoc61 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
83 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
101 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
120 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
139 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
177 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
198 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
219 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
240 $params['v'] = (boolean) Verbose mode. Display column headers (Default = false)
262 $params['v'] = (boolean) Verbose mode
[all...]
H A DXpackNamespace.asciidoc33 $params['accept_enterprise'] = (boolean) If an enterprise license is installed, return the type and mode as 'enterprise' (default: false)
H A DIngestNamespace.asciidoc93 $params['verbose'] = (boolean) Verbose mode. Display data output for each processor in executed pipeline (Default = false)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc295 $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
319 $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
391 $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
455 $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
518 $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode

1...<<11121314151617181920>>...98