Home
last modified time | relevance | path

Searched refs:dirname (Results 26 – 50 of 58) sorted by path

123

/dokuwiki/lib/exe/
H A Ddetail.php
H A Dfetch.php
H A Djquery.php
H A Djs.php196 if ($ifile[0] != '/') $ifile = dirname($file) . '/' . $ifile;
H A Dmediamanager.php
H A Dopensearch.php
/dokuwiki/lib/plugins/acl/
H A Dadmin.php239 $ns = dirname(str_replace(':', '/', $ID));
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php49 require_once(dirname(__FILE__) . '/collections/adLDAPCollection.php');
50 require_once(dirname(__FILE__) . '/classes/adLDAPGroups.php');
51 require_once(dirname(__FILE__) . '/classes/adLDAPUsers.php');
52 require_once(dirname(__FILE__) . '/classes/adLDAPFolders.php');
53 require_once(dirname(__FILE__) . '/classes/adLDAPUtils.php');
54 require_once(dirname(__FILE__) . '/classes/adLDAPContacts.php');
55 require_once(dirname(__FILE__) . '/classes/adLDAPExchange.php');
56 require_once(dirname(__FILE__) . '/classes/adLDAPComputers.php');
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPComputers.php37 require_once(dirname(__FILE__) . '/../adLDAP.php');
38 require_once(dirname(__FILE__) . '/../collections/adLDAPComputerCollection.php');
H A DadLDAPContacts.php38 require_once(dirname(__FILE__) . '/../adLDAP.php');
39 require_once(dirname(__FILE__) . '/../collections/adLDAPContactCollection.php');
H A DadLDAPExchange.php37 require_once(dirname(__FILE__) . '/../adLDAP.php');
H A DadLDAPFolders.php37 require_once(dirname(__FILE__) . '/../adLDAP.php');
H A DadLDAPGroups.php37 require_once(dirname(__FILE__) . '/../adLDAP.php');
38 require_once(dirname(__FILE__) . '/../collections/adLDAPGroupCollection.php');
H A DadLDAPUsers.php37 require_once(dirname(__FILE__) . '/../adLDAP.php');
38 require_once(dirname(__FILE__) . '/../collections/adLDAPUserCollection.php');
H A DadLDAPUtils.php37 require_once(dirname(__FILE__) . '/../adLDAP.php');
/dokuwiki/lib/plugins/config/core/
H A DWriter.php107 if (!is_writable(dirname($this->savefile))) return true;
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php44 $this->tpllib = dirname(tpl_incdir()) . '/';
/dokuwiki/lib/plugins/styling/
H A Dpopup.php
/dokuwiki/lib/tpl/
H A Dindex.php
/dokuwiki/vendor/composer/
H A Dautoload_classmap.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_files.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_namespaces.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_psr4.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_real.php28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php48 define('GESHI_ROOT', dirname(__FILE__) . DIRECTORY_SEPARATOR);

123