Home
last modified time | relevance | path

Searched refs:getSelection (Results 76 – 100 of 154) sorted by path

1234567

/plugin/codemirror/dist/keymaps/
H A Demacs.min.js.map1getSelection","Ctrl-Y","setSelection","Alt-Y","Ctrl-Space","Ctrl-Shift-2","Ctrl-F","Ctrl-B","Right…
H A Dvim.min.js2getSelection();b.replaceSelection("");f=i}else{g=b.getSelection();var o=ca("",d.length);b.replaceS…
H A Dvim.min.js.map1getSelection","replaceSelection","replacement","replaceSelections","delete","indent","startLine","…
/plugin/codemirror/dist/
H A Dscripts.min.js3getSelection){var d=window.getSelection();if(d.anchorNode&&d.extend&&F(a.display.lineDiv,d.anchorN…
4getSelection:function(a){var b=this.sel.ranges,c;for(var d=0;d<b.length;d++){var e=Za(this,b[d].fr…
6getSelection=function(){return this.cm.display.wrapper.ownerDocument.getSelection()};Yh.prototype.…
7getSelection()||i.lastQuery;if(j instanceof RegExp&&j.source=="x^")j=null;if(e&&b.openDialog){var …
8 …s:window.selection_class,DWgetSelection:window.DWgetSelection||window.getSelection,DWsetSelection:…
H A Dscripts.min.js.map1getSelection","te","ownerDocument","selection","parentElement","compareEndPoints","hasCopyEvent","…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js90 _event.preventDefault();},getSelection:function(_el){with(firebug){if(lib.env.ie){var range=document.selection.createRange(),stored=range.duplicate();stored.moveToElementText(_el);stored.setEndPoint('EndToEnd',range);_el.selectionStart=stored.text.length-range.text.length;_el.selectionEnd=_el.selectionStart+range.text.length;}
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);}
H A Dfirebug-lite-1.2.js1735 getSelection:function(_el){
1754 var position = firebug.getSelection(_el);
H A Dfirebug-lite-1.4.js1334 domMemberMap.Window=["document","frameElement","innerWidth","innerHeight","outerWidth","outerHeight","screenX","screenY","pageXOffset","pageYOffset","scrollX","scrollY","scrollMaxX","scrollMaxY","status","defaultStatus","parent","opener","top","window","content","self","location","history","frames","navigator","screen","menubar","toolbar","locationbar","personalbar","statusbar","directories","scrollbars","fullScreen","netscape","java","console","Components","controllers","closed","crypto","pkcs11","name","property","length","sessionStorage","globalStorage","setTimeout","setInterval","clearTimeout","clearInterval","addEventListener","removeEventListener","dispatchEvent","getComputedStyle","captureEvents","releaseEvents","routeEvent","enableExternalCapture","disableExternalCapture","moveTo","moveBy","resizeTo","resizeBy","scroll","scrollTo","scrollBy","scrollByLines","scrollByPages","sizeToContent","setResizable","getSelection","open","openDialog","close","alert","confirm","prompt","dump","focus","blur","find","back","forward","home","stop","print","atob","btoa","updateCommands","XPCNativeWrapper","GeckoActiveXObject","applicationCache"];
1337 domMemberMap.Document=extendArray(domMemberMap.Node,["documentElement","body","title","location","referrer","cookie","contentType","lastModified","characterSet","inputEncoding","xmlEncoding","xmlStandalone","xmlVersion","strictErrorChecking","documentURI","URL","defaultView","doctype","implementation","styleSheets","images","links","forms","anchors","embeds","plugins","applets","width","height","designMode","compatMode","async","preferredStylesheetSet","alinkColor","linkColor","vlinkColor","bgColor","fgColor","domain","addEventListener","removeEventListener","dispatchEvent","captureEvents","releaseEvents","routeEvent","clear","open","close","execCommand","execCommandShowHelp","getElementsByName","getSelection","queryCommandEnabled","queryCommandIndeterm","queryCommandState","queryCommandSupported","queryCommandText","queryCommandValue","write","writeln","adoptNode","appendChild","removeChild","renameNode","cloneNode","compareDocumentPosition","createAttribute","createAttributeNS","createCDATASection","createComment","createDocumentFragment","createElement","createElementNS","createEntityReference","createEvent","createExpression","createNSResolver","createNodeIterator","createProcessingInstruction","createRange","createTextNode","createTreeWalker","domConfig","evaluate","evaluateFIXptr","evaluateXPointer","getAnonymousElementByAttribute","getAnonymousNodes","addBinding","removeBinding","getBindingParent","getBoxObjectFor","setBoxObjectFor","getElementById","getElementsByTagName","getElementsByTagNameNS","hasAttributes","hasChildNodes","importNode","insertBefore","isDefaultNamespace","isEqualNode","isSameNode","isSupported","load","loadBindingDocument","lookupNamespaceURI","lookupPrefix","normalize","normalizeDocument","getFeature","getUserData","setUserData"]);
7389 if(row){var sel=this.document.defaultView.getSelection();
7398 }}if(row){this.document.defaultView.getSelection().selectAllChildren(row);
/plugin/combo/resources/snippet/js/
H A Dheight-toggle-onclick.js12 if (window.getSelection().toString() === "") {
/plugin/copycode/
H A Dscript.js30 return this._source.getSelection().toString();
189 if (window.getSelection().toString() == "") {
208 if (window.getSelection().toString() === "") {
/plugin/crypto/js/
H A Ddecrypt-dialog.js76 var selection = getSelection(dialog.textArea);
80 dialog.sack.setVar("data", getSelection(dialog.textArea).getText());
H A Dencrypt-dialog.js93 var selection = getSelection(dialog.textArea);
/plugin/diagramsnet/lib/js/
H A Dapp.min.js277 …selection.empty()}:window.getSelection?function(){window.getSelection().empty?window.getSelection(…
1129 …itor.prototype.clearSelection=function(){var a=null;window.getSelection?a=window.getSelection():do…
2027 …&&n(a),document.selection?document.selection.empty():window.getSelection&&window.getSelection().re…
2840 …ph.prototype.selectNode=function(a){var b=null;if(window.getSelection){if(b=window.getSelection(),…
2849 …h.prototype.pasteHtmlAtCaret=function(a){var b;if(window.getSelection){if(b=window.getSelection(),…
2855getSelection?a=window.getSelection():document.getSelection?a=document.getSelection():document.sele…
2856 …indow.getSelection&&null!=window.getSelection().containsNode){var d=!0;this.graph.processElements(…
2857 …xCellEditor.prototype.saveSelection=function(){if(window.getSelection){var a=window.getSelection()…
2858 function(a){try{if(a)if(window.getSelection){sel=window.getSelection();sel.removeAllRanges();for(va…
3083getSelection||document.selection)if(b=function(a,b){for(;null!=b;){if(b===a)return!0;b=b.parentNod…
[all …]
H A Dviewer-static.min.js243 …selection.empty()}:window.getSelection?function(){window.getSelection().empty?window.getSelection(…
244 window.getSelection().removeAllRanges()}:function(){}}(),removeWhitespace:function(a,b){for(var c=b…
1095 …itor.prototype.clearSelection=function(){var a=null;window.getSelection?a=window.getSelection():do…
1993 …&&n(a),document.selection?document.selection.empty():window.getSelection&&window.getSelection().re…
2184 …reateRange(),b.selectNodeContents(c.textarea),b.collapse(!1),c=window.getSelection(),c.removeAllRa…
2591 …ph.prototype.selectNode=function(b){var d=null;if(window.getSelection){if(d=window.getSelection(),…
2600 …h.prototype.pasteHtmlAtCaret=function(b){var d;if(window.getSelection){if(d=window.getSelection(),…
2606getSelection?b=window.getSelection():document.getSelection?b=document.getSelection():document.sele…
2607 …indow.getSelection&&null!=window.getSelection().containsNode){var c=!0;this.graph.processElements(…
2608 …xCellEditor.prototype.saveSelection=function(){if(window.getSelection){var b=window.getSelection()…
[all …]
H A Dviewer.min.js243 …selection.empty()}:window.getSelection?function(){window.getSelection().empty?window.getSelection(…
244 window.getSelection().removeAllRanges()}:function(){}}(),removeWhitespace:function(a,b){for(var c=b…
1095 …itor.prototype.clearSelection=function(){var a=null;window.getSelection?a=window.getSelection():do…
1993 …&&n(a),document.selection?document.selection.empty():window.getSelection&&window.getSelection().re…
2184 …reateRange(),b.selectNodeContents(c.textarea),b.collapse(!1),c=window.getSelection(),c.removeAllRa…
2591 …ph.prototype.selectNode=function(b){var d=null;if(window.getSelection){if(d=window.getSelection(),…
2600 …h.prototype.pasteHtmlAtCaret=function(b){var d;if(window.getSelection){if(d=window.getSelection(),…
2606getSelection?b=window.getSelection():document.getSelection?b=document.getSelection():document.sele…
2607 …indow.getSelection&&null!=window.getSelection().containsNode){var c=!0;this.graph.processElements(…
2608 …xCellEditor.prototype.saveSelection=function(){if(window.getSelection){var b=window.getSelection()…
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js6303 if (window.getSelection)
6305 window.getSelection().removeAllRanges();
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js1699 var sel = window.getSelection();
H A DFormat.js3434 if (window.getSelection && !mxClient.IS_IE && !mxClient.IS_IE11)
3436 var selection = window.getSelection();
3499 else if (window.getSelection || document.selection)
3510 var selection = window.getSelection();
4328 if (elts.length > 0 && window.getSelection && !mxClient.IS_IE && !mxClient.IS_IE11)
4330 var selection = window.getSelection();
H A DGraph.js10031 if (window.getSelection)
10033 var sel = window.getSelection();
10128 if (window.getSelection)
10130 sel = window.getSelection();
10676 if (window.getSelection)
10897 if (window.getSelection)
10901 else if (document.getSelection)
10958 if (shiftPressed || (window.getSelection != null && window.getSelection().containsNode != null))
10989 if (window.getSelection)
11022 if (window.getSelection)
[all …]
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js580 } else if (window.getSelection) {
581 window.getSelection().removeAllRanges();
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js39 …selection.empty()}:window.getSelection?function(){window.getSelection().empty?window.getSelection(…
40 window.getSelection().removeAllRanges()}:function(){}}(),removeWhitespace:function(a,b){for(var c=b…
891 …itor.prototype.clearSelection=function(){var a=null;window.getSelection?a=window.getSelection():do…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396getSelection(),Object(r.f)(e=>Promise.resolve(t)),this._configuration.openInPeek):t.dispose()}}cla…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js396getSelection(),Object(r.f)(e=>Promise.resolve(t)),this._configuration.openInPeek):t.dispose()}}cla…
H A Dbundle.js.map1getSelection();\n return (selection === null || selection === void 0 ? void 0 : sel…
/plugin/dokucrypt2/
H A DOLDER_VERSIONS.md24 opts = [field.value.substr(0,getSelection(field).start)];

1234567