Home
last modified time | relevance | path

Searched refs:realpath (Results 526 – 550 of 701) sorted by relevance

1...<<212223242526272829

/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php292 $this->function->realpath = '/baz/php'
/plugin/htmlokay/
H A Ddirectory_scan-3.php3 if (!defined('ACCESS_DIR')) define('ACCESS_DIR',realpath(dirname(__FILE__).'/').'/conf/access/');
/plugin/progrecss/
H A Dsyntax.php19 define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/visrep/
H A Dsyntax.php12 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/galleryv1.5/
H A Dsyntax.php12 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/revealjs/syntax/
H A Dheader.php3 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/rater/
H A Daction.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/txtconf/
H A Dadmin.php24 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/geogebra/syntax/
H A Dgeogebrafile.php2 if (!defined('DOKU_INC'))define('DOKU_INC', realpath(dirname( __FILE__ ).'/../../../').'/');
/plugin/owncloud/
H A Dsyntax.php17 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/gchart/
H A Dsyntax.php
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php180 … $logger->debug('Checked CA file '.realpath($filename).': '.($isValid ? 'valid' : 'invalid'));
/plugin/photogallery/phpThumb/
H A DphpThumb.php123 die('failed to include_once("'.realpath( __DIR__ .'/phpthumb.class.php').'")');
144 …failed to include_once('. __DIR__ .'/phpThumb.config.php) - realpath="'.realpath( __DIR__ .'/phpTh…
152 …failed to include_once('. __DIR__ .'/phpThumb.config.php) - realpath="'.realpath( __DIR__ .'/phpTh…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php143 $sRealPath = realpath( './' ) ;
/plugin/pagetemplate/
H A Dsyntax.php8 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/tindexmenu/
H A Dajax.php15 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
H A Dadmin.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php10 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../') . '/');
/plugin/indexmenu/
H A Dajax.php
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php15 Handlebars\Autoloader::register(realpath(__DIR__ . '/../fixture/'));
/plugin/sql/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/linkback/exe/
H A Dpingback.php16 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../../') . '/');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php558 if (strpos(realpath($path), realpath($assetDir)) === 0 && file_exists($path)) {
/plugin/ckgedit/action/
H A Dsave.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
7 if(!defined('FCK_ACTION_SUBDIR')) define('FCK_ACTION_SUBDIR', realpath(dirname(__FILE__)) . '/');
/plugin/fullindex/
H A Daction.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');

1...<<212223242526272829