Home
last modified time | relevance | path

Searched refs:setEnabled (Results 26 – 50 of 100) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1AdvancedApiOpsConfig.php30 public function setEnabled($enabled) function in Google\\Service\\Apigee\\GoogleCloudApigeeV1AdvancedApiOpsConfig
H A DGoogleCloudApigeeV1MonetizationConfig.php30 public function setEnabled($enabled) function in Google\\Service\\Apigee\\GoogleCloudApigeeV1MonetizationConfig
H A DGoogleCloudApigeeV1ConnectorsPlatformConfig.php34 public function setEnabled($enabled) function in Google\\Service\\Apigee\\GoogleCloudApigeeV1ConnectorsPlatformConfig
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DAutopilot.php30 public function setEnabled($enabled) function in Google\\Service\\Container\\Autopilot
H A DBinaryAuthorization.php30 public function setEnabled($enabled) function in Google\\Service\\Container\\BinaryAuthorization
H A DGcfsConfig.php30 public function setEnabled($enabled) function in Google\\Service\\Container\\GcfsConfig
H A DIntraNodeVisibilityConfig.php30 public function setEnabled($enabled) function in Google\\Service\\Container\\IntraNodeVisibilityConfig
H A DShieldedNodes.php30 public function setEnabled($enabled) function in Google\\Service\\Container\\ShieldedNodes
H A DAuthenticatorGroupsConfig.php34 public function setEnabled($enabled) function in Google\\Service\\Container\\AuthenticatorGroupsConfig
H A DNetworkPolicy.php34 public function setEnabled($enabled) function in Google\\Service\\Container\\NetworkPolicy
H A DMasterAuthorizedNetworksConfig.php47 public function setEnabled($enabled) function in Google\\Service\\Container\\MasterAuthorizedNetworksConfig
H A DPubSub.php36 public function setEnabled($enabled) function in Google\\Service\\Container\\PubSub
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DEventTagOverride.php34 public function setEnabled($enabled) function in Google\\Service\\Dfareporting\\EventTagOverride
H A DRichMediaExitOverride.php50 public function setEnabled($enabled) function in Google\\Service\\Dfareporting\\RichMediaExitOverride
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DDeblock.php31 public function setEnabled($enabled) function in Google\\Service\\Transcoder\\Deblock
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucketAutoclass.php34 public function setEnabled($enabled) function in Google\\Service\\Storage\\BucketAutoclass
H A DBucketIamConfigurationBucketPolicyOnly.php34 public function setEnabled($enabled) function in Google\\Service\\Storage\\BucketIamConfigurationBucketPolicyOnly
H A DBucketIamConfigurationUniformBucketLevelAccess.php34 public function setEnabled($enabled) function in Google\\Service\\Storage\\BucketIamConfigurationUniformBucketLevelAccess
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DAdministratorWebTokenSpecPlaySearch.php48 public function setEnabled($enabled) function in Google\\Service\\AndroidEnterprise\\AdministratorWebTokenSpecPlaySearch
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php60 $this->setEnabled(true);
231 public function setEnabled($enabled = true) function in Elastica\\Connection
/plugin/diagramsnet/lib/js/diagramly/
H A DmxFreehand.js68 var setEnabled = function(isEnabled) method in mxFreehand
71 graph.getRubberband().setEnabled(!isEnabled);
80 setEnabled(true);
237 setEnabled(false);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DConfigManagementHierarchyControllerConfig.php66 public function setEnabled($enabled) function in Google\\Service\\GKEHub\\ConfigManagementHierarchyControllerConfig
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DAutoForwarding.php66 public function setEnabled($enabled) function in Google\\Service\\Gmail\\AutoForwarding
H A DImapSettings.php56 public function setEnabled($enabled) function in Google\\Service\\Gmail\\ImapSettings
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js1843 pasteHere.setEnabled(paste.isEnabled());
3729 undo.setEnabled(this.canUndo());
3730 redo.setEnabled(this.canRedo());
3812 this.actions.get(actions[i]).setEnabled(selected);
3822 this.actions.get('curved').setEnabled(edgeSelected);
3829 this.actions.get('ungroup').setEnabled(groupSelected);
3842 this.actions.get('expand').setEnabled(foldable);
3843 this.actions.get('collapse').setEnabled(foldable);
3851 this.menus.get('layout').setEnabled(unlocked);
3852 this.menus.get('insert').setEnabled(unlocked);
[all …]

1234