Home
last modified time | relevance | path

Searched refs:fwrite (Results 326 – 350 of 390) sorted by relevance

1...<<111213141516

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php175 fwrite($fp, 'this is a test from '.__FILE__);
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php910 fwrite($this->stdout, $line);
926 fwrite($this->stderr, $line);
/plugin/combo/vendor/symfony/process/
H A DProcess.php956 fwrite($this->stdout, $line);
970 fwrite($this->stderr, $line);
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php321 fwrite($f,$s,strlen($s));
H A Doutput.pdflib.class.php445 fwrite($output, sprintf("0x%04X 0x%02X\n", $utf, ord($code)));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php23 fwrite($stream, $data);
/plugin/txtconf/
H A Dconfig0.class.php110 @fwrite($fh, $out);
/plugin/offline/
H A Dcreate.php548 fwrite($filehandle, $fileContentsStr);
/plugin/file2dw/
H A Daction.php516 fwrite( $this->logFileHandle, date(DATE_ATOM).':'.$_SERVER['REMOTE_USER'].':'.$content.' ' );
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php23 fwrite($stream, $data);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php23 fwrite($stream, $data);
/plugin/epub/
H A Drenderer.php470 fwrite($handle,"$what\n");
/plugin/ckgedit/action/
H A Dsave.php424 fwrite($handle, "save.php: $data\n");
/plugin/openid/Auth/OpenID/
H A DFileStore.php214 fwrite($tmp_file, $association_s);
/plugin/odt2dw/
H A Daction.php297 …if ( isset( $this->logFileHandle ) ) fwrite( $this->logFileHandle, date(DATE_ATOM).':'.$_SERVER['R…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php265 fwrite($fixedFile, $contents);
/plugin/jukebox/id3/
H A Dgetid3.lib.php660 $byteswritten = fwrite($fp_data, $buffer, $byteslefttowrite);
1157 fwrite($tmp, $imgData);
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php520 fwrite($handle, $datetime . ': ' . $output . "\n");
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php818 fwrite($dwfckFHandle, "$what\n");
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php794 fwrite($dwfckFHandle, "$what\n");
/plugin/sqlcomp/
H A Dsyntax.php218 fwrite($handle,$Cache);
/plugin/fckg/syntax/
H A Ddwplugin.php507 fwrite($handle, "$what\n");
/plugin/issuetracker/
H A Daction.php3262 fwrite($fh, serialize($mods));
3302 fwrite($handle, serialize($user));
3338 fwrite($handle, $result);
3345 fwrite($handle, $result);
3480 fwrite($handle, $result);
3630 fwrite($iplog, $attachments_left);
3635 fwrite($iplog, $attachments_left);
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php81 @fwrite($fh, $fd, strlen($fd));
103 @fwrite($fh, $fd, strlen($fd));
/plugin/quiz/
H A Dclass_quiz.php553 fwrite($fh, serialize($score));

1...<<111213141516