Lines Matching refs:loc_url
242 $loc_url = $this->mpp->_get_loc_url($name_host, $name_repo, $name_brch, $name_file);
247 if ((file_exists($loc_url) == false)) {
250 elseif (file_exists($loc_url) == true and
272 $this->mpp->_save_code($loc_url, $code_raw);
283 $tmp_raw_loc_url = $loc_url . ".tmp";
287 … list($code_loc, $sl_loc, $el_loc) = $this->mpp->_get_code($loc_url, $flag, $name, $subname);
300 $this->_print_tree($renderer, $loc_url, $tree_loc, $docstr);
308 $this->_print_note($renderer, $loc_url, $code_raw, $sl_loc, $el_loc);
320 … $tree_dif = $this->mpp->_get_tree_dif($tmp_raw_loc_url, $loc_url, $tree_raw, $tree_loc);
321 $this->_print_note($renderer, $loc_url, $code_raw, $sl_loc, $el_loc);
322 $this->_print_tree($renderer, $loc_url, $tree_dif, $docstr);
325 $this->_print_tree($renderer, $loc_url, $tree_loc, $docstr);
333 $this->mpp->_save_code($tmp_log_url, $loc_url);
477 * @param (str) $loc_url the url to the raw code of the copy of <file> in
502 private function _print_tree(Doku_Renderer $renderer, $loc_url, $tree, $docstr = null) { argument
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]);
624 * @param (str) $loc_url the url to the raw code of the copy of <file> in
630 private function _print_note(Doku_Renderer $renderer, $loc_url, $code_new, $sl, $el) { argument
640 $renderer->doc .= "<input type='hidden' name='url' value=$loc_url>";