Home
last modified time | relevance | path

Searched refs:set_content (Results 1 – 8 of 8) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.data.encoding.class.php13 $data->set_content(preg_replace('/[\x00-\x07]/', "", $data->get_content()));
22 $data->set_content($converter->to_utf8($data->get_content(), $encoding));
25 $data->set_content($converter->to_utf8($data->get_content(), $this->encoding));
H A Dfilter.data.html2xhtml.class.php9 $data->set_content(html2xhtml($data->get_content()));
H A Dfilter.data.xhtml2xhtml.class.php4 $data->set_content(xhtml2xhtml($data->get_content()));
H A Dfilter.data.ucs2.class.php8 $data->set_content($converter->to_ucs2($data->get_content(), $encoding));
H A Dfilter.data.utf8.class.php8 $data->set_content($converter->to_utf8($data->get_content(), $encoding));
H A Dfetched_data.file.class.php31 function set_content($data) { function in FetchedDataFile
H A Dfetched_data.url.class.php55 function set_content($data) { function in FetchedDataURL
/plugin/projects/lib/
H A Dproject_file.php99 $this->set_content($project->path(), $file->content());
110 private function set_content($project_path, $content) { function in ProjectSource
117 $this->set_content($project_path, $file->content());