Home
last modified time | relevance | path

Searched full:include (Results 1 – 25 of 191) sorted by relevance

12345678

/dokuwiki/inc/Utf8/
H A DTable.php20 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 Dpreload.php.dist12 // include this after DOKU_FARMDIR if you want to use farms
13 //include(fullpath(dirname(__FILE__)).'/farm.php');
H A Dchangelog.php155 * 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 Dbug_report.yml34 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 DArchive.php54 …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 DFileInfo.php337 * 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 Djs.php172 * 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 Dindexer.php7 include __DIR__ . '/taskrunner.php';
/dokuwiki/lib/plugins/config/core/
H A DLoader.php49 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 Dphpunit.xml10 <include>
12 </include>
/dokuwiki/inc/lang/et/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/vendor/geshi/geshi/
H A Dbuild.xml27 <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 Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/cy/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/nl/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/en/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/az/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/Extension/
H A DPluginTrait.php158 // 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');
170include($config_file . $this->getPluginName() . '/' . $conf['lang'] . '/lang.php');
231 include($path . 'default.php');
/dokuwiki/_test/tests/inc/
H A Dauth_nameencode.test.php58 // 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 Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/lib/tpl/dokuwiki/
H A Dmain.php31 <?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 Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/da/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/el/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/de-informal/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway

12345678