Home
last modified time | relevance | path

Searched refs:file_exists (Results 151 – 175 of 976) sorted by path

12345678910>>...40

/plugin/ckgedit/scripts/
H A Dcss6.php237 if(file_exists($ini)){
255 if(file_exists($ini)){
310 if(@file_exists(DOKU_INC.'lib/images/interwiki/'.$iw.'.png')){
314 }elseif(@file_exists(DOKU_INC.'lib/images/interwiki/'.$iw.'.gif')){
392 if (!file_exists($this->filepath)) return '';
H A Ddraft_delete.php13 if(file_exists($cname)) {
15 if(file_exists($ckgedit_cname)) {
/plugin/cleanoldips/_test/
H A Dgeneral.test.php44 if (file_exists($conf_file)) {
48 if (file_exists($meta_file)) {
/plugin/cleanoldips/
H A Daction.php42 if (!file_exists($changelogFN)) {
46 if (file_exists($cacheFile) && (time() - filemtime($cacheFile) < self::SECONDS_IN_A_DAY)) {
80 if (!file_exists($changelogFN)) {
96 if (!file_exists($changelogFN)) {
169 if ($create && !file_exists($cacheFN)) {
/plugin/cleanup/
H A Dhelper.php195 if(file_exists(mediaFN($id))) return false;
242 if(file_exists(mediaFN($id))) return false;
/plugin/cloud/
H A Dsyntax.php177 if (@file_exists($swfile)) $stopwords = file($swfile, FILE_IGNORE_NEW_LINES);
182 …if (@file_exists($swfile)) $stopwords = array_merge($stopwords, file($swfile, FILE_IGNORE_NEW_LINE…
234 if (@file_exists($conf['indexdir'].'/page.idx')) { // new word-length based index
/plugin/cnmap/_test/
H A Dgeneral.test.php43 if (file_exists($conf_file)) {
47 if (file_exists($meta_file)) {
/plugin/code2/
H A Dsyntax.php303 if (@file_exists(DOKU_INC . 'lib/exe/js.php')) {
316 if (file_exists($localdir . 'style.css')) {
329 $js = (file_exists($localdir . 'script.js'))
/plugin/codebutton2/
H A Daction.php20 if (file_exists(DOKU_PLUGIN . "codebutton2/config.ini")) {
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …me filegroup fileinode filemtime fileowner fileperms filesize filetype file_exists is_writable is_…
/plugin/combo/ComboStrap/
H A DCacheResults.php66 if (file_exists($cacheStore->cache)) {
H A DFetcherMarkup.php487 if (file_exists($snippetCacheFile)) {
H A DFile.php62 return file_exists($this->path);
H A DInterWiki.php255 if (file_exists(DOKU_INC . $file)) {
H A DLocalFileSystem.php30 return file_exists($path->toAbsolutePath()->toAbsoluteId());
H A DSite.php324 if (file_exists($svgLogoFN)) {
374 if (file_exists($svgLogoFN)) {
H A DSqlite.php220 if (file_exists($oldDbFile) || file_exists($oldDbFileSqlite3)) {
239 if (file_exists($dbFile)) {
343 if (!file_exists($dbFile)) {
H A DWikiPath.php1200 if (file_exists($filePathString . '.gz')) {
1202 } elseif (file_exists($filePathString . '.bz2')) {
/plugin/combo/action/
H A Dcacheexpiration.php82 if (file_exists($data->cache)) {
H A Dmanifest.php54 if (file_exists($mediaFile)) {
/plugin/combo/vendor/composer/
H A DClassLoader.php418 if (file_exists($file = $dir . $pathEnd)) {
428 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
447 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
457 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php6 if (file_exists($dist.'/random_compat.phar')) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php238 if (file_exists($temp_dir)) {
278 if (file_exists($xpi)) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php521 if (!file_exists($directoryPath)) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DDisk.php82 return (file_exists($path)) ?

12345678910>>...40