Home
last modified time | relevance | path

Searched refs:newStack (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/_test/core/
H A DphpQuery-onefile.php1661 … * @param array $newStack Optional. Will replace old stack with new and move old one to history.c
1663 public function newInstance($newStack = null) { argument
1670 if (is_null($newStack)) {
1674 } else if (is_string($newStack)) {
1675 $new->elements = phpQuery::pq($newStack, $this->getDocumentID())->stack();
1677 $new->elements = $newStack;
2275 $newStack = array();
2279 $newStack[] = $node;
2281 $this->elements = $newStack;
2812 $newStack = array();
[all …]