Home
last modified time | relevance | path

Searched refs:realpath (Results 376 – 400 of 701) sorted by last modified time

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

/plugin/dir/
H A Dsyntax.php22 define ('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');
/plugin/reflect/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php70 $packageFile = realpath(__DIR__.'/../package.xml');
87 $phar->addFile(realpath(__DIR__.'/../licence.txt'), 'licence.txt');
113 $phar->addFile(realpath(__DIR__.'/../'.$path), $path);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php884 $file = PHP_CodeSniffer::realpath($arg);
H A DReporting.php107 $filename = realpath($type);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php930 $files[] = self::realpath($sniff);
1034 $realpath = self::realpath($rulesetDir.'/'.$ref);
1035 if ($realpath !== false) {
1036 $ref = $realpath;
1047 $realpath = self::realpath($ref);
1048 if ($realpath !== false) {
1049 $ref = $realpath;
1743 $filePath = self::realpath($file);
2518 public static function realpath($path) function in PHP_CodeSniffer
2530 return realpath($path);
[all …]
/plugin/toggle/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/doodle3/
H A Dsyntax.php14 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/googlemap3/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/rater/
H A Dsyntax.php5 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Daction.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/dwmenu/
H A Dsyntax.php20 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/ldapsearch/
H A Dsyntax.php19 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/svgedit/
H A Dsyntax.php18 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/nsexport/packer/ziphtml/
H A Dzip.php12 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/csstimeline/
H A Dfeed.php9 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../') . '/');
H A Dsyntax.php25 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/disqus/
H A Dsyntax.php8 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/chessdiagram/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/htmlabstract/
H A Dsyntax.php9 define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/selfmeasurement/
H A Dsyntax.php14 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/panoview/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__).'/../../').'/');
H A Dtiles.php7 if(!defined('DOKU_INC')) define('DOKU_INC', 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)));

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