Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 25 of 46) sorted by relevance

12

/plugin/jplayer/vendor/symfony/process/Pipes/
DPipesInterface.php42 * @param bool $blocking Whether to use blocking calls or not
47 public function readAndWrite($blocking, $close = false); argument
DUnixPipes.php92 public function readAndWrite($blocking, $close = false) argument
103 …if (($r || $w) && false === stream_select($r, $w, $e, 0, $blocking ? Process::TIMEOUT_PRECISION * …
DWindowsPipes.php132 public function readAndWrite($blocking, $close = false) argument
138 if ($blocking) {
/plugin/combo/vendor/symfony/process/Pipes/
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
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 * …
H A DWindowsPipes.php142 public function readAndWrite(bool $blocking, bool $close = false): array argument
148 if ($blocking) {
/plugin/asciidocjs/node_modules/yargs/build/lib/utils/
Dset-blocking.js1 export default function setBlocking(blocking) { argument
9 stream._handle.setBlocking(blocking);
/plugin/jplayer/vendor/symfony/process/
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
1428 $this->readPipes($running && $blocking, '\\' !== \DIRECTORY_SEPARATOR || !$running);
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
[all …]
DCHANGELOG.md53 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
/plugin/combo/vendor/symfony/process/
H A DProcess.php632 $blocking = !(self::ITER_NON_BLOCKING & $flags);
665 if (!$blocking && !isset($out[0]) && !isset($err[0])) {
670 $this->readPipesForOutput(__FUNCTION__, $blocking);
1338 * @param bool $blocking Whether to use a blocking read call
1340 protected function updateStatus(bool $blocking) argument
1362 $this->readPipes($running && $blocking, '\\' !== \DIRECTORY_SEPARATOR || !$running);
1398 * @param bool $blocking Whether to use blocking calls or not
1402 private function readPipesForOutput(string $caller, bool $blocking = false) argument
1410 $this->updateStatus($blocking);
1434 * @param bool $blocking Whether to use blocking calls or not
[all …]
H A DCHANGELOG.md112 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
/plugin/whyspam/lang/en/
Dintro.txt3 …lacklist]] feature. It will display which config lines are responsible for blocking a text as spam.
/plugin/botbouncer/
DREADME.md41 …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/botmon/
H A Dplugin.info.txt6 desc A tool for monitoring and blocking bot traffic to your wiki (under development)
H A DREADME.md6 …r own site's traffic patterns (both by bots and by humans) to avoid over-blocking legitimate users.
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
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/tokenbucketauth/
DREADME16 0.1 Functionnal plugin (well, it's blocking IP addresses at least)
/plugin/bugzillaint/docs/
Dbugzillaint.txt81 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/
DREADME.md19 PHP streams, sockets, or non-blocking event loops.
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DREADME.md21 PHP streams, sockets, or non-blocking event loops.
/plugin/asciidocjs/node_modules/has-symbols/
DCHANGELOG.md59 - [actions] add automatic rebasing / merge commit blocking [`b09cdb7`](https://github.com/inspect-j…
/plugin/deletepageguard/
H A Ddokuwiki-plugin-page.txt25 … or intentional deletion of wiki pages in your DokuWiki installation by blocking the "empty save" …
H A DREADME.md4 wikipages in your DokuWiki installation by blocking the “empty save”
/plugin/badbehaviour/
Dbadbehavior.readme16 solution for blocking link spam and the robots which deliver it.
/plugin/dropfiles/
Dyarn.lock1924 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"

12