Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php64 * @param string $exclude a regular expression of files to exclude
69 abstract public function extract($outdir, $strip = '', $exclude = '', $include = ''); argument
H A DFileInfo.php342 * @param string $exclude Regular expression of files to exclude
345 public function matchExpression($include = '', $exclude = '') argument
351 if ($exclude && preg_match($exclude, $this->getPath())) {
H A DZip.php129 * @param string $exclude a regular expression of files to exclude
134 public function extract($outdir, $strip = '', $exclude = '', $include = '') argument
162 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
H A DTar.php179 * @param string $exclude a regular expression of files to exclude
185 public function extract($outdir, $strip = '', $exclude = '', $include = '') argument
210 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
/dokuwiki/_test/
H A Dcomposer.lock92 "exclude-from-classmap": [