Searched refs:Text_Template (Results 1 – 9 of 9) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/ |
H A D | File.php | 56 $template = new \Text_Template($this->templatePath . 'file.html', '{{', '}}'); 77 $template = new \Text_Template($this->templatePath . 'file_item.html', '{{', '}}'); 79 $methodItemTemplate = new \Text_Template( 132 …rotected function renderTraitOrClassItems(array $items, \Text_Template $template, \Text_Template $… 222 protected function renderFunctionItems(array $functions, \Text_Template $template) 245 … protected function renderFunctionOrMethodItem(\Text_Template $template, array $item, $indent = '')
|
H A D | Directory.php | 27 $template = new \Text_Template($this->templatePath . 'directory.html', '{{', '}}'); 97 new \Text_Template($this->templatePath . 'directory_item.html', '{{', '}}'),
|
H A D | Dashboard.php | 28 $template = new \Text_Template(
|
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/ |
H A D | README.md | 1 # Text_Template chapter 7 …ere is a minimal example of a `composer.json` file that just defines a dependency on Text_Template:
|
H A D | LICENSE | 1 Text_Template
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/ |
H A D | Renderer.php | 81 protected function renderItemTemplate(\Text_Template $template, array $data) 160 protected function setCommonTemplateVariables(\Text_Template $template, AbstractNode $node) 247 $template = new \Text_Template(
|
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/ |
H A D | Template.php | 16 class Text_Template class
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/ |
H A D | Generator.php | 28 * @var Text_Template[] 1312 * @return Text_Template 1319 self::$templates[$filename] = new Text_Template($filename);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | TestCase.php | 777 $template = new Text_Template( 2179 * @param Text_Template $template 2181 protected function prepareTemplate(Text_Template $template)
|