Files
proxmox/venv/lib/python3.12/site-packages/jinja2/__pycache__/sandbox.cpython-312.pyc

159 lines
18 KiB
Plaintext
Raw Normal View History

<EFBFBD>
<0E>Hi<48>:<00><00>p<00>UdZddlZddlZddlZddlmZddlmZddlm Z ddl
m Z ddl m Z ddlmZdd lmZd
d lmZd
d lmZd
d lmZd
dlmZej0dej2dej4f<00><11>ZdZe<1D>Zej>e e!d<e<1D>Z"ej>e e!d<ddhZ#ddhZ$ddhZ%ejLe'gd<1B><01>fejPe'gd<1C><01>fejRe'gd<1D><01>fe e'gd<1E><01>ffZ*ejVejVejXej4ejZe fdfe!d<d e.d!e/fd"<22>Z0d#ed!efd$<24>Z1d%ej4d&e d!e2fd'<27>Z3d%ej4d&e d!e2fd(<28>Z4Gd)<29>d*e<12>Z5Gd+<2B>d,e5<65>Z6Gd-<2D>d.e <0A>Z7Gd/<2F>d0e7e<0F>Z8y)1z<31>A sandbox layer that ensures unsafe operations cannot be performed.
Useful when the template itself comes from an untrusted source.
<EFBFBD>N)<01>formatter_field_name_split)<01>abc)<01>deque)<01>update_wrapper)<01> Formatter)<01>EscapeFormatter)<01>Markup<75>)<01> Environment)<01> SecurityError)<01>Context)<01> Undefined<65>F.)<01>boundi<64><69><00>UNSAFE_FUNCTION_ATTRIBUTES<45>UNSAFE_METHOD_ATTRIBUTES<45>gi_frame<6D>gi_code<64>cr_frame<6D>cr_code<64>ag_code<64>ag_frame)<08>add<64>clear<61>difference_update<74>discard<72>pop<6F>remove<76>symmetric_difference_update<74>update)rr<00>popitem<65>
setdefaultr )<08>appendrr<00>reverse<73>insert<72>sort<72>extendr) r#<00>
appendleftrr'<00>
extendleftr<00>popleftr<00>rotate<74> _mutable_spec<65>args<67>returnc<00>`<00>t|<00>}t|<01>tkDrtdt<00>d<02><03><00>|S)zWA range that can't generate ranges with a length of more than
MAX_RANGE items.
z@Range too big. The sandbox blocks ranges larger than MAX_RANGE (z).)<04>range<67>len<65> MAX_RANGE<47> OverflowError)r-<00>rngs <20>P/home/intlc/projects/proxmox/venv/lib/python3.12/site-packages/jinja2/sandbox.py<70>
safe_ranger6Ws><00><00> <10><14>,<2C>C<EFBFBD>
<EFBFBD>3<EFBFBD>x<EFBFBD>)<29><1B><1B> <1B>$<24>+<2B>R<EFBFBD> )<29>
<EFBFBD>
<EFBFBD>
<0F>J<EFBFBD><00>fc<00><00>d|_|S)z<>Marks a function or method as unsafe.
.. code-block: python
@unsafe
def delete(self):
pass
T)<01>unsafe_callable)r8s r5<00>unsafer;fs<00><00><1D>A<EFBFBD><15> <0C>Hr7<00>obj<62>attrc<00>t<00>t|tj<00>r
|tv<00>ryt|tj<00>r|tvs|t
vr<>yt|t <00>r|dk(r<>yt|tjtjtjf<03>ryt|tj<00>r |tvrgyttd<03>r#t|tj<00>r |tvr4yttd<04>r#t|tj<00>r |t vry|j#d<05>S)a<>Test if the attribute given is an internal python attribute. For
example this function returns `True` for the `func_code` attribute of
python objects. This is useful if the environment method
:meth:`~SandboxedEnvironment.is_safe_attribute` is overridden.
>>> from jinja2.sandbox import is_internal_attribute
>>> is_internal_attribute(str, "mro")
True
>>> is_internal_attribute(str, "upper")
False
T<>mro<72> CoroutineType<70>AsyncGeneratorType<70>__)<12>
isinstance<EFBFBD>types<65> FunctionTyper<00>
MethodTyper<00>type<70>CodeType<70> TracebackType<70> FrameType<70> GeneratorType<70>UNSAFE_GENERATOR_ATTRIBUTES<45>hasattrr@<00>UNSAFE_COROUTINE_ATTRIBUTESrA<00>!UNSAFE_ASYNC_GENERATOR_ATTRIBUTES<45>
startswith)r<r=s r5<00>is_internal_attributerQss<><00><00><12>#<23>u<EFBFBD>)<29>)<29>*<2A> <0F>-<2D> -<2D><17> <13>C<EFBFBD><15>)<29>)<29> *<2A> <0F>-<2D> -<2D><14>9Q<39>1Q<31><17> <13>C<EFBFBD><14> <1E> <0F>5<EFBFBD>=<3D><17> <13>C<EFBFBD>%<25>.<2E>.<2E>%<25>*=<3D>*=<3D>u<EFBFBD><EFBFBD><EFBFBD>O<> P<><13> <13>C<EFBFBD><15>,<2C>,<2C> -<2D> <0F>.<2E> .<2E><17> <10><15><0F> (<28>Z<EFBFBD><03>U<EFBFBD>=P<>=P<>-Q<> <0F>.<2E> .<2E><17> <10><15>,<2C> -<2D>*<2A> <0B>U<EFBFBD> %<25> %<25>3<06> <10>4<> 4<><17> <0F>?<3F>?<3F>4<EFBFBD> <20> r7c<00>D<00>tD]\}}t||<02>s<01>||vcSy)a<>This function checks if an attribute on a builtin mutable object
(list, dict, set or deque) or the corresponding ABCs would modify it
if called.
>>> modifies_known_mutable({}, "clear")
True
>>> modifies_known_mutable({}, "keys")
False
>>> modifies_known_mutable([], "append")
True
>>> modifies_known_mutable([], "index")
False
If called with an unsupported object, ``False`` is returned.
>>> modifies_known_mutable("foo", "upper")
False
F)r,rC)r<r=<00>typespecr;s r5<00>modifies_known_mutablerT<00>s1<00><00>&*<2A>"<22><18><08>&<26> <15>c<EFBFBD>8<EFBFBD> $<24><17>6<EFBFBD>><3E> !<21>"<22> r7c
<00>\<00><00>eZdZUdZdZej ejejejejejejd<03>Z ejeej"ej$ej$gej$ffed<ej(ej*d<05>Zejeej"ej$gej$ffed<e<17>Zej2eed<e<17>Zej2eed<d ej$d
ej$d d f<06>fd <0A> Zdej$dedej$d efd<11>Zdej$d efd<12>Zdededej$dej$d ej$f
d<17>Z dededej$d ej$fd<19>Z!dej$dejDeej$fd ejDej$e#ffd<1B>Z$dej$ded ejDej$e#ffd<1D>Z%dej$ded e#fd<1E>Z&dej$d ejNej"deffd <20>Z(d!ed"ej$d ej$d
ej$d ej$f
d#<23>Z)<29>xZ*S)$<24>SandboxedEnvironmenta<74>The sandboxed environment. It works like the regular environment but
tells the compiler to generate sandboxed code. Additionally subclasses of
this environment may override the methods that tell the runtime what
attributes or functions are safe to access.
If the template tries to access insecure code a :exc:`SecurityError` is
raised. However also other exceptions may occur during the rendering so
the caller has to ensure that all exceptions are caught.
T)<07>+<2B>-<2D>*<2A>/z//z**<2A>%<25>default_binop_table)rWrX<00>default_unop_table<6C>intercepted_binops<70>intercepted_unopsr-<00>kwargsr.Nc<00><><00><01>t<00>|<00>|i|<02><01>t|jd<|jj <00>|_|jj <00>|_y)Nr0) <09>super<65>__init__r6<00>globalsr\<00>copy<70> binop_tabler]<00>
unop_table)<04>selfr-r`<00> __class__s <20>r5rczSandboxedEnvironment.__init__<5F>sP<00><><00> <0A><07><18>$<24>)<29>&<26>)<29> *<2A><04> <0C> <0C>W<EFBFBD><1D><1F>3<>3<>8<>8<>:<3A><04><18><1E>1<>1<>6<>6<>8<><04>r7r<r=<00>valuec<00>B<00>|jd<01>xs t||<02> S)aYThe sandboxed environment will call this method to check if the
attribute of an object is safe to access. Per default all attributes
starting with an underscore are considered private as well as the
special attributes of internal python objects as returned by the
:func:`is_internal_attribute` function.
<20>_)rPrQ)rhr<r=rjs r5<00>is_safe_attributez&SandboxedEnvironment.is_safe_attribute<74>s#<00><00><19>O<EFBFBD>O<EFBFBD>C<EFBFBD>(<28>L<>,A<>#<23>t<EFBFBD>,L<>M<>Mr7c<00><<00>t|dd<02>xs t|dd<02> S)z<>Check if an object is safely callable. By default callables
are considered safe unless decorated with :func:`unsafe`.
This also recognizes the Django convention of setting
``func.alters_data = True``.
r:F<> alters_data)<01>getattr)rhr<s r5<00>is_safe_callablez%SandboxedEnvironment.is_safe_callables*<00><00> <14>C<EFBFBD>*<2A>E<EFBFBD> 2<> X<>g<EFBFBD>c<EFBFBD>=<3D>RW<52>6X<36>
<EFBFBD>
r7<00>context<78>operator<6F>left<66>rightc<00>.<00>|j|||<04>S)z<>For intercepted binary operator calls (:meth:`intercepted_binops`)
this function is executed instead of the builtin operator. This can
be used to fine tune the behavior of certain operators.
.. versionadded:: 2.6
)rf)rhrrrsrtrus r5<00>
call_binopzSandboxedEnvironment.call_binop s<00><00>*<2A>t<EFBFBD><1F><1F><08>)<29>$<24><05>6<>6r7<00>argc<00>,<00>|j||<03>S)z<>For intercepted unary operator calls (:meth:`intercepted_unops`)
this function is executed instead of the builtin operator. This can
be used to fine tune the behavior of certain operators.
.. versionadded:: 2.6
)rg)rhrrrsrxs r5<00> call_unopzSandboxedEnvironment.call_unops<00><00>)<29>t<EFBFBD><EFBFBD><EFBFBD>x<EFBFBD>(<28><13>-<2D>-r7<00>argumentc<00>p<00> ||S#ttf$r<>t|t<00>ry t|<02>} t ||<03>}|j |<04>}|<05>|cYS|j |||<04>r|cYS|j||<02>cYS#t$rYnwxYw#t$rYnwxYwYnwxYw|j||<02><01>S)z(Subscribe an object from sandboxed code.<2E>r<<00>name) <0B> TypeError<6F> LookupErrorrC<00>strrp<00>wrap_str_formatrm<00>unsafe_undefined<65>AttributeError<6F> Exception<6F> undefined)rhr<r{r=rj<00>fmts r5<00>getitemzSandboxedEnvironment.getitem s<><00><00> D<01><16>x<EFBFBD>=<3D> <20><><19>;<3B>'<27> D<01><19>(<28>C<EFBFBD>(<28>D<01><1E>x<EFBFBD>=<3D>D<EFBFBD>
D<01> '<27><03>T<EFBFBD> 2<><05>#<23>2<>2<>5<EFBFBD>9<><03><1E>?<3F>#&<26>J<EFBFBD><1F>1<>1<>#<23>x<EFBFBD><15>G<>#(<28>L<EFBFBD>#<23>4<>4<>S<EFBFBD>(<28>C<>C<><43>*<2A><1D><1C><1D><> !<21><19><18><19><>  D<01><>$<14>~<7E>~<7E>#<23>H<EFBFBD>~<7E>5<>5sZ<00><00>B"<03> B<02> B<02>B"<03>B"<03>-B"<03> B <05>
B"<03> B <05> B"<03> B<05>B"<03>B<05>B"<03>!B"<03> attributec<00><00> t||<02>}|j|<03>}|<04>|S|j|||<03>r|S|j||<02>S#t$r  ||cYS#t
t f$rYnwxYwYnwxYw|j||<02><01>S)z<>Subscribe an object from sandboxed code and prefer the
attribute. The attribute passed *must* be a bytestring.
r})rpr<>rmr<>r<>rr<>r<>)rhr<r<>rjr<>s r5rpzSandboxedEnvironment.getattr:s<><00><00> 9<><1B>C<EFBFBD><19>+<2B>E<EFBFBD><17>&<26>&<26>u<EFBFBD>-<2D>C<EFBFBD><12><EFBFBD><1A>
<EFBFBD><13>%<25>%<25>c<EFBFBD>9<EFBFBD>e<EFBFBD><<3C><1C> <0C><17>(<28>(<28><13>i<EFBFBD>8<> 8<><38><1E> <15> <15><1A>9<EFBFBD>~<7E>%<25><><1D>{<7B>+<2B> <15><14> <15><><14>  <15><><14>~<7E>~<7E>#<23>I<EFBFBD>~<7E>6<>6s5<00> A
<00>
A3<03>A<02>A3<03>A-<05>*A3<03>,A-<05>-A3<03>2A3c<00>h<00>|jd|<02>dt|<01>j<00>d<03>||t<00><04>S)z1Return an undefined object for unsafe attributes.zaccess to attribute z of z object is unsafe.)r~r<<00>exc)r<>rG<00>__name__r )rhr<r<>s r5r<>z%SandboxedEnvironment.unsafe_undefinedNsE<00><00><13>~<7E>~<7E>"<22>9<EFBFBD>-<2D>0<10><14>S<EFBFBD> <09>"<22>"<22>%<25>%7<> 9<><1A><13><1D> <1E>
<EFBFBD>
r7.c<00><><00><04><05><06><07>t|tjtjf<02>r|jdvry|j
<00>t<00>t <00>syt<00><04><00>|jdk(<00>t<00>t<00>rt|<00>j<00><04>}n t|<00>}|j<00>dtjdtjdt f<06><04><05><06>fd<08> }t||<01>S) aIf the given value is a ``str.format`` or ``str.format_map`` method,
return a new function than handles sandboxing. This is done at access
rather than in :meth:`call`, so that calls made without ``call`` are
also sandboxed.
)<02>format<61>
format_mapNr<EFBFBD>)<01>escaper-r`r.c<00><><00><04><00>r:|r td<01><00>t|<00>dk7rtdt|<00><00>d<04><03><00>|d}d}<00><00><05>||<01><00>S)Nz'format_map() takes no keyword argumentsr
z)format_map() takes exactly one argument (z given)r<00>)rr1)r-r`<00>f_self<6C> is_format_map<61>str_type<70>vformats <20><><EFBFBD><EFBFBD>r5<00>wrapperz5SandboxedEnvironment.wrap_str_format.<locals>.wrapperssa<00><><00><1C><19>#<23>$M<>N<>N<><16>t<EFBFBD>9<EFBFBD><01>><3E>#<23>C<>C<EFBFBD><04>I<EFBFBD>;<3B>g<EFBFBD>V<><16><16><1E>a<EFBFBD><17><06><19><04><1B>G<EFBFBD>F<EFBFBD>D<EFBFBD>&<26>9<>:<3A> :r7)rCrDrF<00>BuiltinMethodTyper<65><00>__self__r<5F>rGr <00>SandboxedEscapeFormatterr<72><00>SandboxedFormatterr<72><00>t<>Anyr)rhrj<00> formatterr<72>r<>r<>r<>r<>s @@@@r5r<>z$SandboxedEnvironment.wrap_str_formatXs<><00><><00> <1A> <11>E<EFBFBD>$<24>$<24>e<EFBFBD>&=<3D>&=<3D>><3E>
<EFBFBD> <12>^<5E>^<5E>#;<3B> ;<3B><17><1D><0E><0E><06><19>&<26>#<23>&<26><17> $<24>V<EFBFBD> <0C><08><1D><0E><0E>,<2C>6<> <0A> <16>f<EFBFBD>f<EFBFBD> %<25>0<><14>f<EFBFBD>m<EFBFBD>m<EFBFBD>L<>I<EFBFBD>*<2A>4<EFBFBD>0<>I<EFBFBD><1B>#<23>#<23><07> ;<3B>1<EFBFBD>5<EFBFBD>5<EFBFBD> ;<3B>A<EFBFBD>E<EFBFBD>E<EFBFBD> ;<3B>c<EFBFBD> ;<3B> ;<3B><1E>g<EFBFBD>u<EFBFBD>-<2D>-r7<00>_SandboxedEnvironment__context<78>_SandboxedEnvironment__objc<00>l<00>|j|<02>st|<02>d<01><02><00>|j|g|<03><01>i|<04><01>S)z#Call an object from sandboxed code.z is not safely callable)rqr <00>call)<05>_SandboxedEnvironment__selfr<66>r<>r-r`s r5r<>zSandboxedEnvironment.call<6C>s@<00><00><16>&<26>&<26>u<EFBFBD>-<2D><1F>5<EFBFBD>)<29>+B<> C<>D<> D<><1D>y<EFBFBD>~<7E>~<7E>e<EFBFBD>5<>d<EFBFBD>5<>f<EFBFBD>5<>5r7)+r<><00>
__module__<EFBFBD> __qualname__<5F>__doc__<5F> sandboxedrsr<00>sub<75>mul<75>truediv<69>floordiv<69>pow<6F>modr\r<><00>Dictr<74><00>Callabler<65><00>__annotations__<5F>pos<6F>negr]<00> frozensetr^<00> FrozenSetr_rc<00>boolrmrqr rwrz<00>Unionrr<>rpr<><00>Optionalr<6C>r<><00> __classcell__<5F>ris@r5rVrV<00>s<><00><><00><08><15>I<EFBFBD> <16>\<5C>\<5C> <15>\<5C>\<5C> <15>\<5C>\<5C> <15> <1D> <1D><16><1F><1F><16>l<EFBFBD>l<EFBFBD> <15>\<5C>\<5C>K<06><17><11><16><16><03>Q<EFBFBD>Z<EFBFBD>Z<EFBFBD><11><15><15><01><05><05><0E><01><05><05>0E<30>%F<> F<>G<><06><16>\<5C>\<5C> <15>\<5C>\<5C>C<06><16><01><06><06>s<EFBFBD>A<EFBFBD>J<EFBFBD>J<EFBFBD><01><05><05>w<EFBFBD><01><05><05>~<7E>$><3E>><3E>?<3F><06>&,5<>;<3B><16><01> <0B> <0B>C<EFBFBD>(<28>6<>+4<>+<2B><15>q<EFBFBD>{<7B>{<7B>3<EFBFBD>'<27>5<>9<>a<EFBFBD>e<EFBFBD>e<EFBFBD>9<>q<EFBFBD>u<EFBFBD>u<EFBFBD>9<><14>9<> N<01>Q<EFBFBD>U<EFBFBD>U<EFBFBD>N<01>#<23>N<01>a<EFBFBD>e<EFBFBD>e<EFBFBD>N<01><04>N<01> 
<EFBFBD>A<EFBFBD>E<EFBFBD>E<EFBFBD> 
<EFBFBD>d<EFBFBD> 
<EFBFBD> 7<><1E> 7<>*-<2D> 7<>56<35>U<EFBFBD>U<EFBFBD> 7<>CD<43>5<EFBFBD>5<EFBFBD> 7<>
<EFBFBD><15><15> 7<>.<2E><17>.<2E>C<EFBFBD>.<2E>a<EFBFBD>e<EFBFBD>e<EFBFBD>.<2E><01><05><05>.<2E>6<><14>5<EFBFBD>5<EFBFBD>6<>$%<25>G<EFBFBD>G<EFBFBD>C<EFBFBD><11><15><15>J<EFBFBD>$7<>6<>
<EFBFBD><17><17><11><15><15> <09>!<21> "<22>6<>47<>1<EFBFBD>5<EFBFBD>5<EFBFBD>7<>S<EFBFBD>7<>Q<EFBFBD>W<EFBFBD>W<EFBFBD>Q<EFBFBD>U<EFBFBD>U<EFBFBD>I<EFBFBD>=M<>5N<35>7<>(
<EFBFBD>A<EFBFBD>E<EFBFBD>E<EFBFBD>
<EFBFBD>c<EFBFBD>
<EFBFBD>i<EFBFBD>
<EFBFBD>*.<2E>Q<EFBFBD>U<EFBFBD>U<EFBFBD>*.<2E>q<EFBFBD>z<EFBFBD>z<EFBFBD>!<21>*<2A>*<2A>S<EFBFBD>#<23>X<EFBFBD>:N<>/O<>*.<2E>X 6<><1A> 6<><11>u<EFBFBD>u<EFBFBD> 6<><11>u<EFBFBD>u<EFBFBD> 6<>
<14>%<25>%<25> 6<>
<0B><15><15> 6r7rVc<00>\<00><00>eZdZdZdej
dedej
def<08>fd<06> Z<08>xZ S)<07>ImmutableSandboxedEnvironmentz<74>Works exactly like the regular `SandboxedEnvironment` but does not
permit modifications on the builtin mutable objects `list`, `set`, and
`dict` by using the :func:`modifies_known_mutable` function.
r<r=rjr.c<00>B<00><01>t<00>|<00>|||<03>syt||<02> S)NF)rbrmrT)rhr<r=rjris <20>r5rmz/ImmutableSandboxedEnvironment.is_safe_attribute<74>s'<00><><00><14>w<EFBFBD>(<28><13>d<EFBFBD>E<EFBFBD>:<3A><18>)<29>#<23>t<EFBFBD>4<>4<>4r7)
r<EFBFBD>r<>r<>r<>r<>r<>r<>r<>rmr<>r<>s@r5r<>r<><00>s6<00><><00><08>
5<>Q<EFBFBD>U<EFBFBD>U<EFBFBD>5<>#<23>5<>a<EFBFBD>e<EFBFBD>e<EFBFBD>5<><04>5<>5r7r<>c
<00><><00><00>eZdZdedej
ddf<06>fd<05> Zdedejej
dejeej
fdejej
effd<08>Z <0B>xZ S) r<><00>envr`r.Nc <00>2<00><01>||_t<00>|<00>di|<02><01>y)Nr<4E>)<03>_envrbrc)rhr<>r`ris <20>r5rczSandboxedFormatter.__init__<5F>s<00><><00><17><04> <09> <0A><07><18>"<22>6<EFBFBD>"r7<00>
field_namer-c<00><><00>t|<01>\}}|j|||<03>}|D]@\}}|r|jj||<08>}<06>%|jj ||<08>}<06>B||fS)N)r<00> get_valuer<65>rpr<>) rhr<>r-r`<00>first<73>restr<<00>is_attr<74>is r5<00> get_fieldzSandboxedFormatter.get_field<6C>sr<00><00>1<><1A><<3C> <0B><05>t<EFBFBD><12>n<EFBFBD>n<EFBFBD>U<EFBFBD>D<EFBFBD>&<26>1<><03><1E> 0<>J<EFBFBD>G<EFBFBD>Q<EFBFBD><16><1A>i<EFBFBD>i<EFBFBD>'<27>'<27><03>Q<EFBFBD>/<2F><03><1A>i<EFBFBD>i<EFBFBD>'<27>'<27><03>Q<EFBFBD>/<2F><03>  0<>
<13>E<EFBFBD>z<EFBFBD>r7) r<>r<>r<>r r<>r<>rcr<><00>Sequence<63>Mapping<6E>Tupler<65>r<>r<>s@r5r<>r<><00>su<00><><00>#<23>K<EFBFBD>#<23>1<EFBFBD>5<EFBFBD>5<EFBFBD>#<23>T<EFBFBD>#<23>
<1A><1D>
<1A>%&<26>Z<EFBFBD>Z<EFBFBD><01><05><05>%6<>
<1A>@A<> <09> <09>#<23>q<EFBFBD>u<EFBFBD>u<EFBFBD>*<2A>@U<>
<1A>
<EFBFBD><17><17><11><15><15><03><1A> <1C>
r7r<>c<00> <00>eZdZy)r<>N)r<>r<>r<>r<>r7r5r<>r<><00>s<00><00>r7r<>)9r<39>rsrD<00>typingr<67><00>_stringr<00> collectionsrr<00> functoolsr<00>stringr<00>
markupsaferr <00> environmentr <00>
exceptionsr <00>runtimer r<00>TypeVarr<72>r<>rr2<00>setr<00>Setr<74>r<>rrLrNrO<00>
MutableSetr<EFBFBD><00>MutableMapping<6E>MutableSequencer,r<><00>Typer<65><00>intr0r6r;r<>rQrTrVr<>r<>r<>r<>r7r5<00><module>r<>s<><00><01><04><10> <0C><12>.<2E><1B><1D>$<24><1C>&<26><1D>$<24>%<25><1C><1E> <0A>A<EFBFBD>I<EFBFBD>I<EFBFBD>c<EFBFBD><11><1A><1A>C<EFBFBD><11><15><15>J<EFBFBD>/<2F>0<><01> <13> <09>*-<2D><15><1A>A<EFBFBD>E<EFBFBD>E<EFBFBD>#<23>J<EFBFBD>.<2E>(+<2B>u<EFBFBD><18>!<21>%<25>%<25><03>*<2A>,<2C> *<2A>9<EFBFBD>5<><1B> *<2A>9<EFBFBD>5<><1B>&/<2F>
<EFBFBD>$;<3B>!<21> <0C><0E><0E><11> <0E>
<EFBFBD><06> <0C><1A><1A><11>E<>F<><06>
<0C><1B><1B><11> W<>
<EFBFBD><06> <0E><11>
<0E>
<EFBFBD><06>5*I<02> <0A>q<EFBFBD>w<EFBFBD>w<EFBFBD>q<EFBFBD>w<EFBFBD>w<EFBFBD>q<EFBFBD>v<EFBFBD>v<EFBFBD>a<EFBFBD>e<EFBFBD>e<EFBFBD>}<7D>a<EFBFBD>k<EFBFBD>k<EFBFBD>#<23>.><3E>><3E>?<3F><13>D<>E<>*<02>Z <0F>c<EFBFBD> <0F>e<EFBFBD> <0F>
 <0A>a<EFBFBD>
 <0A>A<EFBFBD>
 <0A>"!<21>q<EFBFBD>u<EFBFBD>u<EFBFBD>"!<21>C<EFBFBD>"!<21>D<EFBFBD>"!<21>J<11><01><05><05><11>S<EFBFBD><11>T<EFBFBD><11>2`6<>;<3B>`6<>F
5<>$8<>
5<><1A><19><1A>$ <09>1<>?<3F> r7