Home
last modified time | relevance | path

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

123

/dokuwiki/inc/
H A Dfarm.php
H A DStyleUtils.php96 $incbase = dirname($inifile) . '/';
H A Dio.php497 $tmp = dirname($file = call_user_func($types[$ns_type], $ns));
505 $tmp = dirname(call_user_func($types[$ns_type], $ns));
526 $dir = dirname($file);
H A Dinfoutils.php295 } elseif (!file_exists($INFO['filepath']) && is_writable(dirname($INFO['filepath']))) {
H A Dhtml.php759 echo dirname($_SERVER['PHP_SELF']) . '/';
/dokuwiki/lib/exe/
H A Dfetch.php
H A Dmediamanager.php
H A Djs.php196 if ($ifile[0] != '/') $ifile = dirname($file) . '/' . $ifile;
H A Dcss.php475 $this->relative_path = preg_replace($regex, '', dirname($this->filepath));
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPContacts.php38 require_once(dirname(__FILE__) . '/../adLDAP.php');
39 require_once(dirname(__FILE__) . '/../collections/adLDAPContactCollection.php');
H A DadLDAPFolders.php37 require_once(dirname(__FILE__) . '/../adLDAP.php');
H A DadLDAPUtils.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 DadLDAPExchange.php37 require_once(dirname(__FILE__) . '/../adLDAP.php');
/dokuwiki/inc/Sitemap/
H A DMapper.php45 } elseif (!is_writable(dirname($sitemap))) {
/dokuwiki/
H A Ddoku.php
H A Dinstall.php
H A Dfeed.php
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php2086 $root = dirname(__FILE__, 2);
2101 } elseif (file_exists(dirname(__FILE__) . '/Core.php')) {
2102 static::$SIMPLEPIE_BUILD = filemtime(dirname(__FILE__) . '/Core.php');
/dokuwiki/bin/
H A Dgittool.php296 $data = array_map('fullpath', array_map('dirname', $data));
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php187 $directory = ($fileinfo->getIsdir()) ? $output : dirname($output);
537 $dir = dirname($name);
H A DZip.php170 $directory = ($header['folder']) ? $output : dirname($output);
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php98 $this->NP = unserialize(file_get_contents(dirname(__FILE__).'/npdata.ser'));
100 $this->NP = unserialize(join('', file(dirname(__FILE__).'/npdata.ser')));
/dokuwiki/lib/plugins/acl/
H A Dadmin.php239 $ns = dirname(str_replace(':', '/', $ID));

123