Lines Matching refs:URLUtil
12 $newStr = URLUtil::encodePath($str);
25 $this->assertEquals($str, URLUtil::decodePath($newStr));
34 $newStr = URLUtil::encodePathSegment($str);
49 $this->assertEquals($str, URLUtil::decodePathSegment($newStr));
56 $newStr = URLUtil::decodePath($str);
67 $newStr = URLUtil::decodePath($str);
78 $newStr = URLUtil::decodePath($str);
91 $newStr = URLUtil::decodePath($str);
92 $this->assertEquals(strtolower($str), URLUtil::encodePath($newStr));
122 $output = URLUtil::splitPath($input);
137 URLUtil::resolve($base, $update)