Home
last modified time | relevance | path

Searched refs:dirname (Results 51 – 75 of 1489) sorted by path

12345678910>>...60

/plugin/authgoogle/google/io/
H A DGoogle_HttpStreamIO.php100 $requestSslContext["cafile"] = dirname(__FILE__) . '/cacerts.pem';
/plugin/authgoogle2fa/
H A Dauth.php5 require_once(dirname(__FILE__).'/GoogleAuthenticator.php');
/plugin/authgooglesheets/vendor/composer/
H A Dautoload_classmap.php5 $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir);
H A Dautoload_files.php5 $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir);
H A Dautoload_namespaces.php5 $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir);
H A Dautoload_psr4.php5 $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir);
H A Dautoload_real.php28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
/plugin/authgooglesheets/vendor/google/auth/
H A Dautoload.php28 $filePath = dirname(__FILE__) . '/src/' . implode('/', $classPath) . '.php';
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php383 } elseif (!is_dir(dirname($sink))) {
387 dirname($sink),
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php192 return dirname($stream);
196 return dirname(substr($stream, 7));
/plugin/authgooglesheets/vendor/paragonie/random_compat/
H A Dbuild-phar.sh3 basedir=$( dirname $( readlink -f ${BASH_SOURCE[0]} ) )
/plugin/authgooglesheets/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php2 $dist = dirname(__DIR__).'/dist';
15 dirname(__DIR__).'/lib/random.php',
16 dirname(__DIR__).'/lib/index.php'
18 $phar->buildFromDirectory(dirname(__DIR__).'/lib');
20 dirname(__DIR__).'/lib/index.php',
21 dirname(__DIR__).'/lib/random.php'
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php505 self::$configFile = dirname(__FILE__) . '/../openssl.cnf';
/plugin/authorstats/
H A Dhelper.php74 foreach (glob(dirname($pattern) . "/*", GLOB_ONLYDIR | GLOB_NOSORT) as $dir) {
/plugin/authsmartcard/auth/
H A Dindex.php9 if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../../../');
/plugin/authucenter/
H A Dauth.php11 if(!defined('DOKU_PLUGIN_AUTHUCENTER_INC')) define('DOKU_PLUGIN_AUTHUCENTER_INC', dirname(__FILE__)…
/plugin/authucenter/lib/api/
H A Duc.php37 define('DOKU_ROOT', dirname(dirname(__FILE__)).'/');
/plugin/autlogin/
H A Dadmin.php1626 $ns = dirname(str_replace(':','/',$ID));
H A Dajax.php14 if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../../');
/plugin/autogallery/
H A Daction.php55 if (!is_dir(dirname(wikiFN("wiki:dummy.txt")))) {
56 $inidir= dirname(wikiFN("wiki:dummy.txt"));
61 if (!is_dir(dirname(wikiFN("wiki:bilder:dummy.txt")))) {
62 $inidir=dirname(wikiFN("wiki:bilder:dummy.txt"));
67 if (!is_file(str_replace("/","\\",dirname(wikiFN("wiki:bilder:dummy"))."\\index.txt"))) {
68 $inidir=dirname(wikiFN("wiki:bilder:dummy.txt"));
71 msg(str_replace("/","\\",dirname(wikiFN("wiki:bilder:dummy"))."\\index.txt"));
79 $imggal = dirname(wikiFN("wiki:bilder:" . $tstamp . ":123"));
85 $imgbase = dirname(wikiFN("wiki:bilder:" . $tstamp . ":" . $tstamp . ":123"));
132 $indexbase = dirname(wikiFN("wiki:bilder:index"));
/plugin/autolink2/
H A Daction.php18 return confToHash(dirname(__FILE__).'/plugin.info.txt');
H A Dadmin.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
34 return confToHash(dirname(__FILE__).'/plugin.info.txt');
H A Dhelper.php51 return confToHash(dirname(__FILE__).'/plugin.info.txt');
/plugin/autolink2/syntax/
H A Dadd.php14 define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
32 return confToHash(dirname(__FILE__).'/../plugin.info.txt');
H A Dshow.php12 define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
30 return confToHash(dirname(__FILE__).'/../plugin.info.txt');

12345678910>>...60