Home
last modified time | relevance | path

Searched refs:archivePath (Results 1 – 2 of 2) sorted by relevance

/plugin/dokukiwix/
H A Dajax.php22 $archivePath = ''; variable
82 $archivePath = DOKU_PLUGIN.'dokukiwix/archive/'.file_get_contents($lock).'/';
86 io_mkdir_p($archivePath.'images/_extern/');
87 io_mkdir_p($archivePath.'pages/');
88 io_mkdir_p($archivePath.'css/');
90 copy(DOKU_INC.'lib/tpl/offline/offline.css', $archivePath.'css/offline.css');
94 io_saveFile($archivePath.'index.html', $home_page,$info);
140 global $archivePath;
143 $archivePath = DOKU_PLUGIN.'dokukiwix/archive/'.file_get_contents($lock).'/';
166 io_saveFile($archivePath.'pages/'.str_replace(':', '/', $_POST['page']).'.html', $data);
/plugin/jmol2/jmol/
H A DJmol.js117 …alert("The web page URL was ignored. Continuing using " + _jmol.archivePath + ' in directory "' + …
133 _jmol.archivePath =
611 archivePath: null, // JmolApplet0.jar OR JmolAppletSigned0.jar property in _jmol
745 params.archive = archivePath;
771 " archive='" + archivePath + "' codebase='" + codebase + "'\n" +