2172. EPMO Open Source Coordination Office Redaction File Detail Report

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

2172.1 Files compared

# Location File Last Modified
1 Tue Jan 2 16:57:59 2018 UTC
2 HTRE_P2.zip\src.zip\output\IHTA OLH Files.zip\ihta_admin.zip\hdi.zip whframes.js Wed Feb 5 14:58:06 2014 UTC

2172.2 Comparison summary

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

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

2172.4 Active regular expressions

No regular expressions were active.

2172.5 Comparison detail

        1   //      We bHelp 5.10 .001
        2   // this va lue should  be identi cal to the  value use d in whpro xy.js
        3   window.whn ame = "wh_ stub";
        4  
        5   // this fi le will be  used by T opic and N avBar and  NavPane an d other co mponents
        6   // and thi s file is  used in ch ild frame  html.
        7   // and the  whstub.js  will be u sed in the  start pag e.
        8   // see ref erence in  whstub.js.
        9   // Interna l Area
        10   var gbInit ed = false ;
        11   var gWndSt ubPage = n ull;
        12   function g etStubPage ()
        13   {
        14           if  (!gbInite d)
        15           {
        16                    gWnd StubPage =  getStubPa ge_inter(w indow);
        17                    gbIn ited = tru e;
        18           }
        19           re turn gWndS tubPage;
        20   }
        21  
        22   function g etStubPage _inter(wCu rrent) {
        23           if  (null ==  wCurrent.p arent || w Current.pa rent == wC urrent)
        24                    retu rn null;
        25  
        26           if  (wCurrent .parent.wh name && "w h_stub" ==  wCurrent. parent.whn ame) 
        27                    retu rn wCurren t.parent;
        28           el se
        29                    if ( wCurrent.p arent.fram es.length  != 0 && wC urrent.par ent != wCu rrent)
        30                             return  getStubPa ge_inter(w Current.pa rent);
        31                    else  
        32                             return  null;
        33   }
        34  
        35   // Public  interface  begin here .......... ......
        36   function r egisterLis tener(fram ename, nMe ssageId)
        37   {
        38           va r wStartPa ge = getSt ubPage();
        39           if  (wStartPa ge && wSta rtPage !=  this) {
        40                    retu rn wStartP age.regist erListener (framename , nMessage Id);
        41           }
        42           el se 
        43                    retu rn false;
        44   }
        45  
        46   function r egisterLis tener2(ofr ame, nMess ageId)
        47   {
        48           va r wStartPa ge = getSt ubPage();
        49           if  (wStartPa ge && wSta rtPage !=  this) {
        50                    retu rn wStartP age.regist erListener 2(oframe,  nMessageId );
        51           }
        52           el se 
        53                    retu rn false;
        54   }
        55  
        56   function u nregisterL istener2(o frame, nMe ssageId)
        57   {
        58           va r wStartPa ge = getSt ubPage();
        59           if  (wStartPa ge && wSta rtPage !=  this && wS tartPage.u nregisterL istener2)  {
        60                    retu rn wStartP age.unregi sterListen er2(oframe , nMessage Id);
        61           }
        62           el se 
        63                    retu rn false;
        64   }
        65  
        66   function S endMessage (oMessage)
        67   {
        68           va r nMsgId =  oMessage. nMessageId ;
        69           if  (nMsgId = = WH_MSG_I SINFRAMESE T && oMess age.wSende r != this)
        70                    retu rn true;
        71           va r wStartPa ge = getSt ubPage();
        72           if  (wStartPa ge && wSta rtPage !=  this && wS tartPage.S endMessage
        73           {
        74                    retu rn wStartP age.SendMe ssage(oMes sage);
        75           }
        76           el se 
        77                    retu rn false;
        78   }
        79   var gbWhPr oxy=true;