Home
last modified time | relevance | path

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

12

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js146 var isCollapsed = oRange.CheckIsCollapsed() ;
148 if ( !isCollapsed )
172 if ( !isCollapsed )
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js629 if (cell.isCollapsed() ||
812 if (cell != null && cell.isCollapsed())
842 if (!groupA.isCollapsed())
846 if (!groupB.isCollapsed())
/plugin/katex/_assets/contrib/
H A Dcopy-tex.min.js1 …addEventListener("copy",(function(e){var t=window.getSelection();if(!t.isCollapsed&&e.clipboardDat…
/plugin/jmol2/jmol/
H A DJmolAppletSigned0_ShapeSpecial.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0_ShapeSpecial.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js134 collapseAllBoxes: function(boxContainer, isCollapsed) { argument
139 box.IsCollapsed = isCollapsed;
/plugin/freechat/phpfreechat/data/public/js/
H A 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/
H A Dtrees.js192 return vertex == cells[i] || !graph.model.isCollapsed(vertex);
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js80 (vertex == cell || !this.model.isCollapsed(vertex));
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js1747 var range = document.selection.createRange(), isCollapsed = range.text == ''; variable
H A Dfirebug-lite-1.2-compressed.js80 …else if(document.selection){var range=document.selection.createRange(),isCollapsed=range.text=='';… variable
H A Dfirebug-lite-1.4.js5326 …itle",onclick:"$onPreferences"},$STR("LimitPrefs"))),TD(" ")))))),isCollapsed:function(){retu…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js91 return{start:_el.selectionStart,length:_el.selectionEnd-_el.selectionStart}}},tab:function(_el,_event){with(firebug){if(_event.keyCode==9){if(_el.setSelectionRange){var position=firebug.getSelection(_el);_el.value=_el.value.substring(0,position.start)+String.fromCharCode(9)+_el.value.substring(position.start+position.length,_el.value.length);_el.setSelectionRange(position.start+1,position.start+1);}else if(document.selection){var range=document.selection.createRange(),isCollapsed=range.text=='';range.text=String.fromCharCode(9);range.moveStart('character',-1);} variable
H A Dfirebug-lite-1.2.js1758 var range = document.selection.createRange(), isCollapsed = range.text == ''; variable
/plugin/dirtylittlehelper/mermaid/editor/
H A 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/
H A Dbundle.js396isCollapsed(e){let t=e/32|0,n=e%32;return 0!=(this._collapseStates[t]&1<<n)}setCollapsed(e,t){let …
H A Dbundle.js.map1isCollapsed(ref)) {\n model.setCollapsed(ref, false);\n }\n …
/plugin/diagramsnet/lib/mxgraph/
H A 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/
H A DCHANGES.md370 …KEDITOR.dom.selection.isCollapsed()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_…
H A 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/
H A Dfckeditorcode_gecko.js35 …;FCK.CreateLink=function(A,B){var C=[];if (FCKSelection.GetSelection().isCollapsed) return C;FCK.E…
/plugin/diagramsnet/lib/js/
H A 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