1695. EPMO Open Source Coordination Office Redaction File Detail Report

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

1695.1 Files compared

# Location File Last Modified
1 Tue Jan 2 16:57:36 2018 UTC
2 HTRE_P2.zip\src.zip\output\IHTA OLH Files.zip\ihta_admin.zip\dmp.zip\whdata whtoc.js Mon Feb 24 17:07:24 2014 UTC

1695.2 Comparison summary

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

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

1695.4 Active regular expressions

No regular expressions were active.

1695.5 Comparison detail

        1   //      We bHelp 5.10 .001
        2   // const s trings
        3   var gaProj  = new Arr ay();
        4   var gsRoot  = "";
        5  
        6   function s etRoot(sRo ot)
        7   {
        8           gs Root = sRo ot
        9   }
        10  
        11   function a PE(sProjPa th, sRootP ath)
        12   {
        13           ga Proj[gaPro j.length]  = new tocP rojEntry(s ProjPath,  sRootPath) ;
        14   }
        15  
        16   function t ocProjEntr y(sProjPat h, sRootPa th) 
        17   {
        18           if (sProjPath .lastIndex Of("/")!=s ProjPath.l ength-1)
        19                    sPro jPath+="/"
        20           th is.sPPath  = sProjPat h;
        21           th is.sRPath  = sRootPat h;
        22   }
        23  
        24  
        25   function w indow_OnLo ad()
        26   {
        27           if  (parent & & parent ! = this &&  parent.pro jReady) {
        28                    pare nt.projRea dy(gsRoot,  gaProj);
        29           }
        30   }
        31   window.onl oad = wind ow_OnLoad;