Home
last modified time | relevance | path

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

/plugin/archivegenerator/
Dadmin.php340 …* @param null|string $skipRegex files and directories matching this regex will be ignored. no deli…
344 protected function addDirToArchive(Zip $archive, $srcDir, $recursive = true, $skipRegex = null) argument
351 if ($skipRegex) {
352 $message[] = sprintf($this->getLang('message: skipping files'), hsc($skipRegex));
356 $this->addFilesToArchive(DOKU_INC . $srcDir, $archive, !$recursive, $skipRegex);
367 * @param null $skipRegex
372 … protected function addFilesToArchive($source, Zip $archive, $filesOnly = false, $skipRegex = null) argument
398 if ($skipRegex && preg_match("#$skipRegex#", $this->getDWPathName($srcFN))) {
406 $copyOK = $this->addFilesToArchive($srcFN, $archive, $filesOnly, $skipRegex);
/plugin/aichat/conf/
Ddefault.php59 $conf['skipRegex'] = ':(playground|sandbox)(:|$)';
/plugin/aichat/
DAGENTS.md146 - Indexing filters: skipRegex, matchRegex