Searched refs:documents (Results 1 – 5 of 5) sorted by relevance
11 :!: Please note that these documents are linked here solely for the purpose of information. Their r…
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)-1960 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[all …]
14 and [PSR-2](http://www.php-fig.org/psr/psr-2/) documents
380 You can include code blocks into your documents by either indenting them by at least two spaces (li…