Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
H A DGoogleChromeManagementV1DisplayInfo.php29 public $isInternal; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1DisplayInfo
60 public function setIsInternal($isInternal) argument
62 $this->isInternal = $isInternal;
69 return $this->isInternal;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DPhishingSpike.php28 public $isInternal; variable in Google\\Service\\AlertCenter\\PhishingSpike
51 public function setIsInternal($isInternal) argument
53 $this->isInternal = $isInternal;
60 return $this->isInternal;
H A DMailPhishing.php28 public $isInternal; variable in Google\\Service\\AlertCenter\\MailPhishing
55 public function setIsInternal($isInternal) argument
57 $this->isInternal = $isInternal;
64 return $this->isInternal;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DUptimeCheckConfig.php40 public $isInternal; variable in Google\\Service\\Monitoring\\UptimeCheckConfig
137 public function setIsInternal($isInternal) argument
139 $this->isInternal = $isInternal;
146 return $this->isInternal;
/plugin/components/lib/
H A Dcomponent_manager.php24 if ($ref_class->isInternal()) continue;
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/src/
H A DWizard.php93 if ($functionOrMethod->isInternal()) {
/plugin/struct/admin/
H A Dassignments.php146 if ($schema->isInternal()) continue;
H A Dschemas.php325 if ($schema->isInternal()) continue;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/
H A DStatic.php170 if ($object->isInternal() &&
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php179 if ($reflectionClass->isInternal()) {
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DSnapshot.php416 if ($class->isInternal()) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DPropertyMetadata.php144 … $this->forceReflectionAccess = $class->isInternal() || $class->getProperty($name)->isStatic();
/plugin/struct/meta/
H A DSchema.php312 public function isInternal()
309 public function isInternal() global() function in dokuwiki\\plugin\\struct\\meta\\Schema