Home
last modified time | relevance | path

Searched refs:dirname (Results 601 – 625 of 1489) sorted by relevance

1...<<21222324252627282930>>...60

/plugin/recaptcha2/
H A Dhelper.php11 require_once(dirname(__FILE__).'/lib/autoload.php');
/plugin/vbsso/
H A Dvbsso.php17 define('DIR', dirname(__FILE__) . '/');
/plugin/wikistats/
H A Dhelper.php38 return confToHash(dirname(__FILE__).'/plugin.info.txt');
/plugin/prettyphoto/
H A Daction.php41 if (is_readable(dirname(__FILE__).'/prettyphoto.conf.js')) {
/plugin/freechat/phpfreechat/src/commands/
H A Dredirect.class.php3 require_once(dirname(__FILE__)."/../pfccommand.class.php");
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.pipeline.default.php3 require_once(dirname(__FILE__).'/../config.inc.php');
/plugin/htmlokalt/syntax/
H A Dhtml.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/confightmlok/syntax/
H A Dhtml.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/mikioplugin/syntax/
H A Dbuttongroup.php11 require_once(dirname(__FILE__).'/core.php');
H A Dcardbody.php13 require_once dirname(__FILE__).'/core.php';
H A Dlistgroup.php11 require_once(dirname(__FILE__).'/core.php');
/plugin/siteexport/_test/
H A Dplugin_siteexport_javascript.test.php13 $dir = dirname(__FILE__) . '/phantomjs/';
/plugin/spellcheck/
H A Dspellcheck.php49 if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../../');
53 require_once (dirname(__FILE__).'/aspell.php');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Din.test77 …'], 'dir_object' => new \SplFileInfo(dirname(__FILE__)), 'object' => new \stdClass(), 'resource' =…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php134 if (!is_dir(dirname($target))) {
135 mkdir(dirname($target), 0777, true);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php192 return dirname($stream);
196 return dirname(substr($stream, 7));
/plugin/projects/lib/
H A Dproject.php8 require_once(dirname(__FILE__).'/../conf.php');
9 require_once(dirname(__FILE__).'/project_file.php');
10 require_once(dirname(__FILE__).'/maker.php');
11 require_once(dirname(__FILE__).'/mutex.php');
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcodeFactory.php323 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
394 … $savePath = dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'tmp'.DIRECTORY_SEPARATOR.$this->file;
/plugin/socialmark/
H A Dsyntax.php3 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/distribute/syntax/
H A Dsyntax.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/shortcut/syntax/
H A Danchor.php15 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dshortcut.php17 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/swiftmail/Swift/Cache/
H A DJointOutputStream.php11 require_once dirname(__FILE__) . "/../ClassLoader.php";
/plugin/swiftmail/Swift/Log/
H A DDefaultLog.php12 require_once dirname(__FILE__) . "/../ClassLoader.php";
/plugin/offline/
H A Dsyntax.php24 return confToHash(dirname(__FILE__).'/info.txt');

1...<<21222324252627282930>>...60