Lines Matching refs:name_file
636 $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
807 $loc_url = $dir . "/" . $var. "/" . $name_file;