Home
last modified time | relevance | path

Searched full:isenabled (Results 101 – 125 of 128) sorted by relevance

123456

/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js83IsEnabled=(FCKConfig.SpellChecker!='ieSpell');};FCKSpellCheckCommand.prototype.Execute=function(){…
114IsEnabled=true;FCKTools.RunFunction(this.OnLoad);};FCKToolbarSet.prototype.Enable=function(){if (t…
H A Dfckeditorcode_ie.js87IsEnabled=true;};FCKSpellCheckCommand.prototype.Execute=function(){switch (FCKConfig.SpellChecker)…
115IsEnabled=true;FCKTools.RunFunction(this.OnLoad);};FCKToolbarSet.prototype.Enable=function(){if (t…
/plugin/issuetracker/
H A Dsyntax.php92 if(!is_null($helper) && $helper->isEnabled())
1449 if(!is_null($helper) && $helper->isEnabled())
/plugin/jmol2/jmol/
H A DJmolApplet0_Console.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_Console.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js618 node.setAttribute('tooltips', (this.graph.tooltipHandler.isEnabled()) ? '1' : '0');
619 node.setAttribute('connect', (this.graph.connectionHandler.isEnabled()) ? '1' : '0');
H A DFormat.js6579 if (graph.isEnabled())
6628 if (graph.isEnabled())
6703 if (graph.isEnabled())
6732 return graph.connectionHandler.isEnabled();
6742 apply(graph.connectionHandler.isEnabled());
H A DSidebar.js2306 if (elt == null && graph.isEnabled())
/plugin/edittable/lib/
H A Dhandsontable.full.js5026 if (this.isEnabled && this.isEnabled()) {
36703 key: 'isEnabled',
37372 key: 'isEnabled',
37972 key: 'isEnabled',
39002 key: 'isEnabled',
41328 key: 'isEnabled',
42294 key: 'isEnabled',
42804 key: 'isEnabled',
43770 key: 'isEnabled',
44495 key: 'isEnabled',
[all …]
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js74 renameAction.isEnabled = function() function
H A Dvoice.js781 if (tokens.length > 0 && graph.isEnabled())
1877 if (action.isEnabled())
/plugin/ckgedit/action/
H A Dedit.php921 <?php if($this->captcha && $this->captcha->isEnabled()) echo $this->captcha->getHTML(); ?>
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js6202 if (editorUi.editor.graph.isEnabled())
7043 if (graph.isEnabled() && !graph.isCellLocked(lastFound.cell))
7063 else if (graph.isEnabled() && !stayOnPage)
7586 if (graph.isEnabled())
H A DApp.js6445 if (graph.isEnabled() && !editable)
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js15013 function isEnabled() { function
15020 if (!isEnabled()) {
15676 function isEnabled(){
15682 if(!isEnabled()){
29227 function isEnabled(node){ function
29254 …var isValid = (hasNonNegativeTabIndex(node) || isEnabled(node) || hasHref(node)) && isVisible(nod…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js14802 if (!smask.transferMap && webGLContext.isEnabled) {
16406 if (webGLContext.isEnabled) {
18381 key: "isEnabled",
18389 return (0, _util.shadow)(this, 'isEnabled', enabled);
H A Dpdf.js.map1isEnabled) {\n let composed = webGLContext.composeSMask({\n layer: layerCtx.canvas,\n …
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1isEnabled","input","select","textarea","button","toLowerCase","hasAttribute","getClassName","class…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1isEnabled());return this.focusedItem!==e||t.isEnabled()||(this.focusedItem=void 0),this.updateFocu…
396isEnabled(),this.onModelChanged()})),this._register(e.onDidChangeModelLanguage(e=>this.onModelChan…
426isEnabled()){let t=[];this.mnemonics.has(e)&&(t=this.mnemonics.get(e)),t.push(i),this.mnemonics.se…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js1isEnabled());return this.focusedItem!==e||t.isEnabled()||(this.focusedItem=void 0),this.updateFocu…
396isEnabled(),this.onModelChanged()})),this._register(e.onDidChangeModelLanguage(e=>this.onModelChan…
426isEnabled()){let t=[];this.mnemonics.has(e)&&(t=this.mnemonics.get(e)),t.push(i),this.mnemonics.se…
H A Dbundle.js.map1isEnabled() {\n return this._action.enabled;\n }\n setActionContext(newContext) {\n …
/plugin/html5video2/script/
H A Dvideo.min.js23isEnabled(e.playlist)}),e=(l=!l.length?u.filter(function(e){return!Qu.isDisabled(e.playlist)}):l).…
27 …ECTOR:function(){var t=this,e=this.playlists.master.playlists.filter(Qu.isEnabled);return Ru(e,Mu)…
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js516 isEnabled:function(){return!this._.disabled},eventProcessors:CKEDITOR.tools.extend({},CKEDITOR.ui.d…
594isEnabled:function(){return!this.getElement().hasClass("cke_disabled")},isVisible:function(){retur…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc11129 isEnabled: function() {
12605 isEnabled: function() {
12612 return this.isEnabled() && this.isVisible() ? !0 : !1
H A Dckeditor.js563 isVisible:function(){return this.getElement().getFirst().isVisible()},isEnabled:function(){return!t…
641isEnabled:function(){return!this.getElement().hasClass("cke_disabled")},isVisible:function(){retur…

123456