Home
last modified time | relevance | path

Searched refs:file_exists (Results 51 – 75 of 976) sorted by last modified time

12345678910>>...40

/plugin/mikioplugin/
H A Daction.php80 if($conf['template'] === 'mikio' && file_exists(tpl_incdir() . 'template.info.txt')) {
H A Dcss.php44 if(strpos($cssFile, $baseDir) === 0 && file_exists($cssFile)) {
/plugin/aichat/vendor/composer/
H A DClassLoader.php506 if (file_exists($file = $dir . $pathEnd)) {
516 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
535 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
545 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/bez/action/
H A Dmigration.php146 if (!file_exists($bez_file)) {
H A Dbase.php47 if (!file_exists($file)) {
H A Ddefault.php224 if (file_exists($ctl)) {
/plugin/imagemapping/_test/
H A Dgeneral.test.php
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php16 if (@!file_exists($fileName)) {
/plugin/confmanager/action/
H A Dregisterconfig.php83 if (!@file_exists($fn)) {
/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/xlsx2dw/_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/dev/skel/_test/
H A DGeneralTest.php49 if (!file_exists($conf_file) && !file_exists($meta_file)) {
53 if (file_exists($conf_file)) {
56 if (file_exists($meta_file)) {
/plugin/dev/
H A DLangProcessor.php102 if (file_exists('./conf/metadata.php')) {
145 if (file_exists('admin.php')) {
H A DSkeletor.php70 if (file_exists($dir . '/plugin.info.txt')) {
72 } elseif (file_exists($dir . '/template.info.txt')) {
278 if (!file_exists($file)) {
H A Dcli.php179 if ($cache && file_exists($cachename)) {
212 if (file_exists($path)) {
230 if (!file_exists($file)) return;
362 return !file_exists($item);
/plugin/structtasks/_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)) {
H A DStructtasksTest.php26 if (!file_exists($file)) {
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php235 if (file_exists($filename)) {
H A Dbibtexrender.php321 if (file_exists($pdffilename)) {
/plugin/imapmarkers/_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/recommend/helper/
H A Dlog.php12 if (!file_exists($this->path)) {
/plugin/translation/_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/translation/
H A Daction.php142 if (file_exists(DOKU_INC . 'inc/lang/' . $locale . '/lang.php')) {
/plugin/bureaucracy/helper/
H A Dactiontemplate.php140 if(file_exists($path.'/_template.txt')) {
146 if(file_exists($path.'/__template.txt')) {
H A Dactionscript.php25 if (!file_exists($path)) {

12345678910>>...40