Home
last modified time | relevance | path

Searched refs:filepath (Results 26 – 36 of 36) sorted by relevance

12

/plugin/archivegenerator/
H A Dadmin.php424 protected function getDWPathName($filepath) argument
426 return $this->base . substr($filepath, strlen(DOKU_INC));
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1225 function save($filepath = '') { argument
1228 if ($filepath !== '') {
1229 file_put_contents($filepath, $ret, LOCK_EX);
1586 function save($filepath = '') { argument
1588 if ($filepath !== '') {
1589 file_put_contents($filepath, $ret, LOCK_EX);
/plugin/catlist/
H A Dsyntax.php274 function _getMetadata ($id, $filepath) {
277 $meta['date']['modified'] = @filemtime($filepath); argument
/plugin/sqlraw/
H A Dsimple_html_dom.php1102 function save($filepath='') argument
1105 if ($filepath!=='') file_put_contents($filepath, $ret, LOCK_EX);
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1928 $filepath = $this->_getfontpath().$file;
1929 include($filepath);
1937 $this->Error("Could not include font definition file: $filepath");
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1951 $filepath = $this->_getfontpath().$file;
1952 include($filepath);
1960 $this->Error("Could not include font definition file: $filepath");
/plugin/codemirror/dist/modes/
H A Didl.min.js.map1 …file_test', 'file_untar', 'file_unzip',\n 'file_which', 'file_zip', 'filepath', 'findgen', 'fin…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt72 ['filepath']=>string() // path to file, not including filename
H A Dchangelog.txt1996 ¤ ['filepath'] now returned for all files with the directory part
1999 ['filepath'].'/'.['filename'])
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js7140 parsePath: function parsePath(filepath) {
7141 var last = filepath.lastIndexOf('/');
7143 path: filepath.substring(0, last),
7144 name: filepath.substring(last + 1)
7147 getRelsPath: function getRelsPath(filepath) {
7148 var path = utils.parsePath(filepath);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php11486 $filepath = str_replace("../", '', $path);
11499 $path = $path . "/" . $filepath; // Make it an absolute path

12