Searched refs:filehandle (Results 1 – 7 of 7) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | ot.class.php | 55 function _read($filehandle) { argument 84 function _read($filehandle) { argument 102 $old_pos = ftell($filehandle); 107 $subtable->_read($filehandle); 133 $table->_read($filehandle); 209 function _read($filehandle) { argument 258 function _read($filehandle) { argument 322 function _read($filehandle) { argument 348 function _read($filehandle) { argument 439 function _read($filehandle) { argument [all …]
|
H A D | output._generic.class.php | 219 $filehandle = @fopen($filename, "wb"); 222 if ($filehandle === false) { 232 $filehandle = @fopen($filename, "xb"); 234 } while (!$filehandle && $tries < WRITER_RETRIES); 237 if (!$filehandle) { 243 fclose($filehandle);
|
/plugin/offline/inc/ |
H A D | log.inc.php | 36 $filehandle = fopen($fileNameWithPathStr, 'a+'); 37 fputs($filehandle, $outputStr); 38 fclose($filehandle);
|
/plugin/quickstats/GEOIP/ |
H A D | geoip.inc | 76 public $filehandle; 1462 $filepos = ftell($gi->filehandle); 1463 fseek($gi->filehandle, -3, SEEK_END); 1465 $delim = fread($gi->filehandle, 3); 1467 $gi->databaseType = ord(fread($gi->filehandle, 1)); 1497 $buf = fread($gi->filehandle, SEGMENT_RECORD_LENGTH); 1513 fseek($gi->filehandle, -4, SEEK_CUR); 1523 fseek($gi->filehandle, $filepos, SEEK_SET); 1535 $gi->filehandle = fopen($filename, "rb") or die("Can not open $filename\n"); 1537 $s_array = fstat($gi->filehandle); [all...] |
H A D | geoipcity.inc | 70 fseek($gi->filehandle, $record_pointer, SEEK_SET); 71 $record_buf = fread($gi->filehandle, FULL_RECORD_LENGTH);
|
/plugin/offline/ |
H A D | create.php | 547 …$filehandle = fopen($filenameWithPathStr, 'w') or log_msg('File could not be opened for writing.'); 548 fwrite($filehandle, $fileContentsStr); 549 fclose($filehandle) or die('File could not be closed');
|
/plugin/codemirror/dist/modes/ |
H A D | perl.min.js.map | 1 …filehandle for its end\n 'eval' :1, // - catch excepti…
|