/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckenterkey.js | 146 var isCollapsed = oRange.CheckIsCollapsed() ; 148 if ( !isCollapsed ) 172 if ( !isCollapsed )
|
/plugin/diagramsnet/lib/plugins/webcola/ |
H A D | mxWebColaAdaptor.js | 629 if (cell.isCollapsed() || 812 if (cell != null && cell.isCollapsed()) 842 if (!groupA.isCollapsed()) 846 if (!groupB.isCollapsed())
|
/plugin/katex/_assets/contrib/ |
H A D | copy-tex.min.js | 1 …addEventListener("copy",(function(e){var t=window.getSelection();if(!t.isCollapsed&&e.clipboardDat…
|
/plugin/jmol2/jmol/ |
H A D | JmolAppletSigned0_ShapeSpecial.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
H A D | JmolApplet0_ShapeSpecial.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
H A D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
H A D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | mxOrgChartLayout.js | 134 collapseAllBoxes: function(boxContainer, isCollapsed) { argument 139 box.IsCollapsed = isCollapsed;
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | pfcclient.js | 1151 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 D | trees.js | 192 return vertex == cells[i] || !graph.model.isCollapsed(vertex);
|
/plugin/jdraw/lib/ |
H A D | jgraphx.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Trees.js | 80 (vertex == cell || !this.model.isCollapsed(vertex));
|
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.2.js | 1747 var range = document.selection.createRange(), isCollapsed = range.text == ''; variable
|
H A D | firebug-lite-1.2-compressed.js | 80 …else if(document.selection){var range=document.selection.createRange(),isCollapsed=range.text=='';… variable
|
H A D | firebug-lite-1.4.js | 5326 …itle",onclick:"$onPreferences"},$STR("LimitPrefs"))),TD(" ")))))),isCollapsed:function(){retu…
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.2-compressed.js | 91 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 D | firebug-lite-1.2.js | 1758 var range = document.selection.createRange(), isCollapsed = range.text == ''; variable
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | bundle.js | 396 …isCollapsed(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 D | bundle.js | 396 …isCollapsed(e){let t=e/32|0,n=e%32;return 0!=(this._collapseStates[t]&1<<n)}setCollapsed(e,t){let …
|
H A D | bundle.js.map | 1 …isCollapsed(ref)) {\n model.setCollapsed(ref, false);\n }\n …
|
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 761 …a);a.setStyle(b);return c};mxGraphModel.prototype.isCollapsed=function(a){return null!=a?a.isColla… method in mxGraphModel 762 …isCollapsed(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 D | CHANGES.md | 370 …KEDITOR.dom.selection.isCollapsed()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_…
|
H A D | ckeditor.js | 448 …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 D | fckeditorcode_gecko.js | 35 …;FCK.CreateLink=function(A,B){var C=[];if (FCKSelection.GetSelection().isCollapsed) return C;FCK.E…
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 965 …a);a.setStyle(b);return c};mxGraphModel.prototype.isCollapsed=function(a){return null!=a?a.isColla… method in mxGraphModel 966 …isCollapsed(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…
|