Home
last modified time | relevance | path

Searched refs:dirname (Results 351 – 375 of 1489) sorted by relevance

1...<<11121314151617181920>>...60

/plugin/websvn/
H A Dsyntax.php10 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/fortune/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/arguments/
H A Dsyntax.php13 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/ckgedit/ckeditor/
H A Ddwsmileys.php6 $SMILEYS = realpath(dirname(__FILE__).'/../../../../').'/conf/smileys.conf';
/plugin/odp/
H A DZipLib.class.php48 if(!in_Array(dirname($fn[0]),$this->dirs))
49 $this->add_Dir(dirname($fn[0]));
314 if (!$this->_mkdir($to.dirname($header['filename']))) return (-1); //--CS
336 …if (!is_dir(dirname($to.$header['filename']))) $this->_mkdir(dirname($to.$header['filename'])); /…
/plugin/owncloud/ajax/
H A Dhistory.php7 if(!defined('DOKU_INC')) define('DOKU_INC', dirname(__FILE__).'/../../../../');
H A DusedMedia.php7 if(!defined('DOKU_INC')) define('DOKU_INC', dirname(__FILE__).'/../../../../');
/plugin/acronym/
H A Dsyntax.php11 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/uilanguage/
H A Drtlcss.php9 if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../../');
/plugin/inlinejs/syntax/
H A Dembedinline.php19 require_once(dirname(__FILE__).'/embedder.php');
H A Dembedblock.php19 require_once(dirname(__FILE__).'/embedder.php');
/plugin/freechat/phpfreechat/
H A Dindex.php3 require_once dirname(__FILE__)."/src/phpfreechat.class.php";
/plugin/freechat/phpfreechat/src/commands/
H A Dclear.class.php3 require_once(dirname(__FILE__)."/../pfccommand.class.php");
/plugin/epub/
H A Dsyntax.php3 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A Dbootstrap.php7 dirname(__DIR__).'\\src\\'.str_ireplace($prefix, '', $class).'.php');
/plugin/filelisting/
H A Dhelper.php221 return inlineSVG(dirname(__FILE__) . '/images/folder.svg');
230 return inlineSVG(dirname(__FILE__) . '/images/folder-open.svg');
239 $file = dirname(__FILE__) . '/images/loading.gif';
/plugin/sympaauth/
H A Dadmin.php9 if(!defined('DOKU')) define('DOKU',realpath(dirname(__FILE__).'/../../../').'/');
12 if(!defined('DOKU_CONFIGLANG')) define('DOKU_CONFIGLANG', realpath(dirname(__FILE__).'/../config/la…
13 if(!defined('DOKU_SYMPALANG')) define('DOKU_SYMPALANG', realpath(dirname(__FILE__) .'/lang/'));
/plugin/swarmwebhook/
H A Dwebhook.php4 define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../') . '/');
/plugin/code/
H A Dcode.php25 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dfile.php22 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/ifauth/
H A Dsyntax.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/nsexport/
H A Dexport.php2 if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../../');
/plugin/code3/syntax/
H A Dfile.php23 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
H A Dcode.php23 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');

1...<<11121314151617181920>>...60