Home
last modified time | relevance | path

Searched refs:urlRegex (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DUrlMap.php47 public $urlRegex; variable in Google\\Service\\Appengine\\UrlMap
150 public function setUrlRegex($urlRegex) argument
152 $this->urlRegex = $urlRegex;
159 return $this->urlRegex;
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc220 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 ) ) )
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc204 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 ) ) )