===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
lazarus-2.0.10+dfsg/docs/xml/multi_makeskel.pl-118-  if($opt{x}){
lazarus-2.0.10+dfsg/docs/xml/multi_makeskel.pl:119:    system($Command);
lazarus-2.0.10+dfsg/docs/xml/multi_makeskel.pl-120-    if($?){
##############################################
lazarus-2.0.10+dfsg/docs/html/fpdoc.css-98-/* assembler passages in source fragments */
lazarus-2.0.10+dfsg/docs/html/fpdoc.css:99:span.asm {
lazarus-2.0.10+dfsg/docs/html/fpdoc.css-100-  color: green
##############################################
lazarus-2.0.10+dfsg/ide/environmentopts.pp-805-    property DebuggerResetAfterRun: boolean read FDebuggerResetAfterRun write FDebuggerResetAfterRun;
lazarus-2.0.10+dfsg/ide/environmentopts.pp:806:    property DebuggerAutoCloseAsm: boolean read FDebuggerAutoCloseAsm write FDebuggerAutoCloseAsm;
lazarus-2.0.10+dfsg/ide/environmentopts.pp-807-    // ShowCompileDialog and AutoCloseCompileDialog are currently not used.
##############################################
lazarus-2.0.10+dfsg/ide/environmentopts.pp-1966-  DebuggerResetAfterRun :=FXMLCfg.GetValue(Path+'DebuggerOptions/DebuggerResetAfterRun/Value', False);
lazarus-2.0.10+dfsg/ide/environmentopts.pp:1967:  FDebuggerAutoCloseAsm :=FXMLCfg.GetValue(Path+'DebuggerOptions/DebuggerAutoCloseAsm/Value', False);
lazarus-2.0.10+dfsg/ide/environmentopts.pp-1968-  FDebuggerEventLogClearOnRun := FXMLCfg.GetValue(Path+'Debugger/EventLogClearOnRun', True);
##############################################
lazarus-2.0.10+dfsg/ide/compileroptions.pp-2616-        -Agas-darwinAssemble darwin Mach-O64 using GNU GAS
lazarus-2.0.10+dfsg/ide/compileroptions.pp:2617:        -Amasm     Win64 object file using ml64 (Microsoft)
lazarus-2.0.10+dfsg/ide/compileroptions.pp-2618-        -Apecoff   PE-COFF (Win64) using internal writer
##############################################
lazarus-2.0.10+dfsg/ide/codeexplorer.pas-838-    ctnAsmBlock:
lazarus-2.0.10+dfsg/ide/codeexplorer.pas:839:      Result:='Asm block';
lazarus-2.0.10+dfsg/ide/codeexplorer.pas-840-
##############################################
lazarus-2.0.10+dfsg/ide/lazarusidestrconsts.pas-2059-  dlgFoldPasCase            = 'Case';
lazarus-2.0.10+dfsg/ide/lazarusidestrconsts.pas:2060:  dlgFoldPasAsm             = 'Asm';
lazarus-2.0.10+dfsg/ide/lazarusidestrconsts.pas-2061-  dlgFoldPasIfDef           = '{$IfDef}';
##############################################
lazarus-2.0.10+dfsg/ide/lazarusidestrconsts.pas-5288-  lisDebugOptionsFrmResetDebuggerOnEachRun = 'Reset Debugger after each run';
lazarus-2.0.10+dfsg/ide/lazarusidestrconsts.pas:5289:  lisDebugOptionsFrmAutoCloseAsm = 'Automatically close the assembler window, after source not found';
lazarus-2.0.10+dfsg/ide/lazarusidestrconsts.pas-5290-  lisDebugOptionsFrmDebuggerSpecific = 'Debugger specific options (depends on '
##############################################
lazarus-2.0.10+dfsg/designer/jitforms.pp-308-                               PropInfoCount: integer): integer;
lazarus-2.0.10+dfsg/designer/jitforms.pp:309:function GetTypeDataPropCountAddr(TypeData: PTypeData): PWord;
lazarus-2.0.10+dfsg/designer/jitforms.pp-310-
##############################################
lazarus-2.0.10+dfsg/designer/jitforms.pp-704-
lazarus-2.0.10+dfsg/designer/jitforms.pp:705:function GetTypeDataPropCountAddr(TypeData: PTypeData): PWord;
lazarus-2.0.10+dfsg/designer/jitforms.pp-706-begin
##############################################
lazarus-2.0.10+dfsg/designer/jitforms.pp-1558-  NewTypeData^.UnitName:=NewUnitName;
lazarus-2.0.10+dfsg/designer/jitforms.pp:1559:  AddedPropCount:=GetTypeDataPropCountAddr(NewTypeData);
lazarus-2.0.10+dfsg/designer/jitforms.pp-1560-  AddedPropCount^:=0;
##############################################
lazarus-2.0.10+dfsg/designer/jitforms.pp-1768-  //DebugLn(['TJITComponentList.DoRenameUnitNameOfClass Old=',TypeData^.UnitName,' New=',NewUnitName]);
lazarus-2.0.10+dfsg/designer/jitforms.pp:1769:  OldPropCount:=GetTypeDataPropCountAddr(TypeData)^;
lazarus-2.0.10+dfsg/designer/jitforms.pp-1770-  if OldPropCount<>0 then
##############################################
lazarus-2.0.10+dfsg/designer/jitforms.pp-1772-  TypeData^.UnitName:=NewUnitName;
lazarus-2.0.10+dfsg/designer/jitforms.pp:1773:  GetTypeDataPropCountAddr(TypeData)^:=OldPropCount;
lazarus-2.0.10+dfsg/designer/jitforms.pp-1774-end;
##############################################
lazarus-2.0.10+dfsg/localize.sh-50-  if [ -n "$RST" ]; then
lazarus-2.0.10+dfsg/localize.sh:51:    RST=`find $RSTDIR -name $RSTFILE.$RSEXT | xargs ls -1t | head -1`;
lazarus-2.0.10+dfsg/localize.sh-52-  
##############################################
lazarus-2.0.10+dfsg/packager/interpkgconflictfiles.pas-43-      unit_u_recompile_sharedlib_is_older=10031_U_Recompiling unit, shared lib is older than ppufile
lazarus-2.0.10+dfsg/packager/interpkgconflictfiles.pas:44:      unit_u_recompile_obj_and_asm_older=10032_U_Recompiling unit, obj and asm are older than ppufile
lazarus-2.0.10+dfsg/packager/interpkgconflictfiles.pas-45-      unit_u_recompile_obj_older_than_asm=10033_U_Recompiling unit, obj is older than asm
##############################################
lazarus-2.0.10+dfsg/test/testresult-db/updatetestsuitedb.sh-22-
lazarus-2.0.10+dfsg/test/testresult-db/updatetestsuitedb.sh:23:  basefn=`basename $1`
lazarus-2.0.10+dfsg/test/testresult-db/updatetestsuitedb.sh-24-  
##############################################
lazarus-2.0.10+dfsg/test/testresult-db/updatetestsuitedb.sh-42-#    doesn't work if hostname contains number
lazarus-2.0.10+dfsg/test/testresult-db/updatetestsuitedb.sh:43:#    date=`echo $1 | sed 's/[^0-9]*\([0-9]*\)[^0-9]*/\1/'`
lazarus-2.0.10+dfsg/test/testresult-db/updatetestsuitedb.sh-44-#   next won't work if hostname contains 12 consecutive numbers, better (jonas)
lazarus-2.0.10+dfsg/test/testresult-db/updatetestsuitedb.sh:45:     date=`echo $1 | sed 's/.*\([0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]\).*/\1/'`
lazarus-2.0.10+dfsg/test/testresult-db/updatetestsuitedb.sh-46-#     echo "Date=$date" >> dbdigest.cfg
##############################################
lazarus-2.0.10+dfsg/test/testresult-db/updatetestsuitedb.sh-75-#
lazarus-2.0.10+dfsg/test/testresult-db/updatetestsuitedb.sh:76:FILES=`ls $INCOMINGDIR/results-*.xml 2> /dev/null`
lazarus-2.0.10+dfsg/test/testresult-db/updatetestsuitedb.sh-77-if [ "$FILES" = "" ]; then
##############################################
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/defaultimage.xpm-1257-"w#Q.( u W 7 w + / _ - { _ ! ~ < _ ) < : / ) { / ] ^ } ^ { 1 : ] ( / _ | 3 [.<.[.[.[.[.}.}.}.8.9.9.i.9.i.i.j.j.i.9.i.j.x#y#l.k.z#A#B#C#D#E#F#G#H#I#J#K#L#M#N#O#P#m@u#+@+@@@@@Q#6@y T S u@]#q@R#2@8 : 8.p+c#n@p+R.k.[.[.9.Q.*@-@< 5 ",
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/defaultimage.xpm:1258:"S#4+< 6 T#Q@N@a < | | 1 | 1 1 1 3 3 2 1 2 2 3 3 2 3 [.[.[.[.}.}.}.}.}.}.9.9.i.9.i.i.i.j.j.i.j.j.k.l.l.O.O.l.l.l.O.x.U#V#W#X#P.P.Y#Z#`# $.$+$@$#$$$%$&$*$K.=$-$;$>$E++@+@@@t@D m ! <.Q.3+6 ]#,$'$)$` [ 9.}.}.<.} 1 l.p+r+o+;@n@} j ",
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/defaultimage.xpm-1259-"!$r+1  .m@E+E+4 | 3 [.3 { & # - _ }.9._ { ^ ^ ] ( [.j.} - * ; ( }.j.[.< : < [.1 < 3 < : 3 9.} } | 9.R.O.} ! , ^ 9.~${$]$^$/$($4+o+_$:$<$[$}$|$1$2$3$4$5$6$7$8$9$M@+@+@+@'$S }.O@0$a$b$S#O.G m@M@M@]#8 ;+O+p+P.k.5+=@-@n@c$O@d$2 l ",
##############################################
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/defaultimage.xpm-1284-"*-^=d#s%d#s%s%s%j&j&j&G%w#w#w#w#0$0$0$0$0$0$0$=-=-=-=-=-=-=-S#=-S#--;->-,-'-)-a$a$!-~-{-]-^-^-U%/-(-U%(-!$!$_-!$!$!$^=^=b$^=^=Q.5@'$+@+@T#5 /%O*.=.=.=.=.=.= =R=O*.=.=.=.=.=.=.=.=.=.=.=.=.=v=.=.= =r%o 0%+@+@+@+@+@+@+@+@@@M@7@% ",
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/defaultimage.xpm:1285:"z$e$w#G%w#w#w#0$w#0$0$=-S#S#S#S#S#S#S#S#>&>&>&a$a$a$a$a$a$a$a$k&k&:-<-[-}-|-1-2-3-4-5-6-7-8-9-0-a-b-c-b$b$d-d-d-e$e$`*e$e$`*c$R ,$+@+@a#X@j.e-N*.=.=.=.=.=.=.=O*N* =.=.=.=.=.=.=.=.=.=.=.=.=v= =N*^%Z$1 I$+@+@+@+@+@+@+@+@+@+@y.= ",
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/defaultimage.xpm-1286-" %]%S#S#S#S#>&>&>&>&>&a$k&k&U%U%U%U%U%U%U%U%U%!$!$!$!$!$!$^=b$^=^=b$f-g-h-i-j-k-l-m-n-o-p-q-r-s-t-u-v-w-]%]%F$]%]%F$F$z*F$B$ .T@@@+@+@m@v@o+x-`$O* =.= = =R=P*/=A$/=N* = = = = = = =O*R=P*{=^% %/%C$x-;@S@a#+@+@+@+@+@+@+@E++@7@> ",
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/defaultimage.xpm:1287:"r%{%k&k&k&U%U%U%U%U%!$!$b$b$b$b$b$b$b$b$b$b$d-d-d-d-d-d-d-y-e$e$z-`*]%A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-{%{%C$C$C$C$D$C$G%e ]#@@+@+@E+N@J 9.B${%z$/=N*N*P*Z$;&C${%x-V%/=P*P*P*P*`$ %/%z*e$!$k&S#s%c%w#s%7 T#+@+@@@@@+@+@E+E++@_#) ",
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/defaultimage.xpm:1288:"R-x-b$^=^=b$b$b$b$b$d-e$`*`*`*`*`*`*`*]%]%`*]%F$]%]%]%]%S-T-U-V-W-X-z*{%Y-Z-`- ;.;+;@;#;$;%;&;*;=;-;;;x-x-x-b=b=b=b=/%z*[ 6@M@+@+@+@@@e@6 <.6+G%z*z${=O*R=P*r%D$b=A$^%R= =O* =O*{=e-C$k&s%c$.%c#,#=@c#d#;@I 1@+@m@W@Q#@@+@E++@5@{ ",
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/defaultimage.xpm:1289:"/=/%`*`*e$e$`*`*]%]%`*]%F$z*z*F$F$F$z*{%{%{%{%{%{%{%{%>;,;';);!;~;{;];x-x-^;/;(;_;:;<;[;b=};/%/%|;1;b%b%b%b%;&;&;&;&;&c%M '$E++@+@+@a#$@r r+=-/%R-N*O*O*O* =`$V%Z$O* = = = = =.= =R={=Z$V%x-d-=-+%c#=@c#>&c$m.a#m@!%H$t@E$E++@]@/ ",
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/defaultimage.xpm-1290-"{=]=z*{%z*z*z*C$C$C${%C$x-x-x-x-x-x-x-x-b=x-b=b=b=b=2;3;4;5;6;7;8;9;0;a;;&*-b;c;d;e;f;g;h;]=]=*-*-*-*-*-*-V%*-*-V%z$]=}.)$+@@@/@a#+@0%L -@D$R-N*R=O* = =O*O*N*Z${=O* =O* = = =O*O*O*O*O* = =O*{=z$z*0$c$B$d-=@I$+@M@Q#!%q@N@@@x : ",
##############################################
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/defaultimage.xpm-1292-"R= %/%/%/%/%b%b%b%b%b%]=*-]=*-*-]=*-*-V%V%V%V%V%A;B;C;D;E;F;F;G;H;I;J;K;J;L; % %M;N;O;P;Q;R;S;r%Z$Z$Z$Z$Z$Z$R-Z$Z$R-0$D M@'$I$T#@@E$$ e-P*O* =O*O* = =O* = =O* = =O*O*O* = =O*O*O* = = = = = =O*O* =O*`$x-w#w#k&s@@@@@E$'$H+e@F 1 ",
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/defaultimage.xpm:1293:"O*r%]=*-]=]=*-*-*-*-V%z$e-e-e-e-e-e-e- % % %A$z$T;U;V;W;X;Y;A$r%Z;`; >.>+>@>#>R-R-$>%>&>*>=>^%/=^%^%^%^%^%`$^%^%`$Z$l.!%M@W@e@/@+@..F$R= =O* = =O*O*O*O* =O* =O*O*O* =O*O*O* =O*O* = =O*O*O* =O*O*O*O*O*P*;&0$b$! E$E$~#)$H+p@T 3 ",
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/defaultimage.xpm-1294-" =/=e-e-e-e- % % % % %A$r%r%Z$Z$r%r%Z$Z$Z$Z$R-->;>>>,>'>)>!>R-~>{>]>^>/>(>_>:><>`$`$[>}>|>{={={=P*P*P*P*P*N*N*N*R=A$& '$,$p@0%+@J$k. =O*R= =O*O*O*O*O*O*O*O* = =O* = = = =O*O*O*O*O*O* = =O*O*.= = = = = =O*^%A$!$|.1@p@w@6@t@T <.",
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/defaultimage.xpm:1295:" =`$r%r%Z$Z$Z$Z$Z$Z$R-/=^%/=^%/=/=^%^%^%^%^%`$`$1>2>3>4>5>6>7>8>9>0>a>b>c>a>d>e>f>N*R=g>R=O*O*O*O* =O* = = = =.= =z*J m@]#o@E$M@B D$ =O* = =O* =O*O*O*O*R=N*{=R=O*O*O* =O*O* =O*O*O*O* =O*O* =O*O*O*O*O* =O* = =/=< H+2@y$o@Q#D 2 ",
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/defaultimage.xpm-1296-".=N*/=^%^%^%^%^%^%^%^%{=P*P*P*P*P*P*P*P*P*P*N*N*N*h>i>j>k>l>m>n>o>m>p>q>r>s>t>u> = =.=.=.=.=.=v=v=v=v=v=v=v=v=.=O*4+v>'$2@J$+@~#9.`$ = = =O*O*O*O* =O*O*R=^% %N*O*O*O*O*O*O*O* = =O* = = =O* =O*O* =R=O*O*O*O* =R=B$r@b#b#m@@@z 2 ",
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/defaultimage.xpm:1297:"v=N*`${=P*P*P*P*N*N*N*N*O*O*O*O*O*O*O* =O*O*.=.=.=.=w>x>y>z>A>B>C>D>E>F>G>H>H>I>v=v=v=v=v=v=v=v=v=v=v=v=v=v=v=v=R-e #@~#!%E$m@B `* =.=O* = = = =O* = = =R=A$*-N*O* =O* = =O*O*O*O*O*O*O*O*O*O*O*O*O*O*O*O*O*O*O*O*`*E +@+@+@+@A 2 ",
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/defaultimage.xpm-1298-".=O*O*O*O*O* = =O* = =.=.=v=v=v=.=v=v=v=v=v=v=v=v=v=v=J>K>L>M>N>O>P>Q>R>S>T>U>V>W>X>X>X>X>X>X>X>X>X>X>X>X>v=.= =r+v>#@2@~#+@^#<./=O*O* =O*O* =O* =O* =R=N*z$z$R=O*O*O*O* =.= =O*O* =O* =O* =O* = = =O* = =.= =O*O**-k @@+@+@+@z 2 ",
##############################################
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/fpdoc.css-93-/* assembler passages in source fragments */
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/fpdoc.css:94:span.asm {
lazarus-2.0.10+dfsg/components/turbopower_ipro/examples/fpdoc.css-95-  color: green
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-1303-    procedure SetCountAfter(ACount: Integer);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:1304:    procedure SetBaseAddr(AnAddr: TDbgPtr);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-1305-  public
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-1338-    function LastAddr: TDbgPtr;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:1339:    function ContainsAddr(const AnAddr: TDbgPtr; IncludeNextAddr: Boolean = False): Boolean;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:1340:    function IndexOfAddr(const AnAddr: TDbgPtr): Integer;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-1341-    function IndexOfAddrWithOffs(const AnAddr: TDbgPtr): Integer;
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-1364-  public
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:1365:    function GetRangeForAddr(AnAddr: TDbgPtr; IncludeNextAddr: Boolean = False): TDBGDisassemblerEntryRange;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-1366-    function NextRange: TDBGDisassemblerEntryRange;
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-1382-    procedure AddRange(const ARange: TDBGDisassemblerEntryRange); // Arange may be freed
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:1383:    function GetRangeForAddr(AnAddr: TDbgPtr; IncludeNextAddr: Boolean = False): TDBGDisassemblerEntryRange;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-1384-    property OnDelete: TNotifyEvent read FOnDelete write FOnDelete;
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-1436-    function  PrepareEntries({%H-}AnAddr: TDbgPtr; {%H-}ALinesBefore, {%H-}ALinesAfter: Integer): boolean; virtual;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:1437:    function  HandleRangeWithInvalidAddr(ARange: TDBGDisassemblerEntryRange;{%H-}AnAddr:
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-1438-                 TDbgPtr; var {%H-}ALinesBefore, {%H-}ALinesAfter: Integer): boolean; virtual;
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-2270-
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:2271:  RngBefore := FRangeIterator.GetRangeForAddr(AStartAddr, True);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-2272-  {$PUSH}{$IFnDEF DBGMI_WITH_DISASS_OVERFLOW}{$Q-}{$R-}{$ENDIF} // Overflow is allowed to occur
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-2290-    if (RngBefore <> nil) then begin
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:2291:      GotCnt := RngBefore.IndexOfAddr(AnEndAddr);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:2292:      LastGotCnt := RngBefore.IndexOfAddr(TryStartAt.Value);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-2293-      if (GotCnt >= 0) and (LastGotCnt >= 0) and (LastGotCnt > GotCnt) then
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-2352-    // prepare the next range
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:2353:    RngBefore := FRangeIterator.GetRangeForAddr(AStartAddr, True);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-2354-    if (RngBefore = nil)
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-2365-  // Find LinesBefore
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:2366:  RngAfter := FRangeIterator.GetRangeForAddr(AStartAddr, True);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-2367-  GotCnt := -1;
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-2414-
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:2415:    RngAfter := FRangeIterator.GetRangeForAddr(AStartAddr, True);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-2416-  end;
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5185-
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5186:procedure TBaseDisassembler.SetBaseAddr(AnAddr: TDbgPtr);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5187-begin
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5328-
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5329:function TDBGDisassemblerEntryRange.ContainsAddr(const AnAddr: TDbgPtr;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5330-  IncludeNextAddr: Boolean = False): Boolean;
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5336-
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5337:function TDBGDisassemblerEntryRange.IndexOfAddr(const AnAddr: TDbgPtr): Integer;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5338-begin
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5369-
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5370:function TDBGDisassemblerEntryMapIterator.GetRangeForAddr(AnAddr: TDbgPtr;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5371-  IncludeNextAddr: Boolean): TDBGDisassemblerEntryRange;
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5381-  GetData(Result);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5382:  if not Result.ContainsAddr(AnAddr, IncludeNextAddr)
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5383-  then Result := nil;
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5443-
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5444:  MergeRng := GetRangeForAddr(ARange.RangeStartAddr, True);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5445-  if MergeRng <> nil then begin
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5452-
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5453:    MergeRng2 := GetRangeForAddr(MergeRng.RangeEndAddr, True);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5454-    if (MergeRng2 <> nil) and (MergeRng2 <> MergeRng) then begin
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5464-
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5465:  MergeRng := GetRangeForAddr(ARange.RangeEndAddr, True);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5466-  if MergeRng <> nil then begin
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5467-    // merge to start ( ARange.RangeEndAddr is in MergeRng )
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5468:    if MergeRng.ContainsAddr(ARange.RangeStartAddr)
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5469-    then begin
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5488-
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5489:function TDBGDisassemblerEntryMap.GetRangeForAddr(AnAddr: TDbgPtr;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5490-  IncludeNextAddr: Boolean = False): TDBGDisassemblerEntryRange;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5491-begin
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5492:  Result := FIterator.GetRangeForAddr(AnAddr, IncludeNextAddr);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5493-end;
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5502-  FCurrentRange := nil;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5503:  SetBaseAddr(0);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5504-  SetCountBefore(0);
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5527-    end
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5528:    else if FCurrentRange.ContainsAddr(BaseAddr)
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5529-    then begin
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5532-      la := CountAfter;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5533:      if HandleRangeWithInvalidAddr(FCurrentRange, BaseAddr, lb, la)
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5534-      then begin
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5541-    LockChanged;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5542:    SetBaseAddr(0);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5543-    SetCountBefore(0);
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5557-    Result := False;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5558:    NewRange := FEntryRanges.GetRangeForAddr(AnAddr);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5559-
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5570-
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5571:    i := NewRange.IndexOfAddr(AnAddr);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5572-    if i < 0
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5574-      // address at incorrect offset
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5575:      Result := HandleRangeWithInvalidAddr(NewRange, AnAddr, ALinesBefore, ALinesAfter);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5576-      debugln(DBG_DISASSEMBLER, ['WARNING: TDBGDisassembler.FindRange: Address at odd offset ',AnAddr,'  Result=', dbgs(result), ' before=',CountBefore, ' after=', CountAfter, ' wanted-before=',ALinesBefore,' wanted-after=',ALinesAfter,' in map with count=', FEntryRanges.Count]);
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5579-        FCurrentRange := NewRange;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5580:        SetBaseAddr(AnAddr);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5581-        SetCountBefore(ALinesBefore);
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5587-    FCurrentRange := NewRange;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5588:    SetBaseAddr(AnAddr);
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5589-    SetCountBefore(i);
##############################################
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5641-
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp:5642:function TDBGDisassembler.HandleRangeWithInvalidAddr(ARange: TDBGDisassemblerEntryRange;
lazarus-2.0.10+dfsg/components/debuggerintf/dbgintfdebuggerbase.pp-5643-  AnAddr: TDbgPtr; var ALinesBefore, ALinesAfter: Integer): boolean;
##############################################
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-45-    function  Add(ALine: TStackLine): Integer;
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas:46:    function  IndexOfAddr(AnAddr: Int64): Integer;
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas:47:    function  FindAddr(AnAddr: Int64): TStackLine;
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas:48:    procedure CopyLineInfoByAddr(AnOtherLines: TStackLines);
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-49-    property  Lines[Index: Integer]: TStackLine read GetLine;
##############################################
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-835-    if (NewLine.FileName <> '') then begin
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas:836:      i := FKnownAddresses.IndexOfAddr(NewLine.Addr);
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-837-      // Todo: compare addr, to detect inconsistencies
##############################################
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-872-    for i := 0 to Traces.Count - 1 do
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas:873:      TStackTrace(Traces[i]).CopyLineInfoByAddr(FKnownAddresses);
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-874-  except
##############################################
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-898-        if (CurLine.FileName = '') then begin
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas:899:          k := FKnownAddresses.IndexOfAddr(CurLine.Addr);
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-900-          if k >= 0 then
##############################################
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-902-          else
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas:903:          if BadAddresses.IndexOfAddr(CurLine.Addr) < 0 then begin
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-904-            if GetLineInfo(CurLine.Addr, FuncName, SrcName, SrcLine) then begin
##############################################
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-957-
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas:958:function TStackLines.IndexOfAddr(AnAddr: Int64): Integer;
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-959-begin
##############################################
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-964-
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas:965:function TStackLines.FindAddr(AnAddr: Int64): TStackLine;
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-966-var
##############################################
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-968-begin
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas:969:  i := IndexOfAddr(AnAddr);
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-970-  if i < 0 then
##############################################
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-975-
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas:976:procedure TStackLines.CopyLineInfoByAddr(AnOtherLines: TStackLines);
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-977-var
##############################################
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-983-    if (CurLine.FileName = '') and (CurLine.Addr <> 0) then begin
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas:984:      j := AnOtherLines.IndexOfAddr(CurLine.Addr);
lazarus-2.0.10+dfsg/components/leakview/leakinfo.pas-985-      if J >= 0 then
##############################################
lazarus-2.0.10+dfsg/components/lazutils/ttconfig.inc-77-
lazarus-2.0.10+dfsg/components/lazutils/ttconfig.inc:78:(* Asm error in Mac: ttraster_sweep.inc(51,30) Error: Generating PIC, but reference is not PIC-safe *)
lazarus-2.0.10+dfsg/components/lazutils/ttconfig.inc-79-{$IFNDEF DARWIN}
##############################################
lazarus-2.0.10+dfsg/components/lazutils/laz2_xpath.pas-1419-begin
lazarus-2.0.10+dfsg/components/lazutils/laz2_xpath.pas:1420:  raise EXPathEvaluationError.Create(Msg) at get_caller_addr(get_frame);
lazarus-2.0.10+dfsg/components/lazutils/laz2_xpath.pas-1421-end;
##############################################
lazarus-2.0.10+dfsg/components/lazutils/laz2_xpath.pas-1425-  raise EXPathEvaluationError.CreateFmt(Msg, Args)
lazarus-2.0.10+dfsg/components/lazutils/laz2_xpath.pas:1426:    at get_caller_addr(get_frame);
lazarus-2.0.10+dfsg/components/lazutils/laz2_xpath.pas-1427-end;
##############################################
lazarus-2.0.10+dfsg/components/lazutils/laz2_xpath.pas-1447-begin
lazarus-2.0.10+dfsg/components/lazutils/laz2_xpath.pas:1448:  raise Exception.CreateFmt(Msg, Args) at get_caller_addr(get_frame);
lazarus-2.0.10+dfsg/components/lazutils/laz2_xpath.pas-1449-end;
##############################################
lazarus-2.0.10+dfsg/components/lazutils/laz2_xpath.pas-1865-begin
lazarus-2.0.10+dfsg/components/lazutils/laz2_xpath.pas:1866:  raise Exception.Create(Msg) at get_caller_addr(get_frame);
lazarus-2.0.10+dfsg/components/lazutils/laz2_xpath.pas-1867-end;
##############################################
lazarus-2.0.10+dfsg/components/lazutils/lazloggerbase.pas-675-procedure TLazLogger.DumpExceptionBackTrace;
lazarus-2.0.10+dfsg/components/lazutils/lazloggerbase.pas:676:  procedure DumpAddr(Addr: Pointer);
lazarus-2.0.10+dfsg/components/lazutils/lazloggerbase.pas-677-  begin
##############################################
lazarus-2.0.10+dfsg/components/lazutils/lazloggerbase.pas-689-begin
lazarus-2.0.10+dfsg/components/lazutils/lazloggerbase.pas:690:  DumpAddr(ExceptAddr);
lazarus-2.0.10+dfsg/components/lazutils/lazloggerbase.pas-691-  FrameCount:=ExceptFrameCount;
##############################################
lazarus-2.0.10+dfsg/components/lazutils/lazloggerbase.pas-693-  for FrameNumber := 0 to FrameCount-1 do
lazarus-2.0.10+dfsg/components/lazutils/lazloggerbase.pas:694:    DumpAddr(Frames[FrameNumber]);
lazarus-2.0.10+dfsg/components/lazutils/lazloggerbase.pas-695-end;
##############################################
lazarus-2.0.10+dfsg/components/lazutils/laztracer.pas-76-  while bp<>nil do begin
lazarus-2.0.10+dfsg/components/lazutils/laztracer.pas:77:    addr:=get_caller_addr(bp);
lazarus-2.0.10+dfsg/components/lazutils/laztracer.pas-78-    CurAddress:=GetLineInfo(addr,UseCache);
##############################################
lazarus-2.0.10+dfsg/components/lazutils/laztracer.pas-108-    while bp<>nil do begin
lazarus-2.0.10+dfsg/components/lazutils/laztracer.pas:109:      AStack[Depth]:=get_caller_addr(bp);
lazarus-2.0.10+dfsg/components/lazutils/laztracer.pas-110-      inc(Depth);
##############################################
lazarus-2.0.10+dfsg/components/aggpas/src/agg_basics.pas-359-{ These implementations have changed to use FPC's Sar*() functions, so should
lazarus-2.0.10+dfsg/components/aggpas/src/agg_basics.pas:360:  now support all platforms without the need for ASM code. At a later date these
lazarus-2.0.10+dfsg/components/aggpas/src/agg_basics.pas-361-  functions could be removed completely. }
##############################################
lazarus-2.0.10+dfsg/components/aggpas/src/platform/mac/agg_mac_pmap.pas-290-   DecompressImage(
lazarus-2.0.10+dfsg/components/aggpas/src/platform/mac/agg_mac_pmap.pas:291:    GetPixBaseAddr(pm ) ,
lazarus-2.0.10+dfsg/components/aggpas/src/platform/mac/agg_mac_pmap.pas-292-    image_description ,
##############################################
lazarus-2.0.10+dfsg/components/aggpas/src/agg_rasterizer_compound_aa.pas-96-   m_ast    , // Active Style Table (unique values)
lazarus-2.0.10+dfsg/components/aggpas/src/agg_rasterizer_compound_aa.pas:97:   m_asm    , // Active Style Mask
lazarus-2.0.10+dfsg/components/aggpas/src/agg_rasterizer_compound_aa.pas-98-   m_cells  ,
##############################################
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-1911-  else
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas:1912:      asm int 3; end;
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-1913-  {$ENDIF}
##############################################
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-5479-{$IFDEF DEBUG}
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas:5480:    if (mtype = nil) or (not mtype.Used) then asm int 3; end;
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-5481-{$ENDIF}
##############################################
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-5662-{$IFDEF DEBUG}
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas:5663:        if not ExpectedType.Used then asm int 3; end;
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-5664-{$ENDIF}
##############################################
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-6563-{$IFDEF DEBUG}
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas:6564:                if not ExpectedType.Used then asm int 3; end;
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-6565-{$ENDIF}
##############################################
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-6571-{$IFDEF DEBUG}
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas:6572:                if not ExpectedType.Used then asm int 3; end;
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-6573-{$ENDIF}
##############################################
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-6603-{$IFDEF DEBUG}
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas:6604:              if not Param.ExpectedType.Used then asm int 3; end;
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-6605-{$ENDIF}
##############################################
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-6641-{$IFDEF DEBUG}
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas:6642:                if not ExpectedType.Used then asm int 3; end;
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-6643-{$ENDIF}
##############################################
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-6654-{$IFDEF DEBUG}
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas:6655:                if not ExpectedType.Used then asm int 3; end;
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-6656-{$ENDIF}
##############################################
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-7050-{$IFDEF DEBUG}
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas:7051:              if not ExpectedType.Used then asm int 3; end;
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-7052-{$ENDIF}
##############################################
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-7342-{$IFDEF DEBUG}
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas:7343:            if not ExpectedType.Used then asm int 3; end;
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-7344-{$ENDIF}
##############################################
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-7349-{$IFDEF DEBUG}
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas:7350:            if not ExpectedType.Used then asm int 3; end;
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-7351-{$ENDIF}
##############################################
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-7779-{$IFDEF DEBUG}
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas:7780:          if not ExpectedType.Used then asm int 3; end;
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-7781-{$ENDIF}
##############################################
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-11340-      else
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas:11341:          asm int 3; end;
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSCompiler.pas-11342-      {$ENDIF}
##############################################
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSDisassembly.pas-435-          begin
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSDisassembly.pas:436:            Writeln(' Disasm Error');
lazarus-2.0.10+dfsg/components/PascalScript/Source/uPSDisassembly.pas-437-            Break;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/testdisass.pas-307-  TestValue('Map Count', 1, EntryRanges.Count);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/testdisass.pas:308:  Range := EntryRanges.GetRangeForAddr(100, False);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/testdisass.pas-309-  TestRange('R1', Range, 100, 120, 120, [100, 108, 116]);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/testdisass.pas-312-  TestValue('Map Count (merged to end)', 1, EntryRanges.Count);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/testdisass.pas:313:  Range := EntryRanges.GetRangeForAddr(100, False);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/testdisass.pas-314-  TestRange('R1 (merged to end)', Range, 100, 140, 140, [100, 108, 116, 120, 128, 136]);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/testdisass.pas-317-  TestValue('Map Count (merged to start)', 1, EntryRanges.Count);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/testdisass.pas:318:  Range := EntryRanges.GetRangeForAddr(100, False);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/testdisass.pas-319-  TestRange('R1 (merged to end)', Range, 80, 140, 140, [80, 90, 100, 108, 116, 120, 128, 136]);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/testdisass.pas-425-         not(itm.SrcFileName <> '')
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/testdisass.pas:426:      then t := t + Format(' - Entries[%d] Addr(%x) has no source', [i, b]);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/testdisass.pas-427-    end;;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/TestApps/ExceptPrg.pas-41-    raise Exception.create('at1') at
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/TestApps/ExceptPrg.pas:42:    get_caller_addr(get_caller_frame(get_frame)),
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/TestApps/ExceptPrg.pas-43-    get_caller_frame(get_caller_frame(get_frame));
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/TestApps/ExceptPrg.pas-58-    raise Exception.create('at2') at
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/TestApps/ExceptPrg.pas:59:    get_caller_addr(get_frame),
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/test/TestApps/ExceptPrg.pas-60-    get_caller_frame(get_frame);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/debugutils.pp-58-function ParseGDBString(const AValue: String): String; // remove quotes(') and convert #dd chars: #9'ab'#9'x'
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/debugutils.pp:59:function GetLeadingAddr(var AValue: String; out AnAddr: TDBGPtr; ARemoveFromValue: Boolean = False): Boolean;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/debugutils.pp-60-function UpperCaseSymbols(s: string): string;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/debugutils.pp-409-
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/debugutils.pp:410:function GetLeadingAddr(var AValue: String; out AnAddr: TDBGPtr;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/debugutils.pp-411-  ARemoveFromValue: Boolean): Boolean;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-677-                       AClearIfSet: TClearOpt): Boolean;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:678:    function GetBreakAddr(ALoc: TInternalBreakLocation): TDBGPtr;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-679-    function GetBreakFile(ALoc: TInternalBreakLocation): String;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-681-    function GetBreakLine(ALoc: TInternalBreakLocation): String;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:682:    function  GetInfoAddr(ACmd: TGDBMIDebuggerCommand): TDBGPtr;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:683:    function  HasBreakAtAddr(AnAddr: TDBGPtr): Boolean;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-684-    function  HasBreakWithId(AnId: Integer): Boolean;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:685:    procedure InternalSetAddr(ACmd: TGDBMIDebuggerCommand; ALoc: TInternalBreakLocation;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-686-                              AnAddr: TDBGPtr);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-698-    procedure SetByName(ACmd: TGDBMIDebuggerCommand);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:699:    procedure SetByAddr(ACmd: TGDBMIDebuggerCommand; SetNamedOnFail: Boolean = False);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:700:    procedure SetAtCustomAddr(ACmd: TGDBMIDebuggerCommand; AnAddr: TDBGPtr);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-701-    procedure SetAtLineOffs(ACmd: TGDBMIDebuggerCommand; AnOffset: integer);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-707-    function  ClearAndBlockId(ACmd: TGDBMIDebuggerCommand; AnId: Integer): Boolean;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:708:    function  MatchAddr(AnAddr: TDBGPtr): boolean;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-709-    function  MatchId(AnId: Integer): boolean;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-711-    function  BreakSetCount: Integer;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:712:    procedure EnableOrSetByAddr(ACmd: TGDBMIDebuggerCommand; SetNamedOnFail: Boolean = False);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-713-    procedure Enable(ACmd: TGDBMIDebuggerCommand);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-737-    FList: TBPEntryList;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:738:    function IndexOfAddr(AnAddr: TDBGPtr): Integer;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-739-    function IndexOfId(AnId: integer): Integer;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-743-    destructor Destroy; override;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:744:    procedure AddAddr(ACmd: TGDBMIDebuggerCommand; AnAddr: TDBGPtr);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:745:    procedure RemoveAddr(ACmd: TGDBMIDebuggerCommand; AnAddr: TDBGPtr);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-746-    procedure RemoveId(ACmd: TGDBMIDebuggerCommand; AnId: Integer);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-1503-    function IsFirstSubList: Boolean;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:1504:    function CurrentFixedAddr(AOffsLimit: Integer): TDBGPtr; // Addr[0] - Offs[0]
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-1505-    // About the next SubList
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-1570-    function PrepareEntries(AnAddr: TDbgPtr; ALinesBefore, ALinesAfter: Integer): Boolean; override;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:1571:    function  HandleRangeWithInvalidAddr(ARange: TDBGDisassemblerEntryRange;AnAddr:
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-1572-                 TDbgPtr; var ALinesBefore, ALinesAfter: Integer): boolean; override;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-3535-const
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:3536:  SrcAndAsm = 'src_and_asm_line';
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-3537-  SrcAndAsmLen = length(SrcAndAsm);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-3582-    then begin
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:3583:      // Asm only
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-3584-      if FCount + 1 >= length(FItems)
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-3830-
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:3831:function TGDBMIDisassembleResultFunctionIterator.CurrentFixedAddr(AOffsLimit: Integer): TDBGPtr;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-3832-begin
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-3998-
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:3999:function TGDBMIDisassembler.HandleRangeWithInvalidAddr(ARange: TDBGDisassemblerEntryRange;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4000-  AnAddr: TDbgPtr; var ALinesBefore, ALinesAfter: Integer): boolean;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4020-  end;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:4021:  Result := inherited HandleRangeWithInvalidAddr(ARange, AnAddr, ALinesBefore, ALinesAfter);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4022-end;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4112-
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:4113:  procedure AdjustLastEntryEndAddr(const ARange: TDBGDisassemblerEntryRange;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4114-    const ADisAssList: TGDBMIDisassembleResultList);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4371-                     ' SequenceNo=', DisAssIterator.SublistNumber, ' StartIdx=', DisAssIterator.IndexOfLocateAddress, ' StartOffs=', DisAssIterator.OffsetOfLocateAddress]);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:4372:            DisAssListCurrentSub := ExecDisassmble(DisAssIterator.CurrentFixedAddr(DAssMaxRangeSize),
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4373-              DisAssIterator.NextStartAddr, False, DisAssListCurrentSub, True);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4431-    // check if we have an overall source-info
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:4432:    // we can only do that, if we know the offset of firstaddr (limit to DAssRangeOverFuncTreshold avg lines, should be enough)
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4433-    // TODO: limit offset ONLY, if previous range known (already have disass)
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4501-      then begin
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:4502:        AdjustLastEntryEndAddr(NewRange, DisAssList);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4503-        AddRangetoMemDumpsNeeded(NewRange);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4595-        NewRange.LastEntryEndAddr := DisAssIterator.NextStartAddr;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:4596:        //AdjustLastEntryEndAddr(NewRange, DisAssList);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4597-        break;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4606-        // Try with source first, in case it returns dat without source
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:4607:        DisAssListWithSrc := ExecDisassmble(DisAssIterator.CurrentFixedAddr(DAssMaxRangeSize),
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4608-          DisAssIterator.NextStartAddr, True, DisAssListWithSrc, True);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4624-        //get the source-less code as reference
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:4625:        DisAssListCurrentSub := ExecDisassmble(DisAssIterator.CurrentFixedAddr(DAssMaxRangeSize),
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4626-          DisAssIterator.NextStartAddr, False, DisAssListCurrentSub, True);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4642-          then begin
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:4643:            DisAssListWithSrc := ExecDisassmble(DisAssIterator.CurrentFixedAddr(DAssMaxRangeSize),
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4644-                DisAssIterator.NextStartAddr, True, DisAssListWithSrc, True);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4721-      FirstAddr := FMemDumpsNeeded[i].FirstAddr;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:4722:      Rng := FRangeIterator.GetRangeForAddr(FirstAddr, True);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4723-      if rng <> nil
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4859-          mtMain:     FTheDebugger.FMainAddrBreak.SetByName(Self);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:4860:          mtMainAddr: FTheDebugger.FMainAddrBreak.SetByAddr(Self);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:4861:          mtEntry:    FTheDebugger.FMainAddrBreak.SetAtCustomAddr(Self, StrToQWordDef(EntryPoint, 0));
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-4862-          mtAddZero:  FTheDebugger.FMainAddrBreak.SetAtLineOffs(Self, 0);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-5264-{$IFdef WITH_GDB_FORCE_EXCEPTBREAK}
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:5265:    FTheDebugger.FExceptionBreak.SetByAddr(Self, True);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:5266:    FTheDebugger.FBreakErrorBreak.SetByAddr(Self, True);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:5267:    FTheDebugger.FRunErrorBreak.SetByAddr(Self, True);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-5268-{$Else}
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:5269:    FTheDebugger.FExceptionBreak.SetByAddr(Self);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:5270:    FTheDebugger.FBreakErrorBreak.SetByAddr(Self);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:5271:    FTheDebugger.FRunErrorBreak.SetByAddr(Self);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-5272-{$ENDIF}
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-5513-
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:5514:  FTheDebugger.FExceptionBreak.SetByAddr(Self);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:5515:  FTheDebugger.FBreakErrorBreak.SetByAddr(Self);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:5516:  FTheDebugger.FRunErrorBreak.SetByAddr(Self);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-5517-
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-6440-  begin
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:6441:    FTheDebugger.FPopExceptStack.EnableOrSetByAddr(Self, True);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:6442:    FTheDebugger.FCatchesBreak.EnableOrSetByAddr(Self, True);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-6443-  end;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-6447-    if TargetInfo^.TargetOS = osWindows then
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:6448:      FTheDebugger.FRtlUnwindExBreak.EnableOrSetByAddr(Self);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-6449-  end;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-6486-      if Address <> 0 then
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:6487:        FTheDebugger.FSehRaiseBreaks.AddAddr(Self, Address);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-6488-      FCurrentExecCmd := ectContinue;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-6529-    if FTheDebugger.FStoppedReason = srReRaiseExcept then begin
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:6530:      FTheDebugger.FPopExceptStack.EnableOrSetByAddr(Self, True);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:6531:      FTheDebugger.FCatchesBreak.EnableOrSetByAddr(Self, True);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-6532-      FCurrentExecCmd := ectContinue;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-6607-          {$ifNdef WIN64}
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:6608:          FTheDebugger.FPopExceptStack.EnableOrSetByAddr(Self, True);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:6609:          FTheDebugger.FCatchesBreak.EnableOrSetByAddr(Self, True);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-6610-          {$endif}
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-6781-  if (FExecType in [ectRunTo, ectStepOver{, ectStepInto}, ectStepOut, ectStepOverInstruction {, ectStepIntoInstruction}]) then
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:6782:    FTheDebugger.FReRaiseBreak.EnableOrSetByAddr(Self, True)
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-6783-  else
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-8545-
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:8546:  Rng := NewEntryMap.GetRangeForAddr(AAddr);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-8547-  if Result and (Rng <> nil)
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-8548-  then begin
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:8549:    i := Rng.IndexOfAddr(AAddr);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-8550-    if ABackward
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-9863-      // Check if this BP is at the same location as the temp break
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:9864:      if TGDBMIDebugger(Debugger).FMainAddrBreak.MatchAddr(TGDBMIDebuggerCommandBreakInsert(Sender).Addr)
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-9865-      then TGDBMIDebugger(Debugger).FBreakAtMain := Self;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-10067-        delete(Value, 1, 8);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:10068:        if GetLeadingAddr(Value, addr) then begin
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-10069-          if addr = 0
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-10076-        delete(Value, 1, 13);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:10077:        if GetLeadingAddr(Value, addr) then begin
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-10078-          if addr = 0
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-10083-      else
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:10084:      if GetLeadingAddr(Value, addr, True) then
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-10085-      begin
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-10913-    Result := AData;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:10914:    if (prStripAddressFromString in Opts) and GetLeadingAddr(Result, addr, True) then
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-10915-      if (Result = '') or not(Result[1] in ['''', '#']) then
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11787-
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:11788:function TGDBMIInternalBreakPoint.GetBreakAddr(ALoc: TInternalBreakLocation): TDBGPtr;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11789-begin
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11807-
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:11808:function TGDBMIInternalBreakPoint.GetInfoAddr(ACmd: TGDBMIDebuggerCommand): TDBGPtr;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11809-var
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11825-
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:11826:function TGDBMIInternalBreakPoint.HasBreakAtAddr(AnAddr: TDBGPtr): Boolean;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11827-var
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11847-
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:11848:procedure TGDBMIInternalBreakPoint.InternalSetAddr(ACmd: TGDBMIDebuggerCommand;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11849-  ALoc: TInternalBreakLocation; AnAddr: TDBGPtr);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11850-begin
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:11851:  if (AnAddr = 0) or HasBreakAtAddr(AnAddr) then // HasBreakAddr includes this BP being allready at AnAddr.
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11852-    exit;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11886-  // Try to retrieve the address of the procedure
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:11887:  InternalSetAddr(ACmd, iblAddrOfNamed, GetInfoAddr(ACmd));
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11888-end;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11895-
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:11896:procedure TGDBMIInternalBreakPoint.SetByAddr(ACmd: TGDBMIDebuggerCommand; SetNamedOnFail: Boolean = False);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11897-begin
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11898-  if FBreaks[iblAddrOfNamed].BreakGdbId <> -2 then
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:11899:    InternalSetAddr(ACmd, iblAddrOfNamed, GetInfoAddr(ACmd));
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11900-
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11904-     (FBreaks[iblAddrOfNamed].BreakGdbId < 0) and
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:11905:     ( (FMainAddrFound = 0) or (not HasBreakAtAddr(FMainAddrFound)) )
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11906-  then
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11912-
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:11913:procedure TGDBMIInternalBreakPoint.SetAtCustomAddr(ACmd: TGDBMIDebuggerCommand; AnAddr: TDBGPtr);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11914-begin
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:11915:  InternalSetAddr(ACmd, iblCustomAddr, AnAddr);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11916-end;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11970-
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:11971:function TGDBMIInternalBreakPoint.MatchAddr(AnAddr: TDBGPtr): boolean;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11972-begin
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:11973:  Result := (AnAddr <> 0) and HasBreakAtAddr(AnAddr);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11974-end;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11995-
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:11996:procedure TGDBMIInternalBreakPoint.EnableOrSetByAddr(ACmd: TGDBMIDebuggerCommand;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-11997-  SetNamedOnFail: Boolean);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-12001-  else
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:12002:    SetByAddr(ACmd, SetNamedOnFail);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-12003-end;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-12042-
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:12043:function TGDBMIInternalAddrBreakPointList.IndexOfAddr(AnAddr: TDBGPtr): Integer;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-12044-begin
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-12085-
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:12086:procedure TGDBMIInternalAddrBreakPointList.AddAddr(ACmd: TGDBMIDebuggerCommand;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-12087-  AnAddr: TDBGPtr);
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-12093-begin
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:12094:  i := IndexOfAddr(AnAddr);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-12095-  if i >= 0 then begin
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-12113-
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:12114:procedure TGDBMIInternalAddrBreakPointList.RemoveAddr(ACmd: TGDBMIDebuggerCommand;
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-12115-  AnAddr: TDBGPtr);
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-12116-begin
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp:12117:  RemoveIndex(ACmd, IndexOfAddr(AnAddr));
lazarus-2.0.10+dfsg/components/lazdebuggergdbmi/gdbmidebugger.pp-12118-end;
##############################################
lazarus-2.0.10+dfsg/components/sparta/generics/source/generics.hashes.pas-959-
lazarus-2.0.10+dfsg/components/sparta/generics/source/generics.hashes.pas:960:{$ifdef CPUINTEL} // use optimized x86/x64 asm versions for xxHash32
lazarus-2.0.10+dfsg/components/sparta/generics/source/generics.hashes.pas-961-
##############################################
lazarus-2.0.10+dfsg/components/sparta/generics/source/generics.hashes.pas-1243-function crc32csse42(crc: cardinal; buf: Pointer; len: cardinal): cardinal; nostackframe; assembler;
lazarus-2.0.10+dfsg/components/sparta/generics/source/generics.hashes.pas:1244:asm // ecx=crc, rdx=buf, r8=len (Linux: edi,rsi,rdx)
lazarus-2.0.10+dfsg/components/sparta/generics/source/generics.hashes.pas-1245-        {$ifdef win64}
##############################################
lazarus-2.0.10+dfsg/components/sparta/generics/source/generics.hashes.pas-1323-function crc32csse42(crc: cardinal; buf: Pointer; len: cardinal): cardinal;
lazarus-2.0.10+dfsg/components/sparta/generics/source/generics.hashes.pas:1324:asm // eax=crc, edx=buf, ecx=len
lazarus-2.0.10+dfsg/components/sparta/generics/source/generics.hashes.pas-1325-        not     eax
##############################################
lazarus-2.0.10+dfsg/components/sparta/generics/source/generics.hashes.pas-1414-  {$ifdef CPU64}
lazarus-2.0.10+dfsg/components/sparta/generics/source/generics.hashes.pas:1415:  // SSE42 asm does not (yet) work on Darwin x64 ...
lazarus-2.0.10+dfsg/components/sparta/generics/source/generics.hashes.pas-1416-  Exclude(CpuFeatures, cfSSE42);
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/fpdmemorytools.pas-350-
lazarus-2.0.10+dfsg/components/fpdebug/fpdmemorytools.pas:351:function IsTargetAddr(ALocation: TFpDbgMemLocation): Boolean; inline;
lazarus-2.0.10+dfsg/components/fpdebug/fpdmemorytools.pas-352-function IsInitializedLoc(ALocation: TFpDbgMemLocation): Boolean; inline;
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/fpdmemorytools.pas-358-
lazarus-2.0.10+dfsg/components/fpdebug/fpdmemorytools.pas:359:function LocToAddr(ALocation: TFpDbgMemLocation): TDbgPtr; inline;      // does not check valid
lazarus-2.0.10+dfsg/components/fpdebug/fpdmemorytools.pas-360-function LocToAddrOrNil(ALocation: TFpDbgMemLocation): TDbgPtr; inline; // save version
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/fpdmemorytools.pas-415-
lazarus-2.0.10+dfsg/components/fpdebug/fpdmemorytools.pas:416:function IsTargetAddr(ALocation: TFpDbgMemLocation): Boolean;
lazarus-2.0.10+dfsg/components/fpdebug/fpdmemorytools.pas-417-begin
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/fpdmemorytools.pas-454-
lazarus-2.0.10+dfsg/components/fpdebug/fpdmemorytools.pas:455:function LocToAddr(ALocation: TFpDbgMemLocation): TDbgPtr;
lazarus-2.0.10+dfsg/components/fpdebug/fpdmemorytools.pas-456-begin
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/test/testhelperclasses.pas-157-    procedure AddULEB(AnAttrib, AForm: Cardinal; AData: QWord);
lazarus-2.0.10+dfsg/components/fpdebug/test/testhelperclasses.pas:158:    procedure AddAddr(AnAttrib, AForm: Cardinal; AData: QWord);
lazarus-2.0.10+dfsg/components/fpdebug/test/testhelperclasses.pas-159-    procedure Add(AnAttrib, AForm: Cardinal; AData: QWord); // ULEB
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/test/testhelperclasses.pas-565-
lazarus-2.0.10+dfsg/components/fpdebug/test/testhelperclasses.pas:566:procedure TTestDwarfInfoEntry.AddAddr(AnAttrib, AForm: Cardinal; AData: QWord);
lazarus-2.0.10+dfsg/components/fpdebug/test/testhelperclasses.pas-567-var
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetupbasic.pas-412-Unitdwarfsetupbasic_lpr_0.Add(DW_AT_stmt_list, DW_FORM_data4, [$00, $00, $00, $00]);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetupbasic.pas:413:Unitdwarfsetupbasic_lpr_0.AddAddr(DW_AT_low_pc, DW_FORM_addr, $00400000);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetupbasic.pas:414:Unitdwarfsetupbasic_lpr_0.AddAddr(DW_AT_high_pc, DW_FORM_addr, $004FFFFF);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetupbasic.pas-415-
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetupbasic.pas-1395-  Progmain_140.Add(DW_AT_external, DW_FORM_flag, [$01]);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetupbasic.pas:1396:  Progmain_140.AddAddr(DW_AT_low_pc, DW_FORM_addr, $00400000);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetupbasic.pas:1397:  Progmain_140.AddAddr(DW_AT_high_pc, DW_FORM_addr, $00400FFF);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetupbasic.pas-1398-
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/test/dwarfviewer/unit1.pas-509-            PascalTestCAseCode := PascalTestCAseCode +
lazarus-2.0.10+dfsg/components/fpdebug/test/dwarfviewer/unit1.pas:510:              Format(namePreFix+'AddAddr(%s, %s, $%s);%s', [s1, s2, s3, LineEnding]);
lazarus-2.0.10+dfsg/components/fpdebug/test/dwarfviewer/unit1.pas-511-          end;
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas-302-Unitdwarfsetup1_lpr_0.Add(DW_AT_stmt_list, DW_FORM_data4, [$00, $00, $00, $00]);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas:303:Unitdwarfsetup1_lpr_0.AddAddr(DW_AT_low_pc, DW_FORM_addr, $00400000);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas:304:Unitdwarfsetup1_lpr_0.AddAddr(DW_AT_high_pc, DW_FORM_addr, $004FFFFF);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas-305-
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas-480-  Progmain_25.Add(DW_AT_external, DW_FORM_flag, [$01]);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas:481:  Progmain_25.AddAddr(DW_AT_low_pc, DW_FORM_addr, $00400000);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas:482:  Progmain_25.AddAddr(DW_AT_high_pc, DW_FORM_addr, $00400FFF);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas-483-
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas-491-  ProgTESTSETUP1BAR_26.AddRef(DW_AT_type, DW_FORM_ref4, @TypeDeclPOINTER_97); // $57, $08, $00, $00
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas:492:  ProgTESTSETUP1BAR_26.AddAddr(DW_AT_low_pc, DW_FORM_addr, $00401000);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas:493:  ProgTESTSETUP1BAR_26.AddAddr(DW_AT_high_pc, DW_FORM_addr, $00401FFF);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas-494-
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas-1077-    ProgCLASSPROC0_111.Add(DW_AT_vtable_elem_location, DW_FORM_block1, BytesLen1([$10, $19]));
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas:1078:    ProgCLASSPROC0_111.AddAddr(DW_AT_low_pc, DW_FORM_addr, $00402000);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas:1079:    ProgCLASSPROC0_111.AddAddr(DW_AT_high_pc, DW_FORM_addr, $00402FFF);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas-1080-
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas-1500-    ProgOBJPROC0_180.Add(DW_AT_vtable_elem_location, DW_FORM_block1, BytesLen1([$10, $03]));
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas:1501:    ProgOBJPROC0_180.AddAddr(DW_AT_low_pc, DW_FORM_addr, $00403000);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas:1502:    ProgOBJPROC0_180.AddAddr(DW_AT_high_pc, DW_FORM_addr, $00403FFF);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas-1503-
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas-1625-    ProgOBJPROC1_198.Add(DW_AT_vtable_elem_location, DW_FORM_block1, BytesLen1([$10, $03]));
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas:1626:    ProgOBJPROC1_198.AddAddr(DW_AT_low_pc, DW_FORM_addr, $00404000);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas:1627:    ProgOBJPROC1_198.AddAddr(DW_AT_high_pc, DW_FORM_addr, $00404FFF);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas-1628-
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas-1701-    ProgOBJPROC1_209.Add(DW_AT_vtable_elem_location, DW_FORM_block1, BytesLen1([$10, $03]));
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas:1702:    ProgOBJPROC1_209.AddAddr(DW_AT_low_pc, DW_FORM_addr, $00405000);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas:1703:    ProgOBJPROC1_209.AddAddr(DW_AT_high_pc, DW_FORM_addr, $00405FFF);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetup1.pas-1704-
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetuparray.pas-81-Unitdwarfsetuparray_lpr_0.Add(DW_AT_stmt_list, DW_FORM_data4, [$00, $00, $00, $00]);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetuparray.pas:82:Unitdwarfsetuparray_lpr_0.AddAddr(DW_AT_low_pc, DW_FORM_addr, $00400000);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetuparray.pas:83:Unitdwarfsetuparray_lpr_0.AddAddr(DW_AT_high_pc, DW_FORM_addr, $004FFFFF);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetuparray.pas-84-
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetuparray.pas-112-  Progmain_4.Add(DW_AT_external, DW_FORM_flag, [$01]);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetuparray.pas:113:  Progmain_4.AddAddr(DW_AT_low_pc, DW_FORM_addr, $00400000);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetuparray.pas:114:  Progmain_4.AddAddr(DW_AT_high_pc, DW_FORM_addr, $00400FFF);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetuparray.pas-115-
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetuparray.pas-122-  ProgPDWARFSETUPARRAY_init_implicit_5.Add(DW_AT_external, DW_FORM_flag, [$01]);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetuparray.pas:123:  ProgPDWARFSETUPARRAY_init_implicit_5.AddAddr(DW_AT_low_pc, DW_FORM_addr, $00401000);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetuparray.pas:124:  ProgPDWARFSETUPARRAY_init_implicit_5.AddAddr(DW_AT_high_pc, DW_FORM_addr, $00401FFF);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetuparray.pas-125-
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetuparray.pas-132-  ProgPDWARFSETUPARRAY_finalize_implicit_6.Add(DW_AT_external, DW_FORM_flag, [$01]);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetuparray.pas:133:  ProgPDWARFSETUPARRAY_finalize_implicit_6.AddAddr(DW_AT_low_pc, DW_FORM_addr, $00402000);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetuparray.pas:134:  ProgPDWARFSETUPARRAY_finalize_implicit_6.AddAddr(DW_AT_high_pc, DW_FORM_addr, $00402FFF);
lazarus-2.0.10+dfsg/components/fpdebug/test/testdwarfsetuparray.pas-135-
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/fppascalparser.pas-646-  addr := DataAddress;
lazarus-2.0.10+dfsg/components/fpdebug/fppascalparser.pas:647:  if not IsTargetAddr(addr) then begin
lazarus-2.0.10+dfsg/components/fpdebug/fppascalparser.pas-648-    //LastError := CreateError(fpErrAnyError, ['Internal dereference error']);
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/fppascalparser.pas-760-  if FAddressOffset <> 0 then begin
lazarus-2.0.10+dfsg/components/fpdebug/fppascalparser.pas:761:    assert(IsTargetAddr(Result ), 'TFpPasParserValueDerefPointer.GetAddress: TargetLoc(Result)');
lazarus-2.0.10+dfsg/components/fpdebug/fppascalparser.pas:762:    if IsTargetAddr(Result) then
lazarus-2.0.10+dfsg/components/fpdebug/fppascalparser.pas-763-      Result.Address := Result.Address + FAddressOffset
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/fppascalparser.pas-905-  addr := FValue.Address;
lazarus-2.0.10+dfsg/components/fpdebug/fppascalparser.pas:906:  if not IsTargetAddr(addr) then begin
lazarus-2.0.10+dfsg/components/fpdebug/fppascalparser.pas-907-    //LastError := CreateError(fpErrAnyError, ['Internal dereference error']);
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/fppascalparser.pas-2332-  tmp := Items[0].ResultValue;
lazarus-2.0.10+dfsg/components/fpdebug/fppascalparser.pas:2333:  if (tmp = nil) or not IsTargetAddr(tmp.Address) then
lazarus-2.0.10+dfsg/components/fpdebug/fppascalparser.pas-2334-    exit;
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/fpdbgdwarffreepascal.pas-744-      if (i >=0) and
lazarus-2.0.10+dfsg/components/fpdebug/fpdbgdwarffreepascal.pas:745:         (IsReadableMem(Addr) and (LocToAddr(Addr) > AddressSize))
lazarus-2.0.10+dfsg/components/fpdebug/fpdbgdwarffreepascal.pas-746-      then begin
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/fppascalbuilder.pas-939-      s := ResTypeName;
lazarus-2.0.10+dfsg/components/fpdebug/fppascalbuilder.pas:940:      APrintedValue := s+'({'+IntToStr(FullCnt)+' elements})'; // TODO len and addr (dyn array)
lazarus-2.0.10+dfsg/components/fpdebug/fppascalbuilder.pas-941-      Result := True;
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/fppascalbuilder.pas-992-
lazarus-2.0.10+dfsg/components/fpdebug/fppascalbuilder.pas:993:      if IsTargetAddr(MemAddr) then begin
lazarus-2.0.10+dfsg/components/fpdebug/fppascalbuilder.pas-994-        SetLength(MemDest, MemSize);
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/fpdbgdwarf.pas-1919-  a := GetDataAddress;
lazarus-2.0.10+dfsg/components/fpdebug/fpdbgdwarf.pas:1920:  if IsTargetAddr(a) then
lazarus-2.0.10+dfsg/components/fpdebug/fpdbgdwarf.pas:1921:    Result := LocToAddr(a)
lazarus-2.0.10+dfsg/components/fpdebug/fpdbgdwarf.pas-1922-  else
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/fpdbgdwarf.pas-2025-  addr := DataAddress;
lazarus-2.0.10+dfsg/components/fpdebug/fpdbgdwarf.pas:2026:  if not IsTargetAddr(addr) then begin
lazarus-2.0.10+dfsg/components/fpdebug/fpdbgdwarf.pas-2027-    FLastError := CreateError(fpErrAnyError, ['Internal dereference error']);
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/fpdbgdwarf.pas-2693-    then begin
lazarus-2.0.10+dfsg/components/fpdebug/fpdbgdwarf.pas:2694:      if not (IsReadableMem(Addr) and (LocToAddr(Addr) > AddressSize)) then
lazarus-2.0.10+dfsg/components/fpdebug/fpdbgdwarf.pas-2695-        exit;
##############################################
lazarus-2.0.10+dfsg/components/fpdebug/fpdbgdwarf.pas-4466-
lazarus-2.0.10+dfsg/components/fpdebug/fpdbgdwarf.pas:4467:  assert(IsTargetAddr(Result), 'DwarfArray MemberAddress');
lazarus-2.0.10+dfsg/components/fpdebug/fpdbgdwarf.pas-4468-  Result.Address := Result.Address + Offs;
##############################################
lazarus-2.0.10+dfsg/components/synedit/synhighlightercpp.pp-849-          inc(Run, 2);
lazarus-2.0.10+dfsg/components/synedit/synhighlightercpp.pp:850:          if fRange = rsAnsiCAsm then
lazarus-2.0.10+dfsg/components/synedit/synhighlightercpp.pp-851-            fRange := rsAsm
##############################################
lazarus-2.0.10+dfsg/components/synedit/synhighlightercpp.pp-921-  FExtTokenID := xtkBraceOpen;
lazarus-2.0.10+dfsg/components/synedit/synhighlightercpp.pp:922:  if fRange = rsAsm then
lazarus-2.0.10+dfsg/components/synedit/synhighlightercpp.pp-923-  begin
##############################################
lazarus-2.0.10+dfsg/components/synedit/synhighlightercpp.pp-1265-  FExtTokenID := xtkSemiColon;
lazarus-2.0.10+dfsg/components/synedit/synhighlightercpp.pp:1266:  if fRange = rsAsm then fRange := rsUnknown;
lazarus-2.0.10+dfsg/components/synedit/synhighlightercpp.pp-1267-end;
##############################################
lazarus-2.0.10+dfsg/components/synedit/synhighlightercpp.pp-1280-        fTokenID := tkComment;
lazarus-2.0.10+dfsg/components/synedit/synhighlightercpp.pp:1281:        if fRange = rsAsm then
lazarus-2.0.10+dfsg/components/synedit/synhighlightercpp.pp-1282-          fRange := rsAnsiCAsm
##############################################
lazarus-2.0.10+dfsg/components/synedit/synhighlightercpp.pp-1295-                  fRange := rsDirective
lazarus-2.0.10+dfsg/components/synedit/synhighlightercpp.pp:1296:                else if fRange = rsAnsiCAsm then
lazarus-2.0.10+dfsg/components/synedit/synhighlightercpp.pp-1297-                  fRange := rsAsm
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.pt_BR.po-334-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.pt_BR.po:335:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.pt_BR.po-336-msgstr "Comentário SASM"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.pt_BR.po-338-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.pt_BR.po:339:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.pt_BR.po-340-msgstr "Chave SASM"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.ru.po-334-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.ru.po:335:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.ru.po-336-msgstr "Комментарий SASM"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.ru.po-338-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.ru.po:339:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.ru.po-340-msgstr "Ключевое слово SASM"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fr.po-334-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fr.po:335:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fr.po-336-msgstr "Commentaire SASM"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fr.po-338-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fr.po:339:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fr.po-340-msgstr "Clé SASM"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fr.po-623-msgid "68HC11 Assembler Files (*.hc11,*.asm,*.asc)|*.HC11;*.ASM;*.ASC"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fr.po:624:msgstr "Fichiers asm 68HC11 (*.hc11,*.asm,*.asc)|*.HC11;*.ASM;*.ASC"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fr.po-625-
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fr.po-791-msgid "x86 Assembly Files (*.asm)|*.ASM"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fr.po:792:msgstr "Fichiers asm x86 (*.asm)|*.ASM"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fr.po-793-
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.ca.po-332-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.ca.po:333:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.ca.po-334-msgstr ""
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.ca.po-336-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.ca.po:337:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.ca.po-338-msgstr ""
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.es.po-334-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.es.po:335:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.es.po-336-msgstr "Comentario SASM"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.es.po-338-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.es.po:339:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.es.po-340-msgstr "Llave SASM"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.hu.po-334-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.hu.po:335:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.hu.po:336:msgstr "SASM megjegyzés"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.hu.po-337-
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.hu.po-338-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.hu.po:339:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.hu.po:340:msgstr "SASM kulcs"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.hu.po-341-
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.it.po-335-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.it.po:336:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.it.po-337-msgstr "Commento SASM"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.it.po-339-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.it.po:340:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.it.po-341-msgstr "Chiave SASM"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.zh_CN.po-335-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.zh_CN.po:336:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.zh_CN.po-337-msgstr "SASM注释"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.zh_CN.po-339-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.zh_CN.po:340:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.zh_CN.po-341-msgstr ""
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.uk.po-336-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.uk.po:337:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.uk.po-338-msgstr "Коментар SASM"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.uk.po-340-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.uk.po:341:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.uk.po-342-msgstr "Ключ SASM"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.he.po-332-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.he.po:333:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.he.po-334-msgstr "הערת SASM"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.he.po-336-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.he.po:337:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.he.po-338-msgstr "מקש SASM"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.id.po-335-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.id.po:336:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.id.po-337-msgstr ""
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.id.po-339-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.id.po:340:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.id.po-341-msgstr ""
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.pl.po-335-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.pl.po:336:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.pl.po-337-msgstr ""
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.pl.po-339-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.pl.po:340:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.pl.po-341-msgstr ""
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.cs.po-334-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.cs.po:335:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.cs.po-336-msgstr "Komentář SASM"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.cs.po-338-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.cs.po:339:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.cs.po-340-msgstr "Klávesa SASM"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.nl.po-332-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.nl.po:333:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.nl.po-334-msgstr ""
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.nl.po-336-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.nl.po:337:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.nl.po-338-msgstr ""
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.de.po-336-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.de.po:337:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.de.po-338-msgstr "SASM-Kommentar"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.de.po-340-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.de.po:341:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.de.po-342-msgstr "SASM-Schlüssel"
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.lt.po-335-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.lt.po:336:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.lt.po:337:msgstr "SASM komentaras"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.lt.po-338-
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.lt.po-339-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.lt.po:340:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.lt.po:341:msgstr "SASM klavišas"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.lt.po-342-
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.po-324-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.po:325:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.po-326-msgstr ""
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.po-328-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.po:329:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.po-330-msgstr ""
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fi.po-327-#: syneditstrconst.syns_attrsasmcomment
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fi.po:328:msgid "SASM Comment"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fi.po-329-msgstr ""
##############################################
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fi.po-331-#: syneditstrconst.syns_attrsasmkey
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fi.po:332:msgid "SASM Key"
lazarus-2.0.10+dfsg/components/synedit/languages/syneditstrconst.fi.po-333-msgstr ""
##############################################
lazarus-2.0.10+dfsg/components/synedit/synhighlightersql.pas-1656-    Include(Result, '#');
lazarus-2.0.10+dfsg/components/synedit/synhighlightersql.pas:1657:    Include(Result, '$');
lazarus-2.0.10+dfsg/components/synedit/synhighlightersql.pas-1658-  end;
##############################################
lazarus-2.0.10+dfsg/components/synedit/synedithighlighter.pp-259-  SYN_ATTR_DIRECTIVE         =   7;
lazarus-2.0.10+dfsg/components/synedit/synedithighlighter.pp:260:  SYN_ATTR_ASM               =   8;
lazarus-2.0.10+dfsg/components/synedit/synedithighlighter.pp-261-  SYN_ATTR_VARIABLE          =   9;
##############################################
lazarus-2.0.10+dfsg/components/synedit/syneditstrconst.pp-117-  SYNS_AttrRplComment           =  'Rpl comment';
lazarus-2.0.10+dfsg/components/synedit/syneditstrconst.pp:118:  SYNS_AttrSASM                 =  'SASM';
lazarus-2.0.10+dfsg/components/synedit/syneditstrconst.pp:119:  SYNS_AttrSASMComment          =  'SASM Comment';
lazarus-2.0.10+dfsg/components/synedit/syneditstrconst.pp:120:  SYNS_AttrSASMKey              =  'SASM Key';
lazarus-2.0.10+dfsg/components/synedit/syneditstrconst.pp-121-  SYNS_AttrSecondReservedWord   =  'Second reserved word';
##############################################
lazarus-2.0.10+dfsg/components/synedit/syneditstrconst.pp-235-  SYNS_XML_AttrRplComment           =  'Rpl comment';
lazarus-2.0.10+dfsg/components/synedit/syneditstrconst.pp:236:  SYNS_XML_AttrSASM                 =  'SASM';
lazarus-2.0.10+dfsg/components/synedit/syneditstrconst.pp:237:  SYNS_XML_AttrSASMComment          =  'SASM Comment';
lazarus-2.0.10+dfsg/components/synedit/syneditstrconst.pp:238:  SYNS_XML_AttrSASMKey              =  'SASM Key';
lazarus-2.0.10+dfsg/components/synedit/syneditstrconst.pp-239-  SYNS_XML_AttrSecondReservedWord   =  'Second reserved word';
##############################################
lazarus-2.0.10+dfsg/components/synedit/syneditstrconst.pp-319-  SYNS_FilterLFM                =  'Lazarus Form Files (*.lfm)|*.lfm';
lazarus-2.0.10+dfsg/components/synedit/syneditstrconst.pp:320:  SYNS_FilterX86Asm             =  'x86 Assembly Files (*.asm)|*.ASM';
lazarus-2.0.10+dfsg/components/synedit/syneditstrconst.pp-321-  SYNS_FilterGembase            =  'GEMBASE Files (*.dml,*.gem)|*.DML;*.GEM';
##############################################
lazarus-2.0.10+dfsg/components/synedit/syneditstrconst.pp-367-  SYNS_LangPascal               =  'ObjectPascal';
lazarus-2.0.10+dfsg/components/synedit/syneditstrconst.pp:368:  SYNS_LangX86Asm               =  'x86 assembly language';
lazarus-2.0.10+dfsg/components/synedit/syneditstrconst.pp-369-  SYNS_LangPython               =  'Python';
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas-898-
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas:899:  if lt = ttAsm then
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas-900-    RecogniseAsmBlock
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas-5045-     I know that the help claims that a label is a prefix on a statement,
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas:5046:     but a label can be the last thing in an asm block
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas-5047-     so that would require a complete statement to consist of
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas-5135-  if not (lc.TokenType in IdentiferTokens + [ttAtSign]) then
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas:5136:    raise TEParseError.Create('Expected asm identifier', lc);
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas-5137-
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas-5164-  else
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas:5165:    raise TEParseError.Create('Expected asm opcode', fcTokenList.FirstSolidToken);
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas-5166-
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas-5244-  { only parse trailing expressions if it is on the same line
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas:5245:    Asm is not completely white-space-independant }
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas-5246-  lcNext := fcTokenList.FirstTokenWithExclusion([ttWhiteSpace]);
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas-5255-      if not lbHasLabel then
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas:5256:        raise TEParseError.Create('Expected asm param', lc);
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas-5257-    end;
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas-5317-
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas:5318:      // numbers in Asm blocks can be suffixed with 'h' for hex
lazarus-2.0.10+dfsg/components/jcf2/Parse/BuildParseTree.pas-5319-      // there could be unanounced hex digits before the 'h'
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Parse/ParseTreeNodeType.pas-406-    nAsmStatement:
lazarus-2.0.10+dfsg/components/jcf2/Parse/ParseTreeNodeType.pas:407:      Result := 'asm statement';
lazarus-2.0.10+dfsg/components/jcf2/Parse/ParseTreeNodeType.pas-408-    nAsmIdent:
lazarus-2.0.10+dfsg/components/jcf2/Parse/ParseTreeNodeType.pas:409:      Result := 'asm ident';
lazarus-2.0.10+dfsg/components/jcf2/Parse/ParseTreeNodeType.pas-410-    nAsmOpcode:
lazarus-2.0.10+dfsg/components/jcf2/Parse/ParseTreeNodeType.pas:411:      Result := 'asm opcode';
lazarus-2.0.10+dfsg/components/jcf2/Parse/ParseTreeNodeType.pas-412-    nAsmParam:
lazarus-2.0.10+dfsg/components/jcf2/Parse/ParseTreeNodeType.pas:413:      Result := 'asm param';
lazarus-2.0.10+dfsg/components/jcf2/Parse/ParseTreeNodeType.pas-414-    nAsmLabel:
lazarus-2.0.10+dfsg/components/jcf2/Parse/ParseTreeNodeType.pas:415:      Result := 'asm label';
lazarus-2.0.10+dfsg/components/jcf2/Parse/ParseTreeNodeType.pas-416-    nHintDirectives:
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Parse/AsmKeywords.pas-31-
lazarus-2.0.10+dfsg/components/jcf2/Parse/AsmKeywords.pas:32:{ identify asm parameter keywords }
lazarus-2.0.10+dfsg/components/jcf2/Parse/AsmKeywords.pas-33-
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Parse/TokenUtils.pas-89-  False if it is vars, consts, types etc
lazarus-2.0.10+dfsg/components/jcf2/Parse/TokenUtils.pas:90:  or in asm }
lazarus-2.0.10+dfsg/components/jcf2/Parse/TokenUtils.pas-91-function IsClassHelperWords(const pt: TSourceToken): boolean;
##############################################
lazarus-2.0.10+dfsg/components/jcf2/JcfGui/D12/JCFGui.dpr-173-  JcfFontSetFunctions in '..\..\Utils\JcfFontSetFunctions.pas',
lazarus-2.0.10+dfsg/components/jcf2/JcfGui/D12/JCFGui.dpr:174:  SetAsm in '..\..\Settings\SetAsm.pas',
lazarus-2.0.10+dfsg/components/jcf2/JcfGui/D12/JCFGui.dpr:175:  frAsm in '..\..\Ui\Settings\frAsm.pas' {fAsm: TFrame},
lazarus-2.0.10+dfsg/components/jcf2/JcfGui/D12/JCFGui.dpr-176-  RemoveReturnsAfter in '..\..\Process\Returns\RemoveReturnsAfter.pas',
##############################################
lazarus-2.0.10+dfsg/components/jcf2/JcfGui/D11/JCFGui.dpr-173-  JcfFontSetFunctions in '..\..\Utils\JcfFontSetFunctions.pas',
lazarus-2.0.10+dfsg/components/jcf2/JcfGui/D11/JCFGui.dpr:174:  SetAsm in '..\..\Settings\SetAsm.pas',
lazarus-2.0.10+dfsg/components/jcf2/JcfGui/D11/JCFGui.dpr:175:  frAsm in '..\..\Ui\Settings\frAsm.pas' {fAsm: TFrame},
lazarus-2.0.10+dfsg/components/jcf2/JcfGui/D11/JCFGui.dpr-176-  RemoveReturnsAfter in '..\..\Process\Returns\RemoveReturnsAfter.pas',
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Settings/SetAsm.pas-36-
lazarus-2.0.10+dfsg/components/jcf2/Settings/SetAsm.pas:37:  TSetAsm = class(TSetBase)
lazarus-2.0.10+dfsg/components/jcf2/Settings/SetAsm.pas-38-  private
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Settings/JcfSettings.pas-115-    property UnitNameCaps: TSetWordList Read fcUnitNameCaps;
lazarus-2.0.10+dfsg/components/jcf2/Settings/JcfSettings.pas:116:    property SetAsm: TSetAsm Read fcSetAsm;
lazarus-2.0.10+dfsg/components/jcf2/Settings/JcfSettings.pas-117-
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Settings/JcfSettings.pas-162-  JCFOptionTransform = 23;
lazarus-2.0.10+dfsg/components/jcf2/Settings/JcfSettings.pas:163:  JCFOptionAsm = 24;
lazarus-2.0.10+dfsg/components/jcf2/Settings/JcfSettings.pas-164-  JCFOptionPreProcessor = 25;
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Settings/JcfSettings.pas-198-
lazarus-2.0.10+dfsg/components/jcf2/Settings/JcfSettings.pas:199:  fcSetAsm := TSetAsm.Create();
lazarus-2.0.10+dfsg/components/jcf2/Settings/JcfSettings.pas-200-
##############################################
lazarus-2.0.10+dfsg/components/jcf2/IdePlugin/lazarus/jcfuiconsts.pas-270-
lazarus-2.0.10+dfsg/components/jcf2/IdePlugin/lazarus/jcfuiconsts.pas:271:  //Asm tab
lazarus-2.0.10+dfsg/components/jcf2/IdePlugin/lazarus/jcfuiconsts.pas:272:  lisAsmAsm = 'Asm';
lazarus-2.0.10+dfsg/components/jcf2/IdePlugin/lazarus/jcfuiconsts.pas-273-  lisAsmStatementIndents = '&Statement Indents';
##############################################
lazarus-2.0.10+dfsg/components/jcf2/CommandLine/Lazarus/JCF.lpr-153-  JcfFontSetFunctions in '..\..\Utils\JcfFontSetFunctions.pas',
lazarus-2.0.10+dfsg/components/jcf2/CommandLine/Lazarus/JCF.lpr:154:  SetAsm in '..\..\Settings\SetAsm.pas',
lazarus-2.0.10+dfsg/components/jcf2/CommandLine/Lazarus/JCF.lpr-155-  RemoveReturnsAfter in '..\..\Process\Returns\RemoveReturnsAfter.pas',
##############################################
lazarus-2.0.10+dfsg/components/jcf2/CommandLine/D12/JCF.dpr-147-  JcfFontSetFunctions in '..\..\Utils\JcfFontSetFunctions.pas',
lazarus-2.0.10+dfsg/components/jcf2/CommandLine/D12/JCF.dpr:148:  SetAsm in '..\..\Settings\SetAsm.pas',
lazarus-2.0.10+dfsg/components/jcf2/CommandLine/D12/JCF.dpr-149-  RemoveReturnsAfter in '..\..\Process\Returns\RemoveReturnsAfter.pas',
##############################################
lazarus-2.0.10+dfsg/components/jcf2/CommandLine/D11/JCF.dpr-146-  JcfFontSetFunctions in '..\..\Utils\JcfFontSetFunctions.pas',
lazarus-2.0.10+dfsg/components/jcf2/CommandLine/D11/JCF.dpr:147:  SetAsm in '..\..\Settings\SetAsm.pas',
lazarus-2.0.10+dfsg/components/jcf2/CommandLine/D11/JCF.dpr-148-  RemoveReturnsAfter in '..\..\Process\Returns\RemoveReturnsAfter.pas',
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Ui/Settings/frAsm.pas-37-
lazarus-2.0.10+dfsg/components/jcf2/Ui/Settings/frAsm.pas:38:  { TfAsm }
lazarus-2.0.10+dfsg/components/jcf2/Ui/Settings/frAsm.pas-39-
lazarus-2.0.10+dfsg/components/jcf2/Ui/Settings/frAsm.pas:40:  TfAsm = class(TAbstractIDEOptionsEditor)
lazarus-2.0.10+dfsg/components/jcf2/Ui/Settings/frAsm.pas-41-    rgCaps: TRadioGroup;
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Ui/Settings/frAsm.pas-105-begin
lazarus-2.0.10+dfsg/components/jcf2/Ui/Settings/frAsm.pas:106:  with FormattingSettings.SetAsm do
lazarus-2.0.10+dfsg/components/jcf2/Ui/Settings/frAsm.pas-107-  begin
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Ui/Settings/frAsm.pas-122-begin
lazarus-2.0.10+dfsg/components/jcf2/Ui/Settings/frAsm.pas:123:  with FormattingSettings.SetAsm do
lazarus-2.0.10+dfsg/components/jcf2/Ui/Settings/frAsm.pas-124-  begin
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Notepad/D12/JCFNotepad.dpr-172-  JcfFontSetFunctions in '..\..\Utils\JcfFontSetFunctions.pas',
lazarus-2.0.10+dfsg/components/jcf2/Notepad/D12/JCFNotepad.dpr:173:  SetAsm in '..\..\Settings\SetAsm.pas',
lazarus-2.0.10+dfsg/components/jcf2/Notepad/D12/JCFNotepad.dpr:174:  frAsm in '..\..\Ui\Settings\frAsm.pas' {fAsm: TFrame},
lazarus-2.0.10+dfsg/components/jcf2/Notepad/D12/JCFNotepad.dpr-175-  RemoveReturnsAfter in '..\..\Process\Returns\RemoveReturnsAfter.pas',
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Notepad/D11/JCFNotepad.dpr-172-  JcfFontSetFunctions in '..\..\Utils\JcfFontSetFunctions.pas',
lazarus-2.0.10+dfsg/components/jcf2/Notepad/D11/JCFNotepad.dpr:173:  SetAsm in '..\..\Settings\SetAsm.pas',
lazarus-2.0.10+dfsg/components/jcf2/Notepad/D11/JCFNotepad.dpr:174:  frAsm in '..\..\Ui\Settings\frAsm.pas' {fAsm: TFrame},
lazarus-2.0.10+dfsg/components/jcf2/Notepad/D11/JCFNotepad.dpr-175-  RemoveReturnsAfter in '..\..\Process\Returns\RemoveReturnsAfter.pas',
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Process/Indent/IndentAsmParam.pas-32-{
lazarus-2.0.10+dfsg/components/jcf2/Process/Indent/IndentAsmParam.pas:33:  process to indent asm params to the required stop
lazarus-2.0.10+dfsg/components/jcf2/Process/Indent/IndentAsmParam.pas-34-  this is similar to the alin processes
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Process/Indent/IndentAsmParam.pas-69-
lazarus-2.0.10+dfsg/components/jcf2/Process/Indent/IndentAsmParam.pas:70:  // looking for the first asm param on the line
lazarus-2.0.10+dfsg/components/jcf2/Process/Indent/IndentAsmParam.pas-71-  if not pcSourceToken.HasParentNode(nAsmParam, 4) then
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Process/Indent/IndentAsmParam.pas-91-
lazarus-2.0.10+dfsg/components/jcf2/Process/Indent/IndentAsmParam.pas:92:  // nesting of asm inside a proc is treaded differently from an asm proc
lazarus-2.0.10+dfsg/components/jcf2/Process/Indent/IndentAsmParam.pas-93-  // which is not a good feature
lazarus-2.0.10+dfsg/components/jcf2/Process/Indent/IndentAsmParam.pas-94-  // but can work with it
lazarus-2.0.10+dfsg/components/jcf2/Process/Indent/IndentAsmParam.pas:95:  lcAsm := pcSourceToken.GetParentNode(nAsm);
lazarus-2.0.10+dfsg/components/jcf2/Process/Indent/IndentAsmParam.pas:96:  if lcAsm = nil then
lazarus-2.0.10+dfsg/components/jcf2/Process/Indent/IndentAsmParam.pas-97-  begin
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Process/Indent/Indenter.pas-666-
lazarus-2.0.10+dfsg/components/jcf2/Process/Indent/Indenter.pas:667:  // asm extra indent
lazarus-2.0.10+dfsg/components/jcf2/Process/Indent/Indenter.pas-668-  if IsInsideAsm(pt) and FormattingSettings.SetAsm.StatementIndentEnabled then
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Process/Capitalisation/Capitalisation.pas-106-  begin
lazarus-2.0.10+dfsg/components/jcf2/Process/Capitalisation/Capitalisation.pas:107:    // underneath an "asm" node - use asm caps on opcode and params
lazarus-2.0.10+dfsg/components/jcf2/Process/Capitalisation/Capitalisation.pas-108-    if HasAsmCaps(lcSourceToken) then
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Process/Capitalisation/SpecificWordCaps.pas-72-
lazarus-2.0.10+dfsg/components/jcf2/Process/Capitalisation/SpecificWordCaps.pas:73:  // asm has other rules
lazarus-2.0.10+dfsg/components/jcf2/Process/Capitalisation/SpecificWordCaps.pas-74-  if pt.HasParentNode(nAsm) then
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Process/Capitalisation/SpecificWordCaps.pas-139-
lazarus-2.0.10+dfsg/components/jcf2/Process/Capitalisation/SpecificWordCaps.pas:140:   { not in Asm statements}
lazarus-2.0.10+dfsg/components/jcf2/Process/Capitalisation/SpecificWordCaps.pas-141-  if lcSourceToken.HasParentNode(nAsm) then
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Process/Capitalisation/IdentifierCaps.pas-74-
lazarus-2.0.10+dfsg/components/jcf2/Process/Capitalisation/IdentifierCaps.pas:75:  // asm has other rules
lazarus-2.0.10+dfsg/components/jcf2/Process/Capitalisation/IdentifierCaps.pas-76-  if pt.HasParentNode(nAsm) then
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Process/Capitalisation/IdentifierCaps.pas-166-
lazarus-2.0.10+dfsg/components/jcf2/Process/Capitalisation/IdentifierCaps.pas:167:  { not in Asm statements}
lazarus-2.0.10+dfsg/components/jcf2/Process/Capitalisation/IdentifierCaps.pas-168-  if lcSourceToken.HasParentNode(nAsm) then
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Process/Obfuscate/RemoveBlankLine.pas-76-    is a blank line, so kill one of them
lazarus-2.0.10+dfsg/components/jcf2/Process/Obfuscate/RemoveBlankLine.pas:77:    this applies even in Asm blocks  }
lazarus-2.0.10+dfsg/components/jcf2/Process/Obfuscate/RemoveBlankLine.pas-78-  if (lcNext <> nil) and (lcNext.TokenType = ttReturn) then
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Process/Obfuscate/RemoveReturn.pas-64-
lazarus-2.0.10+dfsg/components/jcf2/Process/Obfuscate/RemoveReturn.pas:65:  { not in asm }
lazarus-2.0.10+dfsg/components/jcf2/Process/Obfuscate/RemoveReturn.pas-66-  if lcSourceToken.HasParentNode(nAsm) then
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Process/Obfuscate/RemoveUnneededWhiteSpace.pas-112-
lazarus-2.0.10+dfsg/components/jcf2/Process/Obfuscate/RemoveUnneededWhiteSpace.pas:113:  { need to keep space before Asm @@ and '&' thingy}
lazarus-2.0.10+dfsg/components/jcf2/Process/Obfuscate/RemoveUnneededWhiteSpace.pas-114-  if (pt2.TokenType in SPACED_ASM_TOKENS) and pt2.HasParentNode(nAsmStatement) then
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Process/Returns/RemoveReturnsAfter.pas-62-
lazarus-2.0.10+dfsg/components/jcf2/Process/Returns/RemoveReturnsAfter.pas:63:  // for now, we're only interested in asm blocks
lazarus-2.0.10+dfsg/components/jcf2/Process/Returns/RemoveReturnsAfter.pas-64-  if pcToken.HasParentNode(nAsm) then
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Process/Spacing/MaxSpaces.pas-75-
lazarus-2.0.10+dfsg/components/jcf2/Process/Spacing/MaxSpaces.pas:76:  { not in asm blocks }
lazarus-2.0.10+dfsg/components/jcf2/Process/Spacing/MaxSpaces.pas-77-  if lcSourceToken.HasParentNode(nAsm) then
##############################################
lazarus-2.0.10+dfsg/components/jcf2/Process/Spacing/SingleSpaceBefore.pas-138-
lazarus-2.0.10+dfsg/components/jcf2/Process/Spacing/SingleSpaceBefore.pas:139:  { not in Asm block }
lazarus-2.0.10+dfsg/components/jcf2/Process/Spacing/SingleSpaceBefore.pas-140-  if pt.HasParentNode(nAsm) then
##############################################
lazarus-2.0.10+dfsg/components/codetools/stdcodetools.pas-5267-      
lazarus-2.0.10+dfsg/components/codetools/stdcodetools.pas:5268:    asm                 // 'end.' is source end, never asm end
lazarus-2.0.10+dfsg/components/codetools/stdcodetools.pas-5269-    end.
##############################################
lazarus-2.0.10+dfsg/components/codetools/stdcodetools.pas-5906-      cafWord:
lazarus-2.0.10+dfsg/components/codetools/stdcodetools.pas:5907:        if TopBlockType(Stack)<>btAsm then begin
lazarus-2.0.10+dfsg/components/codetools/stdcodetools.pas-5908-          if UpAtomIs('BEGIN') then
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.it.po-840-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.it.po:841:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.it.po-842-msgstr "trovata parolachiave imprevista \"%s\" in blocco asm"
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.cs.po-842-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.cs.po:843:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.cs.po-844-msgstr "nalezeno neočekávané klíčové slovo \"%s\" v bloku asm"
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.nl.po-856-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.nl.po:857:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.nl.po-858-msgstr ""
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.po-835-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.po:836:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.po-837-msgstr ""
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.he.po-893-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.he.po:894:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.he.po-895-msgstr "מלת מפתח לא צפויה \"%s\" נמצאה בבלוק asm"
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.ru.po-842-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.ru.po:843:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.ru.po-844-msgstr "обнаружено неожиданное ключевое слово \"%s\" в блоке ассемблера"
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.pl.po-843-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.pl.po:844:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.pl.po-845-msgstr "znaleziono niespodziewane słowo kluczowe \"%s\" w bloku asm"
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.ca.po-856-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.ca.po:857:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.ca.po-858-msgstr "paraula clau \"%s\" no esperada en el bloc asm"
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.uk.po-844-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.uk.po:845:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.uk.po-846-msgstr "знайдено неочікуване ключове слово \"%s\" в асемблерному блоці"
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.pt_BR.po-842-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.pt_BR.po:843:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.pt_BR.po-844-msgstr "palavra-chave inesperada \"%s\" encontrada em bloco ASM"
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.de.po-843-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.de.po:844:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.de.po-845-msgstr "unerwartetes Schlüsselwort \"%s\" im ASM-Block gefunden"
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.zh_CN.po-843-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.zh_CN.po:844:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.zh_CN.po-845-msgstr "意外关键字\"%s\"在asm语句块中找到"
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.fi.po-835-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.fi.po:836:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.fi.po-837-msgstr "odottamaton avainsana \"%s\" löydettiin asm-lohkossa"
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.id.po-858-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.id.po:859:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.id.po:860:msgstr "keyword \"%s\" yang tidak diharapkan dalam blok asm ditemukan"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.id.po-861-
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.sk.po-848-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.sk.po:849:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.sk.po-850-msgstr ""
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.hu.po-842-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.hu.po:843:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.hu.po:844:msgstr "váratlan kulcsszó található az asm részben: \"%s\""
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.hu.po-845-
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.es.po-840-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.es.po:841:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.es.po-842-msgstr "se encontró palabra reservada inesperada \"%s\" en bloque asm"
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.lt.po-843-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.lt.po:844:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.lt.po-845-msgstr "asemblerio bloke aptiktas netikėtas raktažodis „%s“"
##############################################
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.fr.po-843-#: codetoolsstrconsts.ctsunexpectedkeywordinasmblock
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.fr.po:844:msgid "unexpected keyword \"%s\" in asm block found"
lazarus-2.0.10+dfsg/components/codetools/languages/codetoolsstrconsts.fr.po-845-msgstr "mot-clé \"%s\" inattendu dans un bloc ASM"
##############################################
lazarus-2.0.10+dfsg/components/codetools/pascalreadertool.pas-1176-  if BodyNode.FirstChild<>nil then exit;
lazarus-2.0.10+dfsg/components/codetools/pascalreadertool.pas:1177:  // check if bodynode is only 'asm end' or 'begin end'
lazarus-2.0.10+dfsg/components/codetools/pascalreadertool.pas-1178-  // not even a comment should be there, only spaces are allowed
##############################################
lazarus-2.0.10+dfsg/components/codetools/fileprocs.pas-1790-  while bp<>nil do begin
lazarus-2.0.10+dfsg/components/codetools/fileprocs.pas:1791:    addr:=get_caller_addr(bp);
lazarus-2.0.10+dfsg/components/codetools/fileprocs.pas-1792-    CurAddress:=CTGetLineInfo(addr,UseCache);
##############################################
lazarus-2.0.10+dfsg/components/codetools/fileprocs.pas-1822-    while bp<>nil do begin
lazarus-2.0.10+dfsg/components/codetools/fileprocs.pas:1823:      AStack[Depth]:=get_caller_addr(bp);
lazarus-2.0.10+dfsg/components/codetools/fileprocs.pas-1824-      inc(Depth);
##############################################
lazarus-2.0.10+dfsg/components/codetools/memcheck.pas-479-   begin
lazarus-2.0.10+dfsg/components/codetools/memcheck.pas:480:     pp^.calls[i]:=get_caller_addr(bp);
lazarus-2.0.10+dfsg/components/codetools/memcheck.pas-481-     oldbp:=bp;
##############################################
lazarus-2.0.10+dfsg/components/codetools/memcheck.pas-579-          if bp<>nil then begin
lazarus-2.0.10+dfsg/components/codetools/memcheck.pas:580:            pp^.calls[i]:=get_caller_addr(bp);
lazarus-2.0.10+dfsg/components/codetools/memcheck.pas-581-            bp:=get_caller_frame(bp);
##############################################
lazarus-2.0.10+dfsg/components/codetools/memcheck.pas-861-   begin
lazarus-2.0.10+dfsg/components/codetools/memcheck.pas:862:     pp^.calls[i]:=get_caller_addr(bp);
lazarus-2.0.10+dfsg/components/codetools/memcheck.pas-863-     oldbp:=bp;
##############################################
lazarus-2.0.10+dfsg/components/codetools/codetoolsstrconsts.pas-107-  ctsPointStartAt = '. start at ';
lazarus-2.0.10+dfsg/components/codetools/codetoolsstrconsts.pas:108:  ctsUnexpectedKeywordInAsmBlock = 'unexpected keyword "%s" in asm block found';
lazarus-2.0.10+dfsg/components/codetools/codetoolsstrconsts.pas-109-  ctsUnexpectedKeywordInBeginEndBlock =
##############################################
lazarus-2.0.10+dfsg/components/codetools/ppuparser.pas-1458-  tprocinfoflag=(
lazarus-2.0.10+dfsg/components/codetools/ppuparser.pas:1459:    {# procedure uses asm }
lazarus-2.0.10+dfsg/components/codetools/ppuparser.pas-1460-    pi_uses_asm,
##############################################
lazarus-2.0.10+dfsg/components/codetools/pascalparsertool.pas-2966-      end;
lazarus-2.0.10+dfsg/components/codetools/pascalparsertool.pas:2967:    end else if BlockType=ebtAsm then begin
lazarus-2.0.10+dfsg/components/codetools/pascalparsertool.pas-2968-      if (Src[CurPos.StartPos-1]='@') then begin
##############################################
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg-296-% the compiler didn't recognize the mode you specified.
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg:297:scan_w_no_asm_reader_switch_inside_asm=02051_W_ASM reader switch is not possible inside asm statement, "$1" will be effective only for next
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg-298-% It is not possible to switch from one assembler reader to another
##############################################
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg-2590-asmr_e_null_label_ref_not_allowed=07024_E_Null label references are not allowed
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg:2591:asmr_e_expr_zero_divide=07025_E_Divide by zero in asm evaluator
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg-2592-% There is a division by zero in a constant expression
##############################################
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg-2624-% allowed. \var{oldebp} can only be referenced inside nested routines
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg:2625:asmr_e_void_function=07043_W_Procedures cannot return any value in asm code
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg-2626-% Trying to return a value while in a procedure. A procedure
##############################################
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg-3227-% of the unit is older than the unit file itself.
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg:3228:unit_u_recompile_obj_and_asm_older=10032_U_Recompiling unit, obj and asm are older than ppufile
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg-3229-% When you use the \var{-vu} flag, the compiler warns if the assembler or
##############################################
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg-3796-3*2Anasmwdosx_Win32/WDOSX object file using Nasm
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg:3797:3*2Anasmdarwin_macho32 object file using Nasm (experimental)
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg:3798:3*2Awasm_Obj file using Wasm (Watcom)
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg-3799-3*2Anasmobj_Obj file using Nasm
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg:3800:3*2Amasm_Obj file using Masm (Microsoft)
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg:3801:3*2Atasm_Obj file using Tasm (Borland)
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg-3802-3*2Aelf_ELF (Linux) using internal writer
##############################################
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg-3804-3*2Apecoff_PE-COFF (Win32) using internal writer
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg:3805:3*2Ayasm_Assemble using Yasm (experimental)
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg-3806-4*2Aas_Assemble using GNU AS
##############################################
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg-3811-4*2Aelf_ELF (Linux-64bit) using internal writer
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg:3812:4*2Ayasm_Assemble using Yasm (experimental)
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg:3813:4*2Anasm_Assemble using Nasm (experimental)
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg:3814:4*2Anasmwin64_Assemble Win64 object file using Nasm (experimental)
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg:3815:4*2Anasmelf_Assemble Linux-64bit object file using Nasm (experimental)
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg:3816:4*2Anasmdarwin_Assemble darwin macho64 object file using Nasm (experimental)
lazarus-2.0.10+dfsg/components/codetools/fpc.errore.msg-3817-6*2Aas_Unix o-file using GNU AS
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas-212-    function CheckResultPointer(AContext: TWatchExpTestCurrentData; AnIgnoreRsn: String): Boolean; virtual;
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas:213:    function CheckResultPointerAddr(AContext: TWatchExpTestCurrentData; AnIgnoreRsn: String): Boolean; virtual;
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas-214-    function CheckResultArray(AContext: TWatchExpTestCurrentData; AnIgnoreRsn: String): Boolean; virtual;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas-262-function wePointer(AExpVal: TWatchExpectationResult; ATypeName: String=''): TWatchExpectationResult;
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas:263:function wePointerAddr(AExpVal: Pointer; ATypeName: String=''): TWatchExpectationResult;
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas-264-
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas-300-begin
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas:301:  Result := wePointerAddr(a);
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas-302-end;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas-446-
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas:447:function wePointerAddr(AExpVal: Pointer; ATypeName: String
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas-448-  ): TWatchExpectationResult;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas-1015-    rkPointer:     Result := CheckResultPointer(AContext, AnIgnoreRsn);
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas:1016:    rkPointerAddr: Result := CheckResultPointerAddr(AContext, AnIgnoreRsn);
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas-1017-    rkClass: ;
##############################################
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas-1370-
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas:1371:function TWatchExpectationList.CheckResultPointerAddr(
lazarus-2.0.10+dfsg/components/lazdebuggers/lazdebugtestbase/ttestwatchutilities.pas-1372-  AContext: TWatchExpTestCurrentData; AnIgnoreRsn: String): Boolean;
##############################################
lazarus-2.0.10+dfsg/components/fpweb/fpweb_images.inc-295-  +#0#0#6'bKGD'#0#189#0#189#0#189'iB'#213#168#0#0#0'sIDATx'#218#237#210#193#13
lazarus-2.0.10+dfsg/components/fpweb/fpweb_images.inc:296:  +#192' '#8#5'Ph:HG`$Ga'#4'G`$7'#250'=xS'#154#180#216'&'#141#241#31'Mx'#2#129
lazarus-2.0.10+dfsg/components/fpweb/fpweb_images.inc-297-  +'he'#165#13'G'#11'E'#4#237'[)%'#236'u8'#0'x'#159'l_'#173'b:Xq'#143'y'#4'+'
##############################################
lazarus-2.0.10+dfsg/components/virtualtreeview/VirtualTrees.pas-43-// Indirect contribution (via publicly accessible work of those persons):
lazarus-2.0.10+dfsg/components/virtualtreeview/VirtualTrees.pas:44://   Alex Denissov, Hiroyuki Hori (MMXAsm expert)
lazarus-2.0.10+dfsg/components/virtualtreeview/VirtualTrees.pas-45-// Documentation:
##############################################
lazarus-2.0.10+dfsg/components/virtualtreeview/VirtualTrees.pas-6474-        //todo: see what todo here
lazarus-2.0.10+dfsg/components/virtualtreeview/VirtualTrees.pas:6475:        //Tree.Perform(WM_PRINT, WPARAM(Canvas.Handle), PRF_NONCLIENT);
lazarus-2.0.10+dfsg/components/virtualtreeview/VirtualTrees.pas-6476-        {$ifdef UseSetCanvasOrigin}
##############################################
lazarus-2.0.10+dfsg/tools/copy_po_files_to_lazarus_sources.sh-40-  # check if .po file format file.lang.po
lazarus-2.0.10+dfsg/tools/copy_po_files_to_lazarus_sources.sh:41:  FileOk=`echo $POFile | sed -e 's/.*\..*\.po$/ok/'`
lazarus-2.0.10+dfsg/tools/copy_po_files_to_lazarus_sources.sh-42-  if [ "$FileOk" != "ok" ]; then
##############################################
lazarus-2.0.10+dfsg/tools/copy_po_files_to_lazarus_sources.sh-47-  # check if .po file has corresponding base file
lazarus-2.0.10+dfsg/tools/copy_po_files_to_lazarus_sources.sh:48:  BasePOFile=`echo $POFile | sed -e 's/\(.*\)\..*\(\.po\)$/\1\2/'`
lazarus-2.0.10+dfsg/tools/copy_po_files_to_lazarus_sources.sh:49:  BasePOFile=`basename $BasePOFile`
lazarus-2.0.10+dfsg/tools/copy_po_files_to_lazarus_sources.sh:50:  FoundPOFile=`find $LazarusSrcDir -name $BasePOFile`
lazarus-2.0.10+dfsg/tools/copy_po_files_to_lazarus_sources.sh-51-  if [ ! -f "$FoundPOFile" ]; then
##############################################
lazarus-2.0.10+dfsg/tools/copy_po_files_to_lazarus_sources.sh-56-  # copy the .po file to the same directory as the base .po file
lazarus-2.0.10+dfsg/tools/copy_po_files_to_lazarus_sources.sh:57:  DestDir=`dirname $FoundPOFile`
lazarus-2.0.10+dfsg/tools/copy_po_files_to_lazarus_sources.sh-58-  echo "  -> $DestDir/"
##############################################
lazarus-2.0.10+dfsg/tools/install/get_fpc_full_version.sh-4-VersionFile="$1/compiler/version.pas"
lazarus-2.0.10+dfsg/tools/install/get_fpc_full_version.sh:5:CompilerVersion=`cat $VersionFile | grep ' *version_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/get_fpc_full_version.sh:6:CompilerRelease=`cat $VersionFile | grep ' *release_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/get_fpc_full_version.sh:7:CompilerPatch=`cat $VersionFile | grep ' *patch_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/get_fpc_full_version.sh:8:CompilerMinorPatch=`cat $VersionFile | grep ' *minorpatch *=.*;' | sed -e 's/.*minorpatch.*= *//g' -e "s/'//g" -e 's/;//g'`
lazarus-2.0.10+dfsg/tools/install/get_fpc_full_version.sh-9-CompilerVersionStr="$CompilerVersion.$CompilerRelease.$CompilerPatch"
##############################################
lazarus-2.0.10+dfsg/tools/install/rpm/fpc.spec.template-71-    FPCMAKE=`pwd`/utils/fpcm/bin/*-linux/fpcmake
lazarus-2.0.10+dfsg/tools/install/rpm/fpc.spec.template:72:    FPCMAKE=`echo $FPCMAKE`
lazarus-2.0.10+dfsg/tools/install/rpm/fpc.spec.template-73-fi
##############################################
lazarus-2.0.10+dfsg/tools/install/rpm/fpc.spec.template-81-NEWPP=`pwd`/compiler/%{ppcname}
lazarus-2.0.10+dfsg/tools/install/rpm/fpc.spec.template:82:FPCVERSION=`${NEWPP} -iV`
lazarus-2.0.10+dfsg/tools/install/rpm/fpc.spec.template:83:FPCFULLVERSION=`${NEWPP} -iW`
lazarus-2.0.10+dfsg/tools/install/rpm/fpc.spec.template-84-INSTALLOPTS="FPC=${NEWPP} FPCMAKE=${FPCMAKE} DATA2INC=${DATA2INC} \
##############################################
lazarus-2.0.10+dfsg/tools/install/create_lazarus_slacktgz.sh-16-fi
lazarus-2.0.10+dfsg/tools/install/create_lazarus_slacktgz.sh:17:FPCVER=`ppc386 -l | head -n 1 | awk '{print $5}'`
lazarus-2.0.10+dfsg/tools/install/create_lazarus_slacktgz.sh-18-echo "installed fpc version: $FPCVER"
##############################################
lazarus-2.0.10+dfsg/tools/install/create_lazarus_snapshot_rpm.sh-75-LazVersion=$(./get_lazarus_version.sh)$LazVersionPostfix
lazarus-2.0.10+dfsg/tools/install/create_lazarus_snapshot_rpm.sh:76:LazRelease=`echo $FPCRPM | sed -e 's/-/_/g'`
lazarus-2.0.10+dfsg/tools/install/create_lazarus_snapshot_rpm.sh-77-TmpLazDir=~/tmp/lazarus
##############################################
lazarus-2.0.10+dfsg/tools/install/create_fpc-src_rpm.sh-30-VersionFile="$FPCSourceDir/compiler/version.pas"
lazarus-2.0.10+dfsg/tools/install/create_fpc-src_rpm.sh:31:CompilerVersion=`cat $VersionFile | grep ' *version_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/create_fpc-src_rpm.sh:32:CompilerRelease=`cat $VersionFile | grep ' *release_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/create_fpc-src_rpm.sh:33:CompilerPatch=`cat $VersionFile | grep ' *patch_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/create_fpc-src_rpm.sh-34-CompilerVersionStr="$CompilerVersion.$CompilerRelease.$CompilerPatch"
##############################################
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsrcsnapshot.sh-56-
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsrcsnapshot.sh:57:TEMPLATEDIR=`dirname $0`
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsrcsnapshot.sh-58-
##############################################
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsrcsnapshot.sh-77-IFS=.
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsrcsnapshot.sh:78:FPCMAJORVERSION=`set $FPCVERSION;  echo $1`
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsrcsnapshot.sh:79:FPCMINORVERSION=`set $FPCVERSION;  echo $2$3`
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsrcsnapshot.sh-80-IFS=$OLDIFS
##############################################
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsnapshot.sh-28-UPDATELIST=~/tmp/updatelist
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsnapshot.sh:29:TEMPLATEDIR=`dirname $0`
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsnapshot.sh-30-FPCSOURCEDIR=$FPCSVNDIR/fpcsrc
##############################################
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsnapshot.sh-85-COMPILER=$FPCBUILDDIR/fpcsrc/compiler/$PPCARCH
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsnapshot.sh:86:FPCVERSION=`$COMPILER -iV`
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsnapshot.sh:87:FPCFULLVERSION=`$COMPILER -iW`
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsnapshot.sh:88:FPCARCH=`$COMPILER -iSP`
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsnapshot.sh-89-
##############################################
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsnapshot.sh-132-IFS=.
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsnapshot.sh:133:FPCMAJORVERSION=`set $FPCVERSION;  echo $1`
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsnapshot.sh:134:FPCMINORVERSION=`set $FPCVERSION;  echo $2$3`
lazarus-2.0.10+dfsg/tools/install/macosx/makefpcsnapshot.sh-135-IFS=$OLDIFS
##############################################
lazarus-2.0.10+dfsg/tools/install/cross_unix/create_linux_cross_win32_deb.sh-104-  VersionFile="$BuildRoot/fpc/compiler/version.pas"
lazarus-2.0.10+dfsg/tools/install/cross_unix/create_linux_cross_win32_deb.sh:105:  CompilerVersion=`cat $VersionFile | grep ' *version_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/cross_unix/create_linux_cross_win32_deb.sh:106:  CompilerRelease=`cat $VersionFile | grep ' *release_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/cross_unix/create_linux_cross_win32_deb.sh:107:  CompilerPatch=`cat $VersionFile | grep ' *patch_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/cross_unix/create_linux_cross_win32_deb.sh-108-  CompilerVersionStr="$CompilerVersion.$CompilerRelease.$CompilerPatch"
##############################################
lazarus-2.0.10+dfsg/tools/install/cross_unix/create_linux_cross_win32_rpm.sh-101-  VersionFile="$BuildRoot/fpc/compiler/version.pas"
lazarus-2.0.10+dfsg/tools/install/cross_unix/create_linux_cross_win32_rpm.sh:102:  CompilerVersion=`cat $VersionFile | grep ' *version_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/cross_unix/create_linux_cross_win32_rpm.sh:103:  CompilerRelease=`cat $VersionFile | grep ' *release_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/cross_unix/create_linux_cross_win32_rpm.sh:104:  CompilerPatch=`cat $VersionFile | grep ' *patch_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/cross_unix/create_linux_cross_win32_rpm.sh-105-  CompilerVersionStr="$CompilerVersion.$CompilerRelease.$CompilerPatch"
##############################################
lazarus-2.0.10+dfsg/tools/install/cross_unix/update_cross_fpc.sh-216-fi
lazarus-2.0.10+dfsg/tools/install/cross_unix/update_cross_fpc.sh:217:CompilerVersion=`cat $VersionFile | grep ' *version_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/cross_unix/update_cross_fpc.sh:218:CompilerRelease=`cat $VersionFile | grep ' *release_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/cross_unix/update_cross_fpc.sh:219:CompilerPatch=`cat $VersionFile | grep ' *patch_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/cross_unix/update_cross_fpc.sh-220-CompilerVersionStr="$CompilerVersion.$CompilerRelease.$CompilerPatch"
##############################################
lazarus-2.0.10+dfsg/tools/install/create_fpc_deb.sh-71-  do
lazarus-2.0.10+dfsg/tools/install/create_fpc_deb.sh:72:    set `echo $p/${TARGET_PREFIX}*as`
lazarus-2.0.10+dfsg/tools/install/create_fpc_deb.sh-73-    as="$1"
##############################################
lazarus-2.0.10+dfsg/tools/install/create_fpc_deb.sh-132-then
lazarus-2.0.10+dfsg/tools/install/create_fpc_deb.sh:133:    FPC="`fpc -P$FPCArch -PB`"
lazarus-2.0.10+dfsg/tools/install/create_fpc_deb.sh-134-fi
##############################################
lazarus-2.0.10+dfsg/tools/install/create_fpc_deb.sh-139-then
lazarus-2.0.10+dfsg/tools/install/create_fpc_deb.sh:140:  BINUTILSPREFIX="`getBINUTILSPREFIX $BINUTILSPREFIX`"
lazarus-2.0.10+dfsg/tools/install/create_fpc_deb.sh-141-
##############################################
lazarus-2.0.10+dfsg/tools/install/create_fpc_deb.sh-143-  then echo "BINUTILSPREFIX=$BINUTILSPREFIX"
lazarus-2.0.10+dfsg/tools/install/create_fpc_deb.sh:144:     BINUTILS=`dpkg -S "${BINUTILSPREFIX}as" | sed "s/:.*//"`
lazarus-2.0.10+dfsg/tools/install/create_fpc_deb.sh-145-  else echo "Can't find cross binutils automatically, consider setting BINUTILSPREFIX"
##############################################
lazarus-2.0.10+dfsg/tools/install/create_fpc_deb.sh-230-    grep 'fpc-cross.cfg' "$SampleCfg" &>/dev/null || \
lazarus-2.0.10+dfsg/tools/install/create_fpc_deb.sh:231:      sed -i -e "/^FPCPATH=/aFPCPARENT=\"\`dirname \"\$1\"\`\"
lazarus-2.0.10+dfsg/tools/install/create_fpc_deb.sh-232-;/^#ENDIF NEEDCROSSBINUTILS/i#include \$FPCPARENT/fpc-cross.cfg"  "$SampleCfg"
##############################################
lazarus-2.0.10+dfsg/tools/install/build_fpc_snaphot_rpm.sh-65-VersionFile="$TmpFPCDir/compiler/version.pas"
lazarus-2.0.10+dfsg/tools/install/build_fpc_snaphot_rpm.sh:66:CompilerVersion=`cat $VersionFile | grep ' *version_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/build_fpc_snaphot_rpm.sh:67:CompilerRelease=`cat $VersionFile | grep ' *release_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/build_fpc_snaphot_rpm.sh:68:CompilerPatch=`cat $VersionFile | grep ' *patch_nr *=.*;' | sed -e 's/[^0-9]//g'`
lazarus-2.0.10+dfsg/tools/install/build_fpc_snaphot_rpm.sh:69:CompilerMinorPatch=`cat $VersionFile | grep ' *minorpatch *=.*;' | sed -e 's/.*minorpatch.*= *//g' -e "s/'//g" -e 's/;//g'`
lazarus-2.0.10+dfsg/tools/install/build_fpc_snaphot_rpm.sh-70-CompilerVersionStr="$CompilerVersion.$CompilerRelease.$CompilerPatch"
##############################################
lazarus-2.0.10+dfsg/tools/install/replace_in_files.pl-87-      }
lazarus-2.0.10+dfsg/tools/install/replace_in_files.pl:88:      $Filenames=`ls -1 $Filename`;
lazarus-2.0.10+dfsg/tools/install/replace_in_files.pl-89-      for $SubFilename(split("\n",$Filenames)){
##############################################
lazarus-2.0.10+dfsg/tools/delete_non_svn_files.pl-100-    # search file in SVN files
lazarus-2.0.10+dfsg/tools/delete_non_svn_files.pl:101:    $Output=`svn info $CurFullFile 2>&1`;
lazarus-2.0.10+dfsg/tools/delete_non_svn_files.pl-102-    #print "AAA1 $CurFullFile: $? BBB1$Output BBB2 \n";
##############################################
lazarus-2.0.10+dfsg/tools/delete_non_svn_files.pl-125-  if($opt{x}){
lazarus-2.0.10+dfsg/tools/delete_non_svn_files.pl:126:    my $Output=`$Command`;
lazarus-2.0.10+dfsg/tools/delete_non_svn_files.pl-127-    if($?){
##############################################
lazarus-2.0.10+dfsg/debugger/assemblerdlg.pp-144-    procedure SetTopLine(ALine: Integer);
lazarus-2.0.10+dfsg/debugger/assemblerdlg.pp:145:    function IndexOfAddr(const AnAddr: TDBGPtr): Integer;
lazarus-2.0.10+dfsg/debugger/assemblerdlg.pp-146-    procedure UpdateLocation(const AAddr: TDBGPtr);
##############################################
lazarus-2.0.10+dfsg/debugger/assemblerdlg.pp-811-
lazarus-2.0.10+dfsg/debugger/assemblerdlg.pp:812:function TAssemblerDlg.IndexOfAddr(const AnAddr: TDBGPtr): Integer;
lazarus-2.0.10+dfsg/debugger/assemblerdlg.pp-813-begin
##############################################
lazarus-2.0.10+dfsg/debugger/assemblerdlg.pp-831-
lazarus-2.0.10+dfsg/debugger/assemblerdlg.pp:832:  i := IndexOfAddr(FCurrentLocation);
lazarus-2.0.10+dfsg/debugger/assemblerdlg.pp-833-  if (i >= 0) and (i < FLineCount - 1)
##############################################
lazarus-2.0.10+dfsg/debugger/assemblerdlg.pp-881-  then begin
lazarus-2.0.10+dfsg/debugger/assemblerdlg.pp:882:    i := IndexOfAddr(FCurrentLocation);
lazarus-2.0.10+dfsg/debugger/assemblerdlg.pp-883-    if (i >= 0)
##############################################
lazarus-2.0.10+dfsg/debugger/assemblerdlg.pp-1202-        inc(Line);
lazarus-2.0.10+dfsg/debugger/assemblerdlg.pp:1203:        inc(idx); // displayed source-info, instead of asm (topline substituted)
lazarus-2.0.10+dfsg/debugger/assemblerdlg.pp-1204-        LineIsSrc := False;
##############################################
lazarus-2.0.10+dfsg/debugger/frames/debugger_general_options.pas-368-    DebuggerResetAfterRun := gcbDebuggerGeneralOptions.Checked[1];
lazarus-2.0.10+dfsg/debugger/frames/debugger_general_options.pas:369:    DebuggerAutoCloseAsm := gcbDebuggerGeneralOptions.Checked[2];
lazarus-2.0.10+dfsg/debugger/frames/debugger_general_options.pas-370-
##############################################
lazarus-2.0.10+dfsg/debugger/debugger.pp-6952-    SetCountAfter(FMaster.CountAfter);
lazarus-2.0.10+dfsg/debugger/debugger.pp:6953:    SetBaseAddr(FMaster.BaseAddr);
lazarus-2.0.10+dfsg/debugger/debugger.pp-6954-  end
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/qt56.pas-15415-// PtrInt Array Access from c-code
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/qt56.pas:15416:function GetPtrIntArrayAddr(var PArr : TPtrIntArray): PPtrInt; cdecl; export;
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/qt56.pas-15417-begin
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/qt56.pas-15431-// QReal Array Access from c-code
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/qt56.pas:15432:function GetQRealArrayAddr(var PArr : TQRealArray): PPtrInt; cdecl; export;
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/qt56.pas-15433-begin
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/src/pascalbind.h-208-  if (len>0) {
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/src/pascalbind.h:209:    PTRINT *array = (PTRINT *)getPtrIntArrayAddr(parr);
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/src/pascalbind.h-210-    for (int i = 0; i < len; i++)
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/src/pascalbind.h-222-  if (len>0) {
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/src/pascalbind.h:223:    PTRINT *array = (PTRINT *)getPtrIntArrayAddr(parr);
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/src/pascalbind.h-224-    for (int i = 0; i < len; i++)
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/src/pascalbind.h-240-  if (len>0) {
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/src/pascalbind.h:241:    PTRINT *array = (PTRINT *)getPtrIntArrayAddr(parr);
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/src/pascalbind.h-242-    for (int i = 0; i < len; i++)
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/src/pascalbind.h-271-  if (len>0) {
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/src/pascalbind.h:272:    qreal *array = getQRealArrayAddr(parr);
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/src/pascalbind.h-273-    for (int i = 0; i < len; i++)
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/src/pascalbind.h-283-  if (len>0) {
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/src/pascalbind.h:284:    qreal *array = getQRealArrayAddr(parr);
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/src/pascalbind.h-285-    for (int i = 0; i < len; i++)
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/qt5.pas-15086-// PtrInt Array Access from c-code
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/qt5.pas:15087:function GetPtrIntArrayAddr(var PArr : TPtrIntArray): PPtrInt; cdecl; export;
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/qt5.pas-15088-begin
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/qt5.pas-15102-// QReal Array Access from c-code
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/qt5.pas:15103:function GetQRealArrayAddr(var PArr : TQRealArray): PPtrInt; cdecl; export;
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/cbindings/qt5.pas-15104-begin
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/qtint.pp-325-   QtTextWordWrap              = $1000;
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/qtint.pp:326:   QtTextWrapAnywhere          = $2000;
lazarus-2.0.10+dfsg/lcl/interfaces/qt5/qtint.pp-327-   QtTextHideMnemonic          = $8000;
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/mui/muiglobal.pas-170-  else
lazarus-2.0.10+dfsg/lcl/interfaces/mui/muiglobal.pas:171:    NewList(Addr(Result^.mp_MsgList));
lazarus-2.0.10+dfsg/lcl/interfaces/mui/muiglobal.pas-172-end;
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/wince/wincedef.pp-68-  MCHT_PREV      = $02000000;  // here will go to the next/prev month
lazarus-2.0.10+dfsg/lcl/interfaces/wince/wincedef.pp:69:  MCHT_NOWHERE   = $00000000;
lazarus-2.0.10+dfsg/lcl/interfaces/wince/wincedef.pp-70-  MCHT_TITLEBK          = MCHT_TITLE;
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/gtk/gtkwidgetset.inc-351-  while (bp>prevbp)do begin
lazarus-2.0.10+dfsg/lcl/interfaces/gtk/gtkwidgetset.inc:352:    caller_addr := get_caller_addr(bp);
lazarus-2.0.10+dfsg/lcl/interfaces/gtk/gtkwidgetset.inc-353-    caller_frame := get_caller_frame(bp);
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/win32/win32callback.inc-121-    Windows.SendMessage(Parent, WM_ERASEBKGND, WParam(ControlDC), 0);
lazarus-2.0.10+dfsg/lcl/interfaces/win32/win32callback.inc:122:    Windows.SendMessage(Parent, WM_PRINTCLIENT, WParam(ControlDC), PRF_CLIENT);
lazarus-2.0.10+dfsg/lcl/interfaces/win32/win32callback.inc-123-    Windows.SetViewportExtEx(ControlDC, P.X, P.Y, nil);
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-420-    function new_any(family: TSoupAddressFamily; port: guint): PSoupAddress; cdecl; inline; static;
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas:421:    function new_from_sockaddr(sa: Pgpointer; len: gint): PSoupAddress; cdecl; inline; static;
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-422-    function equal_by_ip(addr2: PSoupAddress): gboolean; cdecl; inline;
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-427-    function get_port: guint; cdecl; inline;
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas:428:    function get_sockaddr(len: Pgint): Pgpointer; cdecl; inline;
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-429-    function hash_by_ip: guint; cdecl; inline;
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-1626-function soup_address_equal_by_name(addr1: PSoupAddress; addr2: PSoupAddress): gboolean; cdecl; external;
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas:1627:function soup_address_get_gsockaddr(addr: PSoupAddress): PGSocketAddress; cdecl; external;
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-1628-function soup_address_get_name(addr: PSoupAddress): Pgchar; cdecl; external;
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-1630-function soup_address_get_port(addr: PSoupAddress): guint; cdecl; external;
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas:1631:function soup_address_get_sockaddr(addr: PSoupAddress; len: Pgint): Pgpointer; cdecl; external;
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-1632-function soup_address_get_type: TGType; cdecl; external;
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-1637-function soup_address_new_any(family: TSoupAddressFamily; port: guint): PSoupAddress; cdecl; external;
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas:1638:function soup_address_new_from_sockaddr(sa: Pgpointer; len: gint): PSoupAddress; cdecl; external;
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-1639-function soup_address_resolve_sync(addr: PSoupAddress; cancellable: PGCancellable): guint; cdecl; external;
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-2072-
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas:2073:function TSoupAddress.new_from_sockaddr(sa: Pgpointer; len: gint): PSoupAddress; cdecl;
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-2074-begin
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas:2075:  Result := LazSoup2_4.soup_address_new_from_sockaddr(sa, len);
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-2076-end;
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-2089-begin
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas:2090:  Result := LazSoup2_4.soup_address_get_gsockaddr(@self);
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-2091-end;
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-2107-
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas:2108:function TSoupAddress.get_sockaddr(len: Pgint): Pgpointer; cdecl;
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-2109-begin
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas:2110:  Result := LazSoup2_4.soup_address_get_sockaddr(@self, len);
lazarus-2.0.10+dfsg/lcl/interfaces/gtk3/gtk3bindings/lazsoup2_4.pas-2111-end;
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/qt/qt45.pas-14028-// PtrInt Array Access from c-code
lazarus-2.0.10+dfsg/lcl/interfaces/qt/qt45.pas:14029:function GetPtrIntArrayAddr(var PArr : TPtrIntArray): PPtrInt; cdecl; export;
lazarus-2.0.10+dfsg/lcl/interfaces/qt/qt45.pas-14030-begin
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/qt/qt45.pas-14044-// QReal Array Access from c-code
lazarus-2.0.10+dfsg/lcl/interfaces/qt/qt45.pas:14045:function GetQRealArrayAddr(var PArr : TQRealArray): PPtrInt; cdecl; export;
lazarus-2.0.10+dfsg/lcl/interfaces/qt/qt45.pas-14046-begin
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/qt/qtint.pp-332-   QtTextWordWrap              = $1000;
lazarus-2.0.10+dfsg/lcl/interfaces/qt/qtint.pp:333:   QtTextWrapAnywhere          = $2000;
lazarus-2.0.10+dfsg/lcl/interfaces/qt/qtint.pp-334-   QtTextHideMnemonic          = $8000;
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/gtk2/gtk2widgetset.inc-1556-  while (bp>prevbp)do begin
lazarus-2.0.10+dfsg/lcl/interfaces/gtk2/gtk2widgetset.inc:1557:    caller_addr := get_caller_addr(bp);
lazarus-2.0.10+dfsg/lcl/interfaces/gtk2/gtk2widgetset.inc-1558-    caller_frame := get_caller_frame(bp);
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/customdrawn/android/android_sockets.pas-5-#include <sys/socket.h> /* for socket(), connect(), send(), and recv() */
lazarus-2.0.10+dfsg/lcl/interfaces/customdrawn/android/android_sockets.pas:6:#include <arpa/inet.h>  /* for sockaddr_in and inet_addr() */
lazarus-2.0.10+dfsg/lcl/interfaces/customdrawn/android/android_sockets.pas-7-#include <unistd.h>     /* for close() */}
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/customdrawn/android/sockets_arpa_inet.inc-39-
lazarus-2.0.10+dfsg/lcl/interfaces/customdrawn/android/sockets_arpa_inet.inc:40:function inet_addr(const Param1: PChar): Cardinal{uint32_t}; cdecl; external libname name 'inet_addr';
lazarus-2.0.10+dfsg/lcl/interfaces/customdrawn/android/sockets_arpa_inet.inc-41-
##############################################
lazarus-2.0.10+dfsg/lcl/interfaces/customdrawn/android/sockets_arpa_inet.inc-47-
lazarus-2.0.10+dfsg/lcl/interfaces/customdrawn/android/sockets_arpa_inet.inc:48:function inet_nsap_addr(const Param1: PChar; Param2: PByte{uchar}; Param3: cint): cuint; cdecl; external libname name 'inet_nsap_addr';
lazarus-2.0.10+dfsg/lcl/interfaces/customdrawn/android/sockets_arpa_inet.inc-49-function inet_nsap_ntoa(Param1: cint; const Param2: PChar; Param3: PChar): PChar; cdecl; external libname name 'inet_nsap_ntoa';
##############################################
lazarus-2.0.10+dfsg/images/vase_trans.xpm-230-"d.( [ [ 2  .Q i d h 0 < < ( 9 s Q #.J O J ..$.X @.=.( 0 J @.$.@.!.&.<.S c [ } h R J ]._.).#.5 i d k 9 [ 9 { *.W E $.(.(.].!.!.;.;.$.(.%.$.;.;.!.(._._.(._.|.|.a.e._.I B A _ ( n W :.].(.}.].!.(._._.f.(.(._.(.!.$.$.(.!.;.9.(._._.|.P 8 / : b '.:.a.|._.|._._.1._._._._._._.(.!.(.(.!.!.!.(.].(.V _ / 7 X ).!.!.].9.9._.9.(.!.!.(._._.(.;.@.P U n h i ..%.$.&.o 6 4 ..6.I I S {.h h d o o i i *.*.W S '.y b 9 [ 9 D {.z z d T d 0 0 9 9 2 2 9 c c d  . . .y y 0 y y a b     ",
lazarus-2.0.10+dfsg/images/vase_trans.xpm:231:"% ( 0 h  .Q i d b b ( [ a h b '.J &.I ..@.@...@.@.d |  .!...W i d 0 h h S #.[.:.%.e o b 9 p | | 8 8 ^.n _ | | [ 0 o %._.).;.!.!.).;.!.(.!.!.$.;.(._._._._._.1.].).].|._.G v _ ( ( B ` I !.].].].(.(.(.(._._.(.(.9.!.!.;.;.;.9.(._._._.P [ } 1 ( 0 Q :._.|.a.(.]._.(._._.(._._.(._.!.(.(.(._.!.(._.T [ : 9 J _.!.!.!.9.9.9.9.(.9.!.$.).9.9.!.(.9.P d h l &.!.g.8 / _ p n ~ ~ Q E <.*.<.H =.d { 0 9 } } 0 h '.W ` ` H K H H H I O +.F B 9 1 9 9 1 b b {  .i R y x B x y 2 *   ",
lazarus-2.0.10+dfsg/images/vase_trans.xpm-232-":.( c S *.S F c h 9 [ 9 { h h '.J J X N X #.@.~.&.[ j <.!.+.h =.*.&...I <.~ h [ p | 8 B T H I #.(.1._.!.#.P g.0 A p 1 '...).;.!.;._.(._._.(.!.;.9.(.$.9._._.(._.(.$.;.$.|.Y h.i.< s ^.2 x '.V ..(._.(.].].(.].(.].$.(.;.).(.]._.|.|.a.e.H [ 9 } ( : [ n l I 9.|.|._.|.|.(._.(.(.(.(.(._.(.(.$._.(.].w [ 1 c I ).].(.(.9.(.!.9.(.9.(.$.!.!.(.).(._.9.P h { &.;.@.J V R U h 0 } n ] 3  .*.&.@.Y #.H O J N R S E I J K H H P H *.P H O P R h 0 9 0 } 9 b h y ~ '. .y c 0 b o   ",
##############################################
lazarus-2.0.10+dfsg/images/splash_logo.xpm-306-"5.c V.V.].A+q.c q.} R.j.C E+j.$+E+E+E+} '+$+$+'+'+E+} $+} '+E+E+E+} } '+E+E+R.R.E+R.c c c ].].T.0.T.0.0.0.0+0.0+0.V.V.0.c V.c V.c c 0.c V.0.V.V.V.5.5.0.0.0.0.V.0.V.5.5.5.V.<.(+<.5.5.0.5.5.(+(+| (+5.5.5.` ` ` ` ` ` ` ` <.` 0.0.T.T.T.T.0.` ` M M M s.s.s.F.; ; ; ; M %+; ; h+; ; (.%+; %+; ; %+%+A %+&.A A &.A 6.%+; %+6.%+%+%+6.(.x+; %+(.h+; ; ; | ; | ; | | r+5.c j.0.V.| f &.&.&.&.&.w &.&.&.A &.&.A &.A ; ; &.; ; A &.&.&.&.; &.| ! ( b+3.3.3.w._ & p+.+, .+@.@.#+v+g @.l+l+l+_+l+: .+.+++w+U.B.p++.n.7 i+z+A.,+M | s.s.(.(.(.(.(.(.(.(.s.s.s.(.s.s.u u u ,+u ,+u 0+,+s.s.s.M M (.s.s.(.M s.M ,+#.M #.s.,+` 0+<.` ` T.` 0.0+0+0.T.0.` ` ` T.T.T.T.T.].T.0.T.` ` ` ` (+<.,+M M | s.(.s.; %+%+h+%+&.%+(.%+h+s.F.u u s.s.s.u ,+F.,+,+,+u 9 9 2+9 0+9 2+9 u u ,+; ; %+; %+6.A 6.6.6.6.C+I.I./ / l n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:307:"0.V.c c c c c q.j.R.q.j.R.C j.j.j.E+E+$+$+'+'+$+E+$+$+} $+$+} } } } '+} } E+E+E+R.R.R.R.R.c c R.].c c V.0.0.0.0.0.0.0.V.V.c c ].c c ].c c c c 0.0.0.c 0.0.0.T.0.c 0.0.0.0.5.V.V.V.0.V.c 0.0.V.5.5.V.0.0.5.0.5.0.5.` ` ` ` ` 0+#.0.T.R.R.R.T.0+<.<.,+s.| s.; | F.| | | | | ; ; s.M M h+; %+; h+; ; ; h+%+%+&.&.&.&.&.&.; ; &.; ; &.G.G.G.G.| G.| | r+r+c ( } ( ( b+a a ~+a b+b+7 b+b+k b+b+b+k b+ +b+ + + +b+ +b+ +b+ + + + +F+q.).(+! ! f V.a E 3.=+*.V {+6+++l+_+u+$ f+q , v+v+v+q r k+x r = _+Z $ = _++ p+]+_.=+b+E.z+B M <.s.,+s.(.h+%+%+h+(.(.(.(.s.s.s.s.,+u u ,+9 2+9 u s.,+,+,+,+M ,+M ,+M M s.s.M s.s.s.#.0+0+2+].T.#.].T.0.T.T.T.0.T.` ].T.T.T.T.].T.0.<.` ` ` <.,+<.,+A.,+,+,+,+0+,+| M ; ; ; h+%+%+%+(.h+s.(.s.s.u u s.9 u u u 9 9 2+2+2+2+2+2+9 u 0+s.s.M %+A &.6.&.; ; ; ; C+6.6.1 n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+I.n+n+n+n+n+n+n+n+n+n+n+n+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-308-"c c ].c V.c c c q.c j.j.j.C E+C j.$+E+$+'+$+$+'+E+E+$+'+'+$+$+'+'+'+'+'+'+} R.E+R.R.q.E+E+} q.q.q.R.c c c ].c ].c c c 0.c ].c ].c ].c c c c c c c 0.].].].c ].c c ].].c c c c 0.c 0.c c ].0.c 0.0.V.V.V.V.0.0.0.z+T.z+T.T.0.0+0.T.T.T.].].].2+2+<.<.s.<.,+s.M | (.,+| ,+,+; ; | &.(+| 0.V.| ).c ).c r+z+d.d.r+q.c c V.r+V.| ! r+).).! ! ).( ( ( ).*.y.=+~++ n.n.B.^ v+~+D y.U.B.E #+~+_.i.E ~+[ ~+_.#+~+[ 6 s ~++ ~+[ v+q+[ [ + *.y.*.w.& < U.! ).U.1+) g+= z.@._+++k+k+u+q .+, P.q m $ = : Z @., @.p+.+.+: p+g #+]+3.7 } ,+s.s.s.,+(.F.x+x+; ; (.; %+%+h+M s.s.u s.s.u 9 9 u F.u u s.,+s.M M #.M #.M #.h+M ,+s.0+0+#.0+0+2+0.T.T.T.T.].T.T.].T.{.R.R.R.].].T.2+0+0.0+` ` ` ` ,+<.,+,+0+0+9 9 u | | s.| M h+h+%+s.h+(.h+(.M s.s.u u u u u u u 2+9 2+9 2+9 2+9 u F.; ; ; ; ; ; ; 6.; x+A 6.6.I.1 1 n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+",
##############################################
lazarus-2.0.10+dfsg/images/splash_logo.xpm-315-"C C j.j.C j.E+E+'+'+} E+'+'+'+'+'+'+a+a+F+h '+h a+h '+h h a+a+'+a+F+h h h h a+G h G G G G F+F+h h F+F+F+'+F+h F+h F+'+'+h '+F+F+h h h G h F+ +G  +G F+F+F+} } E+} q.j.R.c q.c c ].c ].].].c c ].].].V.5.V.0.5.(+z+z+E+5+b+k n._.3.U.).3.B.]+p+@.U.g+_+.+_+: Z k+f+g+Z @._+: .+^.H.= = _+.+l+p+i u+T Z l+k+u+_+b., ^.^.g q F f.Z .+++f.$ h.l+l+l+q f+;.;.s+b.++w+3 g U v+v+v+b.++m ,.u+@.g q #+v+v++ p+p+@..+.+q ++@..+++Z.~.L.g z.T Q [.6+W W z !.!.$ m J.f.z /.f.k+++r F m ;.p+p+g g k+,.$ : b.v+l+= Z.t.Z ^._+x : Z : z.H.b.p u+++@.p+@.+ #+v+P.#+B.B.#+^ k._.n.8 7 c (+; ; ; ; ; ; G.M 2.M ` ` ` ` B T.z+`.z+z+c #.].R.].].].].R.R.{.q.E+{.E+{.E+R.R.R.R.R.R.R.R.R.{.$+{.'+F+7.} } } E+E+} E+E+'+F+7.F+F+F+Y ].].].2+2+9 u u ,+,+,+,+s.(.(.(.x+; F.F.; ; ; ; ; ; u 9 9 9 2+2+2+2+9 9 S S C+C+o I.I.I.I.I.n+I.n+n+n+n+n+n+n+n+n+I.n+n+n+I.n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+n+N.n+n+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:316:"R.C C R.C C j.$+'+E.'+$+$+$+'+h $+'+h a+a+a+a+F+a+G a+G a+G G a+G G G G G G G G G h h h G 7 F+G F+7 h G 7 F+h G h h h '+h h h h G G G G G h G F+h G F+F+F+'+} E+q.q.c q.c q.c c ].c ].].c V.V.V.2+V.c 5.5.` 0.c } 7 k l.i._.E 3.3.U.! ! w.b f+;.m $ u+u+$ $ _+Z _+++_+= & p._+, _+F F 1+g b.++~.z u+^.^.k+m ++l+s+p+_+_+6+z F q @.p+f+T .+s+l+.+.+^.^.v+P.^ ]+g+k+s+v+6 l+d+p+l+.+g .+g .+g g g p+f+~.i Z g Q /+$ I ^.v+@.q @.l+f.z Z.J.{+W g.c+$ 6+J.= i Q t.m J.q z.l+_+l+.+.+_+u+l+: $ F u+l+b..+.+@.s+v+, .+Z Z ] x x Z Z _+x ] : H..+b..+.+.+g ++p+g ^ b.+ + #+_.n.k q.&.| &.h+h+h+| h+<.0+0+0.0+`.0.R.T.R.T.c c ].R.].R.{.].q.E+} } } } } F+E+E+E+E+E+E+{.E+$+'+} F+F+a+F+G F+'+F+F+'+F+F+F+F+} F+7.7.F+} Y ].].2+2+A+2+9 2+u (.(.,+s.s.s.F.s.s.; ; s.; ; F.| F.5.9 V.2+2+A+A+9 9 9 S S C+o I.I.I.n+I.n+n+I.n+n+n+n+n+n+n+I.n+n+n+n+n+n+n+n+n+n+n+n+n+n+1 n+n+n+n+n+n+n+n+n+n+n+n+n+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-317-"C E+j.C E+E+E+$+$+'+$+$+'+'+$+$+F+a+a+a+a+F+a+a+h a+G a+G a+G+G G+G h G h G h h h G G G G G G h h F+G h G h G h G G G h G h G G a+a+h h F+G G G  +F+F+F+'+} } } j.} } R.} q.Y q.q.q.q.q.].].c 0.V.9 c c 0.5.).F+( l.E q+6 P.+ B.B.+ ) w./.g.Q z.@.l+z.x $ r k+++f+= = u+g+i @.l+k+$ f+Z b.@.f+~.}+l+U l+= Q .+^ l+Z.{+q T q v l+^ P.k.^ s+^ _+l+^..+l+.+v+#+l+s+s+v+#+) w.{+r l+.+v+.+l+g Z 6+~.{+$ $ u+: k+$ {+$ I .+^.6 ^ v+v = z $ t.f+z W z f+,.= t.g+V V Z.,.Q @.l+l+k+z.g g @.g Z u+: _+z.k+I ^.v+v+, , b..+H.: : : ] = u+: Z _+Z H.b.@.: @.Z : _+.+b.g _+++d+^ ^ _.8 b+r+G.(+M &.,+<.,+| 5.0+T.].c ].R.c c ].`.].].].].R.q.E+Y q.q.E+} } {.F+} } } } $+$+{.'+F+G a+G F+G a+G 7.G 7.G F+F+F+'+'+F+F+G F+7.Y Y q.2+].2+2+9 u ,+s.s.F.s.F.u s.(.; (.; ; s.s.; F.| u 9 2+2+2+2+2+A+9 9 S F.S C+o o I.I.I.I.I.n+n+n+n+n+n+n+n+I.n+n+n+n+n+I.n+n+n+n+n+n+n+1 n+n+n+1 n+n+n+n+1 n+n+n+n+N.",
##############################################
lazarus-2.0.10+dfsg/images/splash_logo.xpm-336-"V.V.V.c ].c c c R.c C R.E+E+E+$+E+$+'+'+'+$+'+'+$+{.2.D.D.4 ;+=.y y y #.#.#.{.{.a+a+:.:.:.:.:.:.:.:.:.:.:.{.7.{.#.#.#.y ;+;+|.M T.].].V.c V.c V.c c c V.T.c c c q.r+y.3.y.w.W O w+e+/.Z.>+J.c+!.|+,.T f.z f._+^.s+d+;.f+;.u+k+$ g.c+k+l+v I F !.F z.v+l+L.q g d+U.B.P.+ p+p+#+v+6 s+l+g+/.c+Z.= = c+f.$ /+~.Q.,.J.m r Q = k+]+Q 6+g+q i T @.v .+v+g + I I I q _+.+l+l+v 6+w.L.i ~.v.t.k+k+_+Z I L.z.i 6+~.V w.c+{+6+t.J.,.g+z /.c+z m u+u+_+Z B.) f+$ r r e W v.,.,.m t.v.e z $ Q = r z.p z.v.$ r x x _+.+.+B.6+/.!.~.* r $ c+!.!.c+b g.W W W W c+c+z z v./+e e W W W W g.W W e e !.v.F e |+f.~.z v.|+|+z ~.c+W . . W e F r = ] z.$.: Z #+_.i. +j.q.c 0.T.0.0.0.#.B ` ` B ` ` ` T.0.c c c q.E+q.R.q.q.R.2+u s.s.; %+6.w w R w R N.X I.1 I.6.I.1 1 1 1 1 1 1 1 6.6.6.6.S.S.S.x+S.S.S.x+x+S.x+x+x+C+C+x+S.X S.S.S.S.S.1 1 1 I.n+1 n+y n+1 n+1 1 n+1 1 n+I.n+I.n+I.I.n+I.I.n+1 1 I.1 n+I.n+I.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:337:"0.V.c V.c 0.c c c c R.C C C E+E+'+'+'+$+'+'+'+'+'+C ;+4 4 =.=.=.y y y #.#.{.{.7.{.:.t l.l.l.t :.:.:.:.:.7.a+{.{.{.#.#.y |.=.=.y ` V.].c V.V.c V.V.].0.].c 0.c 5.).c y.! 3 j f.f.)+Z./.c+b f.!.e ~.}+q J.c+,.l+.+v 1+Z.p.L.l+z.J.t.q l+g l+l+}+$ t.l+.+p+f.i p+B.w.) ^ J v+6 v+J v+^ v g+!./.!.w+i $ Z.c+g.e v.t.d }.v.|+r ;.6+j+g.$ q l+s+v L.3 U.@.s+^ T m Z.u+_+.+b._+~.Z.l+v Q u+.+l+.+.+.+z.l+I g+{+g.c+/.W z g.!.z f.J.~.e W e $ x ,.u+B.U.{+W e f.r !.e ~.k+k+q w+/+!.F k+u+u+z.z..+: ~.|+= Z Z z.@.l+q c+W g./.W !.c+~.Z.6+Z.c+W . W . . W W W g.e e e e g.W W g.e W e e e e e /+e $ f.f.~.!.e e F J.f+{+g.g.W g.$ %.: H..+p Z g v+k.9.h q.R.R.R.T.T.0.0.T.T.`.R.R.R.z+c c E+R.E+E+Y } } Y E+q.A+].V.u s.(.(.%+x+X X w X A 1 1 6.A 1 1 1 I.1 1 1 1 X 6.X 1 I.6.I.6.S.I.X S.X S.X S.S.x+C+(.C+S.S.S.X S.1 S.I.1 1 y I.I.y n+I.n+y n+y 1 I.n+1 I.n+I.n+I.I.n+I.I.n+I.I.1 n+I.I.I.I.I.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-338-"0.5.0.0.0.0.c z+c c c R.R.C E+E+} E+F+'+'+'+'+$+{.` D.4 D.=.=.y y y #.#.#.{.{.{.4+l.2 q+q+2 2 t t 4+:.:.:.7.{.{.{.{.y #.y =.=.y ` ` 2+V.V.V.V.V.0.c V.0.c 0.0.r+! ).! 3 ) 3 [.M.J.O /.W W ~.v.!.$ : T k+}.,.z.l+v ,.g.!.f+v z.Q _+l+q @._+l+.+_+z..+v l+_+p+, b.q @.#+P.P.6 J v+B.q + d+c+W e 6+T q L.f.g./.Z.r 6+!.W z = k+$ !.!.r l+v+#+X.z e ~.q s++ X.g.e t.l+l+v g L.i .+^..+z.l+.+Z k+Q _+g ]+J.W W v.!.W e !.e W {+,.$ z !.[+Q.$ v.v.V c.j+. e $ Q.F m f+6+$ ,.r = m k+l+,.F r .+.+z.Q F r H.z.u+g+@.@.v.e !.g.. W c+f.}.f+f./+g.W W W /.W W W W e e e e !.e e e !.v.|+!.e e /+!.!.!.~.c+!.W g.v.$ u+k+k+t.z e /+,.Z .+.+, l+g , J [ l.j.q.R.q.E+R.R.R.R.R.].R.{.E+q.R.R.R.} F+F+F+F+F+F+7.} R.].].V.0+u s.(.x+X X X X w 1 6.6.I.6.I.I.I.1 I.N.A I.I.6.6.S.S.C+S.S.6.S.I.S.I.I.S.S.S.S.C+C+C+x+S.C+S.S.X 1 y n+1 1 I.I.I.n+y 1 1 I.n+1 I.I.1 I.1 I.n+I.I.n+1 I.n+1 n+I.1 n+I.n+I.1 ",
##############################################
lazarus-2.0.10+dfsg/images/splash_logo.xpm-347-"5.0.5.A.5.5.` 0.5.B V.0.V.r+c V.q.c c ].c q.c R.&.m.m.m.4 4 =.=.y y y y #.#.#.{.{.{.{.{.{.{.7.4+a 2 q+2 l.:.{.{.#.#.#.#.y y =.=.;+M 2+V.].V.0.V.0.V.).f ! & 8.e+}.g.g.z w+W W p.c+W W c+}.H k+B+Q 6+!.W e {+L.@.t./+z }.B+T w+{+w.w.. . W w+f+= 1+f+L.Z ^.l+u+i @., #+6+W p.]+v+P.k.y+d+^.^ g J.T $ |+Q.$ $ w+c+g.{+J.f+c+W g.V g+f+g+]+p+++Q ,.= q @.g ++V W g.F Q z.$ Z.1+p+q @.g l+p+@.@.@.B.) t.;.Q f+g.W !./+e W g.g.z e W W g.~.}./+e e e |+r q w.{+b w+J.[.V ~.!.~.= l+g g g + u+,.~./+m q : Q L.Q f.m 6+F $ t.Z./+W g.* f+r v.W }.$ t.F v.}.* $ f.{+!.e e v.}.F z ~./+!.e e e }.~.|+e F r = r ,.,.,.~.{+z W W g.r Q ,.f+i i @.+ , v+[ t 5.2+2+2+T.2+T.T.].A+].q.Y Y ].].].q.{.{.{.{.a+4+:.:.:.:.:.7.7.Y q.2+2+s.; ; ; ; 6.o 6.o 6.A o o o o C+C+S S 9 A+9 9 A+A+9 9 S S I.I.1 I.I.I.I.n+I.1 1 1 1 I.1 1 1 1 1 I.S.S.S.I.I.I.o S S S A+9 S C+I.1 1 n+1 1 n+y I.1 1 I.S.x+1 I.S.C+C+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:348:"0.0.5.` 0.V.5.0.0.0.5.0.V.V.c c c q.c ].R.q.q.q.G.D.m.m.m.4 4 =.=.y y y #.#.#.#.{.{.{.{.{.{.:.l.4+2 2 2 4+:.{.#.#.#.y y y =.4 4 ;+` T.V.5.9 V.5.5.c 2.< b p.X.T J.W W {+H p.W g.c+/.c+c+e+f+M.6+6+V ~./+!.Z.T #+B.T z.I l+k+{+b w.m !.g.e $ m 6+V c+!.f.Z .+p+_+p+l+g k+;.I #+J &+6 p+J.v ^ l+i l+;.t.= = ;.f./.g.~.L.U.c+W ~.= [.U.U.[.i t.= k+_+_+@.B.B.V c+e m T ;.p+1+p+++i = u+,.f+_+@.@.d+6+e {+t.H f.!.Z.f.}./+g.e z e+z !.e e v.~.F e e F f.m W W g.~.t.t.e+g.e ~.q ]+U.U.1+: = m e v.r k+m z 6+{+W z Z.c+Z.m f+!.e e }.Q.* * /+|+}.f.z !.!.!.g./.p.8./+e !.J.6+f.p.Z.f.{+e /+|+/+v.z m $ ,.f.$ ~.$ F F ~.g.. g.$ f.~./.z Z.f+) B.E E  +S u u s.<.,+<.0+T.A+2+2+A+A+2+0+0+].c c `.C {.:.7.:.7.:.:.7.{.Y ].].2+u 6.6.; C+6.; 6.o 6.6.o o ; o C+S 9 A+A+A+ +A+A+9 A+9 F.S.1 N.I.I.I.I.n+I.n+n+I.I.I.S.1 I.1 I.1 S.S.I.X 1 I.I.C+S A+A+A+A+S S I.I.I.y n+I.1 I.I.y 1 I.C+F.S.I.1 I.S.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-349-"c 0.0.0.5.0.0.0.0.0.0.V.0.z+V.c c c ].].c c q.j.| 4 m.m.m.4 4 =.=.;+y y y y #.#.#.#.#.{.{.{.{.:.4+l.a l.:.{.{.#.#.#.y y y ;+=.4 y M V.V.V.5.V.V.A.r+c.& w+w.M.M.B+,.z p.j H z 9+b c+g.g.!.p.z /.!.e+,.Q Q ;.Q j V g+Z l+Z q g+g+U.Q V ~.$ r = g+Q {+!.,.k+Z i V f.= l+v ^.^ 6 6 6 ^ v+v ^ ^ d+^ ^ ^ Q $ f+J.f./+/+f.i L.f.Z.f+++q U.w.& ~.e /+r : _+++1+U.H f.6+L.T q ++) U.m F v.!.g.r @.l++ l+f+/+$ Q w.e+f+f+Z.z /+ .Z.t.J.> w+f.$ f.,.t.f.$ = = $ W W W {+Z.w.z !.z u+p+Z.c+g.Z.= x }+B+k+.+Z = {+3 m {+m m Z.6+,.t.$ e v. .f.t.' /+!.8. .*+{ o+o+8.o+8.8.o.{+z e+6+w+V t.J.z e ~.,.$ $ ,.r r f+,.$ Z.p.F f.e+/.g.j+p.f.Z.W j+. g.w+w+).D *.; F.(.(.x+M M M ,+,+(.u ,+s.s.s.,+| ` B B #.`.{.{.7.a+7.:.:.7.q.q.Y V.u | 6.F.; o A 6.o 6.6.o o ; o o S A+A+ + +Y Y Y A+A+9 S F.6.n+1 1 n+I.n+I.n+1 I.I.I.I.1 y 1 X X S.1 1 I.S.I.o o S A+A+A+A+A+S C+I.I.1 I.1 n+1 I.I.y C+F.S C+S.1 I.I.",
##############################################
lazarus-2.0.10+dfsg/images/splash_logo.xpm-351-"].0.0.0.0.0.0.V.c 0.V.c V.V.c c c V.c ].c ].c R.G.:+3+m.D.m.4 4 =.=.=.;+y y y y #.#.#.#.#.#.#.{.{.{.{.{.#.#.#.y #.y y y ;+4 =.;+y #.0.T.T.T.V.c r+f 9+W j+W j+z J.T M.b p.' i+0 #.n 9+. !.z e W e v.f+L.g+f+Z.g.W /.,.q l+l+t.W W W {+,.Q.= f.!.W !.$ r : u+{+e /+$ x Z g B.v+P.[.z 6+s+v+&+^ ^ 6 k.y.. . W z Q.t.k+r z Z.J.u+= t.m g.g.z f.6+L.3 m w.6+c+W v.g+B.[.p.. W g.$ r ,.$ $ = ~.~.f+m !.z f+f+/+W g.z 6+~.W W /.~.p.!.W g.|+/+W g.W ~.V w.6+3 g+f.g.W {+w.t.u+;.;.f+t.~.e e.l+^.^ p+w.& f+i = V L.= g+$ !.e Z.e.0 d d.B B 2.` K 2.G.h+h+u F.S.6.X w y |.f A.0 {+z J.L.q = ,.r = = = = r = = g+V f+& W . . . W c+F m J.w.c+g.f.M.8 n.c ; o I.o 6.I.6.I.A 6.A A 6.6.; ; u ,+,+0+0.T.E+{.{.$+{.a+7.:.4+7.} Y V.5.F.F.S ; o A o 6.6.o A o N.6.o S A+A+A+A+A+Y Y A+9 u ,+s.(.6.x+X S.1 n+n+1 n+S.S #.S x+y x+x+X X X 6.x+F.(.o o o S A+A+A+A+S S C+o I.S.S.1 1 S.S.1 S.C+F.F.C+1 I.1 ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:352:"].].].c 2+c T.0.c c V.c c c V.V.c V.0.c ].].c R.0.:+3+3+3+m.D.4 4 =.=.;+y y y #.y #.y #.#.#.#.#.#.#.#.#.#.#.#.y y y =.=.=.4 l !+s.#.2+c T.0.T.0.| < p.j+g.W W z 6+++J.j+W d.0 C `.C y 9+W {+/+}./+6+t.U.U.3 Z.g.W {+t.p+@._+6+W W g.e $ r r {+. . W v.r t.= f+$ F ,.t.u+m f.d+^ p+V 6+^ J ^ _.+.d+#+=+j+. g./+F Q.Q t.g.{+,.Q f+Q V g.g.f.;.Q V b W !.6+V 6+g+;.B.3 W W g.!.$ Z.,.;.B+r $ Z.m f.c+W Z.f+w+F z c+6+f.g.W W {+{+!.W W /+/+e e e !.g.g.c+6+t.m {+!.W g.c+w+= ;.v I t.,.T v #+d+) /.j+V = = f+f+$ Z.f.$ $ >+' `.`.{.T.].#.` #.#.` ,+M u ,+%+X x+X A x+A M A.i+M.8+Q k+k+t.u+u+= = r r = = m p.b . W . . . W ~.f.f.= ,.H J.T i.N  +&.6.o I.o o o o o A 6.; ; ; ; S s.u 5.5.T.R.E+F+a+$+$+{.a+G :.:. +7.Y V.S u ; F.; ; 6.6.6.o A N.A / 6.C+S A+S A+A+A+A+A+9 F.(.(.(.(.%+s.(.(.x+x+X X w X u 9 9 u 9 2+s.%+X %+F.s.u (.6.I.o S S A+S S S o S.S.S.S.S.x+1 S.S.X S.S.C+C+C+1 I.I.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:353:"c c 2+c R.0.].c V.c c c c c c c c c V.c c c R.c c &.# . 3+m.m.4 4 =.=.=.y =.y y y #.#.#.#.y #.#.#.#.#.y #.y #.y y y ;+;+4 4 =.y s.2+T.c c T.c 0.! f O e+Z.{+{+w+1+) y.j+W C C #.`.B 0 o+b /.{+$ ,.t.c.w+& f.6+,.f.m Q ++@.@.f+z g.c+~.,.u+= p.. W . e f+= = q q k+u+u+F !.{+) v+^ l+k.v+v+v+3.3 p+P.r.y.!.g.~.$ $ m m c+c+J.f+6+f+L.F z ,.L.3 w+/.. !.6+]+=+j 3 V w+W W e F f.r L.Q f+$ Z.m f+f.z $ g+g+L.1+L.f.J.Q V w+6+V J.}./+v.F f.f.~.$ }.e W . p.6+J.$ ~./+!.g.c+6+q l+.+d+p+d+g ++p+U.& Z.g+= 1+u+f+!.e f.Q.M.d 0 z+E+,+].2+2+].2+#.u ` ,+,+s.M (.X A A 1 X (.G.0 >.8+T 8+) T t.i ++i k+= Q i f+b j+. . . . . W $ $ = B+k+8+z.v N l.c ; I.6.I.6.I.o o I.6.A x+A C+C+; u u u 2+q.7.F+'+{.'+$+a+G :.:.:.7. +7.V.V.F.| C+; 6.A 6.6.A o 6.6.1 6.o o S o S S A+A+A+9 s.(.%+x+h+(.9 2+s.s.x+(.s.,+A+7.7.} Y 7. +} 2+,+s.s.s.s.(.X x+o S S S S S S C+S.1 1 S.S.x+X x+X 1 X x+(.C+x+S.X S.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-354-"].c c ].].c ].].c ].].q.q.c V.c V.c ].0.c c c c z+| :+3+3+3+m.D.4 4 4 =.=.=.y y y y #.y #.y #.y #.y #.y #.y y y ;+=.=.=.4 =.l x+#.9 ].c c c R.| f & c.X.M.;.X.q ) _+L.H . >.E+$+E+R.K f o.O j+/.!.!.c+O . W Z.t.r Z.~.p.U.]+1+1+L.;.;.u+,.f+= H {+p.g+g+j i 1+q ++k+= = = = _+v+6 J J J [ 6 ^ *.T #+6 k.$ !.f.f./+e ~.g+t.6+c+z f+T L.r t.Q w.{+W W g.$ i V _ W z f+r f.,.t.;.f+3 w.w+{+p.p.z g.e ~.V f+[.q T c+W W $ t.V w.Z.f.f.,.f.Z.f.f.,. .!.W j+O !.g.e $ $ !.W ~.++_+l+_+z.q 3 w+w+3 ++u+1+f+w+z m g+z v.t.B+M.d.0 E+0+Y T.q.].].u 9 9 9 9 u u u s.x+6.A 6.w w %+<.z+$+x.-.E 7+]+I T T Q Q J.V j p.. . . . /.e+w.Q ;.k+T Q I N ~+q+ +; 1 I.6.A A A A A 1 A A A A A C+; F.9 ,+V.q.G 7.F+$+:.:.5+:.:.:.4+ + +7.A+V.u F.F.; A A 6.A A 1 6.N.A N.I.S.S.C+F.S #.A+{.#.2+u h+(.M s.A+A+].2+0+0+2+{.:.4+4+:.:.4+t 4+4+7.].].u u 2+s.9 9 S S S S S S C+S.1 X X 1 S.1 x+X X 1 S.x+C+x+C+S.S.",
##############################################
lazarus-2.0.10+dfsg/images/splash_logo.xpm-358-"0.].].].].].c q.c q.q.q.q.q.q.q.q.q.c c T.T.].0.0.c V.q.&.# 3+3+3+m.m.m.4 D.4 4 4 =.=.=.=.=.=.=.=.=.;+;+=.=.4 4 =.4 =.=.X #.2+].q.].R.q.q.V.f o+O b H Q Q ~./.W !.6++.w.d.h j.E+$+E.$+E.C 0 2.8.9+c+c+H Z.z z f.,.Q d J.Q q _+L.L.L.++++[.p.!.e t.l+v v+U r.U v+r.v+#+w.W g.c+i @._+t.z F T ^ +.]+^ J ^ E p.W W e f.= ;.i m ~.$ ,.w+c+Z.J.g+e+f.f+,.,.i [.3 6+> T U.V 3 m w.3 w+{+z {+c+/.c+W /+v.$ i U.) t.= 6+6+O W W O b w+f.f.$ !.g.W /+f.}./+!.W v.~.,.Z./+$ F {+Z.f.6+p.{+c+p.m g+g+w+m U.i f+,.= i T L.+.>.>.>.'+F+F+F+F+F+F+q.q.q.} Y q.A+q.9 2+u (.s.F.s.s.s.(.s.F.s.F.u | ; ; ; w w w A %+A w w G.2.h *+8.Z.}.8. .)+-.5+$+5.&.N.I.6.1 I.A 1 A A 1 6.X A X A x+(.F.u 0+q.Y Y ].2+].7.:.4+:.:.:.G 7.Y ].9 u F.; F.F.F.F.; o 6.6.6.I.A 1 1 1 1 1 S.S.S.S.y S.F.F.F.#.F.u 9 #.A+A+7.7.:.:.7.F+7. +4+4+4+l.2 2 l.4+4+4+4+k } R.E+'+a+G :.4+q.0+,+M X M F.S 9 A+S S x+S.1 I.1 I.S.1 6.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:359:"].c ].q.q.c q.c q.q.j.q.q.q.q.q.q.c ].0.2+].0.V.c 0.q.0.T.&.4 m.m.m.m.m.m.m.4 4 4 4 =.=.=.=.=.=.=.=.=.=.4 4 4 =.4 =.=.y s.#.].R.].c q.q.q.c ! < ! V Q k+q ;.Q J.f.w+> 7+i+`.E+7.$+{.$+a+F+E+`.K n { . z z e W c+~.J.$ e c+f+l+^.^ b.b.p+p+i I q q I .+^ ^ s J ^ 6 6 6 E H f.Q q .+z.= !.m @.6 J ^ B.t.^ ^ > W !.v.,.,.m V f+= Q f+{+g.z J.Z.g.g.~.g+= i 3 /.. z 3 c.O j+{+f+i 3 w.w.6+V w+Z.~.,.,.f.w+V w.m f+Q Z./.. W g.c+g.g.{+$ $ v.!.$ ,.m  .f.z 6+f.= m |+e }.$ $ f.w+g+3 f+w.{+!.c+{+m i 1+[.Q Q i J.M.X.7 >.j.$+F+7.a+F+F+} E+} } } 7.Y ].].; s.s.u s.s.u s.(.s.F.s.F.s.s.(.; ,+,+| &.&.A 6.1 6.N.w h+C C 0 >+>+j >.8 7 r+s.f N.6.1 1 I.1 A 1 1 X X X 1 X X 6.; F.s.0+9 A+Y 7.Y ].q.7.:.t t :.G 7.R.].2+V.u ; ; ; C+F.C+; 6.6.o I.o I.I.I.I.S.1 1 1 y 1 S.x+(.C+F.F.#.u s.,+u 2+q.7. + +:. +4+4+4+4+l.4+l.2 a t 4+4+<+l.t 4+:.t t t t t :.$+#.,+M (.s.F.F.9 9 (.S.w 1 X w 1 N.X 1 ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-360-"].].c R.c R.q.c c q.c q.c c q.q.q.q.c ].0.].].0.V.c 5.c T.R.h+=.D.m.m.D.m.4 m.D.4 D.4 =.=.=.=.=.=.=.4 4 4 =.4 =.=.;+X M ].#.].R.R.].q.Y c r+c.& p.p.{+f.L.@.+.=+Z.c+{+' 0 $+E+R.'+E.$+$+'+'+j.0 f 8.b W {+g.e W $ J.}.g.{+Q l+^.s+v+B.p+i z.z.I k+u+++v+v+s++ s+s+v+6 &+k.d+^ z._+Z z.k+l+.+s+J v+M.Z.T v+i.g.!.$ F F Z.w+$ = = r !.W /+6+!.W W e m f+g+w.W g.W b !.W . c+w.V b /.c+p.6+Z.~.$ Q.$ F /.O . W /+F m g.W W !./+$ z ~.$  .$ }.6+p.z {+W /+v.f.$ r r r F /+e g./+f.6+g+m {+z ~.f+= u+= = Z.f+H y.M.b+7 $+E+'+F+F+a+a+7.F+E+F+F+7.Y ].2+2+&.s.s.9 9 u (.s.s.,+u 0+u u 9 u s.,+u u ; A R X N.1 I.X w M `.`.0 >.x.-+a+R.M A 6.N.6.1 1 I.1 A 6.A R X X X X X X (.F.s.9 2+A+Y  + +Y q.Y 7.:.t :.7.{.5.,+| 9 u F.; C+C+C+C+6.6.A 6.I.o S.I.I.I.1 1 1 1 n+1 y 1 S.x+x+C+C+(.x+(.s.0+].Y 7. +7. +:.4+l.l.4+2 l.a 4+4+t <+l.a l.<+<+2 2 m+a l.4+a+z+` ` 0+<.h+(.9 A+(.x+X 1 S.X S.1 X 6.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:361:"0.c ].].].q.c q.q.q.q.q.q.q.j.q.q.c q.2+].].].].c c R.0+R.T.` 2.|.4 D.D.m.D.4 m.m.m.4 4 4 =.4 4 4 =.4 4 4 4 =.=.;+x+#.#.2+].].R.C c c Y q.r+*+& W g.W ~.f+++p+=+Z.O W 8.r+'+} a+{.7.'+$+F+a+h {.K y 8.9+g.}.z Z.6+e+c+W !.t.l+, P.+ 3 c+c+f+@.l+l+g ^ v+#+g+m Q @.v+P.P.&+J ^.k+= Z .+^.^.v B.^ s+J.~.Q 6 k.p.g.f.F ~.{+{+F Q.$ r ~.!.{+f./+W W g.6+i = w.W W W !.g.g.W g.m 3 p.W W !.Z.~.Z.r r r m z . . W c+$ ,.~.W W e r d }.e !.e e ~.Z.c+W W . e f.Q.,.,.,.r $ v.e e {+w+i 1+Q f+L.L.;.;.i = $ ~.Z.> )+b+h $+j.j.j.F+G G :. +G } } F+} } ].u | w %+s.u u 0+s.,+,+9 0+u 9 9 9 2+9 9 2+9 ,+s.6.A 1 X I.I.6.; y M <.` ` 0+,+w A 6.A 1 I.1 I.1 1 I.X X 6.R 1 X X w x+x+(.S u 9 A+A+7.7.7.R.T.T.7.4+4+ +} 5.,+; s.; F.C+A 6.o ; I.6.I.I.I.I.I.I.I.I.1 1 1 1 1 1 I.y S.(.C+(.x+x+(.%+%+; ,+A+7.7.7. + +4+4+4+ +4+4+a l.t 4+l.a a a <+N 9.9.9.m+N O.5+C C '+F+R.| M s.].A+u (.%+X 6.6.x+S.6.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-362-"].].].q.c q.q.R.c q.q.q.j.c c q.q.c q.c c ].].].c ].c q.].R.T.].#.f =.4 D.4 4 4 4 4 4 4 =.4 4 =.4 =.=.=.=.=.=.n+y 2+A+T.T.].T.R.C R.q.} ).r+c.w+g.W g.z {+H Q +.X.c+{ 8.r+C F+} $+'+F+'+F+F+h h C 0 8.8.p.c+~.z f.~.g.g.e f+z.s+v+#+1+f+,.) @.++=+]+#+, B.Z./.~.;.#+P.P.^ ^ s+z.l+s+@..+^ z.Q #+s d+6+I U #+y.!.Z.F z v.!.e |+F ,.,.$ $ ,.~.W g.g.$ f+f+3 {+W !.c+!.e W z ,.J.{+W . W !.!.c+,.u+= r $ !.W W !.$ t.f+6+p.!.z f.!.W W . W !.z W . g.g./+$ $ F F F $ = m $ ,.f+u+L.Q u+u+u+i u+= m ,.J.H d >.b+-.G F+} '+'+G F+G 5+G G F+} } E+q.0.,+| ,+,+,+u u u u 0+u 0+0+u 0+9 u 9 9 9 2+9 u s.; A A A w X 6.I.x+x+x+x+x+X X N.X 1 6.I.1 1 o 1 I.X 1 X X X 1 1 X X X x+(.F.u 2+A+A+A+A+Y ].2+0.{.:.7.7.} 2+9 ,+F.; 6.6.A A 6.o 6.1 1 1 1 1 1 1 1 I.1 1 1 1 S.I.S.S.S.x+x+(.x+x+x+x+h+s.0+2+A+Y Y Y 7. + +4+4+4+4+l.l.a t l.a 9.m+2 9.9.q+9.9.m+N O.- t <+<+4+'+B | } } q.2+9 (.%+x+x+%+x+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:363:"V.].].].c c c q.q.j.c q.q.q.j.q.q.q.].].c c ].V.].c ].].R.].R.R.].M G.< =.4 4 4 4 4 4 4 4 =.4 =.4 =.=.=.=.y y ,+T.` ].R.].].{.R.C d.c c z+' > J.f.c+Z.g.W /.c+j u.' *+n C $+'+'+'+'+'+F+a+h a+a+a+{.0 y 9+c+/.c+p.{+g.g.z 6+L.++p+#+, b..+s+@.3 O {+w.@.l+]+,.T #+v+k.3.g+U.d+, v+s+g p+.+^ g 6 &+..U v l+#+J.{+z $ F v.e e e v.$ ,.,.r t.6+c+c+{+w+,.f+3 f+~.z F 6+$ ~.$ f.,.{+W g.!.g.W /.m r r r m $ !.{+Z.t.Q L.V & W W c+c+. . W W !.}.e e !.!.F ,.$ |+v.F $ m r i = 1+++u+= u+i = = f+Z.!.{+ .-+i+E.5+G F+F+'+F+G G k k k :.:.F+F+F+} j.0.5.,+].V.u | s.,+0+9 0+9 0+0+0+0+2+2+2+u s.u S F.(.w X %+x+X x+6.S.1 C+S.S.n+S.1 S.1 I.I.1 I.S.1 1 6.X 1 X X X X S.X X x+x+(.F.9 9 u u A+2+0+| s.T.7.].].q.V.V.9 | F.; 6.1 1 A I.I.I.1 N.1 1 1 1 I.I.I.I.1 1 1 S.S.S.S.S.x+C+(.(.x+(.(.s.9 2+].2+2+A+A+ + + +4+4+4+4+l.t t <+a m+9.m+m+q+q+q+9.9.m+'.O.<+a a l.G z+` F+7.} Y 2+(.x+; (.; x+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-364-"].].c q.q.q.q.c q.q.q.q.c q.c q.c q.c R.c c c c c ].c ].].q.].R.R.].].` y f =.=.=.4 =.=.=.=.=.=.=.y ;+y S.F.#.A+].].].c c T.].R.R.R.E+j.).! c.[.Q t.t.z W W W w+M.M.d.d.C a+a+'+a+7.h h h a+a+a+:.'+{.n 8.3+W j+z p.!.!.!.c+$ Z.m i @.]+++B.p+U./.g.{+;.^.s+^ s+J P._.& j+z 1+#+^ B.T J.q s+P.6 J &+6 #+J._+k+F {+$ ,.|+g.e g.!.~.$ m f+r r Z.~.,.,.,.r V w.f.f+f.r f+$ |+$ f.$ !./+z !.W !.w.f+f+$ $ r ,.H Z.f.f.6+w./.W g.{+$ c+W g.c+}.}.{+}.|+|+F $ $ Q.r r r r = x u+x 1+u+1+: ++++u+= 6+e+H ' -+-+G+ +G G 5+G 5+b+ +k k :.k 5+5+G F+j.} C c q.q.R.].9 u 0+,+0+<.,+,+0+9 0+2+0+F.F.(.; F.u F.C+(.x+x+x+6.S.I.I.I.I.I.S.X X 1 1 I.I.I.I.I.S.1 6.S.S.1 1 1 1 X x+X X X (.S 9 u u u u u 0+s.,+0+T.0+0+V.0+9 u u C+6.A 1 N.1 A N.N.1 1 1 I.1 I.I.I.I.I.1 1 1 I.S.X S.S.S.x+x+(.x+(.(.,+,+0+2+A+2+A+A+7. +4+4+4+4+4+4+4+- 4+O.'.'.N m+9.U 9.9.m+m+m+m+m+m+a a 4+a+E+F+F+:. +7.2+,+u x+s.; ",
##############################################
lazarus-2.0.10+dfsg/images/splash_logo.xpm-372-"0.0.0.c c T.c c z+c C R.R.R.R.`.R.`.E+E+C E+E+C C R.E+R.j.R.E+R.E+R.j.E+j.R.E+j.q.j.E+E+} q.R.c c j.q.q.q.c c q.c c c q.c c c c q.(+! ! J..+.+s+d+Z.W W W !.Q M.-+h h h h '+F+F+F+'+'+h $+a+a+h a+G G G k G G :.x.-.5+8 i...v+v E p+z.^.v+v+g U.c.f++ , s+v+P.v+P.v+v+v+..6 ^ E B.3.++) ]++ 6 &+3.{+g+g B.Z.g./+v.~ v.v.v.e e e e v.e |+{+Z.!.W W W W W W e v.v.|+v.~.g.W . . . . . W W /.g.W ~.e+b j+. W O W W g.!.{+!.W W . j+O W W g.g./+e !./+~.w.w+j 0 >.>.j.j.E+} F+} } } } q.j.q.c } E+} F+'+F+E+q.q.q.q.} q.} } '+'+a+:.:.- :.:.4+O.O.8+8+>.d j -+a+F+G a+h '+7.:.k 4+t t t 4+4+7.].5.| | M w %+%+%+h+(.x+(.(.x+(.x+; (.x+x+A 6.6.o 6.A o o 6.A 6.1 1 I.6.6.S.S.S.6.I.S.S.C+C+S F.F.x+S.S.F.S F.C+x+6.6.F.S C+S S S S S C+S.1 1 y n+I.1 n+1 1 I.1 1 I.1 I.S.o S.S.S.S.6.F.C+(.F.F.u F.F.(.F.F.9 u 9 A+A+Y Y q.{.7.:.:.:.:.4+t t t <+O.l.'.N N m+9.N m+9.9.2 2 a l.l.t t 4+4+ +F+} ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:373:"5.5.V.T.0.T.0.T.].T.].c c T.T.`.`.R.C R.E+C R.R.C E+E+E+R.E+q.E+j.j.j.j.E+'+E+E+j.E+j.q.j.j.j.c c j.q.j.q.Y q.A+j.q.c c q.c c c V.(+| b V T p+g v 6+e W e e >+-+-+E.$+'+'+F+F+F+F+F+a+h a+a+G+a+G 5+G G G G 4+:.G d.i++.d+r.6 J E 3 w+u+g g [.b /.g.F _+b., v+=+*.=++ ^ v+&+&+&+B.w.{+g.{+D J v+y.b U.U.c./.v.F [+v.|+* * v.e ~ e /+e ~.F F /+e g.e e e e e v.|+$ * }.z W g.W W g.g.!.!.z Z.e W !.W . . j+~.g.W W e f.f.W W . . . . W W e {+p.c+!.g.~.c.>+i+`.j.c q.q.j.} } F+F+} } } } F+F+7.F+F+F+} } q.q.E+q.E+E+q.{.} } {.a+a+:.4+4+:.4+:.- 8+ .* Q.d M.-.:.:.a+a+ +4+4+4+4+l.t 4+4+ +7.R.z+0.,+&.y %+%+M h+(.(.(.(.(.; x+(.(.C+C+6.6.6.6.C+o A I.I.6.1 6.6.I.S.6.I.6.1 I.S.S.S.x+C+F.F.S.X x+C+F.S (.C+C+C+6.x+o S C+S C+C+S.S.I.1 1 I.1 1 1 n+I.1 I.I.I.I.I.I.S.I.6.S.C+F.C+F.S F.S 9 9 9 F.s.s.F.u ,+2+A+q.].].q.} 7.7.:.4+4+:.4+t O.l.'.'.l.N m+m+m+m+2 2 m+a 2 a l.l.t 4+4+x.F+} ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-374-"0.B 0+0.0.0.0.0.z+T.z+T.`.`.].`.T.`.`.R.R.C E+R.C C R.R.R.j.q.R.j.E+E+E+E+'+'+} } } } } } } j.j.c j.q.q.q.j.j.} c j.} c } j.q.j.c ! c.. c+~.m @.#+p+d e+~.p.J.-+h $+E.h h $+'+'+h F+a+G a+G 5+G a+G G+5+5+G k } j.! H j Q d+^ v+3._ e f.Z , #+w./.!.$ = b., #+w.{+c+w+d+v+&+P.&+B.e+W z g+#+s r.D w.c._ O . z $ $ F $ f.H  .8.z !.!.e v.}.~./+e e e v.v./+!.!./+~.~.f.z b W W g./+z {+8.f.f+/+W W W . . c+H $ e !.~.Q Q ~.. . . . . W W W e !.g.!.W {+>+r+j.0.R.c c q.c } q.} q.} } G  +G  +F+ +F+F+} j.j.} } } Y R.R.R.R.{.E+{.a+:.:.:.:.:.:.:.8+ .K.}+}+B+8+-.:.:.5+:.:.4+t l.4+l.4+t 4+4+7.R.R.0+M h+h+h+(.h+M h+x+X %+(.(.(.; ; x+6.C+C+6.6.C+o 6.6.o A 1 6.I.I.6.6.6.6.I.6.6.1 S.C+F.F.S.S.S.S.C+F.C+(.(.F.C+C+C+C+C+C+C+C+S.S.I.I.I.y 1 I.I.I.I.I.1 n+I.I.I.1 I.I.I.S.C+(.S F.u 9 9 A+9 S (.(.s.s.u s.,+0+].q.q.Y 7.7.7.:.7.:.a+a+4+t t <+<+<+l.l.l.l.m+m+a 2 2 2 a a l.<+t t :.F+} ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:375:"` 5.0.V.V.0.0.0+c z+T.z+T.T.z+R.z+R.R.`.`.C R.E+E+R.R.j.q.R.j.E+E+j.E+'+'+'+'+'+} } j.j.j.q.j.q.j.q.j.j.Y j.q.q.j.} j.} j.j.} j.V.! { . W e {+;.@.#+z.I B+J.).d.E.'+'+'+'+'+h h a+a+a+a+G G G G 5+G+5+-+ +b+ + +r+).e+!.Q s+6 v+X././+F ++.+v+B.@.q Z l+.+b.d+w+W g.c+w.+ P.P.6 E Z.{+f+d+^ J s s E < j+. W !.e $ * J.J.' ' n 8.8.* e+Z.f.,.$ v.~ v.}.|+}.* Z. . .>+ .>+8.p.!./+8.e+ .> J.M.Z.!.g.W . W c+J.= f.6+J.T T t.b . . . . g.g.W g.W g.z 8.e+! j.c Y ].c c c c V.c c q.} }  + + +G 7.F+F+F+} } } } 7.7.} E+R.0.0.0.].E+{.a+:.:.a+:.4+- 0 |+K.}+5 }+d 8+- 4+k k 4+4+4+4+t 4+l.l.l.4+7.R.T.T.<.` ,+M M M (.(.M %+%+X ; (.x+; 6.6.; ; C+; 6.6.6.o 6.o I.A I.6.6.I.I.I.6.I.X S.X x+C+F.C+S.S.S.S.S.C+C+C+C+x+C+(.C+C+C+C+C+C+S.S.I.I.I.I.1 1 n+I.I.I.I.I.I.I.I.I.1 1 6.S.F.C+F.S S A+9 A+9 F.(.x+(.(.s.s.u 9 ].q.q.Y 7.7.7.{.a+a+{.:.:.t t t t <+'.t <+<+a '.a m+9.2 a a <+t t :.h R.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-376-"B ` B 0.V.5.T.0.c T.0.0.z+z+z+`.z+#.C R.R.`.R.C E+E+j.C R.R.q.E+j.E+E+} '+F+'+'+'+'+} } $+} j.} j.} j.q.j.q.j.j.q.} c j.c q.q.).( ( 9+g.e F m ;.#+s+v d+M.H ' i+E.'+h E.h $+E.h E.a+a+a+a+7.G G 7.a+x.5+- l.3.n.E g+6+t.v v+P.J ^ = F Q.: ^.b.^ #+^ + , #+v+s+q f.F 6+q , P.&+&+[ B.q v ^.J J J r.i._ . . . g.e /+* J.0 0 B r+A.*+>+>+ .J.e.J.,.6+ .$ 8.f.>+' ' ' r+r+' ' n *+ .>+>+> j j 7+f+Z.Z.c+W g.!.6+i i i ++) q X.w+. W W W c+e e W e !.8.>+0 C R.].q.V.].V.c c c c c c } } F+ +7. +F+ +F+F+F+} } } } F+Y R.].T.B T.z+R.$+'+7.7.-+5+4+x. .~ ~ 1.5 5 }+B+M.- t t 4+4+4+4+l.l.t t 4+7.E+].0.].R.].#.s.M M M s.u s.%+X ; (.(.; ; x+6.6.C+C+6.o 6.o 6.6.I.1 6.I.C+6.A I.6.I.I.I.1 S.S.C+C+C+C+S.S.x+F.C+C+C+x+C+C+C+C+o o o o S.S.S.I.I.y 1 I.I.I.I.1 I.n+I.1 I.I.6.I.I.6.S.x+F.S 9 A+9 S 9 F.(.x+(.(.(.(.,+u 2+q.q.].q.q.E+7.7.'+a+a+:.:.- :.- 4+t :.4+t <+<+a a m+2 m+a a l.<+4+a+E+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:377:"5.0.5.` 0.0.0.5.0.T.z+0.B 0.T.T.`.`.].T.`.R.C R.C C R.q.j.j.E+E+E+$+} $+'+'+'+'+'+'+'+$+} j.} j.} j.} j.} j.} j.} j.j.j.q.j.} V.7 3.J.f+B+I z..+v+v+v l+I M.i+h F+'+'+'+$+$+a+E.a+h a+a+F+G 7. +G G -.8 n.~+q+~+6 ^ s+^.v+v+P.P.s+z._+x : _+g P.^ + + + g v+v+#+^ .+@.+ , P.v+P.J k.I T p+, &+J k.5.. . . W e e !. .d.C E+R.E+z+d.r+d.0 d.0 0 d t.J.c.>+' 0 C d.j.E.C `.`.B ! K 0 0 d.>.y.7+y.y.J.~.W W W ~.f+1+U.V w.J.f+z W c+c+Z.Z.{+e W g./+e+>+i+$+].c A+V.c c 0.c c q.} } } } :. + + + +G  +G  +F+F+F+7.7.E+R.].T.T.0.#.`.{.$+{.7.a+-+-.i+}.~ K.Q.5 5 L }+B+8+O.4+4+4+4+4+4+t t t :.a+} E+R.{.7.{.T.` M #.2+#.].2+,+; ; ; S F.; ; ; ; ; 6.6.A 6.6.o 6.o 1 6.6.6.I.6.6.I.6.X S.X 1 1 S.C+F.C+S.S.o C+C+C+C+C+C+C+C+C+C+C+C+S.S.I.y I.I.I.I.I.n+1 I.I.I.I.1 I.I.X I.1 1 S.x+S.C+S S S A+9 9 S C+x+x+(.(.(.F.9 ].A+].A+2+].].].R.{.{.a+a+a+:.:.:.- :.-+:.4+t t <+'.l.m+m+2 '.a a <+k F+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:378:"5.0.0.5.5.0.0.T.0.0.0.0.0.B z+0.T.z+`.T.`.`.`.R.R.C j.j.R.E+} } E+E+} } '+'+h '+F+'+'+$+'+'+'+'+F+j.} j.'+j.'+j.'+'+} j.'+} j.).y.*.[.I .+.+^.^ v+^ ^ v N M.i+h G '+'+'+h a+a+E.a+a+a+G a+F+G  +5+7 7 n._.v+P.v+P.P.v+^ + @.#++ @.p+H.u+$ m ++3.U.& m w+q b.b., v+g q g+g++ v+v++ X.{+Z.[.^ 6 P.k _ . . W g.e v. .>+0 E.F+R.R.R.c c `.0 C i+>.>.>.d.0 ).z+C $+j.'+G F+h j.C C r+0.`.j.'+7 M.g+Q Q Z.e e g.~.m g+f+z /.c+f.!./+~.F ,.,.6+w+}.c+. { n $+q.q.].q.c c c c c c q.} } F+7. + +G  +7.G F+F+ +F+ +F+7. +7.E+R.R.T.].T.T.R.$+{.h a+-+-+ .v.~ ~ % }+5 5 5 e.B+- - 4+t - - :.4+4+4+:.h } '+F+F+G } T.T.` T.q.Y ].2+s.h+x+; (.F.; C+; C+; C+6.A 6.6.o A I.1 o I.6.I.6.6.I.I.1 S.I.1 1 1 S.C+o I.I.S.C+C+S.S.S.C+C+o o S.S.C+C+S.o I.I.I.I.I.I.1 I.I.1 I.I.1 1 I.S.I.X I.6.S.x+C+S S S S S S F.(.C+F.F.F.(.s.9 A+A+].].].A+].q.} } '+:.:.:.:.- 4+:.:.- - t <+4+4+- t O.'.m+N m+2 l.<+4+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-379-"B ` 0+B 0.0+V.0.T.0.0.0.B 0.0.0.T.T.T.`.`.T.C T.C R.R.j.E+E+E+E+} } E+'+F+F+F+F+F+F+'+'+'+} 7 } b+'+'+h $+h '+'+7 '+j.j.7 } j.r+*.w.= _+l+z.@.1+q B.d+I 7+- h F+G G G a+a+a+a+G a+G G G G 5+G b+j.r+*.+ [ ^ P.#++ + + ++p+U.) U.6+f.: z.Z : B.U.j+W /.!.m @..+.+.+p+3 j+b 3 #+^ ++p.g.m =+P.6 + f . W W e e z * d i+E.E+].Y } E+} E+} R.C C $+$+h j.} d.c } '+F+7.'+} } $+'+'+z+c q.q.d.b+X.3 f+J.~./+v.v.F Z.F p.!.W g.z e |+$ $ f+f+f+V > c+W p.E.j.Y c q.c q.q.q.c q.q.j.q.q.} q.F+F+7.G F+7. + + + +F+ + +7.7.7.} } R.T.T.T.R.E+C {.>.>.d }.v.~ ~ @+}+5 5 5 1.e.B+-.- 4+t t :.:.4+:.'+$+'+a+G F+7.{.R.R.].R.7.Y q.2+s.%+%+%+; ; 6.; ; ; ; A ; 6.6.o 6.o I.A I.6.o 6.o S.6.S.S.1 S.1 1 I.I.S.o I.I.I.o S.o o I.I.C+C+S.o C+C+S.S.S.I.y 1 I.y I.n+I.1 I.I.I.1 I.1 1 1 I.X S.x+S.C+o S S S S S F.F.(.C+u s.S 9 9 A+Y A+A+A+A+Y q.} } 7.:.:.:.a+:.4+:.a+:.4+t t O.:.a+:.t t '.a m+m+2 <+t ",
##############################################
lazarus-2.0.10+dfsg/images/splash_logo.xpm-382-"` ` 0+<.0+V.V.5.V.0.V.5.0.0.z+z+0.T.z+z+T.z+`.`.C R.c C j.'+F+'+'+F+'+'+h h h G h F+h h F+h G F+F+G h a+G h G b+F+:.h h h )+).j ) q J.F t.I d+D b j+9+*+E.a+G :.G G G 5+a+:.:.5+b+'+b+8 J v+6 #+J.Z.$ = p+1+m W g.e ~.u+l+, v+B.c.j+j+$ ++: 1+@.@._+L.f+Z.w+p.{+f.r = = 6+{+O & w.& 9+_ _ O _ j+c+!.c+z c+6+i+i+>.$+E+q.q.} Y E+E+q.R.R.R.R.R.j.} j.j.j.j.E+E+} } } } } E+{.C E+R.c F+} '+).> b . W !.6+r 1+k+L.++q q g+w+!.~.,.r i 1+g+1+t.*+ .0 $+'+} E+} $+} F+ + + +:. + +G 7.7.F+} F+} F+F+G  +G  +G :.:.:. +F+7.q.].,+T.].].].Y $+0  .}.~ ~ ~ ~ @ @+5 5 5 5 5 5 C.C.8+4+4+4+4+4+a+{.R.T.{.'+'+F+7.F+F+} '+} 7.7.7.].q.].2+A+].u s.; ; 6.; A A A A 6.A 1 1 1 I.o I.I.I.1 S.X 1 1 1 1 1 1 1 1 I.o S.C+o S.S.I.I.S.S.S.S.S.S.I.I.S.S.I.I.I.I.I.I.I.I.I.I.1 1 1 X 1 I.1 1 S.S.C+S o S o S o o C+S.S.C+C+x+F.F.S 9 A+A+A+7.Y 7.7. +7.A+{.].].0+T.a+7.a+7.a+:.:.:.t t 4+a+-+:.'.<+4+4+:.G ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:383:"0+0+0+0+5.0+0+0.0+V.0.0.0.0.T.c T.z+c T.z+T.`.R.C `.`.C j.$+'+'+F+'+'+h F+F+G F+G G F+h h G F+7 G h G G G+G G G k G a+5+7 r+& {+[.l+^.I l+_.6 k.! ! K 0 j.h G G G :.5+a+4+5+h  +8 b+y._.^ #+d+@._+: _+Z l+++J.e /+f.h..+^.p+q *.w+W W z g+p+@.p+_+q T i c+W g.W e F = Z.!.W . . j+O . . . . . W !.!.{+g./.{ >+i+{.$+E+} } Y E+q.q.R.R.R.c R.E+R.E+E+E+R.q.q.q.q.q.q.q.q.E+E+E+C R.R.].c V.r+w+b W W g.m f+@.) 1+]+p+]+V Z.g.~.m m i 1+g+J.t.T M.d.h F+F+} E+} '+F+G G  +7.G 7.G  +F+7.F+F+F+7.7.:.G G F+F+ +:.:.7.7.Y ].T.2+0+2+2+A+Y R.*+}.|+~ ~ e ~ K.1.5 5 5 5 L 5 5 e.B+- 4+t 4+:.G } T.`.T.} } } '+F+'+7.7.F+7.7.} 7.Y Y A+Y Y A+V.; &.; ; 6.A 6.A 1 A 6.1 I.I.1 I.I.1 S.1 1 I.1 I.I.I.1 I.1 I.I.o I.I.I.I.S.S.I.6.6.S.6.S.X S.S.S.S.S.I.y I.I.1 y I.1 1 1 1 1 X 1 1 1 I.I.C+o C+o o S C+S S C+S.S.S.S.S.x+(.F.S A+A+A+A+A+A+7.Y q.].{.].` #.7.{.'+{.'+{.:.:.4+t - a+a+:.t 4+:.x.:.G ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:384:",+<.<.<.<.0+0+0+0+V.0+0+T.0.T.T.c T.z+T.z+].`.R.E+C R.`.E+$+'+$+'+'+F+'+h '+h h h h h F+h h G G  +h h G h h G G F+G a+5+).e+_ J.T v v+s ....&+&+~+7+K '+F+:.k G x.a+x.4+-.5+b+8 s B.& V + g i ,.u+.+^..+#+.+#+v .+^..+z.q q q 6+j+. W g.z g+i ++1+q L.Q ~.g.W !.z f.= {+g.g.O W . . . . . . W W /+/+W W /.8.K `.E+E+q.q.} } } q.q.q.].].c c R.c } q.q.j.q.R.R.].q.A+q.q.q.R.E+R.q.q.].c | f _ 9+b W W {+3 w.O j+b U.y.w.O j+Z.g+g+g+V p.6+L.N M.>.C E+} j.R.q.R.} '+a+G '+F+F+G G 7.F+F+F+F+G F+ +:.7.F+F+F+ +:. +F+} ].].2+V.V.].].Y c  .v.~ ~ ~ ~ ~ ~ % 5 5 5 5 5 5 L }+C.B+- -.:.-.x.F+E+R.E+} } } } F+F+a+F+7.7.} } 7. + + +A+} 7.A+2+; ; ; 6.A 6.1 I.1 A 1 I.I.I.1 I.I.1 S.1 S.1 I.I.I.I.I.I.I.I.S.I.I.S.I.S.S.S.6.6.X 6.S.S.S.S.S.S.S.o I.I.S.I.I.1 I.I.X S.1 X X 1 n+1 I.S.S.o o o S o S S C+S.S.S.6.S.x+x+x+C+F.S 9 S 9 #.2+A+7.7.7.#.,+T.7.{.R.R.{.'+a+:.:.4+4+:.:.:.4+4+:.:.:.G ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-385-"0+0+0+0+0+,+0+0+0+V.T.T.5.].0.T.T.T.].z+].T.C R.C E+C R.j.E+$+E+'+'+'+'+'+F+'+F+G G h h F+G h h h G G h G 5+G G 5+5+x.E.' e+/.e+,.;..+v+6 J ....k.m+- k k  +G 5+G :.:.5+-.G+7 + k.d+g+p.l+g : $ }+p .+g ^ ^ #+s+s+6 , d+@.l+_+Q Z.!.e e ~.m p.Z.$ u+= ,.w+p.}.e+6+6+Z.g.W j+W W . . . . . . j+/.z e W W W { K $+E+Y q.} Y } } q.q.q.].2+].].c c c R.c R.R.].].q.c c q.Y Y } q.q.c V.q.c c f _ j+c+!.{+m Q {+. W c+3 V O . W {+Z.f+w.z c+F M.v '.h j.E+c z+z+z+R.R.E+7.'+F+'+F+F+a+ + + +G  +G  +:.:.G F+F+F+ + + +F+Y Y q.].T.,+c q.Y K }.~ ~ ~ ~ ~ ~ ~ @+}+5 5 5 5 5 5 L 1.d h.-+:.x.:.a+F+} Y 7.F+7.F+7.7.7.F+G } Y A+q.Y 7.Y Y 7.7.7.].u x+%+6.A X A A A 1 1 I.I.I.I.I.I.I.1 1 I.I.I.I.I.I.I.I.S.S.I.S.C+C+C+C+x+S.X X 6.x+x+x+S.S.S.S.I.I.I.I.I.o I.I.I.y 1 1 S.S.S.X 1 1 y I.S.o o o o S S S S C+S.S.S.x+C+(.(.x+F.F.S S F.u u #.A+Y q.T.<.T.R.T.T.R.} '+7.a+:.:.:.:.a+a+:.:.G a+G F+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:386:",+,+,+0+0+0+0+0+0+V.2+V.0+V.0.].c T.z+T.R.T.C R.C E+E+C R.j.E+j.j.$+h $+E.h h '+h F+F+h h G F+G G G G G G G G  +:. +G ).*+b W e z ,.p+v+r.J ^+J q+m+k G  +k 5+5+:.:.-.x.b+b+7+#+^ , Z _+Z H.z.x k+l+^.v+, d+[.= d+^ P.^ g @.@._+1+J.f.}.,.J.z !.g.~.~.f.H ' j *+p.{+O /.!.W W W W j+. /.. g.g.z }.z e W 8.e+z+`.C Y } q.} } } E+q.Y q.R.c T.c T.0.c R.].q.R.R.R.R.c R.q.Y Y } Y } Y c c c *+9+W W ~.f+= f+z W g.g.H V j+. W /.b w+Z.W W !.Q r.<+j.V.c 0.z+B 0.0.R.C E+E+'+$+'+7.'+a+G F+F+F+G  +:. +7.7.G F+F+} F+} } } Y q.].9 T.E+C  .v.|+~ ~ ~ ~ ~ ~ P @+5 5 5 5 L 5 L 1.Q.e.B+-+:.G a+7.7.7.} 7. +7.G  +7.F+F+E+R.].V.2+].A+7.Y Y A+2+s.; A 6.6.6.X 1 X I.1 I.I.I.1 I.1 I.1 I.y 1 1 1 I.I.I.I.I.I.S.C+F.S F.C+x+S.6.X X %+x+x+S.S.S.C+S.I.S.S.S.S.S.I.I.I.S.I.S.S.S.S.S.I.I.I.I.o o o o S o S S o C+C+C+x+x+x+x+x+s.u #.s.s.#.u #.,+,+u #.0+<.M ` 0.R.7.:.:.:.{.{.7.:.:.7.7.:. +q.E+$+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:387:",+,+0+,+0+,+0+0+,+V.V.V.0.V.].0.0.T.c ].`.R.C C E+E+C C c C j.R.$+$+$+'+'+'+'+a+a+h h '+h h G h h F+G G+G G a+G 5+5+7 7 M.e+!.g./+$ ,.1++ 6 ..r._.n.k k 4+4+-.- x.4+5+G -.D ]+#+, , , b., b.z.= ;.l+s+P.+ V z b f+d+v+g ]+++1+_+I L.6+* ,.J.M.d J.B+J.0 J.>.-+8.W . O j+g.. W . c+z c+z z p.f.w+Z.}.e+>+ .>+z+C c q.q.} } E+E+} q.R.q.q.].].T.T.c c c q.R.q.R.R.C j.q.R.q.q.Y q.Y Y ].R.`.A.{ W c+f.= i Q $ z !.~.r J.g.. . W z 6+6+e g.z 8+J O.c ,+c T.`.#.T.R.T.R.R.R.R.E+{.E+'+} } '+{.} F+F+F+G G F+7.F+E+R.E+q.Y 7.Y A+].T.].`.K }.|+~ ~ ~ ~ ~ e ~ ~ Y.5 5 5 5 L L 5 L 1.Q.e.>.>.$+F+}  +F+7. + + +7.G F+'+} q.].0+5.5.V.V.Y A+].2+0+s.%+%+%+%+A X X X 1 1 I.I.o I.I.1 I.I.1 I.1 n+n+1 1 I.S.1 1 1 C+C+C+C+1 6.X A 6.x+x+(.C+C+S.S.S.S.o S.o o I.S.S.S.1 1 y I.I.S.S.S.I.I.I.S.o S o o o o o o C+F.C+F.F.C+(.x+x+F.F.u F.s.s.,+u M w y h+<.,+h+` 0.F+:.:.:.:.:. +:. +7.F+:.:.:.T.z+R.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-388-"<.,+0+| ,+0+,+V.<.2+T.V.V.V.2+].0.T.z+].T.R.R.{.C E+E+C C c C c $+} '+'+'+'+'+'+F+h h F+h h G G G F+G G G :.G G 5+5+b+u.T T B+$ ,.,.z {+)+r.[ ~+'.t -.k k k :.:.:.k 5+-.b+( T d+v+^ #+B.b., : F f.T r.J 6 + g+m Q g s+U.w+b r _+I 6+c+/.p.d 7+>.i+i+i+>.-+i+! { . W j+W . g.. W g.!.c+z $ 6+H f.Z.{+d n K r+C ].c q.q.q.q.q.R.q.].c R.q.].].q.R.q.7.R.Y q.q.q.} R.E+q.q.Y Y Y } } q.R.R.E+C K & p.f.f+m g+Q = r t.T f.. W g.g.$ Q J.6+c+6+I i.t `.0.V.0.`.C R.T.T.`.T.R.].R.q.R.R.E+E+} E+R.E+'+'+7.7.7.7.F+q.c E+} Y Y ].].A+0.5.z+ .|+~ ~ ~ ~ ~ ~ ~ ~ ~ Y.5 5 5 5 L 5 L L L 1.@+e.0 C } } F+ +5+G :.4+ +:.a+E.E+R.].V.V.V.c c E+Y ,+,+V.,+M w X %+X 6.N.1 I.I.I.n+I.I.I.I.1 1 1 y 1 y 1 S.S.S.S.x+C+S.S.S.x+x+X 6.x+X %+x+x+x+(.F.C+S.o S.o S.S.C+S.S.S.I.I.I.I.1 I.y 1 y I.I.y I.I.o o o o o o o S.S.C+C+C+F.x+(.x+h+F.s.F.s.M M u #.(.%+%+M ` <.` R.q.7.7.:. +:. +:.7.} } 7.7.F+E+R.R.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:389:",+,+,+<.,+,+0+0+0+0+V.V.0.0.0.0.c c ].`.c R.C C E+$+E+E+C C C C $+$+$+$+$+$+'+$+h '+'+h G h h h '+G  +F+G G G 5+b+8 7++.+.z.v v I t.v.g.6+#+~+~+<+- k -.4+-.- - t k -.k - -+i ]+v+, , U.g+.+Z Q u++ r.6 6 ^ Q $ t.z.l+p+p.{+6+I M.j *+8.n d.M.-+i+>.G+a+a+C *+9+W . . . . W W g.e /+z v.}.f.Z.p.c+z *+' r+z+V.].V.V.].].R.c ].].2+].].].].].q.} } } Y q.E+q.Y q.} } q.R.q.Y Y Y } } q.q.q.q.).! w.{+c+g.z r Q q z.T f.g.W c+}.J.L.Q Q L.M.E 7+7 c T.` 0+0.].T.].T.T.T.T.T.T.].R.R.q.q.R.R.R.{.} } '+F+} } E+E+j.F+F+Y q.].V.].V.0.n 8.v.~ ~ ~ ~ ~ ~ ~ ~ ~ @+5 5 5 5 L 5 L 5 L L @+Q.e.d.}  + +:.k :.4+4+ +G a+E+C T.2+].].R.j.E+R.R.` 0+0.,+s.w w w w w 6.w 1 1 I.I.I.I.I.I.I.I.1 1 1 1 1 y x+x+C+F.F.F.F.x+X x+F.(.(.6.6.x+(.C+C+C+S.C+S.C+S.S.S.S.C+S.I.y I.I.y 1 1 1 1 I.I.I.I.I.I.I.o o o o S.I.S.S.S.C+C+x+x+x+X S.s.F.h+x+F.(.9 2+#.<.<.0+{.].R.R.R.} }  +:.:.4+:.7.} E+7.F+'+F+G 7.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:390:",+,+,+<.,+,+| 0+0+0+2+V.2+c 2+0.T.c ].T.`.c R.E+R.E+$+E+E+E+j.E+$+$+} $+E+$+} E+$+'+'+F+h h G h G+G+5+h G 5+-+-.M.7+d+;.X.l+U U U l+' c+*+_.m+m+k k 4+-.4+- 4+- x.-.4+k G+i+*.) #+P.#+p+$ u+^.6 v+6 P.&+P.+ Z.!.J.l+v+_.T X.M.T 8+M.i+0 d.d.>.-+-+5+E.5+a+C f b . . . . . . . g.e z }.z z !.!.c+g.p.*+0 z+z+V.V.V.V.V.T.2+2+2+V.V.2+V.2+2+0.].q.7.} 7.} } } } Y } E+} Y Y 7.7.} } } q.].c c ).! w+b {+g.g.f.i p+g ++w+g./+$ ,.L.q T I d+I 8+b+>.R.c 0.0+` 0.0.#.T.T.T.].].T.].].].].R.R.R.R.R.R.E+q.E+R.E+E+E+} } 7.Y } q.V.5.| A.*+|+~ ~ ~ ~ ~ ~ ~ ~ ~ ~ P 5 5 5 5 5 5 L 5 L L L @+% J.>.G :.:.:. +4+4+ +:.F+7.R.].V.].R.E+$+'+F+F+R.E+{.].T.M w w R w 6.X I.1 1 I.n+I.I.I.1 I.I.y 1 y I.x+C+F.(.S 9 #.C+(.x+x+(.(.(.(.x+x+(.F.C+C+S.S.S.C+S.I.S.S.C+S.o S.1 S.I.I.S.1 y 1 I.y I.I.I.I.I.I.I.I.I.I.I.1 1 S.S.X S.x+x+x+u F.x+y F.#.A+q.].T.T.2+T.2+{.q.q.Y q.7. +:.4+:.7.} } 7.7.G 7.:.:.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:391:"M M 0+,+,+<.,+,+<.V.0+V.V.V.c ].c T.z+`.T.R.C C C E+E+C C j.$+$+$+$+E+$+$+$+$+'+'+'+'+h h G a+G+G a+G+G G 5+G+7 8 +.#+]+p+l+^ J J U +.{ > '.n.<+k - 4+t - - - - O.t - k G j.3.U.B.v+, .+q @.g ^.P.v+P.^ + [.Z.Z.g+d+B.+ _.d+7++.7+-.i+E.-+-+-+x.5+x.h a+h `.f 9+W . . . . . W g./+~.~./+c+W W c+b 8.*+r+r+0.0.V.V.V.0.V.T.0.9 V.9 V.2+q.Y Y Y ].q.].7.Y } Y 7.} Y 7.} F+ +Y 7.7.7.F+q.Y q.R.r+! b c+w.Z.{+f+p+p+@.T Q /+Z.$ = Q ++p+l+I i H )+'+R.].T.0+2+0+<.0+T.2+2+].2+].2+T.T.].].].R.R.R.E+E+R.q.R.E+E+} } Y 7.} } Y ].5.G.n 8.|+~ ~ ~ ~ ~ e ~ ~ ~ ~ % 5 5 5 5 5 5 5 5 L L L @+@+Q.d -+G :.7. +4+ + + +F+'+q.2+].c E+$+h '+G :.G 7. +F+{.T.,+%+w R X S.I.n+I.I.I.I.I.I.I.1 1 1 1 X x+y (.S F.F.F.F.s.x+(.(.%+C+(.(.(.F.F.F.S C+S.S.C+S.S.S.I.S.S.C+S.S.S.I.y I.1 1 I.1 I.S.I.I.I.I.I.I.I.I.I.I.I.S.S.x+C+C+F.F.F.F.u ,+s.(.0+A+{.Y A+{.].].0+<.7.{.} {.].q.Y  +7.7.} } '+G 7.F+a+:.4+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-392-",+,+0+<.,+0+,+0+<.2+0+0.V.V.0.V.T.c ].z+T.z+R.E+C {.$+$+j.E+E+E+$+$+$+'+{.'+'+'+F+h F+F+h F+G G+G h G 5+5+G ).).y++ ^ g v+^ ^ J J v+[ +.m+'.t -.k - 4+t t t - - x.t t t G ! *.) ]+H., B.++u+: @.P.v+.+U.g+) g+Z.{+{+M.T N O.O.O.8+-.-+5+-.- x.-.5+:.G G a+r+< b . . . . . W /./+}.$ c+g.W g.8.>+i+0 B C C V.5.V.5.V.0+0+2+0+0+0+u V.].Y 7.7. +Y T.5.q.A+q.q.Y Y Y } q.} Y Y Y } q.F+} Y Y j.).! _ /.6+U.g+[.++3 U.]+3 z $ r ,.= p+^.s+#+[.j D 7 0.].].].2+T.2+2+2+0+0+T.2+2+2+2+].].].].].].R.].q.R.R.R.R.C R.E+Y Y Y E+q.c ].A.e+|+a.~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ L 5 5 5 5 5 5 5 L @ 5 L Y.@+Q.d a+4+:.4+4+4+ +7.} } E+].R.'+a+a+G G :.:.:.:.:.:.F+{.R.0+h+x+x+x+S.I.1 I.I.I.n+I.n+1 n+1 y 1 x+s.#.u 2+#.F.(.(.M (.(.(.s.(.F.u 9 9 9 9 C+C+S.o S.S.S.S.S.S.S.S.I.y I.1 1 y 1 1 I.I.y I.I.I.I.I.I.I.I.S.y I.1 S.C+S 9 9 9 S #.A+9 9 9 ].A+].].{.2+T.#.<.<.} Y Y ].0+2+].A+Y {.7.7.7.7.G 7.F+:.4+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:393:"M ,+0+,+,+,+,+,+0+0+T.0+5.V.0.0.z+T.z+c `.R.R.C j.j.j.E+j.j.$+$+$+{.$+E.'+h F+h h F+h h h h h h G+G G G h i+).! 3 +.g g v+J P.&+J &+..k.~+O.- 4+4+t t t t O.O.O.<+O.8 k t } y.) B.#+, b.u+,.++l++ s+g [.i g _.D & b 8 7+7+O.O.- - -.t t 4+4+-.4+-.:.:.:.:.K o.j+W . . . . j+c+z ~.f.}.Z.{+~.' J.>.`.r+z+0.V.5.9 V.0+0+0+0+0+u u s.s.0+A+Y 7.Y Y ].2+].V.2+A+].].].q.q.].Y Y q.q.q.q.Y Y Y q.r+c./.j+p.i i U.V j+j+m w+m m F u+u+@.g v+v+@.k.s t c ].q.q.].2+0+0+0+0+9 0+0+V.2+2+2+].].].c c ].c R.c R.C C j.R.q.Y Y q.Y E+E+R.n 8.v.~ K.~ P ~ ~ ~ ~ e ~ ~ ~ 1.5 5 5 5 L L 5 5 5 5 5 L Y.% Q.>.7. + +4+ + +F+F+F+F+7.G :.-.-.:.G :.4+4+4+4+:.G 7.Y ].,+s.(.o I.n+I.n+I.I.I.n+I.1 1 1 X y (.F.#.9 9 9 F.(.#.u u s.s.(.s.u S A+A+A+F.C+S.S.S.S.I.S.I.I.y I.1 1 S.1 S.I.S.1 y I.I.S.S.I.I.I.I.I.I.I.I.I.1 1 S.S.F.F.S S S 9 2+9 #.9 2+{.A+2+T.2+].2+0+T.q.R.R.2+<.<.` 0+2+2+{.Y 7.{.7.:.:.4+t ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-394-"| M 0+<.,+0+,+0+0+0+0.0+0.V.V.V.0.0.T.T.`.`.R.C E+E+$+C E+j.E+j.$+h $+a+$+h F+F+h F+F+F+h F+G G G+h 5+ +G ).*+& w+j ) ]+B.B.+ 6 6 &+^+s 2 t t -.4+- t O.t O.O.O.t O.O.t t b+j.=+[.g , v+1+f+: l+b.@.1+L.@.6 J k.~+O.-+8+8+5+<+4+t - 4+t :.t 4+t t 4+:.k G K 9+. O g.W . g.j+j+j+!.b ~.6+f+d M.>.d.C q.].<.V.0+s.u 0+0+,+,+,+,+u 9 s.u 0+9 A+A+Y A+q.2+9 2+2+A+].A+].Y q.q.A+Y } } q.q.q.Y c r+< W /.Z.U.g+g+Z.. /.b w.m m m $ = u+@.l+@.d+_.k.t E+q.q.{.].2+2+u 0+<.u ,+u 2+].].].].].].T.0.c T.].R.R.c C R.c R.].].A+Y R.R.C  .}.~ ~ K.K.K.~ ~ ~ ~ ~ ~ ~ ~ @+5 5 5 5 5 L 5 5 5 5 5 L L Y.% Q.>.7. +4+ +7.Y E+'+a+G 5+k - 4+:.:.:.:.4+:.4+:.a+a+{.].#.u C+S.I.I.n+I.I.I.n+I.n+I.I.y C+M u 2+A+{.9 #.2+2+2+9 #.9 s.u u 9 2+9 9 S C+S.I.S.S.S.I.S.S.I.I.1 I.1 y I.1 1 S.1 1 1 I.I.I.I.I.I.I.I.I.I.I.S.S.I.S.S.C+F.F.F.S S 9 9 u 9 #.A+7.{.A+{.R.Y 7.:.Y 7.].0+,+(.M ,+,+9 ].q.q.].q.7.7.:.4+",
##############################################
lazarus-2.0.10+dfsg/images/splash_logo.xpm-396-"M <.0+0+s.,+,+0+<.0+` ` 0.<.5.5.` 0.T.R.z+T.R.C R.E+E+$+$+E+$+$+$+E.h '+h F+F+F+'+'+h F+h F+G h h G t E n.y._ /.!.!./+~.z c+p.+.r.s s q+<+- - 4+4+t t <+O.O.t O.<+t - 8+O.8 5+*+c.= l+b..+Z Z Z g B.Z.g.~.M.k.k.m+O.8+- - t t t <+t 4+t t t t t t 4+t F+K < O b Z.c+!.!.!.W . W . W z ~.J.J.>.r+0.0.V.V.V.5.,+s.u s.s.u ,+s.s.s.F.s.s.s.s.,+9 u 2+9 s.,+u u F.s.S u (.(.F.(.(.(.u (.(.(.s.| r+j & p.Q $ g.!.6+L.;.J.m m w+f+= 1+m f.u+++6+7+m+t } Y R.R.].#.u ,+0+,+s.,+,+u T.2+q.R.].].].T.T.0.T.].R.E+R.q.q.R.].c Y 2+2+B n }.|+K.K.K.K.K.K.~ ~ ~ e ~ ~ ~ P 5 5 5 5 5 5 5 5 5 5 L L L L @+@+% }+j i+q.c A+}  +G G :.- t - 4+-.4+4+:.:.:.:.a+a+{.Y ].9 x+1 1 I.n+I.n+I.n+n+I.o F.9 (.u 2+q.Y Y A+].Y {.2+0+s.9 2+A+A+S C+x+x+S.X X 1 S.1 I.I.I.I.I.1 1 1 1 S.I.S.1 y 1 I.1 I.S.I.I.I.I.I.I.I.I.I.S.S.I.S.S.x+F.F.F.F.(.(.F.s.F.s.,+u #.0+#.].Y Y Y Y Y q.0+,+s.s.,+u ,+s.0+A+2+2+2+} '+'+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:397:",+,+0+,+,+,+0+0+V.0+V.0+0+0.0.0.0.0.z+T.T.`.].R.E+E+E+E+C C E+E+$+{.$+'+'+'+'+'+h F+F+a+'+h h G h n.a q+J _.T >+Q.f.d r z W c+7+[ s [ 9.O.4+4+-.- - t t - t O.O.- O.- O.- O.O.i+j {+++, v+g Z b..+s+p+J.f.H i.N '.O.- O.t t t t t O.t t t t - t -.t k d.*+b j+!.c+z /+}.v.W W . W W z z H ' d.C 5.V.V.V.u u ,+u ,+u | | ,+s.s.s.s.M s.s.s.0+,+s.s.(.; x+; x+x+(.x+x+(.x+x+C+C+C+x+6.6.6.; V.).).p.b J.p./.z f.;.p+J.m Z.m m 1+1+= ;.l+@.@.#+a h } E+A+].2+2+2+u ,+,+M s.,+0+2+].].q.q.R.R.R.c c T.R.E+E+q.R.].R.j.R.q.].` B  .v.|+K.K.% K.|+K.~ ~ ~ ~ ~ ~ ~ Y.}+5 5 5 5 5 5 5 5 5 5 L L @+1.1.1.* e.i+$+Y Y 7.:.4+k 4+4+- t - -.:.:.:.G a+a+'+} 7.{.A+s.S.I.I.I.I.I.I.I.I.I.I.C+F.F.s.,+2+{.Y {.7.{.Y A+#.,+,+F.{.A+#.F.x+X 1 1 I.I.I.I.1 I.I.I.I.I.I.1 I.1 S.1 I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.S.S.S.S.x+C+(.(.x+F.F.F.u ,+,+u A+{.Y Y A+].].9 #.u ` 0+2+2+2+u u 9 2+2+].].R.Y F+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-398-",+s.,+,+,+,+,+,+<.0+0+5.5.5.0.0.` T.c c c R.R.R.R.E+C R.E+C $+E+$+'+$+'+'+'+'+F+'+$+F+a+h  +G G b+<+_.6 &+J 6 r.U v U I ,.c+e++.k.[ ~+a - -.- 4+4+- - t t - - t 8+O.- O.O.<+O.>.*+z r l+, .+.+g #+P.^ ^ r.k.~+N n.t t t t t t t 4+O.t t t O.t O.- O.5+r+< W W W !.!./+}.~.e g.. g.b Z.p.*+0 j.j.V.2+2+].2+].V.V.].2+9 5.5.| | | (.; %+h+; ; (.; %+6.A X A 6.6.6.6.6.6.6.X X 1 1 1 1 I.1 A 5.r+! j+. /.6+6+g+X.I I k+,.m $ $ = _+l+.+^.^.r...a d.q.R.T.T.2+0+u u s.M h+M ,+#.2+A+T.].{.q.q.R.R.R.c ].E+q.q.q.].].q.c 2+].B n }.~ |+K.|+K.K.K.|+~ ~ ~ ~ ~ ~ ~ K.L 5 5 5 5 5 5 5 5 5 5 L P L L L 1.Q.e.i+h 7.} 7.:.:.-.:.5+:.:.:.:.:.G G :.a+{.R.{.R.T.u (.S.I.I.I.I.I.I.I.I.I.I.C+F.s.#.u T.R.7.7.7.q.{.2+0+T.{.A+u (.x+x+x+X X x+S.S.I.I.I.1 I.I.I.I.I.I.I.I.S.S.S.1 I.I.y 1 I.I.I.I.I.I.I.S.I.y I.I.y 1 S.S.S.S.S.C+F.F.(.F.s.F.(.(.s.,+u 9 2+].A+].#.u ,+u 2+].9 u s.s.,+u 9 A+Y 7.Y 7. +",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:399:"| | ,+,+,+0+0+0+0+,+0+` 5.0+5.5.0.0.T.T.z+T.].R.R.].].C `.E+C C $+E+} j.'+'+F+'+$+'+h G G G 7 '+7 3._.[ 6 J &+6 r.s 6 U +.J.8+i.q+~+a O.- - t - - k t - - t t - - O.- O.O.<+O.G+ .e+$ z..+.+g .+v+v+^ ^ v+6 _.'.O.O.O.t O.t t - - t - O.O.O.- - O.t j.K 9+. W W !.!.!.g./+z Z.~.F H f.c.' d.} c c A+c A+q.A+].].2+2+V.9 0+s.h+h+&.h+; %+A %+%+; 6.A %+x+6.X N.6.1 1 X X I.1 1 1 N.6.N./ 6.c ).! O W W e+t.Q T ) T L.|+m F m f+1+@..+s+s+#+k.<+c c V.V.0+0+0+0+,+s.(.%+h+M ,+2+#.0+0+T.T.R.].R.].T.R.Y {.A+].].c R.R.0+0.2. .}.~ |+K.K.K.|+K.K.~ ~ e ~ ~ ~ ~ K.1.5 5 5 5 5 5 5 L L 5 L L 1.L 1.@+}+d -+G 7.7.a+a+x.:.x.:.5+:.G F+'+{.'+G 7.R.` <.,+s.M x+I.I.1 I.I.I.I.I.I.I.C+C+(.(.2+{.].7.7.7.Y ].].T.,+2+2+].u (.X x+S.S.S.S.S.1 I.I.I.I.I.I.I.I.I.I.S.S.I.S.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.S.1 I.I.S.1 1 y S.S.x+C+x+C+(.F.s.s.F.u 9 2+2+9 #.2+0+9 T.9 #.u s.s.9 s.F.9 u s.A+Y  +7.7.7.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:400:"s.s.M | | | ,+,+<.,+,+<.` ` ` <.<.` 0.T.0.T.c R.R.`.T.R.`.R.E+R.E+E+$+E+j.j.} '+'+'+'+a+h F+E.).! ! 3 3., v+^ ^ 6 v+&+..s ^ _.~+9.'.- -.- - - - - - - - O.- O.- 8+- O.t O.O.<+t i+8.!.J.Z .+.+, v+6 v++ v k.N 7+<+O.<+O.t O.O.t O.O.t O.t O.O.t - b+).! b . W W e z g.W W Z.6+,.f+f+H ' 7 '+} q.c q.c q.q.q.q.].V.0+0+,+,+| h+h+&.h+| M h+%+%+; A 6.x+A 6.6.1 I.N.1 X X S.I.1 I.n+1 1 1 A ).y.).b W W & U.Z.{+Q p+q $ $ |+$ = q z.v ^.v k.m+t (+V.V.V.2+0+2+9 s.M M (.(.s.s.u 2+u 2+#.0+<.` T.T.].].q.].2+].].].].].].B n }.|+K.|+% |+K.K.K.|+~ ~ ~ ~ ~ ~ ~ ~ @+5 5 5 5 5 5 5 L @ 5 L L 1.1.@+Q.d >.h F+F+F+a+-+5+5+5+:.G a+7.q.R.].R.'+{.` h+y h+x+h+x+x+I.I.I.o I.I.I.I.I.F.S u F.Y Y 7.7.7.7.].0+,+2+2+0+#.F.u F.s.(.x+S.1 1 1 1 1 I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.y I.I.I.y I.1 I.1 1 n+1 S.S.C+F.S.S.S.F.F.u F.2+A+{.A+s.(.(.s.].A+2+h+X h+S u s.9 S u 9 A+Y A+Y Y ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-401-"M M M s.s.,+,+| ,+,+<.<.(+<.5.5.` 5.` 5.0.0.T.T.T.c R.T.C R.`.C `.C E+E+E+E+E+E+$+E+E.} 7 j.r+c.& c+_ 3 + d+U.y._.v+&+&+4.r.q+9.<+t -.- :.-.- 4+t - t 4+- t - O.- O.t t 8+O.'.O.i+>+H F ;._+_+.+P.P.r.d+> > u.8 O.<+<+O.O.O.<+O.O.O.O.O.O.O.- O.t G r+(+b W e !.!.c+W W O f.f+6+f+6+J.).7 G } } } q.Y } F+7.Y q.2+0+5.(+,+,+<.0+,+,+| M ; ; ; %+&.A 6.6.6.I.X 1 1 I.1 I.1 1 I.n+I./ 1 / N.V.j c.p.w+w.j g+p.W w+J.t.f.~.Z.f.= q @.s+v v+r.~+x.c V.V.V.2+0+u s.u (.h+%+M M s.0+u 2+2+2+0+,+0+<.0+T.T.2+A+2+].].].2+].q.B  .v.|+K.K.K.K.|+K.K.K.~ ~ ~ e ~ ~ ~ ~ Y.5 5 L L 5 5 5 5 5 L L 1.1.@+Q.e.>.G G F+:.a+a+-+5+5+- :.:.:.:. + +} {.q.].0+M (.y X (.(.S.I.I.o S.o S.I.I.o F.S 9 u Y 7.7.7.} q.0+0+u ].].2+9 ,+F.u F.F.C+x+S.1 I.n+I.n+I.I.I.I.I.I.I.o I.I.I.y I.I.I.I.I.I.I.I.I.I.I.I.I.I.1 S.I.1 y 1 1 1 1 I.S.S.F.C+C+x+x+x+F.F.S A+Y Y 2+u ,+s.0+].Y 2+F.y X s.u S u S S S A+Y Y Y A+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:402:"M | M | s.| ,+,+| ,+,+,+A.` B 5.` 0+5.0+0.0.T.c T.T.`.`.`.`.T.{.`.].R.R.j.j.R.R.E+R.$+$+j.r+f o+. g.Z.m l+l+6+b y.r.&+J s t+~+<+-.-.x.- - :.- - - - - - - O.- O.O.t t t O.O.O.t t d.c./.f.i 1+Z ^ v+v+v+I M.-.- O.O.<+O.<+O.<+<+<+<+<+O.t <+O.O.h r+f 9+j+. W !./+!.g.g.p.c.g+g+g+3 y+i+h G } F+} } } F+F+F+Y R.2+<.u ,+(+(+A.` T.2+| h+h+h+; %+%+X 6.6.6.6.I.I.I.S.1 1 I.n+1 n+1 n+1 1 &.).j w+w+r U.]+y+& c+g.p.J.[.V Z.Z.$ t.k+@.v ^ &+8 '+V.9 2+V.2+2+u ; s.; ; %+(.h+(.s.,+2+2+2+2+u u <.` T.0+u 9 2+T.T.T.2+9 ].K 8.|+K.K.|+K.K.K.K.K.K.~ ~ ~ ~ ~ ~ ~ P P 5 5 5 L 5 5 5 5 L L L 1.1.Q.J.i+h :. + +:.-.5+x.:.:.4+t 4+:.:.7.7.7.].<.,+M h+%+X x+(.(.C+6.I.6.6.(.C+6.6.C+S S A+9 7.Y 7.} R.R.T.].0+2+A+T.u M s.u 9 S F.x+S.1 1 I.I.I.I.I.I.I.I.I.I.I.o I.o I.I.I.I.I.I.I.I.I.I.I.y 1 I.y 1 I.I.I.1 1 I.I.I.S.C+C+S 9 S S C+x+F.9 A+Y A+Y A+9 2+2+A+A+#.2+,+s.(.s.s.u 9 S S S S 9 A+A+u ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:403:"; | s.s.| s.,+,+<.,+<.<.5.<.` ` 5.0.0+0.V.V.0.T.].].].].#.`.z+`.].z+C c c c R.R.j.j.j.7 j.! & j+c+$ Q z.v v+T c+& ~+4.s t+9.O.5+-.:.:.-.:.- - -.- 4+- - t - O.- 4+t O.O.8+8+O.<+<+>.e+Z.c+$ u+++g v+v+6 r.^ N O.<+<+<+'.'.<+O.<+O.<+<+<+<+<+O.<+)+f # . . . W z p.~.8.W W {+w+U.Q 3 M.7 -.h G F+F+} F+F+ + +} q.].2+0.V.5.<.(+(+| | ,+,+M ; %+; %+A X X I.6.1 I.S.I.1 1 n+1 I.n+n+/ / 6.; c V b $ ,.Z.Z.g+]+M.J.6+J.j w.p.p.c+Z.f.t.p+r.J n.F+c V.A+2+2+0+S s.(.; %+x+%+x+y h+u 9 2+A+].2+,+,+,+<.` s.u 0+T.T.].9 2+M  .z |+K.|+K.K.|+K.K.K.K.~ ~ ~ e ~ ~ ~ ~ P 5 @ L 5 5 5 5 5 L L 1.1.@+}+0 {.}  +:.4+4+4+- :.:.4+t 4+4+:.7.7.].].,+M h+M (.%+X x+x+x+6.6.6.6.6.F.; C+C+S S 9 9 S  +Y 7.q.R.T.A+{.2+2+{.9 u F.u S S F.C+S.S.I.I.I.I.o I.I.I.I.I.I.I.I.I.I.I.o I.I.I.I.I.I.I.I.I.I.I.I.I.I.y X I.y I.I.1 I.S.S.C+S S 9 A+S C+x+C+S A+Y A+Y 2+9 Y 7.7.].9 2+A+].u (.(.F.S s.F.C+S S 2+9 u ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-404-"s.| s.,+,+,+u 5.5.5.5.,+5.V.5.0.` 0+5.0.0.c c c `.].T.R.`.`.T.T.].T.`.`.z+c Y ].R.F+8 - 8 *+j+. Z.,.I U ^ J d+& c.a [ [ 2 k -.:.-.-.:.-.-.- - :.- - - - O.4+O.- t t - O.O.'.O.O.<+h n >+c+~.r : @..+r.^ s v+~+b+- O.'.<+'.<+O.<+O.<+<+<+O.l.<+G r+o+O . . j+O j+b p.z !.W c+f+3 3 > r+)+k x.:.F+F+F+F+} } } Y q.R.].z+].0.0.0.0.5.0.T.V.<.0+,+,+s.; 6.A X 6.6.X 6.X I.I.I.1 n+n+n+n+o N.! y.c.Z.m m c+j+p.T d+I d+d+j {+O O /.g.c+{+= d+r.l.c V.].9 2+2+9 S ; ; %+%+%+%+X N.w x+M u #.u #.s.,+s.(.M M M #.T.2+A+u ].n }.|+|+K.|+K.|+K.% K.K.K.~ ~ ~ ~ ~ ~ ~ ~ P @+5 5 5 L 5 L @ 5 @+1.Q.Q.>+d.'+7.7. +4+ +4+4+:.:.4+:.:.:.:.Y {.u ].u s.(.M (.x+%+(.(.x+x+x+C+x+F.S s.S F.S S 9 2+A+A+Y Y Y ].0.2+].u 2+2+u u s.u F.F.x+x+S.S.I.I.I.I.I.I.I.o o I.I.o I.I.o I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.1 1 I.I.y 1 y n+S.C+C+S S S S S F.S.F.F.9 A+A+A+A+9 7. + +Y A+].A+A+` F.(.(.u S F.C+S S F.9 A+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-405-"s.,+,+,+5.u ,+5.9 5.<.5.5.0.0.0+V.0.0.V.V.V.T.].].T.c #.].T.c c T.T.`.C j.c q.c k l.m+9.[ O.w+j+g.~.I v+r.J k.).( E 9.2 <+G+-.a+:.x.:.-.:.-.-.- - - t - - - t O.- t O.O.O.O.O.O.<+O.i+8.g.z $ = H.^.^.6 v+J s n.O.<+l.a <+<+N '.'.O.<+<+<+<+t '+! :+. . . j+b W /.c+!.{+e Z.c.b O _ *+r+-.k 5+F+b+G F+} } 7.q.R.Y R.q.E+E+c c R.R.q.Y R.T.5.V.9 u s.; x+6.X X 1 N.1 I.n+1 I.n+I.n+/ / 6.V.*.j f+f+= ~.g.{+t.T I v +.c.j+W . W W e /+f+d+[ t c A+2+9 A+2+u S ; ; (.; 6.x+w w w !+x+x+u u u ,+s.s.s.(.2.M <.0+2+2+T.#.8.~.|+K.|+Y.|+K.K.K.|+K.~ ~ ~ ~ ~ e ~ ~ ~ P Y.L 5 5 L 5 5 L L L 1.Q.>+0 {.7. + + +4+:.4+:.:.:.7. + +7.Y {.A+].A+#.u u u u s.(.x+C+(.6.x+x+; C+C+F.S S S S 9 9 9 ].Y Y Y ].2+2+9 #.u #.u s.s.F.x+x+X S.I.I.I.I.I.I.o I.I.I.o I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.1 I.I.y I.S.1 1 1 n+n+y I.I.S.S.o S 9 S C+x+C+C+S A+A+A+9 A+Y 7. +Y {.].].].9 u ,+F.F.; F.C+C+; F.S ].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:406:"M | s.s.,+u ,+,+0+5.,+` <.5.0.B 0+0.0.0.c T.0.T.T.T.c 0.c T.T.c ].c T.B T.c  +k 2 _.r.6 J k.+.{+c+{+I 6 ..J s i.a 2 n.k 5+h a+a+5+5+-.-.-.- - - - - O.- O.- O.O.O.t O.- 8+O.<+O.<+O.>.8.g.~.,.,._+.+v v+6 k.3.i.O.<+<+a l.l.N O.'.'.O.'.<+<+k ).< 9+j+j+. . . /.g.g.p.6+w.3 w+j+W . & 2.b+k 4+k  +G G } E+} } E+} } } } $+E+'+F+F+F+7.} c T.V.0+0+s.s.; 6.1 R N.!+N.1 I.I.1 n+1 / 1 A &.! c.V = i U.f+{+V t.f+H I +.8.. . W z !.e $ T ^ 6 n.5.,+0.0+A+A+9 u ; ; ; %+A x+%+X X !+y x+(.s.s.s.s.u s.F.M M ` ,+9 9 0.A.8.v.a.K.K.K.K.|+K.K.K.K.K.~ e ~ ~ ~ ~ e ~ ~ L 5 5 5 5 L @ 5 L @+Q.r 0 C {.} 7. +7. + + + + + +7.Y Y Y q.].2+2+9 u (.(.(.(.x+(.(.x+x+x+; F.s.6.; ; u S u S S 9 2+A+Y q.q.T.2+<.2+s.u S s.F.F.(.S.S.X 1 I.I.I.I.I.I.I.I.o o o I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.I.y I.I.1 I.1 y I.I.1 1 1 n+1 1 I.I.S.o S S F.F.C+F.F.9 A+2+2+A+A+A+Y A+A+2+2+A+#.9 9 u (.6.F.F.F.C+s.u A+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-407-"M s.,+,+s.,+,+,+,+,+<.,+5.` ` 5.0.0.0.T.0.T.0.0.0.0.0.0.V.c c c ].c E+z+c r+V.( 3._.6 J 6 _.+ 7+L.M.d+6 ..J s [ i.a k h G a+a+5+:.x.4+4+- :.- - t O.- - - - - t O.O.O.O.O.O.O.<+<+O.- >+c+z $ ,.: l+, #+P.[ =+n.-.8+a a '.l.'.'.'.'.'.'.<+<+-.! < o._ O /.W W W W c+6+3 g+V b j+j+j+{ *+h 5+4+5+5+G h G F+F+} F+F+F+F+F+} G 7.G G 7. +F+R.c c 2+2+9 s.s.; 6.X w N.N.A I.1 1 1 1 1 / A ; } w.w.i g+i i Q Q t.{+{+M.7+{ . W Z.,.f.$ d l+6 J <+c ].0+V.q.A+9 9 s.s.x+6.%+(.(.x+X w X x+(.(.M s.M M F.s.,+M M u u u <.K 8.|+v.K.K.K.K.K.|+K.K.K.~ ~ ~ ~ e ~ ~ ~ ~ ~ @ 5 L 5 5 5 L L L @+Q.0 j.q.Y 7. + + + + + + +7.7.} q.].2+9 u ,+u s.(.(.h+x+X x+X x+(.(.(.(.(.F.A C+u 9 A+9 V.9 9 A+Y Y Y Y 2+T.9 #.u u u (.(.F.x+x+S.S.S.S.I.I.I.o I.o I.o I.o I.I.I.I.I.I.I.I.o I.I.I.I.I.I.I.I.I.I.I.y S.1 I.I.I.I.y I.S.1 I.I.y I.S.S.C+S.x+x+F.F.(.F.9 9 S #.F.2+].u ].2+].A+9 A+2+F.; ; C+C+F.C+S u ",
##############################################
lazarus-2.0.10+dfsg/images/splash_logo.xpm-457-"$+$+$+$+'+'+'+$+$+j.C `.`.z+0.B 0.5.B 0+0.0+0.2+0+` ` M ` ` ` ` 0.2+0.#.` ` ` <.,+M | | M M h+%+h+h+%+%+A A A A A 6.A A 6.6.1 A 6.6.6.6.6.C+6.; 6.6.A 6.6.A x+A 6.C+6.%+f &.&._ 9+9+j+_ b 9+9+& > j ! ).( ).j.).d.! ).r+0 ! r+i+d.C i+$+d.d.d.! *+e+> y.3 3 J.j y.y.7 ' i+! n n >+0 >+0 0 d.>.d.E.i+0 z+0 K B B 0 n n K f f 8.f 8.f 8.< 8.< { o+8.< < 8.< K 8.*+n n 0 -+- 9.9.m+2 m+a '.8 >.i+' H *+8 7 8 M.' i+)+)+' >+> > i+j M.8+N N 8 ).).>.i+)+>+j >.Q j X.X.=+r.&+t+a  +; o o C+o 6.o ; C+; C+F.C+6.6.C+C+(.(.x+(.(. +^+^+&+&+^+4.G.q+^+^+4.q+j.r+^+^+4.^+s 4.^+4.4+4+^+^+&+s ^+^+^+^+2.f K B 5+^+4.^+4.^+4.4...:+q+^+4.l.a ^+4.4.].l.4.^+^+a 5+>.j.A.E+4.^+^+q+a ..s 9.B s ^+^+9.~+&+^+^+G F+^+^+^+a :+|.# # !+h+u 9 #.#.s.F.#.F.#.F.#.F.S #.S #.F.#.F.(.(.s.(.(.(.(.(.(.(.(.x+x+x+C+S.C+S.S.C+C+o C+o S o C+C+o o S.S.S.C+S.S.S.S.C+S.C+S.C+S.S.C+S.C+C+C+S.C+C+S.C+C+C+C+C+C+C+C+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:458:"'+$+$+$+$+$+'+'+'+$+E+c `.`.0.0.A.` B <.0+` ` ` <.<.<.<.<.` ` #.0.0.2+T.T.0+` <.M (+,+M M M M ; | s.; %+%+6.%+x+A 6.6.6.o 6.; 6.I.6.6.6.A A A 6.; 6.6.6.6.A 6.6.6.6.; ; | f & _ 9+9+O j+8.9+& p.9+! 3 ! ).).y.).o+< ' i+i+' ! 0 d.d.E.h h $+d.r+9+b w.j J.j J.J.y.M.*.).i+d.>+r+0 0 0 0 J.d.i+d.d.0 0 d.d.d.0 d.0 0 `.d.0 0 0 0 n ).i+-.'.a '.'.a m+9.~+[ q+<+N 9.m+9.~+9.9.9.m+a <+<+G+E.i+i+>+*+' 8+N b+i+i+7 )+J.e+f.>+)+)+M.8+b+( u.b+)+i+i+>.8.b ).)+)+t.y.Q M._.&+&+4.2 4+S 6.6.C+; C+; ; C+C+F.; C+6.6.x+x+(.(.F.F. +^+^+^+^+^+4.(+q+4.^+4.| < f ^+4.^+4.^+^+^+^+'+'+^+^+^+^+^+^+^+^+o.|.f K a+4.^+^+^+^+^+4.k D+o+o+2.i.^+^+^+4.5.w 4.^+^+4.^+b+f o+z+4.4.^+2 r+B 2.K f K 2.b+t+^+^+^+4.d.C ^+^+^+a < # # # !+y s.9 9 9 ,+#.(.s.,+s.F.#.u #.F.u F.(.M M (.(.M (.(.(.(.(.(.F.x+C+x+C+C+C+C+S.S.C+C+C+C+C+C+C+C+C+S.S.S.S.C+C+C+S.S.C+S.S S.C+C+x+C+x+C+S.C+S.S.C+S.S.S.C+S.C+S.C+C+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-459-"a+G G a+a+a+h h $+j.C `.C C c z+0.0.0.0.0.0.` <.` <.` ` ` ` 0.T.0+0.T.0.T.0.<.<.M h+,+| M ; M M s.s.; s.; ; ; ; 6.6.; ; 6.; 6.6.6.6.; A A A A A A 6.6.I.6.6.I.6.1 ; ; | ! f b b b O b < p.< & & O c.V ).y.j.).! o+e+r+).).d.).d.).).d.7 '+7 d.).K < ! H > j J.J.j y.)+( )+>.n >+' 0 0 0 0 0 0 0 0 ).0 d.0 ).0 ' r+0 0 i+>.h >.7 -+>.i+-+O.- -.O.<+<+- N 9.m+d.b+O.- '.m+9.m+2 a <+G '+E.E.i+0 >+).M.i.n.7 i+)+)+' 8.c+8.j M.M.>.)+M.)+y.j ).)+b+G+0 *+0 j i+).> Q M.B.6 &+4.4.2  +F.6.C+C+6.C+C+F.C+F.C+C+x+x+C+x+F.(.s.(. +^+^+^+..c | :+q+^+^+^+f :+# 4.4.^+4.'.k <+<+< (+4.^+^+s 9.a <+t < o.o.< h ^+^+^+4.l.k G.D+< f [ ^+^+^+^+^+^+r+o.G.t+4.^+^+^+[ o+r+4.^+^+a 2.A.2.< f f t+^+4.^+^+^+^+r+r+^+^+^+l.w # # # |.%+u 9 #.2+#.s.#.M M M s.s.u s.s.#.M s.y F.y y (.F.y (.y x+x+x+C+x+C+C+C+C+C+C+C+C+C+o S o S C+C+S.C+S.C+S.C+C+S.S.S.S.C+C+C+C+x+S.S.C+S.C+S.C+S.S.C+C+C+S.C+S.C+C+S.",
##############################################
lazarus-2.0.10+dfsg/images/splash_logo.xpm-466-"'+'+'+'+'+j.'+j.'+E.} j.j.j.j.j.C E+E+j.R.R.E+E+E+E+E+E+E+q.R.c V.V.V.2+V.V.V.0+5.u ,+0+0+0+0+0+T.V.2+0+0+,+0+0+0+0+5.,+,+,+u u 9 ,+u 0+0+u 5.u u u 5.5.! | c.! ! j 3 *+& 9+b c.( c.& & c.e+{ V j w.).y.( *.( } U.( y.*.y.*.*.} *.y.y.( ( *.D *.*.( ( y.).H >+H J.' > )+)+M.>+> > H H J.H H H >+H *+' ' ' H )+> >+c.).)+' > ' )+).b++.).i+7 7 ~+d.7 8 8 i.7 ( n.k.-+7 8 i._.)+7+~+k.8 b+[ 8 8 n.2 b+7 b+*.)+)+( 7+~+8 )+)+t.j >.M.b+-+7 7 -+( 7 i.D ).)+)+M.M.' > ' Q M.M.[ ..q+ +o o o C+C+C+F.C+C+C+x+C+6.C+C+6.F.F.S S 9 0+` M M :+# # # :+G.h+; &.R :+(+q.k 7.0.f f f 2.o+f f r+2.< < o+< 2.< G.2.j.j.j.0.f o+o+# f | z+q.F+j.A.f f f f f < A V.5.| f :+:+< o+o+o+:+&.f :+:+f :+&.:+f &.# # # # # D+:+o+:+# # # !+&.%+(.C+C+(.C+C+F.C+C+C+S.S.S.S.S.x+(.(.x+(.x+C+(.C+x+x+x+x+x+x+6.x+C+; C+S.C+C+C+F.C+C+F.F.F.C+F.(.F.F.M (.#.F.#.S S C+y (.y F.y (.(.h+x+y F.S.(.F.F.C+F.C+C+F.C+(.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:467:"} E+} j.c j.j.j.j.j.j.j.j.q.R.R.R.j.E+j.R.E+E+R.C R.R.].R.c T.0.<.V.V.2+V.5.u u ,+,+0+,+0+` 0+0+0+,+,+<.0+<.0+<.,+<.u u s.u 9 9 s.9 9 9 9 9 9 9 9 u u u | ! ! c.j y.)+! p.& & 3 *.w.& c.c.c.> c.w+! ! y. +( *.*.q.y.q.y.q.y.y.y.( *.*.( *.*.b+*.*.( ( )+).! ! ' J.> > y.( y.' )+H ' e+H V j g+e+e+H V )+e+).j > )+c.).c.).)+*+)+)+j b+! ( )+' +.b++.)+( _.7 7+( E E 8 ( > 9.7++.b+k.b+7+n.)+( n.l.'+( b+y.)+y.D 8 i.)+).>.j y.)+)+8 - b+-+-+b+-+n.7+).j 8 - 8+>+i+j )+M.+.&+t+4+| ; C+o C+F.6.C+F.C+; C+C+C+; 6.C+C+o S 9 A+0+0.<.| N.l # # o+G.| ; &.:+< A.'+5+x.`.A.2.f *+2.f 2.r+B f < :+f f f f A.d.G $+`.(+:+o+o+f A.c '+c 0.| f w f w :+f f &.5.&.:+:+# # # # :+f < :+f :+:+:+:+&.:+:+# # # # # D+# # l # # # |.w ; C+F.C+C+(.F.x+C+F.F.F.F.C+(.(.C+(.(.(.x+(.x+(.; (.(.; ; C+C+; C+x+(.C+F.C+F.C+C+(.F.F.(.F.(.#.M (.#.s.F.F.F.F.#.u s.F.s.F.,+F.s.(.x+x+x+x+C+x+x+C+F.C+C+F.C+F.C+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-468-"} E+q.j.c c q.q.c q.j.q.c c c c R.q.R.R.C R.R.R.T.T.z+T.T.c T.2+V.V.V.V.9 V.0+9 V.u 0+0+u ,+,+,+0+u s.M s.M s.,+,+s.,+u S s.S 9 u u 9 9 9 9 9 9 V.5.u 5.| *+c.3 j y.y.> e+{ w.! > 9+& w+c.H c.e+! V ).j y.*.} *.} y.} y.y.q.).*.( y.y.( y.*.D *.} *.} y.)+n >+>+> J.> )+( 7 j j >+V Z.f.H J.j 6+w.H > )+J.)+)+> ).j j > j )+j j j > M.*.( ( )+D D n.+.j 8 8 i.D D +._.+.> +._.k.b+i.+.i.M.>.y.8 b+( 7 b+7 )+y.8 O.7+)+j J.0 M.)+7 8 -.b+O.b+7 7 b+7+' J.8+7+7+' i+0 )+8 _...a A+o o C+C+C+; ; C+F.C+C+6.C+o C+C+6.C+C+C+S 9 S u s.s.w # # !+:+G.(+G.f :+:+2.j.5+G $+r+K 2.f f K A.r+`.A.f f f f &.| 0.j. +G j.A.f :+o+|.h+0.c T.B &.< :+:+:+# :+:+&.f f # # # o+# # :+&.G.:+:+:+:+:+o+:+f R # # D+D+# # # !+:+l D+l :+R 6.; ; x+6.C+(.(.F.C+C+F.C+F.F.F.F.(.(.; ; ; ; %+; ; 6.(.; 6.(.(.F.F.(.F.(.(.F.F.F.F.F.F.F.#.C+F.F.(.(.F.M #.F.s.s.h+M M #.2+2+#.,+,+,+(.(.x+(.(.x+x+F.F.F.C+x+x+C+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:469:"j.j.c R.c c c c R.c q.R.R.c c R.q.j.q.R.R.T.T.T.T.T.0.0+T.0+].].2+2+2+2+c 9 9 u u u u s.,+,+s.s.(.s.; ; h+M h+h+M M ; s.s.9 9 9 u 0+5.9 S 9 u 9 5.5.5.V.| < w.6+3 *.X.> w+9+w.c.c.b p.p.! V ! > 3 j j ).y.U.} *.*.*. +( y.y.} y.( ( *.*.*.*.*.*.*.*.( 7 )+! ! >+j > > y.M.)+).j > >+w.f.H f+t.6+f.f.J.t.> J.J.j > > > > > > V j J.J.> j y.y.y.3 j M.j c.V ).n.D J.j 8 +.)+8+E r.7+7++.k.u.( b+D F+7 7 ( )+)+( u.7+- j i+j j y.7 ( 7 M.-+7 >.b+7 8 i+)+> M.8 O.i+).).M._.t+2  +; ; o ; C+C+C+C+C+C+C+; C+o C+6.6.6.F.x+C+C+(.x+(.(.| A !+:+:+f G.| | G.f f A.d.G -.'+`.r+2.K A.r+C $+h C A.2.2.A.A.r+j.G k :.E+0.f |.|.f G.(+` (+| &.:+:+|.:+:+# :+:+R :+# # :+o+:+:+G.| 5.G.:+:+o+:+:+f w :+:+# :+# # # !+:+R l # l R A ; x+x+(.%+C+F.F.C+(.(.C+F.F.S s.s.F.s.s.%+&.; ; %+; %+; x+(.C+F.F.(.F.(.F.F.F.F.(.F.(.F.F.F.F.#.S #.F.#.s.s.#.M ,+,+s.,+].Y q.Y {.2+2+,+s.(.(.C+x+C+x+C+C+F.(.C+(.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:470:"q.R.c R.c c z+0.z+0.c c R.q.q.R.c R.c T.0.B B B ` <.<.M <.,+| ,+0+2+].A+2+9 V.s.u u s.(.F.; %+; %+%+%+%+A ; %+%+; M ; s.s.,+,+u u ,+F.u s.S u 9 V.].A+V.| *+c.V 3 *.y.> e+& w.! & 9+& c.J.j 3 ! j U.y.y.*.y.y.*.q.*.*.y.} *.*.*.*.y.y.( *.*.D b+*.( ( y.).' > >+j ' i+)+)+j j ' > V H H V f+> V H f.3 j J.V > j J.c.w.w.V H w.w.H V w+w+w+c.V & {+w+H c+p.& c.c.e+Z.H M.J.3 j +.X.Q u._.u.*.( b+b+'+7 ( y.)+*.D 8 b+> j ' J.j )+)+).)+M.i+)+M.).M.j J.> M.i.b+i+-+>.7+t+^+k ; 6.o o o 6.6.6.6.6.; o 6.6.6.o o 6.6.6.6.(.F.u F.9 9 u ; A A w ; V.0.| | 2.2.r+$+G x.G h j.).r+r+d.h h G+h `.z+r+B c j.F+ +k  +E+0.| f &.&.G.<.<.M G.&.w |.w :+|.w w &.; &.&.:+:+:+w &.| 5.5.| f :+w w &.&.; &.:+:+:+:+R :+w w A A R / A A 6.; S.(.x+(.(.F.F.F.(.(.(.s.9 9 ,+u 9 2+].2+q.Y ].].9 9 u u F.F.F.(.F.s.F.(.s.F.(.F.F.F.(.#.x+F.u #.F.F.,+,+0+,+` #.R.].{.:. +7.Y ].A+#.(.x+(.(.%+x+(.x+(.F.(.C+F.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:471:"c c R.c R.z+c c 0.0.c c c c c c c T.0.` ` ` ` <.#.` M ,+h+G.,+,+u 9 2+A+V.V.s.u F.; (.(.h+(.(.%+; %+A A %+A ; ; ; ; h+h+,+,+<.,+,+s.s.; S u u 5.2+5.5.u G.f { w.3 j y.w.& & c.! w+b e+J.j U.y.3 3 3 ).U.*.*.*.*.y.*.*.*.*.*.*.*.( *.y.y.*.y.*.D ( ( )+y.).).' ' j H )+)+7 M.M.y.H H f+J.J.3 6+J.6+w.f.V 6+J.J.3 6+H 6+w.c.6+c.w.H 6+w.& w+V c.e+& {+& 9+b b & & c+c+c+w+w+Z.e+V j V c.y.X.D X.b+b+7 i+b+y.)+)+D b+M.' > > H J.J.J.c.j M.)+-+M.J.' d j J.7++.b+y.N O.~+&+t+ +A ; C+o o 6.o o 6.o 6.6.o 6.o 6.6.I.C+C+x+(.F.F.(.F.S s.u u | | 5.q.q.0.0.0.z+C j.G 5+x.k 4+5+h $+h h h G a+h h $+$+h F+G a+a+a+h R.z+0.` ` 0+0+T.0+,+M h+M h+; &.A &.| (+V.5.<.G.&.&.| 5.V.V.V.V.| | | | | | ; %+A A A &.x+; ; ; A A A A C+C+C+C+F.F.s.C+(.F.(.(.(.s.9 2+2+].q.Y 7.Y {. + +Y } q.T.A+2+A+2+9 u s.C+#.F.F.F.(.F.s.F.F.s.(.s.u u s.M <.0+].T.0+q.F+7. +:.:. +{.A+].9 F.(.(.(.x+(.x+(.C+C+C+F.(.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-472-"R.c c c c c c c c c V.V.0.5.5.` 5.` 5.` <.M M M M ` 2.,+M M <.<.0+9 9 V.u u s.s.s.u F.; ; (.%+%+x+%+%+6.; x+C+; x+6.; 6.; (.M M s.(.s.; F.s.u u V.V.9 V.| < p.9+w.V 3 H w+& ! 3 & p.e+V J.y.*.3 3 3 3 j U.U.y.*.*.*.y.y.U.y.U.*.y.*.).j U.y.*.*.D b+y.7 > > > > j > y.M.X.X.X.3 J.V J.t.g+V w.V f+f.Z.f.6+J.6+w.w+w+w.Z.e+Z.c.c.e+p.Z.p.w+H w+p.{+b O O b & b b {+b c+p.e+& p.e+c.Z.& w.> X.u.u.b+7 )+( y.j y.M.7 8 ' H > H H J.> H ' j j )+)+' H t.' 8+N 7+)+u.9.i.s 4.a A+; o ; o 6.o 6.6.6.o 6.6.o 6.6.I.6.6.6.S.F.6.x+u u ,+S 9 V.V.V.2+].V.Y V.V.T.T.C $+G :.-.t t t G h h G a+5+G a+G '+F+a+'+F+F+a+F+G a+'+$+T.T.T.0+T.0+<.,+s.u s.(.; ; ; s.,+,+| ,+G.G.| ,+5.c q.q.q.V.5.,+,+| M ; %+&.%+; ; s.S F.S F.C+C+6.C+6.C+x+x+F.(.x+h+F.u u u 0+2+R.q.Y 7.:.:. +7.4+4+:.7.7.R.].2+2+2+u u u (.u F.s.F.(.s.S #.9 u s.,+2+0+0+,+2+].} E+C '+:.4+4+4+:.7.7.{.].2+2+u u F.s.(.(.(.(.(.C+F.C+",
##############################################
lazarus-2.0.10+dfsg/images/splash_logo.xpm-477-"T.2+T.T.V.0.0+2+0+0+0+0+,+0+0+,+u <.,+,+<.M M M s.,+u ,+M ; h+%+A &.A 6.A 6.A 1 R A 1 X 1 6.1 A 6.I.6.S.6.X %+X w %+w &.A A R X w A x+6.X ; %+&.6.; ; ; ; ; ; f { b b b p.j+_ & c+O { c+Z.g+3 U.j j y.j y.U.*.).U.j 3 3 U.U.*.U.U.U.) =+*.*.D *.*.*.*.*.y.D X.M.V z c+/+~.F $ ,.$ m m f.f.f.p.c+{+p.$ 6+f+3 t.Q J.g+g+6+w+w+c.V 9+b O c+{+Z.& _ j+j+# o+y.B.3 3 *.*.3 y.y.y.c.w+H J.3 J.6+F ~.Z.g+i [.X.X.X.X.[.) X.M.7+)+' >+H 6+H V j )+)+)+)+3 j j j M.8+I k.t+t+l.u A o 6.A A 6.6.6.6.o 6.6.6.6.6.6.6.6.6.6.C+6.6.A 6.4.4.4.^+^+^+^+^+4.t+(+G.w ; (.%+; A x+; %+s.,+,+| M R.q. +7.q.c 5.(+(+| 0.} } R.0.5.T.` 0+,+s.M s.M s.X %+s.u ,+s.(.(.(.9 2+].q.} } q.7.7.7.} Y c c | ,+5.; V.2+2+9 9 s.x+9 u F.F.(.(.(.F.X (.s.X (.h+(.(.{.A+Y Y 7.7.G 7.4+:.G G h G E+c j.E+j.$+F+} R.q.2+2+2+2+].A+].].u 2+u s.#.u ,+9 2+].].0+0+].:.4+t t <+l.<+<+<+4+G {.].].2+#.9 u #.s.F.F.F.(.C+F.F.S S ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:478:"0.0+V.0+0+0+` <.0+0+0+0+,+,+0+0+0+,+s.s.s.M M M s.,+u s.(.x+; 6.A A 6.6.A 6.A 1 A 1 1 1 R 6.6.1 I.I.A X X X X 6.X 1 N.1 / 1 / 1 R R A ; X %+; A A A A A &.%+; &.< _ b b p.O /.9+b /.{+/.{+f.V g+j g+y.U.y.*.U.3 3 3 3 3 U.U.U.U.D *.*.*.*.) ) D *.) U.U.[.[.i J.f.z {+z F m ,.,.r f+,.f.m V f.Z.Z.$ 6+,.6+f+i i i Q g+6+6+w.Z.c.& & b c+p.H V w._ _ & & D ~+U.V U.[.g+) X.*.V 6+3 Q j g+m $ ~.~.$ 6+U.[.D y+y+X.T [.[.D u.' >+>+H J.J.j Q )+Q M.y.y.y.D u.7+9.k.s 2  +C+F.C+C+C+6.; C+; 6.C+6.C+C+o C+6.6.6.I.6.o C+; A ; 4.4.^+^+^+^+^+^+^+t+| &.f (.%+%+u (.; ; (.u s.s.h+h+0.'+:.7.E+7.Y c V.<.5.c } 7.} T.T.0.` ` #.M M y ,+,+M ,+F.s.u u u 0+2+Y } } } E+F+E+E+E+} ].| ,+5.,+<.,+u 9 V.9 9 u F.9 9 S 9 S u x+F.(.(.(.(.F.(.s.s.].{.Y 7.7.} '+} 4+:.G a+C E+C T.R.j.R.'+'+} q.R.T.2+,+s.2+].{.7.#.2+2+,+].2+T.Y 2+<.].} 7.G 4+<+<+l.a l.l.t t G } ].u u 9 u u S s.F.s.F.F.F.C+F.C+C+S ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:479:"0+0.` ` <.<.,+,+<.,+u u 0+u s.s.s.(.h+M M M h+x+s.s.,+(.%+%+A A A A A A 6.1 A 1 N.A 1 R 1 N.1 I.X 1 1 1 I.1 1 I.1 I.1 o 1 o o o 6.6.6.(.x+X %+%+R 6.A A A &.&.h+< o.{ b /.c+W /.b j+g./.c+{+w+V g+j 3 j U.*.U.y.3 3 y.3 y.U.U.U.*.*.*.D D D ) *.1+1+U.i i g+f+w.{+v.~.~.$ m ,.,.f+= g+3 f+f+6+m m 6+,.f+,.f+= i = g+f+6+V 6+w+w.w.e+p.p.Z.f+J.3 w.< c.9+*.6 U.3 f+g+g+) [.U.3 V g+Q i g+m $ $ F ~.$ = 1+) [.[.) ) 1+X.[.7+)+j ' ' H >+j 8+T 7+7+X.*.( 8 b+7+t+~+a t c u S ; ; ; F.C+F.S S ; C+A 6.6.6.o o o C+6.C+6.A ; &.4.4.^+^+^+^+^+^+^+t+G.f w %+x+(.9 A+u s.,+w s.{.].R.{.} 7.} 7. +} c <.` M <.].} R.T.q.{.{.q.{.{.0+#.` #.#.M #.,+,+` s.2+]. +Y F+F+a+'+7.'+E+T.0.T.0.G.M | 0+9 ].9 2+9 9 s.u u 9 9 9 9 2+s.u F.(.u s.0+2+` q.q.{.7.{.'+a+a+:.G a+a+'+E+E+C E+E+$+'+{.R.{.].0+].Y {.{.q.Y {.].{.T.T.].R.].q.].7.7. +k 4+<+l.a a l.<+t 4+'+R.T.2+0+u #.u u F.F.F.F.F.F.(.F.C+S S S ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:480:"0+0+0+<.,+,+,+,+,+,+,+s.s.(.(.; (.(.%+(.(.%+h+%+h+(.s.(.x+%+A A A A A 6.A A 1 1 A 1 N.N.N.A N.6.A 6.6.1 I.I.1 I.1 o o C+o C+C+F.u S 6.C+s.x+x+6.6.6.A A w %+%+%+G.< { _ b O /.j+j+O j+/.c+{+$ w+6+V 3 U.U.U.U.*.j 3 *.U.U.U.U.U.U.U.) *.D *.) 1+[.U.g+f+f+f+m $ ~.~.F $ $ ,.,.r = i 1+i U.g+V m f+f+f+f+f+f+= = = g+m 6+f+6+w+6+w.w+Z.w+$ 3 g+U.j V U.w.3.=+3 g+g+g+g+i U.U.U.3 g+g+Q f+6+f.f.$ $ F f.r ;.q =+T ) X.[.L.y+M.M.d i+d >+J.>.M.M.)+M.b+7 7 d.$+F+5.A+A+F.u V.S S S S S S S S (.C+o C+6.6.; 6.6.C+C+C+C+6.; ; ^+^+^+^+^+^+^+^+^+t+f &.&.&.; s.A+Y Y 2+#.s.0+{.{.{.0.R.`.R.$+} } E+T.G.&.G.` T.c R.F+:.7.G 7.} T.#.T.T.R.M 0.#.u ].T.].].} } G G '+$+R.C `.`.z+B 0.B 0.<.<.,+0+9 2+u 2+2+9 5.].].2+2+,+,+s.,+,+s.].0+{.2+].q.{.F+R.'+G :.5+:.x.a+a+$+$+$+$+E+h $+E+E+T.R.{.q.7.7.7.q.E+R.F+'+{.} R.} F+} } G  +4+t t l.l.l.l.4+4+:.F+q.c 5.V.,+u S s.(.s.s.F.F.F.F.F.S S o C+C+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:481:"0.0+` <.<.M M M s.s.s.(.; ; x+%+%+X %+%+h+(.X %+(.s.s.(.; 6.%+A A 6.6.A 6.6.A 1 1 N.1 N.1 1 1 N.1 A N.I.1 I.I.I.o / 6.A ; 5.5.| ; u S C+F.F.; A 6.I.X w &.w w w h+:+o.b {+g./.j+j+j+b j+c+c+z z ~.Z.w+6+U.j U.[.*.[.X.[.i U.3 U.*.U.) 1+*.[.*.U.3 f+m 6+f+,.6+m m m ,.,.,.f+= g+i i i U.Q i g+g+f+6+f.m f+V f+g+g+3 m w.f.p.z p.w+{+{+p.w+w.6+g+3 ! 3 ! g+]+g+3 g+f+3 g+3 g+3 3 U.g+g+V 6+m f.$ $ $ $ f.6+= ) ++T ) ) ) ) T M.8 k.N -.B+Q i+-+<+<+).| f | | &.| F.F.F.s.(.(.s.F.S 9 9 9 S S C+6.6.o C+C+C+F.C+C+S F.; ; | 4.^+^+^+^+^+^+^+^+q+f G.&.A &.(.A+ +7.Y ].7.:.} c c :.:.:.4+G `.C G j.` <.R.].R.T.R.E+F+'+'+$+E+C R.C '+G c R.q.R.].{.Y } '+E+$+$+h $+t 4+4+t 5+C `.0.<.<.,+,+9 0+A+].].R.0.2+].].].2+T.s.` M M <.7.E+0.{.E+'+a+a+$+5+5+:.- -.:.a+5+h G h h E.'+'+'+R.R.].} 7.7.} $+a+'+G <+l.l.t G '+F+'+:.k  +:.4+t <+l.t t :.G F+} q.].2+0+u (.,+S S S F.S F.F.S C+o S C+S S ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-482-"` ` <.,+,+M M h+h+%+; h+(.%+%+6.w %+%+%+%+%+%+X (.(.,+s.(.(.(.x+x+6.6.A 1 6.1 1 A 1 1 1 1 1 1 1 1 / 1 1 1 I./ / I.:+| ! ( D D *.u 6.C+S (.(.F.6.S.6.A w w h+%+x+%+f o+9+{+c+O O j+j+j+/./.!.z {+{+/+c+{+6+g+U.[.U.[.[.X.U.i U.U.1+1+1+U.U.U.V $ p.f.f+= i i f+,.,.,.,.r r = i i 1+U.g+g+U.g+g+J.g+m w.m 6+V g+U.g+U.V 6+w.w.Z.6+> Z.w+6+3 g+g+U.U.U.U.U.w.! g+U.g+g+3 j 3 j ! 3 j V V m w+$ ~.z F F F F $ ,.1+q ]+T p+L.T ) T ]+k.6 s ~+m+9.~+2 V.f ; w &.A 6.S C+C+F.s.(.(.F.S S S S S F.C+C+o C+; C+; C+F.F.C+C+C+(.; | ^+^+^+^+^+^+^+^+^+t+f &.&.w &.; A+7.Y 7.Y t l.q+4.^+4.^+^+^+^+^+4.q+4+'+0+} E+E+c t 2 q+q+q+2 q+2 2 q+2 2 9.q+q+2 q.} F+:.G F+4+q+4.^+^+^+^+4.4.^+4.2 F+T.M <.2+u 9 2+a q+2 2 q+2 2 2 2 a+2.A.l.^+4.<+} 2 2 q+2 q+9.q+q+q+q+:.-.l.q+q+q+q+q+q+9.q+q+7.} } 7.F+E+4+2 s ^+^+^+4.^+^+4.^+t+t G F+k 4+k t t t :.4+a+F+F+j.q.c 9 u u S 0+u F.S S S F.C+S S C+C+S o o ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:483:"0.0+` <.M M h+; ; (.h+(.%+; x+h+x+%+x+(.(.(.h+(.M s.u F.s.; ; C+; ; I.6.A A I.1 I.1 1 N.1 / 1 1 / 1 / I./ I.I.N.A f } n.#+^ ^ B.D &.; F.6.(.(.x+o 6.6.x+%+y X A 6.&.o+_ b {+p.{+_ O O O W /.!.c+c+z !.!.Z.w+m 6+f+3 f+U.g+g+f+g+= U.f+m Z.w+Z.Z.Z.6+= i = i U.g+f+r g+= = = i 1+1+1+U.[.[.[.L.j Q 6+f+U.3 g+) 1+[.i j 3 3 J.> )+y.H > j [.*.X.*.*.*.*.U.U.U.*.U.U.j *.D D *.3 y.U.j J.V f.6+f.$ ~.$ F F F $ = =+T =+y+X.[.) ) T =++.+.=+b+3. +; A F.R A 6.; o o o I.(.x+w (.A o S C+S C+C+F.C+C+F.C+; C+C+C+F.C+S C+(.s.| ^+^+^+^+^+^+^+^+4.q+f o+:+:+w %+F.A+A+].7.q+4.4.^+^+^+^+^+^+^+^+^+^+4.t+G E+q.} ].q+4.4.4.^+^+^+^+^+^+^+4.4.4.4.t+E+E+}  +:.t+^+^+^+^+^+^+^+^+^+4.^+^+4.2 R.<.,+0+u A+s 4.^+4.^+4.^+^+4.2 `.t+4.^+4.l.} ..^+^+^+^+^+^+^+^+..5+5+q+^+^+^+4.^+4.^+4.^+'+F+} '+F+2 4.4.^+^+^+^+^+^+^+^+^+4.4.s t G 4+4+t O.- - 4+G '+} q.c 9 V.9 s.F.S 9 S S F.S S S S S o S o S S ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-484-"0.<.` <.,+M h+h+h+%+%+x+%+; (.s.(.s.s.s.s.F.s.(.,+u s.s.F.; ; ; x+; 6.6.I.1 I.1 I.1 N./ 6.N./ I.N.N./ / n+o / o U.3.+ #+, b., , k.3.f | %+(.F.C+S 6.%+%+%+X (.(.%+&.&.o+_ b Z.Z.c+O _ b b b c+z {+z /+!.z Z.$ ,.,.m m m m m 6+m ,.m $ $ $ m m f+f+g+i i i i [.U.i = f+g+g+= i 1+) ++++) T ) T ) ) [.U.1+[.[.U.X.X.[.X.X.X.X.X.X.X.X.X.X.D X.D D u.*.D D D D y+y+D X.*.D D D )+y.y.[.g+3 3 V 6+m m ,.,.m ,.g+J.j r+d.).! ! j *.1+U.y.*.( '+c | A 6.6.6.o o o 6.6.; 6.6.x+x+6.x+6.o C+F.F.C+C+C+C+C+F.C+C+; C+F.C+F.C+x+u V.4.^+^+^+^+^+^+^+^+q+:+# D+:+:+w M ,+s.R.4.4.^+^+^+^+^+^+^+^+^+4.^+^+4.^+4.F+c Y c q+4.^+^+^+^+4.^+^+^+^+^+^+^+4.4.c E+'+t 4.^+^+^+^+^+^+^+^+^+^+^+^+^+^+^+4.E+0.,+0+2+s 4.^+^+^+^+^+^+^+t 2 ^+4.^+^+l.F+..4.^+^+^+^+^+^+^+s G G q+^+^+^+^+^+^+^+^+4.G h  +j.t+^+^+^+^+^+^+^+^+^+^+^+^+^+^+^+^+k :.t 4+4+4+4+4+ +7.} A+V.u s.F.; s.F.F.F.S F.F.S C+S S S o C+o C+",
##############################################
lazarus-2.0.10+dfsg/images/splash_logo.xpm-506-"M M M s.M M M M M | M M M M (+,+M ,+<.<.0+0+` <.<.<.(+,+| ,+(+| <.(+,+| 0+A.r+j : ] ] ] Z ] ] ] ] ] p ] p H., b.b.b.b., , , , , , H.: V m f.f+m ,.m m ,.,.,.,.6+c.A.B ` 0+0+,+,+s.; s.; ; ; %+h+%+M <.` 5.z+y.=+=+=+) =+++) ) ) ) i i ) ) 1+) 1+) ) ) ) 1+) ) ) D *.) D ) ) ) y+) y+=+y+=+=+u.u.D 8 u.3.y+u.D D D u.u.8 b+u.D D D u.u.D 8 k D k 3.k 8 n.~+q+k.[ s J 4.&+J s &+r.[ [ &+..[ 4.^+[ ..s ..^+^+4.s 4+S u 5.5.5.V.V.V.c V.V.V.V.V.A+5.u | ; ; ; 6.; 6.6.; C+; ; C+; ; F.; ; C+; F.; F.; ; C+C+; F.F.C+S C+o | | 4.^+^+^+^+^+^+^+^+^+^+^+4.^+4.t+A.2 4.^+^+^+^+^+^+^+k D+_  +^+^+^+^+^+^+^+^+^+D+o+4.^+&+^+^+^+^+^+^+< D+D+9+o.# :+f a 4.^+^+^+^+^+^+^+5+9+_ :.^+^+^+^+^+^+^+^+4.D+D+# q+^+^+^+^+^+^+^+^+q+D+D+D+# !+&.| s 4.^+^+^+^+^+^+^+q+D+D+k ^+^+^+^+^+^+^+^+^+9+D+o.s 4.^+^+^+^+^+4.'+M w a ^+^+^+^+^+^+^+4.f D+# # !+w ; ,+s.F.u F.,+u 9 ,+9 2+2+2+2+2+2+2+A+0+0+,+u ,+,+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:507:"s.,+,+M ,+,+,+,+,+s.| M (+| M M M G.,+<.` ` <.<.` <.` ` ` A.M ` M M <.<.<.0.0 )+: ] ] ] ] ] ] ] ] p p p H.H.H.b.b.b.b., b., , , g g+$ Z.m m m m ,.m ,.m m m m 6+! z+].].2+2+2+,+| s.(.; ; ; h+h+M M ` 5.5.c ( 3.p+]+p+p+++=+p+++++1+i ) ++]+++) =+) ++=+) ++) ) =+=+=+y+) =+) ) ) ++++=+=+=+7+8 u.D D D y+) D D D D D u.8 b+7+7+u.y+u.D u.3.3.n.8 n.a ~+s J [ [ r.....&+^+^+&+^+&+J J J &+^+^+^+^+^+^+&+^+4.t+4+5.9 V.V.c q.Y }  +F+q.q.q.V.V.| | | ; ; ; ; ; C+6.6.6.C+; ; C+; F.; C+; ; ; F.C+; ; ; ; ; C+F.F.C+S F.u 5.4.^+^+^+^+^+^+^+^+^+^+^+^+^+^+t+A.2 ^+^+^+^+^+^+4.^+~+o.o.l.4.^+^+^+^+^+^+^+&+D+f ^+^+^+^+^+^+^+^+^+q+q+2 q+q+q+a &.2 ^+^+^+^+^+^+^+^+9.o.D+a ^+^+^+^+^+^+^+^+^+o.D+D+q+^+^+^+^+^+^+^+4.2 # D+# # :+A F.s ^+^+^+^+^+^+^+^+J o.D+a ^+^+^+^+^+^+^+^+&+D+o.D+q+^+^+^+^+^+^+^+<+< f q+^+^+^+&+^+^+^+4.D+# D+# # w (.s.F.F.s.u u 9 #.9 9 2+9 2+u 9 9 u 2+9 #.u ,+0+,+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-508-"s.,+s.M M ,+M ,+M (+,+M <.,+M (+<.M ,+,+<.<.` <.` <.<.<.M A.M 2.M A.,+| | <.r+)+k+] ] ] ] ] ] ] ] ] W.H.H.H.b.H.b.b.b., , b.H.++m ~.~.m r f+,.,.m m ,.,.,.,.m 6+! T.R.].2+u 0+s.M | s.F.; ; M | M | (+<.0+c ( 3.B.3.++=+++p+]+++++i U.i ++++]+++++) ) 1+1+1+1+) ) ++) =+[.[.) 1+) ) ) ) y+y+y+u.=+D D *.1+*.) ) *.[.D D D u.b+u.D [.D ) y+3.8 n.l.~+k.r.~+B.]+]+B.g 6 &+^+J 6 s + B.E _.&+&+^+^+v+[ 6 ^+&+4.q+ +u 0+2+c q.j.F+ + +:.} } j.c c 5.(+5.u 5.F.; ; ; ; ; ; ; ; ; ; ; ; ; ; ; C+; ; F.; ; 6.&.; C+; F.S ; 5.| V.&+^+^+^+^+^+^+^+^+^+^+^+^+^+^+t+A.2 ^+^+^+^+^+^+^+^+^+<+-.^+^+^+^+^+^+^+^+^+^+o.| ^+^+^+^+^+^+^+^+^+^+^+^+4.4.4.q+| a ^+^+^+^+^+^+^+^+^+a - 4.^+^+^+^+^+^+^+^+4.o.D+D+q+^+^+^+^+^+^+^+^+q+D+D+# # R &.| 2 ^+^+^+^+^+^+^+^+^+l.k ^+^+^+^+^+^+^+^+^+^+D+D+D+k ^+^+^+^+^+^+^+4.t l.4.^+^+^+^+^+^+^+t+D+D+D+# # w %+s.,+F.s.u u u ,+u 9 u 9 u u u 9 u u 9 s.u u ` ,+",
##############################################
lazarus-2.0.10+dfsg/images/splash_logo.xpm-513-"5.` (+,+(+<.(+,+,+5.,+u 5.,+5.u 5.5.u 5.5.5.5.0+,+5.5.0+,+u u 0+0+0+5.,+0+,+B i+: ] ] p W.W.W.W.W.W.W.W.H.W.W.W.H.W.H.H.u+m ,.,.m ,.V m r = r = r r r r ,.,.6+H 0 ` | | u u 0+` ` | ,+5.u ,+0+,+0+0+| M | ; y.=+) ) ) 1+1+) 1+V ,.Z.Z.r i 1+1+U.g+U.[.1+1+) 1+) ++U.*.3 U.[.X.) 1+) 1+1+) ) y+) y.y.*.*.[.*.[.1+) ) ) X.y+b+y.*.*.y.*.) ) =+) 3.+ [ B.D =+) ++++_+p+p++++ y+3 1+) ++q @.d+#+^ p+@.@.+ ^ v+E n.c 2+2+2+].0.T.].{.F+7.E+F+F+:.7.} R.0.5.5.5.u u u 9 5.9 9 V.V.9 s.; ; | s.| u u u 5.V.V.V.A+V.A+A+Y Y } q.7.2 q+q+2 2 t k  +G  +G G x. +k V.D+# D+# ; l.s 4.4...l.< D+<  +4+t t 4+k  +b+ +D+o+ +4+t t t 4+k  +k  +F+5+5+ +4+Y # # # < &.a ..4.4.s l.o+o.o+ +k 4+t k k F+k :.# # D+Y 4+l.a l.<+k k  +V.D+D+D+# o+A ; F.s.u t t+4.4.^+t+ +# o+0.F+t t 4+4+k k G k D+# D+# R A ; ; Y <+q+4.4.^+^+..t+t | :+D+D+D+D+D+D+# :+A (.F.F.s.s.u ,+,+,+,+u u ,+,+u ,+,+u u s.,+u ,+,+,+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:514:"5.5.5.,+(+5.(+5.(+5.,+(+u ,+,+| u | 5.u 9 u u u ,+s.s.,+,+,+u ,+<.,+u F.u ,+A.).q ] ] W.W.W.W.W.W.W.W.W.W.H.W.W.W.H.W.W.= ,.,.,.,.m ,.,.r = r r r r = = f+f+,.H A.<.,+s.9 5.V.,+` <.,+,+V.9 5.0+u 0+0+,+,+A.).=+3.=+) ) 1+) U.w.f.F $ f+i 1+1+U.g+i [.1+1+1+++++++1+[.3 j U.D ) [.) 1+) ) ) ) D *.y.*.*.[.*.1+) *.) ) D u.u.( b+*.D D D ) ) ) =+E [ 3.u.3.=+3.]+q p+p+B.+ y+3 U.1+++p+@.+ + B.B.B.@.g , [ E t A+V.9 2+0+B ` ` T.R.q.T.].].R.T.0.0+<.,+5.9 5.9 V.u 5.9 V.].2+V.V.u u u u u 5.u 5.9 V.9 V.A+A+q.q.} } q.c c 7.Y Y T.| :+# D+D+D+# D+D+_ D+D+D+D+D+l :+:+l :+# D+D+D+D+D+D+# # # D+D+# D+D+D+D+D+D+:+:+R # o.D+D+D+D+o.D+D+D+# D+D+D+# :+w :+:+# D+# D+D+# D+# # D+# o+D+D+D+D+D+D+D+!+&.%+f :+# D+D+D+D+# # # l A ; F.s.| u %+:+:+# D+D+D+D+# # D+# # # # D+D+D+D+D+D+# :+&.| &.w # # # # D+9+o.o.# # # D+# D+D+# # l :+h+F.,+F.F.s.u u u ,+,+,+0+,+,+0+,+,+,+,+,+,+u u ,+,+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-515-"5.A.(+5.,+(+5.,+5.,+5.5.(+5.| 5.| u | 5.| 5.5.5.s.s.s.s.s.s.,+u ,+,+,+s.,+,+(+' ++Z W.W.W.W.W.W.W.W.W.W.H.W.W.W.W.H.H.W.u+,.m m ,.m f+,.r r r r r r r r = r 3 H A.<.,+u 5.u | ,+M M | u u 0+,+,+0+u <.0+5.5.).) ++]+) ) 1+) i Z.F F $ f+i 1+1+g+g+g+U.[.1+1+) ++=+1+*.3 3 j *.*.) 1+) 1+1+X.y+D )+*.U.*.*.*.[.[.1+) ) *.3.3.b+( b+*.*.D =+) D ) E [ n.u.=+=+]+]+p+@.@.+ + X.g+) ) p+@.B.B.+ ]+p+l+@.g ^ #+~+3.c V.2+V.2+` (+` #.` T.G.A.` z+0.0.B ,+(+u | F.u u u V.9 ].A+A+A+V.V.5.u 5.u u V.9 9 V.V.V.c q.q.q.A+Y Y Y 7.q.V.c (+G.:+# D+D+D+D+D+D+D+D+D+D+D+D+# # &.w # D+D+D+D+D+D+D+D+# # D+# D+D+D+D+D+# D+:+:+:+# D+D+D+D+D+D+D+D+D+D+D+D+D+# :+w w :+# # D+D+D+D+D+D+# o.# D+D+D+D+D+D+D+# :+w &.&.:+# # D+D+D+D+D+# :+A C+S s.s.| | w :+# D+# D+D+D+D+D+# # D+D+D+D+D+D+D+D+# # w %+,+&.A # # D+D+o.D+D+# D+D+# D+D+# D+# !+%+(.s.F.F.s.s.s.s.s.,+u u ,+,+,+,+,+,+,+u ,+s.s.,+u s.",
##############################################
lazarus-2.0.10+dfsg/images/splash_logo.xpm-518-"5.5.5.5.5.(+5.5.5.5.(+5.,+5.u 5.u | u | 5.| | ; | | | | s.M M | | ,+s.M | s.| | 2.! ( p+l+W.W.W.W.W.W.W.W.H.W.H.W.H.W.W.x Q.m ,.m ,.,.,.g+r r = r r r f+g+' r+A.5.,+0+0+2+0+2+2+0+0+0+0+V.2+0+2+0+0+0+5.5.r+3 D ) ) ) 1+) ) g+Z.Z.~.f.g+[.) ) w.m ,.U.[.X.) y+]+=+1+*.3 3 3 y.X.) D ) ) ) [.y+X.y.j y.y.*.[.U.[.[.1+) D 3.E ( ( ( b+*.D D ) 1+) d+[ i.n.n.+.]+p+B.B.g #+~+D D =+]+]+p+B.^ +.+.+ d+@.#+6 + + n.c q.].].T.R.`.T.T.` <.G.M ` ` ` (+M M ; u V.9 u s.9 2+].2+2+2+].2+].].A+A+A+A+A+9 A+A+9 9 u u S u ; u ; | h+; ; ; | ; A R R / / / l l l l l / / / / A 6.; ; R !+l l l l l / :+w f :+:+/ / :+l :+R R A &.w :+!+N./ l :+/ l l / l l :+R w ; ; ; %+w |.!+!+# !+!+w %+w w R R !+R :+:+R X %+; M &.w :+R !+:+!+:+R A (.F.s.u F.F.s.| ; w R :+l :+:+:+|.A A A A R R R / R / R A ; F.s.F.s.; ; A w R :+l # l # l l :+w &.; s.s.u u u #.F.u F.u s.u u u ,+0+,+,+,+,+,+,+u u s.,+s.,+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:519:"0+5.5.5.` 5.5.5.5.V.5.5.u 5.| 5.| 5.| u | u 5.| s.; | s.| M M | s.s.M M | M | | | (+r+)+++Z W.W.W.W.W.W.W.W.W.H.W.H.W.W.x ,.m f+,.,.,.f+r = r r r r f+j ! r+A.<.<.0+,+0+,+0+0+0+u ,+0+0+0+2+2+2+,+2+5.5.5.V.! *.) ++=+1+) ) g+Z.Z.F f.= 1+) [.Z.$ ,.g+X.) ++) ++=+D [.j 3 j *.X.y+) ) ) =+) X.X.j 3 j *.U.D U.U.U.[.U.) 3.a y.b+( *.*.D D D [.X.@.k._.n.n.3.n.p+B.+ l+s+k.u.D y+]+B.B.E r.d+B.+ d++ [ v++ + k j.R.R.].].R.R.].#.` <.2.G.2.` M ` | &.&.| u s.F.s.u A+Y Y q.Y Y Y A+A+V.A+A+9 9 S u u u F.; C+; ; ; ; h+h+h+h+s.; ; ; &.&.&.&.&.R A A A A A 1 I.6.A A (.C+; ; 6.A :+R R A A 6.; 6.A A A A &.w &.A ; 6.; %+G.&.&.A ; ; A &.&.%+%+%+%+%+(.M s.(.; x+%+w w w w %+(.(.; ; A &.A A ; A ; ; ; M s.; %+%+&.&.&.%+%+; ; s.s.s.s.s.s.s.F.| ; &.A w w w %+%+; ; ; ; ; A &.&.&.&.&.; ; ; S ; S s.; ; ; A A A A w &.w A A ; s.F.s.S u F.F.F.u u u ,+u ,+,+,+u 0+u ,+,+,+u ,+s.,+,+,+,+,+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:520:"<.<.5.5.5.5.` 5.,+5.V.5.5.u | u | | 5.5.5.u 5.u 5.| | M | ; ; M | | ; M M M | M M M | | ).y+l+p W.W.W.W.W.W.W.W.W.W.W.W.= Q.,.,.,.,.,.f+r r r r r 3 > r+(+G.M s.,+,+| ,+,+,+,+,+,+| ,+0+0+0+0+2+0+2+V.2+V.r+3 *.) =+]+1+) ) j Z.Z.Z.m Q ) y+U.p.$ f+j X.M.D =+]+=+) *.U.3 j *.X.y+D y+) ) *.) *.j 3 j *.y.*.U.3 U.U.U.) 3.E y.( ( ( D D ) D [.[.E U 9.n.+.+.3.B.p++ + #+J i.3.7+=+B.B.d+r._.E v #+v ^ s B.i.k j.q.].R.R.R.R.].0+` <.M M M ` ` ` (+h+h+| u s.s.u 2+Y Y 7.7. +7.Y A+A+V.9 9 S S F.; A 6.6.A 6.; ; ; ; s.(.(.(.s.(.(.(.; ; ; ; ; o ; 6.; ; 6.; ; o C+C+F.C+C+C+; C+; C+; 6.; ; 6.C+; ; ; ; | ; ; C+F.C+s.(.M (.F.C+; s.F.F.F.s.F.F.F.s.(.(.s.s.s.(.s.(.(.(.(.(.u u F.s.s.F.; ; s.(.(.(.F.s.s.s.(.M (.(.(.(.(.s.(.F.F.F.s.F.F.s.F.s.F.s.s.; s.; s.(.F.S s.F.s.s.F.; s.F.s.s.s.s.s.s.F.s.s.s.s.; ; | ; ; ; | s.s.s.s.F.,+s.u u u u u u F.u s.u 0+u u 0+0+u u ,+,+,+0+,+` ,+M ,+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:521:"5.5.<.<.` ` <.(+5.5.5.5.5.5.5.5.5.u u 5.| 5.| | ,+s.| ; h+h+h+; M ; | ; | M h+M ; ; ; | | > D @.p W.W.W.W.W.H.W.W.W.W.W.x r ,.f+m ,.,.r r r r f+g+! ! | ; s.M M M ,+| ,+,+,+,+| ,+,+,+,+0+2+2+T.0+2+5.c 5.c ).U.) ++]+[.[.++U.w.F Z.6+Q ) T [.p.$ f+g+X.y+) ) =+]+X.y.y.3 j X.M.T X.) ) ) [.X.D ).3 j y.X.y.g+3 3 [.U.) n.n.y.( 7 *.*.D ) D 1+X.B.^ _.n.n.n.3.3.B.d+l+#+&+s i.+.]+7++.B.r._.E _.#++ ^ J #+_.8 c R.q.q.{.C R.].T.T.` ` ` M <.` 0+,+| | u s.F.u 9 A+Y 7. + +Y A+A+V.u F.; C+; o ; ; F.; C+; o o ; ; F.(.(.(.h+%+(.(.C+A &.A ; C+C+o C+; ; ; ; F.F.C+F.C+F.F.F.C+; C+; C+C+; C+S C+C+F.F.F.s.F.F.S C+S S s.s.u S S S S s.S ; S s.F.s.F.u s.F.(.F.u (.s.s.F.(.s.F.u s.S F.; u u s.s.s.s.M (.M s.s.s.s.s.s.s.s.F.s.s.s.F.u F.s.s.s.s.s.s.F.s.(.F.s.F.F.s.S F.s.S s.u (.s.(.s.F.s.F.s.F.u F.F.(.s.,+F.s.s.u s.F.S s.u u S u u F.#.s.u u u ,+u ,+,+,+,+,+u u ,+0+u 0+u 0+0+0+0+0+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-522-"| <.(+,+(+(+,+(+,+5.5.V.V.5.V.5.9 5.5.5.5.5.5.5.5.s.| | ; h+M ; M | s.; ; | M | | | M | | | ).*.@.Z W.W.W.W.W.H.W.W.W.p = Q.,.f+,.,.,.,.r r g+3 ).A.| M | s.| ,+M s.| s.,+,+,+,+,+,+0+0+0+T.2+].T.2+0+V.5.).).U.y+=+]+) ) ) [.3 Z.$ f+Q ++=+[.p.$ J.J.X.y+u.T 3.3.) *.*.3 j *.X.u.y+y+y+=+*.[.D j 3 j y.*.*.j U.U.U.[.y+n.n.( ( y.( *.D D D ) ;.+.[ _.n.+.+.+.B.B.+ d++ &+&+k.E +.]++.+.k.k.i.#+_.v k.v+s ~+t '+E+F+} } E+R.].T.` #.0.` ` ` T.T.2+0+,+u ,+s.u S A+Y  +Y A+A+u u F.; ; 6.A o ; 6.6.C+F.F.; ; ; F.; ; (.x+x+x+h+(.S.C+(.; 6.; o S o S o S F.; F.C+S F.; ; ; s.F.F.; F.; ; F.| o S C+; F.| F.s.F.F.C+F.S u | s.S F.s.F.| s.; F.s.F.(.(.F.(.u F.F.s.s.s.,+s.(.s.s.u ,+s.s.(.F.s.S s.F.F.s.F.s.s.F.,+F.s.u S F.S F.F.s.s.s.u F.u F.s.(.s.u u s.F.s.s.F.,+u S ,+u s.s.,+s.s.s.s.s.s.s.(.s.s.s.S F.s.s.s.F.u u ,+u F.F.,+u u u F.F.u u s.F.u s.u ,+0+0+0+,+0+,+0+0+#.2+2+T.].T.].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:523:"` | ,+(+(+(+,+| s.5.V.V.V.V.V.V.V.5.V.V.u 5.5.u V.5.s.| M ; M | | | s.,+,+,+,+,+| | | | (+| | r+y.q Z H.H.W.W.H.W.H.W.W.x r f+V f+,.,.r = g+3 ).A.(+| ,+| M ,+,+,+<.,+<.` ` 0+<.<.<.,+0.2+].T.2+].c <.(+| V.).y.) ++3.) ) ) [.U.Z.f.V i y+T U.{+$ V J.y.y+u.=+]+y+X.*.D j )+X.M.M.y+) =+=+) ) D j ).y.y.X.y.[.U.[.) U.y+B.n.y.7 ( ( *.D D D ) T ]+k._.E +.n.3.B.B.B.d+d+6 &+[ +.7++.B.E ~+s _._.k.v _.#+P._.k :.} 7.'+'+$+E+R.T.5.T.T.].T.T.T.c T.V.| | ; | s.u S 9 A+Y Y V.F.&.; ; &.; 6.; o o 6.o ; C+C+; ; A (.x+x+x+h+G.2.2.G.G.G.2.| &.| ; ; | (+2.2.| | | G.(+2.K 2.| 2.| | | | ! G.! f | | | 2.(+2.| | | | | (+2.A.(+| (+| (+(+M A.M M 2.M <.M <.M ` M M ` M ` M ` M <.<.<.<.A.M (+(+M M ,+<.M <.M <.M ,+,+,+s.<.s.s.u ,+,+` M M M ,+,+,+,+,+,+s.s.,+s.s.,+,+,+| ,+,+,+,+s.,+s.s.s.s.s.s.u u s.s.,+s.s.F.u s.s.u S S u u S #.F.u F.#.u F.u ,+,+u ,+u s.,+,+u ,+u u 9 2+2+T.2+].].c ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-524-"<.(+,+,+,+,+(+,+| 5.5.5.5.5.5.5.5.5.V.V.V.5.5.5.9 5.u ,+,+| | ,+,+,+0+u 0+u 5.0+` <.<.| (+u u 5.5.).) l+H.H.W.W.W.H.W.W.u+,.,.,.f+m m f+g+j ).0.5.5.A.0.B B <.0+0+` 0+0+V.0.T.2+2+0+` 0+0.].R.q.q.].5.5.5.r+).U.D ++) ) ) y+X.U.m w+f+i y+]+U.p.Z.f+U.M.T u.=+7+=+M.*.*.y.y.*.D y+y+T =+=+D D ) 3 3 y.y.*.X.y.X.X.[.[.D n.n.y.7 ( ( *.D y+) ) T p+k.~+n.E n.]++.B.+ B.+.r.&+~+E 3.]+E E d+r._._.#+_.d+_.6 s a k F+7.F+7.{.{.`.T.0.0.T.T.0+` T.].T.2+,+| ; ; s.s.u F.F.9 A+q.9 ; ; ; ; o ; ; ; o C+C+C+; A %+; ; C+F.C+%+`  . . . . . . . .H >+H  . . . .*  . . . . . . . . . . . . . . . . . . . .>+ . . .>+>+>+>+ .>+ . . .>+>+ .n >+ .n  .>+n  .n  .n  .n n n n >+>+n n n 0 n 0 K n n n n n n n K n n K K K n K K K B K B K #.2.B K B 2.B ` (+2.M ` M <.,+,+,+<.<.` M A.<.<.<.s.M ,+s.,+,+s.s.s.s.u F.,+F.s.(.s.F.s.u ,+u u u S u u u s.F.u #.9 u s.s.,+0+u 0+,+0+0+0+0+0+2+2+T.].].c R.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:525:"| | ,+| | | | | | | u u 5.u 5.u u V.5.V.9 5.5.5.,+5.(+,+| s.,+| ,+,+,+<.5.5.u ,+,+<.` A.5.5.u 9 5.V.).*.p+g H.H.W.H.W.H.x r ,.f+f+f+f+> ).).z+V.0.0.0.B 0.0.0.T.0+].T.c T.].c T.0.0.T.T.].].R.q.q.q.0.A.5.5.! y.) =+=+) ) =+) U.6+f.f+[.T =+U.Z.$ 6+U.y.y+y+=+=+3.D X.*.y.y.( M.M.y+y+=+=+*.D D j ).y.y.( *.X.y.[.*.1+D B.l.y.( ( ( *.*.y+D y+T ]+#+_.n.n.B.n.E B.d+p+]+r.&+~++.+.d+E i.k.r.E E _.v d+#+J s a k :. +a+a+$+E+R.z+0.0.T.`.0.0.c ].c c V.5.5.u | s.| &.&.s.V.V.V.S ; ; ; ; C+C+; ; C+C+C+A %+%+%+(.F.S (.G.y p.a.K.a.K.a.K.a.~ a.~ a.~ P K.K.a.K.a.P K.Y.K.a.K.a.a.a.a.a.~ a.a.~ a.a.a.a.a.a.a.a.a.a.[+a.a.[+a.[+a.[+a.[+[+}.[+[+}.* [+8.[+* [+* [+* * * * [+8.* *  .* * 8.* *  .8. . . . . . . . . . . . .n 8. .n  .n K n n n K K K K 2.K 2.2.K 2.2.2.2.2.2.(+2.G.` ` M M s.s.s.,+s.,+s.,+s.,+,+u s.u F.s.u u s.u u s.F.#.F.s.F.F.s.(.,+0+,+,+,+,+0+u ,+0+0+0+2+].].].R.R.q.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:526:",+| | | | | | | ; | | | ; ; | ; ; | | | | u | u | 5.| s.(+| ,+,+<.<.<.` <.,+,+u s.s.5.` ` 5.5.V.V.c V.).y.]+Z H.W.W.W.W.x r ,.r f+3 > ).z+c c c z+`.c T.T.c `.`.z+T.c R.R.].c c T.0.z+c R.R.].].].2+].0.0.r+j *.) T =+) ) =+y+[.V w.g+[.=+=+[.w.m f+X.X.y+y+7+]+3.D ( ( y.y.D u.u.M.T =+]+[.D y+j j y.y.X.( X.X.) ) D ) E n.y.'+( ( b+D u.D =+T ]+_._.3.n.+.+.B.E + B.N r.&+_.E +.d+i._.r.s _.n.d++ + k.J [ a 4+x.G a+a+$+{.R.R.z+T.c `.].c R.].c c c V.5.5.5.s.(+| | 9 ].q.2+u ; ; ; ; ; ; o C+; ; 6.; %+M (.(.C+x+%+B  .a.P @ P @ @ @ @ @ P @ @ @ P @ @ @ @ @ P @ P @ @ P @ P P @ P P P P P P K.K.Y.Y.Y.K.Y.Y.K.Y.Y.Y.Y.a.Y.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.[+a.[+a.[+[+[+[+[+[+* * [+* * [+* [+* * * * * 8.* *  . .*  . . .8. . . . . .n  .n  .K n n n K n K K K K K K 2.K 2.2.` (+` M ` M <.,+,+,+0+u s.,+u ,+,+,+u u s.u s.s.u F.u u u s.(.,+s.,+9 0+0+0+0+2+2+2+2+].].].q.q.Y } F+F+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:527:"| | | | | ; | ; | ; &.| G.G.G.| &.; | | | | | | ,+| | | | ,+| | ,+,+A.` M M s.; ; u (+5.<.(+,+(+5.V.V.5.0.y.++g H.W.W.W.x r ,.f+3 j d.C c c `.`.z+z+z+T.R.T.`.`.c c c R.R.R.R.R.c R.c R.R.R.R.c 0.c 5.c c V.).( ) 3.y+*.) ++y+*.f+m g+1+=+=+[.w.6+f+U.D X.y+=+3.7+D *.y.y.*.M.M.u.u.y+=+=+D y+D j ).y.( ( M.D D ) ) X.D E l.y.( ( ( D D y+u.y+]+B.E ~+n.E +.+.B.E + B.d+[ ..i.E +.d+_._.#+s ~+E _.#++ #+J 2 l.4+k :.5+a+$+h '+{.C R.`.R.R.R.E+R.R.q.q.q.V.V.,+5.5.5.5.V.q.q.V.s.F.; ; 6.6.; 6.; 6.6.; %+(.M h+(.x+(.y 0  .~ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ P P P @ @ @ P @ P P P P P P P P Y.P P P Y.Y.Y.Y.Y.Y.Y.Y.% Y.% % % % % % [+[+[+[+[+[+[+[+[+[+[+* [+[+* [+* [+* * * * * * * * * * * *  . . . . .8. . . . .n  .n  .n  .n n n K K K K K ` K A.2.2.(+A.M <.,+<.<.,+,+,+u u u u u u u ,+,+,+,+,+,+u u u ,+,+u s.0+9 0+0+2+2+].T.].].q.].q.q.R.Y } } F+} ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-528-"| | ; ; ; ; | | G.| | &.| | 2.| G.| | | | (+5.| (+,+| | M | ,+<.,+| M A.2.G.M ; ; | 5.| | | (+| (+5.A.| A.A.).) @.p p p u+,.f+3 ).c j.R.z+].T.T.z+c z+T.R.R.`.`.`.`.R.C R.R.E+E+R.R.R.R.E+R.R.R.c R.T.c c z+j *.) ]+=+X.D 3.=+[.g+w.U.1+=+=+X.6+6+f+y.D X.y+u.]+3.D ( *.y.( *.D u.u.=+=+3.) D D j j y.*.*.( X.M.y+y+) D B.a y.F+( b+b+D u.u.y+7+p+E _.n.n.E +.E d++ E E k.s i._.E d+_.~+_.6 ~++ _.#+v #+&+~+l.k k G 5+a+a+a+a+F+E+E+`.C C R.E+q.R.} F+} c 0.5.5.0.V.T.].].A+V.5.s.u F.; ; 6.; ; ; %+x+h+h+M h+M F.s.M 0 e.P @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ P @ P @ @ @ @ @ @ P @ @ @ P @ P P P @ P P Y.Y.Y.Y.P Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.a.Y.Y.% a.% a.[+[+[+[+[+[+[+* [+[+* [+* [+* [+* * * * *  .*  .*  .*  .*  . . . . . . . . .n  .n  .n  .K n n K K K K K ` K ` 2.` A.A.M (+<.,+,+<.,+,+u u u ,+u u u u u 9 ,+u u u u u 0+u 0+0+T.].R.q.Y q.q.q.Y q.Y q.R.].q.R.q.E+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:529:"; | | | | | | ; | | G.| 2.G.| 2.| &.| | | | | (+(+| <.| <.<.(+,+5.<.M M M (+(+| | ; | s.| G.G.2.(+(+| | G.(+A.! M.I Z p x f+3 ).).c c T.].T.T.].c T.R.`.T.`.R.R.C c `.R.$+E+$+E+'+E+$+$+} '+$+E+R.].c 0.V.r+d.X.T =+=+[.) =+=+D g+V g+T =+=+*.6+6+= U.y+y+y+y+3.3.=+b+*.*.*.( M.u.M.=+y+=+D D D y.).y.*.b+D *.X.*.y+X.D n.E 7 b+7 b+b+k u.8 T ]++._.i.n.'.+.+.E i.d+E d+[ .._.i.d+_._._._..._._.k.#+v #+4.q+l.4+k 4+x.-+a+a+G a+'+$+$+E+c j.E+j.j.} F+F+q.c 0.c c q.} q.Y E+].V.s.| ; F.; F.(.(.(.(.M (.(.M s.s.s.<.#.#. .a.@ @ P 1.@+@+1.Y.@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ % @+1.@+@ @ @ P @ @ @ @ @ P P P P P P Y.P Y.a.Y.Y.P Y.P P Y.Y.Y.Y.Y.Y.Y.% Y.% Y.% % a.% % % % % [+[+[+[+[+[+* [+* [+* * * * * * * *  .*  .*  . . . . . . . . . .n  . .n  .y  .n n n n n K n K K K 2.K ` K A.2.2.A.B M | <.,+,+u u u ,+s.u ,+u u 0+0+u 0+0+0+0+0+0+9 2+2+].q.Y 7.7.7.7.7.Y q.Y q.q.q.].R.q.q.q.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:530:"| ; | ; | ; | | ; | &.| | 2.| f | | | | (+(+(+,+(+,+5.<.5.0.0.0+V.5.,+| (+M A.(+| (+| | ; | | | | | (+(+M (+5.r+r+)+3.d+3.y.).5.V.0.0.V.V.2+].2+].c c `.R.`.].c C c C C j.E+$+E+$+j.E+j.j.E+E+E+c T.T.0.0.r+)+D =+T =+*.++=+=+X.3 V U.) =+=+X.V 6+J.U.D y+y+D =+3.=+*.*.( *.*.D u.u.=+y+=+) D *.y.).*.( *.D *.D X.y+D ) i.i.'+( b+b+b+u.u.8 7+7+p+#+_.n.E N +.d+d+_.E E [ ..2 E d+_._._._..._.~+#+_.v k.&+q+l.k k 5+5+a+a+$+G G a+'+$+'+E+} E+} '+F+G F+} j.c q.E+} F+F+} q.2+5.,+s.s.s.s.s.F.s.M M M M h+M (+<.,+0+B i+e.a.@ @ %.....^+....U P @ @ @ @ @ @ @ @ @ @ @ @ @ @ %...s l+P @ @ @ P @ @ P @ P P P P P P P K.}+e.}+@+Y.Y.Y.Y.Y.Y.Y.Y.Y.% Y.% Y.% a.Y.% Y.% a.% % [+% [+[+[+[+% [+[+[+[+* [+* * * * * * * *  .* * *  .*  . . . . . . .n  .n  .n n n n n K K K K K #.K K K 2.2.` ` 2.` A.A.M ` ,+<.,+,+u u u u u 2+0+9 0+9 0+u 9 u 9 V.2+].].A+q.Y } Y {.q.].].T.2+].2+].].c c c R.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:531:"&.| | | ; | | &.| | | | G.| G.2.| G.G.| | ,+(+| (+(+` V.].0.0.0.V.V.5.,+(+A.A.A.A.(+5.| s.| | | | M M ` M ; 5.,+` r+r+y.).).r+A.r+5.V.0.V.V.A+2+V.].`.`.R.R.c R.c C C R.j.j.R.j.R.j.E+E+j.j.C c 0.c T.B (+| )+u.T =+y+*.=+y+=+[.3 6+Q T ]+]+y+V V Q [.y+y+=+) =+n.u.D y.y.( D u.M.u.u.=+=+*.y+D *.y.7 *.b+( D *.y+=+D u._.i.( G b+b+k 8 8 7+=+7+n.k.i.a +.i.+.i._.d+d++.#+[ E E d++ #+~+i.^ ~+_._.v v k.&+q+<+t :.5+5+G+a+a+5+G a+a+G a+'+'+h '+F+G  +F+F+} F+F+F+F+:.F+Y q.].V.u 5.0+u u u ,+(.s.s.,+s.s.,+,+<.2+`.#.{.e.a.P P $.....^+^+..s C.P @ @ @ @ @ @ @ @ P P @ @ P e.$.$.C.P P P Y.P Y.P P P Y.Y.Y.Y.Y.Y.Y.Y.r...s e.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.a.% Y.% % a.% % Y.% [+Y.[+% % [+[+[+[+[+[+[+* * [+* * * * * * *  .*  . .*  . . . . . . .n  . .n n  .y  .n n n n K K K K K B 2.B 2.K 2.` 2.M B ` ,+<.,+,+u u ,+s.u ,+,+9 0+V.V.9 0+5.V.2+V.A+2+].q.q.R.].].2+].2+2+2+T.].].].R.q.R.q.R.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:532:"; &.; | ; | | | ; | &.| G.| G.2.G.| | | | | | ,+| | (+<.0.].c 0.5.<.(+,+(+` ` ` T.<.5.5.| | | | | (+(+` 5.` 5.5.(+5.0.V.r+5.V.5.(+5.V.V.V.V.V.c V.c T.T.z+c c c c c c c C R.R.j.z+c C C R.R.`.0.` ,+V.0.2.r+)+D ]+=+) *.) =+=+*.3 V U.) ]+]+) j 3 j X.y+y+y+=+]+3.3.D *.*.*.( u.u.u.7+=+=+D D ( ( )+( ( *.D ( D y+) y+D [ i.b+7 b+b+k u.8 3.7+3.+.J i.E E i.i.i._._.E +.~+[ i.E i._.#+_.d+r.k.~+_._.v k.^+q+l.x.:.5+:.5+-+5+x.:.:.5+:.a+h F+G G G x.F+F+G h G 5+G :.F+'+c 0.c c c 2+0+,+0+u u ,+s.,+#.<.<.<.5.T.c R.E.-+d a.@ P $.^+..U d s ..h.C.U U z.$.$.Y.}+s s ..U % P C.U r.m+P % l+....s $.Y.Y.Y.$.......$.[+d ......U }+Y.P Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.% a.% Y.% % a.% % [+% [+[+% [+[+* * % * [+* * [+* * * * * * * * *  .*  .*  . . . . .n  .n  .n  .n n n n K n n K K B K K K ` 2.` 2.` (+` M ` s.,+u ,+s.9 u s.,+u ,+0+9 9 V.V.9 9 V.].2+].A+].A+].].0+2+0+].].].2+T.].].A+R.q.E+Y E+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:533:"; ; | &.; | &.| G.| | G.G.G.G.| G.G.| | | ,+(+,+<.<.(+` 0.0.0.0.0.V.5.` ` 0.B 0.5.V.5.(+5.(+(+(+(+(+<.` B A.A.` 0.r+0.0.V.V.5.5.5.5.5.V.0.V.V.c c T.c c c z+c z+`.`.C c R.j.c c c z+z+c c `.z+B 5.` ` ` 2.r+y.y+y+=+) [.y+3.) ) g+V Q ) T 3.X.*.U.y.D D y+y+y+3.3.u.D *.y.( X.b+u.u.7+=+=+u.X.D ( )+( b+D b+*.X.y+=+y+3.k.q+b+b+b+b+8 k k 3.7+7+E ..i.a E E i.d+i._.i.B._.r._.E + _._.d++ #+[ _.~+#+#+k.&+s 2 k G 5+G 5+x.x.-.4+:.-.x.G G G G G  +k G F+5+:.k k 4+k } c `.c c R.].T.0+0+,+` ` ,+,+,+` ` 0+5.T.`.E+{.G+-+B+a.@ P h...^+U e.r...I h.........$.Q.s ..^+s ..r.[+$.^+..U a.U ..^+s ....$.a.$.....^+....N I ..^+^+s $.Y.Y.Y.P Y.Y.Y.Y.Y.% Y.% Y.% Y.% a.% % [+% % [+% [+[+[+[+% [+* [+[+[+* * * * * * * *  .*  .*  . . . . . . .n  . .n  .n n  .n n n n n n K K K K K 2.K B 2.` 2.A.(+` | ,+,+,+u 9 s.,+u u ,+u 5.5.V.9 V.].].A+A+].].A+].].2+2+2+2+].A+A+].].A+].q.].R.q.q.E+Y ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:534:"| ; | | | ; &.| &.| | | G.| G.| | | (+(+<.,+(+(+5.` 5.5.0.0.0.0.z+0.0.0.5.0.5.0.0.0.5.r+5.A.0.A.5.0.5.5.5.0.0.A.5.0.V.5.A.5.5.5.5.5.5.V.0.c V.0.c c c c R.0.c 0.c c R.c c c c c q.R.C c C z+z+0.5.5.<.<.2.r+).y+T y+D D ) =+D [.g+V t.y+]+T X.X.*.y.X.D y+T y+3.3.3.D *.y.( *.u.D u.u.3.3.=+D u.( )+y.7 b+u.b+D u.3.) 3.i.[ G b+b+k k u.8 n.3.7++.r.~+E m+E i._.i._.d+E ~+r.i.E _._.#+_.d+k.[ _._.#+#+k.&+t+a x.k 5+5+x.x.:.-.:.- :.-.G h F+F+G :.:.b+G k k 4+4+-.G j.R.j.R.E+q.R.].0+<.,+,+u ,+,+<.` B 0+0.R.E+'+a+:.8+C.K.@ P %...^+r.0 ....N $.^+^+^+..I l+....I U ....h.I ..^+U  .s ..^+d ..^+..}...^+^+J.^+^+.. .....^+h.@+Y.Y.Y.Y.Y.Y.Y.Y.Y.% Y.a.Y.% a.% % a.% a.% [+% [+[+% [+* [+[+[+* * [+* [+* * *  .* *  .*  .*  .*  . . . . . . .n  . . .n n n n n n #.n K K B K ` K 2.B 2.B 2.M <.<.(+,+,+s.s.9 u ,+,+,+u 5.9 9 V.9 V.2+2+].].2+].A+A+2+2+0+2+2+T.].A+].].A+].q.q.].].q.R.R.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-535-"&.; | ; | | | ; | &.G.&.| G.G.2.| (+<.(+(+` 5.5.<.5.0.0.0.0.c z+c c c 0.0.0.0.0.r+0.0.5.0.0.0.0.B 0.0.0.0.5.B 0.0.A.A.` 5.A.` ` V.V.V.V.V.0.c V.c 0.].c ].].0.V.5.].0.c 0.0.0.z+R.R.c c c z+0.B 0.5.<.B M ! > u.T =+1+D =+=+X.*.3 3 Q ) ]+=+D D *.y.X.M.D y+y+]+3.3.D *.*.*.b+u.u.u.u.u.3.=+u.u.( y.( b+M.b+X.D y+=+=+D n.[ b+b+b+D k 8 t 3.n.+.+.k.~+i.i.i.E i._._.d++._.s _.i.+ _.~+_._.#+[ _.~+#+~+^ &+[ a :.:.:.:.-.-.x.-.:.k 4+-.5+G h G G k k :.k 4+- 4+-.G G j.E+F+7.'+R.q.].T.2+0+0+#.0+2+0+B B 0.c R.} a+a+:.-+B+~ @ P %.....^+......h.h...^+..s C.U ....N r.^+..N N ..^+U e...^+^+8+^+..^+a.s ^+^+e.s ....|+..^+..d Y.P Y.P Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.% Y.Y.% % a.% % [+% % [+% [+% * % * % * * [+* * * * * * * * * *  .*  .*  .8. . .n  .n  .n n  .n  .n n  .n n K K K K K K B K 2.(+<.A.(+<.,+5.u u u u u u ,+u ,+u 5.9 V.2+2+V.9 V.9 2+9 ].2+2+0+2+0+2+2+2+2+2+2+T.A+2+].].].].].].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:536:"; | ; | | ; | &.| ; | G.&.| | (+(+<.5.5.0+` 5.5.0.0.z+c c z+c z+z+c c c c `.0.0.0.0.z+r+0.0.r+0.0.0.z+z+z+0.0.B 5.0.<.(+5.5.5.5.5.0.0.c V.0.0.V.V.5.0.c ].c 0.0.5.0.V.V.V.0.V.0.c 0.0.B 5.B 0.B 0.0.5.0.A.A.! =+=+=+X.) =+3.[.U.g+3 [.y+]+T D X.*.*.X.D u.=+y+]+3.=+D y.y.y.( u.M.u.7+=+=+u.D 8 ( 7 ( b+D b+u.D u.=+=+3.n.s b+k b+k 8 8 8 n.n.+.E k.q+i._.i.i.i._._.i.E _.s _.E _._.#+_.#+J r._.~+#+v k.J s 9.7 G x.-.-.-.-.-.-.- 4+-.:.5+G G G 5+k - t 4+- :.G h h $+$+h F+a+'+$+E+R.R.R.].].T.T.0.z+z+z+q.'+G :.:.- 8+C.a.@ P h...^+^+^+s U % $...^+..P K.U ^+..N r...^+I $...^+r.e.s ..^+....^+..}.s ....e.P Y.Y.a.s ^+^+e.Y.Y.Y.Y.Y.Y.Y.Y.Y.% Y.% % Y.a.% a.% % % [+% [+% [+[+[+[+[+[+[+* [+* * * * * * *  .*  .*  .*  .*  . . . . . . . . . .n  .n n n n K n K K K K ` K 2.K 2.B 2.2.` 2.<.(+| ,+,+5.s.u u u 0+9 5.5.0+9 V.2+V.9 V.V.9 V.V.2+2+9 0+2+2+0+2+2+T.2+2+V.T.2+2+2+2+].].].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:537:"| | F.5.F.| 5.| | | G.G.| G.A.A.` 5.0.V.0.0.0.0.0.0.R.c C R.C c R.c j.R.j.c j.c R.c c c c 0.z+c 0.z+c c c c 0.c z+0.0.5.5.0.V.5.0+5.5.<.5.5.,+(+<.<.,+5.V.c c 5.` 5.A.` (+(+5.5.5.5.B 5.r+0.B B ` 0.` B B ! ).y+T =+) D ) 3.X.y.g+g+[.y+=+3.) D *.( D y+y+D y+3.3.D D *.( ( D b+u.u.7+=+3.3.u.=+( y.( b+b+D D u.y+y+3.u.i.r.k b+8 - 8 k 3.3.n.n.E k.k.a i.i.i._._._.d+d+~+J _.E _.~+#+#+k.J s ~+v _.#+[ k.J a k G 5+-.-.-.-.-.:.k - k -.5+5+G 5+:.-.t t -.-.5+h h h $+h a+h F+F+'+} {.q.E+R.R.R.c R.C C '+F+:.:.4+4+- -+d ~ P @ $...^+^+$.%.% P $.....U P P U ..^+O.U ^+..N N ..^+U d ....^+N N I h.[+..^+..e.Y.a.Y.a...^+^+e.Y.P Y.P Y.Y.Y.Y.Y.Y.a.Y.Y.% Y.% Y.a.% a.% % [+% [+% % * % * [+% * % * [+[+* * * * * *  .*  .*  . .*  . . . . .n  .n  . . .n  .n n n n 0 K K K K #.K ` K B A.M <.| ,+<.,+5.,+u 5.9 9 u 5.9 9 V.2+V.A+2+V.V.9 V.V.V.2+V.0+9 0+0+2+0+0+2+0+0+0+2+0+V.T.2+].2+].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:538:"| u 5.| 5.| | u | | | | | (+(+5.0.5.T.c V.T.c c c c c j.c j.j.j.j.j.j.E+} j.E+j.j.j.j.C j.c `.`.z+c C c C c c c z+0.0.0.0.0.V.<.<.,+,+(+| (+| | | | | (+5.V.V.5.5.V.5.5.5.,+5.5.0.5.B ` A.B 0.0.0.].5.0.B r+).D y+]+=+) ) 3.D U.U.g+M.T =+]+D *.X.*.X.u.u.y+y+]+3.3.D y.( ( D D u.u.7+3.=+=+D 3.b+( ( ( b+b+u.D u.=+=+3.i.s b+b+b+- 8 8 8 7+]+n.E [ k.E i.i.i._._._.i.d+k.J _.E + #+~+#+v r...~+~+#+k.v+k.[ q+l.k 5+-.-+-.x.-.x.x.-.k -.5+5+5+5+:.5+- t -.- x.-+G+5+h h a+h a+'+$+'+'+} {.E+E+E+E+$+E.a+a+ +-.4+4+- :.-+C.P P @ h...^+U P @ @ P $...^+U P P U ^+s N r.....I I ^+..r.e.s ^+..|+U U r.a.s ..^+e.N U U [+..^+..e.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.% Y.% Y.% % % % % a.% [+% [+[+[+[+[+% * [+* [+* * * * * * * * * * *  .*  .*  . . . . .n  . .n  .y  .n n y  .n K n K K K 2.K K 2.2.2.2.(+(+` (+(+| ,+,+u 9 V.V.9 0+V.9 V.9 V.V.9 V.V.9 9 V.2+2+0+0+,+<.<.0+0+,+0+,+,+0+0+2+V.0+V.2+V.2+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:539:"| 5.5.5.u 5.5.| 5.5.A.(+A.(+` B 0.0.0.0.T.c ].z+c c c c j.R.j.j.j.j.} F+'+j.} j.j.j.j.j.c d.c c c d.c C c C `.c R.R.c R.R.].].0.5.5.5.(+` 5.A.A.A.(+(+5.0.0.0.5.0.5.5.5.5.V.A.0.5.0.0.0.0.z+z+`.c z+c c `.r+3 *.=+=+3.) =+y+D X.U.j X.y+=+3.D y.*.( X.D y+u.y+3.3.u.D y.*.y.b+b+D 8 =+u.=+u.u.7+( ( ( b+D b+u.D u.3.u.u.E s -.b+b+b+- 8 8 3.n.]+E r.q+2 i.~+i.i._.#+N _.k.&+_.E + _.v #+#+k.^+~+_.s+~+^ ^ k.4.a 5+x.-+-.5+5+x.x.x.-.- k 5+G G 5+5+a+4+-.-.- - -.-.x.E.h G+a+a+a+a+a+'+h F+F+F+F+F+'+h h G G x.:.- :.-+>.d ~ P @ %.....U P @ @ @ $.....U P P U ^+..N U ^+..$.N ..^+U d ......}...^+..a.....^+d U ^+..}.....^+d Y.Y.Y.P Y.Y.Y.Y.Y.% Y.Y.a.Y.% a.Y.% a.% [+% % [+% [+% [+* % * % [+* % * [+* * * * *  .* *  .*  . .*  .8. . . .n  .n  . .n  .n n n n n K K B K B K 2.B K B ` 2.A.(+M (+,+5.u u 0+9 0+V.V.9 V.V.9 V.9 V.u ,+,+,+0+0+0+V.0+2+0+0+,+0+,+,+0+V.0+0+0+0+0+0+2+].].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:540:"V.5.5.u 5.| 5.| (+5.A.(+A.` A.` 0.0.c c T.0.c z+c `.c c j.j.j.'+G F+'+'+F+'+F+F+'+$+$+$+j.j.d.d.`.`.`.`.z+c d.c j.c 0.c ].R.].R.c 0.c c 0.c c c c c 0.].c c c V.c c V.V.0.V.5.0.c c c j.c C c C R.C z+c `.d.)+*.=+]+=+=+) =+=+X.U.U.X.y+=+=+3.*.*.D D u.y+u.=+3.3.=+u.( y.( D D u.8 7+=+3.=+D 8 ( 7 ( b+u.b+D u.y+y+3.u.E t+b+b+-.-.8 - 8 7+3.+.E s ^ E 9._._.i._._.d+d+[ &+_.n.+ _.#+~+#+k.&+k._.#+v r.^ _.4.2 b+G -+-+-+a+-+5+5+5+5+-.x.5+G+G 5+G+x.-.4+- t - - -.G+G+5+x.x.a+h h h h a+G G :.G G -+x.-.4+-.x.:.-.-+-+e.Y.@ P $.&+^+U P @ @ P $...^+U P @ z.....m+r.....e.I ^+^+U * s ^+.. .......[+r...^+M.s ....a.......N }+Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.% Y.% Y.% Y.[+% Y.[+% [+% [+[+[+% * [+* [+* * * * * * * * * *  .* *  .*  . . . . . . . .n  .n n  .n  .n n n n n #.n n K K 2.K ` K 2.` 2.M ` <.<.,+,+,+u u 9 0+u 0+V.9 9 V.u 5.5.9 V.9 0+9 0+0+2+2+2+2+].2+2+2+0+,+,+0+0+0+V.9 V.].A+].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:541:"V.V.5.5.5.5.5.5.5.(+5.5.A.` 0.B B 0.0.0.z+c T.c `.c c d.`.j.$+$+F+h h F+h h h '+'+'+'+$+j.C C C c d.z+r+`.`.c j.q.c 0.0.].q.Y Y R.q.q.E+} } E+E+'+'+F+} } q.c 0.0.0.c z+0.0.0.c c c j.j.E+E+j.E+E+R.c z+c z+)+U.) =+=+=+=+3.3.) U.X.) T =+]+=+*.*.*.X.u.y+y+y+3.3.u.u.y.*.b+D b+D =+8 u.3.=+8 7+( y.7 b+b+u.b+u.=+y+=+D '.k.b+b+u.-.b+8 8 =+7+3.B.s [ E i.i._._.~+v _._.r.&+_.E d+v #+#+#+k.^+~+v _.#+P.[ B.s a G a+-+>.G+h a+G+G+-+5+5+5+5+G G+h 5+x.- - - - O.- -.x.-.-.-.x.5+5+a+a+a+G 5+x.:.- 4+- - t 4+t t :.-+8+>.C.~ @ P %.s ..U @ @ @ P %.s s U P @ }+s ........U a.I ^+^+U K.$...........d Y.C...........d [+U ....s U Y.Y.P Y.Y.Y.Y.Y.% Y.Y.a.Y.% a.Y.% a.% a.% [+% % % [+[+% * % * % * % * % * *  .* * * *  .*  .*  .*  . . . . . . . . .n  .n >+y n  .n n K K K K B K 2.` 2.A.<.A.,+(+<.(+s.5.u 9 u 0+0+0+0+5.u 5.9 V.9 5.V.V.2+2+].2+2+].].].2+2+V.0+2+2+2+0+2+2+0+0+2+2+].].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:542:"V.V.V.5.V.5.5.V.V.0.0.0.B A.0.0.0.0.z+0.0.z+0.z+`.`.`.c `.R.j.$+'+F+h F+G F+h h '+'+h '+j.d.c d.C `.r+r+z+d.c `.z+5.(+(+5.0.c q.q.q.} } } F+F+F+F+G 5+ +G } } c c 0.c V.c c c c c c j.E+j.$+$+h h '+E+j.$+E.)+y.D =+3.=+=+3.=+[.j U.y+=+3.3.=+*.[.D D y+=+u.y+3.3.u.u.( y.b+D b+D 7+8 =+3.3.u.8 b+7 ( ( b+D 8 D u.=+=+u.E [ 7 b+b+8 b+8 b+8 3.7+E s [ i.2 i._.d+~+_._.v r.^+_.+ E _.#+#+k.#+&+~+_.d++ v+k.E s 2 F+G+-+-+G+h h h a+h G+G+h G+G G+G+G+-.- - - - - - - -.- -.- -.x.x.5+G+5+5+5+k k 4+- t - - k -.-.5+5+a+B+C.P @ @ 1.%.%.5 @ @ @ @ 1.%.%.5 @ @ @ @+$.U U %.Y.@+s ^+^+U Y.P C.v U v @+Y.P P }+v U U @+a.P % %.$.$.%.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.% Y.% Y.% Y.[+% % % [+% [+[+[+[+% * % [+* % * * * * * * * *  .* * *  .*  . .*  . . .y  .n  .K  .n  .n  .n n n K K K K #.K 2.K K ` K 2.(+(+M A.<.<.,+,+,+5.u u 5.u 5.V.0+9 V.V.2+V.V.2+2+2+].2+2+2+2+].2+0+T.0+2+].].2+<.V.].].q.q.q.q.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:543:"c V.V.V.V.V.0.5.0.0.B B 0.0.B 0.B z+0.z+z+0.z+0.c z+c c `.c j.j.j.j.'+h h h G G h h h $+C C d.j.$+d.`.`.r+`.C d.z+r+A.5.0.2+].c R.E+} '+'+$+'+'+h F+5+:.G G '+'+c c d.c d.c c j.j.j.E+'+'+'+a+'+h h '+$+F+h 7 y.) =+=+=+) =+=+U.j U.) y+y+=+=+*.*.X.D u.y+y+=+=+3.u.u.*.*.( u.b+u.u.7+8 3.=+8 7+( ( 7 b+u.b+b+D 7+u.=+8 i.[ b+b+b+b+b+8 8 3.]++.E r.[ E i.9.i._.#+d+_.k.r.&+~++ d+#++ v #+k.&+~+_.#+_.^ ~+q+[ l.h G a+G+G+G+E.E.E.E.E.h h h h G a+5+x.-.:.8+-.-+-.-+-.- - -.-.-.-.-.x.x.-.4+- - t t - - 4+k :.-.-+x.a+-+B+~ @ @ @ @ @ @ @ @ @ @ @ @ P P @ @ @ @ P P P P @ @+s ..r.* @ @ P P P Y.P P P P P P K.Y.Y.P P P Y.Y.Y.Y.Y.Y.P Y.Y.Y.Y.Y.% Y.Y.% Y.a.Y.% % a.% a.% [+% [+% [+[+[+% * [+* [+* * % * * * * *  .*  .*  .*  . . . . . . . .n  .n  .n n n n n n n K K K K K B K ` 2.` 2.(+(+(+<.| ,+(+s.u u u 0+,+,+0+,+V.V.V.2+].2+2+].2+V.2+2+].2+].2+T.0+0+,+2+].].V.9 0+2+].].].q.q.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:544:"c 0.0.r+5.0.0.r+5.0.0.0.r+z+B z+B z+z+0.z+0.`.z+c `.`.c z+z+`.c j.C j.'+'+h h h G G G 7 '+$+$+'+h $+j.j.d.`.c c c 0.B 5.0.0.2+].].R.E+E+} {.a+a+a+G :.x.5+G F+h '+} } } '+F+'+'+'+h h h a+h a+h a+h '+$+h 7 7 )+y+=+) D u.=+=+U.j U.y+=+=+=+3.*.D D D y+y+y+y+3.3.3.u.*.( ( D b+u.8 =+8 3.3.u.7+b+7 7 ( b+D D D 7+u.y+3.9.r.b+b+b+M.b+b+8 8 n.p++.r.[ i.i.i.i.i._.i.d+~+[ &+~+E + v + v k.k.&+k.+ #+#+r.k.6 2 k '+E.h >.E.h h E.E.h $+E.E.E.E.h E.a+-+-+-+-+-+-+-+-+-+-.-+-.-.-.-.- -.-.- 4+t t t <+t - O.k k -.x.-.- 8+C.P P @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ P @ @ @ P P P @ @ @ P P P P P @ Y.P P P P P Y.P P P P Y.P P Y.Y.P Y.Y.Y.Y.Y.Y.Y.% Y.% % Y.% % % % % [+% [+[+[+[+* [+* % * * [+* * * * * * * * * *  .*  .*  .*  . . .n  .n  .n  .n  .n n n n n n K K K K 2.K 2.K ` 2.` 2.,+<.(+,+,+,+(+u u V.u 0+0+0+0+2+9 V.9 V.V.2+2+V.T.2+2+2+2+2+T.2+2+<.2+A+2+0+0+0+2+].].2+].].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:545:"0.0.V.0.5.V.0.0.0.0.T.`.`.z+`.z+z+z+z+z+z+z+0.z+`.`.`.z+z+z+z+z+z+`.c j.$+$+F+h G G h G h h h b+h h 7 E.j.d.d.c r+r+5.A.5.5.5.0+].].].R.R.'+'+a+a+5+-.k :.b+G b+G h 7 F+7 F+7 G F+h h a+h h E.E.h h h F+h h )+y.D =+y+u.=+3.D j U.*.) y+) 3.3.) *.X.D D y+u.=+=+3.u.D ( y.b+D u.u.7+8 =+3.=+8 7+( ( ( b+8 b+b+u.D 3.=+u.m+[ b+b+( b+b+b+u.3.7++.E k.[ i.i.i.d+_._._._.#+[ &+k.E _.+ d+#+s+[ &+q+d+_.g r.s &+2 x.j.$+$+h h E.$+'+E.E.E.h h h a+>.a+-+{.a+-+-+-+-+>.-+-+-+-+-+-+-.-.-.k - k - t t t t - - k k -.- 4+t - 8+C.P @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ P @ @ P P Y.P @ P P P P Y.Y.P P Y.Y.P Y.Y.Y.Y.Y.Y.% a.Y.% a.Y.Y.% a.% a.% [+% [+% % [+% [+[+% * % * * * % * * * * *  .*  .*  .*  . . . . . . . . .n  .n  .n  .n n n n 0 K K B K ` K ` K ` 2.(+<.A.M ,+(+,+s.5.u u 5.0+,+0+,+0+0+V.9 V.2+0+T.2+0+2+0+0+T.2+T.2+0.0+2+2+2+T.2+0+0+0+2+].].].].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:546:"0.0.0.0.0.0.0.0.0.z+z+`.`.`.`.B r+B `.r+B z+z+z+`.c `.z+r+B r+B 0.z+z+`.C j.'+h h 5+h G G G G -.x.5+5+G h j.d.R.z+0.5.A.5.5.0+5.0.0.z+z+`.E+j.h h a+G 5+-.:.x.G 5+G G G G F+h h h h h '+E.E.h $+h G+h '+h G+7 ( y+3.=+u.3.3.D 3 U.D y+=+=+3.3.D *.X.D y+u.7+=+3.3.u.u.*.( *.b+D u.7+8 u.3.3.8 3.b+7 7 b+b+D D 8 u.u.=+u.N [ b+b+( ( b+b+8 8 3.+.N k.[ E i.9.i.d+_.d+d+k.[ &+~++.+ d+v #+#+#+&+q+_.#+#+r.6 ^+2 h j.$+$+$+E.>.$+'+E.$+E.h h h a+h -+a+-+>.>.>.{.>.-+>.>.-+-+-+-+-+x.x.-.-.-.-.-.-.k t t - - k t t O.O.O.8+h.P @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ P P P P P P P Y.P P P Y.Y.Y.P Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.% Y.a.% % Y.[+% a.% % [+[+[+[+[+[+* [+* % * [+* * * * * * * * *  .*  . .*  . . . . .n  . .n  .y  .n n y n n n K K K K K K K ` K ` 2.` 2.<.A.<.<.,+,+u V.u 9 9 0+0+0+0+u 0+9 0+V.0+0+V.0+0+2+0+0+0+0+0+T.2+2+2+V.2+V.0+0+0+0+V.T.].c ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:547:"0.B 0.0.0.0.0.B 0.0.z+T.z+z+0 `.B `.B z+z+B z+z+z+z+z+z+z+B B B B B z+c c C $+'+G G 5+h b+G -.k k t t k 5+h '+j.c z+0.5.<.(+<.` 0.B 0.T.`.`.C E+j.'+G+5+5+x.5+x.x.b+G 7 G b+G G h G h h h E.E.E.E.h E.h h E.-+( y+3.3.u.y+=+) j U.) y+y+y+=+3.*.*.X.X.y+y+=+T 3.3.u.u.*.*.b+8 b+D u.7+3.3.3.8 8 b+( b+b+b+b+D u.u.7+u.3.E s b+7 ( ( b+u.u.7+3.7+E k.k.a E i.i._._.i._.k.[ &+~+E d+B.v s+#+k.&+k._.#+k.s ..&+9.C j.E+E+j.E.E.j.{.$+h h a+G+a+5+a+a+G+>.{.-+>.-+>.>.-+>.>.>.-+-+x.-+b+-.-.-.-.k 8 k -.-.-.k k t t <+O.t 8+h.a.P @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ P P P P P P P P P P P Y.P Y.P Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.% a.% a.% a.% [+[+a.[+[+[+[+[+[+[+[+[+* [+* [+* [+* * * * * *  .*  .*  . . . . . . .8. . . . .n  .n  .n  .n  .n n n K n #.K K K ` 2.` 2.2.2.(+M <.M <.(+,+(+,+5.u V.5.0+0+u 0+0+0+0+,+0+0+0+0+0+0+0+0+0+0+0+2+2+2+T.2+2+2+T.2+V.].].T.V.0.0.].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:548:"0.0.5.0.5.0.0.0.0.0.B B B 0.B z+B `.0 B z+B z+`.z+`.`.B B B z+z+`.`.z+z+`.c C $+h G 5+5+x.k t <+t O.<+t k -.b+$+r+r+r+B ` | | M B A.A.B 0.z+`.C C j.h G G b+5+b+k -.k -.5+-+-+b+h 5+-+G+G+E.h E.h G+h >.h G+>.( u.3.3.3.=+=+D j *.D =+y+=+=+]+X.D X.X.D =+3.=+3.3.3.u.*.( *.D b+u.8 7+3.7+=+7+8 b+( ( b+b+b+b+u.y+7+7+7+'.s b+7 b+( b+8 8 8 3.+.E [ r.E E i.i._._._._.k.[ &+~++._.d+_.#+^ _.6 _.d+#+k.s r...9.d.R.R.j.C C C $+$+C E.$+h $+$+a+a+a+a+-+G+>.-+-+-+>.-+a+-+-+-+5+x.-+5+- k 8 - - - - 8 - - - t t t t - O.8+h.a.a.P Y.Y.P P Y.P P Y.P Y.P P Y.P a.K.K.K.Y.P K.P Y.P a.P a.a.a.a.a.Y.a.a.a.a.a.a.a.a.[+a.a.a.[+a.[+[+[+[+[+[+[+[+[+[+* [+* * [+[+* * [+* [+* * * * * *  .* * *  .* *  . . . . . . .y  . .8. .y  .8.y  .y n y n y  .y n K K y K K K y K 2.` M #.2.` 2.` ` ` M ` ` <.<.,+(+,+u ,+5.9 V.u 5.V.0+0+0+0+0+<.<.0+0+0+0+0+0+0+0+0.0+0+2+2+2+T.2+2+T.2+2+].2+].2+].c c ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:549:"0.0.B 5.0.5.V.` 0.0.5.B B B z+r+B B z+`.B z+B z+z+z+`.`.z+`.B z+`.`.`.z+`.`.j.$+h G -.k -.4+O.<+<+t O.O.t k 5+h C `.B B A.A.(+(+<.A.A.<.B T.z+c C c $+$+h G 5+x.G+5+-.-.-.-.-.-.-.-.-.5+G+h E.h h h 7 h >.G+-+7 3.3.3.u.=+=+=+*.*.y+y+y+=+]+3.*.*.X.D y+=+=+y+=+3.u.D ( *.b+8 u.M.u.u.u.3.8 u.8 7 b+b+b+b+D b+u.D u.7+3.n.[ b+G 7 ( ( b+8 8 u.7+B.[ [ l.i.i.E i._.i._.k.[ &+~+m+v d+#+#+#+_.s _.d+v _.6 r...i.j.c q.c j.j.C C C j.{.$+$+h h $+$+a+>.{.a+a+-+-+-+a+-+-+-+5+5+-+5+x.b+- - - - - - t - - 8 O.t t t t t - 8+8+B+h.C.C.C.C.C.C.C.C.B+C.C.C.C.C.C.C.C.C.C.h.h.h.h.C.C.C.d d e.e.e.e.e.e.e.d e.d d d d B+d >.B+>.>.d >.d {.d #.0 #. .#. .#. .#.n y  .#.y n y n y  .#.y  .#.n #.y #. .#.y n n y K n n n y #.K K n #.0 K B K K B K B B B #.K B ` ` #.B ` ` <.` ` <.` ` ` #.0+T.T.0.2+T.T.0+5.V.5.u 5.u 5.5.9 0+0+0+5.` ` 0+0+0+0+0+0+0+0+0+0+0+0+2+2+V.2+2+].2+].].].].].c ].c ].c ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:550:"<.5.B ` 0.` 0.B ` A.B B B B B B B r+B `.B `.B z+z+#.`.z+B `.`.`.`.`.`.`.C C j.j.j.a+h 5+5+-.k t <+<+<+t <+t -.G j.d.0.r+` A.(+(+(+A.A.(+(+5.0.0.z+c j.j.E.7 h G 7 h b+-.-.- - - - - - - -.5+-+G+G G+h h h >.-+( =+3.3.y+=+=+=+) *.) =+y+=+]+]+*.*.X.*.y+=+=+u.y+3.u.D *.( b+*.b+D u.u.u.3.=+8 D 7 ( b+b+b+b+D 8 u.=+7+8 n.s b+b+7 b+b+D b+D u.7+d+r.[ +.E i.d+_._.d+_.k.[ &+~+i.#+v #+#+#+k.6 E d+_._.r.k.r.9.8 c c c C j.C C C C $+$+$+E+$+$+$+$+a+E.-+a+a+{.-+-+a+a+-+G+5+-+G+G+5+x.b+- - - - 8 - - - 8+- 8+t - O.- O.8+8+8+8+8+-+8+-+-+8+-.8+-+8+8+8+8+8+8+8+8+8+8+8+8+8+-+-+d >.>.>.{.>.#.C #.0 #.C >.>.-+a+>.-+>.a+>.{.{.{.{.0 {.d #.>.#.{.0 #.#.K #.K #.K #.#.#.K #.#.K y #.K #.K #.#.#.y 0 #.#.#.#.` #.` ` 2.#.M #.M ` ` ` ` M ` <.M ` ,+<.<.` ` <.<.<.,+,+<.<.0+2+0+2+2+2+0+0+0+0+0+0+V.2+V.9 V.5.9 u u 5.u 5.0+<.0+<.` <.` ` B 0+0+0+0+0+0+2+0+0+2+V.2+2+2+].A+].A+q.].].A+R.R.].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:551:"<.` 5.5.` 5.` 5.B B ` A.` B r+B B 0 B B B 0 B 0 `.`.B `.`.`.z+`.C C C `.`.C C $+$+$+'+h G x.k -.4+t t <+t O.k x.h $+j.z+z+A.A.` ` <.<.(+` 5.5.0.c c c j.} F+'+h '+h G+G -.-.- - - O.- t - -.x.5+-.5+G+>.>.G+>.7 y+3.=+y+y+=+3.D ) y+y+y+=+7+=+*.X.D y+D y+u.y+3.=+3.u.*.*.b+D b+M.u.u.=+=+u.u.8 b+b+b+b+M.b+D u.7+u.8 =+a s k 7 b+( b+b+b+8 7++.i.r.r.a N i.i.i._._._.#+[ &+~+i.~+v _.+ ~+r...i.d+d+#+s #+k._.b+c q.R.R.C $+C $+C C E+E+$+E+$+$+{.$+{.{.>.{.>.a+>.>.G+>.h G+G 5+b+G+-.x.-.8 -.- - - O.8+O.8+8+8+O.8+O.O.'.8+8+8+- 8+-+-.:.- - - t 4+t t O.O.8+O.8+t O.- - 8+-+a+-+>.>.>.{.>.{.$+C $+>.{.a+a+:.:.a+-+{.a+a+E.{.C {.{.{.C {.C #.B #.M #.M ` 0+` ` <.` ` ,+,+,+<.` s.M ,+<.M M ,+,+M M A.M M ,+s.,+,+,+,+,+,+,+,+,+,+,+u ,+,+u ,+,+s.u u u u u s.s.,+,+u <.u 0+0+0+0+0+u 0+0+0+0+0+0+5.5.u V.u 5.9 ,+,+,+0+0+<.0+` ` <.0+0+` 0.0+0+0+0+0+0+V.0+0+2+0+2+2+].q.q.q.q.q.q.q.].c ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:552:"(+` ` 5.B 5.B 5.` A.` B A.B B B z+B B B B B z+z+`.C `.`.#.`.`.`.T.`.C `.`.C C E+$+$+$+E.h G+5+-.x.k t <+t <+k k 5+h $+c `.0.B ` 0.5.5.5.5.V.V.V.c c q.c j.} j.7 } '+7 h 5+5+x.-.-.- - - O.- - - - -.5+G+h G+>.( u.y+y+y+=+=+=+D D y+y+y+=+=+=+y.y.X.D u.y+=+y+=+u.3.3.( ( b+D b+D M.u.=+=+=+8 8 ( b+b+b+b+8 b+u.7+=+7+u.E s k 7 7 b+b+D b+8 u.+.E r.[ n.+.i.i.d+_.i._.k.r.&+k._._.d+_.+ ~+J &+_.d+d+k.r._._.i.t d.j.R.j.c j.C j.C C j.R.R.E+R.E+j.$+E.>.>.>.>.a+a+a+h G+h -+G+5+5+5+-.b+-.- 8 O.O.8 O.- 8+O.8+8+O.O.'.O.O.O.'.O.O.- -.-+8+- - 8+t 8+O.8+O.O.O.O.O.O.8+- :.>.-+-+-+-+-+a+>.E.E.E.$+$+a+-+x.-.- :.4+:.-+a+{.h E+E+C R.{.R.T.B ` ` 0.0+,+,+,+u u ,+,+u ,+,+,+u u ,+u u u u u ,+u u ,+,+<.<.<.<.,+,+,+,+u ,+u u ,+,+,+,+,+u ,+u u u u S u 9 9 S u s.u u u u u u u 0+9 0+9 9 9 9 9 9 u V.0+5.9 V.u V.u 0+,+<.0+` ` 5.5.` ` 5.<.` ` ` <.<.<.,+<.0+0+0+0+0+2+].].A+Y Y E+Y q.].c ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:553:"| | <.` 5.A.` ` B 5.B B B B 0 B B 0 B B B B B z+C `.z+0 `.#.`.z+z+z+#.`.C C E+C j.C j.j.$+'+h G 5+G -.- 4+k - - :.5+h $+C z+5.(+(+A.(+(+A.5.5.V.5.V.c c c q.q.} j.$+'+h h G+-+-+-.- - O.O.O.<+<+- t - -.-.-+b+D 3.=+D y+=+y+3.y+D y+y+=+7+7+=+X.y.*.D y+=+u.u.=+3.u.3.*.*.b+D D b+u.u.8 =+=+=+8 b+b+b+b+8 8 8 u.u.=+n.8 E s t b+7 ( b+b+8 u.7+7+d+[ s +.m+d+i.i._.d+_.k.k.^+q+_._.d+d++ k.&+^+k.E + ^ k.+ _.#+l.j.c c z+`.`.`.C c c `.c j.c j.j.j.E+$+{.E.{.E.>.G+h >.h G+h b+G+-+-+-.-.-.- 8 - - O.O.O.8+O.8+N O.O.'.'.<+'.<+O.O.8+8+- :.8+t - O.O.O.O.O.O.O.O.O.O.O.-.8+-+-+-+{.>.-+G+E.E.h 5+a+5+x.x.-.x.- - -.5+a+E.'+$+{.C R.q.q.].T.2+2+2+2+2+2+9 9 2+9 9 9 0+9 u 9 u u 9 u ,+s.,+,+s.u ,+,+,+,+s.,+s.,+,+u ,+,+,+,+s.u ,+,+,+,+,+,+s.s.s.s.,+u u u 9 u u s.,+0+u 0+u 0+9 u u u 5.u V.u 5.0+u V.9 5.u V.u 0+0+0+0+` ` 0+` ` 5.0+` 0+0+0+0+0+0+0+0+2+0+0+2+2+2+2+2+].R.q.Y } q.R.].c ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:554:"G.| (+(+<.<.A.5.B 0.B B B 0.z+z+z+B B B B B z+B `.`.z+B B 0 z+B `.`.z+`.`.`.`.`.j.C j.j.$+} E.h h h G G 5+x.x.x.5+G G G j.C z+r+5.5.5.5.5.5.5.5.5.5.V.V.c A+c c } j.$+$+$+h h -+-+-.- - O.O.8+<+O.- O.- - 8+( D =+D ) D 3.y+=+y+y+y+y+=+=+]+3.X.y.X.D y+y+=+y+u.3.8 3.b+( b+D b+D D u.=+=+8 =+8 b+7 b+b+b+b+D D u.u.7+u.n.t+8 7 b+7 ( b+b+8 u.7+B.[ r.l.E i.i.d+_.d+_.k.k.&+k.i.d+d+i.~+s &+^+r.d+#+J k._.+ ~+8 c c z+z+z+`.z+`.`.z+`.z+c c c c C j.$+E.E.>.a+E.a+h h E.h h G+5+b+5+-.- M.- - 8 - 8 O.7+O.7+O.O.N O.O.'.'.'.O.N <+<+O.O.O.O.O.- - t O.O.8+t O.O.O.- - :.8+:.-.-.-+-.-+:.G+h a+G -.- 4+- -.-.:.x.a+a+a+h $+E+E+E+R.R.R.c 0.` (+<.0+2+0+2+2+9 V.2+9 0+,+,+,+,+,+0+u 0+u u u ,+,+u ,+,+,+,+,+u ,+,+u u ,+,+,+,+u u <.<.,+,+,+,+,+,+,+,+,+u ,+u u u S u s.u u u u 0+9 u u u u V.9 u ,+5.u 9 5.u 9 5.u 5.,+,+0+` ` 0+` ` 0+0+0+0+0+0+0+0+0+0+0+0+0+0+2+V.2+2+].A+R.Y Y q.].].].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:555:"| G.(+| (+| ` B ` ` 0.B z+B B B B `.B 0 B B B B z+z+B B z+z+`.z+z+z+`.T.C C C `.`.C d.j.j.j.j.$+F+'+j.$+>.G G G G 5+5+G G $+c c r+r+5.r+5.5.5.S ! V.V.V.V.V.V.c c j.E+j.C C E.E.-+-+-+- - - - - - O.- O.O.-.( ( ) *.) y+=+y+3.=+y+y+=+y+=+7+7+X.U.D y+y+u.y+=+3.u.3.u.*.*.b+u.M.u.u.y+u.=+=+u.u.b+b+b+b+b+u.-.D u.y+n.7+i.6 t G b+b+b+8 8 7+7+7++.[ r.n.N i.i.i._.i._.k.~+^+k.~+_.#+B.#+s ^+&+q+d+v v+k.#+E ~+3.).c 0.z+c 0.`.r+c z+z+c c c c C c C C E+C C $+E.E.$+E.h h h G+G+-+7 -.-.-.-.-.- - - - O.O.O.O.O.O.'.'.O.N O.N '.'.'.'.<+O.O.O.t - 8+t - t - - - t - - - - O.- - -+x.x.x.-.5+5+-.- t - 4+- -.-+h h h h '+$+j.j.j.R.R.R.].T.2+T.0+0.2+].2+2+0+9 9 0+,+5.,+,+0+,+,+,+,+,+,+<.u u ,+,+u u u ,+,+,+,+,+,+u u ,+,+,+,+,+,+<.<.<.,+,+,+,+u 0+,+0+,+,+,+s.u u u F.u u 9 u u u u u u u u u ,+u u u V.5.9 0+0+0+0+<.<.` ` 0+0+` ` <.0+<.<.<.0+<.<.<.<.<.0+,+<.0+2+2+].].].R.A+].].].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:556:"M | | | (+<.(+` 0.B 0.B B B `.`.B z+`.#.z+B z+B B B z+B B B z+z+B `.z+`.`.`.C C c c C C d.j.j.j.d.j.j.$+$+7 h 7 G b+a+h G h j.j.c V.c 5.5.r+V.r+V.5.V.V.! V.V.5.c c j.j.C C E.$+-+-+-+-+-+x.-.-.-.- - 8+- -.M.D =+*.) y+y+3.3.7+y+D y+=+]+]+3.X.y.D D y+y+y+u.3.7+=+8 ( b+D b+D D u.D y+3.=+u.u.b+b+b+b+b+b+D u.u.u.7+3.'.s 8 7 b+b+D 8 8 8 u.7++.k.s E +.i.d+_.i.d+~+k.k.^+&+k.~+r._.6 &+&+^+~+d+_.k.v+~+_.~+8 V.c z+z+c 0.z+z+c c c c C c R.R.c R.C C C C $+$+$+'+'+h h h h G+-+5+-+-.b+- b+- 8 - 8+- O.O.'.'.O.'.O.'.N 8+N 8+'.'.'.<+O.O.O.O.- t - - - - - - - - :.- - - - - -.- -.-.-.- k k -.4+-.x.5+G a+G+h h '+F+$+j.c j.c R.].T.T.T.].T.2+2+2+V.V.0+u ,+u ,+u u ,+5.u u 0+u ,+,+,+,+0+,+,+,+,+s.s.s.s.u ,+s.,+u u ,+,+u u ,+,+,+,+,+u 0+,+,+u u u u u u s.u s.u ,+s.u u 5.u 5.,+,+,+5.u 5.,+,+5.,+u 0+V.0+0+0+0+0+0+<.` ` 0+0+0+` 0+0+0+` 0+,+,+,+,+<.0+0+0+0+V.V.2+].].V.].V.].].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:557:"| G.(+| (+<.(+(+` 5.B z+B B z+z+`.T.z+C z+z+B B B B B B B z+B z+`.z+`.T.z+z+z+`.z+`.`.c c c c C R.d.j.j.j.$+h h G+h h '+'+'+j.} j.d.c ).j.c V.V.5.5.5.V.V.r+V.V.c C C C `.C C {.E.a+-+-+-+>.-+-+-+x.-.x.8+-+7 D ) *.) y+y+y+7+u.y+y+y+y+7+]+3.D U.*.D y+=+y+=+n.3.3.3.*.*.b+D b+M.D y+y+=+3.u.8 8 -+b+8 b+8 M.u.=+u.7+3.n.t+8 5+b+( b+b+8 8 7+]++.k.r.l.E i.i._._.d+~+k.[ ^+&+~+d+k.^ 6 &+^+&+~++.v k.6 #+v ~+8 ).z+j.c `.c c c z+c c R.R.c c R.c R.R.E+$+$+E+$+$+'+E.E.h h G G h -+b+-+-+-.-.-.-.- - O.8+O.O.O.'.O.O.'.8+N N N '.O.O.O.'.O.O.O.8+- O.- - - - t - - - - -.-.-.x.- - - - t t - - - 4+-.x.5+G+G+h h G h $+$+E+E+C C ].`.c ].].].].T.T.2+0+0+9 5.9 ,+0+,+0+0+0+0+0+0+,+u u ,+,+s.,+,+F.,+u u u u ,+u u u u ,+u u ,+,+,+,+,+,+u ,+s.u u u u 0+u u u u ,+u ,+s.u s.5.u ,+,+5.u 9 5.u 0+u 0+,+u 0+u 0+0+V.0+0+<.<.0+0+0+0+<.0+0+0+0+0+0+<.0+0+0+0+0+0+0+0+0+0+2+2+V.V.2+V.0.].].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:558:"<.| A.<.,+(+5.<.` 0.0.z+`.z+`.z+T.c `.`.`.`.z+z+`.B r+B B z+B `.`.`.z+z+z+0.0.z+z+z+z+z+`.`.`.c z+`.c j.C C $+$+'+'+$+E.'+'+j.j.j.j.j.q.c c ).V.).V.V.V.V.V.).V.c d.j.C C d.>.>.>.>.E.-+a+>.G+G+G+>.-+-+-+7 y.*.) U.[.) D y+]+u.T D y+=+=+]+=+X.y.X.D D y+y+=+7+7+3.8 b+*.b+D D D u.y+u.=+3.=+8 D b+7 b+b+b+8 u.u.7+7+3.n.[ k b+7 ( b+( 8 u.7+7+7+~+s n.E i.i.i._.i.#+k.k.^+&+_.B._.[ P.^+^+&+_.+.v v s #+_._.k d.c ).c c `.`.c z+c R.c R.R.c R.c R.E+E+E+E+E+E+`.C c C C d.i+E.E.7 G+-+-+-+b+-.-.M.- - 8 - O.O.n.O.'.O.N O.N O.'.'.'.'.'.O.'.O.O.O.O.- O.- - :.- - 4+- -.-.-.-.- t t O.- <+O.<+- t -.5+5+G h F+h F+'+E+j.C R.q.E+R.R.R.T.R.c ].].T.V.V.5.V.V.c 0+5.0+0+0+,+<.,+0+<.,+,+,+,+,+s.s.,+,+` ,+<.,+,+,+,+<.,+,+,+,+,+s.u ,+u ,+0+u ,+0+u ,+u u u u 5.u ,+,+s.| ,+,+,+5.0+0+0+,+5.0+0+u ,+u ,+,+0+0+0+0+0+0+2+0+0+0+0+0.0+<.0+<.<.0+0+0+<.0+0+2+0+0+0+2+V.0+0+0+0+0+0+0+2+].].].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:559:"` ` <.,+<.5.<.(+<.<.0.T.T.z+z+z+`.T.].R.].c T.z+z+z+B B r+z+z+z+z+z+`.`.0.z+z+z+z+0.z+z+0.0.z+`.z+`.`.z+c `.C d.$+j.j.d.C d.`.c d.c q.).j.c c c V.).V.).c c c c c R.C $+$+$+E.{.>.a+E.>.>.>.a+>.h G+G+>.>.>.)+y.*.U.X.D ) =+=+u.=+X.y+y+T y+]+X.U.X.X.y+y+u.=+]+n.3.3.*.b+*.b+D M.D y+=+=+=+u.7+b+b+b+8 b+8 D u.=+u.7+7+n.[ - G+7 7 b+D b+8 =++.]+~+r.a +.N E i.i._._.~+[ &+&+i.p+d+#+r.J ^+..i.d+_.k.r.U d+_.8 d.c c j.`.c c z+c z+c c c c c c c R.].].R.`.`.`.C c `.`.C j.j.d.$+E.h 7 G+G+-+-+-+-.- - - O.8+8+7+O.O.7+O.N O.'.'.'.O.'.'.'.O.<+8+O.8+t - - - -.x.- - - - -.- - - - - O.O.O.t O.t 4+-.5+G h G 7 h h '+'+j.E+$+E+E+$+R.j.R.c R.c R.R.c 0.c V.0.V.].T.0.0+<.0+,+<.<.u <.0+u ,+,+` 0+2+#.u <.s.,+M <.<.,+,+,+,+,+,+,+,+,+,+0+,+0+0+u 5.9 5.,+,+u 0+0+,+,+0+,+u 0+0+,+0+,+,+0+,+,+,+<.u ,+u 0+u ,+,+,+0+0+0+0+0+0.0+0+0+2+<.0+0+0+0+<.0+0+0+0.0+2+0+0+0+2+0+0+0+0+2+V.2+2+].].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:560:"(+(+(+(+| ,+(+<.` <.` 0.0.0.0.T.0.z+z+R.z+R.c R.R.c c z+z+z+z+0.z+0.0.`.z+z+c z+c c 0.z+z+c 0.c c z+z+z+`.`.C `.C C `.z+`.c z+c `.d.c c c ).c c ).c c c V.c j.c j.j.C j.$+E.E.E.>.a+G+a+G+>.a+>.a+h G+G+>.M.)+y.D U.[.) y+y+u.X.D D y+y+3.y+3.*.y.*.D y+=+y+7+7+3.7+8 *.*.b+*.D D M.y+=+=+=+u.8 b+b+b+b+D b+D u.u.=+=+7+n.[ 8 b+)+7 ( b+8 8 7++.+.k.s a E E E i.d+i.#+k.k.&+J E B.B.+ ^ s &+s E d+v k.v+^ d+9.b+d.z+`.z+`.z+z+z+0.0.0.0.V.0+T.0+0.0.` ` 0.0.R.`.C C `.`.C j.$+$+C E.h h h 7 G+5+-+-+b+-.- - O.8+O.O.N '.O.N <+'.'.'.O.O.O.O.8+O.- - - -.-.-+-.- -.- - - - -.- - O.- 8+O.- 8+- 8+- - -.x.x.7 G G h 7 h h h F+h h '+'+E+} j.R.R.R.R.].].c V.V.V.V.5.V.V.V.T.2+2+2+0+2+0+0+2+9 A+2+].q.].0+` <.,+s.,+,+,+,+,+` ,+,+,+<.<.,+,+,+0+0+<.<.,+5.0+,+,+,+0+0+,+0+0+<.,+0+,+0+0+,+,+,+,+,+,+<.,+s.,+,+0+0+,+0+0+T.2+0+2+0+2+0+V.0+0+0+0+9 0+0+0+0+2+0+0+0+0+0+0+0+0+0+0+0+T.].].A+].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:561:"| | | | (+(+,+(+,+<.<.(+<.` B ` 0.0.0.0.T.z+c c R.R.C c c c z+`.5.z+c c c c z+c c z+c c c 0.0.0.z+z+B r+z+`.`.`.d.`.z+r+z+r+`.`.c `.d.c c ).c j.c q.).c ).c c c j.j.j.j.E+E.E.>.a+>.E.>.E.h E.h E.>.h >.-+>.y.X.X.U.X.X.) 3.=+X.[.X.y+=+=+]+=+U.U.X.X.y+=+y+=+]+7+3.3.( *.b+D ( M.X.y+D =+=+=+7+( b+b+b+k 8 8 u.=+u.=+8 n.[ k 7 ( 7 ( ( D 8 y+7+3._.r.a E i.E _._.i._.k.k.&+r.E p+d+g _.v+s s +.i.v #+s ^ d+i.8 d.`.z+z+B 0.z+0.0.0.0.` ` 0+` 0+<.<.0.0.` B B 0.0.0.z+`.`.C C C $+j.$+E.h h G+G+G+-.-+b+- - - O.O.8+O.O.'.<+'.<+O.'.'.'.8+O.- 8+- 8+8+-+-.- -+- - - - - - - - O.- O.O.O.O.- 8+- - - - -.5+b+-+5+5+5+G G G a+a+a+G F+a+'+'+'+} E+} E+q.R.q.c c 0.0.0.T.].c c T.V.0+0+0+9 0+2+2+A+Y Y q.q.A+].2+,+,+s.M M ,+s.s.,+<.,+,+M <.<.<.` 0+0+5.0+,+<.0+<.,+,+0+0+<.0+<.,+,+,+,+<.<.<.,+0+,+,+,+,+,+,+,+,+0+<.0+V.0+0+0+0+0+0+0+2+0+0+0+0+2+2+2+0+0+0+0+2+2+2+2+9 0+0+0+2+V.V.].c ].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:562:"| (+| M | | | | | | | (+| <.(+<.<.<.<.5.5.0.0.z+z+c c c `.z+0.z+z+z+c d.c c c `.c z+c T.T.0.T.T.0.0.B B B B z+z+z+`.z+r+`.z+C `.C z+z+z+z+c d.c d.q.c j.c j.d.j.j.j.j.$+j.E.E.E.a+>.E.E.{.E.E.E.$+E.G+h >.-+( X.X.y.[.) ) 7+=+( y.X.y+=+=+=+3.*.U.*.X.) y+u.7+7+7+7+8 ( D b+D D D M.D ) =+=+7+8 b+b+b+b+D D b+D u.u.u.7+n.[ k 7 7 ( b+b+D 8 u.7+]+_.r.E n.i.E i.i.d+~+k.k.^+~+B.B.d+g _.k.k.[ B.d+_.#+^ ^ d++ 8 `.z+r+B B 0.z+z+0.B 0.` ` 0+` 0+0+0+0+T.T.T.B B 0.0.0.`.z+C C C d.E.E.E.h h h G 5+5+x.-.- k O.O.O.O.O.O.O.O.O.O.O.O.8+O.- - - -.-.-.- - - -.x.x.-+x.-.- t O.- O.t - - - - - - - -.x.-.-.5+5+5+5+5+5+x.x.5+5+G G G 5+G+a+G+h h $+F+'+$+j.j.j.j.R.c R.c c c T.T.0.0+0+` 0+0+V.].].q.Y } Y 7.7.q.].<.,+,+s.,+,+,+s.,+,+,+M ,+,+,+,+,+<.,+5.0+<.0+<.0+0+5.0+0+0+,+,+,+,+,+0+u 0+,+<.,+<.<.<.,+<.<.<.u 0+0+2+2+0+2+V.2+0+0+9 V.0+0+0+0+0+2+2+T.2+0+0+0+0+0+2+0+0+0+2+2+2+2+2+].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:563:"&.G.G.G.G.h+G.| M | | | (+(+,+(+(+<.(+(+<.<.B 0.0.0.0.z+z+0.z+0.0.c 0.c c c z+c c c c z+T.c T.0.0.0.z+z+z+z+r+`.r+`.`.`.C c z+C c `.r+r+0.r+c c ).c ).c c c c c j.C d.C C $+$+E.E.E.E.>.E.E.E.'+$+E.h >.h >.y.X.X.[.D ) D 3.y+X.X.) ) ) =+=+]+X.U.X.D D y+y+y+n.=+3.3.*.*.( *.( D y+M.y+y+=+y+7+b+( b+b+b+8 D u.X.D =+7+n.[ b+7 7 y.( ( b+D D u.+.i.s a n.E E _.i.i.v [ k.J _.=+B.l++ #+v ~+^ E d+d+#+[ ^ B.i.8 d.`.#.B B B r+0.0.T.` 0.0.0+2+0+` 0.T.].T.0.T.0.B B z+z+`.B C C C C $+'+h h G G+G+5+-.k k t - 8 O.8+8+8+8+8+O.O.O.- - - 8+-.-.-.-.- - - - - x.-.-.-.- - - - t - - - - -.-.-.-+5+5+x.-.x.5+5+5+5+k k -.k k :.:.5+x.x.5+x.5+G+h h '+7 '+'+j.j.j.$+j.j.$+j.C j.`.c z+z+0.0.0+V.].].].q.Y } 7. +7.q.2+2+<.<.<.<.<.M <.M ,+<.(+,+,+,+<.,+<.<.0+0+,+0+<.` 0+0+0+0+0+<.<.0+0+,+` ` 0+0+0+` ,+,+` <.u 0+<.0+0+0+0+2+0+0+0+9 9 0+0+9 2+2+0+2+0+0+0+0+0+0+0+V.T.0+2+2+T.2+].].].2+V.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:564:"&.&.&.&.&.&.&.&.G.G.| | | | | | | (+(+(+(+<.<.<.5.B A.5.5.0.z+V.z+c z+0.r+0.0.0.0.0.R.c c T.0.0.B 0.0.0.B z+0 z+`.0 C `.`.`.z+z+r+z+0.r+0.r+r+0.r+c c z+).c c d.c C C C C C E.C E.>.C E.$+$+E.j.$+$+E.E.E.i+7 X.*.U.X.) y+3.y+y.[.D y+=+]+=+=+*.U.X.X.X.y+=+=+3.7+u.3.( ( b+*.*.X.D X.X.y+7+u.u.b+b+b+b+u.8 b+D u.X.u.7+n.r.x.7 7 7 ( ( ( b+u.7++.B.r.E n.i.i.i.E d+_.k.k.s + ]+@.l++ v _.~+k.n.d++ #+^ r.E i.8 C `.z+B `.z+z+z+0.0.0.` 0.0+` 2+<.0+0+0.0.T.0.0.0.B B B z+z+`.C C j.C $+$+h h h G+5+x.x.-.-.- k - -.-.-.- - 8+- - - - x.x.-+-+-+8+- - - - - - - - 8+- - - 8+- - - -.-.-+a+5+G+a+G 5+5+-.:.b+x.x.4+k -.k t - -.- -.- -.-.x.x.5+G+h h '+7 F+7 F+7 h '+E.'+j.j.C R.z+c c c c ].2+].].R.q.} 7.7.7.7.} Y R.].].T.T.5.T.0.0+0.0.0.` <.<.<.0+<.<.5.,+5.,+` 0.0.T.0.].].].2+2+2+0+2+#.0+0+#.<.` u 0+0+T.2+2+0+0+0+V.2+V.V.V.V.9 2+2+2+2+0+2+2+0+0+0+0+0+0+2+].2+2+2+2+2+2+2+].2+].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:565:"&.f &.&.f &.G.&.&.&.G.| M | | | (+| | <.| (+(+5.A.5.5.A.5.r+0.0.c r+0.0.0.0.0.0.0.0.0.T.T.0.B 0.0.0.z+`.`.z+T.0 `.`.`.`.z+z+r+z+z+r+B r+B 0.0.r+0.r+r+c V.c c c c `.C C d.C E.C >.C E.C $+C C $+j.j.j.j.j.i+)+*.[.U.) [.y+3.y+U.[.X.) ) =+=+=+D y.*.X.X.y+y+=+7+3.3.7+( ( *.b+( D D X.D =+3.u.7+b+b+b+b+8 D D y+u.y+=+7+n.[ k 7 7 7 ( 7 b+M.M.7++.B.t+E +.E i.d+i.i.#+k.k.6 i.=+p+@.l+#+#+k.r.E + g k.#+6 _.k.b+d.c z+`.z+z+`.z+z+T.0+0+` ` 0+,+0+0+` <.` ` ` ` 0.0.0.0.0.z+z+`.`.`.j.d.j.$+'+h h h -+-+b+5+b+-+b+x.b+5+b+x.-.-.-.-.x.-.-+-+-.-+x.- - - - - - - O.O.8+8+O.- - - -.-+-+-+a+>.h G+h G 5+:.x.5+k x.- k k - k -.k -.-.-.-.k -.-.5+5+b+h 7 F+7 F+F+F+h h h h E.$+j.C c C R.R.].].].].].R.q.].R.q.} } :. + +F+F+} } } R.R.R.].].0.].0.5.5.` <.0+` 5.<.` 5.5.V.].2+T.].T.].T.2+T.0+2+2+2+2+2+0+0+#.T.0+T.0.0.0+2+0+0+0+0+9 2+V.0+0+0+V.2+0+2+T.2+0+2+2+0+V.2+T.2+0+2+0+A+].9 ].2+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:566:"&.f &.&.&.&.f G.G.&.&.G.G.| | | M M | | ,+<.(+<.<.(+5.A.5.5.(+r+5.0.5.0.A.5.A.5.0.0.0.0.0.T.0.0.z+z+`.C `.`.`.z+z+`.r+0 r+z+B B r+z+z+`.z+r+r+0.r+0.z+z+).r+z+r+z+r+`.`.C C C C E.E.E.E.E.$+C j.C $+d.C j.i+)+[.y.y.) D y+3.) j U.X.) =+=+=+=+*.U.y.) X.y+u.u.=+7+=+8 D ( b+D *.X.D M.D T 3.8 u.b+b+b+( b+D ( D D 7+=+7+7+[ k 7 ( 7 b+b+D 8 M.7++.i.[ n.n.E E i.E d+~+#+k.J i.3.p+@.d+#+#+[ r.E d+#+#+k.v++ _.8 d.c `.`.`.z+c c R.c R.].].T.2+2+` 0+0+u <.<.` ` A.` A.B B B B z+z+z+C j.j.E.'+7 E.h G G+G+G+G h -+-+-+-+-+-+-+-+x.x.-.-.-.-+-.-+-+-.-.- -.- - - - - - -.- - -.-+-.x.G+h h E.E.h h h G 5+G G+5+5+x.-.-.- k - - k - - -.- - - -.x.5+5+b+5+b+5+b+ +7 h h h h E.$+j.E+E+R.C c V.V.V.].].R.].T.0.].R.} } 7.7.F+} } 7.} 7.7.7. +F+} F+} q.R.c ].z+0.5.` <.(+<.5.5.5.0+0+T.T.T.].T.T.T.2+#.2+0.0+0+T.2+0+0+0+0+2+2+0+9 0+0+2+2+2+2+0+0+2+0+2+2+T.2+0.2+2+T.V.0+0+0+T.2+V.V.2+V.V.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:567:"&.h+&.&.G.&.G.&.&.G.&.&.h+G.M M &.G.M | | | | <.<.(+<.5.(+(+5.(+5.(+A.(+5.0.5.0.` 5.0.5.0.0.z+z+T.T.`.c `.z+`.B 0 r+B z+z+r+z+z+z+0 z+z+z+z+0.r+r+z+z+c z+c z+z+0.z+`.d.`.E.d.C E.C i+$+j.$+$+$+$+j.j.j.j.E.y.U.*.[.X.) y+=+y.3 U.[.) ) =+=+y+[.j y.X.y+y+=+=+7+=+=+8 y.*.b+*.( ( X.X.D y+7+u.7+b+b+( b+D b+*.D M.y+y+n.n.[ 8 F+7 7 ( b+8 b+M.+.+.d+[ a +.N i.d+E i._._.~+6 + p+p+@.d+#+#+k.6 _.]+#+#+^ ^ B.E 8 `.`.R.`.`.z+z+R.c c T.T.0+V.#.0+u 0+<.<.<.<.<.<.<.` A.M (+` B B B z+`.`.`.j.j.$+$+'+h h h h 7 h 7 G+G+5+5+-+-+x.-+x.-+-.-+-.-.-.-.-+-+-+-+x.x.-.-.-.-.-.-.-.-.x.-+G+h >.h h '+h E.h G+h G+G+G 5+5+5+x.-.-.-.-.-.-.-.5+x.- - - -.5+5+x.k t k k -.x.x.G G+h h E.E.$+C R.c T.0.5.5.0.c q.R.].0+5.5.0+c R.q.q.q.E+q.} } F+7. +:. +:. +:. + +7.7.Y R.].c 0.5.0.0.T.0.0.0+` 0+0.T.T.0.0.2+0.2+T.2+0+T.T.0+T.0+0+2+2+2+V.2+0+0+0+0+2+2+0+2+2+T.2+T.2+].T.2+0+0+2+2+0+0+0+V.2+V.2+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:568:"h+G.&.f f &.&.f &.f G.%+&.&.&.h+; h+| | | | | | | | | 5.u (+,+| (+5.` 5.<.5.5.V.5.5.0.0.0.0.T.`.`.c z+z+B r+z+r+B B r+B z+r+B B z+B r+`.z+`.c c z+c c c z+c c ).z+d.z+`.`.d.C C E.C $+$+$+$+$+$+E.E.$+j.$+i+y.X.X.*.[.) D y+U.3 j U.D y+=+=+) *.U.y.X.X.y+y+7+3.=+7+=+( ( *.*.y.X.D M.y+=+3.u.7+b+b+b+( b+D X.D X.D 7+7+n.[ k ( 7 7 ( b+D b+u.+.N d+k.n.E B.E i.E d+~+#+_.s _.n.p+@.+ g k.[ 6 ~+]+v #+k.k.d+_.M.d.C `.`.z+z+0.0.0.0.0.0.` 0+<.<.,+,+,+,+<.,+,+,+(+(+` A.A.A.A.B B B z+`.`.d.c j.j.d.j.$+$+$+E.E.$+h 7 -+G+G+-+-+-+b+-+x.-+-+-+-.-.-.-+a+-+a+-+-+-+-+-.-.-.-+-+5+G+a+a+h E.a+'+'+G+h G+a+G+G+G+-+-+5+5+x.-+5+-+5+5+x.-.-.- -.- -.b+-.- -.t 8 k k x.5+5+G+h h E.E.$+$+j.C c z+c T.c c c c z+0.0.0.0.0.0.z+c c c c c c R.c q.} 7. +7. +:. + +G  +7.F+} } Y E+q.q.R.c c 0.` 0.T.T.T.0.0+T.T.T.T.T.0+].T.2+T.2+2+V.2+0+2+T.2+2+0+0.2+0.T.2+T.2+T.2+2+T.2+T.0+0+T.2+0+0+V.V.].2+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:569:"` (+| M M G.G.| G.M h+h+h+&.&.&.| M M M M M M M M | ,+| | ,+,+(+,+(+,+<.<.<.` <.B 0+0.0.0.0.z+T.T.z+z+z+z+B B `.`.z+0 B B z+r+z+B `.B r+r+`.z+`.c d.c ).c z+c c c `.`.C `.C C i+C C C j.j.$+$+$+'+h $+$+$+'+y.[.D U.[.) =+y+y.3 U.[.) ) ) 3.=+*.j X.X.D D y+u.3.=+u.=+( ( ( D ( X.D X.y+=+7+u.8 b+b+7 b+8 b+D M.D M.=++.+.[ b+'+( 7 ( ( b+b+M.]+7+n.k.l.+.E E i.E E _.~+~+6 _.B.++@.+ #+^ [ s ^ +.B.#+v+v d+#+8 i+C R.C z+z+0.` B B 0.` 0+<.<.0+M ,+,+,+,+M M M ,+A.M A.M M A.` B r+z+z+`.c C C C j.j.j.j.j.E.j.'+E.h h h G+h 5+G+-+G+G+-+-+x.-+x.-+>.E.>.a+a+a+-+5+-+-+5+-+5+a+a+h '+$+'+$+E+$+$+E.h h a+h G+a+G+-+-+x.x.x.x.x.x.-.-.- - - - - - -.-.- -.- - - - -.-.-.x.-+-+h h h $+E+E+R.c c c z+0.` 0.z+z+z+T.0.0.5.B 5.0.0.0.0.0.c c c R.c c R.R.} } } F+ + + +F+F+F+F+'+F+F+E+R.].].c T.T.0.T.T.].].].].].T.].0.2+V.2+2+T.2+0.2+2+T.T.2+T.0+2+2+].2+2+2+T.2+T.2+2+T.2+2+T.2+0+].V.].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:570:"c 0.5.0.5.B A.(+<.<.,+| h+h+&.h+%+h+; M ; h+%+%+h+h+| | M | | | ; | | | | ,+,+,+<.` ` ` ` ` 0.0.0.z+z+z+`.`.C `.`.`.B z+0 z+B B r+z+B z+B z+r+z+z+`.c c c d.c d.C `.d.`.d.C C j.E.E.d.C j.j.$+j.$+'+$+j.E.E.y.y.D *.[.) y+y+j 3 g+y.) =+=+3.=+[.U.y.X.X.y+=+y+7+=+u.=+( ( *.D *.D u.X.y+=+=+u.u.M.b+( ( b+D D D D y+7+7+n.k.k b+( ( b+b+D D M.7+7++.[ n.n.E E d+E _.#+#+~+6 [ 3.]+@.+ #+^ [ v+..B.+._.s + B.d+8+E.C R.R.`.z+0.0+` ` 0.B <.<.<.<.,+M M M <.<.<.M M A.M A.2.A.(+A.0.0.z+R.C j.j.j.j.R.j.d.j.j.'+i+'+>.h 7 h h G+G+G+G+G+G+G+G+G+G+h h E.h E.h h a+a+G :.5+G 5+a+G h h E+j.R.j.c R.j.C E.E.E.E.h E.h a+-+5+x.-+x.-.-+-.-.k k -.- -.- k - k - - k - - - - - - :.-.-+a+:.G G F+E+R.c T.0.z+T.c R.R.c c z+z+0.0.0.0.0.c c R.R.c c 0.0.0.r+0.z+c E+} F+F+F+F+7.F+F+7.F+F+'+'+'+$+E+R.c T.0.z+T.z+T.T.].T.2+T.0+2+2+2+2+2+T.T.2+2+2+2+T.T.2+].].].2+2+2+2+2+T.2+2+2+2+T.2+V.V.2+c ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:571:"R.R.R.0.c ].0.5.0.5.<.M M %+&.w &.&.&.&.h+&.&.%+&.%+&.; &.&.; ; &.h+&.M | | | 5.0+0+0+0+B ` ` B B B z+`.`.`.`.C C `.`.B z+r+z+z+z+z+0 B r+r+z+z+r+0.d.c c c c c R.j.C C C C $+d.$+E.$+$+d.j.j.j.j.j.j.j.j.h y.*.[.[.X.) y+T U.3 j [.) ) ) =+3.*.j y.X.X.y+=+u.3.u.3.=+*.( ( *.( X.D D u.T 7+7+7+b+b+b+( u.b+D M.X.y+=+n.3.2 b+7 b+( ( b+b+b+u.7+]+n.6 a +.+.E E +.+ ~+k.~+J v+3.p+B.g #+k.k.[ 6 N d+k.^ ~+d+d+7+>.E+C C `.z+0.B B 0.0.0.T.0+<.<.` <.<.,+M M ,+<.<.(+` M ` M A.` ` B c c R.j.R.j.R.d.c j.d.'+j.'+'+h E.E.>.>.E.E.h 7 h h h h E.E.E.E.h h h h h a+a+h a+a+a+a+h h F+E+R.c c c c c C C C E+$+'+$+h E.a+G G+G+G G+G+G G+G 5+5+5+5+x.x.-.x.- k - - 4+- -.-.-.-.- :.-.x.5+x.5+5+F+} j.c C E+'+$+R.c `.z+0.T.0.z+c z+c c c c c c 0.`.c c R.c R.j.q.j.E+E+E+j.} F+F+'+} E+F+7.G 7.F+$+E+c c T.0.0.0.T.0.T.T.0+].2+].2+].T.2+2+T.T.T.T.2+2+].2+2+A+].A+].].].2+2+2+2+T.2+].2+].2+V.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:572:"q.c q.R.R.R.c c c V.5.,+| ,+M &.w w h+%+&.%+&.&.w &.&.; ; &.| ; &.; h+&.M | | ,+<.<.(+<.` ` B ` ` B 0.T.z+`.z+`.C `.C `.C `.`.`.z+z+z+`.z+0.r+0.z+r+0.z+z+c c c d.c C C j.j.$+$+j.$+$+'+$+j.$+j.E.j.j.E.j.i+y.y.*.*.[.) =+y+[.3 U.i D y+y+=+=+X.U.y.[.X.D =+7+3.u.=+b+*.( *.*.*.*.D X.y+=+3.u.8 8 7 b+7 b+D u.u.X.M.7+7+7+i.k 7 7 ( ( D D b+u.8+7+i.r.a E +.+.E +.d+~+k.k.&+[ 3.p+@.+ #+k.#+~+6 _._.[ 6 _.d+_.O.d.E+E+E+C `.T.T.0.B 0.T.T.T.2+<.0+<.,+,+,+<.,+<.<.<.` (+` <.` B 0.0.z+0.c c c c c c d.c c j.j.i+'+7 '+'+h >.h >.E.h E.7 h 7 h $+j.$+'+a+'+F+F+F+$+'+'+'+'+F+E+j.E+j.c c c z+z+c `.C C j.E+$+$+'+E.h '+'+h h '+h F+h E.E.h E.h h h G+h G+G 5+5+x.5+a+-+x.-+-+x.-.x.x.:.x.:.G h F+} } $+E+$+C C `.z+`.c c c c c c R.c 0.0.0.0.z+z+R.j.j.E+j.} j.} q.j.'+'+'+} $+E+R.$+'+a+F+F+'+'+$+R.z+0.0.z+0.0.0.c T.T.0.2+].2+].T.2+].2+].].].2+].].].2+].A+A+A+A+A+T.2+A+2+2+2+2+].].].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:573:"E+E+j.R.c R.c 0.c T.0.0.V.` | h+&.w ; M %+&.w w &.&.&.&.h+&.&.&.; h+; ; ; s.| | ,+| <.| ,+A.<.` B ` B B 5.B 0.z+0.`.z+`.`.`.C C C c C `.z+`.z+z+z+c z+c z+`.c c R.C j.j.j.j.$+j.E.E.'+h E.E.$+$+d.d.j.j.j.i+)+[.[.U.*.) y+=+[.J.U.[.) ) ++y+3.U.j y.M.X.X.=+u.=+=+y+D ( *.( D *.X.y+X.u.=+=+u.u.b+b+( b+u.b+D M.D y+y+u.3.E k 7 7 7 ( ( 8 D D =+7+E s E n.E E +.+.+ #+k.k.&+[ 3.]+d+g #+k.~+k.J k.~+k.6 d+E #+N `.C T.c c c c z+z+c c 0.c T.T.T.0.0+` <.<.,+<.<.<.<.<.<.<.` 5.0.0.0.0.c r+z+c `.z+z+c d.j.d.j.j.j.j.E.E.E.'+E.$+h h G G G+'+$+$+$+$+'+'+F+$+j.j.E+q.E+E+E+R.j.R.c c R.R.c ].c c j.j.E+j.C R.E+'+E+E+'+F+$+'+'+'+$+E+E+j.C $+j.j.E.'+E.'+E.h E.a+>.a+a+a+a+-+a+-+-+x.x.5+5+G G G h '+$+E+C C C `.`.c C `.c R.R.j.R.C c c c z+c c R.c q.j.E+j.} $+'+F+F+G F+a+'+'+j.R.$+F+h F+h '+F+'+j.C C j.j.R.j.R.c c c ].].].0.2+].T.].2+T.2+T.2+].q.A+A+].2+2+].2+A+].2+].].2+].2+].].",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:574:"F+} } } } E+q.R.].].c ].].2+V.<.h+&.M M h+h+&.&.w &.&.&.%+&.h+&.&.&.&.h+h+; M M M h+G.G.h+M M ` (+M (+2.| A.(+B 5.0.0.0.z+z+c `.C c j.c C c c c c c c c c c j.j.c j.R.j.j.j.j.j.j.j.j.j.j.i+j.j.E.E.E.E.$+7 y.*.D U.[.) y+=+y.g+y.L.D ) y+=+3.U.j U.X.D y+=+=+u.y+u.D *.( *.*.*.*.u.) y+u.=+8 u.( b+b+b+b+( *.X.M.y+u.8 n.i.t ( )+)+7 ( D b+D 7++._.s l.3.+.E n.]+E ~+#+~+&+[ 3.]+@.#+^ #+_.[ ^+J q+[ 6 + +.k.O.i+C R.z+z+z+z+0.0.0.0.0.` ` 0+` 0.2+T.0+0+0+2+0+T.T.T.0.0.T.c R.E+R.R.q.j.j.q.j.j.j.} j.j.} '+'+j.'+7 F+7 h G+h $+h G h h $+j.$+'+$+j.C R.c R.c R.c c c c c 0.0.0.0.c c c q.c q.q.j.R.R.R.R.c E+q.E+E+} E+} E+} } } E+E+j.j.j.E+j.j.$+$+E+j.E+C {.C >.C >.{.>.a+a+a+a+a+G+G a+h G a+$+j.j.C C C C `.C `.c c c R.R.j.j.C R.C c `.C C c c C C j.j.'+F+F+G G F+G h G G a+G a+G G G G+G h F+'+$+$+$+'+'+E+R.E+q.R.].c c ].c c ].c ].].].A+q.q.q.A+q.V.].2+].].2+].V.2+V.V.V.2+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:575:"} F+'+} E+q.j.R.c R.q.].c 2+V.V.| | | | | M G.&.&.&.&.&.&.&.&.&.&.&.h+&.%+h+h+&.&.&.h+G.G.| G.| G.| G.G.G.G.(+(+A.A.A.r+0.0.z+z+c `.z+z+c c d.c c c c j.j.j.j.q.j.R.j.C R.d.j.j.j.j.j.d.$+$+E.E.E.E.$+7 F+E.*.X.X.U.X.) y+y+y.J.U.[.X.y+1+=+=+y.U.y.[.X.X.y+=+3.=+=+D ( *.( D D D D D y+=+y+8 7+b+7 b+( ( 7 ( X.D T y+3.n.~+n.F+7 y.y.b+D b+M.7+]+_...E n.E +.+.]+E #+k.k.P.[ =+p+d++ #+^ _.r.&+6 _.[ 6 _.+ s O.C T.0.0.z+z+T.z+z+z+0.0.0.0.B 0+` 0.0.0.0.` 0.0.c V.].].].c ].q.E+q.R.j.q.j.j.} '+} '+F+'+'+} '+h F+G G G G G G F+F+h F+j.c d.c j.R.0.0.0.0.c c c c c 0.0.0.0.c 0.0.0.c q.c q.q.E+q.q.q.R.c R.q.c q.q.q.q.c c c j.c R.R.C C C C E+C C R.C j.C E.C C C C i+{.E.>.>.h G+a+h a+h G G+F+h '+$+h E.$+C C j.j.C c j.R.} R.j.q.R.c `.c j.c C `.c j.j.j.j.$+$+'+'+h '+a+a+a+5+a+G G G+G G G 5+G a+F+h '+h '+'+} F+F+} E+q.c q.q.E+q.R.c c c c q.A+c c A+V.2+c A+q.A+V.c A+V.V.].V.",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:576:"c R.d.R.C c c R.c c c c V.V.V.V.<.| ,+| M M G.&.%+&.%+&.&.&.&.%+&.&.&.&.&.%+h+%+&.&.h+&.G.G.2.G.G.G.| G.G.2.| (+(+A.A.` B B 0.B 0.0.0.B 0.0.0.z+z+z+c c c c c c c R.q.j.E+E+$+'+E.E.E.j.$+E.E.h E.h h $+'+i+*.D U.U.y.) y+) U.J.U.[.X.) ) T =+U.y.U.X.X.X.y+7+=+=+=+D ( *.( *.*.D D ) y+=+=+7+7+b+7 b+( b+y.( M.X.u.u.7+n.[ t y.7 7 ( ( b+D u.7++.~+..a E E B.n.]+E #+~+~+J [ =+p++ #+#+k.#+r.&+[ E ~+P.+ d+6 N `.B 0.0.z+`.z+`.T.`.T.z+T.c T.0.` 0.0.0.0.0+0.0.T.0.0.0.T.c c c c c z+c c q.c j.} } '+F+F+F+7 F+F+'+'+'+F+'+'+'+'+j.c c z+r+B 0.r+0.0.0.0.5.5.5.5.5.V.5.0.0.0.c c c c c c c q.q.q.q.j.q.j.q.j.} c j.q.j.q.c c c 0.z+c R.R.R.R.C j.R.C C `.C c `.C C C C C >.>.$+E.a+h 5+h G h G h h G+G h a+E.h h $+'+F+'+} } j.F+j.E+j.C j.C c C C C C C C j.j.j.'+$+'+F+h $+'+$+$+h h h G+a+5+5+5+-.-.x.G a+a+h '+a+h h F+F+F+'+E+E+F+F+G '+E+E+R.c z+c A+c A+q.q.q.q.c q.q.c c A+c V.c ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-577-"z+c c c c d.c c c q.c V.V.5.5.V.V.(+<.(+| M h+h+G.h+h+%+%+%+&.&.&.&.&.&.h+h+&.h+&.&.&.G.&.&.&.G.G.G.&.&.G.G.G.G.G.G.| (+(+(+A.A.A.A.A.` A.` A.A.5.5.(+5.5.5.V.V.z+0.j.} } } '+'+h '+'+h >.E.h E.G+E.E.7 j.'+*.y+*.U.X.) y+T y.g+Q [.1+D ) =+D U.j y.X.X.y+y+u.=+u.3.D ( y.( *.*.D X.X.y+D D =+3.8 7 7 ( ( 7 y.( X.M.y+7+3.[ k '+( ( ( *.( u.8 7++._.6 a E +.n.+.]+B.#+_.~+P.r.3.]+g #+#+k.#+r.&+k.+._.r.B.p+r.m+B 0.5.V.0.z+`.0.R.R.T.z+z+0.0.0.0.0.0+0.` 0.0+0+c ].].R.].].c R.c c c z+c c j.q.j.} } F+F+F+F+F+F+} j.} j.'+} c j.c c r+5.5.5.A.5.r+5.5.5.` 5.<.5.5.A.5.5.0.0.0.c c 0.c c c c q.c c q.q.q.q.q.q.} q.q.q.c c c 0.c c R.R.R.j.C C c C c c j.c C j.E+E.C E.C $+$+E.E.>.h G+a+G+G+h G G G G+G+h G+h h h h h h '+'+} } } } j.q.c j.c j.R.j.C j.j.j.j.j.$+'+'+$+$+h h h h h h h G 5+5+G 5+:.x.5+G+G+h h G+G G G G G h F+F+h h G 5+G G F+'+c c j.c q.c q.j.c c c c q.c q.c c ].0.",
##############################################
lazarus-2.0.10+dfsg/images/splash_logo.xpm-579-"A.B B 0.r+r+0.0.z+0.0.5.5.(+5.5.A.| | ` (+A.M (+<.<.| M M h+h+h+h+&.h+&.&.h+&.h+&.G.G.G.| | | 2.| | G.G.G.G.&.G.h+G.G.| G.h+G.G.G.2.G.G.M 2.M G.G.| <.| <.<.,+<.(+A.z+0.z+c c j.c j.F+h h h h h h h h G+G h D ) *.U.*.) y+y+X.y.Q 1+X.X.y+y+[.*.j y.[.[.D y+u.3.=+3.u.( ( *.y.*.*.*.y+D D *.=+n.b+7 7 ( ( y.7 D X.D y+7+3.l.b+'+( y.b+D u.8 D +.+._.6 a n.+.n.=+=++.#+_._.6 r.3.B.d+v k.#+#+[ &+_.B._.^ T ++d+O.r+` 5.V.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0.` 0.0.0.0+0.0.T.0.0.0.0.c 0.0.0.V.r+r+c c V.5.V.V.V.V.V.V.5.5.V.V.V.V.c V.0.V.V.0.c c 0.0.0.` 5.5.V.0.5.5.5.5.` <.` ` V.0.V.0.c V.c c c c c c c q.c q.c c c q.q.} } q.q.c j.c } E+E+j.R.j.j.R.j.j.j.} j.} E+E+F+F+h h h h h G+G+h G+G+a+5+5+G G+G+5+G G+G+G G G 7 F+7 F+F+7 F+h h '+} $+} j.$+$+$+$+h E.$+h '+h '+h h a+a+h h 5+G G+G+G+G+G h G+h G+G+-+5+x.x.-.G G G+G h h G 5+4+-.- t 4+x.k b+b+b+F+( F+j.'+j.c c ).q.d.} j.j.q.E+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:580:"B r+A.A.0.r+5.r+5.r+5.5.V.5.5.V.(+(+| (+` <.(+(+<.<.(+(+,+h+M ; G.h+h+M M | M | | | G.G.G.G.| | | | G.&.G.G.G.G.G.G.G.G.M G.M h+h+h+G.G.M G.M M M M (+M | | | ,+,+(+,+(+(+r+V.z+c `.j.c d.j.$+h h h 5+a+h h X.y+[.U.[.X.y+=+X.U.j [.1+) ) =+) X.U.j y.D ) y+y+=+y+u.u.y.( y.*.*.*.*.) y+U.y.8 n.k 7 ( ( ( ( *.D D M.y+u.8 3.7 ( 7 ( ( b+( u.8 7++.k.s n.3.]+3.T y+p++ _.d+s r.=+B.d+g #+#+_.k.&+_.E _.#+q p+p+8 `.B ` 5.` ` ` ` <.` B ` <.` 0+0.T.T.0.0+0+0.0.V.].0.0.0.V.5.5.0.0.0.0.V.V.5.A.5.r+5.5.r+5.5.5.V.r+5.V.V.V.V.5.V.5.5.5.5.5.V.V.V.V.5.0.` 5.B ` ` ` 5.0.V.0.0.5.0.<.5.c c V.V.5.V.V.V.c q.c j.c c c q.j.q.q.c q.q.j.c } } } '+j.E+$+j.$+j.$+} j.} } j.'+'+h E.E.h >.h >.h a+G+G 5+5+5+G G+G+G+G G+-+G G G G  + +G  +b+ +G 7 F+'+7 F+F+F+h h h h h h h E.E.$+E.E.h E.h h G G+G+G -+G+G+5+G+G+5+-+5+-+5+-.-.5+7 G+h G+G+x.-.4+k O.t t t 4+k k 5+G 7 7 7 E.i+E.'+E.j.7 } E.} $+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-581-"r+A.A.A.| r+A.| (+A.r+5.r+0.0.c (+(+(+5.` A.<.` <.<.` M | | M M &.h+G.| | | | | G.G.G.G.| | 2.2.| G.| | G.G.&.G.h+M G.M h+h+h+h+h+y h+h+2.M M M M M G.G.h+h+| | | | | s.(+,+r+5.B r+0.z+c R.j.j.'+F+G a+h G+( ) U.j [.[.D D X.g+U.[.X.*.) =+u.D *.j *.X.D =+=+=+=+3.k ( y.( *.*.*.X.D D *.U.8 n.8 7 ( ( u.( D u.D *.u.=+8 b+ +( F+( *.b+b+D u.7++.~+..l.3.3.]+=+T B.d++ i.v+r.3.d+d+_.#+#++ k.&+_.d+k.v p+_+B.7+r+0.0+<.<.,+5.5.<.,+(+<.5.5.0.0+c 0.V.0.0.5.5.0.V.V.V.V.` 0.B 5.5.5.` 0.B A.5.A.5.(+(+5.A.5.5.5.5.5.5.5.5.V.5.5.u u u u u u 5.V.,+(+<.5.5.5.` 0.5.` <.B 5.` 0.` 5.0.V.c c V.c V.V.c V.c V.c c c c c j.q.q.j.q.c q.} j.} $+$+'+'+'+'+'+} '+j.} j.j.j.j.$+j.$+E.E.E.E.h h h h G+G+5+G+5+5+G 5+5+5+5+5+5+G G 5+b+ +x.:.b+G h h h F+h h h G h h h h h E.E.$+E.$+E.E.h h G+G+G+5+G+b+x.x.x.x.x.5+5+5+x.-.-.-.5+5+5+5+5+x.-.- - - - t O.O.O.t - k k -.5+b+h 7 >.>.7 G+G+7 h h '+",
lazarus-2.0.10+dfsg/images/splash_logo.xpm:582:"0.r+r+B r+(+A.r+5.5.r+V.5.V.r+V.5.5.A.(+` (+(+` B <.` A.(+| | | M | | | (+| | | | | G.G.G.| G.2.| G.G.G.&.| G.G.&.M M M M M M (.h+h+h+M h+G.G.G.G.M ; h+h+&.&.; ; &.| | | | (+| (+A.B r+z+c c c j.R.E+E+$+h ( D D U.U.) X.X.U.3 g+[.[.X.D =+D *.D U.*.[.*.y+3.=+3.=+=+*.y.y.*.*.*.*.D ) U.y.8 n.k 7 ( ( D ( D D D D D u.8 b+b+( y.( ( b+*.D 8 7+N k.J l.]+3.3.y+y+@.d+_.d+s s ]+@.+ #+#+#+_.k.&+_.E [ B.++q i.7+r+B <.,+<.| | ,+(+,+<.<.5.0+5.5.T.5.5.<.` ` <.` 5.` <.5.<.5.` 5.` 5.<.5.5.` 5.(+5.5.5.5.5.5.(+5.5.5.u 5.u u u 5.S 5.u 5.u 5.| 5.u (+(+` ` 5.` B 5.` <.A.5.<.5.A.5.0.5.0.c 0.c c 0.V.V.V.V.V.c V.c c A+c q.q.q.c c } j.} } } $+'+'+F+7 '+'+j.} d.} j.j.$+j.j.C E.E.E.>.h G+h h h G G+a+5+G+5+G+5+G+G 5+5+5+G x.5+5+5+G G G b+G G b+G G+G G+G+G+G+G+5+7 h h h h h >.h 5+5+5+b+5+5+-.x.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- -.-.-.- t - t - - - - - O.O.O.O.O.- - -.-+h h h h h h h ",
lazarus-2.0.10+dfsg/images/splash_logo.xpm-583-"z+z+r+5.0.r+V.r+5.r+0.5.r+5.r+5.r+B A.(+(+(+A.` 0+B ` <.(+<.<.(+` 5.` A.| (+| | | G.| | G.G.| | | | G.G.| &.| h+G.G.G.M M h+h+h+h+h+(.h+M M M M h+h+h+; %+; ; ; G.; &.| | | G.(+(+A.A.5.5.0.r+c z+0.0.0.c d.y.*.) *.*.) *.y+U.3 g+U.U.[.D ) ) D *.y.U.*.D =+=+=+D 3.D } ( y.y.y.*.X.*.X.[.*.8 n.b+'+( y.( y.( ( D u.M.D D E b+}  +( b+b+D b+M.=++.~+s n.3.=+=+) T +.d+_.+ s 6 3.p+l+#+k.#+_.k.&+^ _.J d+1+++_.8 B A.,+,+(+<.(+,+,+,+5.5.0+5.V.V.V.0.` <.<.<.5.5.(+<.<.<.<.(+,+(+<.(+<.,+` ,+,+5.<.(+<.(+<.(+u 5.| 5.5.5.5.S 5.V.| V.| 5.F.5.u 5.,+5.5.5.<.A.` ` ` <.<.<.(+` 5.5.(+A.0.V.r+V.V.r+V.c V.r+V.V.c V.c c V.c c c q.q.} j.} } '+$+F+'+'+h F+F+7 F+} '+j.'+} $+$+E.E.E.E.E.h h h h h h h a+G+G+5+G+G h h h G+G 5+x. +5+G G b+5+G G G :.G 7 G G+h G h G+G G+G+G+G+G+G+5+5+x.x.-.-.-.-.-.-.-.- - - - - - - - - - - - - - - - -.- - - - - - - - - - O.- O.O.O.'.<+O.- - -+7 G+G+h h ",
##############################################
lazarus-2.0.10+dfsg/images/lazarus_about_logo.xpm-338-". $+@.- K.K.d+d+d+M.6.7+R.R.7+7+w+w+6.7+J D.j j _+P.2.y+y+y+y+a y+y+1.a 1.v+1.I 4 l W W l l ^ 6+F+4 ( F+<.F+q q H < *+v.] [ [ i+o D o i+o o o o o ,+,+,+,+U U  .D+D+9 -+E k.X :.q *+F+m A+[ < C [ w [+[ [ q ( v.=.Y n w.X -.n+y+n+u ^+u n+n+`.m+k.e+x+k.:+w.g.k.j.T m+M ++M.p+U.m+++*.;+X x+m+X h M g.T X m+H d.c+++x+m+#.M M L r.a G )+P.P.J }+0.P.P.^+2./+&.^+u -.n+-.u /+/+/+_./+/+_.v+/+v+v+_./+-.v+/+_.k . ",
lazarus-2.0.10+dfsg/images/lazarus_about_logo.xpm:339:". $+]+@.- H H H H | d+S M.6.w+S S S e+6.R.R.R.V.h R._+_+_+&.&.y+y+a a a y+y+y+4 ^ l W.$.< ^ a+6+F+F+v.q %.%.w w q <.o *+=.N w F+e.e.( ( D - 9 -  .D+-+E -+n.`.g+++O ++Y.x+M ++E.,+*+U h+w [ D w [ [ w w q w w i+F+@+_ w.x+h _.u n+n+u u /+n+X m+]+a g.k.$ g.M k.++#.m+`.w.H l #.m+#.$ 4 w.k.m+`.`.k.M x+`.g.{+x+#.m+k.m+#.M M p+$ L 2.G /+^+/+/+2./+^+^+^+^+^+u u u -.u -./+/+/+^+/+/+/+/+/+/+/+/+_./+/+_.n+k . ",
lazarus-2.0.10+dfsg/images/lazarus_about_logo.xpm:340:". $+@.@.@.K.K.K.K.| H H H H C.H C.B.e+..h V.h w+e+V.j _+_+_+j 2.&.&.&.a u y+I *+;+l.< < a+, $.%.F+%.q %.%.%.%.w v.w F+( 6+6+&+[ ( *+o 9 F+ .i.:.n. .O i.O ++++M ++M ++k+M k+x+M `.w D+w w [  .U [ [ h+D+E w w w F+@+{ Y.g.].u u n+n+n+u n+n+X m+8+;+g.k.r.k.m+w.`.| w.g.g.D.p+U.m+u.$ c+g.g.m+`.k.m+g.++K.m+x+M E.w.g.m+T M M :+r.a n+0.0./+/+/+/+_._._./+_._.y+y+y+y+u y+-.^+^+2.^+^+^+^+^+^+^+n+^+0.n+/+^+k . ",
lazarus-2.0.10+dfsg/images/lazarus_about_logo.xpm-341-". $+K.*.H *.*.H H | H H H H H C...w+B.h V.R.V.h w+R.V.R.G _+G _+G G G R.j j P 6+< l 6+^ y.< ! v.o.q %.w %.%.%.h+%.%.[ ( *+6+@+F+*+*+t.*+C 6+6+D D i+[ [  .w i.:.{ -+m -+m i.E n.E 9 j.o.w &+i.[ @+[ A+w U -+D U D D &+M k.0.n+u n+u u u /+n+b.T P.$ ..C.p+c+X #.c+;+M.#.4 ;+;+| U.p.r.;+E.#.p M.I E.#.j p+p.p j I p | d+a j D.$ $ !.^+n+/+/+/+/+_.^+^+n+^+n+n+u _._._._.u n+/+P.P.P.A _+P.P.2.2.^+^+n+n+n+n+k . ",
##############################################
lazarus-2.0.10+dfsg/images/lazarus_about_logo.xpm-349-". k 7+R.j 2.&.a &.a 2.2.2.P.j &.y+y+1.1.1 1.1 H.H.1 H.1.p.i._ o.P.n+y+y+a a a p+l W : @ 5 : : : <+) ) ] ) ] ) '.<+<+=+=+) Q.Q.=+b b b =+=.) ) b N ) 6+N ) ] %.%.x.v.x.N %.@+] ] '.q+.+.+<+F 4.x.F { }.m p j 1.a _._.y+u u 0.n+u n+u n+n+n+P.x+m+m+m+k.p+L 0.e+T x+w.m+m+m+g.k.*.C.M x+g.x+g.x+x+T p X 9.m+m+m+m+x+X h h k.x+x+x+k.X w.X M x+g.g.++{+x+g.x+g.#.*.U.x+m+m+m+m+x+`.T U.#.]+*.e+R.P._+0.0.G 0.n+k . ",
lazarus-2.0.10+dfsg/images/lazarus_about_logo.xpm:350:". k R.J J 2.P.&.P.P.P._+_+h n+&.a y+1 a 1 1 1 H.H.1.4 + Q = = r+{ V.y+u &.&.n+I p+l l.: W.N.N.h..+z+c.c.Q.Q.P c.Q.=+b b ] =+=+b F |+|++ |+b b b x.B+B+4.B+h+4.4.4.B+4.h+h+%.%.N =.) ) ~+x.q D.I ( [ F+D.y+1.y+v+y+v+a v+_.u u _.u u u u n+j x+m+m+m+`.8.$ &.].g.m+m+m+m+m+m+m+`.B.x+m+m+m+m+m+m+#.U.w.m+m+m+m+m+m+m+T R.++m+m+m+M m+m+X x+m+m+m+M {+w.m+m+m+U.E.g.m+m+m+m+m+m+m+`.T E.p C.h G 0.P.G 0.G G n+k . ",
lazarus-2.0.10+dfsg/images/lazarus_about_logo.xpm-351-". k 7+w+R.R.P.j &.P.G h G G 2.y+a a 1.1 1 1.H.1.V.9 _ = = = = = = _ q a y+a a a a ;+^ W.W.f 5 5 f+Q.Q.c.=+=+c.Q.=+F b b =+=+b b b x.|+B+x.x.b x.B+4.4.o.4.h+o.9 h+o.o.h+h+%.N v.N N ] F.M b.h 0.y+y+y+y+1.y+v+y+v+_.v+1.1.u u u u u y+y+u h x+m+m+m+`.8.r.!.`.m+m+m+`.k.m+m+m+x+7+++g.g.m+m+m+m+8+++m+m+m+`.++m+m+m+++I k.m+m+m+m+m+m+U.M m+m+m+++K.w.m+m+m+*.T m+m+m+++X m+m+m+++| C.w+h 0.P.P.G 0./+G n+0.k . ",
lazarus-2.0.10+dfsg/images/lazarus_about_logo.xpm:352:". k D.R.j j 2.n+2._+G _+_+P.&.y+a 1 a 1 1 a y+x.Q = = = = = = = = = = 9 4 a L !.a ^+I p+^ 8.W.l >+~+=+Q.Q.c.* c.Q.Q.Q.=+=+b x.b N x.B+B+x.N x.&+B+h+h+o.h+o.h+9 o.%.h+o.T q %.v.v.N N (.x+b.].h G u y+1.1.y+v+y+-.1.1.-.1.n+n+u u u -.y+u 0.x+m+m+m+`.8.$ a M m+m+m+H ..m+m+m+x+L I _+B.w.m+m+w.d+M m+m+m+<.T m+m+m+M p+`.m+m+m+m+m+m+]+M m+m+m+`.4 w.m+m+m+p.T m+m+m+]+p.m+m+m+++p+I I 0.n+n+P.G n+G n+G n+k . ",
lazarus-2.0.10+dfsg/images/lazarus_about_logo.xpm:353:". k 2.I j 2.2.&.2.P.&.&.&.&.n+&.y+y+1.a y+%.;.= = = = = = = = = = = = 6 _ F+a a a &.n+^+2.&.a a 4 ] F =+Q.z+* Q.=+Q.] ] b + x.N b &+B+B+B+&+&+%.%.%.h+h+o.o.o.o.o.o.h+o.o.q %.%.%.4.g w.x+].G G n+u y+_.y+u 1.-.1.-.-.1.u u 1.y+y+u v+y+u -.x+m+m+m+`.r.r.!.x+m+m+m+H p.m+m+m+m+p+$ a j.m+m+m+M $.x+m+m+w.p.#.m+m+m+g.$ D+m+m+m+m+m+x+<.++m+m+m+`.c+g.m+m+m+p.]+m+m+m+k.c+X `.X K.r.p+P.0.n+0.P.0.n+G n+G G k . ",
lazarus-2.0.10+dfsg/images/lazarus_about_logo.xpm-354-". k I I I 2.2.y+&.&.a a &.a a a 1.1.y+p.;.= = = = = = = = = = = = = = = = Q o.I a &.2.^+2._+P.R...x.b b =+Q.Q.Q.b =+b b b B+b x.&+B+B+B+&+B+&+x.&+h+o.h+o.%.o.o.o.o.o.o.h+%.%.%.h+++m+m+w.].G u u y+_.y+_.u y+-.y+1.-.-.u n+1.-.u u u -.u u x+m+m+m+`.8.r.a X ++k.`.d+`.m+m+m+m+p+r.I x+m+m+m+@.;+j.++k.`.q ++m+m+m+g.p+D+m+m+m+w.H p+r.++m+m+m+`.I g.m+m+m+p.d+m+m+m+m+M H j p+r.8.r.^+0.G 0.0.G G n+n+n+n+k . ",
lazarus-2.0.10+dfsg/images/lazarus_about_logo.xpm:355:". k I a &.L &.&.a a I a a a 1.1.a 1.1.B.i = = = = = = = = = = = = = = = = r+E+p.^+^+n+P.&.P.D.B.F+b F b F =+Q.Q.F b b b b B+x.&+B+B+4.B+B+B+%.%.&+%.h+h+h+o.o.o.o.o.o.o.h+p %.h+O m+m+m+w.C.a u _.1.1.1.1.a 1.1.-.u 1.u u u u y+_._.1.y+-.u x+m+m+m+`.8.$ L P.h *.`.g.m+m+m+m+m+p+$ *.m+m+m+w.;+p+;+d+u.++w.m+m+m+m+w.l X m+m+m+9.8.8.p+++m+m+m+`.;+g.m+m+m+p.$ ++m+m+m+m+m+++V.$ $ s 1.G G 0.G P.G G 0.G _+k . ",
lazarus-2.0.10+dfsg/images/lazarus_about_logo.xpm:356:". k I a I a I j I y+I I I y+y+y+1.a 1.4 z s+= = = = = = = = = = = = = = r+7.c.$.&.a a &.&.&.j R.| B+|+|+F =+] =+F F b b x.B+b &+4.B+&+B+B+4.h+4.o.B+h+h+o.o.:.o.o.o.T o.T o.h+k.% m+m+m+w.C.a u u u u u 1.-.u y+1.u -.-.u u -.u u u u _.-.y+x+m+m+m+`.8.$ I C.M w.m+m+x+m+m+m+m+p+$ k.m+m+m+`.r.$ d+9.w.m+m+g.m+m+m+w.r.D+m+m+m+M r.r.p+M m+m+m+`.;+w.m+m+m+p.r.j k.w.m+m+m+m+g.C.2.2.P.P.G j _+_+R.h R.h R.k . ",
lazarus-2.0.10+dfsg/images/lazarus_about_logo.xpm:357:". k 2.I I I 2.j j j P.j j j j y+j 0.j 4 [.' ,.= = = = = = = = = = = = 1+F '.'.c+&.I a a a I &...F+4.|+|+|+b =+b |+b |+B+x.B+B+&+4.4.h+h+4.h+h+4.o.h+9 :.:.:.:.:.o.o.9 h+U.9 n.w.m+m+m+m+w.b.a y+y+n+n+n+n+y+1.1.1.y+y+u -.y+y+y+-.y+y+u y+-.x+m+m+m+`.r.p+&.k.m+m+m+++K.m+m+m+m+p+$ g.m+m+m+p.8.r.++m+m+m+k.j.m+m+m+w.r.j.m+m+m+M 8.r.L M m+m+m+`.;+g.m+m+m+M.r.s j | ++m+m+m+m+++a P.P.P.0.G R.e+e+6.e+S 6.k . ",
lazarus-2.0.10+dfsg/images/lazarus_about_logo.xpm-358-". k j J P.2.j j D.j D._+j j P.j j G 4 p.[.' ' q.1+= = = = = = = = = q.c.'.* y.I a L I &.a 2.j R.B.4.|+|+b b =+b b b b b x.B+B+&+h+4.h+h+h+h+h+o.o.o.o.h+h+9 :.T h+:.9 X k.O g.w.m+m+m+m+w.T n+y+y+y+0.n+y+P.n+y+y+y+y+n+n+u u n+n+n+u n+n+y+x+m+m+m+k.8.p+2.M m+m+m+p ..m+m+m+m+p+*.m+m+m+M r.r.;+x+m+m+m+d+]+m+m+m+w.8.j.m+m+m+M 8.r.I M m+m+m+`.;+g.m+m+m+4 M.++M ++p U.m+m+m+x+s a _+G _+R.J 7+e+C.b.*.C.k . ",
##############################################
lazarus-2.0.10+dfsg/images/lazarus_about_logo.xpm-362-". k D.D.D.j V.R.D.D.G R.R.R.R.V.R.R.R.p.[.' ' ' ,.,.1+1+1+7 q+'.c.Q.Q.Q.c.* a+R._+D.j j j j j j p.4.|+b |+) c.=+b =+b F b F %.b |+b |++ %.x.x.b + 4.h+x.%.|++ (.g |+t ;.(.+ b t (.n L.Q M 8+h C.C.p *.8+E.p e+G P.P._+G P.P._+j _+G D.D.V.B.x+m+m+m+m+m+m+E.| w.m+m+m+`.m+m+m+m+;+m+m+m+m+m+m+m+b.U.m+m+m+w.k.m+m+m+g.8.j.m+m+m+M 8.r.a 8+w.m+m+m+++w.m+m+m+M.8.p x+m+m+m+m+m+++s r.r.a P.0._+R._+R.P.R._+R.k . ",
lazarus-2.0.10+dfsg/images/lazarus_about_logo.xpm:363:". k R.D.D.V.D._+_+R._+V.h G _+R.R.R._+M.[.' ,.,.,.,.,.,.1+7 '.c.'.Q.Q.c.Q.P *+j _+R.R._+R.V.G _+V.4.|+b b <+q+=+b =+b |+|+b ] b b F |+4.%.%.x.b |+B+o.%.B+4.+ _ { + t t ;.b |+t ;._ L.Q O p h w+w+C.H *.'+B.h G G h h V.G P._+G h h e+].].'+X `.T q | | | s 8.D.X X d+p+H *.q | $ | p *.| | | | s r...X X D.p+H *.H ..8.c+T E.C.D.8.$ a G b.`.X | p+| *.q H $ r.s w+p j.X j.| s r.8.$ &.P.P.P._+_+_+R._+_+J k . ",
lazarus-2.0.10+dfsg/images/lazarus_about_logo.xpm-364-". k D.D.D._+R.V._+D._+j j j j j _+D._+D.F ,.,.,.,.,.,.,.,.7 c.c.c.z+Q.Q.z+Q.( D.R._+j j R.R.R.R.p.4.|+|+=+G+q+=+=+) b b |+b 6+b x.b F 4.%.%.x.x.b + 4.o.B+4.|+_ m { t ;._ %.|+L.n.m ;.Q _ b.h 6.7+6.J 7+7+R.j G R.G h ].h h h h h h ].].].].e+_+s r.8.8.8.8.8.$ :+r.8.8.8.r.r.8.8.r.s $ 8.8.8.8.8.r.s L r.r.8.8.r.r.8.8.r.!.L r.8.8.r.a 0.P.&.$ r.8.8.r.r.8.r.r.s &.L $ r.8.8.8.8.r.!.P.P.P.P.R.G _+_+_+G D.k . ",
##############################################
lazarus-2.0.10+dfsg/fpmake.pp-12-
lazarus-2.0.10+dfsg/fpmake.pp:13:rm fpmake_proc.inc fpmake_add.inc ; /bin/ls -1 */fpmake.pp| while read file; do cleanedname=`dirname $file | sed -e 's+-+_+g'` ; if ! `grep -i "^procedure add_$cleanedname" $file >/dev/null` ; then printf 'procedure add_%s;\nbegin\n  with Installer do\n{$include %s}\nend;\n\n' $cleanedname $file >> fpmake_proc.inc; else printf '{$include %s}\n\n' $file >> fpmake_proc.inc; fi; echo "  add_$cleanedname;" >> fpmake_add.inc; done
lazarus-2.0.10+dfsg/fpmake.pp-14-
##############################################
lazarus-2.0.10+dfsg/examples/androidlcl/mainform.pas-303-      echoServAddr.sin_family      = AF_INET;             /* Internet address family */
lazarus-2.0.10+dfsg/examples/androidlcl/mainform.pas:304:      echoServAddr.sin_addr.s_addr = inet_addr(servIP);   /* Server IP address */
lazarus-2.0.10+dfsg/examples/androidlcl/mainform.pas-305-      echoServAddr.sin_port        = htons(echoServPort); /* Server port */
##############################################
lazarus-2.0.10+dfsg/examples/database/image_mushrooms/mushrooms_firebird.sql-36-  where RDB$GENERATOR_NAME = 'GEN_DEADLYMUSHROOMS_ID';
lazarus-2.0.10+dfsg/examples/database/image_mushrooms/mushrooms_firebird.sql:37:UPDATE RDB$RELATION_FIELDS set RDB$DESCRIPTION = 'Unique ID; primary key'  where RDB$FIELD_NAME = 'ID' and RDB$RELATION_NAME = 'DEADLYMUSHROOMS';
lazarus-2.0.10+dfsg/examples/database/image_mushrooms/mushrooms_firebird.sql:38:UPDATE RDB$RELATION_FIELDS set RDB$DESCRIPTION = 'Scientific name (often Latin) of the mushroom'  where RDB$FIELD_NAME = 'SCIENTIFIC_NAME' and RDB$RELATION_NAME = 'DEADLYMUSHROOMS';
lazarus-2.0.10+dfsg/examples/database/image_mushrooms/mushrooms_firebird.sql:39:UPDATE RDB$RELATION_FIELDS set RDB$DESCRIPTION = 'Common or garden name for the mushroom'  where RDB$FIELD_NAME = 'COMMON_NAME' and RDB$RELATION_NAME = 'DEADLYMUSHROOMS';
lazarus-2.0.10+dfsg/examples/database/image_mushrooms/mushrooms_firebird.sql:40:UPDATE RDB$RELATION_FIELDS set RDB$DESCRIPTION = 'Free-form notes about the mushroom'  where RDB$FIELD_NAME = 'NOTES' and RDB$RELATION_NAME = 'DEADLYMUSHROOMS';
lazarus-2.0.10+dfsg/examples/database/image_mushrooms/mushrooms_firebird.sql:41:UPDATE RDB$RELATION_FIELDS set RDB$DESCRIPTION = 'BLOB containing picture data'  where RDB$FIELD_NAME = 'PICTURE' and RDB$RELATION_NAME = 'DEADLYMUSHROOMS';
lazarus-2.0.10+dfsg/examples/database/image_mushrooms/mushrooms_firebird.sql:42:UPDATE RDB$RELATION_FIELDS set RDB$DESCRIPTION = 'Location of image in file system'  where RDB$FIELD_NAME = 'IMAGE_LINK' and RDB$RELATION_NAME = 'DEADLYMUSHROOMS';
lazarus-2.0.10+dfsg/examples/database/image_mushrooms/mushrooms_firebird.sql-43-UPDATE RDB$RELATIONS set
##############################################
lazarus-2.0.10+dfsg/debian/orig-tar.sh-3-PACKAGE_NAME=lazarus
lazarus-2.0.10+dfsg/debian/orig-tar.sh:4:TMP_DIR=`/bin/mktemp -d -t ${PACKAGE_NAME}.XXXXXX` || exit 1
lazarus-2.0.10+dfsg/debian/orig-tar.sh-5-ORIG_PATH=$(pwd)
##############################################
lazarus-2.0.10+dfsg/debian/rules-208-	do \
lazarus-2.0.10+dfsg/debian/rules:209:		${MKDIR} `dirname "${LIB_DIR}/$${package}"` ; \
lazarus-2.0.10+dfsg/debian/rules-210-		sed -e 's@\(\W*\)<CompilerOptions>.*@\1<AutoUpdate Value="Manually"/>\n&@' "$${package}" > "${LIB_DIR}/$${package}" ; \
##############################################
lazarus-2.0.10+dfsg/debian/rules-351-	do \
lazarus-2.0.10+dfsg/debian/rules:352:		${MKDIR} `dirname "${SRC_DIR}/$${package}"` ; \
lazarus-2.0.10+dfsg/debian/rules-353-		sed -e 's@\(\W*\)<CompilerOptions>.*@\1<AutoUpdate Value="AsNeeded"/>\n&@' "$${package}" > "${SRC_DIR}/$${package}" ; \
##############################################
lazarus-2.0.10+dfsg/.pc/fix-perl-shbang.patch/tools/delete_non_svn_files.pl-100-    # search file in SVN files
lazarus-2.0.10+dfsg/.pc/fix-perl-shbang.patch/tools/delete_non_svn_files.pl:101:    $Output=`svn info $CurFullFile 2>&1`;
lazarus-2.0.10+dfsg/.pc/fix-perl-shbang.patch/tools/delete_non_svn_files.pl-102-    #print "AAA1 $CurFullFile: $? BBB1$Output BBB2 \n";
##############################################
lazarus-2.0.10+dfsg/.pc/fix-perl-shbang.patch/tools/delete_non_svn_files.pl-125-  if($opt{x}){
lazarus-2.0.10+dfsg/.pc/fix-perl-shbang.patch/tools/delete_non_svn_files.pl:126:    my $Output=`$Command`;
lazarus-2.0.10+dfsg/.pc/fix-perl-shbang.patch/tools/delete_non_svn_files.pl-127-    if($?){
##############################################
lazarus-2.0.10+dfsg/.pc/fix-perl-shbang.patch/tools/install/replace_in_files.pl-87-      }
lazarus-2.0.10+dfsg/.pc/fix-perl-shbang.patch/tools/install/replace_in_files.pl:88:      $Filenames=`ls -1 $Filename`;
lazarus-2.0.10+dfsg/.pc/fix-perl-shbang.patch/tools/install/replace_in_files.pl-89-      for $SubFilename(split("\n",$Filenames)){