/plugin/xfortune/ |
H A D | helper.php | 98 $fd = fopen($file, 'r'); 99 if(!$fd) return "ERROR: reading cookie file $file failed"; 102 fseek($fd, $rnd); 107 $seek = ftell($fd); 108 $line = fgets($fd, 1024); 123 if(feof($fd)) { 129 fseek($fd, 0); 140 fseek($fd, 0); 154 fclose($fd);
|
/plugin/stopforumspam/ |
H A D | SpamLogger.php | 22 $fd = $this->OpenLogFile(); 25 fputcsv($fd, array( 41 $fd = fopen($filename, "a"); 46 $fd = fopen($filename, "w"); 47 fputcsv($fd, array( 57 return $fd;
|
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/ |
H A D | makefont.php | 139 $fd="array('Ascent'=>".$asc; 142 $fd.=",'Descent'=>".$desc; 150 $fd.=",'CapHeight'=>".$ch; 161 $fd.=",'Flags'=>".$flags; 170 $fd.=",'ItalicAngle'=>".$ia; 178 $fd.=",'StemV'=>".$stemv; 181 $fd.=",'MissingWidth'=>".$fm['MissingWidth']; 182 $fd.=')'; 183 return $fd; 318 $fd=MakeFontDescriptor($fm,empty($map)); [all …]
|
/plugin/jukebox/id3/ |
H A D | module.audio-video.flv.php | 41 function getid3_flv(&$fd, &$ThisFileInfo, $ReturnAllTagData=false) { argument 42 fseek($fd, $ThisFileInfo['avdataoffset'], SEEK_SET); 45 $FLVheader = fread($fd, 5); 62 $FrameSizeDataLength = getid3_lib::BigEndian2Int(fread($fd, 4)); 65 fseek($fd, $FrameSizeDataLength - $FLVheaderFrameLength, SEEK_CUR); 69 while ((ftell($fd) + 1) < $ThisFileInfo['avdataend']) { 76 $ThisTagHeader = fread($fd, 16); 83 $NextOffset = ftell($fd) - 1 + $DataLength; 99 $FLVvideoHeader = fread($fd, 11); 164 fseek($fd, -1, SEEK_CUR); [all …]
|
H A D | module.audio.mp3.php | 29 function getid3_mp3(&$fd, &$ThisFileInfo) { argument 424 fseek($fd, $offset, SEEK_SET); 1109 fseek($fd, $offset, SEEK_SET); 1110 $MPEGaudioData = fread($fd, 32768); 1158 $NextSyncPattern = fread($fd, 6); 1212 $head4 = fread($fd, 4); 1219 fseek($fd, $i - 4, SEEK_CUR); 1247 $WhereWeWere = ftell($fd); 1249 $next4 = fread($fd, 4); 1258 fseek($fd, -4, SEEK_CUR); [all …]
|
H A D | module.tag.id3v1.php | 20 function getid3_id3v1(&$fd, &$ThisFileInfo) { argument 22 fseek($fd, -256, SEEK_END); 23 $preid3v1 = fread($fd, 128); 24 $id3v1tag = fread($fd, 128);
|
H A D | module.tag.id3v2.php | 21 function getid3_id3v2(&$fd, &$ThisFileInfo, $StartingOffset=0) { argument 51 fseek($fd, $StartingOffset, SEEK_SET); 52 $header = fread($fd, 10); 131 $framedata = fread($fd, $sizeofframes); // read all frames from file into $framedata variable 400 $footer = fread($fd, 10);
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | pdf.fpdf.makefont.php | 187 $fd="array('Ascent'=>".$asc; 191 $fd.=",'Descent'=>".$desc; 201 $fd.=",'CapHeight'=>".$ch; 221 $fd.=",'Flags'=>".$flags; 234 $fd.=",'ItalicAngle'=>".$ia; 244 $fd.=",'StemV'=>".$stemv; 248 $fd.=",'MissingWidth'=>".$fm['MissingWidth']; 250 $fd.=')'; 252 return $fd; 410 $fd = MakeFontDescriptor($fm,empty($map)); [all …]
|
/plugin/stopforumspam/_test/ |
H A D | LoggerTest.php | 44 $fd = fopen($logfile, "r"); 45 $line = fgetcsv($fd); 46 $line = fgetcsv($fd);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/data/ |
H A D | out.php | 50 $fd = fopen($path . $tempfilename, 'rb'); variable 51 fpassthru($fd); 52 fclose($fd);
|
/plugin/mantis/lib/ |
H A D | nusoapmime.php | 154 if ($fd = fopen($att['filename'], 'rb')) { 155 $data = fread($fd, filesize($att['filename'])); 156 fclose($fd); 395 if ($fd = fopen($att['filename'], 'rb')) { 396 $data = fread($fd, filesize($att['filename'])); 397 fclose($fd);
|
/plugin/userimportextended/ |
H A D | admin.php | 192 $fd = fopen($_FILES['import']['tmp_name'],'r'); 193 if ($fd) { 194 while($csv = fgets($fd)){ 394 $fd = fopen('php://output','w'); 396 fputs($fd, $fail['orig']); 398 fclose($fd);
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.mp3header.php | 1583 function getMP3headerFilepointer(&$fd, &$ThisFileInfo) { argument 1585 getOnlyMPEGaudioInfo($fd, $ThisFileInfo, $ThisFileInfo['avdataoffset']); 1682 fseek($fd, $offset, SEEK_SET); 2091 $framebytelength = FreeFormatFrameLength($fd, $offset, $ThisFileInfo, true); 2278 fseek($fd, $offset, SEEK_SET); 2279 $MPEGaudioData = fread($fd, 32768); 2326 fseek($fd, $nextoffset - 1, SEEK_SET); 2327 $NextSyncPattern = fread($fd, 6); 2356 fseek($fd, $avdataoffset, SEEK_SET); 2394 } elseif ($header .= fread($fd, 32768)) { [all …]
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.gif.php | 73 $fd = $gif->getBmp($bgColor); 74 if (strlen($fd) <= 0) { 81 @fwrite($fh, $fd, strlen($fd)); 95 $fd = $gif->getPng($bgColor); 96 if (strlen($fd) <= 0) { 103 @fwrite($fh, $fd, strlen($fd));
|
/plugin/refnotes/ |
H A D | admin.php | 172 foreach ($fieldData as $id => $fd) { 173 $class = 'refnotes_config_' . $fd['class']; 174 $field[] = new $class($id, $fd);
|
/plugin/syntaxhighlighter4/ |
H A D | CHANGELOG.md | 18 * Upgrade SyntaxHighlighter to commit syntaxhighlighter/syntaxhighlighter@37724fd
|
/plugin/nowiki/images/ |
H A D | tb_nowiki.xcf | 12 …Rb/���}����yj����mT���g����XWn���D8���gu���VYU���=O���fd��o��H��z�����p[�����…
|
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/ |
H A D | CurlFactory.php | 267 $options[CURLOPT_READFUNCTION] = function ($ch, $fd, $length) use ($body) { 279 $options[CURLOPT_READFUNCTION] = function ($ch, $fd, $length) use ($body, &$buf) {
|
/plugin/diagramsnet/lib/img/lib/active_directory/ |
H A D | mac_client.svg | 1 …="-132.298" y2="205.298" xlink:href="#G"><stop offset="0" stop-color="#0777fd"/><stop offset="1" s…
|
H A D | input_output_filter.svg | 1 …="70.252" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#0576fd"/><stop offset="1" s…
|
/plugin/combo/vendor/carica/phpcss/ |
H A D | README.md | 47 $fd = FluentDOM::QueryCss($xml); 48 $fd
|
/plugin/diagramsnet/lib/ |
H A D | yarn.lock | 376 fd-slicer@~1.1.0: 378 …resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8… 960 fd-slicer "~1.1.0"
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | ogg.js | 2 …fd=fd_start;fd<=fd_end;fd++){if(!FS.streams[fd]){return fd}}throw new FS.ErrnoError(ERRNO_CODES.EM… argument
|
/plugin/sequencediagram/bower_components/snap.svg/doc/css/ |
H A D | topcoat-desktop-light.css | 207 border: 1px solid #0940fd; 619 border: 1px solid #0940fd; 1052 border: 1px solid #0940fd; 1193 border: 1px solid #0940fd; 2231 border: 1px solid #0940fd; 2413 border: 1px solid #0940fd; 2418 border: 1px solid #0940fd; 2587 border: 1px solid #0940fd; 2934 border: 1px solid #0940fd; 3213 border: 1px solid #0940fd; [all …]
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/ |
H A D | CurlFactory.php | 285 $conf[CURLOPT_READFUNCTION] = function ($ch, $fd, $length) use ($body) {
|