308. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/2/2018 11:56:25 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.

308.1 Files compared

# Location File Last Modified
1 Tue Jan 2 16:56:25 2018 UTC
2 HTRE_P2.zip\src.zip\output\admin.zip\admin\whdata whglo.js Wed May 31 16:59:38 2017 UTC

308.2 Comparison summary

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

308.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

308.4 Active regular expressions

No regular expressions were active.

308.5 Comparison detail

        1   //      We bHelp 5.10 .001
        2   var gaFile Mapping =  new Array( );
        3   function f ileMapping (sBK, sEK,  sFileName , nNum)
        4   {
        5           th is.sBK = s BK;
        6           th is.sEK = s EK;
        7           th is.sFileNa me = sFile Name;
        8           th is.aKs = n ull;
        9           th is.nNum =  nNum;
        10           th is.oUsedIt ems = null ;
        11   }
        12  
        13  
        14   function i FM(sBK, sE K, sFileNa me, nNum)
        15   {
        16           va r i = gaFi leMapping. length;
        17           ga FileMappin g[i] = new  fileMappi ng(sBK, sE K, sFileNa me, nNum);   
        18           if  (i == 0)  {
        19                    gaFi leMapping[ i].nTotal  = nNum;
        20           }
        21           el se {
        22                    gaFi leMapping[ i].nTotal  = nNum + g aFileMappi ng[i - 1]. nTotal;
        23           }
        24   }
        25  
        26   function w indow_OnLo ad()
        27   {
        28           if  (parent & & parent ! = this &&  parent.pro jReady)
        29           {
        30                    pare nt.projRea dy(gaFileM apping);
        31           }                 
        32   }
        33  
        34   window.onl oad = wind ow_OnLoad;