Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
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/
DPhishingSpike.php28 public $isInternal; variable in Google\\Service\\AlertCenter\\PhishingSpike
51 public function setIsInternal($isInternal) argument
53 $this->isInternal = $isInternal;
60 return $this->isInternal;
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/
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/asciidocjs/node_modules/clean-css/lib/reader/
Drewrite-url.js27 if (isRemote(uri) || isSVGMarker(uri) || isInternal(uri)) {
52 function isInternal(uri) { function
/plugin/svgembed/
Dsyntax.php182 $isInternal = ($data['type'] == 'internalmedia' && !media_isexternal($src));
184 if ($isInternal) {
355 if ($mode == 'metadata' && $isInternal) {
/plugin/components/lib/
Dcomponent_manager.php24 if ($ref_class->isInternal()) continue;
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/src/
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/
DStatic.php170 if ($object->isInternal() &&
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
DInstantiator.php179 if ($reflectionClass->isInternal()) {
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
DSnapshot.php416 if ($class->isInternal()) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
DPropertyMetadata.php144 … $this->forceReflectionAccess = $class->isInternal() || $class->getProperty($name)->isStatic();
/plugin/struct/meta/
H A DSchema.php312 public function isInternal() function in dokuwiki\\plugin\\struct\\meta\\Schema