Searched refs:stack (Results 1 – 7 of 7) sorted by relevance
/webtrees/app/ |
H A D | View.php | 73 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 D | TestCase.php | 230 $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 D | administration.phtml | 38 <?= View::stack('styles') ?> 89 <?= View::stack('javascript') ?>
|
H A D | default.phtml | 63 <?= View::stack('styles') ?> 183 <?= View::stack('javascript') ?>
|
H A D | ajax.phtml | 15 <?= View::stack('javascript');
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 1218 …stack=[]};m.prototype={push:function(a){a=this.stack.push({keyCode:a,inputs:0});return this.stack[… property 1219 …stack.splice(a,1)},resetInputs:function(a){if("number"==typeof a)this.getLast(a).inputs=0;else for…
|
H A D | CHANGES.md | 1562 …or.com/ticket/11126): Fixed: Native Undo executed once the bottom of the snapshot stack is reached.
|