Home
last modified time | relevance | path

Searched refs:Stack (Results 1 – 25 of 56) sorted by relevance

123

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DLzw.php32 var $Stack; variable in Mpdf\\Gif\\Lzw
46 unset($this->Stack);
51 $this->Stack = range(0, (1 << ($this->MAX_LZW_BITS + 1)) - 1);
119 return $this->Stack[$this->sp];
150 $this->Stack[$this->sp++] = $this->FirstCode;
155 $this->Stack[$this->sp++] = $this->Vals[$Code];
165 $this->Stack[$this->sp++] = $this->FirstCode;
181 return $this->Stack[$this->sp];
H A DGif.php40 unset($this->m_img->m_lzw->Stack);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D873-php5.phpt21 Stack trace:
H A D873-php7.phpt21 Stack trace:
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php168 public $ClearCode, $EndCode, $Next, $Vals, $Stack, $sp, $Buf, $CurBit, $LastBit, $Done, $LastByte;
178 unSet($this->Stack);
183 $this->Stack = range(0, (1 << ($this->MAX_LZW_BITS + 1)) - 1);
255 return $this->Stack[$this->sp];
286 $this->Stack[$this->sp] = $this->FirstCode;
292 $this->Stack[$this->sp] = $this->Vals[$Code];
302 $this->Stack[$this->sp] = $this->FirstCode;
319 return $this->Stack[$this->sp];
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties116 verticalStack=Vertical Stack
117 horizontalStack=Horizontal Stack
H A Deditor.properties.bak112 verticalStack=Vertical Stack
113 horizontalStack=Horizontal Stack
H A Deditor_zh-CN.properties112 verticalStack=Vertical Stack
113 horizontalStack=Horizontal Stack
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMScd.js19 …Ready",function(){var b=MathJax.ElementJax.mml,e=MathJax.InputJax.TeX,d=e.Stack.Item,c=e.Definitio…
H A Dcolor.js19 …y",function(){var d=MathJax.InputJax.TeX,a=MathJax.ElementJax.mml;var c=d.Stack.Item;var b=MathJax…
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DREADME.md13 If you have questions, don't hesitate to ask them on [Stack Overflow](http://stackoverflow.com/questions/tagged/elastica) and add the Tag "Elastica" or
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md42 - [Stack Overflow](http://stackoverflow.com/questions/tagged/guzzle)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md65 * [Checkout Questions and Answers on Stack Overflow](http://stackoverflow.com/questions/tagged/phps…
/plugin/pdfjs/pdfjs/web/locale/mk/
H A Dviewer.properties115 error_stack=Stack: {{stack}}
/plugin/diagramsnet/lib/math/extensions/
H A DSafe.js19 …e:function(j,k){k=b.filterSize(k);if(k){this.stack.env.size=k;this.Push(i.Stack.Item.style().With(…
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md126 You can also use the [mpdf tag](https://stackoverflow.com/questions/tagged/mpdf) at Stack Overflow as the StackOverflow user base is more likely to answer you in a timely manner.
/plugin/pdfjs/pdfjs/web/locale/csb/
H A Dviewer.properties82 error_stack=Stack: {{stóg}}
/plugin/pdfjs/pdfjs/web/locale/si/
H A Dviewer.properties172 error_stack=Stack: {{stack}}
/plugin/pdfjs/pdfjs/web/locale/it/
H A Dviewer.properties135 error_stack = Stack: {{stack}}
/plugin/pdfjs/pdfjs/web/locale/bn-IN/
H A Dviewer.properties206 error_stack=Stack: {{stack}}
/plugin/pdfjs/pdfjs/web/locale/en-ZA/
H A Dviewer.properties135 error_stack=Stack: {{stack}}
/plugin/pdfjs/pdfjs/web/locale/bn-BD/
H A Dviewer.properties196 error_stack=Stack: {{stack}}
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js2280 function Stack(entries) { class in runInContext
2367 Stack.prototype.clear = stackClear; class
2369 Stack.prototype.get = stackGet;
2370 Stack.prototype.has = stackHas;
2371 Stack.prototype.set = stackSet;
2663 stack || (stack = new Stack);
3312 stack || (stack = new Stack);
3325 stack || (stack = new Stack);
3332 stack || (stack = new Stack);
3386 var stack = new Stack;
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js2280 function Stack(entries) { class in runInContext
2367 Stack.prototype.clear = stackClear; class
2369 Stack.prototype.get = stackGet;
2370 Stack.prototype.has = stackHas;
2371 Stack.prototype.set = stackSet;
2663 stack || (stack = new Stack);
3312 stack || (stack = new Stack);
3325 stack || (stack = new Stack);
3332 stack || (stack = new Stack);
3386 var stack = new Stack;
[all …]
/plugin/pdfjs/pdfjs/web/locale/bs/
H A Dviewer.properties165 error_stack=Stack: {{stack}}

123