Home
last modified time | relevance | path

Searched refs:dirname (Results 1 – 25 of 1489) sorted by relevance

12345678910>>...60

/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DTrainer.php20 * @param string $dirname Name of the directory where the translations files are located
23 public function learn(string $dirname = '') argument
25 if (empty($dirname))
27 $dirname = __DIR__ . '/../../resources/*/*.txt';
29 else if (!\is_dir($dirname) || !\is_readable($dirname))
35 $dirname = \rtrim($dirname, '/');
36 $dirname .= '/*/*.txt';
40 foreach (new \GlobIterator($dirname) a
[all...]
H A DLanguage.php26 * @param string $dirname Name of the directory where the translations files are located
28 public function __construct(array $lang = [], string $dirname = '') argument
30 if (empty($dirname))
32 $dirname = __DIR__ . '/../../resources/*/*.php';
34 else if (!\is_dir($dirname) || !\is_readable($dirname))
40 $dirname = \rtrim($dirname, '/');
41 $dirname .= '/*/*.php';
47 foreach (\glob($dirname) a
[all...]
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DProtocol.php84 dirname(dirname(dirname(dirname(__DIR__)))) . DS . 'hoathis' . DS .
86 dirname(dirname(dirname(dirname(__DIR__)))) . DS . 'hoa' . DS
128 dirname(dirname(dirname(dirname(__DIR__)))) . DS . 'hoa'
136 $parentHoaDirectory = dirname(dirname(dirname(dirname(__DIR__)))),
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DLibrary.php123 "\r" . dirname(dirname(dirname(dirname(dirname(dirname(__DIR__))))))
139 …"\r" . dirname(dirname(dirname(dirname(dirname(dirname(__DIR__)))))) . DS . 'Mister' . DS . 'Ander…
/plugin/html2pdf/snorriheim/
H A Dmain.php36 <?php /*old includehook*/ @include(dirname(__FILE__).'/meta.html')?>
56 <?php /*old includehook*/ @include(dirname(__FILE__).'/topheader.html')?>
70 <?php /*old includehook*/ @include(dirname(__FILE__).'/pageheader.html')?>
71 <?php /*old includehook*/ @include(dirname(__FILE__).'/header.html')?>
89 @include(dirname(__FILE__).'/show_plugin_tabs.html')
98 <?php @include(dirname(__FILE__).'/show_multilingual_options.html')?>
134 <?php /*old includehook*/ @include(dirname(__FILE__).'/pagefooter.html')?>
137 <?php /*old includehook*/ @include(dirname(__FILE__).'/footer.html')?>
/plugin/autogallery/
H A Daction.php55 if (!is_dir(dirname(wikiFN("wiki:dummy.txt")))) {
56 $inidir= dirname(wikiFN("wiki:dummy.txt"));
61 if (!is_dir(dirname(wikiFN("wiki:bilder:dummy.txt")))) {
62 $inidir=dirname(wikiFN("wiki:bilder:dummy.txt"));
67 if (!is_file(str_replace("/","\\",dirname(wikiFN("wiki:bilder:dummy"))."\\index.txt"))) {
68 $inidir=dirname(wikiFN("wiki:bilder:dummy.txt"));
71 msg(str_replace("/","\\",dirname(wikiFN("wiki:bilder:dummy"))."\\index.txt"));
79 $imggal = dirname(wikiFN("wiki:bilder:" . $tstamp . ":123"));
85 $imgbase = dirname(wikiFN("wiki:bilder:" . $tstamp . ":" . $tstamp . ":123"));
132 $indexbase = dirname(wikiFN("wiki:bilder:index"));
/plugin/docsearch/
H A Dcron.php14 if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../') . '/');
78 io_mkdir_p(dirname($out));
110 * @param string $dirname Directory to delete
113 function rmdirr($dirname) { argument
115 if(!file_exists($dirname)) {
120 if(is_file($dirname) || is_link($dirname)) {
121 return unlink($dirname);
125 $dir = dir($dirname);
133 rmdirr($dirname . DIRECTORY_SEPARATOR . $entry);
138 return rmdir($dirname);
/plugin/freechat/phpfreechat/src/
H A Dpfci18n.class.php23 require_once(dirname(__FILE__)."/pfctools.php");
63 require_once(dirname(__FILE__)."/../i18n/".$language."/admin.php");
65 require_once(dirname(__FILE__)."/../i18n/".$language."/main.php");
115 $i18n_basepath = dirname(__FILE__).'/../i18n';
134 $files = array_merge($files, glob(dirname(__FILE__)."/*.php"));
135 $files = array_merge($files, glob(dirname(__FILE__)."/commands/*.php"));
136 $files = array_merge($files, glob(dirname(__FILE__)."/containers/*.php"));
137 $files = array_merge($files, glob(dirname(__FILE__)."/proxies/*.php"));
138 $files = array_merge($files, glob(dirname(__FILE__)."/client/*.php"));
139 $files = array_merge($files, glob(dirname(__FILE__)."/../themes/default/*.php"));
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DSuiteTest.php11 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'BeforeAndAf…
12 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'BeforeClass…
13 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'TestWithTes…
15 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'DataProvide…
16 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'DataProvide…
18 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'InheritedTe…
19 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'NoTestCaseC…
20 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'NoTestCases…
21 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'NotPublicTe…
22 require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'NotVoidTest…
[all …]
/plugin/authgooglesheets/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php2 $dist = dirname(__DIR__).'/dist';
15 dirname(__DIR__).'/lib/random.php',
16 dirname(__DIR__).'/lib/index.php'
18 $phar->buildFromDirectory(dirname(__DIR__).'/lib');
20 dirname(__DIR__).'/lib/index.php',
21 dirname(__DIR__).'/lib/random.php'
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php2 $dist = dirname(__DIR__).'/dist';
15 dirname(__DIR__).'/lib/random.php',
16 dirname(__DIR__).'/lib/index.php'
18 $phar->buildFromDirectory(dirname(__DIR__).'/lib');
20 dirname(__DIR__).'/lib/index.php',
21 dirname(__DIR__).'/lib/random.php'
/plugin/nsexport/packer/ziphtml/
H A Dzip.php12 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
56 * @param string $dirname Directory to delete
59 public function rmdirr($dirname) argument
62 if (!file_exists($dirname)) {
67 if (is_file($dirname) || is_link($dirname)) {
68 return unlink($dirname);
72 $dir = dir($dirname);
80 $this->rmdirr($dirname . DIRECTORY_SEPARATOR . $entry);
85 return rmdir($dirname);
122 $css = io_readFile(dirname(__FILE__).'/export.css',false);
[all …]
H A Dpacker.php36 $css = io_readFile(dirname(__FILE__).'/export.css',false);
107 $this->recursive_add(dirname(__FILE__).'/merge');
160 * @param string $dirname Directory to delete
163 public function rmdirr($dirname) { argument
165 if (!file_exists($dirname)) {
170 if (is_file($dirname) || is_link($dirname)) {
171 return unlink($dirname);
175 $dir = dir($dirname);
183 $this->rmdirr($dirname . DIRECTORY_SEPARATOR . $entry);
188 return rmdir($dirname);
/plugin/icons/exe/
H A Dpopup.php10 if (!defined('DOKU_INC')) define('DOKU_INC', dirname(__FILE__).'/../../../../');
50 $list_material_design_icons = include(dirname(__FILE__) . '/list-material-design-icons.php');
51 $list_font_awesome = include(dirname(__FILE__) . '/list-font-awesome.php');
52 $list_glyphicon = include(dirname(__FILE__) . '/list-glyphicon.php');
53 $list_typicons = include(dirname(__FILE__) . '/list-typicons.php');
54 $list_font_linux = include(dirname(__FILE__) . '/list-font-linux.php');
55 $list_rpg_awesome = include(dirname(__FILE__) . '/list-rpg-awesome.php');
/plugin/mikioplugin/
H A Daction.php15 require_once dirname(__FILE__) . '/inc/polyfill-array-key-first.php';
21 foreach (glob(dirname($pattern) . '/*', GLOB_ONLYDIR | GLOB_NOSORT) as $dir) {
40 $baseDir = str_replace('\\', '/', DOKU_BASE . 'lib/plugins' . str_replace(dirname(dirname(__FILE__)), '', dirname(__FILE__)) . '/');
65 $stylesList = glob_recursive(str_replace('\\', '/', 'lib/plugins' . str_replace(dirname(dirname(__FILE__)), '', dirname(__FILE__)) . '/styles/*'));
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php106 $listdirectory = dirname($_REQUEST['filename']);
226 foreach ($DirectoryContents as $dirname => $val) {
227 … if (isset($DirectoryContents[$dirname]['dir']) && is_array($DirectoryContents[$dirname]['dir'])) {
228 uksort($DirectoryContents[$dirname]['dir'], 'MoreNaturalSort');
229 foreach ($DirectoryContents[$dirname]['dir'] as $filename => $fileinfo) {
273 …if (isset($DirectoryContents[$dirname]['known']) && is_array($DirectoryContents[$dirname]['known']…
274 uksort($DirectoryContents[$dirname]['known'], 'MoreNaturalSort');
275 foreach ($DirectoryContents[$dirname]['known'] as $filename => $fileinfo) {
335 …if (isset($DirectoryContents[$dirname]['other']) && is_array($DirectoryContents[$dirname]['other']…
336 uksort($DirectoryContents[$dirname]['other'], 'MoreNaturalSort');
[all …]
/plugin/judge/
H A Dzerospace.php2 $file = dirname(dirname(dirname(dirname(__FILE__)))) . '/inc/utf8.php';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php21dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'configuration.xml'
35 …$configurationFilename = dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR …
44 …$configurationFilename = dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR …
53 …$configurationFilename = dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR …
176 … 6 => dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'MyTestFile.php',
177 … 7 => dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'MyRelativePath',
227 dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . '.',
252 …$path = dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . '.' . PATH_SEPAR…
336dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'configuration_xinclude.…
353dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'configuration_empty.xml'
[all …]
/plugin/uncmap/_test/
H A Dparser.test.php18 TestUtils::rcopy(TMP_DIR, dirname(__FILE__).'/../conf/mapping.php');
19 TestUtils::rdelete(dirname(__FILE__).'/../conf/mapping.php');
20 touch(dirname(__FILE__).'/../conf/mapping.php');
26 TestUtils::rdelete(dirname(__FILE__) . '/../conf/mapping.php');
27 TestUtils::rcopy(dirname(__FILE__).'/../conf', TMP_DIR.'/mapping.php');
/plugin/projects/syntax/
H A Dprojectfile.php7 require_once(dirname(__FILE__).'/../conf.php');
8 require_once(dirname(__FILE__).'/../lib/layout.php');
9 require_once(dirname(__FILE__).'/../lib/file_definition.php');
10 require_once(dirname(__FILE__).'/../lib/project.php');
/plugin/bootswrapper/exe/
H A Dhelp.php15 realpath(dirname(__FILE__) . '/../../../../'), # Default DokuWiki path
20 if (file_exists(dirname(__FILE__) . '/../doku_inc.php')) {
21 require_once dirname(__FILE__) . '/../doku_inc.php';
52 $help_file = dirname(__FILE__) . '/help/' . $syntax . '.txt';
H A Dpopup.php15 realpath(dirname(__FILE__) . '/../../../../'), # Default DokuWiki path
20 if (file_exists(dirname(__FILE__) . '/../doku_inc.php')) {
21 require_once dirname(__FILE__) . '/../doku_inc.php';
61 foreach (scandir(dirname(__FILE__) . '/../syntax/') as $file) {
138 <?php if (file_exists(dirname(__FILE__) . '/help/' . $tag . '.txt')): ?>
/plugin/npd/tpl/
H A Dmain.php359 <?php /*old includehook*/ @include(dirname(__FILE__).'/meta.html')?>
376 <?php /*old includehook*/ @include(dirname(__FILE__).'/topheader.html')?>
381 <?php /*old includehook*/ @include(dirname(__FILE__).'/pageheader.html')?>
404 <?php /*old includehook*/ @include(dirname(__FILE__).'/footer.html')?>
/plugin/move/_test/
H A DstepThroughDocuments.test.php70 $opts_file = dirname(DOKU_CONF) . '/data/meta/__move_opts';
93 $file_path = dirname(DOKU_CONF) . '/data/meta/__move_pagelist';
103 $file_path = dirname(DOKU_CONF) . '/data/meta/__move_pagelist';
131 $opts_file = dirname(DOKU_CONF) . '/data/meta/__move_opts';
141 $file_path = dirname(DOKU_CONF) . '/data/meta/__move_pagelist';
168 $opts_file = dirname(DOKU_CONF) . '/data/meta/__move_opts';
178 $file_path = dirname(DOKU_CONF) . '/data/meta/__move_pagelist';
213 $opts_file = dirname(DOKU_CONF) . '/data/meta/__move_opts';
226 $file_path = dirname(DOKU_CONF) . '/data/meta/__move_pagelist';
268 $opts_file = dirname(DOKU_CON
[all...]
/plugin/new_page_dialog/tpl/
H A Dmain.php353 <?php /*old includehook*/ @include(dirname(__FILE__).'/meta.html')?>
370 <?php /*old includehook*/ @include(dirname(__FILE__).'/topheader.html')?>
375 <?php /*old includehook*/ @include(dirname(__FILE__).'/pageheader.html')?>
398 <?php /*old includehook*/ @include(dirname(__FILE__).'/footer.html')?>

12345678910>>...60