Searched refs:proxy_url (Results 1 – 4 of 4) sorted by relevance
79 $proxy_url = $list[$i];81 if (preg_match($search, $proxy_url)) {83 "Found regexp " . $search . " matching " . $proxy_url87 "No regexp match " . $search . " != " . $proxy_url93 if (strncasecmp($search, $proxy_url, strlen($search)) == 0) {95 "Found string " . $search . " matching " . $proxy_url99 "No match " . $search . " != " . $proxy_url
544 if ( empty($this->_server['proxy_url']) ) {547 $this->_server['proxy_url'] = '';551 $this->_server['proxy_url'] = $this->_getServerBaseURL().'proxy';555 return $this->_server['proxy_url'];
11 function Auth_Yadis_ProxyResolver($fetcher, $proxy_url = null) argument14 $this->proxy_url = $proxy_url;15 if (!$this->proxy_url) {16 $this->proxy_url = Auth_Yadis_getDefaultProxy();24 $hxri = $this->proxy_url . $qxri;
15 function __construct($fetcher, $proxy_url = null) argument18 $this->proxy_url = $proxy_url;19 if (!$this->proxy_url) {20 $this->proxy_url = Auth_Yadis_getDefaultProxy();28 $hxri = $this->proxy_url . $qxri;