Home
last modified time | relevance | path

Searched refs:dirname (Results 76 – 100 of 1489) sorted by relevance

12345678910>>...60

/plugin/freechat/phpfreechat/src/
H A Dpfcproxycommand.class.php22 require_once dirname(__FILE__)."/pfci18n.class.php";
23 require_once dirname(__FILE__)."/pfcuserconfig.class.php";
24 require_once dirname(__FILE__)."/pfccommand.class.php";
H A Dphpfreechat.class.php23 require_once dirname(__FILE__).'/pfccommand.class.php';
24 require_once dirname(__FILE__).'/pfcglobalconfig.class.php';
25 require_once dirname(__FILE__).'/pfcuserconfig.class.php';
26 require_once dirname(__FILE__).'/pfctemplate.class.php';
27 require_once dirname(__FILE__).'/../lib/utf8/utf8_substr.php';
28 require_once dirname(__FILE__).'/pfcresponse.class.php';
57 require_once dirname(__FILE__).'/pfcresponse.class.php';
364 …require_once dirname(__FILE__).'/../lib/ctype/ctype.php'; // to keep compatibility for php without…
365 require_once dirname(__FILE__).'/../lib/csstidy-1.2/class.csstidy.php';
414 require_once dirname(__FILE__).'/pfcjson.class.php';
H A Dpfcinfo.class.php3 require_once dirname(__FILE__)."/pfcglobalconfig.class.php";
4 require_once dirname(__FILE__)."/pfci18n.class.php";
5 require_once dirname(__FILE__)."/commands/join.class.php";
17 if ($data_private_path == "") $data_private_path = dirname(__FILE__)."/../data/private";
/plugin/authgooglesheets/vendor/composer/
H A Dautoload_files.php5 $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir);
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);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php11 function rmdirr($dirname,$oc=0) argument
14 if (!file_exists($dirname)) {
18 if (is_file($dirname) && (time()-fileatime($dirname))>3600) {
19 return unlink($dirname);
22 if(is_dir($dirname))
24 $dir = dir($dirname);
31 rmdirr("$dirname/$entry",$oc);
38 return rmdir($dirname);
/plugin/combo/vendor/composer/
H A Dautoload_psr4.php5 $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir);
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DLibrary.php78 $out[] = "\r" . dirname(dirname(dirname(dirname(__DIR__)))) . $queue;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssRewriteFilter.php43 $path = false === strpos($path, '/') ? '' : dirname($path);
50 if ('.' == dirname($sourcePath)) {
52 } elseif ('.' == $targetDir = dirname($targetPath)) {
53 $path = dirname($sourcePath).'/';
66 $path .= ltrim(substr(dirname($sourcePath).'/', strlen($targetDir)), '/');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DErrorHandler.php14 require_once dirname(__DIR__) . '/Framework/Error.php';
15 require_once dirname(__DIR__) . '/Framework/Error/Notice.php';
16 require_once dirname(__DIR__) . '/Framework/Error/Warning.php';
17 require_once dirname(__DIR__) . '/Framework/Error/Deprecated.php';
/plugin/statdisplay/helper/
H A Dgraph.php24 require dirname(__FILE__) . '/../pchart/pData.php';
25 require dirname(__FILE__) . '/../pchart/pChart.php';
26 require dirname(__FILE__) . '/../pchart/GDCanvas.php';
27 require dirname(__FILE__) . '/../pchart/PieChart.php';
228 $Chart->setFontProperties(dirname(__FILE__) . '/../pchart/Fonts/DroidSans.ttf', 8);
240 $Chart->setFontProperties(dirname(__FILE__) . '/../pchart/Fonts/DroidSans.ttf', 12);
280 $Chart->setFontProperties(dirname(__FILE__) . '/../pchart/Fonts/DroidSans.ttf', 8);
294 $Chart->setFontProperties(dirname(__FILE__) . '/../pchart/Fonts/DroidSans.ttf', 12);
309 $Chart->setFontProperties(dirname(__FILE__) . '/../pchart/Fonts/DroidSans.ttf', 10);
/plugin/extlist/
H A Daction.php27 $f0 = dirname(__FILE__).'/sample.less';
28 $f1 = dirname(__FILE__).'/all.less';
33 $f = dirname(__FILE__).'/all.less';
/plugin/findologicxmlexport/vendor/composer/
H A Dautoload_psr4.php5 $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir);
/plugin/mdpage/vendor/composer/
H A Dautoload_classmap.php5 $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir);
/plugin/multitemplate_styleman/
H A Dcss.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
29 define('DOKU_TPLINC',realpath(dirname(__FILE__).'/../../') . '/tpl/' . $template .'/');
43 require_once(realpath(dirname(__FILE__).'/../../').'/exe/css.php');
/plugin/hyphenation/
H A Daction.php14 include_once(dirname(__FILE__).'/phpHyphenation/phpHyphenation.class.php');
19 return confToHash(dirname(__FILE__).'/INFO.txt');
28 $phpHyphPath = dirname(__FILE__).'/phpHyphenation';
/plugin/freechat/phpfreechat/misc/
H A Dcreatewebinstaller.php3 $version = isset($_SERVER["argv"][1]) ? $_SERVER["argv"][1] : file_get_contents(dirname(__FILE__)."…
5 $pfcpath = dirname(__FILE__).'/phpfreechat-'.$version;
7 $phpinstaller_path = realpath(dirname(__FILE__).'/../contrib/installer.beta-5.1');
/plugin/freechat/phpfreechat/src/proxies/
H A Dlock.class.php22 require_once dirname(__FILE__)."/../pfci18n.class.php";
23 require_once dirname(__FILE__)."/../pfcuserconfig.class.php";
24 require_once dirname(__FILE__)."/../pfcproxycommand.class.php";
H A Dnoflood.class.php22 require_once dirname(__FILE__)."/../pfci18n.class.php";
23 require_once dirname(__FILE__)."/../pfcuserconfig.class.php";
24 require_once dirname(__FILE__)."/../pfcproxycommand.class.php";
25 require_once dirname(__FILE__)."/../../lib/utf8/utf8_strlen.php";
/plugin/statistics/inc/
H A DStatisticsGraph.class.php3 require dirname(__FILE__) . '/pchart/pData.php';
4 require dirname(__FILE__) . '/pchart/pChart.php';
5 require dirname(__FILE__) . '/pchart/GDCanvas.php';
6 require dirname(__FILE__) . '/pchart/PieChart.php';
45 $Chart->setFontProperties(dirname(__FILE__) . '/pchart/Fonts/DroidSans.ttf', 8);
133 $Chart->setFontProperties(dirname(__FILE__) . '/pchart/Fonts/DroidSans.ttf', 8);
204 $Chart->setFontProperties(dirname(__FILE__) . '/pchart/Fonts/DroidSans.ttf', 8);
237 $Chart->setFontProperties(dirname(__FILE__) . '/pchart/Fonts/DroidSans.ttf', 8);
297 $Chart->setFontProperties(dirname(__FILE__) . '/pchart/Fonts/DroidSans.ttf', 8);
347 $Chart->setFontProperties(dirname(__FILE_
[all...]
/plugin/fckg/fckeditor/
H A Dextensions.php2 $mimes = realpath(dirname(__FILE__).'/../../../../').'/conf/mime.conf';
3 $mimes_local = realpath(dirname(__FILE__).'/../../../../').'/conf/mime.local.conf';
6 $preload = realpath(dirname(__FILE__).'/../../../../') . '/inc/preload.php';
/plugin/webdav/
H A Dserver.php31 realpath(dirname(__FILE__) . '/../../../'), # Default DokuWiki path
36 if (file_exists(dirname(__FILE__) . '/doku_inc.php')) {
37 require_once dirname(__FILE__) . '/doku_inc.php';
/plugin/epub/scripts/
H A Dcheck_progess.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../').'/');
17 $dir = dirname(metaFN("epub:$user:tmp",'.meta')) . '/';
27 $dir = dirname($dir . ".meta") . '/';
/plugin/backup/
H A Dadmin.php101 $backups = glob(dirname(mediaFN("$ns:foo")) . '/*.tar*');
129 $self = fullpath(dirname(mediaFN($this->getConf('backupnamespace') . ':foo')));
130 …$targetdir = $conf['mediaolddir'] . '/' . $this->stripPrefix($self, fullpath(dirname(mediaFN($conf…
282 io_mkdir_p(dirname($fn));
458 $media = fullpath(dirname(mediaFN('foo')));
459 $self = fullpath(dirname(mediaFN($this->getConf('backupnamespace') . ':foo')));
481 $media = fullpath(dirname(mediaFN('foo')));
482 $self = fullpath(dirname(mediaFN($this->getConf('backupnamespace') . ':foo')));
504 $media = fullpath(dirname(mediaFN('foo')));
505 $self = fullpath(dirname(mediaFN($this->getConf('backupnamespace') . ':foo')));

12345678910>>...60