Searched refs:urlRegex (Results 1 – 3 of 3) sorted by relevance
47 public $urlRegex; variable in Google\\Service\\Appengine\\UrlMap150 public function setUrlRegex($urlRegex) argument152 $this->urlRegex = $urlRegex;159 return $this->urlRegex;
220 urlRegex = /^((?:http|https|ftp|news|m-files):\/\/)?(.*)$/,368 // urlRegex matches empty strings, so need to check for href as well.369 else if ( href && ( urlMatch = href.match( urlRegex ) ) )
204 urlRegex = /^((?:http|https|ftp|news|m-files):\/\/)?(.*)$/, 361 // urlRegex matches empty strings, so need to check for href as well.362 else if ( href && ( urlMatch = href.match( urlRegex ) ) )