Home
last modified time | relevance | path

Searched refs:dirname (Results 826 – 850 of 1489) sorted by relevance

1...<<31323334353637383940>>...60

/plugin/photogallery/phpThumb/
H A DphpThumb.php76 …$phpThumb->DebugMessage('* Would have sent headers (3): Location: '.dirname($matches[1]).'/'.urlen…
107 header('Location: '.dirname($matches[1]).'/'.urlencode(basename($matches[1])));
680 phpthumb_functions::EnsureDirectoryExists(dirname($phpThumb->cache_filename));
681 …if (is_writable(dirname($phpThumb->cache_filename)) || (file_exists($phpThumb->cache_filename) && …
693 …cache_filename ('.$phpThumb->cache_filename.') because that directory ('.dirname($phpThumb->cache_…
/plugin/newnamespacepermissions/
H A Daction.php72 $namespaceDir = dirname(wikiFN($ID));
/plugin/csstimeline/
H A Dsyntax.php25 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/geonav/tpl/startermap/
H A Dmain.php12 @require_once(dirname(__FILE__).'/tpl_functions.php'); /* include hook for template functions */
/plugin/freechat/phpfreechat/src/
H A Dpfcurlprocessing.php3 require_once dirname(__FILE__).'/pfcglobalconfig.class.php';
/plugin/fontfamily/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/jalbum/syntax/
H A Djalbumbadge.php4 if (!defined('DOKU_INC'))define('DOKU_INC', realpath(dirname( __FILE__ ).'/../../').'/');
/plugin/svgimg2/
H A Daction.php21 return confToHash(dirname(__FILE__).'/info.txt');
/plugin/page4release/
H A Daction.php15 return confToHash(dirname(__FILE__).'/info.txt');
/plugin/swiftmail/Swift/Connection/
H A DNativeMail.php11 require_once dirname(__FILE__) . "/../ClassLoader.php";
/plugin/searchindex/
H A Dajax.php16 if (!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__).'/../../../').'/');
/plugin/googlesearch/
H A DGoogleAPI.php3 require_once(dirname(__FILE__).'/nusoap.php');
/plugin/html2pdf/html2pdf/html2ps/
H A Dconfig.inc.php10 define('HTML2PS_DIR', dirname(__FILE__).DIRECTORY_SEPARATOR);
/plugin/owncloud/
H A Dwork.php16 if(!defined('DOKU_INC')) define('DOKU_INC', dirname(__FILE__).'/../../../');
/plugin/tooltip/syntax/
H A Dtooltip.php30 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dshort.php30 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/highlight/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/bbcodeextensions/syntax/
H A Dq.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/mikioplugin/syntax/
H A Dtabgroup.php12 require_once(dirname(__FILE__).'/core.php');
/plugin/photowidget/
H A Dsyntax.php14 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/new_page_dialog/
H A Dhelper.php15 return confToHash(dirname(__FILE__).'/plugin.info.txt');
/plugin/npd/
H A Dhelper.php15 return confToHash(dirname(__FILE__).'/plugin.info.txt');
/plugin/disqus/
H A Dsyntax.php8 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/bbcode/
H A Dsize.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/freechat/phpfreechat/src/commands/
H A Dkick.class.php3 require_once(dirname(__FILE__)."/../pfccommand.class.php");

1...<<31323334353637383940>>...60