Lines Matching refs:pq
837 $pq = phpQuery::getDocument($documentID);
839 $pq->find('*')->add($pq->document)
1356 $input = phpQuery::pq($input);
1675 $new->elements = phpQuery::pq($newStack, $this->getDocumentID())->stack();
2101 return pq($node)->not(":disabled") ? $node : null;
2132 return pq($node)->siblings()->size() == 0 ? $node : null;
2139 return pq($node)->prevAll()->size() == 0 ? $node : null;
2146 return pq($node)->nextAll()->size() == 0 ? $node : null;
2161 $index = pq($node)->prevAll()->size() + 1;
2174 $prevs = pq($node)->prevAll()->size();
2215 $prevs = pq($node)->prevAll()->size();
2476 phpQuery::pq($node, $this->getDocumentID())
2602 $wrapper = pq($wrapper)->_clone();
2609 pq($deepest)->append($this);
2622 return phpQuery::pq($wrapper, $this->getDocumentID())
2664 phpQuery::pq($node, $this->getDocumentID())->wrapAll($wrapper);
2675 phpQuery::pq($node, $this->getDocumentID())->wrapAllPHP($codeBefore, $codeAfter);
2686 phpQuery::pq($node, $this->getDocumentID())->contents()->wrapAll($wrapper);
2697 phpQuery::pq($node, $this->getDocumentID())->contents()
2747 $markup = pq($markup, $this->getDocumentID());
2750 pq($node)
2848 foreach(phpQuery::pq($selector, $this->getDocumentID()) as $node)
2849 phpQuery::pq($node, $this->getDocumentID())
2933 $oldHtml = pq($node, $this->getDocumentID())->markup();
3585 $found = phpQuery::pq($selector, $this->getDocumentID());
3828 $node = pq($node, $this->getDocumentID());
3846 $option = pq($option, $this->getDocumentID());
4503 public static function pq($arg1, $context = null) { function in phpQuery
5686 function pq($arg1, $context = null) { function