Home
last modified time | relevance | path

Searched refs:getApp (Results 1 – 13 of 13) sorted by relevance

/plugin/combo/ComboStrap/
H A DExecutionContext.php343 $this->getApp()->getConfig()->restoreConfigState();
536 $this->getApp()->getConfig()->setConf($key, $value, $pluginNamespace);
548 return $this->getApp()->getConfig()->getValue($key, $default);
575 $this->getApp()->getConfig()->setCacheXhtmlOn();
586 $this->getApp()->getConfig()->setCacheXhtmlOn();
602 $this->getApp()->getConfig()->setDisableThemeSystem();
613 return $this->getApp()->getConfig()->isConsoleOn();
1017 function getApp(): Site function in ComboStrap\\ExecutionContext
1032 return $this->getApp()->getConfig();
/plugin/statistics/vendor/matomo/device-detector/Parser/
DOperatingSystem.php480 if (\in_array($this->clientHints->getApp(), $androidApps) && 'Android' !== $name) {
487 if ('org.lineageos.jelly' === $this->clientHints->getApp() && 'Lineage OS' !== $name) {
497 if ('org.mozilla.tv.firefox' === $this->clientHints->getApp() && 'Fire OS' !== $name) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1ListDeveloperAppsResponse.php36 public function getApp() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1ListDeveloperAppsResponse
DGoogleCloudApigeeV1ListAppsResponse.php36 public function getApp() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1ListAppsResponse
/plugin/authfacebook/lib/
DFacebookResponse.php100 public function getApp() function in Facebook\\FacebookResponse
102 return $this->request->getApp();
DFacebookBatchRequest.php125 if (!$request->getApp()) {
126 $app = $this->getApp();
DFacebook.php171 public function getApp() function in Facebook\\Facebook
194 $app = $this->getApp();
DFacebookRequest.php181 public function getApp() function in Facebook\\FacebookRequest
/plugin/statistics/vendor/matomo/device-detector/Parser/Client/Hints/
DBrowserHints.php40 $appId = $this->clientHints->getApp();
DAppHints.php40 $appId = $this->clientHints->getApp();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/
DStreamMapping.php45 public function getApp() function in Google\\Service\\FirebaseManagement\\StreamMapping
/plugin/farm/
Dsoapserver.php54 $app = $this->getApp($appname);
76 function getApp($name) { function in farmSOAP
/plugin/statistics/vendor/matomo/device-detector/
DClientHints.php231 public function getApp(): string function in DeviceDetector\\ClientHints