Searched refs:allowedURL (Results 1 – 5 of 5) sorted by relevance
63 if (!$this->allowedURL($url)) {78 function allowedURL($url) function in Auth_Yadis_HTTPFetcher
105 if (!$this->allowedURL($url)) {
70 if (!$this->allowedURL($url)) {88 function allowedURL($url) function in Auth_Yadis_HTTPFetcher
129 if (!$this->allowedURL($url)) {
371 foreach($allowedImagesURL as $allowedURL){372 $allowedURL = trim($allowedURL);373 if(empty($allowedURL)) continue;374 if(strpos($url, $allowedURL) === 0 ){