Home
last modified time | relevance | path

Searched defs:box_options (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/resize_observer/
H A Dresize_observer.cc60 const String& box_options) { in ParseBoxOptions()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/resize_observer/
H A Dresize_observer.cc53 const String& box_options) { in ParseBoxOptions()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/
H A Dinout.py787 def boxes_to_tex(self, leaves=None, **box_options) -> str:
818 def boxes_to_mathml(self, leaves=None, **box_options) -> str:
851 def boxes_to_text(self, leaves=None, **box_options) -> str:
/dports/science/axom/axom-0.6.1/src/tools/
H A Ddata_collection_util.cpp191 auto* box_options = in parse() local