Searched refs:shorttext (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | qunit-1.18.0.js | 178 …iffCompute=function(text1,text2,checklines,deadline){var diffs,longtext,shorttext,i,hm,text1A,text… 180 …shorttext=text1.length>text2.length?text2:text1;i=longtext.indexOf(shorttext);if(i!==-1){diffs=[[D… 182 if(shorttext.length===1){return[[DIFF_DELETE,text1],[DIFF_INSERT,text2]];} 185 …ffMatchPatch.prototype.diffHalfMatch=function(text1,text2){var longtext,shorttext,dmp,text1A,text2… 186 …ext1.length>text2.length?text1:text2;shorttext=text1.length>text2.length?text2:text1;if(longtext.l… 188 …shorttext,i){var seed,j,bestCommon,prefixLength,suffixLength,bestLongtextA,bestLongtextB,bestShort… argument 189 shorttext.substring(j,j+prefixLength);bestLongtextA=longtext.substring(0,i-suffixLength);bestLongte… 192 hm1=diffHalfMatchI(longtext,shorttext,Math.ceil(longtext.length/4));hm2=diffHalfMatchI(longtext,sho…
|