Searched refs:text1 (Results 1 – 3 of 3) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | qunit-1.18.0.js | 158 var DIFF_DELETE=-1,DIFF_INSERT=1,DIFF_EQUAL=0;DiffMatchPatch.prototype.DiffMain=function(text1,text… argument 159 deadline=optDeadline;if(text1===null||text2===null){throw new Error("Null input. (DiffMain)");} 160 if(text1===text2){if(text1){return[[DIFF_EQUAL,text1]];} 163 …text1,text2);commonprefix=text1.substring(0,commonlength);text1=text1.substring(commonlength);text… 171 …totype.diffCommonPrefix=function(text1,text2){var pointermid,pointermax,pointermin,pointerstart;if… argument 172 …min=0;pointermax=Math.min(text1.length,text2.length);pointermid=pointermax;pointerstart=0;while(po… 174 ….diffCommonSuffix=function(text1,text2){var pointermid,pointermax,pointermin,pointerend;if(!text1|… argument 175 …th.min(text1.length,text2.length);pointermid=pointermax;pointerend=0;while(pointermin<pointermid){… 178 …te=function(text1,text2,checklines,deadline){var diffs,longtext,shorttext,i,hm,text1A,text2A,text1… argument 179 if(!text2){return[[DIFF_DELETE,text1]];} [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | strncpy-truncation.patch | 35 - strncpy(&text_buf[0], text1, left_margin - 3); 36 + memcpy(&text_buf[0], text1, left_margin - 3); 37 for (pos = strlen(text1); pos < left_margin - 3; pos++) {
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/ |
| H A D | src_uri.inc | 309 SRC_URI += "git://github.com/kr/text;name=text1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${B…
|