Home
last modified time | relevance | path

Searched refs:fh (Results 1 – 25 of 90) sorted by last modified time

1234

/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/siteexport/inc/
H A Ddebug.php81 $fh = false;
97 $fh = @fopen($this->debugFile, "a+");
98 if ( !$fh && !$ajaxCanLog ) {
116 if ( $fh !== false ) {
117 fwrite($fh, $log);
139 if ( $fh ) {
140 fwrite($fh, $log);
147 if ( $fh ) {
148 fclose($fh);
/plugin/siteexport/
H A Dcron.php92 if (!$fh = @fopen($this->configFile, 'wb')) {
102 @fwrite($fh, $out);
103 fclose($fh);
/plugin/struct/meta/
H A DCSVImporter.php20 protected $fh; variable in dokuwiki\\plugin\\struct\\meta\\CSVImporter
85 $this->fh = fopen($file, 'rb');
86 if (!$this->fh) {
100 return fgetcsv($this->fh);
/plugin/spatialhelper/helper/
H A Dsitemap.php102 $fh = fopen(mediaFN($mediaID), 'wb');
103 fwrite($fh, $RSSstart);
137 fwrite($fh, $entry);
142 fwrite($fh, $RSSend);
143 return fclose($fh);
198 $fh = fopen(mediaFN($mediaID), 'wb');
199 fwrite($fh, $KMLstart);
237 fwrite($fh, $plcm);
241 fwrite($fh, $KMLend);
242 return fclose($fh);
[all...]
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php78 if (!($fh = @fopen($lpszFileName, 'wb'))) {
81 @fwrite($fh, $fd, strlen($fd));
82 @fflush($fh);
83 @fclose($fh);
100 if (!($fh = @fopen($lpszFileName, 'wb'))) {
103 @fwrite($fh, $fd, strlen($fd));
104 @fflush($fh);
105 @fclose($fh);
824 if (!($fh = @fopen($lpszFileName, 'rb'))) {
828 fclose($fh);
[all …]
/plugin/aichat/
H A Dcli.php460 $fh = fopen('php://stdin', 'r');
461 $value = trim(fgets($fh));
462 fclose($fh);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js49873 var fh = this.h[10];
49886 var c2_hi = ch64_hi(eh, el, fh, fl, gh, gl);
49887 var c2_lo = ch64_lo(eh, el, fh, fl, gh, gl);
49902 gh = fh;
49904 fh = eh;
49923 sum64(this.h, 10, fh, fl);
78750 var fh = this._fh | 0;
78803 var chh = Ch(eh, fh, gh);
78818 gh = fh;
78820 fh = eh;
[all …]
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js338 function gh(){gh=Nf;fh=Tg((bh(),Tb(Nb(kd,1),it,27,0,[ah,_g,Zg,Yg,$g])))}
550 function Tf(){$wnd.formatJson=Js(function(a,b){return bg(a,b==null?(bh(),_g):(bh(),Fc(Xg((gh(),fh),…
600 ….a=0;var Yg,Zg,$g,_g,ah;var kd=Dk('Json/JsonStringBuilder/Step',27,eh);var fh;Mf(53,34,{53:1,3:1,2… variable
/plugin/dev/
H A Dcli.php188 $fh = fopen('php://stdin', 'r');
189 $value = trim(fgets($fh));
190 fclose($fh);
/plugin/authwordpress/
H A Dclass-phpass.php69 ($fh = @fopen('/dev/urandom', 'rb'))) {
70 $output = fread($fh, $count);
71 fclose($fh);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php62 $this->h = $this->fh;
H A DMpdf.php759 var $fh; // dimensions of page format in user unit
1664 $this->fh = $this->fhPt / Mpdf::SCALE;
10210 $this->h = $this->fh;
10224 $this->w = $this->fh;
15160 if ($p['SIZE']['H'] > $this->fh) {
15161 $p['SIZE']['H'] = $this->fh;
15165 $outer_width_TB = ($this->fh - $p['SIZE']['H']) / 2;
15167 $outer_width_LR = ($this->fh - $p['SIZE']['W']) / 2;
15186 $pgh = $this->fh;
15188 $pgw = $this->fh;
758 var $fh; // dimensions of page format in user unit global() variable in Mpdf\\Mpdf
19367 read_short(& $fh) global() argument
[all...]
H A DOtlDump.php91 var $fh; variable in Mpdf\\OtlDump
178 $this->fh = fopen($file, 'rb');
180 if (!$this->fh) {
224 fclose($this->fh);
317 fseek($this->fh, $this->_pos);
323 fseek($this->fh, $delta, SEEK_CUR);
330 fseek($this->fh, $this->_pos);
339 return fread($this->fh, 4);
345 $s = fread($this->fh, 2);
367 $s = fread($this->fh,
[all...]
H A DRemoteContentFetcher.php113 if (!($fh = @fsockopen($prefix . $p['host'], $port, $errno, $errstr, $timeout))) {
122 fwrite($fh, $getstring);
125 $s = fgets($fh, 1024);
130 while (!feof($fh)) {
131 $s = fgets($fh, 1024);
139 while (!feof($fh)) {
140 $data .= fgets($fh, 1024);
143 fclose($fh);
H A DTTFontFile.php110 var $fh; variable in Mpdf\\TTFontFile
228 $this->fh = fopen($file, 'rb');
230 if (!$this->fh) {
295 fclose($this->fh);
398 fseek($this->fh, $this->_pos);
404 fseek($this->fh, $delta, SEEK_CUR);
411 fseek($this->fh, $this->_pos);
420 return fread($this->fh, 4);
426 $s = fread($this->fh, 2);
448 $s = fread($this->fh,
[all...]
H A DTTFontFileAnalysis.php12 $this->fh = fopen($file, 'rb');
13 if (!$this->fh) {
228 $panose = fread($this->fh, 10);
451 fclose($this->fh);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DFlate.php46 $fh = fopen('php://temp', 'w+b');
47 fwrite($fh, "\x1f\x8b\x08\x00\x00\x00\x00\x00" . $oData);
48 stream_filter_append($fh, 'zlib.inflate', STREAM_FILTER_READ, ['window' => 30]);
49 fseek($fh, 0);
50 $data = stream_get_contents($fh);
51 fclose($fh);
/plugin/combo/ComboStrap/
H A DLogUtility.php156 $fh = fopen($file, 'a');
157 if ($fh) {
159 fwrite($fh, date('c') . $sep . self::LVL_NAME[$logLevel] . $sep . $msg . $sep . $INPUT->server->str('REMOTE_ADDR') . $sep . $id . "\n");
160 fclose($fh);
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194fh(e,t,n){var i=!n||!1!==n.active;this._eventBus=t;var r=this;t.on("diagram.init",800,(function(){… class
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21fh(e,t,n){var i=_h(e),r=bh(i,t),o=i[0];return r.length?r[r.length-1]:hh(o.original||o,n,t)}functio… function
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php22 protected $fh; variable in splitbrain\\PHPArchive\\Tar
64 $this->fh = @gzopen($this->file, 'rb');
66 $this->fh = @bzopen($this->file, 'r');
68 $this->fh = @fopen($this->file, 'rb');
71 if (!$this->fh) {
237 $this->fh = 0;
246 $this->fh = @gzopen($this->file, 'wb'.$this->complevel);
248 $this->fh = @bzopen($this->file, 'w');
250 $this->fh = @fopen($this->file, 'wb');
253 if (!$this->fh) {
[all...]
H A DZip.php21 protected $fh; variable in splitbrain\\PHPArchive\\Zip
57 $this->fh = @fopen($this->file, 'rb');
58 if (!$this->fh) {
102 @rewind($this->fh);
103 @fseek($this->fh, $centd['offset']);
150 @fseek($this->fh, $pos_entry);
153 $pos_entry = ftell($this->fh); // position of the next file in central file directory
154 fseek($this->fh, $header['offset']); // seek to beginning of file header
212 $buffer = fread($this->fh, $read_size);
275 $this->fh
[all...]
/plugin/farmer/3rdparty/
H A DPHPIco.php138 if (false === ($fh = fopen($file, 'w')))
141 if (false === (fwrite($fh, $data))) {
142 fclose($fh);
146 fclose($fh);
/plugin/btable2/
H A Dsyntax.php188 $fh = fopen($dfile, 'w');
189 fwrite($fh, serialize($doodle));
190 fclose($fh);
203 $fh = fopen($dfile, 'w');
204 fwrite($fh, serialize($doodle));
205 fclose($fh);

1234