Home
last modified time | relevance | path

Searched refs:realpath (Results 501 – 525 of 701) sorted by relevance

1...<<212223242526272829

/plugin/xcom/
H A Dremote.php3 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
16 define ('PAGES', realpath(DOKU_INC . $conf['savedir']));
/plugin/epub/scripts/
H A Dcss3.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../').'/');
12 if(!defined('EPUB_DIR')) define('EPUB_DIR',realpath(dirname(__FILE__).'/../').'/');
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php26 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../../../../../').…
104 …$Config['UserFilesAbsolutePath'] = realpath(DOKU_INC . $Dwfck_conf_values['ckg_savedir'] . '/pages…
/plugin/graphviz/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/hcalendar/syntax/
H A Dhcal_renderer_helper.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/revisionsdue/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/imagebox/
H A Dsyntax.php7 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/google_adsense2/
H A Dadmin.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/form/
H A Dsyntax.php55 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/conflictmerger/tests/
H A Dmerge.test.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../').'/');
/plugin/osm/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');
/plugin/wikicalendar/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/autolink3/
H A Dadmin.php9 if(!defined('DOKU_TINC')) define('DOKU_TINC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/database2/
H A Dadmin.php5 define( 'DOKU_INC', realpath( dirname( __FILE__ ) . '/../../' ) . '/' );
/plugin/xssnipper/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/numbering/
H A Daction.php7 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/rack/
H A Dsyntax.php41 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/xcom/scripts/
H A Dxml.php2 define('DOKU_INC', realpath(dirname(__FILE__)) . '/../../../../');
/plugin/siteexport/action/
H A Daggregate.php11 if (!defined('DOKU_INC')) define('DOKU_INC', /** @scrutinizer ignore-type */ realpath(dirname(__FIL…
/plugin/mediathumbnails/
H A Dthumbnail.php45 $im = new imagick(realpath("lib/plugins/mediathumbnails/blank.pdf")."[0]");
/plugin/poll/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/pgn4web/
H A Dsyntax.php27 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/diff/
H A Dsyntax.php5 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../') . '/');
/plugin/snap/
H A Dsyntax.php.ori92 $chem=realpath($conf['datadir']).'/../snap/';
165 $imagePath=realpath($conf['datadir']).'/../snap/'.$image;
/plugin/weiqi/
H A Dweiqi_parser.php453 if (!is_file(realpath($this->conf['img_path_fs'].'images/wood'.$value.'.gif'))) {
462 if (!is_dir(realpath($this->conf['img_path_fs'].$value))) {

1...<<212223242526272829