Lines Matching refs:documents

948         foreach(phpQuery::$documents[$documentID]->eventsNodes as $eventNode) {
954 phpQuery::$documents[$documentID]->eventsNodes[] = $node;
955 return phpQuery::$documents[$documentID]->eventsNodes[
956 count(phpQuery::$documents[$documentID]->eventsNodes)-1
960 return isset(phpQuery::$documents[$documentID])
961 ? in_array($type, phpQuery::$documents[$documentID]->eventsGlobal)
1196 if (! isset(phpQuery::$documents[$id] )) {
1201 $this->documentWrapper =& phpQuery::$documents[$id];
1239 phpQuery::$documents[$this->getDocumentID()]['documentFragment'] = $state;
4402 public static $documents = array(); variable in phpQuery
4505 foreach(phpQuery::$documents as $documentWrapper) {
4863 phpQuery::$documents[$wrapper->id] = $wrapper;
4976 unset(phpQuery::$documents[$id]);
4978 foreach(phpQuery::$documents as $k => $v) {
4979 unset(phpQuery::$documents[$k]);
5323 foreach(phpQuery::$documents as $id => $document) {
5328 foreach(phpQuery::$documents as $id => $document) {
5334 else if (is_string($source) && isset(phpQuery::$documents[$source]))
5349 ? self::$documents[$id]['document']
5593 foreach(phpQuery::$documents[$documentID]->dataNodes as $dataNode) {
5598 phpQuery::$documents[$documentID]->dataNodes[] = $node;
5603 foreach(phpQuery::$documents[$documentID]->dataNodes as $k => $dataNode) {
5605 unset(self::$documents[$documentID]->dataNodes[$k]);
5606 unset(self::$documents[$documentID]->data[ $dataNode->dataID ]);
5614 $document = phpQuery::$documents[$documentID];
5617 $node->dataID = ++phpQuery::$documents[$documentID]->uuid;
5633 $document = phpQuery::$documents[$documentID];