Home
last modified time | relevance | path

Searched defs:outer (Results 1 – 25 of 5597) sorted by relevance

12345678910>>...224

/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/layout/
H A Dpreferred.py39 def min_content_width(context, box, outer=True): argument
67 def max_content_width(context, box, outer=True): argument
94 def _block_content_width(context, box, function, outer): argument
155 def adjust(box, outer, width, left=True, right=True): argument
170 def block_min_content_width(context, box, outer=True): argument
176 def block_max_content_width(context, box, outer=True): argument
222 def table_cell_min_content_width(context, box, outer): argument
240 def table_cell_max_content_width(context, box, outer): argument
632 def replaced_min_content_width(box, outer=True): argument
662 def replaced_max_content_width(box, outer=True): argument
[all …]
/dports/converters/recode/Recode-3.6/src/
H A Douter.c40 new_single_step (RECODE_OUTER outer) in new_single_step()
65 declare_single (RECODE_OUTER outer, in declare_single()
189 declare_libiconv (RECODE_OUTER outer, const char *name) in declare_libiconv()
255 declare_explode_data (RECODE_OUTER outer, const unsigned short *data, in declare_explode_data()
318 declare_strip_data (RECODE_OUTER outer, struct strip_data *data, in declare_strip_data()
360 estimate_single_cost (RECODE_OUTER outer, RECODE_SINGLE single) in estimate_single_cost()
440 register_all_modules (RECODE_OUTER outer) in register_all_modules()
520 unregister_all_modules (RECODE_OUTER outer) in unregister_all_modules()
537 RECODE_OUTER outer = malloc (sizeof (struct recode_outer)); in recode_new_outer() local
593 recode_delete_outer (RECODE_OUTER outer) in recode_delete_outer()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.base/
H A Danon.c5 struct outer struct
26 struct outer val; in main() argument
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Danon.c5 struct outer struct
26 struct outer val; in main() argument
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Danon.c5 struct outer struct
26 struct outer val; in main() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DLazyMessageLiteTest.java61 LazyMessageLite outer = in testSetValues() local
88 LazyMessageLite outer = in testSetRepeatedValues() local
102 LazyMessageLite outer = in testRepeatedMutability() local
124 LazyMessageLite outer = LazyMessageLite.newBuilder().addAllRepeatedInner(inners).build(); in testAddAll() local
132 LazyMessageLite outer = LazyMessageLite.getDefaultInstance(); in testGetDefaultValues() local
179 LazyMessageLite outer = outerBuilder.build(); in testClearValues() local
247 LazyMessageLite outer = LazyMessageLite.newBuilder().setOneofInner(inner).build(); in testMergeOneofMessages() local
265 LazyMessageLite outer = in testSerialize() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/input/
H A Doverscroll_behavior_test.cc47 Element* outer = GetDocument().getElementById("outer"); in SetUp() local
117 Element* outer = GetDocument().getElementById("outer"); in TEST_F() local
126 Element* outer = GetDocument().getElementById("outer"); in TEST_F() local
135 Element* outer = GetDocument().getElementById("outer"); in TEST_F() local
144 Element* outer = GetDocument().getElementById("outer"); in TEST_F() local
153 Element* outer = GetDocument().getElementById("outer"); in TEST_F() local
162 Element* outer = GetDocument().getElementById("outer"); in TEST_F() local
171 Element* outer = GetDocument().getElementById("outer"); in TEST_F() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/input/
H A Doverscroll_behavior_test.cc46 Element* outer = GetDocument().getElementById("outer"); in SetUp() local
116 Element* outer = GetDocument().getElementById("outer"); in TEST_F() local
125 Element* outer = GetDocument().getElementById("outer"); in TEST_F() local
134 Element* outer = GetDocument().getElementById("outer"); in TEST_F() local
143 Element* outer = GetDocument().getElementById("outer"); in TEST_F() local
152 Element* outer = GetDocument().getElementById("outer"); in TEST_F() local
161 Element* outer = GetDocument().getElementById("outer"); in TEST_F() local
170 Element* outer = GetDocument().getElementById("outer"); in TEST_F() local
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/tokio-0.2.24/tests/
H A Dtask_blocking.rs102 let mut outer = tokio::runtime::Builder::new() in can_enter_basic_rt_from_within_block_in_place() localVariable
123 let mut outer = tokio::runtime::Builder::new() in useful_panic_message_when_dropping_rt_in_rt() localVariable
150 let mut outer = tokio::runtime::Builder::new() in can_shutdown_with_zero_timeout_in_runtime() localVariable
166 let mut outer = tokio::runtime::Builder::new() in can_shutdown_now_in_runtime() localVariable
182 let mut outer = tokio::runtime::Builder::new() in coop_disabled_in_block_in_place() localVariable
216 let mut outer = tokio::runtime::Builder::new() in coop_disabled_in_block_in_place_in_block_on() localVariable
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/tokio-0.2.25/tests/
H A Dtask_blocking.rs102 let mut outer = tokio::runtime::Builder::new() in can_enter_basic_rt_from_within_block_in_place() localVariable
123 let mut outer = tokio::runtime::Builder::new() in useful_panic_message_when_dropping_rt_in_rt() localVariable
150 let mut outer = tokio::runtime::Builder::new() in can_shutdown_with_zero_timeout_in_runtime() localVariable
166 let mut outer = tokio::runtime::Builder::new() in can_shutdown_now_in_runtime() localVariable
182 let mut outer = tokio::runtime::Builder::new() in coop_disabled_in_block_in_place() localVariable
216 let mut outer = tokio::runtime::Builder::new() in coop_disabled_in_block_in_place_in_block_on() localVariable
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tokio-0.2.25/tests/
H A Dtask_blocking.rs102 let mut outer = tokio::runtime::Builder::new() in can_enter_basic_rt_from_within_block_in_place() localVariable
123 let mut outer = tokio::runtime::Builder::new() in useful_panic_message_when_dropping_rt_in_rt() localVariable
150 let mut outer = tokio::runtime::Builder::new() in can_shutdown_with_zero_timeout_in_runtime() localVariable
166 let mut outer = tokio::runtime::Builder::new() in can_shutdown_now_in_runtime() localVariable
182 let mut outer = tokio::runtime::Builder::new() in coop_disabled_in_block_in_place() localVariable
216 let mut outer = tokio::runtime::Builder::new() in coop_disabled_in_block_in_place_in_block_on() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/tokio/tests/
H A Dtask_blocking.rs102 let mut outer = tokio::runtime::Builder::new() in can_enter_basic_rt_from_within_block_in_place() localVariable
123 let mut outer = tokio::runtime::Builder::new() in useful_panic_message_when_dropping_rt_in_rt() localVariable
150 let mut outer = tokio::runtime::Builder::new() in can_shutdown_with_zero_timeout_in_runtime() localVariable
166 let mut outer = tokio::runtime::Builder::new() in can_shutdown_now_in_runtime() localVariable
182 let mut outer = tokio::runtime::Builder::new() in coop_disabled_in_block_in_place() localVariable
216 let mut outer = tokio::runtime::Builder::new() in coop_disabled_in_block_in_place_in_block_on() localVariable
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/tokio-0.2.25/tests/
H A Dtask_blocking.rs102 let mut outer = tokio::runtime::Builder::new() in can_enter_basic_rt_from_within_block_in_place() localVariable
123 let mut outer = tokio::runtime::Builder::new() in useful_panic_message_when_dropping_rt_in_rt() localVariable
150 let mut outer = tokio::runtime::Builder::new() in can_shutdown_with_zero_timeout_in_runtime() localVariable
166 let mut outer = tokio::runtime::Builder::new() in can_shutdown_now_in_runtime() localVariable
182 let mut outer = tokio::runtime::Builder::new() in coop_disabled_in_block_in_place() localVariable
216 let mut outer = tokio::runtime::Builder::new() in coop_disabled_in_block_in_place_in_block_on() localVariable
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tokio-0.2.25/tests/
H A Dtask_blocking.rs102 let mut outer = tokio::runtime::Builder::new() in can_enter_basic_rt_from_within_block_in_place() localVariable
123 let mut outer = tokio::runtime::Builder::new() in useful_panic_message_when_dropping_rt_in_rt() localVariable
150 let mut outer = tokio::runtime::Builder::new() in can_shutdown_with_zero_timeout_in_runtime() localVariable
166 let mut outer = tokio::runtime::Builder::new() in can_shutdown_now_in_runtime() localVariable
182 let mut outer = tokio::runtime::Builder::new() in coop_disabled_in_block_in_place() localVariable
216 let mut outer = tokio::runtime::Builder::new() in coop_disabled_in_block_in_place_in_block_on() localVariable
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-0.2.24/tests/
H A Dtask_blocking.rs102 let mut outer = tokio::runtime::Builder::new() in can_enter_basic_rt_from_within_block_in_place() localVariable
123 let mut outer = tokio::runtime::Builder::new() in useful_panic_message_when_dropping_rt_in_rt() localVariable
150 let mut outer = tokio::runtime::Builder::new() in can_shutdown_with_zero_timeout_in_runtime() localVariable
166 let mut outer = tokio::runtime::Builder::new() in can_shutdown_now_in_runtime() localVariable
182 let mut outer = tokio::runtime::Builder::new() in coop_disabled_in_block_in_place() localVariable
216 let mut outer = tokio::runtime::Builder::new() in coop_disabled_in_block_in_place_in_block_on() localVariable
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/tokio-1.10.1/tests/
H A Dtask_blocking.rs103 let outer = tokio::runtime::Runtime::new().unwrap(); in can_enter_basic_rt_from_within_block_in_place() localVariable
120 let outer = tokio::runtime::Runtime::new().unwrap(); in useful_panic_message_when_dropping_rt_in_rt() localVariable
143 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_with_zero_timeout_in_runtime() localVariable
155 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_now_in_runtime() localVariable
167 let outer = tokio::runtime::Builder::new_multi_thread() in coop_disabled_in_block_in_place() localVariable
201 let outer = tokio::runtime::Runtime::new().unwrap(); in coop_disabled_in_block_in_place_in_block_on() localVariable
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/tokio-1.14.0/tests/
H A Dtask_blocking.rs103 let outer = tokio::runtime::Runtime::new().unwrap(); in can_enter_basic_rt_from_within_block_in_place() localVariable
120 let outer = tokio::runtime::Runtime::new().unwrap(); in useful_panic_message_when_dropping_rt_in_rt() localVariable
143 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_with_zero_timeout_in_runtime() localVariable
155 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_now_in_runtime() localVariable
167 let outer = tokio::runtime::Builder::new_multi_thread() in coop_disabled_in_block_in_place() localVariable
201 let outer = tokio::runtime::Runtime::new().unwrap(); in coop_disabled_in_block_in_place_in_block_on() localVariable
/dports/lang/gleam/gleam-0.18.2/cargo-crates/tokio-1.14.0/tests/
H A Dtask_blocking.rs103 let outer = tokio::runtime::Runtime::new().unwrap(); in can_enter_basic_rt_from_within_block_in_place() localVariable
120 let outer = tokio::runtime::Runtime::new().unwrap(); in useful_panic_message_when_dropping_rt_in_rt() localVariable
143 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_with_zero_timeout_in_runtime() localVariable
155 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_now_in_runtime() localVariable
167 let outer = tokio::runtime::Builder::new_multi_thread() in coop_disabled_in_block_in_place() localVariable
201 let outer = tokio::runtime::Runtime::new().unwrap(); in coop_disabled_in_block_in_place_in_block_on() localVariable
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/tokio-1.14.0/tests/
H A Dtask_blocking.rs103 let outer = tokio::runtime::Runtime::new().unwrap(); in can_enter_basic_rt_from_within_block_in_place() localVariable
120 let outer = tokio::runtime::Runtime::new().unwrap(); in useful_panic_message_when_dropping_rt_in_rt() localVariable
143 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_with_zero_timeout_in_runtime() localVariable
155 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_now_in_runtime() localVariable
167 let outer = tokio::runtime::Builder::new_multi_thread() in coop_disabled_in_block_in_place() localVariable
201 let outer = tokio::runtime::Runtime::new().unwrap(); in coop_disabled_in_block_in_place_in_block_on() localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/tokio-1.16.1/tests/
H A Dtask_blocking.rs103 let outer = tokio::runtime::Runtime::new().unwrap(); in can_enter_basic_rt_from_within_block_in_place() localVariable
120 let outer = tokio::runtime::Runtime::new().unwrap(); in useful_panic_message_when_dropping_rt_in_rt() localVariable
143 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_with_zero_timeout_in_runtime() localVariable
155 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_now_in_runtime() localVariable
167 let outer = tokio::runtime::Builder::new_multi_thread() in coop_disabled_in_block_in_place() localVariable
201 let outer = tokio::runtime::Runtime::new().unwrap(); in coop_disabled_in_block_in_place_in_block_on() localVariable
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/tokio-1.11.0/tests/
H A Dtask_blocking.rs103 let outer = tokio::runtime::Runtime::new().unwrap(); in can_enter_basic_rt_from_within_block_in_place() localVariable
120 let outer = tokio::runtime::Runtime::new().unwrap(); in useful_panic_message_when_dropping_rt_in_rt() localVariable
143 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_with_zero_timeout_in_runtime() localVariable
155 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_now_in_runtime() localVariable
167 let outer = tokio::runtime::Builder::new_multi_thread() in coop_disabled_in_block_in_place() localVariable
201 let outer = tokio::runtime::Runtime::new().unwrap(); in coop_disabled_in_block_in_place_in_block_on() localVariable
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/tokio-1.12.0/tests/
H A Dtask_blocking.rs103 let outer = tokio::runtime::Runtime::new().unwrap(); in can_enter_basic_rt_from_within_block_in_place() localVariable
120 let outer = tokio::runtime::Runtime::new().unwrap(); in useful_panic_message_when_dropping_rt_in_rt() localVariable
143 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_with_zero_timeout_in_runtime() localVariable
155 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_now_in_runtime() localVariable
167 let outer = tokio::runtime::Builder::new_multi_thread() in coop_disabled_in_block_in_place() localVariable
201 let outer = tokio::runtime::Runtime::new().unwrap(); in coop_disabled_in_block_in_place_in_block_on() localVariable
/dports/net/routinator/routinator-0.10.2/cargo-crates/tokio-1.9.0/tests/
H A Dtask_blocking.rs103 let outer = tokio::runtime::Runtime::new().unwrap(); in can_enter_basic_rt_from_within_block_in_place() localVariable
120 let outer = tokio::runtime::Runtime::new().unwrap(); in useful_panic_message_when_dropping_rt_in_rt() localVariable
143 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_with_zero_timeout_in_runtime() localVariable
155 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_now_in_runtime() localVariable
167 let outer = tokio::runtime::Builder::new_multi_thread() in coop_disabled_in_block_in_place() localVariable
201 let outer = tokio::runtime::Runtime::new().unwrap(); in coop_disabled_in_block_in_place_in_block_on() localVariable
/dports/editors/helix/helix-0.5.0/cargo-crates/tokio-1.12.0/tests/
H A Dtask_blocking.rs103 let outer = tokio::runtime::Runtime::new().unwrap(); in can_enter_basic_rt_from_within_block_in_place() localVariable
120 let outer = tokio::runtime::Runtime::new().unwrap(); in useful_panic_message_when_dropping_rt_in_rt() localVariable
143 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_with_zero_timeout_in_runtime() localVariable
155 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_now_in_runtime() localVariable
167 let outer = tokio::runtime::Builder::new_multi_thread() in coop_disabled_in_block_in_place() localVariable
201 let outer = tokio::runtime::Runtime::new().unwrap(); in coop_disabled_in_block_in_place_in_block_on() localVariable
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tokio-1.12.0/tests/
H A Dtask_blocking.rs103 let outer = tokio::runtime::Runtime::new().unwrap(); in can_enter_basic_rt_from_within_block_in_place() localVariable
120 let outer = tokio::runtime::Runtime::new().unwrap(); in useful_panic_message_when_dropping_rt_in_rt() localVariable
143 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_with_zero_timeout_in_runtime() localVariable
155 let outer = tokio::runtime::Runtime::new().unwrap(); in can_shutdown_now_in_runtime() localVariable
167 let outer = tokio::runtime::Builder::new_multi_thread() in coop_disabled_in_block_in_place() localVariable
201 let outer = tokio::runtime::Runtime::new().unwrap(); in coop_disabled_in_block_in_place_in_block_on() localVariable

12345678910>>...224