Lines Matching refs:true

55 	$lowercase = true,
56 $forceTagsClosed = true,
58 $stripRN = true,
98 $lowercase = true,
99 $forceTagsClosed = true,
101 $stripRN = true,
122 function dump_html_tree($node, $show_attr = true, $deep = 0) {
157 function dump($show_attr = true, $depth = 0) {
177 function dump_node($echo = true) {
277 $idx = array_search($this, $this->parent->children, true);
291 $idx = array_search($this, $this->parent->children, true);
476 if ($val === true) {
589 $nodes = array_slice($this->dom->nodes, $nodes_start, $nodes_count, true);
595 $index = array_search($this, $this->parent->children, true) + 1;
601 $index = array_search($this, $this->parent->children, true);
609 $pass = true;
618 $ret[array_search($node, $this->dom->nodes, true)] = 1;
624 if ($pass && !in_array($node, $node->parent->children, true)) {
835 return in_array($pattern, explode(' ', trim($value)), true);
1035 return true;
1037 return true;
1039 return true;
1042 return (array_key_exists($name, $this->attr)) ? true : isset($this->attr[$name]);
1138 return true;
1262 return in_array($class, explode(' ', $this->class), true);
1324 $nidx = array_search($node, $this->nodes, true);
1325 $cidx = array_search($node, $this->children, true);
1326 $didx = array_search($node, $this->dom->nodes, true);
1335 $enidx = array_search($entity, $node->nodes, true);
1336 $edidx = array_search($entity, $node->dom->nodes, true);
1481 $lowercase = true,
1482 $forceTagsClosed = true,
1484 $stripRN = true,
1517 $lowercase = true,
1518 $stripRN = true,
1543 $this->remove_noise("'<!\[CDATA\[(.*?)\]\]>'is", true);
1552 $this->remove_noise("'(<\?)(.*?)(\?>)'s", true);
1555 $this->remove_noise("'(\{\w)(.*?)(\})'s", true);
1572 $this->load($doc, true);
1630 function dump($show_attr = true) {
1635 $str, $lowercase = true,
1661 while (true) {
1668 return true;
1701 $el = $this->root->find('meta[http-equiv=Content-Type]', 0, true);
1913 return true;
1942 $this->link_nodes($node, true);
1944 return true;
1954 return true;
1964 return true;
1973 return true;
2020 return true;
2038 return true;
2057 $node->attr[$name] = true;
2076 $this->link_nodes($node, true);
2099 return true;
2159 return true;