Searched refs:start (Results 1 – 23 of 23) sorted by relevance
3 <?php $this->start('content'); ?>7 <?php $this->start('sidebar'); ?>
3 <?php $this->start('content') ?>
3 <?php $this->start('content'); ?>
3 <?php $this->start('content') ?>74 <?php $this->start('scripts') ?>
3 <?php $this->start('item') ?>
355 $start = $i;365 $runlength = $i - $start;370 while ($start > 0 && $lines[$start - 1] == $lines[$i - 1]) {371 $changed[--$start] = 1;373 while ($start > 0 && $changed[$start - 1]) {374 $start--;394 while ($i < $len && $lines[$start] == $lines[$i]) {395 $changed[$start++] = false;410 } while ($runlength != $i - $start);415 $changed[--$start] = 1;
3 <?php $this->start('body') ?>
20 $this->context->start('foo');32 $this->context->start('foo');
36 <?php $this->start('main_content') ?>42 <?php $this->start('scripts') ?>89 Block is started with the `$this->start('block_name')` call and ends with93 <?php $this->start('block_name') ?>123 <?php $this->start('scripts'); ?>127 <?php $this->start('content') ?>
99 public function start(string $name): void function in App\\Template\\Context
Completed in 328 milliseconds