Home
last modified time | relevance | path

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

/plugin/bibtex/OSBib/
DPARSEXML.php32 $this->nodeStack = array();
88 $rnode = array_pop($this->nodeStack);
103 array_push($this->nodeStack, $node);
109 $node = array_pop($this->nodeStack);
119 $lastnode = count($this->nodeStack);
120 array_push($this->nodeStack[$lastnode - 1]["_ELEMENTS"], $node);
127 $lastnode = count($this->nodeStack);
128 $this->nodeStack[$lastnode - 1]["_DATA"] .= $data;
/plugin/highlightjs/highlight/
Dhighlight.js322 var nodeStack = [];
353 nodeStack.push(current.node);
355 var i = nodeStack.length;
358 var node = nodeStack[i];
361 nodeStack.splice(i, 1);
362 while (i < nodeStack.length) {
363 result += open(nodeStack[i]);
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js8663 nodeStack = [],
9105 if (nodeStack.length) {
9125 if (nodeStack.length) {
9257 if (!nodeStack.length) {
9262 x = elementName = nodeStack.pop();
9317 nodeStack.push(elementName);
/plugin/mermaid/
H A Dmermaid.min.js818nodeStack=[]}get current(){var e;return(e=this.nodeStack[this.nodeStack.length-1])!==null&&e!==voi… property