Home
last modified time | relevance | path

Searched refs:file_exists (Results 376 – 400 of 976) sorted by relevance

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

/plugin/templateconfhelper/inc/
H A Dconfutils.php28 if( file_exists( $path.$file ) && !in_array( $path.$file, get_included_files( ))) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Duseheading.php11 if(file_exists($meta_file) && is_readable ($meta_file)){
/plugin/projects/plugins/target/
H A Dmedia.php16 return file_exists(mediaFN($project->name() . ':' . $file->name()));
/plugin/docsearch/action/
H A Dconfmanager.php18 if(!@file_exists($fn)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontFileFinder.php28 if (file_exists($filename)) {
/plugin/components/ajax/
H A Dexample.php41 if (!file_exists(wikiFN($id)))
/plugin/achart/
H A Daction.php38 …if( file_exists( $filename ) == true ){$localization = $conf['lang'];} else {$localization = "en";}
/plugin/visrep/
H A Dsyntax.php145 if (!file_exists($cache)) {
158 if(!file_exists($cache)) return false;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DFacade.php104 if (!file_exists($target . $id)) {
113 if (!file_exists($dir)) {
/plugin/dev/
H A DLangProcessor.php102 if (file_exists('./conf/metadata.php')) {
145 if (file_exists('admin.php')) {
/plugin/remotescript/
H A Drs.php31 …if (!@file_exists(DOKU_PLUGIN.$_REQUEST['callback']."/".$_REQUEST['callback'].".php")) die ('Canno…
/plugin/authfacebook/lib/
H A Dautoload.php78 if (file_exists($file)) {
/plugin/codebutton2/
H A Daction.php20 if (file_exists(DOKU_PLUGIN . "codebutton2/config.ini")) {
/plugin/move/helper/
H A Dplan.php122 if(file_exists($file)) {
422 if(@file_exists($this->files['pagelist'])) {
434 if(@file_exists($this->files['medialist'])) {
446 if(@file_exists($this->files['affected'])) {
770 if (!@file_exists($fn)){
787 if(!file_exists(mediaFN($page))){
/plugin/odp/
H A Daction.php34 if (file_exists($template_path)) {
/plugin/davcal/vendor/sabre/dav/bin/
H A Dsabredav.php36 if (file_exists($path)) {
/plugin/combo/vendor/symfony/yaml/Resources/bin/
H A Dyaml-lint28 return file_exists($file) && include $file;
/plugin/sviewer/
H A Dsyntax.php17 if(!file_exists(DOKU_PLUGIN.'cache/plugin_cache.php')){
/plugin/dwcommits/conf/
H A Dmetadata.php8 if(file_exists(DOKU_PLUGIN . 'dwcommits/conf/default.local.ini')) {
/plugin/autoviewer/
H A Dsyntax.php17 if(!file_exists(DOKU_PLUGIN.'cache/plugin_cache.php')){
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DProductionFilesystemLoader.php80 if (!file_exists($fileName)) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DPDOSqliteTest.php15 if (file_exists(SABRE_TEMPDIR . '/testdb.sqlite'))
/plugin/bibtex/OSBib/
H A DLOADSTYLE.php43 && file_exists($stylesDir . '/' . $dir . "/" . $fileName))
/plugin/vbsso/
H A Dvbsso.php33 if (file_exists(DIR . 'config.custom.php')) {
/plugin/davcal/vendor/sabre/http/examples/
H A Dbasicauth.php28 if (file_exists($path)) {

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