Home
last modified time | relevance | path

Searched refs:matchExpression (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php50 trigger_error('FileInfo::match() is deprecated, use FileInfo::matchExpression() instead.', E_USER_NOTICE);
345 public function matchExpression($include = '', $exclude = '') function in splitbrain\\PHPArchive\\FileInfo
H A DTar.php180 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
H A DZip.php162 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {