OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:soft_unicode
(Results
1 - 4
of
4
) sorted by null
/external/libmojo/third_party/markupsafe/
_native.py
40
def
soft_unicode
(s):
function
/external/libmojo/third_party/jinja2/
filters.py
17
from jinja2.utils import Markup, escape, pformat, urlize,
soft_unicode
, \
124
s =
soft_unicode
(s)
125
return s.replace(
soft_unicode
(old),
soft_unicode
(new), count)
130
return
soft_unicode
(s).upper()
135
return
soft_unicode
(s).lower()
178
return
soft_unicode
(s).capitalize()
337
return
soft_unicode
(d).join(imap(
soft_unicode
, value))
544
return
soft_unicode
(value) % (kwargs or args
[
all
...]
runtime.py
13
from jinja2.utils import Markup,
soft_unicode
, escape, missing, concat, \
40
iterator = imap(
soft_unicode
, seq)
utils.py
520
from markupsafe import Markup, escape,
soft_unicode
Completed in 74 milliseconds