/plugin/jplayer/vendor/symfony/process/Tests/ |
H A 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/ |
H A 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/ |
H A D | README.md | 11 Parts borrowed from the videogg plugin written by Ludovic Kiefer and from the html5video plugin wri…
|
/plugin/upgrade/vendor/splitbrain/php-archive/src/ |
H A D | Zip.php | 181 // compressed files are written to temporary .gz file first 788 * @return int number of bytes written 794 $written = strlen($data); 796 $written = @fwrite($this->fh, $data); 798 if ($written === false) { 801 return $written; 810 * @return int number of bytes written 815 $written = strlen($data); 818 $written = @fwrite($this->fh, $data); 821 if ($written [all...] |
H A D | Tar.php | 455 * @return int number of bytes written 461 $written = strlen($data); 463 $written = @gzwrite($this->fh, $data); 465 $written = @bzwrite($this->fh, $data); 467 $written = @fwrite($this->fh, $data); 469 if ($written === false) { 472 return $written;
|
/plugin/elwikiupgrade/ |
H A 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;
|
H A D | HTTPClient.php | 573 $written = 0; 574 while($written < $towrite){ 593 $nbytes = fwrite($socket, substr($data,$written,4096)); 596 $written += $nbytes;
|
/plugin/odt/ODT/elements/ |
H A D | ODTElementFrame.php | 20 protected $written = false; variable in ODTElementFrame 59 $this->written = true; 152 if ($this->written) {
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Core.EscapeInvalidTags.txt |
|
/plugin/authshibboleth/ |
H A D | CHANGELOG.md | 13 * written "from scratch"
|
/plugin/redirector/ |
H A D | redirectURLs.txt.orig | 2 # they can be written to overwrite parts again, when the chain goes down to the end
|
/plugin/editions/images/ |
H A 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) for the library. 116 * Laravel 4: Dariusz Prząda has written [a service provider](https://github.com/artdarek/oauth-4-laravel) for the library. 118 * Symfony: Alexander Pinnecke has written [a Symfony Bundle](https://github.com/apinnecke/OAuthBundle) for the library.
|
/plugin/oiddelegate/lang/en/ |
H A D | intro.txt | 5 Your configuration is written to ''conf/openid-delegates.conf'', so make sure this file is writable.
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | FileCacheReader.php | 219 …$written = file_put_contents($tempfile, '<?php return unserialize('.var_export(serialize($data), t… 221 if (false === $written) {
|
/plugin/evesso/phpoauthlib/ |
H A 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/prespan/ |
H A D | README.md | 29 The plugin has been written by LarsDW223.
|
/plugin/webcode/_test/data/pages/ |
H A D | display.txt | 17 * The cached code blocked in the example below is written with this syntax.
|
/plugin/bible/bible_douayRheims/ |
H A 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/upgrade/HTTP/ |
H A D | HTTPClient.php | 583 $written = 0; 584 while($written < $towrite){ 603 $nbytes = fwrite($socket, substr($data,$written,4096)); 606 $written += $nbytes;
|
/plugin/jmol2/jmol/ |
H A D | README.txt | 6 Jmol is an open-source molecule viewer and editor written in Java. 29 Executable file for the Jmol application (a program written in Java). 87 The utilities library, written in JavaScript language, that assists in
|
/plugin/authyubikey/ |
H A D | README.md | 3 This plugin is written for Dokuwiki to enable a two factor authentification.
|
/plugin/owncloud/ |
H A D | style.css | 2 * This css-file is the same as in the imagebox-plugin, written by
|
/plugin/pgn4web/pgn4web/libs/garbochess/ |
H A D | LICENSE.txt | 13 derived from this software without specific prior written permission.
|