Home
last modified time | relevance | path

Searched refs:getZoneUrl (Results 1 – 24 of 24) sorted by relevance

/dports/www/mediawiki135/mediawiki-1.35.5/includes/
H A DContentSecurityPolicy.php414 $urls[] = $repo->getZoneUrl( 'public' );
415 $urls[] = $repo->getZoneUrl( 'transcoded' );
416 $urls[] = $repo->getZoneUrl( 'thumb' );
H A DOutputPage.php1921 $preconnect[] = wfParseUrl( $repo->getZoneUrl( 'thumb' ) )['host'];
1923 $preconnect[] = wfParseUrl( $repoGroup->getLocalRepo()->getZoneUrl( 'thumb' ) )['host'];
/dports/www/mediawiki137/mediawiki-1.37.1/includes/
H A DContentSecurityPolicy.php410 $urls[] = $repo->getZoneUrl( 'public' );
411 $urls[] = $repo->getZoneUrl( 'transcoded' );
412 $urls[] = $repo->getZoneUrl( 'thumb' );
H A DOutputPage.php1933 $preconnect[] = wfParseUrl( $repo->getZoneUrl( 'thumb' ) )['host'];
1935 $preconnect[] = wfParseUrl( $repoGroup->getLocalRepo()->getZoneUrl( 'thumb' ) )['host'];
/dports/www/mediawiki136/mediawiki-1.36.3/includes/
H A DContentSecurityPolicy.php414 $urls[] = $repo->getZoneUrl( 'public' );
415 $urls[] = $repo->getZoneUrl( 'transcoded' );
416 $urls[] = $repo->getZoneUrl( 'thumb' );
H A DOutputPage.php1923 $preconnect[] = wfParseUrl( $repo->getZoneUrl( 'thumb' ) )['host'];
1925 $preconnect[] = wfParseUrl( $repoGroup->getLocalRepo()->getZoneUrl( 'thumb' ) )['host'];
/dports/www/mediawiki135/mediawiki-1.35.5/includes/filerepo/
H A DForeignAPIRepo.php379 $localUrl = $this->getZoneUrl( 'thumb' ) . "/" . $this->getHashPath( $name ) .
432 public function getZoneUrl( $zone, $ext = null ) { function in ForeignAPIRepo
439 return parent::getZoneUrl( $zone, $ext );
H A DFileRepo.php311 public function getZoneUrl( $zone, $ext = null ) { function in FileRepo
1950 'rootUrl' => $this->getZoneUrl( 'public' ),
/dports/www/mediawiki137/mediawiki-1.37.1/includes/filerepo/
H A DForeignAPIRepo.php381 $localUrl = $this->getZoneUrl( 'thumb' ) . "/" . $this->getHashPath( $name ) .
434 public function getZoneUrl( $zone, $ext = null ) {
441 return parent::getZoneUrl( $zone, $ext );
H A DFileRepo.php318 public function getZoneUrl( $zone, $ext = null ) { function in FileRepo
1987 'rootUrl' => $this->getZoneUrl( 'public' ),
/dports/www/mediawiki136/mediawiki-1.36.3/includes/filerepo/
H A DForeignAPIRepo.php378 $localUrl = $this->getZoneUrl( 'thumb' ) . "/" . $this->getHashPath( $name ) .
431 public function getZoneUrl( $zone, $ext = null ) { function in ForeignAPIRepo
438 return parent::getZoneUrl( $zone, $ext );
H A DFileRepo.php314 public function getZoneUrl( $zone, $ext = null ) { function in FileRepo
1990 'rootUrl' => $this->getZoneUrl( 'public' ),
/dports/www/mediawiki135/mediawiki-1.35.5/includes/filerepo/file/
H A DFile.php372 $this->url = $this->repo->getZoneUrl( 'public', $ext ) . '/' . $this->getUrlRel();
1746 $path = $this->repo->getZoneUrl( 'public', $ext ) . '/archive/' . $this->getHashPath();
1767 $path = $this->repo->getZoneUrl( 'thumb', $ext ) . '/archive/' .
1783 private function getZoneUrl( $zone, $suffix = false ) { function in File
1786 $path = $this->repo->getZoneUrl( $zone, $ext ) . '/' . $this->getUrlRel();
1802 return $this->getZoneUrl( 'thumb', $suffix );
1812 return $this->getZoneUrl( 'transcoded', $suffix );
H A DUnregisteredLocalFile.php205 return $this->repo->getZoneUrl( 'public' ) . '/' .
/dports/www/mediawiki136/mediawiki-1.36.3/includes/filerepo/file/
H A DFile.php372 $this->url = $this->repo->getZoneUrl( 'public', $ext ) . '/' . $this->getUrlRel();
1770 $path = $this->repo->getZoneUrl( 'public', $ext ) . '/archive/' . $this->getHashPath();
1791 $path = $this->repo->getZoneUrl( 'thumb', $ext ) . '/archive/' .
1807 private function getZoneUrl( $zone, $suffix = false ) { function in File
1810 $path = $this->repo->getZoneUrl( $zone, $ext ) . '/' . $this->getUrlRel();
1826 return $this->getZoneUrl( 'thumb', $suffix );
1836 return $this->getZoneUrl( 'transcoded', $suffix );
H A DUnregisteredLocalFile.php205 return $this->repo->getZoneUrl( 'public' ) . '/' .
/dports/www/mediawiki137/mediawiki-1.37.1/includes/filerepo/file/
H A DFile.php387 $this->url = $this->repo->getZoneUrl( 'public', $ext ) . '/' . $this->getUrlRel();
1832 $path = $this->repo->getZoneUrl( 'public', $ext ) . '/archive/' . $this->getHashPath();
1853 $path = $this->repo->getZoneUrl( 'thumb', $ext ) . '/archive/' .
1869 private function getZoneUrl( $zone, $suffix = false ) { function in File
1872 $path = $this->repo->getZoneUrl( $zone, $ext ) . '/' . $this->getUrlRel();
1888 return $this->getZoneUrl( 'thumb', $suffix );
1898 return $this->getZoneUrl( 'transcoded', $suffix );
H A DUnregisteredLocalFile.php208 return $this->repo->getZoneUrl( 'public' ) . '/' .
/dports/www/mediawiki135/mediawiki-1.35.5/
H A Dimg_auth.php61 $baseUrl = $services->getRepoGroup()->getLocalRepo()->getZoneUrl( 'public' );
H A Dthumb.php73 $baseUrl = $repo->getZoneUrl( 'thumb' );
/dports/www/mediawiki137/mediawiki-1.37.1/
H A Dimg_auth.php61 $baseUrl = $services->getRepoGroup()->getLocalRepo()->getZoneUrl( 'public' );
H A Dthumb.php73 $baseUrl = $repo->getZoneUrl( 'thumb' );
/dports/www/mediawiki136/mediawiki-1.36.3/
H A Dimg_auth.php61 $baseUrl = $services->getRepoGroup()->getLocalRepo()->getZoneUrl( 'public' );
H A Dthumb.php73 $baseUrl = $repo->getZoneUrl( 'thumb' );