Home
last modified time | relevance | path

Searched refs:setEnabled (Results 51 – 75 of 100) sorted by path

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DConfigManagementHierarchyControllerConfig.php66 public function setEnabled($enabled) function in Google\\Service\\GKEHub\\ConfigManagementHierarchyControllerConfig
H A DConfigManagementPolicyController.php65 public function setEnabled($enabled) function in Google\\Service\\GKEHub\\ConfigManagementPolicyController
/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/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdpConfig.php65 public function setEnabled($enabled) function in Google\\Service\\IdentityToolkit\\IdpConfig
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DAlertPolicy.php147 public function setEnabled($enabled) function in Google\\Service\\Monitoring\\AlertPolicy
H A DNotificationChannel.php105 public function setEnabled($enabled) function in Google\\Service\\Monitoring\\NotificationChannel
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DBackupConfiguration.php88 public function setEnabled($enabled) function in Google\\Service\\SQLAdmin\\BackupConfiguration
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DDataSourceRefreshSchedule.php56 public function setEnabled($enabled) function in Google\\Service\\Sheets\\DataSourceRefreshSchedule
/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
H A DBucketVersioning.php30 public function setEnabled($enabled) function in Google\\Service\\Storage\\BucketVersioning
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DRevertBuiltInVariableResponse.php30 public function setEnabled($enabled) function in Google\\Service\\TagManager\\RevertBuiltInVariableResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DDeblock.php31 public function setEnabled($enabled) function in Google\\Service\\Transcoder\\Deblock
/plugin/diagramsnet/lib/js/
H A Dapp.min.js467 mxPopupMenu.prototype.setEnabled=function(a){this.enabled=a};mxPopupMenu.prototype.isPopupTrigger=f… method in mxPopupMenu
2224setEnabled(this.editor.graph.cellEditor.isContentEditing()||(!mxClient.IS_FF&&null!=navigator.clip…
2286setEnabled(c);this.actions.get("lockUnlock").setEnabled(!a.isSelectionEmpty());this.actions.get("s…
2287setEnabled(e);this.actions.get("rotation").setEnabled(b);this.actions.get("wordWrap").setEnabled(b…
2288setEnabled(b&&(a.isContainer(a.getSelectionCell())||0<a.model.getChildCount(a.getSelectionCell()))…
2289setEnabled(1==f.length);this.actions.get("openLink").setEnabled(1==a.getSelectionCount()&&null!=a.…
2290setEnabled(f&&b&&1<a.getSelectionCount());this.actions.get("selectVertices").setEnabled(f);this.ac…
3643 …et("insert");null!=b&&"function"===typeof a.setEnabled&&b.addListener("stateChanged",function(){a.
3669 …h,arguments)},c,f);k||"function"!==typeof g.setEnabled||h.addListener("stateChanged",function(){g.
3671 …nct,d),e||"function"!==typeof f.setEnabled||(f.setEnabled(c.enabled),c.addListener("stateChanged",…
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js2166 this.actions.get('revisionHistory').setEnabled(this.isRevisionHistoryEnabled());
2898 this.editor.graph.setEnabled(this.getCurrentFile() != null);
2967 this.editor.graph.setEnabled(false);
3338 this.editor.graph.setEnabled(false);
6450 graph.setEnabled(editable);
H A DDialogs.js5618 graph.setEnabled(false);
5785 cmpGraph.setEnabled(false);
6461 graph.setEnabled(false);
9726 graph.setEnabled(false);
11954 graph.setEnabled(false);
H A DEditorUi.js11497 this.editor.graph.setEnabled(enabled);
12102 this.editor.graph.setEnabled(false);
12107 this.editor.graph.setEnabled(true);
12314 this.editor.graph.setEnabled(true);
12335 this.editor.graph.setEnabled(false);
13719 this.menus.get('viewZoom').setEnabled(active);
13745 this.actions.get('image').setEnabled(active);
13755 this.menus.get('edit').setEnabled(active);
13756 this.menus.get('view').setEnabled(active);
13964 this.editor.graph.setEnabled(false);
[all …]
H A DElectronApp.js627 paste.setEnabled(this.editor.graph.cellEditor.isContentEditing() ||
629 pasteHere.setEnabled(paste.isEnabled());
1844 this.actions.get('synchronize').setEnabled(syncEnabled);
H A DEmbed.js201 graph.setEnabled(false);
H A DGraphViewer.js234 this.graph.setEnabled(false);
H A DMenus.js252 rulerAction.setEnabled(editorUi.canvasSupported && document.documentMode != 9);
H A DMinimal.js549 this.menus.get('save').setEnabled(this.getCurrentFile() != null || urlParams['embed'] == '1');
H A DmxFreehand.js68 var setEnabled = function(isEnabled) method in mxFreehand
71 graph.getRubberband().setEnabled(!isEnabled);
80 setEnabled(true);
237 setEnabled(false);

1234