Home
last modified time | relevance | path

Searched refs:file_exists (Results 401 – 425 of 976) sorted by relevance

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

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php100 if ( !file_exists( $sParent ) )
112 if ( !file_exists( $folderPath ) )
/plugin/pagetemplate/
H A Dsyntax.php230 if(!@file_exists($file)){
298 if (@file_exists($path.'default.php')) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsTest.php19 if (file_exists(SABRE_TEMPDIR.'../.sabredav')) unlink(SABRE_TEMPDIR.'../.sabredav');
31 if (file_exists(SABRE_TEMPDIR.'../.locksdb')) unlink(SABRE_TEMPDIR.'../.locksdb');
/plugin/linkback/
H A Dtools.php159 if (@ file_exists($changelog) && (filectime($changelog) + 86400) < time() && !@ file_exists($changelog .
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak40 …if(@file_exists($farmconf['farmer'].'lib/plugins/farm/installed')) $file = $farmconf['farmer'].'li…
41 if(@file_exists('./lib/plugins/farm/installed')) $file = './lib/plugins/farm/installed';
51 if(!@file_exists('config.php')) {
52 if(!@file_exists('./lib/plugins/farm/config.php')) die('Cannot load config');
/plugin/archivegenerator/
H A Dadmin.php438 if (!file_exists($fullArchiveFN) && !file_exists($updateArchiveFN)) return;
442 if (file_exists($fullArchiveFN)) {
452 if (file_exists($updateArchiveFN)) {
/plugin/idcount/
H A Daction.php25 if (file_exists(DOKU_INC.'data/meta/idcount.txt')) {
/plugin/freechat/phpfreechat/misc/
H A Dcreatewebinstaller.php6 if (!file_exists($pfcpath)) die("Dont find the directory $pfcpath");
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DFileTest.php9 if (file_exists(SABRE_TEMPDIR . '/filebackend')) unlink(SABRE_TEMPDIR .'/filebackend');
/plugin/mathpublish/
H A Dimg.php13 if(!file_exists($cache)) _fail();
/plugin/displaywikipage/
H A Dcode.php24 if (@file_exists(wikiFN($wikipagename)) && $perm >= AUTH_READ) {
/plugin/publish/action/
H A Dremoveattic.php43 if (file_exists($fn)) {
/plugin/structtasks/_test/
H A DStructtasksTest.php26 if (!file_exists($file)) {
/plugin/freechat/phpfreechat/src/
H A Dpfctemplate.class.php47 if (!file_exists($this->tpl_filename))
/plugin/davcal/vendor/sabre/http/examples/
H A Dreverseproxy.php26 if (file_exists($path)) {
/plugin/odt/action/
H A Dcache.php50 if(file_exists($template_path)) {
/plugin/combo/action/
H A Dmanifest.php54 if (file_exists($mediaFile)) {
/plugin/recommend/helper/
H A Dlog.php12 if (!file_exists($this->path)) {
/plugin/dokugource/
H A Dadmin.php64 if(array_key_exists('download', $_GET)) if(@file_exists($conf['metadir'].'gource.log')) {
172 …if(@file_exists($conf['metadir'].'gource.log')) ptln('<a href="?do=admin&amp;page=dokugource&amp;d…
/plugin/removeold/
H A Dadmin.php165 if(file_exists(DOKU_INC.$file)===true) {
221 if (file_exists($path)) {
/plugin/loadskin/
H A Daction.php183 if(@file_exists($config)) {
217 if(@file_exists($userConf)) {
/plugin/templateconfhelper/exe/
H A Dcss.php53 if( @file_exists( $ini )) {
193 $tmp = (@file_exists($ini)) ? parse_ini_file($ini, true) : array();
/plugin/hyphenation/phpHyphenation/
H A Dhyphenation.php54 …if(file_exists($GLOBALS["path_to_patterns"] . $GLOBALS["language"] . ".php")) { include($GLOBALS["…
57file_exists($GLOBALS["dictionary"]) ? $GLOBALS["dictionary"] = file($GLOBALS["dictionary"]) : $GLO…
/plugin/geourl/
H A Dcode.php22 if(file_exists($gu_file))
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DTestUtil.php18 if (file_exists(SABRE_TEMPDIR . '/testdb.sqlite'))

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