Home
last modified time | relevance | path

Searched refs:dirname (Results 251 – 275 of 1489) sorted by last modified time

1...<<11121314151617181920>>...60

/plugin/epub/scripts/
H A Dupdate_files.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../').'/');
4 if(!defined('EPUB_DIR')) define('EPUB_DIR',realpath(dirname(__FILE__).'/../').'/');
/plugin/sectiontoggle/
H A Dsyntax.php6 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/bootswrapper/exe/
H A Dhelp.php15 realpath(dirname(__FILE__) . '/../../../../'), # Default DokuWiki path
20 if (file_exists(dirname(__FILE__) . '/../doku_inc.php')) {
21 require_once dirname(__FILE__) . '/../doku_inc.php';
52 $help_file = dirname(__FILE__) . '/help/' . $syntax . '.txt';
H A Dpopup.php15 realpath(dirname(__FILE__) . '/../../../../'), # Default DokuWiki path
20 if (file_exists(dirname(__FILE__) . '/../doku_inc.php')) {
21 require_once dirname(__FILE__) . '/../doku_inc.php';
61 foreach (scandir(dirname(__FILE__) . '/../syntax/') as $file) {
138 <?php if (file_exists(dirname(__FILE__) . '/help/' . $tag . '.txt')): ?>
/plugin/discussion/
H A Dconvert.php9 define('DOKU_INC', realpath(dirname(__FILE__).'/../../../').'/');
15 if (@file_exists(dirname(__FILE__).'/convert_completed'))
36 io_saveFile(dirname(__FILE__).'/convert_completed', '');
/plugin/nodisp/syntax/
H A Dstack.php3 require_once(dirname(__FILE__).'/basic.php');
H A Dnormal.php3 require_once(dirname(__FILE__).'/basic.php');
/plugin/evesso/phpoauthlib/src/OAuth/
H A Dbootstrap.php11 $autoloader = new Common\AutoLoader(__NAMESPACE__, dirname(__DIR__));
/plugin/sync/
H A Ddiff.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
15 require_once(dirname(__FILE__).'/admin.php');
/plugin/wrap/
H A Dhelper.php
/plugin/avbarchart/
H A Dsyntax.php17 define('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');
/plugin/avtaskbox/
H A Dsyntax.php21 define('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');
118 $path = rtrim(dirname($_SERVER['PHP_SELF']), "/");
/plugin/davcal/vendor/sabre/uri/
H A DREADME.md17 5. `split` to easily get the 'dirname' and 'basename' of a URL without all the
/plugin/davcal/
H A Dics.php7 if(!defined('DOKU_INC')) define('DOKU_INC', dirname(__FILE__).'/../../../');
H A Dcalendarserver.php10 if(!defined('DOKU_INC')) define('DOKU_INC', dirname(__FILE__).'/../../../');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php599 $this->server->tree->getNodeForPath(dirname($this->calendarObjectUri)),
/plugin/davcal/vendor/composer/
H A Dautoload_psr4.php5 $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir);
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);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dsabredav2 php -S 0.0.0.0:8080 `dirname $0`/sabredav.php
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DIssue153Test.php9 $obj = Reader::read(file_get_contents(dirname(__FILE__) . '/issue153.vcf'));
H A DIssue64Test.php9 $vcard = Reader::read(file_get_contents(dirname(__FILE__) . '/issue64.vcf'));
/plugin/davcal/vendor/sabre/dav/tests/
H A Dbootstrap.php15 'SABRE_TEMPDIR' => dirname(__FILE__) . '/temp/',
/plugin/spreadout/
H A Dsyntax.php5 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');

1...<<11121314151617181920>>...60