Home
last modified time | relevance | path

Searched refs:fwrite (Results 51 – 75 of 390) sorted by last modified time

12345678910>>...16

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamDecoratorTraitTest.php29 fwrite($this->c, 'foo');
H A DStreamTest.php22 fwrite($handle, 'data');
45 fwrite($handle, 'data');
55 fwrite($handle, 'data');
66 fwrite($handle, 'data');
77 fwrite($handle, 'data');
98 $this->assertEquals(3, fwrite($h, 'foo'));
H A DGuzzleStreamWrapperTest.php20 $this->assertSame(3, fwrite($handle, 'bar'));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php52 fwrite($stream, $resource);
244 return $this->writable ? fwrite($this->stream, $string) : false;
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php355 fwrite($value, $args[$i] . ': "' . $v . '" ');
357 fwrite($value, "\n");
/plugin/elasticsearch/vendor/composer/
H A Dplatform_check.php17 fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
/plugin/ckgedit/action/
H A Dedit.php1317 fwrite($handle,"$what\n");
H A Dsave.php424 fwrite($handle, "save.php: $data\n");
H A Dmeta.php1025 fwrite($handle, "$data\n");
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php216 fwrite($dwfckFHandle, "$what\n");
H A Dconfig.php496 fwrite($dwfckFHandle, "$what\n");
H A Dconnector.php123 fwrite($dwfckFHandle, "$what\n");
H A Ddwfck_sessions.php39 $return = fwrite($fp, $sess_data);
H A Dutil.php282 fwrite($handle, $data . "\n");
H A Dcheck_acl.php315 fwrite($handle, "$data\n");
H A Dcommands.php813 fwrite($dwfckFHandle, "$what\n");
/plugin/ckgedit/syntax/
H A Dspecials.php118 fwrite($handle,"$what\n");
/plugin/epub/
H A Drenderer.php470 fwrite($handle,"$what\n");
H A Daction.php143 fwrite($handle,"$what\n");
/plugin/epub/scripts/
H A Depub_utils.php216 fwrite($handle,"\n</div></body></html>");
227 fwrite($handle,"<br/><h1><a name='$page' id='$page'>$page</a></h1>\n");
238 fwrite($handle,$footnote);
254 fwrite($handle,$header);
361 fwrite($opf_handle,"$navpoint\n");
363 fwrite($opf_handle,"</navMap>\n</ncx>\n");
383 if( fwrite($opf_handle,"$data\n") == false) {
/plugin/davcal/vendor/sabre/http/lib/
H A DMessage.php52 fwrite($stream, $body);
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php108 fwrite($h, 'booh');
H A DMessageTest.php18 fwrite($h, $body);
144 fwrite($h, 'bar');
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php32 fwrite($f, "<?php\n\n");
33 fwrite($f, "/**\n");
34 fwrite($f, " * Automatically generated timezone file\n");
35 fwrite($f, " *\n");
36 fwrite($f, " * Last update: " . date(DATE_W3C) . "\n");
37 fwrite($f, " * Source: " .$windowsZonesUrl . "\n");
38 fwrite($f, " *\n");
41 fwrite($f, " */\n");
42 fwrite($f, "\n");
43 fwrite($f, "return ");
[all …]
H A Dgenerate_vcards21 fwrite(STDERR, "Composer autoloader could not be properly loaded.\n");
42 fwrite(STDERR, $help);
48 fwrite(STDERR, "Count must be at least 1\n");
52 fwrite(STDERR, "sabre/vobject " . Version::VERSION . "\n");
53 fwrite(STDERR, "Generating " . $count . " vcards in vCard 4.0 format\n");
206 fwrite(STDERR, "\033[100D$current/$count");
235 fwrite(STDERR, ob_get_clean());
241 fwrite(STDERR,"\nDone.\n");

12345678910>>...16