jsdiff keeps track of the diff for each diagonal using a linked list of change objects for each diagonal, rather than the historical array of furthest-reaching D-paths on each diagonal contemplated on page 8 of Myers's paper. jsdiff skips considering diagonals where the furthest-reaching D-pa...
* Let a 'state' be a given position in each file {pos1, pos2}. An array * 'fp' keeps track of the best possible state (largest values of * {pos1, pos2}) that can be achieved for a given cost 'p' (# moves away * from k=0), as well as a linked list of what matches ...
Find the smallest set of single-tokeninsertionsanddeletionsneeded to transform the first array of tokens into the second. This step depends upon having some notion of a token from the old array being "equal" to one from the new array, and this notion of equality affects the results. Usually...
Compute a list of patches to turn text1 into text2. text2 is not provided, diffs are the delta between text1 and text2. Parameters: text1 - Old text. diffs - Array of Diff objects for text1 to text2. Returns: LinkedList of Patch objects. patchDeepCopy public LinkedList<DiffMatchPatch...
#'include' = @('Table','View','function'); #this is an array of opbects to include 'ReportType'='XML';# no json type at the point where I write this 'ReportLocation'="$env:TMP\SCReport.xml"; 'LogLevel'='Warning'; 'Exclude'=@('table:flyway_schema_history');#this is an arr...
FAST_ARRAY_FREE(parents_oid, nparent); }strbuf_setlen(base, old_baselen); }static void skip_uninteresting(struct tree_desc *t, struct strbuf *base, struct diff_options *opt) { enum interesting match;while (t->size) { match = tree_entry_interesting(opt->repo->index, &t->entry, ...
TheStatus Bar Textis rendered using a fully customizable template fromstatus_bar_text. The setting is organized as an array of strings for better readability. It is joined and then passed tojinja2. GitGutter provides the following variables to be used in the template. ...
#define FAST_ARRAY_FREE(x, nr) do { \ if ((nr) <= 2) \ xalloca_free((x)); \ else \ free((x)); \ } while(0) static struct combine_diff_path *ll_diff_tree_paths( struct combine_diff_path *p, const struct object_id *oid, ...
MTKTextureLoaderArrayCallback completionHandler); public void FromNames (string[] names, nfloat scaleFactor, AppKit.NSDisplayGamut displayGamut, Foundation.NSBundle bundle, MTKTextureLoaderOptions options, MTKTextureLoaderArrayCallback completionHandler); public virtual System.Threading.Tasks.Task<Metal....
Thegl-dependency-scanning-report.jsonmust be changed to use a hash instead of an array as the top element. The hash will contain aversionfield (to version the config), avulnerabilitiesfield (the "old" array), and aremediationfield (with the code diffs, referenced array elements invulnerabiliti...