Home
last modified time | relevance | path

Searched refs:fp (Results 1 – 25 of 261) sorted by path

1234567891011

/plugin/accscounter/syntax/
H A Dcounter.php172 $fp = io_readFile($file);
173 if ($fp === FALSE) return $this->getLang('err1') . basename($file);
174 $fp = explode("\n", $fp);
175 } else $fp = array();
178 if ($fp[0]) $counters[$page]['total'] = $fp[0];
179 if ($fp[1]) $counters[$page]['date'] = $fp[1];
180 if ($fp[2]) $counters[$page]['today'] = $fp[2];
181 if ($fp[3]) $counters[$page]['yesterday'] = $fp[3];
182 if ($fp[4]) $counters[$page]['ip'] = $fp[4];
/plugin/aclauditor/
H A Dadmin.php78 fclose($fp);
/plugin/amazon/
H A DXMLParser.php42 $fp = fopen($data_source,'r');
43 while (!feof($fp))
44 $this->data .= fread($fp, 1000);
45 fclose($fp);
/plugin/amazon_heavy/
H A Dclass.xmlreader.php31 $fp = fopen ($this->_xml_url, "r");
32 while (!feof ($fp)) $this->_data .= fgets($fp, 4096);
33 fclose ($fp);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2180 rewind($fp);
2190 if (!$fp) {
2195 if (isset($fp)) {
2196 $stat = fstat($fp);
2259 fclose($fp);
2266 if (isset($fp) && is_resource($fp)) {
2267 fclose($fp);
2392 $fp = $local_file;
2393 $stat = fstat($fp);
2399 if (!$fp) {
[all …]
H A DSSH2.php4357 $fp = fopen($filename, 'w');
4358 $this->realtime_log_file = $fp;
/plugin/authhiorgserver/
H A Dauth.php297 if ($fp = @fopen($url, "r")) {
299 while (!feof($fp)) $daten.= fread($fp, 1024);
300 fclose($fp);
/plugin/authnc/
H A Dauth.php420 $fp = fSockOpen('ssl:' . $host[1], $this->getConf('port'), $errno, $errstr, 5);
421 if (!$fp) return false; // server is not reachable
/plugin/authucenter/lib/api/
H A Duc.php177 $fp = fopen($cachefile, 'w');
180 fwrite($fp, $s);
181 fclose($fp);
200 $fp = fopen($cachefile, 'w');
203 fwrite($fp, $s);
204 fclose($fp);
212 @fwrite($fp, trim($configfile));
213 @fclose($fp);
228 $fp = fopen($cachefile, 'w');
231 fwrite($fp, $s);
[all …]
/plugin/authucenter/lib/uc_client/
H A Dclient.php76 $fp = '';
78 $fp = @fsockopen($hostname, $port, $errno, $errstr, $timeout);
84 return $fp;
275 if(!$fp) {
278 stream_set_blocking($fp, $block);
279 stream_set_timeout($fp, $timeout);
280 @fwrite($fp, $out);
281 $status = stream_get_meta_data($fp);
283 while (!feof($fp) && !$fpflag) {
290 while(!feof($fp) && !$stop) {
[all …]
/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php44 stream_set_blocking($fp, true);
46 $lastmessage = fgets($fp, 512);
52 $lastmessage = fgets($fp, 512);
65 fputs($fp, "AUTH LOGIN\r\n");
66 $lastmessage = fgets($fp, 512);
87 $lastmessage = fgets($fp, 512);
110 fputs($fp, "DATA\r\n");
111 $lastmessage = fgets($fp, 512);
121 fputs($fp, $headers."\r\n");
122 fputs($fp, "\r\n\r\n");
[all …]
/plugin/authucenter/lib/uc_client/model/
H A Dcache.php14 $fp = @fopen($filename, 'w');
15 @fwrite($fp, $s);
16 @fclose($fp);
H A Dmisc.php97 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {
111 if(!$fp) {
114 stream_set_blocking($fp, $block);
115 stream_set_timeout($fp, $timeout);
116 @fwrite($fp, $out);
117 $status = stream_get_meta_data($fp);
119 while (!feof($fp) && !$fpflag) {
120 if(($header = @fgets($fp)) && ($header == "\r\n" || $header == "\n")) {
126 while(!feof($fp) && !$stop) {
127 $data = fread($fp, ($limit == 0 || $limit > 8192 ? 8192 : $limit));
[all …]
/plugin/badbehaviour/
H A Dadmin.php167 $fp = fopen($file, 'rb');
168 if ($fp===false) return $data;
171 fseek($fp, 0, SEEK_END);
172 $pos = ftell($fp);
185 fseek($fp,$pos);
187 $tmp = fread($fp,$read);
207 fclose($fp);
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php1156 if(!$fp = fopen("$fileName", "w"))
1158 if(!fputs($fp, $this->utf8->encodeUtf8($fileString)))
1160 fclose($fp);
/plugin/bliki/
H A Dsyntax.php91 $fp = wikiFN($ID);
92 $ID = substr($fp, 0, strrpos($fp, '.'));
/plugin/botbouncer/admin/
H A Dstatistics.php116 $fp = fopen($file, 'rb');
117 if ($fp===false) return $data;
120 fseek($fp, 0, SEEK_END);
121 $pos = ftell($fp);
134 fseek($fp,$pos);
136 $tmp = fread($fp,$read);
156 fclose($fp);
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194fp(e,t,n,i){var r,o={threshold:5,trapClick:!0};function a(e){var n=t.viewbox(),i=t._container.getB… function
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21fp(e,t,n,i,r){var o=this;this._config=J({},up,e||{}),t.addListener(1500,(function(e){var n=e.keyEv… class
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.production.min.js34fp(e){return function(t){var n=t.target,i=kr(e),r=i.eventDefinitions&&i.eventDefinitions[0],o=i.$t… function
/plugin/c3chart/assets/
H A Dd3.min.js2fp,g)),_=Math.max(lp,Math.min(fp,_))],s=[o=Math.max(lp,Math.min(fp,o)),u=Math.max(lp,Math.min(fp,u…
/plugin/captcha/
H A Dhelper.php576 $fp = fopen($wav, 'rb');
577 $header = fread($fp, 36);
582 $header .= fread($fp, ($info['Subchunk1Size'] - 16));
586 $header .= fread($fp, 4);
589 $size = unpack('vsize', fread($fp, 4));
593 $data .= fread($fp, $size);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php38 if ($fp = @fopen($sess_file, "w")) {
39 $return = fwrite($fp, $sess_data);
40 fclose($fp);
H A Dutil.php118 $fp = @fopen( $filePath, 'rb' ) ;
121 if ( $fp === false || !flock( $fp, LOCK_SH ) )
126 $chunk = fread( $fp, 1024 ) ;
127 flock( $fp, LOCK_UN ) ;
128 fclose( $fp ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php38 if ($fp = @fopen($sess_file, "w")) {
39 $return = fwrite($fp, $sess_data);
40 fclose($fp);

1234567891011