Home
last modified time | relevance | path

Searched refs:dirname (Results 201 – 225 of 1489) sorted by relevance

12345678910>>...60

/plugin/barcodes/vendor/jucksearm/php-barcode/tests/
H A DDatamatrixTest.php12 $this->tmpDir = dirname(dirname(__FILE__)).'/tmp';
H A DPDF417Test.php12 $this->tmpDir = dirname(dirname(__FILE__)).'/tmp';
H A DQRcodeTest.php12 $this->tmpDir = dirname(dirname(__FILE__)).'/tmp';
H A DBarcodeTest.php12 $this->tmpDir = dirname(dirname(__FILE__)).'/tmp';
/plugin/siteexport/exe/
H A Dsiteexportmanager.php12 define('DOKU_INC',dirname(__FILE__).'/../../../../');
25 …$path = str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, dirname(parse_url($_SERVER['REQUEST_URI…
/plugin/jplayer/vendor/symfony/process/Tests/
H A DExecutableFinderTest.php44 $this->setPath(\dirname(\PHP_BINARY));
91 $extraDirs = [\dirname(\PHP_BINARY)];
109 …$this->iniSet('open_basedir', \dirname(\PHP_BINARY).(!\defined('HHVM_VERSION') || HHVM_VERSION_ID …
/plugin/bookmarkme/
H A Daction.php168 if (@file_exists(dirname(__FILE__)."/bookmark.ini")) {
169 $bkm = (preg_split("/(\s|[\r\n])+/",@file_get_contents(dirname(__FILE__)."/bookmark.ini")));
177 $ip = dirname(__FILE__)."/img/";
/plugin/authgooglesheets/vendor/composer/
H A Dautoload_real.php28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
/plugin/combo/vendor/composer/
H A Dautoload_real.php28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
/plugin/jukebox/
H A Dlist.php7 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
13 require_once(dirname(__FILE__).'/id3/getid3.php');
/plugin/nodetailsxhtml/syntax/
H A Dacronym.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
27 return array_merge(is_array($info) ? $info : confToHash(dirname(__FILE__).'/../plugin.info.txt'), array(
/plugin/displayorphans/
H A Dsyntax.php23 require_once(dirname(__FILE__) . '/'. '_local.php');
38 function getInfo() { return confToHash(dirname(__FILE__) . '/plugin.info.txt'); }
/plugin/freechat/phpfreechat/src/commands/
H A Dwhois.class.php23 require_once(dirname(__FILE__)."/../pfccommand.class.php");
71 require_once dirname(__FILE__).'/../pfcjson.class.php';
H A Dinvite.class.php23 require_once(dirname(__FILE__)."/../pfccommand.class.php");
24 require_once(dirname(__FILE__)."/../commands/join.class.php");
/plugin/google_adsense2/
H A Dcode.php15 $gads_file = dirname(__FILE__).'/local_pref.php';
37 $gads_file = dirname(__FILE__).'/local_pref.php';
39 if (is_writable($gads_file) || is_writable(dirname(__FILE__)))
/plugin/fblogin/
H A Dadmin.php9 if(!defined('DOKU')) define('DOKU',realpath(dirname(__FILE__).'/../../../').'/');
12 if(!defined('DOKU_CONFIGLANG')) define('DOKU_CONFIGLANG', realpath(dirname(__FILE__).'/../config/la…
13 if(!defined('DOKU_FBLOGINLANG')) define('DOKU_FBLOGINLANG', realpath(dirname(__FILE__) .'/lang/'));
/plugin/shibbolethauth/
H A Dadmin.php11 if(!defined('DOKU')) define('DOKU',realpath(dirname(__FILE__).'/../../../').'/');
14 if(!defined('DOKU_CONFIGLANG')) define('DOKU_CONFIGLANG', realpath(dirname(__FILE__).'/../config/la…
15 if(!defined('DOKU_SHIBBOLETHLANG')) define('DOKU_SHIBBOLETHLANG', realpath(dirname(__FILE__) .'/lan…
/plugin/topbarsyntax/
H A Dsyntax.php14 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
28 return confToHash(dirname(__FILE__).'/plugin.info.txt');
/plugin/badbehaviour/
H A Daction.php10 define('BB2_CWD', dirname(__FILE__));
21 return confToHash(dirname(__FILE__).'/plugin.info.txt');
/plugin/flash/
H A Dsyntax.php8 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
23 return confTohash(dirname(__FILE__).'/plugin.info.txt');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPrinter.php54 !is_dir(dirname($out))) {
55 mkdir(dirname($out), 0777, true);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php290 if (is_file(dirname(__FILE__).DIRECTORY_SEPARATOR.$path) === true) {
292 include dirname(__FILE__).DIRECTORY_SEPARATOR.$path;
644 $currDir = dirname($file);
741 $rulesetDir = dirname($rulesetPath);
1060 self::$rulesetDirs[] = dirname(dirname(dirname($ref)));
1112 $newRef = self::realpath(dirname($stdPath).$path);
2406 $configFile = dirname($path).'/CodeSniffer.conf';
2408 $configFile = dirname(__FILE__).'/CodeSniffer.conf';
2471 $configFile = dirname($path).'/CodeSniffer.conf';
2473 $configFile = dirname(__FILE__).'/CodeSniffer.conf';
[all …]
/plugin/projects/plugins/target/
H A Dplot.php3 require_once(dirname(__FILE__).'/../../lib/plugins.php');
4 require_once(dirname(__FILE__).'/../../lib/project_file.php');
5 require_once(dirname(__FILE__).'/../file/plot_dependency.php');
6 require_once(dirname(__FILE__).'/../../pchart/pchart/pchart.php');
7 require_once(dirname(__FILE__).'/../../pchart/pchart/pdata.php');
/plugin/linkfix/_test/
H A Dlinkfix.test.php15 TestUtils::rcopy(dirname(DOKU_TMP_DATA), dirname(__FILE__).'/data');
/plugin/page4release/
H A Dsyntax.php7 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
22 return confToHash(dirname(__FILE__).'/info.txt');

12345678910>>...60