4480. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/2/2018 12:00:16 PM 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.

4480.1 Files compared

# Location File Last Modified
1 Tue Jan 2 17:00:16 2018 UTC
2 HTRE_P2.zip\src.zip\output\ihta_admin.zip\hdi.zip whproxy_nc_1.js Thu Nov 14 15:06:42 2013 UTC

4480.2 Comparison summary

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

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

4480.4 Active regular expressions

No regular expressions were active.

4480.5 Comparison detail

        1   //      We bHelp 5.10 .001
        2   var gbInit ed=false;
        3   var gWndSt ubPage=nul l;
        4   function g etStubPage ()
        5   {
        6           if (!gbInited )
        7           {
        8                    gWnd StubPage=g etStubPage _inter(win dow);
        9                    gbIn ited=true;
        10           }
        11           re turn gWndS tubPage;
        12   }
        13  
        14   function g etStubPage _inter(wCu rrent)
        15   {
        16           if (null==wCu rrent.pare nt||wCurre nt.parent= =wCurrent)
        17                    retu rn null;
        18  
        19           if (typeof(wC urrent.par ent.whname )=="string "&&"wh_stu b"==wCurre nt.parent. whname)
        20                    retu rn wCurren t.parent;
        21           el se
        22                    if(w Current.pa rent.frame s.length!= 0&&wCurren t.parent!= wCurrent)
        23                             return  getStubPa ge_inter(w Current.pa rent);
        24                    else
        25                             return  null;
        26   }
        27  
        28   function R egisterLis tener(fram ename,nMes sageId)
        29   {
        30           va r wSP=getS tubPage();
        31           if (wSP&&wSP! =this)
        32                    retu rn wSP.Reg isterListe ner(framen ame,nMessa geId);
        33           el se
        34                    retu rn false;
        35   }
        36  
        37   function R egisterLis tener2(ofr ame,nMessa geId)
        38   {
        39           va r wSP=getS tubPage();
        40           if (wSP&&wSP! =this)
        41                    retu rn wSP.Reg isterListe ner2(ofram e,nMessage Id);
        42           el se
        43                    retu rn false;
        44   }
        45  
        46   function U nRegisterL istener2(o frame,nMes sageId)
        47   {
        48           va r wSP=getS tubPage();
        49           if (wSP&&wSP! =this&&wSP .UnRegiste rListener2 )
        50                    retu rn wSP.UnR egisterLis tener2(ofr ame,nMessa geId);
        51           el se
        52                    retu rn false;
        53   }
        54  
        55   function S endMessage (oMessage)
        56   {
        57           va r wSP=getS tubPage();
        58           if (wSP&&wSP! =this&&wSP .SendMessa ge)
        59                    retu rn wSP.Sen dMessage(o Message);
        60           el se
        61                    retu rn false;
        62   }
        63  
        64   var gbWhPr oxy=true;
        65  
        66   var gbPrev iew=false;
        67   gbPreview= false; 
        68   if (gbPrev iew)
        69           do cument.onc ontextmenu =contextMe nu;
        70  
        71   function c ontextMenu ()
        72   {
        73           re turn false ;
        74   }