Home
last modified time | relevance | path

Searched refs:written (Results 1 – 25 of 736) sorted by relevance

12345678910>>...30

/plugin/jplayer/vendor/symfony/process/Tests/
H A DPipeStdinInStdoutStdErrStreamSelect.php38 $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 DAbstractPipes.php132 $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 DAbstractPipes.php130 $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 DREADME.md11 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 DZip.php181 // 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 DTar.php455 * @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 DVerboseTarLib.class.php405 $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 DHTTPClient.php573 $written = 0;
574 while($written < $towrite){
593 $nbytes = fwrite($socket, substr($data,$written,4096));
596 $written += $nbytes;
/plugin/odt/ODT/elements/
H A DODTElementFrame.php20 protected $written = false; variable in ODTElementFrame
59 $this->written = true;
152 if ($this->written) {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.EscapeInvalidTags.txt
/plugin/authshibboleth/
H A DCHANGELOG.md13 * written "from scratch"
/plugin/redirector/
H A DredirectURLs.txt.orig2 # they can be written to overwrite parts again, when the chain goes down to the end
/plugin/editions/images/
H A DREADME2 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 DREADME.md115 * 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 Dintro.txt5 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 DFileCacheReader.php219 …$written = file_put_contents($tempfile, '<?php return unserialize('.var_export(serialize($data), t…
221 if (false === $written) {
/plugin/evesso/phpoauthlib/
H A DREADME.md92 * 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 DREADME.md29 The plugin has been written by LarsDW223.
/plugin/webcode/_test/data/pages/
H A Ddisplay.txt17 * The cached code blocked in the example below is written with this syntax.
/plugin/bible/bible_douayRheims/
H A DPhilemon.txt19 …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 DHTTPClient.php583 $written = 0;
584 while($written < $towrite){
603 $nbytes = fwrite($socket, substr($data,$written,4096));
606 $written += $nbytes;
/plugin/jmol2/jmol/
H A DREADME.txt6 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 DREADME.md3 This plugin is written for Dokuwiki to enable a two factor authentification.
/plugin/owncloud/
H A Dstyle.css2 * This css-file is the same as in the imagebox-plugin, written by
/plugin/pgn4web/pgn4web/libs/garbochess/
H A DLICENSE.txt13 derived from this software without specific prior written permission.

12345678910>>...30