1497. EPMO Open Source Coordination Office Redaction File Detail Report

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

1497.1 Files compared

# Location File Last Modified
1 Tue Jan 2 16:57:26 2018 UTC
2 HTRE_P2.zip\src.zip\output\IHTA OLH Files.zip\ihta.zip whver.js Fri Mar 24 20:39:28 2017 UTC

1497.2 Comparison summary

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

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

1497.4 Active regular expressions

No regular expressions were active.

1497.5 Comparison detail

        1   //      We bHelp 5.10 .006
        2   var gbNav= false;
        3   var gbNav6 =false;
        4   var gbNav6 1=false;
        5   var gbNav7 =false;
        6   var gbNav4 =false;
        7   var gbIE4= false;
        8   var gbIE=f alse;
        9   var gbIE5= false;
        10   var gbIE55 =false;
        11   var gbIE10 =false;
        12   var gbOper a6=false;
        13   var gbOper a7=false;
        14   var gbKonq ueror3=fal se;
        15   var gbSafa ri3=false;
        16  
        17   var gAgent =navigator .userAgent .toLowerCa se();
        18   var gbMac= (gAgent.in dexOf("mac ")!=-1);
        19   var gbSunO S=(gAgent. indexOf("s unos")!=-1 );
        20   var gbUnix OS=(gAgent .indexOf(" linux")!=- 1) || (gAg ent.indexO f("unix")! =-1);
        21   var gbOper a=(gAgent. indexOf("o pera")!=-1 );
        22   var gbKonq ueror=(gAg ent.indexO f("konquer or")!= -1) ;
        23   var gbSafa ri=(gAgent .indexOf(" safari")!=  -1);
        24   var gbWind ows=((gAge nt.indexOf ('win')!=  -1)||(gAge nt.indexOf ('16bit')! = -1));
        25   var gbMozi lla=((gAge nt.indexOf ('gecko')! =-1) && (g Agent.inde xOf('netsc ape')==-1) );
        26   var gbAIR= (gAgent.in dexOf('ado beair')!=- 1);
        27   var gbChro me = (gAge nt.indexOf ('chrome') !=-1);
        28   var gbAIRS SL= false  ;
        29  
        30   var gVersi on=navigat or.appVers ion.toLowe rCase();
        31  
        32   var gnVerM ajor=parse Int(gVersi on);
        33   var gnVerM inor=parse Float(gVer sion);
        34  
        35   if(!gbOper a&&!gbKonq ueror&&!gb Safari) //  opera can  mimic IE  or Netscap e by setti ngs.
        36   {
        37           gb IE=(naviga tor.appNam e.indexOf( "Microsoft ")!=-1);
        38           gb Nav=(gAgen t.indexOf( 'mozilla') !=-1) && ( (gAgent.in dexOf('spo ofer')==-1 ) && (gAge nt.indexOf ('compatib le')==-1)) ;
        39           if (gnVerMajo r>=4)
        40           {
        41                    if(n avigator.a ppName=="N etscape")
        42                    {
        43                             gbNav4 =true;
        44                             if(gnV erMajor>=5 )
        45                                      gbNav6=t rue;
        46                    }
        47                    gbIE 4=(navigat or.appName .indexOf(" Microsoft" )!=-1);
        48           }
        49           if (gbNav6)
        50           {
        51                    var  nPos=gAgen t.indexOf( "gecko");
        52                    if(n Pos!=-1)
        53                    {
        54                             var nP os2=gAgent .indexOf(" /", nPos);
        55                             if(nPo s2!=-1)
        56                             {
        57                                      var nVer sion=parse Float(gAge nt.substri ng(nPos2+1 ));
        58                                      if(nVers ion>=20010 726)
        59                                      {
        60                                               gbNav61=tr ue;
        61                                               if (nVersi on>=200208 23)
        62                                                       gb Nav7=true;
        63                                      }
        64                             }
        65                    }
        66           }e lse if(gbI E4)
        67           {
        68                    var  nPos=gAgen t.indexOf( "msie");
        69                    if(n Pos!=-1)
        70                    {
        71                             var nV ersion=par seFloat(gA gent.subst ring(nPos+ 5));
        72                             if(nVe rsion>=5)
        73                             {
        74                                      gbIE5=tr ue;
        75                                      if(nVers ion>=5.5)
        76                                               gbIE55=tru e;
        77                                      if(nVers ion==10.0)
        78                                               gbIE10=tru e;
        79                             }
        80                    }
        81           }
        82   }
        83   else if (g bOpera)
        84   {
        85           va r nPos = g Agent.inde xOf("opera ");
        86           if (nPos!=-1)
        87           {
        88                    var  nVersion=p arseFloat( gAgent.sub string(nPo s+6));
        89                    if(n Version>=6 )
        90                    {
        91                             gbOper a6=true;
        92                             if(nVe rsion>=7)
        93                                      gbOpera7 =true;
        94                    }
        95           }
        96   }
        97   else if (g bKonqueror )
        98   {
        99           va r nPos = g Agent.inde xOf("konqu eror");
        100           if (nPos!=-1)
        101           {
        102                    var  nVersion =  parseFloa t(gAgent.s ubstring(n Pos+10));
        103                    if ( nVersion > = 3)
        104                    {
        105                             gbKonq ueror3=tru e;
        106                    }
        107           }
        108   }
        109   if(gbSafar i)
        110   {
        111           va r nPos = g Agent.inde xOf("versi on/");
        112           if (nPos!=-1)
        113           {
        114                    var  nVersion =  parseFloa t(gAgent.s ubstring(n Pos+8,nPos +9));
        115                    if ( nVersion > = 3)
        116                    {
        117                             gbSafa ri3=true;
        118                    }
        119           }
        120   }
        121   if(gbChrom e)
        122   {
        123           // for the ti me being u se same te sts as saf ari
        124           gb Safari = t rue ;
        125           gb Safari3=tr ue;
        126   }
        127   var gbWhVe r=true;
        128   if(navigat or.appVers ion.indexO f("rv:11.0 ") != -1)
        129   {
        130           gb IE = true;
        131           gb IE4 = true ;
        132           gb IE5 = true ;
        133           gb IE55 = tru e;
        134           gb IE10 = tru e;
        135   }