/dports/www/mediawiki135/mediawiki-1.35.5/includes/ |
H A D | ContentSecurityPolicy.php | 414 $urls[] = $repo->getZoneUrl( 'public' ); 415 $urls[] = $repo->getZoneUrl( 'transcoded' ); 416 $urls[] = $repo->getZoneUrl( 'thumb' );
|
H A D | OutputPage.php | 1921 $preconnect[] = wfParseUrl( $repo->getZoneUrl( 'thumb' ) )['host']; 1923 $preconnect[] = wfParseUrl( $repoGroup->getLocalRepo()->getZoneUrl( 'thumb' ) )['host'];
|
/dports/www/mediawiki137/mediawiki-1.37.1/includes/ |
H A D | ContentSecurityPolicy.php | 410 $urls[] = $repo->getZoneUrl( 'public' ); 411 $urls[] = $repo->getZoneUrl( 'transcoded' ); 412 $urls[] = $repo->getZoneUrl( 'thumb' );
|
H A D | OutputPage.php | 1933 $preconnect[] = wfParseUrl( $repo->getZoneUrl( 'thumb' ) )['host']; 1935 $preconnect[] = wfParseUrl( $repoGroup->getLocalRepo()->getZoneUrl( 'thumb' ) )['host'];
|
/dports/www/mediawiki136/mediawiki-1.36.3/includes/ |
H A D | ContentSecurityPolicy.php | 414 $urls[] = $repo->getZoneUrl( 'public' ); 415 $urls[] = $repo->getZoneUrl( 'transcoded' ); 416 $urls[] = $repo->getZoneUrl( 'thumb' );
|
H A D | OutputPage.php | 1923 $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 D | ForeignAPIRepo.php | 379 $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 D | FileRepo.php | 311 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 D | ForeignAPIRepo.php | 381 $localUrl = $this->getZoneUrl( 'thumb' ) . "/" . $this->getHashPath( $name ) . 434 public function getZoneUrl( $zone, $ext = null ) { 441 return parent::getZoneUrl( $zone, $ext );
|
H A D | FileRepo.php | 318 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 D | ForeignAPIRepo.php | 378 $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 D | FileRepo.php | 314 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 D | File.php | 372 $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 D | UnregisteredLocalFile.php | 205 return $this->repo->getZoneUrl( 'public' ) . '/' .
|
/dports/www/mediawiki136/mediawiki-1.36.3/includes/filerepo/file/ |
H A D | File.php | 372 $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 D | UnregisteredLocalFile.php | 205 return $this->repo->getZoneUrl( 'public' ) . '/' .
|
/dports/www/mediawiki137/mediawiki-1.37.1/includes/filerepo/file/ |
H A D | File.php | 387 $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 D | UnregisteredLocalFile.php | 208 return $this->repo->getZoneUrl( 'public' ) . '/' .
|
/dports/www/mediawiki135/mediawiki-1.35.5/ |
H A D | img_auth.php | 61 $baseUrl = $services->getRepoGroup()->getLocalRepo()->getZoneUrl( 'public' );
|
H A D | thumb.php | 73 $baseUrl = $repo->getZoneUrl( 'thumb' );
|
/dports/www/mediawiki137/mediawiki-1.37.1/ |
H A D | img_auth.php | 61 $baseUrl = $services->getRepoGroup()->getLocalRepo()->getZoneUrl( 'public' );
|
H A D | thumb.php | 73 $baseUrl = $repo->getZoneUrl( 'thumb' );
|
/dports/www/mediawiki136/mediawiki-1.36.3/ |
H A D | img_auth.php | 61 $baseUrl = $services->getRepoGroup()->getLocalRepo()->getZoneUrl( 'public' );
|
H A D | thumb.php | 73 $baseUrl = $repo->getZoneUrl( 'thumb' );
|