Home
last modified time | relevance | path

Searched refs:render_opts (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/curv/curv-0.5/ideas/render/
H A DOptions34 * `render_opts.aa := 4`, then use `render_opts` to view render options.
37 `render_opts` is a typed variable that can only contain a curv::Render_Opts
38 value. The contents of `render_opts` is an untyped record value. The type
43 shape may override some of the default settings in `render_opts`, and since
100 { aa :: int_slider(1,8) = render_opts.aa,
101 taa :: int_slider(1,8) = render_opts.taa,
115 PROBLEM: This won't work as written. The value of render_opts is captured at
116 the time that std.curv is loaded. Subsequent changes to render_opts in the REPL
119 by the current value of render_opts at the time the shape is viewed.
121 of render_opts is passed as an argument, and the result is a Render_Opts
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DPictureImageLoader.c146 char *render_opts; in PImageLoadSvg() local
186 render_opts ++; in PImageLoadSvg()
190 render_opts = ""; in PImageLoadSvg()
201 while (*render_opts) in PImageLoadSvg()
204 switch (*render_opts) in PImageLoadSvg()
212 switch (render_opts[i]) in PImageLoadSvg()
232 switch (render_opts[i]) in PImageLoadSvg()
258 render_opts, "%dx%n%d%n", &b1, &j, &b2, in PImageLoadSvg()
265 if (w < 0 || (!w && render_opts[0] == '-')) in PImageLoadSvg()
269 if (h < 0 || (!h && render_opts[j] == '-')) in PImageLoadSvg()
[all …]
H A DPictureBase.c230 const char *render_opts; in PictureFindImageFile() local
247 (render_opts = strrchr(icon, ':'))) in PictureFindImageFile()
249 length = render_opts - icon; in PictureFindImageFile()
264 xasprintf(&tmpbuf, "%s:%s", render_opts, full_filename); in PictureFindImageFile()
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DPictureImageLoader.c146 char *render_opts; in PImageLoadSvg() local
185 render_opts ++; in PImageLoadSvg()
189 render_opts = ""; in PImageLoadSvg()
200 while (*render_opts) in PImageLoadSvg()
203 switch (*render_opts) in PImageLoadSvg()
211 switch (render_opts[i]) in PImageLoadSvg()
231 switch (render_opts[i]) in PImageLoadSvg()
257 render_opts, "%dx%n%d%n", &b1, &j, &b2, in PImageLoadSvg()
264 if (w < 0 || (!w && render_opts[0] == '-')) in PImageLoadSvg()
268 if (h < 0 || (!h && render_opts[j] == '-')) in PImageLoadSvg()
[all …]
H A DPictureBase.c230 const char *render_opts; in PictureFindImageFile() local
247 (render_opts = strrchr(icon, ':'))) in PictureFindImageFile()
249 length = render_opts - icon; in PictureFindImageFile()
263 tmpbuf = CatString3(render_opts, ":", full_filename); in PictureFindImageFile()
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Plugins/EditRowPlugin/
H A DTableCell.pm47 my ( $this, $opts, $render_opts ) = @_;
137 if ( $render_opts->{need_tabledata} ) {
144 $render_opts->{need_tabledata} = 0;
147 if ( $render_opts->{need_trdata} ) {
150 $render_opts->{need_trdata} = 0;
H A DTableRow.pm107 my ( $this, $opts, $render_opts ) = @_;
133 $render_opts->{need_trdata} = 1;
146 $render_opts
172 $render_opts->{need_trdata} = 1;
175 $text = $cell->render( $opts, $render_opts );
H A DTable.pm254 my %render_opts = ( need_tabledata => 1 );
299 \%render_opts
305 my $r = $row->render( \%row_opts, \%render_opts );
/dports/devel/py-anyconfig/anyconfig-0.9.11/src/anyconfig/
H A Dtemplate.py191 render_opts = anyconfig.utils.filter_options(RENDER_OPTS, options)
192 return render(filepath, **render_opts)
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_dataflow/src/framework/
H A Dengine.rs314 let mut render_opts = in write_graphviz_results() localVariable
317 render_opts.push(dot::RenderOption::DarkTheme); in write_graphviz_results()
319 dot::render_opts(&graphviz, &mut buf, &render_opts)?; in write_graphviz_results()
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/
H A Dlib.rs786 let (krate, render_opts, mut cache) = sess.time("run_global_ctxt", || { in main_options()
799 return scrape_examples::run(krate, render_opts, cache, tcx, options); in main_options()
816 run_renderer::<html::render::Context<'_>>(krate, render_opts, cache, tcx) in main_options()
819 run_renderer::<json::JsonRenderer<'_>>(krate, render_opts, cache, tcx) in main_options()
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dpsppire-output-view.c61 struct string_map render_opts; member
163 get_xr_options (view, &view->render_opts); in create_xr()
166 string_map_clone (&options, &view->render_opts); in create_xr()
493 if (!string_map_equals (&options, &view->render_opts)) in on_style_updated()
732 string_map_init (&view->render_opts); in psppire_output_view_new()
789 string_map_destroy (&view->render_opts); in psppire_output_view_destroy()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_graphviz-718.0.0/src/
H A Dlib.rs601 render_opts(g, w, &[]) in render()
606 pub fn render_opts<'a, N, E, G, W>(g: &'a G, w: &mut W, options: &[RenderOption]) -> io::Result<()> in render_opts() function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/observer_cli/src/
H A Dobserver_cli_port.erl195 {_, Opts} -> Line2 ++ [render_opts(Opts)];
234 render_opts(Opts) -> function
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_graphviz-722.0.0/src/
H A Dlib.rs601 render_opts(g, w, &[]) in render()
606 pub fn render_opts<'a, N, E, G, W>(g: &'a G, w: &mut W, options: &[RenderOption]) -> io::Result<()> in render_opts() function
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_graphviz/src/
H A Dlib.rs601 render_opts(g, w, &[]) in render()
606 pub fn render_opts<'a, N, E, G, W>(g: &'a G, w: &mut W, options: &[RenderOption]) -> io::Result<()> in render_opts() function
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_graphviz/src/
H A Dlib.rs601 render_opts(g, w, &[]) in render()
606 pub fn render_opts<'a, N, E, G, W>(g: &'a G, w: &mut W, options: &[RenderOption]) -> io::Result<()> in render_opts() function
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/target/
H A Dfn.rs60 render_opts(g, w, &[]) in render()
/dports/math/curv/curv-0.5/ideas/language/structure/
H A DTyped226 called `render_opts`, which contains an instance of the C++ Render_Opts
227 structure. You can use `:=` to assign fields of `render_opts`, but I want the
230 `render_opts` is a typed variable. You can only assign valid Render_Opts
231 records to it. Are the values of `render_opts` also typed record values?
H A DStructures239 the REPL render_opts variable. Module fields are not assignable, because
262 * `render_opts.aa := 4`?
263 * With function-like modules, field assignment is illegal, but render_opts
/dports/math/curv/curv-0.5/docs/
H A DImplementation172 call shape_program.recognize(value, render_opts), and it returns true
173 if the value is a shape. Note, render_opts is a distillation of command line
175 The render_opts object is updated if the shape contains the optional 'render'
/dports/dns/bind-tools/bind-9.16.27/lib/ns/
H A Dclient.c434 unsigned int render_opts; in ns_client_send() local
467 render_opts = 0; in ns_client_send()
469 render_opts = DNS_MESSAGERENDER_OMITDNSSEC; in ns_client_send()
557 render_opts); in ns_client_send()
567 DNS_MESSAGERENDER_PARTIAL | render_opts); in ns_client_send()
577 preferred_glue | render_opts); in ns_client_send()
/dports/dns/bind916/bind-9.16.27/lib/ns/
H A Dclient.c434 unsigned int render_opts; in ns_client_send() local
467 render_opts = 0; in ns_client_send()
469 render_opts = DNS_MESSAGERENDER_OMITDNSSEC; in ns_client_send()
557 render_opts); in ns_client_send()
567 DNS_MESSAGERENDER_PARTIAL | render_opts); in ns_client_send()
577 preferred_glue | render_opts); in ns_client_send()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/ns/
H A Dclient.c396 unsigned int render_opts; in ns_client_send() local
429 render_opts = 0; in ns_client_send()
431 render_opts = DNS_MESSAGERENDER_OMITDNSSEC; in ns_client_send()
519 render_opts); in ns_client_send()
529 DNS_MESSAGERENDER_PARTIAL | render_opts); in ns_client_send()
539 preferred_glue | render_opts); in ns_client_send()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/ns/
H A Dclient.c410 unsigned int render_opts; in ns_client_send() local
443 render_opts = 0; in ns_client_send()
445 render_opts = DNS_MESSAGERENDER_OMITDNSSEC; in ns_client_send()
533 render_opts); in ns_client_send()
543 DNS_MESSAGERENDER_PARTIAL | render_opts); in ns_client_send()
553 preferred_glue | render_opts); in ns_client_send()

12