/plugin/jplayer/vendor/symfony/process/Pipes/ |
H A D | PipesInterface.php | 42 * @param bool $blocking Whether to use blocking calls or not 47 public function readAndWrite($blocking, $close = false); argument
|
H A D | UnixPipes.php | 92 public function readAndWrite($blocking, $close = false) argument 103 …if (($r || $w) && false === stream_select($r, $w, $e, 0, $blocking ? Process::TIMEOUT_PRECISION * …
|
H A D | WindowsPipes.php | 132 public function readAndWrite($blocking, $close = false) argument 138 if ($blocking) {
|
/plugin/combo/vendor/symfony/process/Pipes/ |
H A D | PipesInterface.php | 40 * @param bool $blocking Whether to use blocking calls or not 45 public function readAndWrite(bool $blocking, bool $close = false): array; argument
|
H A D | UnixPipes.php | 102 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 D | WindowsPipes.php | 142 public function readAndWrite(bool $blocking, bool $close = false): array argument 148 if ($blocking) {
|
/plugin/jplayer/vendor/symfony/process/ |
H A D | Process.php | 572 $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 D | CHANGELOG.md | 53 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
|
/plugin/combo/vendor/symfony/process/ |
H A D | Process.php | 49 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...] |
H A D | CHANGELOG.md | 112 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
|
/plugin/whyspam/lang/en/ |
H A D | intro.txt | 3 …lacklist]] feature. It will display which config lines are responsible for blocking a text as spam.
|
/plugin/botbouncer/ |
H A D | README.md | 41 …eypot.org?rf=96521 is a free service that uses the DNS system to manage blocking. You need to sign… 49 2013-04-03 - initial setup allowing config and blocking
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/ |
H A D | CHANGELOG.rst | 36 * 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/tokenbucketauth/ |
H A D | README | 16 0.1 Functionnal plugin (well, it's blocking IP addresses at least)
|
/plugin/bugzillaint/docs/ |
H A D | bugzillaint.txt | 81 The bugtree is similar to Bugzillas Dependency Tree Page. It shows a hierarchy of Bugs blocking the… 109 …* ''dependencies'' - shows the count of open bugs depending on or blocking this bug - links to bug…
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | README.md | 19 PHP streams, sockets, or non-blocking event loops.
|
H A D | CHANGELOG.md | 376 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/badbehaviour/ |
H A D | badbehavior.readme | 16 solution for blocking link spam and the robots which deliver it.
|
/plugin/sequencediagram/bower_components/raphael/ |
H A D | yarn.lock | 1840 set-blocking "~2.0.0" 2268 set-blocking@^2.0.0, set-blocking@~2.0.0: 2270 …resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803d… 2856 set-blocking "^2.0.0"
|
/plugin/dropfiles/ |
H A D | yarn.lock | 1924 set-blocking "~2.0.0" 2480 set-blocking@^2.0.0, set-blocking@~2.0.0: 2482 …resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803d… 3032 set-blocking "^2.0.0"
|
/plugin/fetchmedia/ |
H A D | yarn.lock | 2253 set-blocking "~2.0.0" 2732 set-blocking@^2.0.0, set-blocking@~2.0.0: 2734 …resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803d… 3210 set-blocking "^2.0.0"
|
/plugin/sequencediagram/bower_components/lodash/ |
H A D | yarn.lock | 2289 set-blocking "~2.0.0" 2814 set-blocking@^2.0.0, set-blocking@~2.0.0: 2816 …resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803d… 3331 set-blocking "^2.0.0"
|
/plugin/tablelayout/ |
H A D | yarn.lock | 1747 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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | release-notes.asciidoc | 343 * Fixed #838 hosting company is blocking ports because of `YamlRunnerTest.php`
|
/plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
H A D | README.md | 416 task queue will be automatically run to ensure that the blocking promise and
|