Home
last modified time | relevance | path

Searched refs:stack (Results 226 – 250 of 388) sorted by relevance

12345678910>>...16

/plugin/pdfjs/pdfjs/web/locale/pl/
H A Dviewer.properties204 # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
206 error_stack=Stos: {{stack}}
/plugin/pdfjs/pdfjs/web/locale/pt-PT/
H A Dviewer.properties204 # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
206 error_stack=Stack: {{stack}}
/plugin/pdfjs/pdfjs/web/locale/ro/
H A Dviewer.properties204 # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
206 error_stack=Stivă: {{stack}}
/plugin/pdfjs/pdfjs/web/locale/es-ES/
H A Dviewer.properties204 # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
206 error_stack=Pila: {{stack}}
/plugin/pdfjs/pdfjs/web/locale/es-MX/
H A Dviewer.properties204 # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
206 error_stack=Pila: {{stack}}
/plugin/pdfjs/pdfjs/web/locale/hsb/
H A Dviewer.properties204 # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
206 error_stack=Lisćina zawołanjow: {{stack}}
/plugin/pdfjs/pdfjs/web/locale/ia/
H A Dviewer.properties204 # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
206 error_stack=Pila: {{stack}}
/plugin/pdfjs/pdfjs/web/locale/lij/
H A Dviewer.properties204 # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
206 error_stack=Stack: {{stack}}
/plugin/diagramsnet/lib/math/config/
H A DTeX-MML-AM_SVG-full.js63stack=d.Stack(m,!!o);this.Parse();this.Push(b.stop())},Parse:function(){var o,m;while(this.i<this.…
64stack.global;l.tagID=i;if(l.notags){h.Error(["CommandNotAllowedInEnv","%1 not allowed in %2 enviro…
H A DAccessible-full.js73stack=d.Stack(m,!!o);this.Parse();this.Push(b.stop())},Parse:function(){var o,m;while(this.i<this.…
74stack.global;l.tagID=i;if(l.notags){h.Error(["CommandNotAllowedInEnv","%1 not allowed in %2 enviro…
/plugin/pdfjs/pdfjs/web/locale/sk/
H A Dviewer.properties204 # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
206 error_stack=Zásobník: {{stack}}
/plugin/pdfjs/pdfjs/web/locale/az/
H A Dviewer.properties204 # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
206 error_stack=Stek: {{stack}}
/plugin/pdfjs/pdfjs/web/locale/hu/
H A Dviewer.properties204 # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
206 error_stack=Verem: {{stack}}
/plugin/bootswrapper/exe/help/
H A Dprogress.txt141 Place multiple bars into the same ''<nowiki><progress/></nowiki>'' tag to stack them.
/plugin/icons/assets/rpg-awesome/css/
H A Drpg-awesome.min.css5stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;widt…
/plugin/pdfjs/pdfjs/web/locale/cak/
H A Dviewer.properties204 # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
206 error_stack=Tzub'aj: {{stack}}
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js.map1stack","quit","emacs","keyMap","normalizeKeyMap","Ctrl-W","Ctrl-K","Alt-W","getSelection","Ctrl-Y"…
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc95 this.stack[this.Index] = (new Option(title,value,false,false));
99 stack: undefined,
102 this.stack = select.options;
103 this.stack.length = 0;
1428 this.stack = select.options;
1429 this.stack.length = 0;
1430 this.stack[0] = (new Option("Not Set","not-set",false,false));
1434 this.stack[count] = new Option(i + ' >> ' + ckgdokuIwikiData[i],i,false,false);
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc78 this.stack[this.Index] = (new Option(title,value,false,false));
82 stack: undefined,
85 this.stack = select.options;
86 this.stack.length = 0;
1454 this.stack = select.options;
1455 this.stack.length = 0;
1456 this.stack[0] = (new Option("Not Set","not-set",false,false));
1460 this.stack[count] = new Option(i + ' >> ' + ckgeditIwikiData[i],i,false,false);
/plugin/showif/
H A Dsyntax.php.alternative.version67 function getPType(){ return 'stack'; }
/plugin/twcheckliste/
H A Drenderer.php.old141 // recover footnote into the stack and restore old content
/plugin/pdfjs/pdfjs/web/locale/vi/
H A Dviewer.properties204 # LOCALIZATION NOTE (error_stack): "{{stack}}" will be replaced with a stack
206 error_stack=Stack: {{stack}}
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md5 while keeping the stack size constant. Read [this blog post](https://blog.domenic.me/youre-missing-…
414 In order to keep the stack size constant, Guzzle promises are resolved
459 // The stack size remains constant (a good thing)
495 deferred, it is a small price to pay for keeping the stack size constant.
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js580 var stack = (error != null) ? error.stack : new Error().stack;
596 '\n\nStack:\n' + stack +
/plugin/revealjs/js/
H A Dreveal.js2433 function setPreviousVerticalIndex( stack, v ) { argument
2435 if( typeof stack === 'object' && typeof stack.setAttribute === 'function' ) {
2436 stack.setAttribute( 'data-previous-indexv', v || 0 );
2448 function getPreviousVerticalIndex( stack ) { argument
2450 …if( typeof stack === 'object' && typeof stack.setAttribute === 'function' && stack.classList.conta…
2452 …var attributeName = stack.hasAttribute( 'data-start-indexv' ) ? 'data-start-indexv' : 'data-previo…
2454 return parseInt( stack.getAttribute( attributeName ) || 0, 10 );

12345678910>>...16