4171. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/2/2018 11:59:59 AM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

4171.1 Files compared

# Location File Last Modified
1 Tue Jan 2 16:59:59 2018 UTC
2 HTRE_P2.zip\src.zip\output\ihta_admin.zip\external.zip\whdata whgdata.js Mon Apr 18 14:52:44 2016 UTC

4171.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 26
Removed 0 0

4171.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

4171.4 Active regular expressions

No regular expressions were active.

4171.5 Comparison detail

        1   //      We bHelp 5.10 .001
        2   var gIEA =  new Array ();
        3   function a GE(sName,  sDef)
        4   {
        5           va r len = gI EA.length;
        6           gI EA[len] =  new gloEnt ry(sName,  sDef);
        7   }
        8  
        9   function g loEntry(sN ame, sDef)  
        10   {
        11           th is.sName =  sName;
        12           th is.sDef =  sDef;
        13           th is.nNKOff  = 0;
        14   }
        15  
        16   function w indow_OnLo ad()
        17   {
        18           if  (parent & & parent ! = this) {
        19                    if ( parent.put Data) 
        20                    {
        21                             parent .putData(g IEA);
        22                    }
        23           }
        24   }
        25  
        26   window.onl oad = wind ow_OnLoad;