| /plugin/refnotes/ |
| D | admin.js | 358 this.isReadOnly = function () { method in refnotes_admin.namespaces.DefaultNamespace 398 this.isReadOnly = function () { method in refnotes_admin.namespaces.Namespace 488 if ((value == 'inherit') || current.isReadOnly()) { 498 combo.prop('disabled', current.isReadOnly()); 522 if ((edit.val() != value) || (value == 'inherit') || current.isReadOnly()) { 533 edit.prop('disabled', current.isReadOnly()); 534 button.prop('disabled', current.isReadOnly()); 648 jQuery('#rename-namespaces').prop('disabled', current.isReadOnly()); 649 jQuery('#delete-namespaces').prop('disabled', current.isReadOnly()); 698 this.isReadOnly = function () { method in refnotes_admin.notes.EmptyNote [all …]
|
| /plugin/ckgdoku/ckeditor/plugins/image/ |
| D | plugin.js | 1 …isReadOnly()){e.data.dialog="image"}});if(c.addMenuItems){c.addMenuItems({image:{label:c.lang.imag…
|
| D | plugin.js.unc | 35 if ( element.is( 'img' ) && !element.data( 'cke-realelement' ) && !element.isReadOnly() ) 111 …if ( element && element.is( 'img' ) && !element.data( 'cke-realelement' ) && !element.isReadOnly()…
|
| /plugin/ckgedit/ckeditor/plugins/image/ |
| D | plugin.js | 1 …isReadOnly()){e.data.dialog="image"}});if(c.addMenuItems){c.addMenuItems({image:{label:c.lang.imag…
|
| D | plugin.js.unc | 35 if ( element.is( 'img' ) && !element.data( 'cke-realelement' ) && !element.isReadOnly() ) 111 …if ( element && element.is( 'img' ) && !element.data( 'cke-realelement' ) && !element.isReadOnly()…
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | ATNDeserializationOptions.php | 36 public function isReadOnly() : bool function in Antlr\\Antlr4\\Runtime\\Atn\\ATNDeserializationOptions
|
| H A D | ATNConfigSet.php | 302 if (!$this->isReadOnly()) { 353 public function isReadOnly() : bool function in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet
|
| H A D | ParserATNSimulator.php | 2400 if (!$D->configs->isReadOnly()) {
|
| /plugin/ckgdoku/ckeditor/plugins/find/dialogs/ |
| D | find.js | 5 (function(){function C(c){return c.type==CKEDITOR.NODE_TEXT&&0<c.getLength()&&(!r||!c.isReadOnly())… 10 …is._.highlightRange=null}},isReadOnly:function(){return this._.highlightRange?this._.highlightRang… 15 ….matchRange.isMatched()||this.matchRange._.isReplaced||this.matchRange.isReadOnly()||a)a&&this.mat…
|
| /plugin/ckgedit/ckeditor/plugins/find/dialogs/ |
| D | find.js | 5 (function(){function C(c){return c.type==CKEDITOR.NODE_TEXT&&0<c.getLength()&&(!m||!c.isReadOnly())… 11 …is._.highlightRange=null}},isReadOnly:function(){return this._.highlightRange?this._.highlightRang… 16 ….matchRange.isMatched()||this.matchRange._.isReplaced||this.matchRange.isReadOnly()||a)a&&this.mat…
|
| /plugin/prosemirror/action/ |
| D | editor.php | 69 if ($this->isReadOnly($form)) return; 323 protected function isReadOnly($form) function in action_plugin_prosemirror_editor
|
| /plugin/ckgedit/ckeditor/plugins/link/ |
| D | plugin.js | 1 …isReadOnly()){if(e.is("a")){d.data.dialog=(e.getAttribute("name")&&(!e.getAttribute("href")||!e.ge…
|
| D | plugin.js.unc | 91 if ( !element.isReadOnly() ) 147 if ( !element || element.isReadOnly() )
|
| /plugin/ckgdoku/ckeditor/plugins/link/ |
| D | plugin.js | 1 …isReadOnly()){if(e.is("a")){d.data.dialog=(e.getAttribute("name")&&(!e.getAttribute("href")||!e.ge…
|
| D | plugin.js.unc | 91 if ( !element.isReadOnly() ) 147 if ( !element || element.isReadOnly() )
|
| /plugin/ckgdoku/ckeditor/plugins/clipboard/dialogs/ |
| D | paste.js | 8 …(){var a=this.getInputElement(),b=a.getFrameDocument().getBody();!b||b.isReadOnly()?a.setCustomDat…
|
| /plugin/ckgedit/ckeditor/plugins/clipboard/dialogs/ |
| D | paste.js | 8 …(){var a=this.getInputElement(),b=a.getFrameDocument().getBody();!b||b.isReadOnly()?a.setCustomDat…
|
| /plugin/codemirror/dist/keymaps/ |
| D | sublime.min.js | 1 …isReadOnly())return a.Pass;b.operation(function(){var a=b.listSelections().length,e=[],f=-1;for(va…
|
| D | sublime.min.js.map | 1 …isReadOnly","Pass","operation","len","newSelection","last","at","replaceRange","indentLine","inser…
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | IntervalSet.php | 166 public function isReadOnly() : bool function in Antlr\\Antlr4\\Runtime\\IntervalSet
|
| /plugin/bpmnio/vendor/bpmn-js/dist/ |
| D | bpmn-viewer.production.min.js | 2 …isReadOnly:!0,isVirtual:!0,isReference:!0},{name:"owningElement",type:"DiagramElement",isReadOnly:… property
|
| D | bpmn-navigated-viewer.production.min.js | 2 …isReadOnly:!0,isVirtual:!0,isReference:!0},{name:"owningElement",type:"DiagramElement",isReadOnly:… property
|
| /plugin/ckgdoku/ckeditor/ |
| D | ckeditor.js | 74 …==a.type&&"br"==a.nodeName.toLowerCase()&&a.parentNode.removeChild(a)},isReadOnly:function(a){var … 97 …rn!0;return!1},isEditable:function(a){var b=this.getName();return this.isReadOnly()||"none"==this.… 177 …(c&&c.find)for(m=c.find(a),f=0;f<m.count();f++)if(c=m.getItem(f),b||!c.isReadOnly())h=c.getPositio… 247 …hasAttribute("disabled")||a.element.hasAttribute("readonly"):a.element.isReadOnly():a.elementMode=… 331 …isReadOnly()&&(d=h.clone(),d.enlarge(CKEDITOR.ENLARGE_BLOCK_CONTENTS),e=new CKEDITOR.dom.walker(d)… 354 …dom.elementPath(a.getTarget(),this)).contains("a");b&&2!=a.$.button&&b.isReadOnly()&&a.preventDefa… 358 !c.isReadOnly()&&(a.getSelection().selectElement(c),c.is("input","textarea","select")&&b.data.preve… 405 …isReadOnly()&&a.splice(b,1);if(!c.collapsed){if(c.startContainer.isReadOnly())for(var d=c.startCon… 406 ….walker(h);d.evaluator=function(d){if(d.type==CKEDITOR.NODE_ELEMENT&&d.isReadOnly()){var e=c.clone… 438 …E_ELEMENT,!0),d=n.getCommonAncestor(),n=n.getEnclosedNode(),d.isReadOnly()||n&&n.isReadOnly()))){x… [all …]
|
| /plugin/ckgedit/ckeditor/ |
| D | ckeditor.js | 86 …==a.type&&"br"==a.nodeName.toLowerCase()&&a.parentNode.removeChild(a)},isReadOnly:function(a){var … 111 …rn!0;return!1},isEditable:function(a){var b=this.getName();return this.isReadOnly()||"none"==this.… 199 …(c&&c.find)for(m=c.find(a),g=0;g<m.count();g++)if(c=m.getItem(g),b||!c.isReadOnly())h=c.getPositio… 274 …hasAttribute("disabled")||a.element.hasAttribute("readonly"):a.element.isReadOnly():a.elementMode=… 368 …isReadOnly()&&(e=h.clone(),e.enlarge(CKEDITOR.ENLARGE_BLOCK_CONTENTS),f=new CKEDITOR.dom.walker(e)… 391 …dom.elementPath(a.getTarget(),this)).contains("a");b&&2!=a.$.button&&b.isReadOnly()&&a.preventDefa… 395 …isReadOnly()&&(a.getSelection().selectElement(c),c.is("input","textarea","select")&&b.data.prevent… 444 …isReadOnly()&&a.splice(b,1);if(!c.collapsed){if(c.startContainer.isReadOnly())for(var d=c.startCon… 445 ….walker(g);d.evaluator=function(d){if(d.type==CKEDITOR.NODE_ELEMENT&&d.isReadOnly()){var e=c.clone… 477 …E_ELEMENT,!0),b=l.getCommonAncestor(),l=l.getEnclosedNode(),b.isReadOnly()||l&&l.isReadOnly()))){J… [all …]
|
| D | ckeditor.js.unc | 2068 isReadOnly: function(a) { 2524 …return this.isReadOnly() || "none" == this.getComputedStyle("display") || "hidden" == this.getComp… 4132 …if (c = m.getItem(h), b || !c.isReadOnly()) g = c.getPosition(d.startNode) & CKEDITOR.POSITION_FOL… 5764 …ttribute("disabled") || a.element.hasAttribute("readonly") : a.element.isReadOnly() : a.elementMod… 7535 …k(b, e.block, f) && h.collapsed && !h.getCommonAncestor().isReadOnly() && (e = h.clone(), e.enlarg… 7536 return !c(a) || a.type == CKEDITOR.NODE_COMMENT || a.isReadOnly() 7947 b && 2 != a.$.button && b.isReadOnly() && a.preventDefault() 7984 …c.is("img", "hr", "input", "textarea", "select") && !c.isReadOnly() && (a.getSelection().selectEle… 7987 … (b = b.data.getTarget()) && b.is("img") && !b.isReadOnly() && a.getSelection().selectElement(b) 8929 c.getCommonAncestor().isReadOnly() && a.splice(b, 1); [all …]
|