Home
last modified time | relevance | path

Searched refs:Site (Results 1 – 25 of 127) sorted by path

123456

/plugin/404manager/lang/fr/
H A Dadd.txt4 | Site web | - <nowiki>http://www.example.com/mypage</nowiki> \\ - <nowiki>http://www.example.com</…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DListSitesResponse.php27 protected $sitesType = Site::class;
45 * @param Site[]
52 * @return Site[]
H A DSite.php20 class Site extends \Google\Model class
116 class_alias(Site::class, 'Google_Service_Adsense_Site');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/Resource/
H A DAccountsSites.php21 use Google\Service\Adsense\Site; alias
39 * @return Site
45 return $this->call('get', [$params], Site::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DSites.php20 use Google\Service\Dfareporting\Site; alias
39 * @return Site
45 return $this->call('get', [$params], Site::class);
51 * @param Site $postBody
53 * @return Site
59 return $this->call('insert', [$params], Site::class);
107 * @param Site $postBody
109 * @return Site
115 return $this->call('patch', [$params], Site::class);
121 * @param Site $postBody
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DSite.php20 class Site extends \Google\Collection class
251 class_alias(Site::class, 'Google_Service_Dfareporting_Site');
H A DSitesListResponse.php31 protected $sitesType = Site::class;
63 * @param Site[]
70 * @return Site[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DBulkEditSitesRequest.php27 protected $createdSitesType = Site::class;
53 * @param Site[]
60 * @return Site[]
H A DBulkEditSitesResponse.php23 protected $sitesType = Site::class;
27 * @param Site[]
34 * @return Site[]
H A DListSitesResponse.php27 protected $sitesType = Site::class;
45 * @param Site[]
52 * @return Site[]
H A DReplaceSitesRequest.php27 protected $newSitesType = Site::class;
49 * @param Site[]
56 * @return Site[]
H A DReplaceSitesResponse.php23 protected $sitesType = Site::class;
27 * @param Site[]
34 * @return Site[]
H A DSite.php20 class Site extends \Google\Model class
62 class_alias(Site::class, 'Google_Service_DisplayVideo_Site');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DAdvertisersChannelsSites.php26 use Google\Service\DisplayVideo\Site; alias
64 * @param Site $postBody
69 * @return Site
71 public function create($advertiserId, $channelId, Site $postBody, $optParams = [])
75 return $this->call('create', [$params], Site::class);
H A DPartnersChannelsSites.php26 use Google\Service\DisplayVideo\Site; alias
62 * @param Site $postBody
67 * @return Site
69 public function create($partnerId, $channelId, Site $postBody, $optParams = [])
73 return $this->call('create', [$params], Site::class);
/plugin/coinhive/
H A DREADME.md10 The DokuWiki Plugin LazyLoads the CoinHive Library into your DokuWiki-Site and starts the Miner wit…
/plugin/combo/ComboStrap/
H A DBootstrap.php424 $direction = Site::getLangObject()->getDirection();
H A DBrand.php64 $this->brandUrl = Site::getBaseUrl();
65 $secondaryColor = Site::getSecondaryColor();
225 return $this->name . " (" . Site::getTitle() . ")";
251 return Site::getTitle();
298 return Site::getLogoAsSvgImage()
H A DBrandTag.php172 $htmlOutput .= Site::getName();
H A DCacheExpirationDate.php60 $cacheIntervalInSecond = Site::getXhtmlCacheTime();
H A DCanonical.php143 if ($resourceCombo->getPathObject()->getLastNameWithoutExtension() === Site::getIndexPageName()) {
H A DColorRgb.php848 $primaryColor = Site::getPrimaryColorValue();
857 $secondaryColor = Site::getSecondaryColorValue();
H A DDateTag.php42 $lang = Site::getLang();
H A DExecutionContext.php120 private Site $app;
1017 function getApp(): Site
1022 $this->app = new Site($this);
H A DFeaturedIcon.php60 return Site::getLogoAsSvgImage();

123456