Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 4 of 4) sorted by relevance

/template/codowik/
Dbootstrap.php10 $filepath = DOKU_TPL . 'js' . DIRECTORY_SEPARATOR . $filename;
11 return "<script type=\"application/javascript\" src=\"{$filepath}\"></script>";
/template/wallpaper/
Dtpl_functions.php46 $filepath = wikiFN($menufilename);
47 if(!file_exists($filepath)) {
181 $filepath = wikiFN($filename);
182 if(file_exists($filepath)) {
183 $lines = file($filepath);
/template/bootstrap3/inc/
Dsimple_html_dom.php1179 function save($filepath = '') argument
1183 if ($filepath !== '') {
1184 file_put_contents($filepath, $ret, LOCK_EX);
1571 function save($filepath = '') argument
1574 if ($filepath !== '') { file_put_contents($filepath, $ret, LOCK_EX); }
/template/mikio/inc/
H A Dsimple_html_dom.php1183 function save($filepath = '') argument
1187 if ($filepath !== '') {
1188 file_put_contents($filepath, $ret, LOCK_EX);
1577 function save($filepath = '') argument
1580 if ($filepath !== '') { file_put_contents($filepath, $ret, LOCK_EX); }