Home
last modified time | relevance | path

Searched refs:relativize (Results 1 – 9 of 9) sorted by relevance

/plugin/combo/ComboStrap/
H A DLocalPath.php253 public function relativize(LocalPath $localPath): LocalPath function in ComboStrap\\LocalPath
290 return $realPath->relativize($localPath);
294 $this->relativize($localPath);
H A DWikiPath.php614 $relativePath = $path->relativize($drivePath);
625 $relativePath = $path->relativize($drivePath);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriResolver.php140 public static function relativize(UriInterface $base, UriInterface $target) function in GuzzleHttp\\Psr7\\UriResolver
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md706 ### `GuzzleHttp\Psr7\UriResolver::relativize`
708 `public static function relativize(UriInterface $base, UriInterface $target): UriInterface`
713 (string) $target === (string) UriResolver::resolve($base, UriResolver::relativize($base, $target))
721 echo UriResolver::relativize($base, new Uri('http://example.com/a/b/c')); // prints 'c'.
722 echo UriResolver::relativize($base, new Uri('http://example.com/a/x/y')); // prints '../x/y'.
723 echo UriResolver::relativize($base, new Uri('http://example.com/a/b/?q')); // prints '?q'.
724 echo UriResolver::relativize($base, new Uri('http://example.org/a/b/')); // prints '//example.org…
H A DCHANGELOG.md176 - `UriResolver::relativize`
/plugin/issuetracker/
H A Dprototype.js3813 function relativize(element) { function
3887 relativize: relativize
5940 relativize: function(element) { method in Position
5942 return Element.relativize(element);
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js408 Position.relativize(this.element);
H A Dprototype.js2344 relativize: function(element) {
4789 relativize: function(element) { method in Position
4791 return Element.relativize(element);
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js2053 relativize: function(element) {
4132 relativize: function(element) { method in Position
4134 return Element.relativize(element);