Home
last modified time | relevance | path

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

12345678910>>...36

/plugin/jplayer/vendor/symfony/process/Tests/
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/
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/
DREADME.md11 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/
DCore.AllowHostnameUnderscore.txt11 an underscore in the host name, and so some poorly written
12 websites are written with the expectation this should work.
DCore.EscapeInvalidTags.txt5 When true, invalid tags will be written back to the document as plain text.
/plugin/upgrade/myvendor/splitbrain/php-archive/src/
DZip.php794 $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;
DTar.php507 $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/
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;
/plugin/odt/ODT/elements/
DODTElementFrame.php20 protected $written = false; variable in ODTElementFrame
59 $this->written = true;
152 if ($this->written) {
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A DREADME.md6 `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/
DCHANGELOG.md13 * written "from scratch"
/plugin/redirector/
DredirectURLs.txt.orig2 # they can be written to overwrite parts again, when the chain goes down to the end
/plugin/editions/images/
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)…
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/
DCREDITS4 Almost everything written by Edward Z. Yang (Ambush Commander). Lots of thanks
/plugin/oiddelegate/lang/en/
Dintro.txt5 Your configuration is written to ''conf/openid-delegates.conf'', so make sure this file is writable.
/plugin/asciidocjs/node_modules/@types/babel-types/
DREADME.md16 These definitions were written by [Troy Gerwien](https://github.com/yortus), [Sam Baxter](https://g…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DFileCacheReader.php219 …$written = file_put_contents($tempfile, '<?php return unserialize('.var_export(serialize($data), t…
221 if (false === $written) {
/plugin/evesso/phpoauthlib/
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/upgrade/HTTP/
DHTTPClient.php583 $written = 0;
584 while($written < $towrite){
603 $nbytes = fwrite($socket, substr($data,$written,4096));
606 $written += $nbytes;
/plugin/prespan/
DREADME.md29 The plugin has been written by LarsDW223.
/plugin/statistics/vendor/mustangostang/spyc/
DREADME.md1 **Spyc** is a YAML loader/dumper written in pure PHP. Given a YAML document, Spyc will return an ar…
/plugin/bible/bible_douayRheims/
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/webcode/_test/data/pages/
Ddisplay.txt17 * The cached code blocked in the example below is written with this syntax.

12345678910>>...36