Searched refs:filepath (Results 1 – 4 of 4) sorted by relevance
10 $filepath = DOKU_TPL . 'js' . DIRECTORY_SEPARATOR . $filename;11 return "<script type=\"application/javascript\" src=\"{$filepath}\"></script>";
46 $filepath = wikiFN($menufilename);47 if(!file_exists($filepath)) {181 $filepath = wikiFN($filename);182 if(file_exists($filepath)) {183 $lines = file($filepath);
1179 function save($filepath = '') argument1183 if ($filepath !== '') {1184 file_put_contents($filepath, $ret, LOCK_EX);1571 function save($filepath = '') argument1574 if ($filepath !== '') { file_put_contents($filepath, $ret, LOCK_EX); }
1183 function save($filepath = '') argument1187 if ($filepath !== '') {1188 file_put_contents($filepath, $ret, LOCK_EX);1577 function save($filepath = '') argument1580 if ($filepath !== '') { file_put_contents($filepath, $ret, LOCK_EX); }