Home
last modified time | relevance | path

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

/web-bugs/tests/fixtures/templates/forms/
H A Dform.php1 <?php $this->append('scripts'); ?>
H A Dform_2.php1 <?php $this->append('scripts'); ?>
/web-bugs/tests/fixtures/templates/pages/
H A Dappending.php5 <?php $this->append('scripts'); ?>
/web-bugs/tests/Unit/Template/
H A DContextTest.php26 $this->context->append('foo');
/web-bugs/src/Template/
H A DContext.php112 public function append(string $name): void function in App\\Template\\Context
/web-bugs/docs/
H A Dtemplates.md103 `$this->append('block_name')`.
140 <?php $this->append('scripts'); ?>
/web-bugs/www/js/
H A Djquery.autocomplete-min.js10 …v)+"</div>");div.mouseover(mOver(i));div.click(mClick(i));this.container.append(div);}this.enabled…

Completed in 7 milliseconds