Home
last modified time | relevance | path

Searched refs:file_exists (Results 76 – 100 of 976) sorted by path

12345678910>>...40

/plugin/backup/
H A Dadmin.php236 if (file_exists($this->prefFile)) {
398 if (file_exists(DOKU_INC . 'inc/preload.php')) {
/plugin/badbehaviour/
H A Dadmin.php166 if (!@file_exists($file)) return $data;
/plugin/barcode/
H A Dsyntax.php88 if (!file_exists($fn)) $fn = DOKU_PLUGIN_BARCODE . 'footer.txt';
/plugin/barcodes/vendor/composer/
H A DClassLoader.php511 if (file_exists($file = $dir . $pathEnd)) {
521 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
540 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
550 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/bashorg/
H A Dbash.org.php2 if (!file_exists("quote_cache.txt"))
19 if (file_exists("quote_cache.txt"))
/plugin/batchedit/
H A Dengine.php1123 if (!@file_exists($conf['indexdir'] . '/page.idx')) {
1214 return file_exists(BatcheditSessionCache::getFileName($this->session->getId(), 'cancel'));
/plugin/bez/action/
H A Dbase.php47 if (!file_exists($file)) {
H A Ddefault.php224 if (file_exists($ctl)) {
H A Dmigration.php146 if (!file_exists($bez_file)) {
/plugin/bible/
H A Dsyntax.php114 if(!file_exists($filename)){
/plugin/bibtex/OSBib/
H A DLOADSTYLE.php43 && file_exists($stylesDir . '/' . $dir . "/" . $fileName))
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php105 $styleFile = file_exists($uc) ? $uc : $lc;
/plugin/bibtex/
H A Dsyntax.php410 if(@file_exists(DOKU_INC.'lib/images/fileicons/'.$ext.'.png')){
412 }elseif(@file_exists(DOKU_INC.'lib/images/fileicons/'.$ext.'.gif')){
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php235 if (file_exists($filename)) {
H A Dbibtexrender.php321 if (file_exists($pdffilename)) {
/plugin/blog/
H A Daction.php98 if (!@file_exists($INFO['filepath'])) {
154 if ((@file_exists(DOKU_PLUGIN.'tag/syntax/tag.php'))
162 if ((@file_exists(DOKU_PLUGIN.'discussion/syntax/comments.php'))
170 if ((@file_exists(DOKU_PLUGIN.'linkback/syntax.php'))
H A Dhelper.php66 if (!@file_exists($file)) continue; // skip deleted
/plugin/blogtng/helper/
H A Dtools.php76 if (file_exists($fname)) {
/plugin/bookcreator/_test/
H A DGeneralTest.php43 if (file_exists($conf_file)) {
47 if (file_exists($meta_file)) {
/plugin/bookcreator/action/
H A Dhandleselection.php213 if(!file_exists(wikiFN($pageid))){
241 if(!file_exists(wikiFN($pageid))) {
/plugin/bookcreator/syntax/
H A Dbookmanager.php241 if(file_exists(DOKU_PLUGIN."text/renderer.php") && !plugin_isdisabled("text")) {
244 if(file_exists(DOKU_PLUGIN."odt/action/export.php") && !plugin_isdisabled("odt")) {
248 if(file_exists(DOKU_PLUGIN."dw2pdf/action.php") && !plugin_isdisabled("dw2pdf")) {
/plugin/booking/_test/
H A Dgeneral.test.php43 if (file_exists($conf_file)) {
47 if (file_exists($meta_file)) {
/plugin/booking/
H A Dhelper.php45 if (!file_exists($file)) return [];
145 if (!file_exists($file)) return false;
/plugin/bookmarkme/
H A Daction.php168 if (@file_exists(dirname(__FILE__)."/bookmark.ini")) {
198 if (in_array($k,$be) && file_exists($ip.$i)) {
/plugin/bootswrapper/exe/
H A Dhelp.php20 if (file_exists(dirname(__FILE__) . '/../doku_inc.php')) {
26 if (!defined('DOKU_INC') && @file_exists("$dir/inc/init.php")) {
32 if (!file_exists(DOKU_INC)) {
54 if (file_exists($help_file)) {

12345678910>>...40