Home
last modified time | relevance | path

Searched refs:dirname (Results 226 – 250 of 1489) sorted by relevance

12345678910>>...60

/plugin/botbouncer/
H A Daction.php20 return confToHash(dirname(__FILE__).'/plugin.info.txt');
71 include dirname(__FILE__).'/lib/botbouncer.php';
/plugin/mikioplugin/
H A Dcss.php10 require(dirname(__FILE__) . '/inc/polyfill-ctype.php');
13 require(dirname(__FILE__) . '/inc/stemmechanics/lesserphp/lessc.inc.php');
38 $baseDir = platformSlashes(dirname(__FILE__) . '/');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php26 if (file_exists($a = dirname(__FILE__).'/../../../autoload.php') === true) {
28 } else if (file_exists($a = dirname(__FILE__).'/../vendor/autoload.php') === true) {
33 if (file_exists($a = dirname(__FILE__).'/../CodeSniffer.php') === true) {
105 if (is_file(dirname(__FILE__).'/../CodeSniffer/Reporting.php') === true) {
106 include_once dirname(__FILE__).'/../CodeSniffer/Reporting.php';
134 if (is_file(dirname(__FILE__).'/../CodeSniffer/Reporting.php') === true) {
135 include_once dirname(__FILE__).'/../CodeSniffer/Reporting.php';
373 if (PHP_CodeSniffer::isPharFile(dirname(dirname(__FILE__))) === true) {
1159 $currentDir = dirname($currentDir);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php14 require_once \dirname(__DIR__).'/FilesystemHelper.php';
41 $dir = \dirname($key);
148 $dir = \dirname($key);
/plugin/authgoogle/google/
H A DGoogle_Client.php33 set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path());
37 if (file_exists(dirname(__FILE__) . '/local_config.php')) {
39 require_once (dirname(__FILE__) . '/local_config.php');
/plugin/redirector/
H A Daction.php34 } else if ( file_exists(dirname(__FILE__) . '/' . $this->redirectFileName) ) {
36 $this->redirectFileName = dirname(__FILE__) . '/' . $this->redirectFileName;
/plugin/regex_template/
H A Daction.php18 return confToHash(dirname(__FILE__).'/info.txt');
33 $path = dirname(wikiFN($ID));
/plugin/offline/
H A Dcreate.php29 if (!defined('DOKU_INC')) define('DOKU_INC', dirname(__FILE__) . $offlineConf['pathDelimiterStr'] .…
97 $offlineConf['logDirectory'] = dirname(__FILE__);
136 …$offlineConf['absolutePathToDokuwikiDirStr'] = dirname(__FILE__) . $offlineConf['pathDelimite…
137 $offlineConf['absolutePathToOfflinePluginDirStr'] = dirname(__FILE__);
407 check_existence(dirname($targetFilenameWithPathStr), 'directory');
574 …$commandStr .= ' "' . dirname(__FILE__) . $offlineConf['pathDelimiterStr'] . 'offline.zip" "offlin…
/plugin/profiles/
H A Dsyntax.php8 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
18 return confToHash(dirname(__FILE__).'/info.txt');
/plugin/dx/src/
H A DStandardize.php91 if (!is_writable(dirname($targetFilePath))) {
99 $dirPath = dirname($filePath);
/plugin/indexmenu2/syntax/
H A Dindexmenu.php15 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
17 if(!defined('INDEXMENU_FS_IMAGES')) define('INDEXMENU_FS_IMAGES',realpath(dirname(__FILE__)."/../te…
473 @file_exists(dirname(wikiFN($id.":".noNS($id)))) // /<ns>/
485 if ($type == 'f' && file_exists(dirname(wikiFN($id.":".noNS($id))))) $type = 'd';
/plugin/diagramsnet/
H A Daction.php59 …if($continue == true && !file_exists(dirname(mediaFN($data))) && !mkdir(dirname(mediaFN($data)), 0…
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.joinmp3.php46 …writeable($FilenameOut)) || (!file_exists($FilenameOut) && !is_writeable(dirname($FilenameOut)))) {
51 require_once(dirname(__FILE__).'/../getid3/getid3.php');
/plugin/fckg/action/
H A Dsave.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
7 define('FCK_ACTION_SUBDIR', realpath(dirname(__FILE__)) . '/');
/plugin/autolink2/
H A Dadmin.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
34 return confToHash(dirname(__FILE__).'/plugin.info.txt');
/plugin/database2/
H A Dmedia.php28 foreach ( array( dirname( __FILE__ ), $_SERVER['SCRIPT_FILENAME'] ) as $path )
35 $path = dirname( $path );
137 if ( is_file( dirname( __FILE__ ) . '/database2.dev.php' ) )
142 include_once( dirname( __FILE__ ) . $libFile );
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php848 public static function EnsureDirectoryExists($dirname, $mask=0755) { argument
857 $dirname = str_replace('/', DIRECTORY_SEPARATOR, $dirname);
865 …($open_basedir).'#'.($case_insensitive_pathname ? 'i' : ''), $dirname) && (strlen($dirname) > strl…
871 $directory_elements = explode(DIRECTORY_SEPARATOR, $dirname);
894 public static function GetAllFilesInSubfolders($dirname) { argument
896 $dirname = rtrim(realpath($dirname), '/\\');
897 if ($dirhandle = @opendir($dirname)) {
899 $fullfilename = $dirname.DIRECTORY_SEPARATOR.$file;
/plugin/projects/lib/
H A Dfile_definition.php9 require_once(dirname(__FILE__).'/../conf.php');
10 require_once(dirname(__FILE__).'/tools.php');
/plugin/webdav/_test/
H A Dwebdav.test.php3 include dirname(__FILE__) . '/../vendor/autoload.php';
4 include dirname(__FILE__) . '/lib/DAVServerTest.php';
/plugin/glossary/syntax/
H A Ddiv.php10 define ('DOKU_INC', realpath (dirname (__FILE__).'/../../../').'/');
15 require_once (dirname (__FILE__).'/../glossary.class.php');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/
H A DSubversionPropertiesSniff.php143 $paths[] = dirname($path).'/.svn/props/'.basename($path).'.svn-work';
144 $paths[] = dirname($path).'/.svn/prop-base/'.basename($path).'.svn-base';
/plugin/freechat/phpfreechat/src/commands/
H A Dgetnewmsg.class.php23 require_once(dirname(__FILE__)."/../pfccommand.class.php");
101 require_once dirname(__FILE__).'/../pfcjson.class.php';
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php127 foreach ($this->extensions_datas as $dirname => $extension_datas) {
128 mkdir($temp_dir . DIRECTORY_SEPARATOR . $dirname);
134 $target_dir = $temp_dir . DIRECTORY_SEPARATOR . $dirname . DIRECTORY_SEPARATOR
/plugin/elwikiupgrade/
H A Dadmin.php459 if(is_dir(dirname($to)) && !is_writable(dirname($to))) {
477 … (!file_exists($to) && is_dir(dirname($to)) && !is_writable(dirname($to)))
487 if(io_mkdir_p(dirname($to))) {
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist24 ; dwc_gits[] = "dirname"
25 ; dwc_gits[] = "subdirectory/dirname"

12345678910>>...60