Lines Matching refs:dir

111                 $dir = dirname($target . $id);
113 if (!file_exists($dir)) {
114 mkdir($dir, 0777, true);
129 $dir = $this->getDirectory($target . 'css');
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');
134 $dir = $this->getDirectory($target . 'fonts');
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…
141 $dir = $this->getDirectory($target . 'js');
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');