Home
last modified time | relevance | path

Searched refs:pipes (Results 1 – 25 of 39) sorted by path

12

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js17842 this.pipes = null;
18266 state.pipes = dest;
18269 state.pipes = [state.pipes, dest];
18272 state.pipes.push(dest);
18416 if (dest && dest !== state.pipes)
18420 dest = state.pipes;
18423 state.pipes = null;
18435 var dests = state.pipes;
18437 state.pipes = null;
18451 state.pipes.splice(i, 1);
[all …]
H A Dpdfmake.min.js10 …this.highWaterMark=~~this.highWaterMark,this.buffer=[],this.length=0,this.pipes=null,this.pipesCou…
11pipes=t;break;case 1:f.pipes=[f.pipes,t];break;default:f.pipes.push(t)}f.pipesCount+=1,L("pipe cou…
H A Dpdfmake.min.js.map1pipes","pipesCount","flowing","ended","endEmitted","reading","sync","needReadable","emittedReadabl…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DProcessHandler.php49 private $pipes = []; variable in Monolog\\Handler\\ProcessHandler
116 … $this->process = proc_open($this->command, static::DESCRIPTOR_SPEC, $this->pipes, $this->cwd);
118 foreach ($this->pipes as $pipe) {
152 $errorPipes = [$this->pipes[2]];
165 return (string) stream_get_contents($this->pipes[2]);
175 fwrite($this->pipes[0], $string);
184 foreach ($this->pipes as $pipe) {
/plugin/bible/bible_douayRheims/
H A D3_Kings.txt40 …1:40. And all the multitude went up after him, and the people played with pipes, and rejoiced with…
H A DEzechiel.txt705 … and the carbuncle, and the emerald: gold the work of thy beauty: and thy pipes were prepared in t…
H A DJeremias.txt1169 …48:36. Therefore my heart shall sound for Moab like pipes and my heart shall sound like pipes for …
H A DJob.txt1033 40:13. His bones are like pipes of brass, his gristle like plates of iron.
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1680 … results =results.replace(/\s*([\|\^]+)((\W\W_FORMAT_SPACE_)+)/gm,function(match,pipes,format) {
1682 return(format + pipes);
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc1681 …results = results.replace(/\s*([\|\^]+)((\W\W_FORMAT_SPACE_)+)/gm, function(match, pipes, format) {
1683 return (format + pipes);
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php23 public $pipes = []; variable in Symfony\\Component\\Process\\Pipes\\AbstractPipes
49 foreach ($this->pipes as $pipe) {
54 $this->pipes = [];
78 foreach ($this->pipes as $pipe) {
95 if (!isset($this->pipes[0])) {
121 $w = [$this->pipes[0]];
133 return [$this->pipes[0]];
148 return [$this->pipes[0]];
164 fclose($this->pipes[0]);
165 unset($this->pipes[
[all...]
H A DUnixPipes.php17 * UnixPipes implementation uses unix pipes as handles.
108 $r = $this->pipes;
116 // otherwise, an error occurred, let's reset pipes
118 $this->pipes = [];
128 $read[$type = array_search($pipe, $this->pipes, true)] = '';
141 unset($this->pipes[$type]);
161 return (bool) $this->pipes;
H A DWindowsPipes.php44 // Workaround for this problem is to use temporary files instead of pipes on Windows platform.
47 $pipes = [
55 foreach ($pipes as $pipe => $name) {
187 return $this->pipes && $this->fileHandles;
/plugin/combo/vendor/symfony/process/
H A DProcess.php173 * This allows using e.g. pipes or conditional execution. In this mode, signals are sent to the
352 $this->process = @proc_open($commandline, $descriptors, $this->processPipes->pipes, $this->cwd, $envPairs, $this->options);
360 $this->fallbackStatus['pid'] = (int) fgets($this->processPipes->pipes[3]);
1260 $isTtySupported = (bool) @proc_open('echo 1 >/dev/null', [['file', '/dev/tty', 'r'], ['file', '/dev/tty', 'w'], ['file', '/dev/tty', 'w']], $pipes);
1283 return $result = (bool) @proc_open('echo 1 >/dev/null', [['pty'], ['pty'], ['pty']], $pipes);
1335 * Updates the status of the process, reads pipes.
1381 * Reads pipes for the freshest output.
1418 * Reads pipes, executes callback.
1463 // Now pipes are closed, so the callback is no longer necessary
1522 } elseif ($ok = proc_open(sprintf('kill -%d %d', $signal, $pid), [2 => ['pipe', 'w']], $pipes)) {
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,th…
/plugin/eclipseupdateurl/
H A DREADME.md14 …mount of lines to show) or the following keywords and values separated by pipes (``|``) - ``%KEYWO…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php97 $pipes,
109 $this->process($pipes[0], $job);
111 fclose($pipes[0]);
115 unset($pipes[0]);
118 $r = $pipes;
146 unset($pipes[$pipeOffset]);
156 if (empty($pipes)) {
162 if (isset($pipes[1])) {
164 fclose($pipes[1]);
167 if (isset($pipes[2])) {
[all …]
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php61 $pipes,
68 $info = stream_get_contents($pipes[1]);
70 fclose($pipes[1]);
71 fclose($pipes[2]);
/plugin/findologicxmlexport/vendor/sebastian/version/src/
H A DVersion.php88 $pipes,
96 $result = trim(stream_get_contents($pipes[1]));
98 fclose($pipes[1]);
99 fclose($pipes[2]);
/plugin/git/lib/
H A DGit.php199 $pipes = array();
200 $resource = proc_open($this->git_path, $descriptorspec, $pipes);
202 $stdout = stream_get_contents($pipes[1]);
203 $stderr = stream_get_contents($pipes[2]);
204 foreach ($pipes as $pipe) {
227 $pipes = array();
228 $resource = proc_open($command, $descriptorspec, $pipes, $this->repo_path);
230 $stdout = stream_get_contents($pipes[1]);
231 $stderr = stream_get_contents($pipes[2]);
232 foreach ($pipes as $pipe) {
/plugin/gitbacked/lib/
H A DGit.php276 $pipes = array();
277 $resource = proc_open(Git::get_bin(), $descriptorspec, $pipes);
279 $stdout = stream_get_contents($pipes[1]);
280 $stderr = stream_get_contents($pipes[2]);
281 foreach ($pipes as $pipe) {
304 $pipes = array();
325 $resource = proc_open($command, $descriptorspec, $pipes, $cwd, $env);
327 $stdout = stream_get_contents($pipes[1]);
328 $stderr = stream_get_contents($pipes[2]);
329 foreach ($pipes as $pipe) {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt150 * bugfix (#1930) fread on pipes
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php23 public $pipes = []; variable in Symfony\\Component\\Process\\Pipes\\AbstractPipes
49 foreach ($this->pipes as $pipe) {
52 $this->pipes = [];
78 foreach ($this->pipes as $pipe) {
97 if (!isset($this->pipes[0])) {
123 $w = [$this->pipes[0]];
135 return [$this->pipes[0]];
150 return [$this->pipes[0]];
166 fclose($this->pipes[0]);
167 unset($this->pipes[0]);
[all …]

12