| /plugin/jplayer/vendor/symfony/process/Tests/ |
| D | PipeStdinInStdoutStdErrStreamSelect.php | 38 $written = fwrite(\STDOUT, (string) $out, 32768); variable 39 if (false === $written) { 42 $out = (string) substr($out, $written); 49 $written = fwrite(\STDERR, (string) $err, 32768); variable 50 if (false === $written) { 53 $err = (string) substr($err, $written);
|
| /plugin/jplayer/vendor/symfony/process/Pipes/ |
| D | AbstractPipes.php | 132 $written = fwrite($stdin, $this->inputBuffer); 133 $this->inputBuffer = substr($this->inputBuffer, $written); 145 $written = fwrite($stdin, $data); 146 $data = substr($data, $written);
|
| /plugin/combo/vendor/symfony/process/Pipes/ |
| H A D | AbstractPipes.php | 130 $written = fwrite($stdin, $this->inputBuffer); 131 $this->inputBuffer = substr($this->inputBuffer, $written); 143 $written = fwrite($stdin, $data); 144 $data = substr($data, $written);
|
| /plugin/html5video2/ |
| D | README.md | 11 Parts borrowed from the videogg plugin written by Ludovic Kiefer and from the html5video plugin wri…
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | Core.AllowHostnameUnderscore.txt | 11 an underscore in the host name, and so some poorly written 12 websites are written with the expectation this should work.
|
| D | Core.EscapeInvalidTags.txt | 5 When true, invalid tags will be written back to the document as plain text.
|
| /plugin/upgrade/myvendor/splitbrain/php-archive/src/ |
| D | Zip.php | 794 $written = strlen($data); 796 $written = @fwrite($this->fh, $data); 798 if ($written === false) { 801 return $written; 815 $written = strlen($data); 818 $written = @fwrite($this->fh, $data); 821 if ($written === false) { 824 return $written;
|
| D | Tar.php | 507 $written = strlen($data); 509 $written = @gzwrite($this->fh, $data); 511 $written = @bzwrite($this->fh, $data); 513 $written = @fwrite($this->fh, $data); 515 if ($written === false) { 518 return $written;
|
| /plugin/elwikiupgrade/ |
| D | VerboseTarLib.class.php | 405 $written = strlen($data); 407 $written = @gzwrite($this->fh, $data); 409 $written = @bzwrite($this->fh, $data); 411 $written = @fwrite($this->fh, $data); 413 if($written === false) throw new VerboseTarIOException('Failed to write to archive stream'); 414 return $written;
|
| /plugin/odt/ODT/elements/ |
| D | ODTElementFrame.php | 20 protected $written = false; variable in ODTElementFrame 59 $this->written = true; 152 if ($this->written) {
|
| /plugin/mikioplugin/inc/stemmechanics/lesserphp/ |
| H A D | README.md | 6 `lesserphp` is a compiler for LESS written in PHP. It is based on lessphp bei leafo. 75 css is written to standard out: 89 Errors from watch mode are written to standard out.
|
| /plugin/authshibboleth/ |
| D | CHANGELOG.md | 13 * written "from scratch"
|
| /plugin/redirector/ |
| D | redirectURLs.txt.orig | 2 # they can be written to overwrite parts again, when the chain goes down to the end
|
| /plugin/editions/images/ |
| D | README | 2 For every edition add one PNG icon (16x16) with the name of the edition as written in editions.conf.
|
| /plugin/oauth/vendor/lusitanian/oauth/ |
| H A D | README.md | 115 * Lithium: Sébastien Charrier has written [an adapter](https://github.com/scharrier/li3_socialauth)… 116 * Laravel 4: Dariusz Prząda has written [a service provider](https://github.com/artdarek/oauth-4-la… 118 * Symfony: Alexander Pinnecke has written [a Symfony Bundle](https://github.com/apinnecke/OAuthBund…
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/ |
| D | CREDITS | 4 Almost everything written by Edward Z. Yang (Ambush Commander). Lots of thanks
|
| /plugin/oiddelegate/lang/en/ |
| D | intro.txt | 5 Your configuration is written to ''conf/openid-delegates.conf'', so make sure this file is writable.
|
| /plugin/asciidocjs/node_modules/@types/babel-types/ |
| D | README.md | 16 These definitions were written by [Troy Gerwien](https://github.com/yortus), [Sam Baxter](https://g…
|
| /plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
| D | FileCacheReader.php | 219 …$written = file_put_contents($tempfile, '<?php return unserialize('.var_export(serialize($data), t… 221 if (false === $written) {
|
| /plugin/evesso/phpoauthlib/ |
| D | README.md | 92 * Lithium: Sébastien Charrier has written [an adapter](https://github.com/scharrier/li3_socialauth)… 93 * Laravel 4: Dariusz Prząda has written [a service provider](https://github.com/artdarek/oauth-4-la…
|
| /plugin/upgrade/HTTP/ |
| D | HTTPClient.php | 583 $written = 0; 584 while($written < $towrite){ 603 $nbytes = fwrite($socket, substr($data,$written,4096)); 606 $written += $nbytes;
|
| /plugin/prespan/ |
| D | README.md | 29 The plugin has been written by LarsDW223.
|
| /plugin/statistics/vendor/mustangostang/spyc/ |
| D | README.md | 1 **Spyc** is a YAML loader/dumper written in pure PHP. Given a YAML document, Spyc will return an ar…
|
| /plugin/bible/bible_douayRheims/ |
| D | Philemon.txt | 19 …1:19. I Paul have written it with my own hand: I will repay it: not to say to thee that thou owest… 21 …1:21. Trusting in thy obedience, I have written to thee: knowing that thou wilt also do more than …
|
| /plugin/webcode/_test/data/pages/ |
| D | display.txt | 17 * The cached code blocked in the example below is written with this syntax.
|