Lines Matching refs:templatePath

25     private $templatePath;  variable in SebastianBergmann\\CodeCoverage\\Report\\Html\\Facade
54 $this->templatePath = __DIR__ . '/Renderer/Template/';
74 $this->templatePath,
82 $this->templatePath,
90 $this->templatePath,
130 copy($this->templatePath . 'css/bootstrap.min.css', $dir . 'bootstrap.min.css');
131 copy($this->templatePath . 'css/nv.d3.min.css', $dir . 'nv.d3.min.css');
132 copy($this->templatePath . 'css/style.css', $dir . 'style.css');
135 …copy($this->templatePath . 'fonts/glyphicons-halflings-regular.eot', $dir . 'glyphicons-halflings-…
136 …copy($this->templatePath . 'fonts/glyphicons-halflings-regular.svg', $dir . 'glyphicons-halflings-…
137 …copy($this->templatePath . 'fonts/glyphicons-halflings-regular.ttf', $dir . 'glyphicons-halflings-…
138 …copy($this->templatePath . 'fonts/glyphicons-halflings-regular.woff', $dir . 'glyphicons-halflings…
139 …copy($this->templatePath . 'fonts/glyphicons-halflings-regular.woff2', $dir . 'glyphicons-halfling…
142 copy($this->templatePath . 'js/bootstrap.min.js', $dir . 'bootstrap.min.js');
143 copy($this->templatePath . 'js/d3.min.js', $dir . 'd3.min.js');
144 copy($this->templatePath . 'js/holder.min.js', $dir . 'holder.min.js');
145 copy($this->templatePath . 'js/html5shiv.min.js', $dir . 'html5shiv.min.js');
146 copy($this->templatePath . 'js/jquery.min.js', $dir . 'jquery.min.js');
147 copy($this->templatePath . 'js/nv.d3.min.js', $dir . 'nv.d3.min.js');
148 copy($this->templatePath . 'js/respond.min.js', $dir . 'respond.min.js');