Home
last modified time | relevance | path

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

/plugin/a2s/
DASCIIToSVG.php1871 private $groupStack; variable in dokuwiki\\plugin\\a2s\\SVGGroup
1876 $this->groupStack = array();
1890 $this->groupStack[] = $groupName;
1900 array_pop($this->groupStack);
1901 $this->curGroup = array_pop($this->groupStack);
/plugin/pdfjs/pdfjs/build/
Dpdf.js14533 this.groupStack = [];
15071 this.groupStack.push(currentCtx);
15077 this.ctx = this.groupStack.pop();
15096 this.groupStack.push(currentCtx);
15102 this.ctx = this.groupStack.pop();
15864 this.groupStack.push(currentCtx);
15871 this.ctx = this.groupStack.pop();
Dpdf.js.map1groupStack = [];\n this.processingType3 = null;\n // Patterns are painted relative to the in…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js20232 groupStack.push(group);
20248 if (group !== groupStack.pop()) {
20582 for (var i = groupStack.length - 1; i >= 0; i--) {
20583 ctm = multiplyMatrix(groupStack[i].savedMatrix, ctm);
22978 groupStack = [],