Home
last modified time | relevance | path

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

/plugin/pycode/
H A Dmethod.php633 $name_host = "";
661 $name_host = substr($url[0], 0, -4); // strip ".org|.com"
666 return array($name_host, $name_repo, $name_brch, $name_file);
797 * @param (str) $name_host the name of the service hosting
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 Dsyntax.php241 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);