Lines Matching refs:orig
315 * @param string $orig page id of redirect origin
319 protected function _show_message($format, $orig=NULL, $dest=NULL, $status=302)
331 foreach (array($orig, $dest) as $id) {
345 msg(sprintf($this->getLang($format), $link[$orig], $link[$dest]), -1);
354 msg(sprintf($this->getLang($format), $link[$orig], $link[$dest]), 0);
365 protected function _log_redirection($status, $orig, $dest='')
374 // $dest is referer of the $orig page
375 $s.= "\t".$status."\t".$orig."\t".$dest;
377 // redirect from $orig to $dest
378 $s.= "\t".$status."\t".$orig."\t".$dest;