Lines Matching refs:_redirectaddr

106 	var $_redirectaddr	=	false;				// will be set if page fetched is a redirect  variable in Snoopy
159 if($this->_redirectaddr)
165 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)
169 $this->lastredirectaddr=$this->_redirectaddr;
170 $this->fetch($this->_redirectaddr);
219 if($this->_redirectaddr)
225 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)
229 $this->lastredirectaddr=$this->_redirectaddr;
230 $this->fetch($this->_redirectaddr);
311 if($this->_redirectaddr)
316 if(!preg_match("|^".$URI_PARTS["scheme"]."://|", $this->_redirectaddr))
317 …$this->_redirectaddr = $this->_expandlinks($this->_redirectaddr,$URI_PARTS["scheme"]."://".$URI_PA…
320 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)
324 $this->lastredirectaddr=$this->_redirectaddr;
325 if( strpos( $this->_redirectaddr, "?" ) > 0 )
326 …$this->fetch($this->_redirectaddr); // the redirect has changed the request method from post to get
328 $this->submit($this->_redirectaddr,$formvars, $formfiles);
378 if($this->_redirectaddr)
383 if(!preg_match("|^".$URI_PARTS["scheme"]."://|", $this->_redirectaddr))
384 …$this->_redirectaddr = $this->_expandlinks($this->_redirectaddr,$URI_PARTS["scheme"]."://".$URI_PA…
387 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok)
391 $this->lastredirectaddr=$this->_redirectaddr;
392 if( strpos( $this->_redirectaddr, "?" ) > 0 )
393 …$this->fetch($this->_redirectaddr); // the redirect has changed the request method from post to get
395 $this->submit($this->_redirectaddr,$formvars, $formfiles);
781 if($this->passcookies && $this->_redirectaddr)
846 $this->_redirectaddr = false;
869 $this->_redirectaddr = $URI_PARTS["scheme"]."://".$this->host.":".$this->port;
872 $this->_redirectaddr .= "/".$matches[2];
874 $this->_redirectaddr .= $matches[2];
877 $this->_redirectaddr = $matches[2];
912 $this->_redirectaddr = $this->_expandlinks($match[1],$URI);
943 if($this->passcookies && $this->_redirectaddr)
1022 $this->_redirectaddr = false;
1037 $this->_redirectaddr = $URI_PARTS["scheme"]."://".$this->host.":".$this->port;
1040 $this->_redirectaddr .= "/".$matches[2];
1042 $this->_redirectaddr .= $matches[2];
1045 $this->_redirectaddr = $matches[2];
1058 $this->_redirectaddr = $this->_expandlinks($match[1],$URI);