Home
last modified time | relevance | path

Searched refs:view_options (Results 1 – 25 of 81) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/util/
H A Dview-cairo.cc44 view_options_t::font_extents_t extents = view_options.font_extents; in render()
45 if (!view_options.have_font_extents) in render()
56 double line_gap = y_sign * extents.line_gap + view_options.line_space; in render()
61 (vertical ? w : h) = (int) lines->len * leading - (extents.line_gap + view_options.line_space); in render()
81 cairo_t *cr = helper_cairo_create_context (w + view_options.margin.l + view_options.margin.r, in render()
82 h + view_options.margin.t + view_options.margin.b, in render()
83 &view_options, &output_options, content); in render()
87 cairo_translate (cr, view_options.margin.l, view_options.margin.t); in render()
107 if (view_options.annotate) { in render()
H A Dview-cairo.hh39 view_options (parser), in view_cairo_t()
86 view_options_t view_options; member
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/util/
H A Dview-cairo.cc44 view_options_t::font_extents_t extents = view_options.font_extents; in render()
45 if (!view_options.have_font_extents) in render()
56 double line_gap = y_sign * extents.line_gap + view_options.line_space; in render()
61 (vertical ? w : h) = (int) lines->len * leading - (extents.line_gap + view_options.line_space); in render()
81 cairo_t *cr = helper_cairo_create_context (w + view_options.margin.l + view_options.margin.r, in render()
82 h + view_options.margin.t + view_options.margin.b, in render()
83 &view_options, &output_options, content); in render()
87 cairo_translate (cr, view_options.margin.l, view_options.margin.t); in render()
107 if (view_options.annotate) { in render()
H A Dview-cairo.hh39 view_options (parser), in view_cairo_t()
86 view_options_t view_options; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/util/
H A Dview-cairo.cc49 double leading = font_height + view_options.line_space; in render()
53 (vertical ? w : h) = (int) lines->len * leading - view_options.line_space; in render()
73 cairo_t *cr = helper_cairo_create_context (w + view_options.margin.l + view_options.margin.r, in render()
74 h + view_options.margin.t + view_options.margin.b, in render()
75 &view_options, &output_options, content); in render()
79 cairo_translate (cr, view_options.margin.l, view_options.margin.t); in render()
100 if (view_options.annotate) { in render()
H A Dview-cairo.hh39 view_options (parser), in view_cairo_t()
86 view_options_t view_options; member
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/util/
H A Dview-cairo.cc49 double leading = font_height + view_options.line_space; in render()
53 (vertical ? w : h) = (int) lines->len * leading - view_options.line_space; in render()
73 cairo_t *cr = helper_cairo_create_context (w + view_options.margin.l + view_options.margin.r, in render()
74 h + view_options.margin.t + view_options.margin.b, in render()
75 &view_options, &output_options, content); in render()
79 cairo_translate (cr, view_options.margin.l, view_options.margin.t); in render()
100 if (view_options.annotate) { in render()
H A Dview-cairo.hh39 view_options (parser), in view_cairo_t()
86 view_options_t view_options; member
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/util/
H A Dview-cairo.cc49 double leading = font_height + view_options.line_space; in render()
53 (vertical ? w : h) = (int) lines->len * leading - view_options.line_space; in render()
73 cairo_t *cr = helper_cairo_create_context (w + view_options.margin.l + view_options.margin.r, in render()
74 h + view_options.margin.t + view_options.margin.b, in render()
75 &view_options, &output_options, content); in render()
79 cairo_translate (cr, view_options.margin.l, view_options.margin.t); in render()
100 if (view_options.annotate) { in render()
H A Dview-cairo.hh39 view_options (parser), in view_cairo_t()
86 view_options_t view_options; member
/dports/www/p5-Maypole/Maypole-2.13/lib/Maypole/View/
H A DTT.pm20 my $view_options = $r->config->view_options || {};
22 $view_options->{DEBUG} = $debug_flags;
25 $view_options->{POST_CHOMP} = 1 unless (exists $view_options->{POST_CHOMP});
26 $self->{provider} = Template::Provider->new($view_options);
28 %$view_options,
/dports/databases/erlang-couchbeam/couchbeam-1.4.2/doc/
H A Dcouchbeam_view.md38 all(Db::<a href="#type-db">db()</a>, Options::<a href="#type-view_options">view_options()</a>) -&gt…
79 …gnName::string(), ViewName::string()}, Options::<a href="#type-view_options">view_options()</a>) -…
112 …gnName::string(), ViewName::string()}, Options::<a href="#type-view_options">view_options()</a>) -…
125 Options :: view_options() [{key, binary()} | {start_docid, binary()}
169 …gnName::string(), ViewName::string()}, Options::<a href="#type-view_options">view_options()</a>) -…
182 Options :: view_options() [{key, binary()} | {start_docid, binary()}
215 …gnName::string(), ViewName::string()}, Options::<a href="#type-view_options">view_options()</a>) -…
244 …gnName::string(), ViewName::string()}, Options::<a href="#type-view_options">view_options()</a>) -…
281 …gnName::string(), ViewName::string()}, Options::<a href="#type-view_options">view_options()</a>) -…
327 Options :: view_options() [{key, binary()} | {start_docid, binary()}
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/info_schema/
H A Dmetadata.cc199 dd::Properties *view_options = &view_obj->options(); in store_in_dd() local
201 view_options->set(PLUGIN_VERSION_STRING, version); in store_in_dd()
203 view_options->set(SERVER_I_S_TABLE_STRING, true); in store_in_dd()
373 const dd::Properties *view_options = &view->options(); in update_plugins_I_S_metadata() local
374 if (!view_options->exists(PLUGIN_VERSION_STRING)) continue; in update_plugins_I_S_metadata()
384 view_options->get(PLUGIN_VERSION_STRING, &plugin_version); in update_plugins_I_S_metadata()
535 const dd::Properties *view_options = &view->options(); in update_server_I_S_metadata() local
537 if (!view_options->exists(PLUGIN_VERSION_STRING)) { in update_server_I_S_metadata()
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/apps/
H A Dntp.inc.php22 $view_options = [ variable
45 foreach ($view_options as $option => $text) {
/dports/databases/erlang-couchbeam/couchbeam-1.4.2/src/
H A Dcouchbeam_view.erl27 -spec all(Db::db(), Options::view_options())
48 ViewName::string()}, Options::view_options())
83 ViewName::string()}, Options::view_options())
203 ViewName::string()}, Options::view_options())
236 ViewName::string()}, Options::view_options())
284 ViewName::string()}, Options::view_options())
313 ViewName::string()}, Options::view_options())
/dports/databases/sequeler/sequeler-0.8.2/src/Layouts/
H A DDataBaseView.vala92 var view_options = new Gtk.Grid ();
93 view_options.hexpand = true;
94 view_options.halign = Gtk.Align.END;
95 view_options.valign = Gtk.Align.CENTER;
168 view_options.add (font_style);
170 toolbar.attach (view_options, 1, 0, 1, 1);
/dports/finance/prestashop/prestashop/modules/ps_linklist/views/PrestaShop/Admin/Common/Grid/
H A Dgrid_panel.html.twig20 {% if (grid.view_options.display_name is defined) %}
21 {% set displayName = grid.view_options.display_name %}
/dports/databases/erlang-couchbeam/couchbeam-1.4.2/include/
H A Dcouchbeam.hrl96 -type view_options() :: list(view_option()). type
100 options = [] :: view_options(),
/dports/www/py-pyramid/pyramid-1.7.3/pyramid/config/
H A Dviews.py216 **view_options):
780 ovals = view_options.copy()
855 view_intr.update(view_options)
1404 **view_options argument
1437 if arg in view_options:
1468 settings.update(view_options)
1495 **view_options argument
1553 if arg in view_options:
1582 settings.update(view_options)
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/
H A Ddd_view.cc556 dd::Properties *view_options = &view_obj->options(); in fill_dd_view_definition() local
557 view_options->set("timestamp", in fill_dd_view_definition()
559 view_options->set("view_valid", true); in fill_dd_view_definition()
713 dd::Properties *view_options = &new_view->options(); in update_view_status() local
714 view_options->set("view_valid", status); in update_view_status()
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/views/Admin/Common/Grid/
H A Dgrid_panel.html.twig26 {% if (grid.view_options.display_name is defined) %}
27 {% set displayName = grid.view_options.display_name %}
/dports/www/p5-Maypole/Maypole-2.13/examples/fancy_example/
H A DBeerDB.pm41 BeerDB->config->{view_options} = { RECURSION => 1, };
/dports/math/cadabra2/cadabra2-2.3.6.8/web2/cadabra2/source/static/styles/
H A Dcadabra-web.css350 div.view_options {
355 div.view_options span::before {
358 div.view_options span {
369 div.view_options a {
/dports/databases/p5-SQL-Translator/SQL-Translator-1.62/lib/SQL/Translator/Producer/
H A DOracle.pm738 my $view_options = '';
741 $view_options .= ' '.$materialized;
751 $view_options,
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Dgnc-dense-cal.h51 GtkComboBox *view_options; member

1234