Home
last modified time | relevance | path

Searched refs:isCollapsed (Results 1 – 25 of 36) sorted by relevance

12

/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckenterkey.js146 var isCollapsed = oRange.CheckIsCollapsed() ;
148 if ( !isCollapsed )
172 if ( !isCollapsed )
/plugin/diagramsnet/lib/plugins/webcola/
DmxWebColaAdaptor.js629 if (cell.isCollapsed() ||
812 if (cell != null && cell.isCollapsed())
842 if (!groupA.isCollapsed())
846 if (!groupB.isCollapsed())
/plugin/katex/_assets/contrib/
Dcopy-tex.min.js1 …addEventListener("copy",(function(e){var t=window.getSelection();if(!t.isCollapsed&&e.clipboardDat…
/plugin/ckeditor5markdown/
Dckeditor.js2isCollapsed(){return this.start.isEqual(this.end)}get isFlat(){return this.start.parent===this.end… property
/plugin/jmol2/jmol/
DJmolAppletSigned0_ShapeSpecial.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet0_ShapeSpecial.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/diagramsnet/lib/js/orgchart/
DmxOrgChartLayout.js134 collapseAllBoxes: function(boxContainer, isCollapsed) { argument
139 box.IsCollapsed = isCollapsed;
/plugin/freechat/phpfreechat/data/public/js/
Dpfcclient.js1151 var isCollapsed = range.compareEndPoints("StartToEnd", range) == 0;
1152 if (!isCollapsed)
1159 isCollapsed = range.compareEndPoints("StartToEnd", range) == 0;
1160 if (!isCollapsed)
/plugin/diagramsnet/lib/plugins/trees/
Dtrees.js192 return vertex == cells[i] || !graph.model.isCollapsed(vertex);
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/diagramly/
DTrees.js80 (vertex == cell || !this.model.isCollapsed(vertex));
/plugin/webcode/vendor/
Dfirebug-lite-1.2.js1747 var range = document.selection.createRange(), isCollapsed = range.text == '';
Dfirebug-lite-1.2-compressed.js80 …else if(document.selection){var range=document.selection.createRange(),isCollapsed=range.text=='';…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js91 …else if(document.selection){var range=document.selection.createRange(),isCollapsed=range.text=='';…
H A Dfirebug-lite-1.2.js1758 var range = document.selection.createRange(), isCollapsed = range.text == '';
/plugin/dirtylittlehelper/mermaid/editor/
Dbundle.js396isCollapsed(e){let t=e/32|0,n=e%32;return 0!=(this._collapseStates[t]&1<<n)}setCollapsed(e,t){let …
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js396isCollapsed(e){let t=e/32|0,n=e%32;return 0!=(this._collapseStates[t]&1<<n)}setCollapsed(e,t){let …
Dbundle.js.map1isCollapsed(ref)) {\n model.setCollapsed(ref, false);\n }\n …
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js761 …a);a.setStyle(b);return c};mxGraphModel.prototype.isCollapsed=function(a){return null!=a?a.isColla… method in mxGraphModel
762isCollapsed(a)&&this.execute(new mxCollapseChange(this,a,b));return b};mxGraphModel.prototype.coll…
781 …Cell.prototype.setVisible=function(a){this.visible=a};mxCell.prototype.isCollapsed=function(){retu… method in mxCell
1213 …le(a)};mxGraph.prototype.isCellCollapsed=function(a){return this.model.isCollapsed(a)};mxGraph.pro…
/plugin/ckgedit/ckeditor/
DCHANGES.md370 …KEDITOR.dom.selection.isCollapsed()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_…
Dckeditor.js448 …ction(a){a.removeListener();0!==q&&(a=c.getSelection().getNative())&&a.isCollapsed&&a.anchorNode==…
480 a)},isCollapsed:function(){var a=this.getRanges();return 1===a.length&&a[0].collapsed},createBookma…
705 …clipboard.isCustomCopyCutSupported){var c=function(b){a.getSelection().isCollapsed()||(a.readOnly&…
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_gecko.js35 …;FCK.CreateLink=function(A,B){var C=[];if (FCKSelection.GetSelection().isCollapsed) return C;FCK.E…
/plugin/diagramsnet/lib/js/
Dviewer.min.js965 …a);a.setStyle(b);return c};mxGraphModel.prototype.isCollapsed=function(a){return null!=a?a.isColla… method in mxGraphModel
966isCollapsed(a)&&this.execute(new mxCollapseChange(this,a,b));return b};mxGraphModel.prototype.coll…
985 …Cell.prototype.setVisible=function(a){this.visible=a};mxCell.prototype.isCollapsed=function(){retu… method in mxCell
1417 …le(a)};mxGraph.prototype.isCellCollapsed=function(a){return this.model.isCollapsed(a)};mxGraph.pro…

12