Home
last modified time | relevance | path

Searched refs:realpath (Results 651 – 675 of 701) sorted by relevance

1...<<212223242526272829

/plugin/runcommand/
H A Dsyntax.php23 define('DOKU_INC','/'.realpath(dirname(__FILE__).'/../../').'/');
/plugin/linkbonus/syntax/
H A Dinterwiki.txt12 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/dokutexit/
H A Dconfig.php232 $path = realpath($path);
/plugin/epub/
H A Drenderer.php11 if(!defined('EPUB_DIR')) define('EPUB_DIR',realpath(dirname(__FILE__).'/../').'/');
/plugin/virtualgroup/
H A Dadmin.php
/plugin/openid/Auth/OpenID/
H A DFileStore.php62 $directory = realpath($directory);
/plugin/groupmail/
H A Dsyntax.php28 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/searchpattern/
H A Dsyntax.php96 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/schedule/
H A DscheduleRoot.class.php14 define ('DOKU_INC', realpath (dirname (__FILE__).'/../../../').'/');
/plugin/quickstats/scripts/
H A Dextended_data.php3 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) .'/../../../../') . '/');
/plugin/quickstats/
H A Dsyntax.php8 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/dwcommits/
H A Dadmin.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php152 $id = \realpath($file);
/plugin/gallery/
H A Dsyntax.php
/plugin/fckg/action/
H A Dedit.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/tindexmenu/syntax/
H A Dindexmenu.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/dir/
H A Dsyntax.php22 define ('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');
/plugin/statistics/inc/
H A DBrowscap.php223 $cache_dir = realpath($cache_dir);
/plugin/orphanmedia/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/sqlraw/
H A Dsyntax.php13 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/translator/
H A Dadmin.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/ckgdoku/action/
H A Dedit.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/orphanmedia2/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php49 $getid3PHP_filename = realpath('../getid3/getid3.php');
382 …echo 'Scanning all media files in <b>'.str_replace('\\', '/', realpath(!empty($_REQUEST['scan']) ?…
425 $RealPathName = realpath($startingdir.'/'.$file);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php884 $file = PHP_CodeSniffer::realpath($arg);

1...<<212223242526272829