| /dokuwiki/inc/Utf8/ |
| H A D | Table.php | 20 if ($table === null) $table = include __DIR__ . '/tables/case.php'; 47 $table = include __DIR__ . '/tables/loweraccents.php'; 60 $table = include __DIR__ . '/tables/upperaccents.php'; 73 $table = include __DIR__ . '/tables/romanization.php'; 86 $table = include __DIR__ . '/tables/specials.php';
|
| /dokuwiki/inc/ |
| H A D | preload.php.dist | 12 // include this after DOKU_FARMDIR if you want to use farms 13 //include(fullpath(dirname(__FILE__)).'/farm.php');
|
| H A D | changelog.php | 155 * RECENTS_SKIP_DELETED - don't include deleted pages 156 * RECENTS_SKIP_MINORS - don't include minor changes 157 * RECENTS_ONLY_CREATION - only include new created pages and media 158 * RECENTS_SKIP_SUBSPACES - don't include subspaces 258 * RECENTS_SKIP_DELETED - don't include deleted pages 259 * RECENTS_SKIP_MINORS - don't include minor changes 260 * RECENTS_ONLY_CREATION - only include new created pages and media 261 * RECENTS_SKIP_SUBSPACES - don't include subspaces
|
| /dokuwiki/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.yml | 34 Provide a clear and concise description of what the problem is and include as many 62 description: If applicable, always include if unsure 67 description: If applicable, always include if unsure 87 …Please be sure to include any technical information that might be helpful in diagnosing the proble…
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Archive.php | 54 …lt this will extract all files found in the archive. You can restrict the output using the $include 56 …* $include is set, only files that match this expression will be extracted. Files that match the $… 65 * @param string $include a regular expression of files to include 69 abstract public function extract($outdir, $strip = '', $exclude = '', $include = ''); argument
|
| H A D | FileInfo.php | 337 * Does the file match the given include and exclude expressions? 339 * Exclude rules take precedence over include rules 341 * @param string $include Regular expression of files to include 345 public function matchExpression($include = '', $exclude = '') argument 348 if ($include && !preg_match($include, $this->getPath())) {
|
| /dokuwiki/lib/exe/ |
| H A D | js.php | 172 * Load the given file, handle include calls and print it 184 while (preg_match('#/\*\s*DOKUWIKI:include(_once)?\s+([\w\.\-_/]+)\s*\*/#', $data, $match)) { 248 include $path . "en/lang.php"; 252 include($config_file . $p . '/en/lang.php'); 257 include($path . $conf['lang'] . '/lang.php'); 261 include($config_file . $p . '/' . $conf['lang'] . '/lang.php'); 290 include $path . "en/lang.php"; 294 include($config_file . $conf['template'] . '/en/lang.php'); 298 include $path . $conf['lang'] . "/lang.php"; 302 include $path . $conf['lang'] . "/lang.php"; [all …]
|
| H A D | indexer.php | 7 include __DIR__ . '/taskrunner.php';
|
| /dokuwiki/lib/plugins/config/core/ |
| H A D | Loader.php | 49 include DOKU_PLUGIN . 'config/settings/config.metadata.php'; 207 // include file 209 include $file; 265 // include files 268 include $dir . 'lang/en/settings.php'; 271 include $dir . 'lang/' . $ll . '/settings.php';
|
| /dokuwiki/_test/ |
| H A D | phpunit.xml | 10 <include> 12 </include>
|
| /dokuwiki/inc/lang/et/ |
| H A D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | build.xml | 27 <include name="**"/> 32 <include name="contrib/**"/> 33 <include name="docs/**"/> 179 <include name="${zipfile}" /> 180 <include name="${gzfile}" /> 181 <include name="${bz2file}" />
|
| /dokuwiki/inc/lang/id/ |
| H A D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
| /dokuwiki/inc/lang/cy/ |
| H A D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
| /dokuwiki/inc/lang/nl/ |
| H A D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
| /dokuwiki/inc/lang/en/ |
| H A D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
| /dokuwiki/inc/lang/az/ |
| H A D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
| /dokuwiki/inc/Extension/ |
| H A D | PluginTrait.php | 158 // don't include once, in case several plugin components require the same language file 159 @include($path . 'en/lang.php'); 162 include($config_file . $this->getPluginName() . '/en/lang.php'); 167 @include($path . $conf['lang'] . '/lang.php'); 170 … include($config_file . $this->getPluginName() . '/' . $conf['lang'] . '/lang.php'); 231 include($path . 'default.php');
|
| /dokuwiki/_test/tests/inc/ |
| H A D | auth_nameencode.test.php | 58 // include a two byte utf8 character which shouldn't be encoded 66 // include a three byte utf8 character which shouldn't be encoded
|
| /dokuwiki/inc/lang/ca-valencia/ |
| H A D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
| /dokuwiki/lib/tpl/dokuwiki/ |
| H A D | main.php | 31 <?php include(__DIR__ . '/tpl_header.php') ?> 38 ?>"><div class="pad aside include group"> 82 <?php include(__DIR__ . '/tpl_footer.php') ?>
|
| /dokuwiki/inc/lang/fo/ |
| H A D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
| /dokuwiki/inc/lang/da/ |
| H A D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
| /dokuwiki/inc/lang/el/ |
| H A D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
| /dokuwiki/inc/lang/de-informal/ |
| H A D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|