Lines Matching refs:count
171 if ($show_attr && count($this->attr) > 0) {
192 if (count($this->attr) > 0) {
200 if (count($this->_) > 0) {
228 $string .= ' children: ' . count($this->children);
229 $string .= ' nodes: ' . count($this->nodes);
275 if (count($this->children) > 0) {
283 if (count($this->children) > 0) {
517 if (($count = count($selectors)) === 0) { return array(); }
521 for ($c = 0; $c < $count; ++$c) {
524 // used to be: if (($levle=count($selectors[0]))===0) return array();
525 if (($levle = count($selectors[$c])) === 0) { return array(); }
562 elseif ($idx < 0) { $idx = count($found) + $idx; }
597 if ($index < count($this->parent->children))
686 $count = 0;
690 if ($c->tag === $node->tag) ++$count;
696 if ($count === (int)$att_name) continue;
961 if (count($result) > 0) { $selectors[] = $result; }
2199 $count = preg_match_all(
2206 for ($i = $count - 1; $i > -1; --$i) {
2207 $key = '___noise___' . sprintf('% 5d', count($this->noise) + 1000);