??????????????
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 173
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 174
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 175
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 176
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 177
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 178
ó
ÈÏRc @ s` d Z d d l Z d d l m Z d d l m Z m Z m Z e j d ƒ Z e
e ƒ Z e Z
d „ Z d „ Z d „ Z d „ Z d
„ Z d „ Z d „ Z d
„ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z i e d 6e d 6e d 6e d 6e d 6e d 6e d 6e d 6e d 6e d 6e d 6e d 6e d! 6e
d" 6e d# 6e d$ 6Z d S(% s¹
jinja2.tests
~~~~~~~~~~~~
Jinja test functions. Used with the "is" operator.
:copyright: (c) 2010 by the Jinja Team.
:license: BSD, see LICENSE for more details.
iÿÿÿÿN( t Undefined( t text_typet string_typest
mapping_typess ^-?\d+(\.\d+)?$c C s | d d k S( s# Return true if the variable is odd.i i ( ( t value( ( s0 /usr/lib/python2.7/site-packages/jinja2/tests.pyt test_odd s c C s | d d k S( s$ Return true if the variable is even.i i ( ( R ( ( s0 /usr/lib/python2.7/site-packages/jinja2/tests.pyt test_even s c C s | | d k S( s- Check if a variable is divisible by a number.i ( ( R t num( ( s0 /usr/lib/python2.7/site-packages/jinja2/tests.pyt test_divisibleby! s c C s t | t ƒ S( s; Return true if the variable is defined:
.. sourcecode:: jinja
{% if variable is defined %}
value of variable: {{ variable }}
{% else %}
variable is not defined
{% endif %}
See the :func:`default` filter for a simple way to set undefined
variables.
( t
isinstanceR ( R ( ( s0 /usr/lib/python2.7/site-packages/jinja2/tests.pyt test_defined&