Home
last modified time | relevance | path

Searched refs:file_exists (Results 51 – 75 of 976) sorted by path

12345678910>>...40

/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php304 if (file_exists($file = __DIR__.'/Resources/unidata/'.$file.'.php')) {
/plugin/authimap2/
H A Dauth.php417 if(!file_exists($file)) return $users;
/plugin/authjoomla3/
H A Dauth.php31 || !file_exists($this->joinPaths($this->joomlaPath, 'configuration.php'))) {
/plugin/authldaplocal/
H A Dauth.php608 if(!file_exists($file)) return $users;
/plugin/authorstats/
H A Dhelper.php27 if (!file_exists($this->basedir)) {
34 return file_exists($this->basedir) ? true : false;
/plugin/authphpbb3/
H A Dauth.php522 … if (!@file_exists($this->_phpbb_conf['root_path'] . 'config.' . $this->_phpbb_conf['phpEx'])) {
/plugin/authplaincas/
H A Dauth.php22 if (file_exists($file)) {
582 if(!@file_exists($this->casuserfile)) return;
/plugin/authremoteuser/
H A Dauth.php352 if(!file_exists($config_cascade['plainauth.users']['default'])) return;
/plugin/authsaml/
H A Dsaml.php278 if(!@file_exists($this->saml_user_file))
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php120 if(!file_exists(DOKU_CONF . '/' . $this->getConf(self::CONF_AUTH_USERSFILE))) return;
708 if (! file_exists($path)) {
934 if (file_exists($logFile)) {
/plugin/authsmf20/
H A Dauth.php157 if (!file_exists($this->_smf_conf['path'] . '/SSI.php')) {
/plugin/authucenter/
H A Dauth.php26 if (!file_exists(DOKU_INC . 'api/uc.php')) {
30 if (!file_exists(DOKU_INC . 'conf/uc.auth.php') || $this->getConf('regenerateconfig')) {
37 …if (!file_exists(DOKU_INC . 'api/uc.php') || !is_dir(DOKU_INC . 'uc_client') || !file_exists(DOKU_…
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php114 if(!file_exists($cachepath)) {
/plugin/authvk/
H A Dauth.php355 if(!file_exists($config_cascade['plainauth.users']['default'])) return;
/plugin/authyubikey/
H A Dauth.php225 if(!@file_exists($config_cascade['plainauth.users']['default'])) return;
H A Dauth.php.org329 if(!file_exists($config_cascade['plainauth.users']['default'])) return;
/plugin/autlogin/
H A Daction.php223 if (file_exists(DOKU_PLUGIN.'/autlogin/settings/visit.php')) {
/plugin/autolink2/
H A Dadmin.php76 if (@file_exists(DOKU_PLUGIN.'autolink/data/links.php')) {
78 if (@file_exists($oldplugin)) {
H A Dhelper.php26 if (@file_exists($conf['indexdir'].'/page.idx')){ // new word length based index
29 if (!@file_exists($this->idx_dir.'/autolink.idx')) $this->_importOldAutolinkIndex('index');
33 if (!@file_exists($this->idx_dir.'/autolink.idx')) $this->_importOldAutolinkIndex('cache');
289 if (@file_exists($cache)) {
294 } else if (@file_exists($old)) {
300 if (@file_exists($old)) {
/plugin/autolink3/
H A Dajax.php40 if (@file_exists($conf['indexdir'].'/page.idx'))// new word length based index
/plugin/autolink4/
H A Dhelper.php41 if (file_exists(self::CONFIG_FILE)) {
57 if (!file_exists(self::CONFIG_FILE)) {
/plugin/autostartpage/
H A Daction.php39 if(@file_exists($templatefile)){
101 if(!@file_exists($file)){
104 $ok = @file_exists($file);
/plugin/autotranslation/
H A Daction.php240 if(file_exists(DOKU_INC . 'inc/lang/' . $lc . '/lang.php')) {
/plugin/autoviewer/
H A Dsyntax.php17 if(!file_exists(DOKU_PLUGIN.'cache/plugin_cache.php')){
/plugin/avatar/
H A Dhelper.php66 if(@file_exists($user_img)) {;
69 } elseif(@file_exists($name_img)) {

12345678910>>...40