/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.select.php | 30 $size = max($size, strlen($child->get_content())); 32 $content = preg_replace('/\s/',' ',$child->get_content()); 33 $value = trim($child->get_content()); 38 $child->get_content()); 40 $options[] = array($child->get_content(), 41 $child->get_content());
|
H A D | filter.data.encoding.class.php | 13 $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 D | dom.php4.inc.php | 8 $this->content = $domelement->get_content(); 35 function get_content() { function in PHP4DOMTree 36 return $this->_element->get_content();
|
H A D | fetched_data._interface.class.php | 7 function get_content() { function in FetchedData
|
H A D | filter.data.html2xhtml.class.php | 9 $data->set_content(html2xhtml($data->get_content()));
|
H A D | filter.data.xhtml2xhtml.class.php | 4 $data->set_content(xhtml2xhtml($data->get_content()));
|
H A D | fetched_data._html.class.php | 8 …#<\s*meta[^>]+content=(['\"])?text/html;\s*charset=([\w\d-]+)#is",$this->get_content(),$matches)) {
|
H A D | filter.data.ucs2.class.php | 8 $data->set_content($converter->to_ucs2($data->get_content(), $encoding));
|
H A D | filter.data.utf8.class.php | 8 $data->set_content($converter->to_utf8($data->get_content(), $encoding));
|
H A D | filter.data.doctype.class.php | 6 $html = $data->get_content();
|
H A D | fetched_data.file.class.php | 27 function get_content() { function in FetchedDataFile
|
H A D | fetched_data.url.class.php | 51 function get_content() { function in FetchedDataURL
|
H A D | box.input.textarea.php | 16 $value = $root->get_content();
|
H A D | box.iframe.php | 49 $html = $data->get_content();
|
H A D | filter.pre.fields.class.php | 47 $tree->words[0] = strlen($data->get_content());
|
H A D | dom.php5.inc.php | 34 function get_content() { function in DOMTree
|
H A D | css.ruleset.class.php | 47 $content = trim($root->get_content()); 158 $css = $data->get_content();
|
H A D | dom.activelink.inc.php | 45 function get_content() { function in ActiveLinkDOMTree
|
H A D | box.frame.php | 141 $html = $data->get_content();
|
H A D | box.generic.php | 88 function get_content() { function in GenericBox
|
H A D | box.container.php | 414 function get_content() { function in GenericContainerBox 419 return $node->get_content();
|
/plugin/feedaggregator/ |
H A D | action.php | 79 .$item->get_content()."\n"
|
/plugin/fedauth/Auth/Yadis/ |
H A D | XML.php | 189 return $node->get_content();
|
/plugin/openid/Auth/Yadis/ |
H A D | XML.php | 194 return $node->get_content();
|
/plugin/html2pdf/html2pdf/html2ps/features/ |
H A D | toc.php | 161 $this->_locations[] = array('name' => $node->get_content(),
|