Searched refs:skipRegex (Results 1 – 3 of 3) sorted by relevance
| /plugin/archivegenerator/ |
| D | admin.php | 340 …* @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/ |
| D | default.php | 59 $conf['skipRegex'] = ':(playground|sandbox)(:|$)';
|
| /plugin/aichat/ |
| D | AGENTS.md | 146 - Indexing filters: skipRegex, matchRegex
|