Searched refs:_splice (Results 1 – 2 of 2) sorted by relevance
/plugin/jquery-syntax/jquery-syntax/ |
H A D | jquery.syntax.core.js | 44 return true;};Syntax.Match.prototype._splice=function(i,match){if(this.canHaveChild(match)){this.ch… method in Syntax.Match 57 …(match.force){return this._insert(match);}else{return null;}}}else{return this._splice(i+1,match);} 58 return null;}else{return this._splice(0,match);}};Syntax.Match.prototype._insert=function(match){if… 59 return this._splice(0,match);for(var i=0;i<this.children.length;i+=1){var child=this.children[i];if… 60 return this._splice(i,match);if(match.offset>=child.endOffset) 62 var parts=match.bisectAtOffsets([child.offset,child.endOffset]);if(parts[0]){this._splice(i,parts[0… 65 this._splice(this.children.length,match);}
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …_splice(start, deleteCount, elements);\n }\n finally {\n this.splicing = …
|