Home
last modified time | relevance | path

Searched refs:dirname (Results 651 – 675 of 1489) sorted by relevance

1...<<21222324252627282930>>...60

/plugin/owncloud/exe/
H A Ddetail.php10 if(!defined('DOKU_INC')) define('DOKU_INC', dirname(__FILE__).'/../../../../');
/plugin/gnuplot/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/qrcode2/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/ac/
H A Daction.php24 return confToHash(dirname(__FILE__).'/plugin.info.txt');
/plugin/typography/syntax/
H A Dsmallcaps.php10 require_once(dirname(__FILE__).'/base.php');
/plugin/freechat/phpfreechat/src/
H A Dpfctemplate.class.php23 require_once dirname(__FILE__)."/pfci18n.class.php";
/plugin/newsboard/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/nosecedit/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/freechat/phpfreechat/src/commands/
H A Dconnect.class.php3 require_once dirname(__FILE__).'/../pfccommand.class.php';
100 require_once(dirname(__FILE__)."/join.class.php");
H A Dme.class.php3 require_once(dirname(__FILE__)."/../pfccommand.class.php");
H A Dbanlist.class.php3 require_once(dirname(__FILE__)."/../pfccommand.class.php");
H A Dasknick.class.php3 require_once(dirname(__FILE__)."/../pfccommand.class.php");
/plugin/statdisplay/pchart/
H A DpData.php23 require_once dirname(__FILE__).'/DataDescription.php';
24 require_once dirname(__FILE__).'/CSVImporter.php';
/plugin/authgoogle2fa/
H A Dauth.php5 require_once(dirname(__FILE__).'/GoogleAuthenticator.php');
/plugin/bbcode/
H A Demail.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/command/syntax/
H A Dblock.php17 define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Util/
H A DFilesystem.php40 $dirs = glob(dirname($pattern).DIRECTORY_SEPARATOR.'*', GLOB_ONLYDIR|GLOB_NOSORT);
/plugin/geonav/
H A Dsyntax.php12 if(!defined('DOKU_INC')) define('DOKU_INC',(dirname(__FILE__).'/../../').'/');
/plugin/revealjs/syntax/
H A Dfooter.php3 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/shorturl/
H A Dsyntax.php17 require_once(dirname(__FILE__) . "/action.php");
/plugin/projects/action/
H A Dmetadata.php8 require_once(dirname(__FILE__).'/../lib/project.php');
/plugin/templatepagename/action/
H A DTemplatePageName.php45 $path = dirname(wikiFN($event->data['id']));
/plugin/jquery/
H A Daction.php20 return confToHash(dirname(__FILE__).'/INFO.txt');
/plugin/yuriigantt/src/Views/
H A Ddhtmlxgantt.php41 $langFile = dirname(__DIR__, 2) . "/3rd/dhtmlxgantt/locale/locale_$lang.js";
/plugin/panorama/syntax/
H A Dpanorama2.php15 if (!defined('DOKU_INC'))define('DOKU_INC', realpath(dirname( __FILE__ ).'/../../').'/');

1...<<21222324252627282930>>...60