Home
last modified time | relevance | path

Searched refs:fgets (Results 76 – 100 of 102) sorted by relevance

12345

/plugin/jplayer/vendor/symfony/process/
H A DProcess.php347 $this->fallbackStatus['pid'] = (int) fgets($this->processPipes->pipes[3]);
1609 $ok = false === fgets($pipes[2]);
/plugin/combo/vendor/symfony/process/
H A DProcess.php360 $this->fallbackStatus['pid'] = (int) fgets($this->processPipes->pipes[3]);
1523 $ok = false === fgets($pipes[2]);
/plugin/statdisplay/helper/
H A Dlog.php95 $line = fgets($fh);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1756 $firstContent = fgets($handle);
1757 $firstContent .= fgets($handle);
1835 $input = fgets(STDIN);
/plugin/jukebox/id3/
H A Dgetid3.lib.php1257 fgets($fp, 1024);
1264 $line = ltrim(fgets($fp, 1024), "\t ");
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1663 fgets($fp, 1024);
1670 $line = ltrim(fgets($fp, 1024), "\t ");
H A Dgetid3.php2114 protected function fgets() { function in getid3_handler
/plugin/upgrade/HTTP/
H A DHTTPClient.php696 $r_data = fgets($socket, 1024);
/plugin/dwcommits/
H A Dhelper.php392 while (($buffer = fgets($handle, 4096)) !== false) {
/plugin/elwikiupgrade/
H A DHTTPClient.php686 $r_data = fgets($socket, 1024);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php409 while (($line = fgets($handle)) !== false) {
H A DFile.php772 $firstLine = fgets($handle);
/plugin/authucenter/lib/uc_client/
H A Dclient.php284 if(($header = @fgets($fp)) && ($header == "\r\n" || $header == "\n")) {
/plugin/ckgedit/action/
H A Dedit.php532 $line = fgets($fh,1024); //msg($line);
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.php996 while ($line = fgets($input_handle)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1177 $line = fgets($fsock, 1024);
1187 while (!feof($fsock) && fgets($fsock, 1024) != "\r\n") {
/plugin/dokutexit/
H A Dlatex.php111 $this->doc .= fgets($this->_tmphandle);
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …sql_regcase dl pclose popen readfile rewind rmdir umask fclose feof fgetc fgets fgetss fread fopen…
/plugin/googlesearch/
H A Dnusoap.php2560 $tmp = fgets($this->fp, 256);
2634 $tmp = fgets($this->fp, 256);
2664 $tmp = fgets($this->fp, 256);
/plugin/mantis/lib/
H A Dnusoap.php2916 $tmp = fgets($this->fp, 256);
2990 $tmp = fgets($this->fp, 256);
3020 $tmp = fgets($this->fp, 256);
/plugin/statdisplay/pchart/
H A DpChart.php186 $buffer = fgets ( $handle, 4096 );
/plugin/projects/pchart/pchart/
H A Dpchart.php279 $buffer = fgets($handle, 4096);
/plugin/charter/lib/pchart/
H A DpChart.class.php279 $buffer = fgets($handle, 4096);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt908 * Bugfix: PHP 4.1.x compatiblity - fgets($fp) => fgets($fp, 1024)
/plugin/scrape/
H A DHTMLPurifier.standalone.php

12345