3468. EPMO Open Source Coordination Office Redaction File Detail Report

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

3468.1 Files compared

# Location File Last Modified
1 Tue Jan 2 16:59:18 2018 UTC
2 HTRE_P2.zip\src.zip\output\IHTA OLH Files.zip\qir.zip whproj.js Fri Sep 16 17:20:20 2016 UTC

3468.2 Comparison summary

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

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

3468.4 Active regular expressions

No regular expressions were active.

3468.5 Comparison detail

        1   //      We bHelp 5.10 .001
        2   var gaProj =new Array ();
        3  
        4   gaProj[0]= new projec t("");
        5  
        6   function s etLangId(s LangId)
        7   {
        8           ga Proj[0].sL angId=sLan gId;
        9   }
        10  
        11   function s etDataPath (sPath)
        12   {
        13           if (sPath.len gth!=0)
        14           {
        15                    if(s Path.lastI ndexOf("/" )!=sPath.l ength-1)
        16                             sPath+ ="/";
        17                    gaPr oj[0].sDPa th=sPath; 
        18           }
        19           el se
        20                    gaPr oj[0].sDPa th="";
        21   }
        22  
        23   function a ddToc(sFil e)
        24   {
        25           ga Proj[0].sT oc=sFile;
        26   }
        27  
        28   function a ddIdx(sFil e)
        29   {
        30           ga Proj[0].sI dx=sFile;
        31   }
        32  
        33   function a ddFts(sFil e)
        34   {
        35           ga Proj[0].sF ts=sFile;
        36   }
        37  
        38   function a ddGlo(sFil e)
        39   {
        40           ga Proj[0].sG lo=sFile;
        41   }
        42  
        43   function a ddRemotePr oject(sPro jRelPath)
        44   {
        45           if (sProjRelP ath.lastIn dexOf("/") !=sProjRel Path.lengt h-1)
        46                    sPro jRelPath+= "/";
        47           ga Proj[gaPro j.length]= new projec t(sProjRel Path);
        48   }
        49  
        50   function p roject(sPP ath)
        51   {
        52           th is.sPPath= sPPath;
        53           th is.sLangId ="";
        54           th is.sDPath= "";
        55           th is.sToc="" ;
        56           th is.sIdx="" ;
        57           th is.sFts="" ;
        58           th is.sGlo="" ;
        59   }
        60  
        61   window.onl oad=window _OnLoad;
        62  
        63   function w indow_OnLo ad()
        64   {
        65           gs Name=docum ent.locati on.href;
        66           gs Name=_repl aceSlash(g sName);
        67           va r nPos=gsN ame.lastIn dexOf("/") ;
        68           if (nPos!=-1)
        69                    gaPr oj[0].sPPa th=gsName. substring( 0,nPos+1);
        70           el se
        71                    aler t("Error i n Loading  navigation  component . Please r egenerate  WebHelp.") ;
        72           pa tchPath(ga Proj);
        73           if (parent&&p arent!=thi s&& typeof (parent.pu tProjectIn fo)=="func tion")
        74           {
        75                    pare nt.putProj ectInfo(ga Proj);
        76           }
        77   }
        78  
        79   function p atchPath(a Proj)
        80   {
        81           fo r(var i=1; i<aProj.le ngth;i++)
        82           {
        83                    aPro j[i].sPPat h=_getFull Path(gaPro j[0].sPPat h,aProj[i] .sPPath);
        84           }
        85   }