Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 7 of 7) sorted by relevance

/webtrees/app/
H A DView.php73 private static string $stack; variable in Fisharebest\\Webtrees\\View
97 * @param string $stack
101 public static function push(string $stack): void argument
103 self::$stack = $stack;
121 self::$stacks[self::$stack][] = $content;
127 * @param string $stack
131 public static function pushunique(string $stack): void argument
133 self::$stack = $stack;
151 self::$stacks[self::$stack][sha1($content)] = $content;
157 * @param string $stack
[all …]
/webtrees/tests/
H A DTestCase.php230 $stack = [];
241 if ($match[1] !== array_pop($stack)) {
242 … static::fail('Closing tag matches nothing: ' . $match[0] . ' at ' . implode(':', $stack));
249 $message = 'Tag ' . $tag . ' is not allowed at ' . implode(':', $stack) . '.';
253 static::assertSame([], $stack);
257 static::assertSame(['head'], $stack);
260 static::assertNotContains('span', $stack, $message);
265 $stack[] = $tag;
279 static::assertSame([], $stack);
/webtrees/resources/views/layouts/
H A Dadministration.phtml38 <?= View::stack('styles') ?>
89 <?= View::stack('javascript') ?>
H A Ddefault.phtml63 <?= View::stack('styles') ?>
183 <?= View::stack('javascript') ?>
H A Dajax.phtml15 <?= View::stack('javascript');
/webtrees/public/ckeditor-4.15.1-custom/
H A Dckeditor.js1218stack=[]};m.prototype={push:function(a){a=this.stack.push({keyCode:a,inputs:0});return this.stack[… property
1219stack.splice(a,1)},resetInputs:function(a){if("number"==typeof a)this.getLast(a).inputs=0;else for…
H A DCHANGES.md1562 …or.com/ticket/11126): Fixed: Native Undo executed once the bottom of the snapshot stack is reached.