Home
last modified time | relevance | path

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

/plugin/gitbacked/lib/
H A DGit.php136 const REGEX_GIT_URL_FILTER_PWD_REPLACE_PATTERN = "$1$2$5$7"; define in GitRepo
338 … = preg_replace($this::REGEX_GIT_URL_FILTER_PWD, $this::REGEX_GIT_URL_FILTER_PWD_REPLACE_PATTERN, …