Home
last modified time | relevance | path

Searched refs:block_types (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/dns/knot3-lib/knot-3.1.5/tests/libknot/
H A Dtest_descriptor.c41 ok(descr->block_types[1] == KNOT_RDATA_WF_END, in main()
51 ok(descr->block_types[0] == 4, in main()
53 ok(descr->block_types[1] == KNOT_RDATA_WF_END, in main()
65 ok(descr->block_types[1] == KNOT_RDATA_WF_END, in main()
77 ok(descr->block_types[1] == KNOT_RDATA_WF_END, in main()
89 ok(descr->block_types[1] == KNOT_RDATA_WF_END, in main()
101 ok(descr->block_types[1] == KNOT_RDATA_WF_END, in main()
224 ok(descr->block_types[1] == KNOT_RDATA_WF_END, in main()
232 ok(descr->block_types[1] == KNOT_RDATA_WF_END, in main()
242 ok(descr->block_types[2] == KNOT_RDATA_WF_END, in main()
[all …]
/dports/dns/knot3/knot-3.1.5/tests/libknot/
H A Dtest_descriptor.c41 ok(descr->block_types[1] == KNOT_RDATA_WF_END, in main()
51 ok(descr->block_types[0] == 4, in main()
53 ok(descr->block_types[1] == KNOT_RDATA_WF_END, in main()
65 ok(descr->block_types[1] == KNOT_RDATA_WF_END, in main()
77 ok(descr->block_types[1] == KNOT_RDATA_WF_END, in main()
89 ok(descr->block_types[1] == KNOT_RDATA_WF_END, in main()
101 ok(descr->block_types[1] == KNOT_RDATA_WF_END, in main()
224 ok(descr->block_types[1] == KNOT_RDATA_WF_END, in main()
232 ok(descr->block_types[1] == KNOT_RDATA_WF_END, in main()
242 ok(descr->block_types[2] == KNOT_RDATA_WF_END, in main()
[all …]
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/core/
H A Dfields.py62 def __init__(self, block_types, **kwargs): argument
77 if isinstance(block_types, Block):
79 self.stream_block = block_types
80 elif isinstance(block_types, type):
82 self.stream_block = block_types()
85 self.stream_block = StreamBlock(block_types)
98 block_types = list(self.stream_block.child_blocks.items())
99 args = [block_types]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-utils/python/modtool/cli/
H A Dadd.py39 @click.option('-t', '--block-type', type=click.Choice(ModToolAdd.block_types),
40 help="One of {}.".format(', '.join(ModToolAdd.block_types)))
86 click.secho(str(self.block_types), fg='yellow')
87 with SequenceCompleter(self.block_types):
88 while self.info['blocktype'] not in self.block_types:
90 if self.info['blocktype'] not in self.block_types:
91 click.secho('Must be one of ' + str(self.block_types), fg='yellow')
/dports/devel/libburn/libburn-1.5.4/libburn/
H A Doptions.c148 || (opts->drive->block_types[write_type] & block_type) ) ) { in burn_write_opts_set_write_type()
390 if ((d->block_types[BURN_WRITE_TAO] & demands.block_types) != in burn_write_opts_auto_write_type()
391 demands.block_types) in burn_write_opts_auto_write_type()
436 if ((d->block_types[BURN_WRITE_TAO] & demands.block_types) != in burn_write_opts_auto_write_type()
437 demands.block_types) in burn_write_opts_auto_write_type()
466 else if ((d->block_types[BURN_WRITE_TAO] & demands.block_types) != in burn_write_opts_auto_write_type()
467 demands.block_types) in burn_write_opts_auto_write_type()
H A Ddrive.c546 d->block_types[0] = 0; in burn_drive_register()
547 d->block_types[1] = 0; in burn_drive_register()
548 d->block_types[2] = 0; in burn_drive_register()
549 d->block_types[3] = 0; in burn_drive_register()
1854 d->block_types[BURN_WRITE_TAO] = 0; in burn_drive_grab_dummy()
1855 d->block_types[BURN_WRITE_SAO] = 0; in burn_drive_grab_dummy()
1861 d->block_types[BURN_WRITE_SAO] = 0; in burn_drive_grab_dummy()
1871 d->block_types[BURN_WRITE_SAO] = in burn_drive_grab_dummy()
3024 if (d->block_types[BURN_WRITE_TAO]) { in burn_disc_get_multi_caps()
3030 if (d->block_types[BURN_WRITE_SAO]) { in burn_disc_get_multi_caps()
[all …]
/dports/textproc/p5-Text-MicroMason/Text-MicroMason-2.23/lib/Text/MicroMason/
H A DServerPages.pm10 my %block_types = (
25 /\G \<\% (\=|\&)? ( .*? ) \%\> /gcxs ? ( $block_types{$1 || ''} => $2 ) :
H A DEmbperl.pm10 my %block_types = (
19 /\G \[ (\-|\+|\!) \s* (.*?) \s* \1 \] /gcxs ? ( $block_types{$1} => $2 ) :
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/FrameDecorator/
H A DPage.php177 $block_types = array("block", "list-item", "table", "inline");
182 if (!in_array($style->display, $block_types)) {
189 while ($prev && !in_array($prev->get_style()->display, $block_types)) {
285 $block_types = array("block", "list-item", "table", "-dompdf-image");
290 if (in_array($display, $block_types)) {
309 while ($prev && !in_array($prev->get_style()->display, $block_types)) {
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/quickbook/src/
H A Dmain_grammar.cpp65 struct block_types { struct
133 block_types::values block_type;
593 >> cl::eps_p(ph::var(local.block_type) == block_types::code) in init_main()
1140 block_types::code : block_types::none; in check_code_block_impl()
1150 block_type = block_types::code; in plain_block()
1153 block_type = block_types::paragraph; in plain_block()
1204 block_type = block_types::paragraph; in plain_block()
1221 block_type = block_types::code; in plain_block()
1223 block_type = block_types::paragraph; in plain_block()
1236 block_type = block_types::code; in list_block()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/quickbook/src/
H A Dmain_grammar.cpp71 struct block_types struct
140 block_types::values block_type;
1175 ? block_types::code in check_code_block_impl()
1176 : block_types::none; in check_code_block_impl()
1187 block_type = block_types::code; in plain_block()
1190 block_type = block_types::paragraph; in plain_block()
1241 block_type = block_types::paragraph; in plain_block()
1257 block_type = block_types::code; in plain_block()
1259 block_type = block_types::paragraph; in plain_block()
1272 block_type = block_types::code; in list_block()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/quickbook/src/
H A Dmain_grammar.cpp65 struct block_types { struct
133 block_types::values block_type;
593 >> cl::eps_p(ph::var(local.block_type) == block_types::code) in init_main()
1140 block_types::code : block_types::none; in check_code_block_impl()
1150 block_type = block_types::code; in plain_block()
1153 block_type = block_types::paragraph; in plain_block()
1204 block_type = block_types::paragraph; in plain_block()
1221 block_type = block_types::code; in plain_block()
1223 block_type = block_types::paragraph; in plain_block()
1236 block_type = block_types::code; in list_block()
[all …]
/dports/databases/percona57-server/boost_1_59_0/tools/quickbook/src/
H A Dmain_grammar.cpp65 struct block_types { struct
133 block_types::values block_type;
593 >> cl::eps_p(ph::var(local.block_type) == block_types::code) in init_main()
1140 block_types::code : block_types::none; in check_code_block_impl()
1150 block_type = block_types::code; in plain_block()
1153 block_type = block_types::paragraph; in plain_block()
1204 block_type = block_types::paragraph; in plain_block()
1221 block_type = block_types::code; in plain_block()
1223 block_type = block_types::paragraph; in plain_block()
1236 block_type = block_types::code; in list_block()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/tools/quickbook/src/
H A Dmain_grammar.cpp65 struct block_types { struct
133 block_types::values block_type;
593 >> cl::eps_p(ph::var(local.block_type) == block_types::code) in init_main()
1140 block_types::code : block_types::none; in check_code_block_impl()
1150 block_type = block_types::code; in plain_block()
1153 block_type = block_types::paragraph; in plain_block()
1204 block_type = block_types::paragraph; in plain_block()
1221 block_type = block_types::code; in plain_block()
1223 block_type = block_types::paragraph; in plain_block()
1236 block_type = block_types::code; in list_block()
[all …]
/dports/databases/percona57-client/boost_1_59_0/tools/quickbook/src/
H A Dmain_grammar.cpp65 struct block_types { struct
133 block_types::values block_type;
593 >> cl::eps_p(ph::var(local.block_type) == block_types::code) in init_main()
1140 block_types::code : block_types::none; in check_code_block_impl()
1150 block_type = block_types::code; in plain_block()
1153 block_type = block_types::paragraph; in plain_block()
1204 block_type = block_types::paragraph; in plain_block()
1221 block_type = block_types::code; in plain_block()
1223 block_type = block_types::paragraph; in plain_block()
1236 block_type = block_types::code; in list_block()
[all …]
/dports/devel/boost-docs/boost_1_72_0/tools/quickbook/src/
H A Dmain_grammar.cpp71 struct block_types struct
140 block_types::values block_type;
1175 ? block_types::code in check_code_block_impl()
1176 : block_types::none; in check_code_block_impl()
1187 block_type = block_types::code; in plain_block()
1190 block_type = block_types::paragraph; in plain_block()
1241 block_type = block_types::paragraph; in plain_block()
1257 block_type = block_types::code; in plain_block()
1259 block_type = block_types::paragraph; in plain_block()
1272 block_type = block_types::code; in list_block()
[all …]
/dports/devel/boost-libs/boost_1_72_0/tools/quickbook/src/
H A Dmain_grammar.cpp71 struct block_types struct
140 block_types::values block_type;
1175 ? block_types::code in check_code_block_impl()
1176 : block_types::none; in check_code_block_impl()
1187 block_type = block_types::code; in plain_block()
1190 block_type = block_types::paragraph; in plain_block()
1241 block_type = block_types::paragraph; in plain_block()
1257 block_type = block_types::code; in plain_block()
1259 block_type = block_types::paragraph; in plain_block()
1272 block_type = block_types::code; in list_block()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/tools/quickbook/src/
H A Dmain_grammar.cpp71 struct block_types struct
140 block_types::values block_type;
1175 ? block_types::code in check_code_block_impl()
1176 : block_types::none; in check_code_block_impl()
1187 block_type = block_types::code; in plain_block()
1190 block_type = block_types::paragraph; in plain_block()
1241 block_type = block_types::paragraph; in plain_block()
1257 block_type = block_types::code; in plain_block()
1259 block_type = block_types::paragraph; in plain_block()
1272 block_type = block_types::code; in list_block()
[all …]
/dports/devel/hyperscan/boost_1_75_0/tools/quickbook/src/
H A Dmain_grammar.cpp71 struct block_types struct
140 block_types::values block_type;
1175 ? block_types::code in check_code_block_impl()
1176 : block_types::none; in check_code_block_impl()
1187 block_type = block_types::code; in plain_block()
1190 block_type = block_types::paragraph; in plain_block()
1241 block_type = block_types::paragraph; in plain_block()
1257 block_type = block_types::code; in plain_block()
1259 block_type = block_types::paragraph; in plain_block()
1272 block_type = block_types::code; in list_block()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Block/classes/
H A Dclass.ilColumnGUI.php99 protected static $block_types = array( variable in ilColumnGUI
238 self::$block_types[$className] = $identifier;
414 if ($class = array_search($cur_block_type, self::$block_types)) {
484 if ($gui_class = array_search($cur_block_type, self::$block_types)) {
826 $class = array_search($_GET["block_type"], self::$block_types);
864 $type = self::$block_types[$class];
915 $class = array_search($type, self::$block_types);
950 $class = array_search($type, self::$block_types);
980 $class = array_search($type, self::$block_types);
/dports/www/ilias6/ILIAS-6.14/Services/Block/classes/
H A Dclass.ilColumnGUI.php93 protected static $block_types = array( variable in ilColumnGUI
220 self::$block_types[$className] = $identifier;
396 if ($class = array_search($cur_block_type, self::$block_types)) {
466 if ($gui_class = array_search($cur_block_type, self::$block_types)) {
760 $class = array_search($_GET["block_type"], self::$block_types);
798 $type = self::$block_types[$class];
849 $class = array_search($type, self::$block_types);
884 $class = array_search($type, self::$block_types);
914 $class = array_search($type, self::$block_types);
/dports/dns/knot3/knot-3.1.5/src/libknot/
H A Drrset.c169 for (int i = 0; desc->block_types[i] != KNOT_RDATA_WF_END; ++i) { in knot_rrset_rr_to_canonical()
170 int type = desc->block_types[i]; in knot_rrset_rr_to_canonical()
/dports/dns/knot3-lib/knot-3.1.5/src/libknot/
H A Drrset.c169 for (int i = 0; desc->block_types[i] != KNOT_RDATA_WF_END; ++i) { in knot_rrset_rr_to_canonical()
170 int type = desc->block_types[i]; in knot_rrset_rr_to_canonical()
/dports/sysutils/terraform/terraform-1.0.11/website/docs/cli/commands/providers/
H A Dschema.html.md84 A block representation contains "attributes" and "block_types" (which represent nested blocks).
118 // "block_types" describes any nested blocks that appear directly
121 "block_types": {
/dports/sysutils/xfburn/xfburn-0.6.2/xfburn/
H A Dxfburn-device-box.c634 gint block_types = 0; in fill_combo_mode() local
642 g_object_get (G_OBJECT (device), "tao-block-types", &block_types, NULL); in fill_combo_mode()
644 if (block_types) { in fill_combo_mode()
650 g_object_get (G_OBJECT (device), "sao-block-types", &block_types, NULL); in fill_combo_mode()
651 if (block_types & BURN_BLOCK_SAO) { in fill_combo_mode()

12345678