Home
last modified time | relevance | path

Searched refs:dirname (Results 951 – 975 of 1489) sorted by relevance

1...<<31323334353637383940>>...60

/plugin/freechat/phpfreechat/src/commands/
H A Dupdate.class.php3 require_once(dirname(__FILE__)."/../pfccommand.class.php");
H A Dsend.class.php3 require_once(dirname(__FILE__)."/../pfccommand.class.php");
/plugin/qrcode/syntax/
H A Di_nigmacode.php31 define('DOKU_INC', realpath(dirname( __FILE__ ).'/../../../').'/');
/plugin/latexcaption/syntax/
H A Dreference.php17 return confToHash(dirname(__FILE__).'/../plugin.info.txt');
/plugin/bbcodeextensions/
H A Dcommon.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/projects/lib/
H A Dmaker.php3 require_once(dirname(__FILE__).'/plugins.php');
4 require_once(dirname(__FILE__).'/tools.php');
5 require_once(dirname(__FILE__).'/project_file.php');
/plugin/abc/
H A Dsyntax.php61 $entitiesFile = dirname(__FILE__).'/conf/entities.conf';
237 $filesArrABC = glob(dirname($fileBase)."/{".basename($fileBase)."*.abc}", GLOB_BRACE);
251 … $filesArrAll = glob(dirname($fileBase)."/{".basename($fileBase)."_".$o."*}", GLOB_BRACE);
/plugin/captcha/
H A Dhelper.php
/plugin/siteexport/action/
H A Dajax.php11 if (!defined('DOKU_INC')) define('DOKU_INC', /** @scrutinizer ignore-type */ realpath(dirname(__FIL…
530 $dirname = dirname($fileName);
539 …$fileName = $dirname . '/' . $this->functions->cleanID($this->functions->getSiteTitle($ID)) . '.' …
542 …unctions->debug->message("Will replace old filename '{$fileName}' with {$dirname}/{$tmpFile[1]}", …
543 $fileName = $dirname . '/' . $tmpFile[1];
1046 $dirname = dirname($DATA[2]);
1051 $DATA[2] = $dirname . '/' . $tmpFile[1];
/plugin/svg/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/goto/
H A Daction.php6 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
/plugin/dokutranslate/
H A Dutils.php51 return dirname(wikiFN($id)) . '/_' . noNS($id);
/plugin/inclform/
H A Dsyntax.php12 define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/svgedit/
H A Dsyntax.php18 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/freechat/
H A Dsyntax.php7 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/html2pdf/multilingual/
H A Dsyntax.php32 return confToHash(dirname(__FILE__).'/info.txt');
/plugin/aimg/
H A Dsyntax.php34 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/indobible/
H A Dsyntax.php19 function getInfo(){ return confToHash(dirname(__FILE__).'/plugin.info.txt'); }
/plugin/linksenhanced/syntax/
H A Dtable.php16 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/tableplot/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',(dirname(__FILE__).'/../../').'/');
/plugin/swiftmail/Swift/Cache/
H A DDisk.php11 require_once dirname(__FILE__) . "/../ClassLoader.php";
/plugin/zotero/
H A DZoteroConfig.php66 …$wikiPagesDir = dirname(__FILE__) . DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . ".." . DIRE…
/plugin/numbering/scripts/
H A Dgetnum.php9 define('DOKU_INC', realpath(dirname(__FILE__)) . '/../../../../');
/plugin/panoview/
H A Dtiles.php7 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__).'/../../../').'/');
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DFilesystemCache.php102 $dirName = dirname($fileName);

1...<<31323334353637383940>>...60