Home
last modified time | relevance | path

Searched refs:include (Results 1 – 25 of 28) sorted by relevance

12

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php54 * By default 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 $exclude
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())) {
H A DTar.php138 * By default this will extract all files found in the archive. You can restrict the output using the $include
140 * $include is set only files that match this expression will be extracted. Files that match the $exclude
150 * @param string $include a regular expression of files to include
155 public function extract($outdir, $strip = '', $exclude = '', $include = '') argument
180 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
H A DZip.php121 * By default this will extract all files found in the archive. You can restrict the output using the $include
123 * $include is set only files that match this expression will be extracted. Files that match the $exclude
130 * @param string $include a regular expression of files to include
134 public function extract($outdir, $strip = '', $exclude = '', $include = '') argument
162 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
/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');
/dokuwiki/inc/lang/el/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/et/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/ar/
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/id/
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/fa/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/ca-valencia/
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/az/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/fo/
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
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
H A DLICENSE
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md7 Changes include:
/dokuwiki/conf/
H A Dmysql.conf.php.example19 * or at least include this file in local.protected.php.
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE286 during execution displays copyright notices, you must include the
324 Library" must include any data and utility programs needed for
326 the materials to be distributed need not include anything that is
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE281 during execution displays copyright notices, you must include the
319 Library" must include any data and utility programs needed for
321 the materials to be distributed need not include anything that is
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt131 You can include external and internal [[doku>images|images, videos and audio files]] with curly brackets. Optionally you can specify the size of them.
380 You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''.

12