Home
last modified time | relevance | path

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

/plugin/gitbacked/lib/
H A DGit.php135 const REGEX_GIT_URL_FILTER_PWD = "/^(.*)((http:)|(https:))([^:]+)(:[^@]*)?(.*)/im"; define in GitRepo
338 …$error_message = preg_replace($this::REGEX_GIT_URL_FILTER_PWD, $this::REGEX_GIT_URL_FILTER_PWD_REP…