Home
last modified time | relevance | path

Searched refs:relativeToCurrentScript (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/Event/
H A DGeneratePublicUrlForResourceEvent.php50 private $relativeToCurrentScript; variable in TYPO3\\CMS\\Core\\Resource\\Event\\GeneratePublicUrlForResourceEvent
57 …resource, ResourceStorage $storage, DriverInterface $driver, bool $relativeToCurrentScript = false) argument
62 $this->relativeToCurrentScript = $relativeToCurrentScript;
83 return $this->relativeToCurrentScript;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/Event/
H A DGeneratePublicUrlForResourceEvent.php51 private $relativeToCurrentScript; variable in TYPO3\\CMS\\Core\\Resource\\Event\\GeneratePublicUrlForResourceEvent
58 …resource, ResourceStorage $storage, DriverInterface $driver, bool $relativeToCurrentScript = false) argument
63 $this->relativeToCurrentScript = $relativeToCurrentScript;
88 return $this->relativeToCurrentScript;
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Backend/Avatar/
H A DImage.php59 …* @param bool $relativeToCurrentScript Determines whether the URL returned should be relative to t…
62 public function getUrl($relativeToCurrentScript = false) argument
65 if ($relativeToCurrentScript && !GeneralUtility::isValidUrl($url)) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Backend/Avatar/
H A DImage.php60 …* @param bool $relativeToCurrentScript Determines whether the URL returned should be relative to t…
63 public function getUrl($relativeToCurrentScript = false) argument
66 if ($relativeToCurrentScript && !GeneralUtility::isValidUrl($url)) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/11.3/
H A DDeprecation-94193-PublicUrlWithRelativePathsInFALAPI.rst16 be achieved by setting :php:`$relativeToCurrentScript` to :php:`true`
24 fully capable of supporting absolute URLs, :php:`$relativeToCurrentScript`
36 :php:`\TYPO3\CMS\Core\Resource\Folder`, with :php:`$relativeToCurrentScript`
53 All installations which set :php:`$relativeToCurrentScript` to :php:`true`
68 Remove the :php:`$relativeToCurrentScript` parameter from all calls to
73 Remove the :php:`$relativeToCurrentScript` parameter from all manual calls
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Backend/Avatar/
H A DImage.php56 …* @param bool $relativeToCurrentScript Determines whether the URL returned should be relative to t…
59 public function getUrl($relativeToCurrentScript = false) argument
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/
H A DFileInterface.php139 …* @param bool $relativeToCurrentScript Determines whether the URL returned should be relative to t…
142 public function getPublicUrl($relativeToCurrentScript = false); argument
H A DFile.php331 …* @param bool $relativeToCurrentScript Determines whether the URL returned should be relative t…
335 public function getPublicUrl($relativeToCurrentScript = false) argument
340 return $this->getStorage()->getPublicUrl($this, $relativeToCurrentScript);
H A DFileReference.php443 …* @param bool $relativeToCurrentScript Determines whether the URL returned should be relative t…
446 public function getPublicUrl($relativeToCurrentScript = false) argument
448 return $this->originalFile->getPublicUrl($relativeToCurrentScript);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/
H A DFileInterface.php138 …* @param bool $relativeToCurrentScript Determines whether the URL returned should be relative to t…
141 public function getPublicUrl($relativeToCurrentScript = false); argument
H A DFileReference.php442 …* @param bool $relativeToCurrentScript Determines whether the URL returned should be relative t…
445 public function getPublicUrl($relativeToCurrentScript = false) argument
447 return $this->originalFile->getPublicUrl($relativeToCurrentScript);
H A DProcessedFile.php571 …* @param bool $relativeToCurrentScript Determines whether the URL returned should be relative to t…
574 public function getPublicUrl($relativeToCurrentScript = false) argument
580 return $this->getOriginalFile()->getPublicUrl($relativeToCurrentScript);
582 return $this->getStorage()->getPublicUrl($this, $relativeToCurrentScript);
H A DFile.php360 …* @param bool $relativeToCurrentScript Determines whether the URL returned should be relative t…
364 public function getPublicUrl($relativeToCurrentScript = false) argument
369 return $this->getStorage()->getPublicUrl($this, $relativeToCurrentScript);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/
H A DFileInterface.php139 …* @param bool $relativeToCurrentScript Determines whether the URL returned should be relative to t…
142 public function getPublicUrl($relativeToCurrentScript = false); argument
H A DFile.php315 …* @param bool $relativeToCurrentScript Determines whether the URL returned should be relative t…
319 public function getPublicUrl($relativeToCurrentScript = false) argument
325 return $this->getStorage()->getPublicUrl($this, $relativeToCurrentScript);
H A DFileReference.php434 …* @param bool $relativeToCurrentScript Determines whether the URL returned should be relative t…
437 public function getPublicUrl($relativeToCurrentScript = false) argument
440 return $this->originalFile->getPublicUrl($relativeToCurrentScript);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/OnlineMedia/Helpers/
H A DOnlineMediaHelperInterface.php56 … * @param bool $relativeToCurrentScript Deprecated since TYPO3 v11, will be removed in TYPO3 v12.0
59 public function getPublicUrl(File $file, $relativeToCurrentScript = false); argument
H A DYouTubeHelper.php31 … * @param bool $relativeToCurrentScript Deprecated since TYPO3 v11, will be removed in TYPO3 v12.0
34 public function getPublicUrl(File $file, $relativeToCurrentScript = false) argument
H A DVimeoHelper.php32 … * @param bool $relativeToCurrentScript Deprecated since TYPO3 v11, will be removed in TYPO3 v12.0
35 public function getPublicUrl(File $file, $relativeToCurrentScript = false) argument
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/OnlineMedia/Helpers/
H A DOnlineMediaHelperInterface.php55 * @param bool $relativeToCurrentScript
58 public function getPublicUrl(File $file, $relativeToCurrentScript = false); argument
H A DYouTubeHelper.php30 * @param bool $relativeToCurrentScript
33 public function getPublicUrl(File $file, $relativeToCurrentScript = false) argument
H A DVimeoHelper.php31 * @param bool $relativeToCurrentScript
34 public function getPublicUrl(File $file, $relativeToCurrentScript = false) argument
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/OnlineMedia/Helpers/
H A DOnlineMediaHelperInterface.php56 * @param bool $relativeToCurrentScript
59 public function getPublicUrl(File $file, $relativeToCurrentScript = false); argument
H A DVimeoHelper.php32 * @param bool $relativeToCurrentScript
35 public function getPublicUrl(File $file, $relativeToCurrentScript = false) argument
H A DYouTubeHelper.php31 * @param bool $relativeToCurrentScript
34 public function getPublicUrl(File $file, $relativeToCurrentScript = false) argument

12