home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_2101 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  4.8 KB  |  111 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from namespaces import NUMBERNS
  5. from element import Element
  6. from style import StyleElement
  7.  
  8. def AmPm(**args):
  9.     return Element(qname = (NUMBERNS, 'am-pm'), **args)
  10.  
  11.  
  12. def Boolean(**args):
  13.     return Element(qname = (NUMBERNS, 'boolean'), **args)
  14.  
  15.  
  16. def BooleanStyle(**args):
  17.     return StyleElement(qname = (NUMBERNS, 'boolean-style'), **args)
  18.  
  19.  
  20. def CurrencyStyle(**args):
  21.     return StyleElement(qname = (NUMBERNS, 'currency-style'), **args)
  22.  
  23.  
  24. def CurrencySymbol(**args):
  25.     return Element(qname = (NUMBERNS, 'currency-symbol'), **args)
  26.  
  27.  
  28. def DateStyle(**args):
  29.     return StyleElement(qname = (NUMBERNS, 'date-style'), **args)
  30.  
  31.  
  32. def Day(**args):
  33.     return Element(qname = (NUMBERNS, 'day'), **args)
  34.  
  35.  
  36. def DayOfWeek(**args):
  37.     return Element(qname = (NUMBERNS, 'day-of-week'), **args)
  38.  
  39.  
  40. def EmbeddedText(**args):
  41.     return Element(qname = (NUMBERNS, 'embedded-text'), **args)
  42.  
  43.  
  44. def Era(**args):
  45.     return Element(qname = (NUMBERNS, 'era'), **args)
  46.  
  47.  
  48. def Fraction(**args):
  49.     return Element(qname = (NUMBERNS, 'fraction'), **args)
  50.  
  51.  
  52. def Hours(**args):
  53.     return Element(qname = (NUMBERNS, 'hours'), **args)
  54.  
  55.  
  56. def Minutes(**args):
  57.     return Element(qname = (NUMBERNS, 'minutes'), **args)
  58.  
  59.  
  60. def Month(**args):
  61.     return Element(qname = (NUMBERNS, 'month'), **args)
  62.  
  63.  
  64. def Number(**args):
  65.     return Element(qname = (NUMBERNS, 'number'), **args)
  66.  
  67.  
  68. def NumberStyle(**args):
  69.     return StyleElement(qname = (NUMBERNS, 'number-style'), **args)
  70.  
  71.  
  72. def PercentageStyle(**args):
  73.     return StyleElement(qname = (NUMBERNS, 'percentage-style'), **args)
  74.  
  75.  
  76. def Quarter(**args):
  77.     return Element(qname = (NUMBERNS, 'quarter'), **args)
  78.  
  79.  
  80. def ScientificNumber(**args):
  81.     return Element(qname = (NUMBERNS, 'scientific-number'), **args)
  82.  
  83.  
  84. def Seconds(**args):
  85.     return Element(qname = (NUMBERNS, 'seconds'), **args)
  86.  
  87.  
  88. def Text(**args):
  89.     return Element(qname = (NUMBERNS, 'text'), **args)
  90.  
  91.  
  92. def TextContent(**args):
  93.     return Element(qname = (NUMBERNS, 'text-content'), **args)
  94.  
  95.  
  96. def TextStyle(**args):
  97.     return StyleElement(qname = (NUMBERNS, 'text-style'), **args)
  98.  
  99.  
  100. def TimeStyle(**args):
  101.     return StyleElement(qname = (NUMBERNS, 'time-style'), **args)
  102.  
  103.  
  104. def WeekOfYear(**args):
  105.     return Element(qname = (NUMBERNS, 'week-of-year'), **args)
  106.  
  107.  
  108. def Year(**args):
  109.     return Element(qname = (NUMBERNS, 'year'), **args)
  110.  
  111.