Home
last modified time | relevance | path

Searched refs:fwrite (Results 326 – 350 of 390) sorted by last modified time

1...<<111213141516

/plugin/html2pdf/html2pdf/html2ps/
H A Dmanager.encoding.php91 fwrite($file, serialize($this->_utf8_mapping));
H A Doutput.fastps.class.php368 fwrite($this->data, $header);
369 fwrite($this->data, "\n");
370 fwrite($this->data, $this->_document_body);
373 fwrite($this->data, $footer);
H A Doutput.pdflib.class.php445 fwrite($output, sprintf("0x%04X 0x%02X\n", $utf, ord($code)));
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/sys/
H A DFile.php147 $bytesWritten = fwrite($this->handleID, $strContent, strlen($strContent));
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php2564 fwrite($f,$this->buffer,strlen($this->buffer));
/plugin/dokumicrobugtracker/
H A Dedit.php81 fwrite($fh, serialize($bugs));
H A Dsyntax.php139 fwrite($fh, serialize($bugs));
/plugin/sphinxsearch/
H A Dsphinxapi.php521 if ( feof($handle) || fwrite ( $handle, $data, $length ) !== $length )
/plugin/dokutexit/
H A Dlatex.php1745 fwrite($this->_tmphandle, $text);
/plugin/aceeditor/
H A Dbuild.js1 …ace|frewind|fscanf|fseek|ftell|FTP|full|fullfile|func2str|functions|funm|fwrite|fzero|gallery|gamm…
/plugin/eventline/
H A Daction.php119 fwrite($fp, $html);
/plugin/simplechat/
H A Dajax.php46 fwrite( $fh , $newmsgline );
76 fwrite( $fh , $newmsgline );
82 fwrite( $fh , $newmsgline );
/plugin/searchpattern/
H A Dadmin.php133 if(fwrite($file_handle,$conf_file)){ //and try to write the new configuration
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php2177 @fwrite($v_zip_temp_fd, $v_buffer, $v_read_size);
2213 @fwrite($this->zip_fd, $v_buffer, $v_read_size);
2665 @fwrite($this->zip_fd,
3832 @fwrite($v_dest_file, $v_file_content, $p_entry['size']);
5107 @fwrite($v_zip_temp_fd, $v_buffer, $v_read_size);
5118 @fwrite($v_zip_temp_fd, $v_buffer, $v_read_size);
5133 @fwrite($v_zip_temp_fd, $v_buffer, $v_read_size);
5144 @fwrite($v_zip_temp_fd, $v_buffer, $v_read_size);
5258 @fwrite($this->zip_fd, $v_buffer, $v_read_size);
5604 @fwrite($p_dest, $v_buffer, $v_read_size);
[all …]
/plugin/projects/pchart/pchart/
H A Dpchart.php3409 fwrite($Handle, htmlentities($Value)."\r");
/plugin/projects/lib/
H A Dmutex.php25 if($fp && @fwrite($fp, $USERINFO['name'])) {
/plugin/fblogin/
H A Dadmin.php187 if(!fwrite($config_file,'/* Parameters for authenticating from Facebook */'."\n")) return false;
189 if(!empty($line) && !fwrite($config_file,$line ."\n")) return false;
228 if (!empty($line) && fwrite($fblogin_file, $line) == FALSE) {
/plugin/contactmodern/
H A Drecaptchalib.php84 fwrite($fs, $http_request);
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php200 fwrite($tmp_file, $association_s);
/plugin/solr/
H A Dindex_all.php40 fwrite( STDERR, $OPTS->getMessage() . "\n");
/plugin/xymon/dokuwiki-plugin/xymon/
H A Daction.php68 fwrite($fp, "xymon_color: ".$xymon_color."\n\n");
69 fwrite($fp, $data);
/plugin/supa/helper/
H A Dhelper.php56 fwrite( $fh, $decoded );
/plugin/rssticker/
H A DlastRSS.php78 fwrite ($f, $serialized, strlen($serialized));
/plugin/autolink2/
H A Dhelper.php234 fwrite($fh, join('', $this->page_idx));
241 fwrite($fh, join('', $autolink_index));
/plugin/translator/
H A Dhelper.php1259 fwrite( $fh, $hash['date']);

1...<<111213141516