Home
last modified time | relevance | path

Searched refs:contextStack (Results 1 – 11 of 11) sorted by path

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js16390 this.contextStack = [];
16623 this.contextStack.push(this.context);
16628 this.context = this.contextStack.pop();
16632 return (this.contextStack[0] || this.context).getCurrentPosition();
H A Dpdfmake.min.js10contextStack=[],this.tracker=e}function i(t,e,n){null===n||void 0===n||0>n||n>t.items.length?t.ite…
H A Dpdfmake.min.js.map1contextStack","addPageItem","cloneLine","getCurrentPositionOnPage","alignLine","getWidth","newLine…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/davcal/vendor/sabre/xml/lib/
H A DContextStackTrait.php65 protected $contextStack = []; variable
78 $this->contextStack[] = [
97 ) = array_pop($this->contextStack);
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md16 * The `contextStack` in the Reader object is now correctly rolled back in
/plugin/icalevents/vendor/sabre/xml/lib/
H A DContextStackTrait.php85 protected $contextStack = []; variable
98 $this->contextStack[] = [
119 ) = array_pop($this->contextStack);
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md22 * The `contextStack` in the Reader object is now correctly rolled back in
/plugin/webdav/vendor/sabre/xml/lib/
H A DContextStackTrait.php85 protected $contextStack = []; variable
98 $this->contextStack[] = [
119 ) = array_pop($this->contextStack);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1contextStack","Context","_trace","CapturedTrace","peekContext","lastIndex","_promiseCreated","_pus…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js663 var contextStack = [];
676 contextStack.push(this._trace);
682 var trace = contextStack.pop();
695 var lastIndex = contextStack.length - 1;
697 return contextStack[lastIndex];