Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 25 of 36) sorted by last modified time

12

/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt195 To disable off-server thumbnail blocking, just set:
/plugin/combo/vendor/symfony/process/Pipes/
H A DUnixPipes.php102 public function readAndWrite(bool $blocking, bool $close = false): array argument
113 if (($r || $w) && false === stream_select($r, $w, $e, 0, $blocking ? Process::TIMEOUT_PRECISION * 1E6 : 0)) {
H A DWindowsPipes.php142 public function readAndWrite(bool $blocking, bool $close = false): array argument
148 if ($blocking) {
H A DPipesInterface.php40 * @param bool $blocking Whether to use blocking calls or not
45 public function readAndWrite(bool $blocking, bool $close = false): array; argument
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md112 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
H A DProcess.php49 public const ITER_NON_BLOCKING = 1; // By default, iterating over outputs is a blocking call, use this flag to make it non-blocking
631 $blocking = !(self::ITER_NON_BLOCKING & $flags);
664 if (!$blocking && !isset($out[0]) && !isset($err[0])) {
669 $this->readPipesForOutput(__FUNCTION__, $blocking);
1337 * @param bool $blocking Whether to use a blocking read call
1339 protected function updateStatus(bool $blocking) argument
1348 $this->readPipes($running && $blocking, '\\' !== \DIRECTORY_SEPARATOR || !$running);
1384 * @param bool $blocking Whethe
1388 readPipesForOutput(string $caller, bool $blocking = false) global() argument
1423 readPipes(bool $blocking, bool $close) global() argument
[all...]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst36 * Added ``GuzzleHttp\Stream\AsyncStream`` to provide support for non-blocking
38 ``drain`` option is provided, the stream can also act as if it is a blocking
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md218 - Fixed #838 hosting company is blocking ports because of `YamlRunnerTest.php`
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc343 * Fixed #838 hosting company is blocking ports because of `YamlRunnerTest.php`
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md19 PHP streams, sockets, or non-blocking event loops.
H A DCHANGELOG.md376 Adding support for non-blocking responses and some minor API cleanup.
380 * Added support for non-blocking responses based on `guzzlehttp/guzzle-ring`.
382 * Updated the redirect plugin to be non-blocking so that redirects are sent
383 concurrently. Other plugins like this can now be updated to be non-blocking.
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md416 task queue will be automatically run to ensure that the blocking promise and
/plugin/tablelayout/
H A Dyarn.lock1747 set-blocking "~2.0.0"
2179 set-blocking@~2.0.0:
2181 …resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803d…
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1 …nst request = toRequest(key);\n // Run in the next task to avoid blocking other cache reads…
H A Dworkbox-bed83ea8.js.map1 …nst request = toRequest(key);\n // Run in the next task to avoid blocking other cache reads…
H A Dworkbox-f163abaa.js.map1 …nst request = toRequest(key);\n // Run in the next task to avoid blocking other cache reads…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1blocking data urls as base64 urls can contain svgs with inline script tags\n\n Object.keys(option…
H A D2.2.js.map1 …,\n \"description\": \"The element is a manipulation-blocking element.\"\n …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 … attempts of xss, there should be no tags at all in the directive\n // blocking data urls as base…
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DPipesInterface.php42 * @param bool $blocking Whether to use blocking calls or not
47 public function readAndWrite($blocking, $close = false); argument
H A DWindowsPipes.php132 public function readAndWrite($blocking, $close = false) argument
138 if ($blocking) {
H A DUnixPipes.php92 public function readAndWrite($blocking, $close = false) argument
103 …if (($r || $w) && false === stream_select($r, $w, $e, 0, $blocking ? Process::TIMEOUT_PRECISION * …
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php572 $blocking = !(self::ITER_NON_BLOCKING & $flags);
605 if (!$blocking && !isset($out[0]) && !isset($err[0])) {
610 $this->readPipesForOutput(__FUNCTION__, $blocking);
1417 * @param bool $blocking Whether to use a blocking read call
1419 protected function updateStatus($blocking) argument
1464 * @param bool $blocking Whether to use blocking calls or not
1468 private function readPipesForOutput($caller, $blocking = false) argument
1476 $this->updateStatus($blocking);
1504 * @param bool $blocking Whether to use blocking calls or not
1507 private function readPipes($blocking, $close) argument
[all …]
H A DCHANGELOG.md53 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
/plugin/codemirror/dist/modes/
H A Djavascript.min.js.map1 …exical = state.lexical, top\n // Kludge to prevent 'maybelse' from blocking lexical scope pop…

12