Home
last modified time | relevance | path

Searched refs:pipes (Results 26 – 39 of 39) sorted by last modified time

12

/plugin/swiftmail/Swift/Connection/
H A DSendmail.php50 protected $pipes; variable in Swift_Connection_Sendmail
195 …if (!@fwrite($this->pipes[0], $command . $end) && !empty($command)) throw new Swift_ConnectionExc…
196 fflush($this->pipes[0]);
212 stream_set_timeout($this->pipes[1], $this->timeout);
213 $tmp = @fgets($this->pipes[1]);
221 fflush($this->pipes[1]);
302 $this->proc = proc_open($this->getCommand(), $pipes_spec, $this->pipes);
320 foreach ((array)$this->pipes as $pipe)
328 $this->pipes = null;
340 && is_resource($this->pipes[0])
[all …]
/plugin/eclipseupdateurl/
H A DREADME.md14 …mount of lines to show) or the following keywords and values separated by pipes (``|``) - ``%KEYWO…
/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.js.map1pipes","pipesCount","flowing","ended","endEmitted","reading","sync","needReadable","emittedReadabl…
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…
/plugin/tuxquote/
H A Dquotes.txt268 …activity will have neither good plumbing nor good philosophy. Neither its pipes nor its theories w…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt22925 … its seven lamps are upon it, even seven; and the lamps that are at the top of it have seven pipes.
/plugin/rst/
H A Dsyntax.php58 $process = proc_open('rst2html --no-doc-title', $descriptorspec, $pipes, $cwd, $env);
66 fwrite($pipes[0], $data[0]);
67 fclose($pipes[0]);
69 $output = stream_get_contents($pipes[1]);
70 fclose($pipes[1]);
/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/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 DJeremias.txt1169 …48:36. Therefore my heart shall sound for Moab like pipes and my heart shall sound like pipes for …
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 DJob.txt1033 40:13. His bones are like pipes of brass, his gristle like plates of iron.
/plugin/prolog/
H A Dprolog_tag.php114 $process = proc_open('pl', $descriptorspec, $pipes);
117 fwrite($pipes[0], '[\''.substr($stdin, 0, -3).'\'].');
118 fclose($pipes[0]);
131 fclose($pipes[1]); //stdout
132 fclose($pipes[2]); //stderr
139 $executed[0] = stream_get_contents($pipes[1]);
140 $executed[1] = stream_get_contents($pipes[2]);
141 fclose($pipes[1]); //stdout
142 fclose($pipes[2]); //stderr
145 fclose($pipes[1]); //stdout
[all …]

12