HomeSort by relevance Sort by last modified time
    Searched refs:Markup (Results 1 - 22 of 22) sorted by null

  /external/opencv3/3rdparty/jinja2/markupsafe/
__init__.py 6 Implements a Markup string.
16 __all__ = ['Markup', 'soft_unicode', 'escape', 'escape_silent']
23 class Markup(text_type):
26 of frameworks and web applications use. :class:`Markup` is a direct
28 it escapes arguments passed and always returns `Markup`.
30 The `escape` function returns markup objects so that double escaping can't
33 The constructor of the :class:`Markup` class can be used for three
39 >>> Markup("Hello <em>World</em>!")
40 Markup(u'Hello <em>World</em>!')
45 >>> Markup(Foo()
    [all...]
_native.py 17 such characters in HTML. Marks return value as markup string.
21 return Markup(text_type(s)
32 markup string.
35 return Markup()
40 """Make a string unicode if it isn't already. That way a markup
  /external/chromium-trace/catapult/third_party/webapp2/tests/resources/jinja2_templates_compiled/
tmpl_3a79873b1b49be244fd5444b1258ce348be26de8.py 2 from jinja2.runtime import LoopContext, TemplateReference, Macro, Markup, TemplateRuntimeError, missing, concat, escape, markup_join, unicode_join, to_string, TemplateNotFound
  /external/opencv3/3rdparty/jinja2/
__init__.py 55 from jinja2.utils import Markup, escape, clear_caches, \
66 'ModuleLoader', 'environmentfilter', 'contextfilter', 'Markup', 'escape',
ext.py 22 from jinja2.utils import contextfunction, import_string, Markup
140 rv = Markup(rv)
151 rv = Markup(rv)
runtime.py 13 from jinja2.utils import Markup, soft_unicode, escape, missing, concat, \
22 __all__ = ['LoopContext', 'TemplateReference', 'Macro', 'Markup',
44 return Markup(u'').join(chain(buf, iterator))
276 rv = Markup(rv)
utils.py 276 return Markup(u'\n'.join(u'<p>%s</p>' % escape(x) for x in result))
520 from .markupsafe import Markup, escape, soft_unicode
filters.py 17 from jinja2.utils import Markup, escape, pformat, urlize, soft_unicode, \
170 rv = Markup(rv)
321 # if any of the items has. If yes we do a coercion to Markup
426 rv = Markup(rv)
557 return Markup(text_type(value)).striptags()
747 return Markup(value)
environment.py 28 from jinja2.utils import import_string, LRUCache, Markup, missing, \
184 :class:`~jinja2.utils.Markup`. As of Jinja 2.4 this can also
    [all...]
nodes.py 18 from jinja2.utils import Markup
462 return Markup(self.data)
840 """Mark the wrapped expression as safe (wrap it as `Markup`)."""
845 return Markup(self.expr.as_const(eval_ctx))
849 """Mark the wrapped expression as safe (wrap it as `Markup`) but
862 return Markup(expr)
compiler.py 18 from jinja2.utils import Markup, concat, escape
71 Markup) + string_types):
440 self.writeline('return Markup(concat(%s))' % frame.buffer)
447 self.writeline('return Markup(concat(%s))' % frame.buffer)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/
doxia-core-1.0.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_htmlparser.py 31 # structure markup
42 # all other markup
579 # and "8.2.4.45 Markup declaration open state", comment tokens should
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_htmlparser.py 31 # structure markup
42 # all other markup
579 # and "8.2.4.45 Markup declaration open state", comment tokens should
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 31 # structure markup
42 # all other markup
579 # and "8.2.4.45 Markup declaration open state", comment tokens should
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 31 # structure markup
42 # all other markup
579 # and "8.2.4.45 Markup declaration open state", comment tokens should
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
tokenizer.js 487 //parse error, because some legacy user agents will misinterpret the markup in those cases.
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex     [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
parse5.js     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 1500 milliseconds