Home
last modified time | relevance | path

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

123

/plugin/asciidocjs/node_modules/lodash/
D_Stack.js15 function Stack(entries) { class
21 Stack.prototype.clear = stackClear;
22 Stack.prototype['delete'] = stackDelete;
23 Stack.prototype.get = stackGet;
24 Stack.prototype.has = stackHas;
25 Stack.prototype.set = stackSet;
27 module.exports = Stack;
D_baseIsEqualDeep.js1 var Stack = require('./_Stack'), variable
59 stack || (stack = new Stack);
72 stack || (stack = new Stack);
79 stack || (stack = new Stack);
D_baseMerge.js1 var Stack = require('./_Stack'), variable
25 stack || (stack = new Stack);
D_baseIsMatch.js1 var Stack = require('./_Stack'), variable
47 var stack = new Stack;
D_baseClone.js1 var Stack = require('./_Stack'), variable
133 stack || (stack = new Stack);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
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];
DGif.php40 unset($this->m_img->m_lzw->Stack);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
D873-php7.phpt21 Stack trace:
D873-php5.phpt21 Stack trace:
/plugin/photogallery/phpThumb/
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/
Deditor.properties.bak112 verticalStack=Vertical Stack
113 horizontalStack=Horizontal Stack
Deditor.properties116 verticalStack=Vertical Stack
117 horizontalStack=Horizontal Stack
Deditor_zh-CN.properties112 verticalStack=Vertical Stack
113 horizontalStack=Horizontal Stack
/plugin/diagramsnet/lib/math/extensions/TeX/
DAMScd.js19 …Ready",function(){var b=MathJax.ElementJax.mml,e=MathJax.InputJax.TeX,d=e.Stack.Item,c=e.Definitio…
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/
DREADME.md13 If you have questions, don't hesitate to ask them on [Stack Overflow](http://stackoverflow.com/ques…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DREADME.md42 - [Stack Overflow](http://stackoverflow.com/questions/tagged/guzzle)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
DREADME.md65 * [Checkout Questions and Answers on Stack Overflow](http://stackoverflow.com/questions/tagged/phps…
/plugin/diagramsnet/lib/math/extensions/
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/pdfjs/pdfjs/web/locale/mk/
Dviewer.properties115 error_stack=Stack: {{stack}}
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DREADME.md46 - [Stack Overflow](https://stackoverflow.com/questions/tagged/guzzle)
/plugin/pdfjs/pdfjs/web/locale/csb/
Dviewer.properties82 error_stack=Stack: {{stóg}}
/plugin/pdfjs/pdfjs/web/locale/it/
Dviewer.properties135 error_stack = Stack: {{stack}}
/plugin/pdfjs/pdfjs/web/locale/si/
Dviewer.properties172 error_stack=Stack: {{stack}}
/plugin/pdfjs/pdfjs/web/locale/en-ZA/
Dviewer.properties135 error_stack=Stack: {{stack}}

123