Lines Matching refs:stack
55 …protected $stack = array(); // stack of currently open definition list items - used by handle()… variable in syntax_plugin_definitionlist
86 array_push($this->stack, 'dt');
92 $oldtag = array_pop($this->stack);
94 array_push($this->stack, $newtag);
102 while ($tag = array_pop($this->stack)) {
341 $stack = $renderer->getHTMLStack ();
345 $stack->getState ($state);
349 $stack->open('dl', 'class="plugin_definitionlist"', NULL, NULL);
350 …$renderer->getODTPropertiesFromElement ($dl_properties, $stack->getCurrentElement(), 'screen', tru…
352 $stack->open('dd', NULL, NULL, NULL);
356 …$renderer->getODTPropertiesFromElement ($dd_properties, $stack->getCurrentElement(), 'screen', tru…
358 $stack->close('dd');
359 $stack->open('dt', NULL, NULL, NULL);
363 …$renderer->getODTPropertiesFromElement ($dt_properties, $stack->getCurrentElement(), 'screen', tru…
388 $stack->restoreState ($state);