Home
last modified time | relevance | path

Searched refs:enabled (Results 51 – 75 of 410) sorted by relevance

12345678910>>...17

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DConfigManagementConfigSync.php25 public $enabled; variable in Google\\Service\\GKEHub\\ConfigManagementConfigSync
40 public function setEnabled($enabled) argument
42 $this->enabled = $enabled;
49 return $this->enabled;
H A DConfigManagementPolicyController.php30 public $enabled; variable in Google\\Service\\GKEHub\\ConfigManagementPolicyController
65 public function setEnabled($enabled) argument
67 $this->enabled = $enabled;
74 return $this->enabled;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DScanConfig.php24 public $enabled; variable in Google\\Service\\ContainerAnalysis\\ScanConfig
44 public function setEnabled($enabled) argument
46 $this->enabled = $enabled;
50 return $this->enabled;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DSetLegacyAbacRequest.php29 public $enabled; variable in Google\\Service\\Container\\SetLegacyAbacRequest
60 public function setEnabled($enabled) argument
62 $this->enabled = $enabled;
69 return $this->enabled;
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DColors.php56 protected $enabled = true; variable in splitbrain\\phpcli\\Colors
66 $this->enabled = false;
70 $this->enabled = false;
80 $this->enabled = true;
88 $this->enabled = false;
92 * @return bool is color support enabled?
96 return $this->enabled;
137 if (!$this->enabled) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdpConfig.php30 public $enabled; variable in Google\\Service\\IdentityToolkit\\IdpConfig
65 public function setEnabled($enabled) argument
67 $this->enabled = $enabled;
74 return $this->enabled;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1TargetServerConfig.php25 public $enabled; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TargetServerConfig
48 public function setEnabled($enabled) argument
50 $this->enabled = $enabled;
57 return $this->enabled;
H A DGoogleCloudApigeeV1TlsInfo.php36 public $enabled; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TlsInfo
103 public function setEnabled($enabled) argument
105 $this->enabled = $enabled;
112 return $this->enabled;
H A DGoogleCloudApigeeV1TlsInfoConfig.php36 public $enabled; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TlsInfoConfig
101 public function setEnabled($enabled) argument
103 $this->enabled = $enabled;
110 return $this->enabled;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1ZoneDiscoverySpec.php28 public $enabled; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1ZoneDiscoverySpec
61 public function setEnabled($enabled) argument
63 $this->enabled = $enabled;
70 return $this->enabled;
H A DGoogleCloudDataplexV1AssetDiscoverySpec.php28 public $enabled; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1AssetDiscoverySpec
61 public function setEnabled($enabled) argument
63 $this->enabled = $enabled;
70 return $this->enabled;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DDataSourceRefreshSchedule.php27 public $enabled; variable in Google\\Service\\Sheets\\DataSourceRefreshSchedule
56 public function setEnabled($enabled) argument
58 $this->enabled = $enabled;
65 return $this->enabled;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DBackupConfiguration.php31 public $enabled; variable in Google\\Service\\SQLAdmin\\BackupConfiguration
88 public function setEnabled($enabled) argument
90 $this->enabled = $enabled;
97 return $this->enabled;
/plugin/struct/meta/
H A DColumn.php15 * configuration) with where to find that content and adds some basic meta data (like sort or enabled)
27 /** @var bool is this column still enabled? */
28 protected $enabled = true; variable in dokuwiki\\plugin\\struct\\meta\\Column
37 * @param bool $enabled
40 public function __construct($sort, AbstractBaseType $type, $colref = 0, $enabled = true, $table = '') argument
45 $this->enabled = (bool)$enabled;
145 return $this->enabled;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DNotificationChannel.php36 public $enabled; variable in Google\\Service\\Monitoring\\NotificationChannel
105 public function setEnabled($enabled) argument
107 $this->enabled = $enabled;
114 return $this->enabled;
H A DAlertPolicy.php42 public $enabled; variable in Google\\Service\\Monitoring\\AlertPolicy
147 public function setEnabled($enabled) argument
149 $this->enabled = $enabled;
156 return $this->enabled;
/plugin/diagramsnet/lib/plugins/
H A Dnumber.js18 var enabled = true;
52 if (enabled && numbered && graph.model.isVertex(state.cell) &&
108 enabled = !enabled;
113 action.setSelectedCallback(function() { return enabled; });
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DErrorHandler.php62 if (PHPUnit_Framework_Error_Notice::$enabled !== true) {
68 if (PHPUnit_Framework_Error_Warning::$enabled !== true) {
74 if (PHPUnit_Framework_Error_Deprecated::$enabled !== true) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DMapping.php77 * array('enabled' => false)
95 * @param bool $enabled OPTIONAL (default = false)
99 public function disableSource(bool $enabled = false): Mapping argument
101 return $this->setSource(['enabled' => $enabled]);
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddump.rst27 Even when enabled, the ``dump`` function won't display anything if the
28 ``debug`` option on the environment is not enabled (to avoid leaking debug
42 Using a ``pre`` tag is not needed when `XDebug`_ is enabled and
44 XDebug enabled.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Db5f95bc097a201b29c7200fc8d3d31c1.asciidoc17 'enabled' => false,
35 'enabled' => true,
/plugin/diagramsnet/lib/math/extensions/
H A Dfast-preview.js19enabled:true,config:b.CombineConfig("fast-preview",{Chunks:{EqnChunk:10000,EqnChunkFactor:1,EqnChu…
/plugin/stlviewer/stlviewer/
H A DTrackballControls.js18 this.enabled = true;
347 if ( _this.enabled === false ) return;
375 if ( _this.enabled === false ) return;
385 if ( _this.enabled === false ) return;
422 if ( _this.enabled === false ) return;
446 if ( _this.enabled === false ) return;
461 if ( _this.enabled === false ) return;
494 if ( _this.enabled === false ) return;
526 if ( _this.enabled === false ) return;
554 if ( _this.enabled === false ) return;
[all …]
/plugin/unsplashdoku/
H A Daction.php24 $enabled = $this->getConf('enabled');
26 if ($enabled == 1) {
/plugin/refnotes/
H A Ddatabase.php19 private $enabled; variable in refnotes_reference_database
41 $this->enabled = true;
120 $this->enabled = false;
122 $this->enabled = true;
145 if (!$this->enabled) {
170 $this->enabled = false;
172 $this->enabled = true;

12345678910>>...17