| /plugin/syntaxhighlightjs/ |
| D | gulpfile.js | 21 .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/ |
| D | WindowsPipes.php | 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] = $h; 81 $this->files[$pipe] = $file;
|
| D | UnixPipes.php | 115 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);
|
| D | AbstractPipes.php | 49 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 D | WindowsPipes.php | 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] = $h; 81 $this->files[$pipe] = $file;
|
| H A D | UnixPipes.php | 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 D | AbstractPipes.php | 49 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/ |
| D | Address.php | 30 public function setPipe(Pipe $pipe) argument 32 $this->pipe = $pipe; 39 return $this->pipe;
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/ |
| D | Default.php | 130 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/ |
| D | ProcessHandler.php | 118 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/ |
| D | Redis.php | 122 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 D | Redis.php | 122 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/ |
| D | media.php | 49 $pipe=preg_replace("/.*\|/","",$start); // e.g. 50px 57 …renderer->doc.= '<img src="'.DOKU_BASE.'lib/exe/fetch.php?media='.$filename.'" width='.$pipe.' />';
|
| /plugin/gitbacked/classes/ |
| D | GitBackedUtil.php | 149 foreach ($pipes as $pipe) { 150 fclose($pipe);
|
| D | GitRepo.php | 196 foreach ($pipes as $pipe) { 197 fclose($pipe); 235 foreach ($pipes as $pipe) { 236 fclose($pipe);
|
| /plugin/git/lib/ |
| D | Git.php | 204 foreach ($pipes as $pipe) { 205 fclose($pipe); 232 foreach ($pipes as $pipe) { 233 fclose($pipe);
|
| /plugin/asciidocjs/node_modules/uglify-to-browserify/test/ |
| D | index.js | 7 transform.pipe(fs.createWriteStream(__dirname + '/output.js'))
|
| /plugin/odtsupport/ |
| D | plugin.info.txt | 6 … when creating ODT files with the odt plugin. For example, the plugin can pipe wiki page metadata …
|
| D | README.md | 2 … when creating ODT files with the odt plugin. For example, the plugin can pipe wiki page metadata …
|
| /plugin/htvid/ |
| D | TODO | 4 will fail if you only list one without the extra pipe seperator.)
|
| /plugin/swiftmail/Swift/Connection/ |
| D | Sendmail.php | 320 foreach ((array)$this->pipes as $pipe) 322 @fclose($pipe);
|
| /plugin/latexit/tests/dw_orig_test_files/ |
| D | test8.txt | 3 | Row 2 Col 1 | some colspan (note the double pipe) ||
|
| /plugin/pixelyear/ |
| D | SYNTAX.md | 8 Between the tags is a list dates with a month, day and 'pixel' separated with a pipe character "|" …
|
| /plugin/revealjs/plugin/notes-server/ |
| D | index.js | 43 fs.createReadStream( opts.baseDir + '/index.html' ).pipe( res );
|
| /plugin/revealjs/plugin/multiplex/ |
| D | index.js | 41 stream.pipe(res);
|