Searched refs:raw_url (Results 1 – 2 of 2) sorted by relevance
/plugin/pycode/ |
H A D | method.php | 432 * @param (str) $raw_url the url to the raw code of <file> in the repo 491 public function _get_tree_dif ($raw_url, $loc_url, $tree_new, $tree_old) { argument 508 list($code_cls_new, $sl, $el) = $this->_get_code($raw_url, "c", $name); 550 list($code_def_new, $sl, $el) = $this->_get_code($raw_url, "f", $val, $name); 581 $raw_url = ""; 608 $raw_url = "https://" . implode("/", $url); 613 $raw_url = "https://" . implode("/", $url); 616 return $raw_url;
|
H A D | syntax.php | 244 $raw_url = $this->mpp->_get_raw_url($src_url); 267 list($code_raw, $sl_raw, $el_raw) = $this->mpp->_get_code($raw_url); 275 … list($code_raw, $sl_raw, $el_raw) = $this->mpp->_get_code($raw_url, $flag, $name, $subname);
|