Home
last modified time | relevance | path

Searched refs:realpath (Results 401 – 425 of 701) sorted by relevance

1...<<11121314151617181920>>...29

/plugin/bbcodeextensions/
H A Dcommon.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/profiles/
H A Dsyntax.php8 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/svg/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/goto/
H A Daction.php6 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/inclform/
H A Dsyntax.php12 define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/svgedit/
H A Dsyntax.php18 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/freechat/
H A Dsyntax.php7 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/aimg/
H A Dsyntax.php34 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/linksenhanced/syntax/
H A Dtable.php16 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/swiftmail/Swift/Cache/
H A DDisk.php50 self::$save_path = realpath($path);
/plugin/zotero/
H A DZoteroConfig.php72 $cachePage = realpath($wikiPagesDir) . DIRECTORY_SEPARATOR . $cachePage . ".txt";
/plugin/numbering/scripts/
H A Dgetnum.php9 define('DOKU_INC', realpath(dirname(__FILE__)) . '/../../../../');
/plugin/panoview/
H A Dtiles.php7 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__).'/../../../').'/');
/plugin/tip/
H A Dsyntax.php5 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');
/plugin/nslist/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/avbarchart/
H A Dsyntax.php17 define('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');
/plugin/indexmenu2/syntax/
H A Dindexmenu.php15 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
17 if(!defined('INDEXMENU_FS_IMAGES')) define('INDEXMENU_FS_IMAGES',realpath(dirname(__FILE__)."/../te…
/plugin/ckgdoku/action/
H A Dsave.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
7 define('FCK_ACTION_SUBDIR', realpath(dirname(__FILE__)) . '/');
/plugin/jukebox/id3/
H A Dgetid3.php118 } elseif (strpos(realpath($helperappsdir), ' ') !== false) {
119 $DirPieces = explode(DIRECTORY_SEPARATOR, realpath($helperappsdir));
132 define('GETID3_HELPERAPPSDIR', realpath($helperappsdir).DIRECTORY_SEPARATOR);
229 $this->info['filepath'] = str_replace('\\', '/', realpath(dirname($filename)));
/plugin/pglist/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/hr/
H A Dsyntax.php5 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');
/plugin/letsencrypt/
H A Dcli.php6 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(__DIR__ . '/../../../') . '/');
/plugin/solr/
H A Dindex_all.php24 $ini_path = defined('DOKU_INC') ? DOKU_INC : realpath(dirname(__FILE__).'/../../../').'/';
/plugin/likeit/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/isauth/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');

1...<<11121314151617181920>>...29