Home
last modified time | relevance | path

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 DFile.php56 $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 DDirectory.php27 $template = new \Text_Template($this->templatePath . 'directory.html', '{{', '}}');
97 new \Text_Template($this->templatePath . 'directory_item.html', '{{', '}}'),
H A DDashboard.php28 $template = new \Text_Template(
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/
H A DREADME.md1 # Text_Template chapter
7 …ere is a minimal example of a `composer.json` file that just defines a dependency on Text_Template:
H A DLICENSE1 Text_Template
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php81 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 DTemplate.php16 class Text_Template class
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php28 * @var Text_Template[]
1312 * @return Text_Template
1319 self::$templates[$filename] = new Text_Template($filename);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php777 $template = new Text_Template(
2179 * @param Text_Template $template
2181 protected function prepareTemplate(Text_Template $template)