Home
last modified time | relevance | path

Searched refs:boxing (Results 1 – 25 of 1126) sorted by relevance

12345678910>>...46

/dports/x11-wm/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8/src/elements/
H A Dsnow.c10 int boxing = elementsGetScreenBoxing (s); in initiateSnowElement() local
15 e->x = elementsMmRand (-boxing, s->width + boxing, 1); in initiateSnowElement()
21 e->x = elementsMmRand (-boxing, s->width + boxing, 1); in initiateSnowElement()
29 e->y = elementsMmRand (-boxing, s->height + boxing, 1); in initiateSnowElement()
35 e->y = elementsMmRand (-boxing, s->height + boxing, 1); in initiateSnowElement()
/dports/textproc/mdocml/mandoc-1.14.5/regress/tbl/opt/
H A Dbox.out_ascii9 no boxing:
14 automatic boxing:
27 manual boxing:
35 automatic and manual boxing:
43 allbox and manual boxing:
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dvec_box_sized.stderr1 error: `Vec<T>` is already on the heap, the boxing is unnecessary
9 error: `Vec<T>` is already on the heap, the boxing is unnecessary
15 error: `Vec<T>` is already on the heap, the boxing is unnecessary
21 error: `Vec<T>` is already on the heap, the boxing is unnecessary
27 error: `Vec<T>` is already on the heap, the boxing is unnecessary
33 error: `Vec<T>` is already on the heap, the boxing is unnecessary
H A Dlarge_enum_variant.stderr13 help: consider boxing the large fields to reduce the total size of the enum
29 help: consider boxing the large fields to reduce the total size of the enum
45 help: consider boxing the large fields to reduce the total size of the enum
61 help: consider boxing the large fields to reduce the total size of the enum
77 help: consider boxing the large fields to reduce the total size of the enum
93 help: consider boxing the large fields to reduce the total size of the enum
109 help: consider boxing the large fields to reduce the total size of the enum
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Core/
H A DStomach.pm37 boxing => [], token_stack => [] }, $class; }
43 $$self{boxing} = [];
70 return scalar(@{ $$self{boxing} }); }
77 my $boxlevel = scalar(@{ $$self{boxing} });
93 my $initdepth = scalar(@{ $$self{boxing} });
104 … last if $initdepth > scalar(@{ $$self{boxing} }); } # if we've closed the initial mode.
125 my $initdepth = scalar(@{ $$self{boxing} });
129 …last if $initdepth > scalar(@{ $$self{boxing} }); } # if we've closed the initial mod…
264 push(@{ $$self{boxing} }, $LaTeXML::CURRENT_TOKEN) unless $nobox; # For begingroup/endgroup
278 pop(@{ $$self{boxing} }) unless $nobox; # For begingroup/endgroup
[all …]
/dports/x11-wm/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8/src/snow/
H A Dsnow.c109 int boxing; in snowThink() local
111 boxing = snowGetScreenBoxing (ss->s->display); in snowThink()
113 if (sf->y >= ss->s->height + boxing || in snowThink()
114 sf->x <= -boxing || in snowThink()
115 sf->y >= ss->s->width + boxing || in snowThink()
375 int boxing = snowGetScreenBoxing (ss->s->display); in initiateSnowFlake() local
380 sf->x = mmRand (-boxing, ss->s->width + boxing, 1); in initiateSnowFlake()
386 sf->x = mmRand (-boxing, ss->s->width + boxing, 1); in initiateSnowFlake()
394 sf->y = mmRand (-boxing, ss->s->height + boxing, 1); in initiateSnowFlake()
400 sf->y = mmRand (-boxing, ss->s->height + boxing, 1); in initiateSnowFlake()
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui-toml/vec_box_sized/
H A Dtest.stderr1 error: `Vec<T>` is already on the heap, the boxing is unnecessary
9 error: `Vec<T>` is already on the heap, the boxing is unnecessary
15 error: `Vec<T>` is already on the heap, the boxing is unnecessary
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.soccerstand.com86 Disallow: /boxing/
87 Disallow: /de/boxing/
88 Disallow: /fr/boxing/
89 Disallow: /es/boxing/
90 Disallow: /pl/boxing/
91 Disallow: /ru/boxing/
92 Disallow: /tr/boxing/
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/async-await/
H A Dmutually-recursive-async-impl-trait-type.stderr1 error[E0733]: recursion in an `async fn` requires boxing
10 error[E0733]: recursion in an `async fn` requires boxing
H A Drecursive-async-impl-trait-type.stderr1 error[E0733]: recursion in an `async fn` requires boxing
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/closures/
H A Dclosure_cap_coerce_many_fail.stderr33 = help: consider boxing your closure and/or using it as a trait object
51 = help: consider boxing your closure and/or using it as a trait object
69 = help: consider boxing your closure and/or using it as a trait object
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dgeneric-boxing.2.il10 .assembly 'generic-boxing.2'
19 .module 'generic-boxing.2.dll' // GUID = {9C29868F-7AD1-40CC-BBDC-DF985AB656FC}
/dports/math/gap/gap-4.11.0/pkg/ferret-1.0.2/YAPB++/simple_graph/gason/
H A DREADME.md10 - [NaN-boxing](#nan-boxing)
92 ### NaN-boxing
93 gason stores values using NaN-boxing technique. By [IEEE-754](http://en.wikipedia.org/wiki/IEEE_flo…
/dports/net-p2p/jackett/Jackett/Definitions/
H A Dboxingtorrents.yml9 - https://tc-boxing.com/
85 # https://tc-boxing.com/browse.php?c16=1&c8=1&c14=1&incldead=1
86 # https://tc-boxing.com/browse.php?search=tyson&cat=0&incldead=1
/dports/devel/py-numba/numba-0.51.2/numba/experimental/jitclass/
H A D__init__.py2 from numba.experimental.jitclass import boxing # Has import-time side effect
/dports/textproc/groff/groff-1.22.4/src/roff/troff/
H A Ddiv.h20 void do_divert(int append, int boxing);
25 friend void do_divert(int append, int boxing);
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/boxfnonce/
H A DCargo.toml5 description = "safe FnOnce boxing for rust stable"
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/boxfnonce-0.0.3/
H A DCargo.toml5 description = "safe FnOnce boxing for rust stable"
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/boxfnonce/
H A DCargo.toml5 description = "safe FnOnce boxing for rust stable"
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DUnlikelyArgumentCheck.java49 typeToCheck2 = currentScope.boxing(typeToCheck2); in isDangerous()
53 expectedType2 = currentScope.boxing(expectedType2); in isDangerous()
/dports/math/R/R-4.1.2/doc/notes/
H A Dimmbnd.md53 it easier to avoid inadvertent boxing and may help with a transition
85 to detect unintended boxing, and might also have made it harder to
90 probably be necessary to suspend the GC when boxing values in
/dports/math/libRmath/R-4.1.1/doc/notes/
H A Dimmbnd.md53 it easier to avoid inadvertent boxing and may help with a transition
85 to detect unintended boxing, and might also have made it harder to
90 probably be necessary to suspend the GC when boxing values in
/dports/devel/sccache/sccache-0.2.15/cargo-crates/boxfnonce-0.1.1/
H A DCargo.toml.orig-cargo6 description = "safe FnOnce boxing for rust stable"
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/boxfnonce-0.1.1/
H A DCargo.toml.orig-cargo6 description = "safe FnOnce boxing for rust stable"
/dports/security/acmed/acmed-0.18.0/cargo-crates/boxfnonce-0.1.1/
H A DCargo.toml.orig-cargo6 description = "safe FnOnce boxing for rust stable"

12345678910>>...46