Home
last modified time | relevance | path

Searched refs:_get_code (Results 1 – 3 of 3) sorted by relevance

/plugin/pycode/
H A Dsyntax.php267 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);
287 … list($code_loc, $sl_loc, $el_loc) = $this->mpp->_get_code($loc_url, $flag, $name, $subname);
515 list($code, $sl, $el) = $this->mpp->_get_code($loc_url, "c", $val[1]);
521 … list($code, $sl, $el) = $this->mpp->_get_code($loc_url, "f", $val[1], $tree[0][1]);
H A Dmethod.php41 public function _get_code($url, $flag = null, $name = null, $subname = null) { function in method_pycode_plugin
507 list($code_cls_old, $sl, $el) = $this->_get_code($loc_url, "c", $name);
508 list($code_cls_new, $sl, $el) = $this->_get_code($raw_url, "c", $name);
549 list($code_def_old, $sl, $el) = $this->_get_code($loc_url, "f", $val, $name);
550 list($code_def_new, $sl, $el) = $this->_get_code($raw_url, "f", $val, $name);
H A Daction.php68 list($code_all_old, $flag, $name, $subname) = $this->mpp->_get_code($loc_url);