Home
last modified time | relevance | path

Searched refs:get_content (Results 1 – 25 of 27) sorted by path

12

/plugin/fedauth/Auth/Yadis/
H A DXML.php189 return $node->get_content();
/plugin/feedaggregator/
H A Daction.php79 .$item->get_content()."\n"
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.container.php414 function get_content() { function in GenericContainerBox
419 return $node->get_content();
H A Dbox.frame.php141 $html = $data->get_content();
H A Dbox.generic.php88 function get_content() { function in GenericBox
H A Dbox.iframe.php49 $html = $data->get_content();
H A Dbox.input.textarea.php16 $value = $root->get_content();
H A Dbox.select.php30 $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 Dbox.text.php59 function get_content() { function in TextBox
H A Dcss.ruleset.class.php47 $content = trim($root->get_content());
158 $css = $data->get_content();
H A Ddom.activelink.inc.php45 function get_content() { function in ActiveLinkDOMTree
H A Ddom.php4.inc.php8 $this->content = $domelement->get_content();
35 function get_content() { function in PHP4DOMTree
36 return $this->_element->get_content();
H A Ddom.php5.inc.php34 function get_content() { function in DOMTree
H A Dfetched_data._html.class.php8 …#<\s*meta[^>]+content=(['\"])?text/html;\s*charset=([\w\d-]+)#is",$this->get_content(),$matches)) {
H A Dfetched_data._interface.class.php7 function get_content() { function in FetchedData
H A Dfetched_data.file.class.php27 function get_content() { function in FetchedDataFile
H A Dfetched_data.url.class.php51 function get_content() { function in FetchedDataURL
H A Dfilter.data.doctype.class.php6 $html = $data->get_content();
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.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 Dfilter.data.xhtml2xhtml.class.php4 $data->set_content(xhtml2xhtml($data->get_content()));
H A Dfilter.pre.fields.class.php47 $tree->words[0] = strlen($data->get_content());
/plugin/html2pdf/html2pdf/html2ps/features/
H A Dtoc.php161 $this->_locations[] = array('name' => $node->get_content(),

12