Home
last modified time | relevance | path

Searched refs:dirname (Results 1226 – 1250 of 1489) sorted by relevance

1...<<41424344454647484950>>...60

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php669 if (!@is_writable(dirname($renderfilename))) {
936 unset($empty_dirs[$this->realPathSafe(dirname($fullfilename))]);
1394 } elseif (is_dir(dirname($AbsoluteFilename))) {
1395 …unctions::ApacheLookupURIarray() failed for "'.dirname($filename).'", but the correct directory ('…
1419 if (substr(dirname(@$_SERVER['PHP_SELF']), 0, 2) == '/~') {
1420 …if ($ApacheLookupURIarray = phpthumb_functions::ApacheLookupURIarray(dirname(@$_SERVER['PHP_SELF']…
1426 } elseif (is_dir(dirname($AbsoluteFilename))) {
1427 …ns::ApacheLookupURIarray() failed for "'.dirname(@$_SERVER['PHP_SELF']).'", but the correct direct…
1471 } elseif (empty($open_basedirs) || in_array(dirname($filename), $open_basedirs)) {
1657 …$commandline = dirname($commandline).DIRECTORY_SEPARATOR.str_replace('convert', 'identify', basena…
[all …]
/plugin/mediasyntax/
H A Daction.php166 $cache->depends['files'][] = dirname(__FILE__) . '/plugin.info.txt';
/plugin/data-au/
H A Dhelper.php90 if(!$this->db->init('dataau', dirname(__FILE__) . '/db/')) {
/plugin/doctree2filelist/
H A Dadmin.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/projects/pchart/pchart/
H A Dpdata.php47 require_once(dirname(__FILE__).'/../../lib/tools.php');
/plugin/htmlabstract/
H A Dsyntax.php9 define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/tiledblog/
H A Dsyntax.php19 return confToHash (dirname (__FILE__).'/INFO.txt');
/plugin/itrackviewer/
H A Dsyntax.php14 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/hcalendar/syntax/
H A Dhcal2.php12 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/move/helper/
H A Drewrite.php14 require_once(dirname(__FILE__) . '/handler.php');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh21 script_path=$(dirname $(realpath -s $0))
/plugin/farmer/
H A Dhelper.php90 $animal = basename(dirname($path));
/plugin/subpages/
H A Dsyntax.php4 define ('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');
/plugin/data/
H A Dhelper.php
/plugin/groupmail/
H A Dsyntax.php28 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
32 require_once(dirname(__file__).'/recaptchalib.php');
/plugin/odt2dw/
H A Daction.php98 …if ( isset( $this->logFile ) ) if ( file_exists( dirname( $this->logFile ) ) || mkdir( dirname( $t…
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php33 require(dirname(__FILE__).'/data.inc.php');
40 require(dirname(__FILE__).'/class.csstidy_print.php');
47 require(dirname(__FILE__).'/class.csstidy_optimise.php');
/plugin/stats/
H A Dsyntax.php22 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
773 $directory=str_replace('//','/',dirname($conf['changelog']) . '/' . str_replace(':','/',$ns));
821 $directory=dirname($conf['changelog']);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php685 $thisdir = dirname($row['filename']);
1072 if ($lastdir != dirname($row['filename'])) {
1444 …if (RenameFileFromTo($row['filename'], dirname($row['filename']).'/'.$PatternFilename, $results)) {
1454 …&renamefilefrom='.urlencode($row['filename']).'&renamefileto='.urlencode(dirname($row['filename'])…
1726 …e.php?filename='.rawurlencode($file)).'"><span style="color: #339966;">'.dirname($file).'/</span>'…
2063 if (strtolower($lastdir) != strtolower(str_replace('/', '\\', dirname($row['filename'])))) {
2064 $lastdir = str_replace('/', '\\', dirname($row['filename']));
2076 $DirectoryName = dirname($filename);
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php11 require_once dirname(__FILE__) . "/../ClassLoader.php";
/plugin/pagestat/
H A Dremote.php8 if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../');
/plugin/pdb/classes/
H A Dcache.php109 $tmp = dirname($dummyFN);
/plugin/prolog/
H A Dattribute_include.php10 $webroot = reset(split('lib',dirname(__FILE__)));
/plugin/cache/
H A Dplugin_cache.php116 $tmp = dirname($dummyFN);
/plugin/latex/
H A Dadmin.php13 require_once(dirname(__FILE__).'/latexinc.php');

1...<<41424344454647484950>>...60