1318. Araxis Merge File Comparison Report

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

1318.1 Files compared

# Location File Last Modified
1 C:\Araxis_Merge_Comprasion\Pub_un\BTSSS_CIF_122016.zip\BTSSS_CIF_12_20_16\clean\CRM Portal\trunk\BTSSSPortal\js\ckeditor\plugins\language plugin.js Tue Dec 20 19:50:50 2016 UTC
2 Wed Feb 1 19:57:50 2017 UTC

1318.2 Comparison summary

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

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

1318.4 Active regular expressions

No regular expressions were active.

1318.5 Comparison detail

1   /*        
2    Copyright  (c) 2003- 2015, CKSo urce - Fre derico Kna bben. All  rights res erved.        
3    This soft ware is co vered by C KEditor Co mmercial L icense. Us age withou t proper l icense is  prohibited .        
4   */        
5   (function( ){CKEDITOR .plugins.a dd("langua ge",{requi res:"menub utton",lan g:"ar,bg,c a,cs,cy,da ,de,el,en, en-gb,eo,e s,fa,fi,fo ,fr,gl,he, hr,hu,it,j a,km,ko,ku ,nb,nl,no, pl,pt,pt-b r,ru,sk,sl ,sq,sv,tr, tt,uk,vi,z h,zh-cn",i cons:"lang uage",hidp i:!0,init: function(a ){var b=a. config.lan guage_list ||["ar:Ara bic:rtl"," fr:French" ,"es:Spani sh"],c=thi s,d=a.lang .language, e={},g,h,k ,f;a.addCo mmand("lan guage",{al lowedConte nt:"span[! lang,!dir] ",required Content:"s pan[lang,d ir]",conte xtSensitiv e:!0,exec: function(a ,b){var c= e["languag e_"+        
6   b];if(c)a[ c.style.ch eckActive( a.elementP ath(),a)?" removeStyl e":"applyS tyle"](c.s tyle)},ref resh:funct ion(a){thi s.setState (c.getCurr entLangEle ment(a)?CK EDITOR.TRI STATE_ON:C KEDITOR.TR ISTATE_OFF )}});for(f =0;f<b.len gth;f++)g= b[f].split (":"),h=g[ 0],k="lang uage_"+h,e [k]={label :g[1],lang Id:h,group :"language ",order:f, ltr:"rtl"! =(""+g[2]) .toLowerCa se(),onCli ck:functio n(){a.exec Command("l anguage",t his.langId )},role:"m enuitemche ckbox"},e[ k].style=n ew CKEDITO R.style({e lement:"sp an",attrib utes:{lang :h,dir:e[k ].ltr?        
7   "ltr":"rtl "}});e.lan guage_remo ve={label: d.remove,g roup:"lang uage_remov e",state:C KEDITOR.TR ISTATE_DIS ABLED,orde r:e.length ,onClick:f unction(){ var b=c.ge tCurrentLa ngElement( a);b&&a.ex ecCommand( "language" ,b.getAttr ibute("lan g"))}};a.a ddMenuGrou p("languag e",1);a.ad dMenuGroup ("language _remove"); a.addMenuI tems(e);a. ui.add("La nguage",CK EDITOR.UI_ MENUBUTTON ,{label:d. button,all owedConten t:"span[!l ang,!dir]" ,requiredC ontent:"sp an[lang,di r]",toolba r:"bidi,30 ",command: "language" ,onMenu:fu nction(){v ar b={},d= c.getCurre ntLangElem ent(a),        
8   f;for(f in  e)b[f]=CK EDITOR.TRI STATE_OFF; b.language _remove=d? CKEDITOR.T RISTATE_OF F:CKEDITOR .TRISTATE_ DISABLED;d &&(b["lang uage_"+d.g etAttribut e("lang")] =CKEDITOR. TRISTATE_O N);return  b}})},getC urrentLang Element:fu nction(a){ var b=a.el ementPath( );a=b&&b.e lements;va r c;if(b)f or(var d=0 ;d<a.lengt h;d++)b=a[ d],!c&&"sp an"==b.get Name()&&b. hasAttribu te("dir")& &b.hasAttr ibute("lan g")&&(c=b) ;return c} })})();