Searched refs:name_brch (Results 1 – 2 of 2) sorted by relevance
/plugin/pycode/ |
H A D | method.php | 635 $name_brch = ""; 663 $name_brch = $url[4]; 666 return array($name_host, $name_repo, $name_brch, $name_file); 799 * @param (str) $name_brch the name of the branch 804 public function _get_loc_url($name_host, $name_repo, $name_brch, $name_file) { argument 806 $var = $name_host. "/" . $name_repo . "/" . $name_brch;
|
H A D | syntax.php | 241 list($name_host, $name_repo, $name_brch, $name_file) = $this->mpp->_get_names($src_url); 242 $loc_url = $this->mpp->_get_loc_url($name_host, $name_repo, $name_brch, $name_file);
|