Home
last modified time | relevance | path

Searched refs:file_exists (Results 1 – 25 of 976) sorted by last modified time

12345678910>>...40

/plugin/pagelist/
H A Dhelper.php736 $this->page['exists'] = @file_exists($this->page['file']);
829 $this->page['exists'] = @file_exists($this->page['file']);
/plugin/attribute/
H A Dhelper.php468 if (file_exists($filename)) {
/plugin/dbquery/_test/
H A DGeneralTest.php50 if (!file_exists($conf_file) && !file_exists($meta_file)) {
54 if (file_exists($conf_file)) {
57 if (file_exists($meta_file)) {
/plugin/siteexport/inc/
H A Dmpdf.php10 if (file_exists(DOKU_PLUGIN . 'dw2pdf/mpdf/mpdf.php')) {
H A Dfunctions.php45 if (!@file_exists($file))
51 if (!@file_exists($newCacheFile))
475 …if (!file_exists(DOKU_PLUGIN . $plugin . "/script.js") && !file_exists(DOKU_PLUGIN . $plugin . "/s…
H A Dhttpproxy.php21 if ( file_exists(DOKU_INC . 'inc/HTTPClient.php') ) {
H A Dpdfgenerator.php5 if (!empty($_REQUEST['pdfExport']) && intval($_REQUEST['pdfExport']) == 1 && file_exists(DOKU_PLUGI…
/plugin/siteexport/action/
H A Dajax.php1152 if (!file_exists(mediaFN($FILENAMEID))) {
1307 if (file_exists($cache) && @unlink($cache) === false) {
/plugin/siteexport/
H A Dcron.php64 if ( file_exists($this->configFile) )
87 if (@file_exists($this->configFile)) {
88 if (@file_exists($this->configFile.'.bak')) @unlink($this->configFile.'.bak');
148 if ( !file_exists($this->configFile) && !$this->writeCronSettings() )
H A Dhelper.php77 …if (!file_exists(DOKU_PLUGIN . "$plugin/script.js") && !file_exists(DOKU_PLUGIN . "$plugin/style.c…
313 if ( !file_exists( $throbber) ) {
H A Dpreload.php6 if ( file_exists(DOKU_INC . 'inc/plugincontroller.class.php') ) {
9 } else if ( file_exists(DOKU_INC . 'inc/Extension/PluginController.php') ) {
53 if (!file_exists($tplDir)) { return; }
123 if (file_exists($PRELOADFILE)) {
193 … ($enabled == 1 && !file_exists(DOKU_PLUGIN . "$plugin/script.js") && !file_exists(DOKU_PLUGIN . "…
/plugin/siteexport/syntax/
H A Dtoc.php194 if (@file_exists($file)) {
/plugin/linkback/exe/
H A Dtrackback.php71 if (@ file_exists($file))
H A Dpingback.php91 if (@ file_exists($file))
/plugin/linkback/
H A Dtools.php159 if (@ file_exists($changelog) && (filectime($changelog) + 86400) < time() && !@ file_exists($changelog .
H A Dhelper.php105 if (!@ file_exists($conf['metadir'] . '/_linkbacks.changes')) {
194 $recent['exists'] = @ file_exists($recent['file']);
H A Dsyntax.php65 if (@ file_exists($file))
H A Dadmin.php104 if (!@file_exists($file)) continue; // skip if no comments file
172 if (!@file_exists($target['file'])) return false; // no discussion thread at all
/plugin/linkback/action/
H A Dreceive.php47 if (@ file_exists($file))
92 if (@ file_exists($file))
132 if (@ file_exists($file))
H A Dsend.php70 if (@ file_exists($file)) {
159 if (@ file_exists($file)) {
H A Ddisplay.php59 if (@ file_exists($file))
245 if (!@ file_exists($file))
285 if (@ file_exists($file))
323 if (@ file_exists($file))
355 if (@ file_exists($file))
/plugin/structpublish/_test/
H A Dgeneral.test.php43 if (file_exists($conf_file)) {
47 if (file_exists($meta_file)) {
/plugin/diagrams/action/
H A Dmediafile.php46 echo json_encode(file_exists($file));
69 file_exists($file) &&
95 if (!file_exists($file)) {
/plugin/diagrams/syntax/
H A Dmediafile.php170 if (file_exists($cachefile)) return $cachefile;
/plugin/openlayersmap/
H A DStaticMap.php205 if (file_exists($this->kmlFileName)) {
211 if (file_exists($this->gpxFileName)) {
217 if (file_exists($this->geojsonFileName)) {
267 return file_exists($filename);
298 if (file_exists($this->kmlFileName)) {
305 if (file_exists($this->gpxFileName)) {
312 if (file_exists($this->geojsonFileName)) {
460 if (file_exists($filename)) {
550 if (file_exists($markerBaseDir . '/' . $markerFilename)) {
556 if ($markerShadow && file_exists(
[all...]

12345678910>>...40