Searched refs:hideLine (Results 1 – 3 of 3) sorted by relevance
/plugin/projects/ |
H A D | codemirror-compressed.js | 1 …,findMarksAt:Mr,setMarker:pi(_r),clearMarker:pi(Dr),setLineClass:pi(Hr),hideLine:pi(function(e){re…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 1249 …;for(a in this.visible)this.visible[a].remove(),delete this.visible[a]},hideLine:function(a){var d… method in p 1250 …e this.hidden[d]},hideVisible:function(){for(var a in this.visible)this.hideLine(this.visible[a])}… 1253 …his.visible)a=this.visible[d],a.getCustomData("hash")!==this.hash&&this.hideLine(a)},queryViewport…
|
H A D | ckeditor.js.unc | 24850 hideLine: function(a) { 24863 for (var a in this.visible) this.hideLine(this.visible[a]) 24909 … (d in this.visible) a = this.visible[d], a.getCustomData("hash") !== this.hash && this.hideLine(a)
|