Home
last modified time | relevance | path

Searched refs:startNode (Results 1 – 25 of 41) sorted by relevance

12

/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckw3crange.js212 var startNode = this.startContainer ;
250 if ( startNode.nodeType == 3 )
252 startNode.splitText( startOffset ) ;
257 if ( startNode == endNode )
258 endNode = startNode.nextSibling ;
264 if ( startNode.childNodes.length > 0 && startOffset <= startNode.childNodes.length - 1 )
271 startNode = startNode.insertBefore( this._Document.createTextNode(''), startNode.firstChild ) ;
275 startNode = startNode.childNodes[ startOffset ].previousSibling ;
280 var startParents = FCKDomTools.GetParents( startNode ) ;
311 if ( clone && levelStartNode != startNode ) // action = 0 = Delete
[all …]
Dfckdomrange_gecko.js88 var startNode = this.GetBookmarkNode( bookmark, true ) ;
91 domRange.setStart( startNode.parentNode, FCKDomTools.GetIndexOf( startNode ) ) ;
92 FCKDomTools.RemoveNode( startNode ) ;
Dfckstyle.js288 var startNode = range.GetBookmarkNode( bookmark, true ) ;
304 var path = new FCKElementPath( startNode ) ;
317 FCKDomTools.BreakParent( startNode, pathElement, range ) ;
339 var currentNode = FCKDomTools.GetNextSourceNode( startNode, true ) ;
398 this._FixBookmarkStart( startNode ) ;
845 var startNode = range.GetBookmarkNode( bookmark, true ) ;
854 var currentNode = FCKDomTools.GetNextSourceNode( startNode, true ) ;
965 this._FixBookmarkStart( startNode ) ;
972 _FixBookmarkStart : function( startNode ) argument
978 while ( ( startSibling = startNode.nextSibling ) ) // Only one "=".
[all …]
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckw3crange.js212 var startNode = this.startContainer ;
250 if ( startNode.nodeType == 3 )
252 startNode.splitText( startOffset ) ;
257 if ( startNode == endNode )
258 endNode = startNode.nextSibling ;
264 if ( startNode.childNodes.length > 0 && startOffset <= startNode.childNodes.length - 1 )
271 startNode = startNode.insertBefore( this._Document.createTextNode(''), startNode.firstChild ) ;
275 startNode = startNode.childNodes[ startOffset ].previousSibling ;
280 var startParents = FCKDomTools.GetParents( startNode ) ;
311 if ( clone && levelStartNode != startNode ) // action = 0 = Delete
[all …]
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dstatement.js19 let starttype = this.tok.type, node = this.startNode(), kind
98 node.cases.push(cur = this.startNode())
106 node.cases.push(cur = this.startNode())
129 let clause = this.startNode()
197 let node = this.startNode()
232 let node = this.startNode()
237 let decl = this.startNode()
243 let decl = this.startNode()
252 let node = this.startNode()
259 node.body = this.startNode()
[all …]
Dexpression.js46 let node = this.startNode()
118 let node = this.startNode(), update = this.tok.type === tt.incDec
127 let node = this.startNode()
214 node = this.startNode()
233 node = this.startNode()
242 node = this.startNode()
249 node = this.startNode()
275 node = this.startNode()
286 node = this.startNode()
302 let node = this.startNode(), startIndent = this.curIndent, line = this.curLineStart
[all …]
Dstate.js27 startNode() { method in LooseParser
54 let dummy = this.startNode()
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dstatement.js19 let starttype = this.tok.type, node = this.startNode(), kind
98 node.cases.push(cur = this.startNode())
106 node.cases.push(cur = this.startNode())
129 let clause = this.startNode()
192 let node = this.startNode()
227 let node = this.startNode()
232 let decl = this.startNode()
238 let decl = this.startNode()
247 let node = this.startNode()
253 node.body = this.startNode()
[all …]
Dexpression.js46 let node = this.startNode()
115 let node = this.startNode(), update = this.tok.type === tt.incDec
124 let node = this.startNode()
206 node = this.startNode()
216 node = this.startNode()
225 node = this.startNode()
232 node = this.startNode()
254 node = this.startNode()
265 node = this.startNode()
281 let node = this.startNode(), startIndent = this.curIndent, line = this.curLineStart
[all …]
Dstate.js26 startNode() { method in LooseParser
53 let dummy = this.startNode()
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dexpression.js184 let node = this.startNode(), update = this.type === tt.incDec
271 node = this.startNode()
292 node = this.startNode()
302 node = this.startNode()
311 node = this.startNode()
316 return this.parseClass(this.startNode(), false)
330 let node = this.startNode()
415 let node = this.startNode()
436 let elem = this.startNode()
447 let node = this.startNode()
[all …]
Dstatement.js58 let starttype = this.type, node = this.startNode(), kind
174 let init = this.startNode(), kind = isLet ? "let" : this.value
238 node.cases.push(cur = this.startNode())
278 let clause = this.startNode()
351 let node = this.startNode(), first = true, oldStrict
403 let decl = this.startNode()
454 let classBody = this.startNode()
460 let method = this.startNode()
588 let node = this.startNode()
619 let node = this.startNode()
[all …]
Dlval.js91 let node = this.startNode()
98 let node = this.startNode()
117 let node = this.startNode()
Dnode.js22 pp.startNode = function() { function in pp
/plugin/asciidocjs/node_modules/acorn/src/
Dexpression.js192 let node = this.startNode(), update = this.type === tt.incDec
294 node = this.startNode()
325 node = this.startNode()
342 node = this.startNode()
351 node = this.startNode()
356 return this.parseClass(this.startNode(), false)
370 let node = this.startNode()
466 let node = this.startNode()
487 let elem = this.startNode()
498 let node = this.startNode()
[all …]
Dstatement.js69 let starttype = this.type, node = this.startNode(), kind
190 let init = this.startNode(), kind = isLet ? "let" : this.value
259 node.cases.push(cur = this.startNode())
299 let clause = this.startNode()
376 let node = this.startNode()
422 let decl = this.startNode()
494 let classBody = this.startNode()
500 let method = this.startNode()
583 let fNode = this.startNode()
588 let cNode = this.startNode()
[all …]
Dlval.js94 let node = this.startNode()
101 let node = this.startNode()
120 let node = this.startNode()
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckstyles.js145 var startNode = range.GetBookmarkNode( bookmark, true ) ;
163 var path = new FCKElementPath( startNode ) ;
176 FCKDomTools.BreakParent( startNode, pathElement, range ) ;
198 var currentNode = FCKDomTools.GetNextSourceNode( startNode, true, 1 ) ;
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js1670 var file = this.startNode();
1671 var program = this.startNode();
1822 var node = this.startNode();
1941 var node = this.startNode();
2018 var _init = this.startNode();
2101 node.cases.push(cur = this.startNode());
2145 var clause = this.startNode();
2245 var node = this.startNode();
2337 var decl = this.startNode();
2432 var classBody = this.startNode();
[all …]
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js521 var node = this.options.program || this.startNode()
715 var starttype = this.type, node = this.startNode(), kind
838 var init$1 = this.startNode(), kind = isLet ? "let" : this.value
909 node.cases.push(cur = this$1.startNode())
949 var clause = this.startNode()
1030 var node = this.startNode()
1078 var decl = this$1.startNode()
1152 var classBody = this.startNode()
1158 var method = this$1.startNode()
1243 var fNode = this.startNode()
[all …]
Dacorn.js527 var node = this.options.program || this.startNode()
721 var starttype = this.type, node = this.startNode(), kind
844 var init$1 = this.startNode(), kind = isLet ? "let" : this.value
915 node.cases.push(cur = this$1.startNode())
955 var clause = this.startNode()
1036 var node = this.startNode()
1084 var decl = this$1.startNode()
1158 var classBody = this.startNode()
1164 var method = this$1.startNode()
1249 var fNode = this.startNode()
[all …]
Dacorn_loose.es.js28 LooseParser.prototype.startNode = function startNode () { method in LooseParser
55 var dummy = this.startNode()
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js508 var node = this.options.program || this.startNode()
670 var starttype = this.type, node = this.startNode(), kind
788 var init$1 = this.startNode(), kind = isLet ? "let" : this.value
854 node.cases.push(cur = this$1.startNode())
894 var clause = this.startNode()
971 var node = this.startNode(), first = true, oldStrict
1025 var decl = this$1.startNode()
1078 var classBody = this.startNode()
1084 var method = this$1.startNode()
1216 var node = this$1.startNode()
[all …]
Dacorn.js514 var node = this.options.program || this.startNode()
676 var starttype = this.type, node = this.startNode(), kind
794 var init$1 = this.startNode(), kind = isLet ? "let" : this.value
860 node.cases.push(cur = this$1.startNode())
900 var clause = this.startNode()
977 var node = this.startNode(), first = true, oldStrict
1031 var decl = this$1.startNode()
1084 var classBody = this.startNode()
1090 var method = this$1.startNode()
1222 var node = this$1.startNode()
[all …]
Dacorn_loose.es.js27 LooseParser.prototype.startNode = function startNode () { method in LooseParser
54 var dummy = this.startNode()

12