Home
last modified time | relevance | path

Searched refs:pipe (Results 1 – 25 of 84) sorted by relevance

1234

/plugin/syntaxhighlightjs/
H A Dgulpfile.js21 .pipe(uglify())
22 .pipe(rename({
25 .pipe(gulp.dest(dest.js));
31 .pipe(less())
32 .pipe(minify())
33 .pipe(rename({
36 .pipe(gulp.dest(dest.css));
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DWindowsPipes.php55 foreach ($pipes as $pipe => $name) {
68 if (isset($this->lockHandles[$pipe])) {
69 flock($this->lockHandles[$pipe], \LOCK_UN);
70 fclose($this->lockHandles[$pipe]);
72 $this->lockHandles[$pipe] = $h;
75 flock($this->lockHandles[$pipe], \LOCK_UN);
76 fclose($this->lockHandles[$pipe]);
77 unset($this->lockHandles[$pipe]);
80 $this->fileHandles[$pipe] = $h;
81 $this->files[$pipe] = $file;
H A DUnixPipes.php115 foreach ($r as $pipe) {
118 $read[$type = array_search($pipe, $this->pipes, true)] = '';
121 $data = @fread($pipe, self::CHUNK_SIZE);
129 if ($close && feof($pipe)) {
130 fclose($pipe);
H A DAbstractPipes.php49 foreach ($this->pipes as $pipe) {
50 fclose($pipe);
78 foreach ($this->pipes as $pipe) {
79 stream_set_blocking($pipe, 0);
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php43 // Fix for PHP bug #51800: reading from STDOUT pipe hangs forever on Windows if the output is too big.
55 foreach ($pipes as $pipe => $name) {
68 if (isset($this->lockHandles[$pipe])) {
69 flock($this->lockHandles[$pipe], \LOCK_UN);
70 fclose($this->lockHandles[$pipe]);
72 $this->lockHandles[$pipe] = $h;
75 flock($this->lockHandles[$pipe], \LOCK_UN);
76 fclose($this->lockHandles[$pipe]);
77 unset($this->lockHandles[$pipe]);
80 $this->fileHandles[$pipe]
[all...]
H A DUnixPipes.php62 ['pipe', 'r'],
85 ['pipe', 'r'],
86 ['pipe', 'w'], // stdout
87 ['pipe', 'w'], // stderr
125 foreach ($r as $pipe) {
128 $read[$type = array_search($pipe, $this->pipes, true)] = '';
131 $data = @fread($pipe, self::CHUNK_SIZE);
139 if ($close && feof($pipe)) {
140 fclose($pipe);
H A DAbstractPipes.php49 foreach ($this->pipes as $pipe) {
50 if (\is_resource($pipe)) {
51 fclose($pipe);
78 foreach ($this->pipes as $pipe) {
79 stream_set_blocking($pipe, 0);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DAddress.php30 public function setPipe(Pipe $pipe) argument
32 $this->pipe = $pipe;
39 return $this->pipe;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php130 foreach ($r as $pipe) {
133 if ($pipe == $origPipe) {
143 $line = fread($pipe, 8192);
192 * @param resource $pipe
197 protected function process($pipe, $job) argument
199 fwrite($pipe, $job);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DProcessHandler.php118 foreach ($this->pipes as $pipe) {
119 stream_set_blocking($pipe, false);
184 foreach ($this->pipes as $pipe) {
185 fclose($pipe);
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DRedis.php122 function ($pipe) use ($keys, $me) {
124 $pipe->hdel($me->getKey(), $k);
204 function ($pipe) use ($keys, $me) {
206 $pipe->hdel($me->getKey(), $k);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DRedis.php122 function ($pipe) use ($keys, $me) {
124 $pipe->hdel($me->getKey(), $k);
204 function ($pipe) use ($keys, $me) {
206 $pipe->hdel($me->getKey(), $k);
/plugin/mediasyntax/syntax/
H A Dmedia.php49 $pipe=preg_replace("/.*\|/","",$start); // e.g. 50px
57 $renderer->doc.= '<img src="'.DOKU_BASE.'lib/exe/fetch.php?media='.$filename.'" width='.$pipe.' />';
/plugin/git/lib/
H A DGit.php204 foreach ($pipes as $pipe) {
205 fclose($pipe);
232 foreach ($pipes as $pipe) {
233 fclose($pipe);
/plugin/gitbacked/lib/
H A DGit.php281 foreach ($pipes as $pipe) {
282 fclose($pipe);
329 foreach ($pipes as $pipe) {
330 fclose($pipe);
/plugin/odtsupport/
H A Dplugin.info.txt6 … when creating ODT files with the odt plugin. For example, the plugin can pipe wiki page metadata …
H A DREADME.md2 … when creating ODT files with the odt plugin. For example, the plugin can pipe wiki page metadata …
/plugin/htvid/
H A DTODO4 will fail if you only list one without the extra pipe seperator.)
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest8.txt3 | Row 2 Col 1 | some colspan (note the double pipe) ||
/plugin/pixelyear/
H A DSYNTAX.md8 Between the tags is a list dates with a month, day and 'pixel' separated with a pipe character "|" …
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php320 foreach ((array)$this->pipes as $pipe)
322 @fclose($pipe);
/plugin/revealjs/plugin/notes-server/
H A Dindex.js43 fs.createReadStream( opts.baseDir + '/index.html' ).pipe( res );
/plugin/revealjs/plugin/multiplex/
H A Dindex.js41 stream.pipe(res);
/plugin/latexit/tests/my/
H A Dtest8.latex14 Row 2 Col 1 & \multicolumn{2}{|l|}{ some colspan (note the double pipe) } \\
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFoldedScalars.yml4 A pipe character, followed by an indented
82 with the pipe. The following example

1234