Lines Matching refs:src_url
228 $src_url = $data[0];
229 $src_url = $this->mpp->_check_src_url($src_url);
230 if (in_array($src_url, $code_error)) {
231 throw new Exception($this->mpp->_check_src_url($src_url));
241 list($name_host, $name_repo, $name_brch, $name_file) = $this->mpp->_get_names($src_url);
244 $raw_url = $this->mpp->_get_raw_url($src_url);
248 $repo[$src_url] = 0;
251 in_array($src_url, array_keys($repo)) == false) {
252 $repo[$src_url] = 2;
265 if ($repo[$src_url] == 0) {
274 elseif ($repo[$src_url] == 2) {
293 if ($repo[$src_url] == 0 or $repo[$src_url] == 1) {
296 …$this->_print_code($renderer, $src_url, $code_loc, $lang, $range, $flag, $name, $subname, $nums, $…
302 $repo[$src_url] = 1;
304 elseif ($repo[$src_url] == 2) {
314 …$this->_print_code($renderer, $src_url, $code_loc, $lang, $range, $flag, $name, $subname, $nums, $…
361 * @param (str) $src_url the url to the source code of <file> in the repo
380 private function _print_code(Doku_Renderer $renderer, $src_url, $code, $lang, $range, $flag, argument
396 $src = basename($src_url) . " ⋅ ";
399 $src = $src_url . " ⋅ ";
452 $icon = $this->mpp->_get_icon($src_url);