Searched refs:inputURL (Results 1 – 1 of 1) sorted by relevance
26 private function shortenByTranslation(&$inputURL, $deepSearch = false) argument 29 $inputURL = str_replace(':', '/', $inputURL);33 $url = explode('/', $inputURL);54 $inputURL = implode('/', $url);55 $inputURL = preg_replace("$\/+$", "/", $inputURL);57 if (strlen($inputURL) > 0 && substr($inputURL, 0, 1) == '/')59 $inputURL [all...]