Home
last modified time | relevance | path

Searched refs:file_exists (Results 251 – 275 of 976) sorted by relevance

1...<<11121314151617181920>>...40

/plugin/quickstats/scripts/
H A Dget_geocity2.php30 if(!file_exists($this->tempdir . '/tmp')) {
92 if(file_exists($tar)){
139 if(file_exists($geo_dir_name )) {
/plugin/mdpage/vendor/composer/
H A DClassLoader.php384 if (file_exists($file = $dir . $pathEnd)) {
394 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
413 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
423 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/findologicxmlexport/vendor/composer/
H A DClassLoader.php384 if (file_exists($file = $dir . $pathEnd)) {
394 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
413 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
423 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/webdav/vendor/composer/
H A DClassLoader.php384 if (file_exists($file = $dir . $pathEnd)) {
394 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
413 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
423 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/vbsso/vendor/composer/
H A DClassLoader.php384 … if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) {
394 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
413 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
423 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/snap/
H A Dhelper.php115 if (!file_exists($this->outputPath.".")) mkdir($this->outputPath);
196 … if (file_exists($imagePath)) list($imLarg, $imHaut, $imType, $imAttr) = getimagesize($imagePath);
201 !file_exists($imagePath) ||
260 if (!file_exists($imagePath)) {
/plugin/icalevents/vendor/composer/
H A DClassLoader.php384 … if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) {
394 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
413 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
423 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/jplayer/vendor/composer/
H A DClassLoader.php384 if (file_exists($file = $dir . $pathEnd)) {
394 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
413 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
423 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/quickstats/GEOIP/vendor/composer/
H A DClassLoader.php384 if (file_exists($file = $dir . $pathEnd)) {
394 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
413 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
423 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/elasticsearch/action/
H A Dindexing.php101 if (!file_exists($dataFile) || isHiddenPage($id)) {
103 if (file_exists($indexStateFile)) {
115 if (file_exists($indexStateFile)) {
118 (!file_exists($refreshStateFile) || filemtime($indexStateFile) > filemtime($refreshStateFile))
/plugin/avatar/
H A Dhelper.php66 if(@file_exists($user_img)) {;
69 } elseif(@file_exists($name_img)) {
/plugin/mp3play/
H A Dsyntax.php48 if(file_exists(mediaFN($mp3))) {
91 if(@file_exists($color_cfg)) {
/plugin/noticeboard/classes/
H A DNotice.php138 if (!@file_exists($file)){
142 if (@file_exists($file)) {
/plugin/noticeboard/noticeboard/classes/
H A DNotice.php138 if (!@file_exists($file)){
142 if (@file_exists($file)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php30 if (!file_exists($basePath)) {
67 return file_exists($this->getFilePath($filename));
/plugin/dw2pdf/
H A Daction.php172 if (!file_exists($filename)) {
239 if (file_exists(wikiFN(rtrim($pdfnamespace, ':')))) {
383 if (!file_exists($file)) {
632 if (file_exists($file)) {
673 if (file_exists($coverfile)) {
682 if (file_exists($backfile)) {
691 if (file_exists($citationfile)) {
845 if (file_exists(DOKU_PLUGIN . "$p/pdf.css") || file_exists(DOKU_PLUGIN . "$p/pdf.less")) {
865 if (file_exists(tpl_incdi
[all...]
/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...]
/plugin/eventum/
H A Dsyntax.php13 if (file_exists($autoload = __DIR__. '/vendor/autoload.php')) {
82 if ($data === null && !file_exists($cachefile)) {
88 if (file_exists($cachefile)) {
/plugin/flexpaper/
H A Dsyntax.php72 if(!file_exists(mediaFN($file))) {
97 if(!file_exists(mediaFN($swf))) {
132 if(file_exists(mediaFN($foobar))) {
/plugin/usersubscriptions/
H A Dsyntax.php103 if(@file_exists($file)) {
122 … $status = io_saveFile($file, $INFO['client']."\n", @file_exists($file)) ? 'success' : 'failure';
156 …if(file_exists(DOKU_TPLINC.'usersubscriptions.tpl.php')) include DOKU_TPLINC.'usersubscriptions.tp…
/plugin/tiledblog/
H A Dsyntax.php77 if (file_exists ($filename) &&
102 if (file_exists ($filename) &&
152 if (!@file_exists($file))
/plugin/sectiontoggle/
H A Daction.php98 if(file_exists($alt_template_dir)) {
152 if(file_exists($tpl_ini)) {
154 if(file_exists($tpl_ini_local)) {
/plugin/discussion/
H A Dhelper.php117 if (!@file_exists($file)) continue; // skip if no comments file
170 if (!@file_exists($conf['metadir'].'/_comments.changes')) return $result;
244 $recent['exists'] = @file_exists($recent['file']);
/plugin/dev/
H A DSkeletor.php70 if (file_exists($dir . '/plugin.info.txt')) {
72 } elseif (file_exists($dir . '/template.info.txt')) {
278 if (!file_exists($file)) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.joinmp3.php46 …if ((file_exists($FilenameOut) && !is_writeable($FilenameOut)) || (!file_exists($FilenameOut) && !…

1...<<11121314151617181920>>...40