Lines Matching refs:getDocumentID
829 $documentID = phpQuery::getDocumentID($document);
909 $documentID = phpQuery::getDocumentID($document);
935 $documentID = phpQuery::getDocumentID($document);
1193 ? $documentID->getDocumentID()
1239 phpQuery::$documents[$this->getDocumentID()]['documentFragment'] = $state;
1288 $documentID = $this->getDocumentID();
1297 return phpQuery::getDocument($this->getDocumentID());
1311 public function getDocumentID() { function in phpQueryObject
1322 phpQuery::unloadDocuments($this->getDocumentID());
1667 ? new $class($this, $this->getDocumentID())
1668 : new phpQueryObject($this->getDocumentID());
1675 $new->elements = phpQuery::pq($newStack, $this->getDocumentID())->stack();
2476 phpQuery::pq($node, $this->getDocumentID())
2516 phpQueryEvents::trigger($this->getDocumentID(), $type, $data, $node);
2548 phpQueryEvents::add($this->getDocumentID(), $node, $type, $data, $callback);
2562 phpQueryEvents::remove($this->getDocumentID(), $node, $type, $callback);
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());
2848 foreach(phpQuery::pq($selector, $this->getDocumentID()) as $node)
2849 phpQuery::pq($node, $this->getDocumentID())
2874 phpQueryEvents::trigger($this->getDocumentID(),
2886 phpQueryEvents::trigger($this->getDocumentID(),
2933 $oldHtml = pq($node, $this->getDocumentID())->markup();
3201 $insertFrom = $this->getDocumentID() == $target->getDocumentID()
3213 $insertFrom = $this->getDocumentID() == $target->getDocumentID()
3306 phpQueryEvents::trigger($this->getDocumentID(),
3585 $found = phpQuery::pq($selector, $this->getDocumentID());
3717 phpQueryEvents::trigger($this->getDocumentID(),
3828 $node = pq($node, $this->getDocumentID());
3846 $option = pq($option, $this->getDocumentID());
4046 return phpQuery::data($this->get(0), $key, $value, $this->getDocumentID());
4049 phpQuery::data($node, $key, $value, $this->getDocumentID());
4060 phpQuery::removeData($node, $key, $this->getDocumentID());
4518 $domId = $context->getDocumentID();
4520 $domId = self::getDocumentID($context);
4523 $domId = self::newDocument($context)->getDocumentID();
4526 $domId = self::getDocumentID($context);
4539 if ($arg1->getDocumentID() == $domId)
4602 $id = self::getDocumentID($id);
4604 self::$defaultDocumentID = self::getDocumentID($id);
4851 if (self::getDocumentID($html)) {
4975 if ($id = self::getDocumentID($id))
5038 ? self::getDocumentID($options['document'])
5321 public static function getDocumentID($source) { function in phpQuery
5333 return $source->getDocumentID();
5347 $source = self::getDocumentID($source);
5613 $documentID = self::getDocumentID($node);
5632 $documentID = self::getDocumentID($node);