Lines Matching refs:wrapper
2601 public function wrapAllOld($wrapper) { argument
2602 $wrapper = pq($wrapper)->_clone();
2603 if (! $wrapper->length() || ! $this->length() )
2605 $wrapper->insertBefore($this->elements[0]);
2606 $deepest = $wrapper->elements[0];
2619 public function wrapAll($wrapper) { argument
2622 return phpQuery::pq($wrapper, $this->getDocumentID())
2662 public function wrap($wrapper) { argument
2664 phpQuery::pq($node, $this->getDocumentID())->wrapAll($wrapper);
2684 public function wrapInner($wrapper) { argument
2686 phpQuery::pq($node, $this->getDocumentID())->contents()->wrapAll($wrapper);
4856 $wrapper = new DOMDocumentWrapper($html, $contentType, $documentID);
4859 $wrapper = new DOMDocumentWrapper($html, $contentType, $documentID);
4863 phpQuery::$documents[$wrapper->id] = $wrapper;
4865 phpQuery::selectDocument($wrapper->id);
4866 return $wrapper->id;