Home
last modified time | relevance | path

Searched refs:isBlockLevel (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/osticket/upload/include/staff/templates/
H A Ddynamic-form.tmpl.php52 <tr><?php if ($field->isBlockLevel()) { ?>
66 <?php if (!$field->isBlockLevel() && $field->isRequiredForStaff()) { ?>
93 if ($field->get('hint') && !$field->isBlockLevel()) { ?>
H A Dinline-form.tmpl.php4 <?php if (!$field->isBlockLevel()) { ?>
14 if ($field->get('hint') && !$field->isBlockLevel()) { ?>
H A Dsimple-form.tmpl.php9 if (!$field->isBlockLevel()) { ?>
29 if (!$field->isBlockLevel()) { ?>
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/markdown/extensions/
H A Dattr_list.py57 from ..util import isBlockLevel
112 if isBlockLevel(elem.tag):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/markdown/
H A Dpreprocessors.py206 and (util.isBlockLevel(left_tag)
211 if not (util.isBlockLevel(left_tag) \
239 if util.isBlockLevel(left_tag) or left_tag == "--" \
H A Dtreeprocessors.py364 if util.isBlockLevel(elem.tag) and elem.tag not in ['code', 'pre']:
366 and len(elem) and util.isBlockLevel(elem[0].tag):
369 if util.isBlockLevel(e.tag):
H A Dutil.py109 def isBlockLevel(tag): function
H A Dpostprocessors.py115 return util.isBlockLevel(m.group(1))
/dports/www/osticket/upload/include/client/templates/
H A Dinline-form.tmpl.php12 if ($field->get('hint') && !$field->isBlockLevel()) { ?>
H A Ddynamic-form.tmpl.php36 <?php if (!$field->isBlockLevel()) { ?>
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/Python-Markdown/markdown/extensions/
H A Dattr_list.py24 from ..util import isBlockLevel
87 if isBlockLevel(elem.tag):
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/markdown/extensions/
H A Dattr_list.py24 from ..util import isBlockLevel
88 if isBlockLevel(elem.tag):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/Python-Markdown/markdown/extensions/
H A Dattr_list.py24 from ..util import isBlockLevel
87 if isBlockLevel(elem.tag):
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/Python-Markdown/markdown/
H A Dtreeprocessors.py343 if util.isBlockLevel(elem.tag) and elem.tag not in ['code', 'pre']:
345 and len(elem) and util.isBlockLevel(elem[0].tag):
348 if util.isBlockLevel(e.tag):
H A Dpreprocessors.py219 … if data_index < len(block) and (util.isBlockLevel(left_tag) or left_tag == '--'):
223 if not (util.isBlockLevel(left_tag) or block[1] in ["!", "?", "@", "%"]):
245 (util.isBlockLevel(left_tag) or left_tag == "--"):
H A Dpostprocessors.py87 return util.isBlockLevel(m.group(1))
H A Dutil.py87 def isBlockLevel(tag): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/Python-Markdown/markdown/
H A Dtreeprocessors.py343 if util.isBlockLevel(elem.tag) and elem.tag not in ['code', 'pre']:
345 and len(elem) and util.isBlockLevel(elem[0].tag):
348 if util.isBlockLevel(e.tag):
H A Dpreprocessors.py219 … if data_index < len(block) and (util.isBlockLevel(left_tag) or left_tag == '--'):
223 if not (util.isBlockLevel(left_tag) or block[1] in ["!", "?", "@", "%"]):
245 (util.isBlockLevel(left_tag) or left_tag == "--"):
H A Dpostprocessors.py87 return util.isBlockLevel(m.group(1))
H A Dutil.py87 def isBlockLevel(tag): function
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/markdown/
H A Dpreprocessors.py220 … if data_index < len(block) and (util.isBlockLevel(left_tag) or left_tag == '--'):
224 if not (util.isBlockLevel(left_tag) or block[1] in ["!", "?", "@", "%"]):
246 (util.isBlockLevel(left_tag) or left_tag == "--"):
H A Dtreeprocessors.py378 if util.isBlockLevel(elem.tag) and elem.tag not in ['code', 'pre']:
380 and len(elem) and util.isBlockLevel(elem[0].tag):
383 if util.isBlockLevel(e.tag):
H A Dpostprocessors.py90 return util.isBlockLevel(m.group(1))
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/Markdown/markdown/
H A Dutil.pyi19 def isBlockLevel(tag): ...

12