Home
last modified time | relevance | path

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

/plugin/pycode/
H A Dmethod.php636 $name_file = "";
664 $name_file = $url[5];
666 return array($name_host, $name_repo, $name_brch, $name_file);
675 public function _get_icon($name_file) { argument
677 $ext_file = pathinfo($name_file, PATHINFO_EXTENSION);
704 * @param (str) $name_file the name of path/to/<file>
707 public function _get_lang($name_file) { argument
709 $ext = pathinfo($name_file, PATHINFO_EXTENSION);
800 * @param (str) $name_file the name of <file>
804 public function _get_loc_url($name_host, $name_repo, $name_brch, $name_file) { argument
[all …]
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);
243 $lang = $this->mpp->_get_lang($name_file);