Home
last modified time | relevance | path

Searched refs:block_type (Results 1 – 25 of 1679) sorted by relevance

12345678910>>...68

/dports/devel/mdds/mdds-1.7.0/include/mdds/
H A Dmulti_type_vector_custom_func3.hpp43 case _Block1::block_type: in create_new_block()
45 case _Block2::block_type: in create_new_block()
47 case _Block3::block_type: in create_new_block()
60 case _Block1::block_type: in clone_block()
62 case _Block2::block_type: in clone_block()
64 case _Block3::block_type: in clone_block()
80 case _Block1::block_type: in delete_block()
83 case _Block2::block_type: in delete_block()
86 case _Block3::block_type: in delete_block()
98 case _Block1::block_type: in resize_block()
[all …]
H A Dmulti_type_vector_custom_func2.hpp46 case _Block1::block_type: in create_new_block()
48 case _Block2::block_type: in create_new_block()
61 case _Block1::block_type: in clone_block()
63 case _Block2::block_type: in clone_block()
79 case _Block1::block_type: in delete_block()
82 case _Block2::block_type: in delete_block()
94 case _Block1::block_type: in resize_block()
97 case _Block2::block_type: in resize_block()
109 case _Block1::block_type: in print_block()
112 case _Block2::block_type: in print_block()
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/block-supports/
H A Dborder.php16 * @param WP_Block_Type $block_type Block Type.
18 function wp_register_border_support( $block_type ) { argument
24 if ( ! $block_type->attributes ) {
25 $block_type->attributes = array();
29 $block_type->attributes['style'] = array(
35 $block_type->attributes['borderColor'] = array(
48 * @param WP_Block_Type $block_type Block type.
54 if ( wp_skip_border_serialization( $block_type ) ) {
126 * @param WP_Block_Type $block_type Block type.
130 function wp_skip_border_serialization( $block_type ) { argument
[all …]
H A Dspacing.php15 * @param WP_Block_Type $block_type Block Type.
17 function wp_register_spacing_support( $block_type ) { argument
18 $has_spacing_support = block_has_support( $block_type, array( 'spacing' ), false );
21 if ( ! $block_type->attributes ) {
22 $block_type->attributes = array();
26 $block_type->attributes['style'] = array(
39 * @param WP_Block_Type $block_type Block Type.
44 function wp_apply_spacing_support( $block_type, $block_attributes ) { argument
45 $has_padding_support = wp_has_spacing_feature_support( $block_type, 'padding' );
46 $has_margin_support = wp_has_spacing_feature_support( $block_type, 'margin' );
[all …]
H A Dcolors.php15 * @param WP_Block_Type $block_type Block Type.
17 function wp_register_colors_support( $block_type ) { argument
19 if ( property_exists( $block_type, 'supports' ) ) {
31 if ( ! $block_type->attributes ) {
32 $block_type->attributes = array();
36 $block_type->attributes['style'] = array(
42 $block_type->attributes['backgroundColor'] = array(
48 $block_type->attributes['textColor'] = array(
54 $block_type->attributes['gradient'] = array(
68 * @param WP_Block_Type $block_type Block type.
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/block-supports/
H A Dborder.php16 * @param WP_Block_Type $block_type Block Type.
18 function wp_register_border_support( $block_type ) { argument
24 if ( ! $block_type->attributes ) {
25 $block_type->attributes = array();
29 $block_type->attributes['style'] = array(
35 $block_type->attributes['borderColor'] = array(
48 * @param WP_Block_Type $block_type Block type.
54 if ( wp_skip_border_serialization( $block_type ) ) {
126 * @param WP_Block_Type $block_type Block type.
130 function wp_skip_border_serialization( $block_type ) { argument
[all …]
H A Dspacing.php15 * @param WP_Block_Type $block_type Block Type.
17 function wp_register_spacing_support( $block_type ) { argument
18 $has_spacing_support = block_has_support( $block_type, array( 'spacing' ), false );
21 if ( ! $block_type->attributes ) {
22 $block_type->attributes = array();
26 $block_type->attributes['style'] = array(
39 * @param WP_Block_Type $block_type Block Type.
44 function wp_apply_spacing_support( $block_type, $block_attributes ) { argument
45 $has_padding_support = wp_has_spacing_feature_support( $block_type, 'padding' );
46 $has_margin_support = wp_has_spacing_feature_support( $block_type, 'margin' );
[all …]
H A Dcolors.php15 * @param WP_Block_Type $block_type Block Type.
17 function wp_register_colors_support( $block_type ) { argument
19 if ( property_exists( $block_type, 'supports' ) ) {
31 if ( ! $block_type->attributes ) {
32 $block_type->attributes = array();
36 $block_type->attributes['style'] = array(
42 $block_type->attributes['backgroundColor'] = array(
48 $block_type->attributes['textColor'] = array(
54 $block_type->attributes['gradient'] = array(
68 * @param WP_Block_Type $block_type Block type.
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/build-aux/vcstocl/
H A Dfrontend_c.py29 class block_type(Enum): class
214 blocktype = block_type.struct
216 blocktype = block_type.enum
218 blocktype = block_type.union
643 if t['type'] == block_type.macro_cond:
694 if tree['type'] == block_type.file \
730 if tree['type'] != block_type.macro_cond:
750 if left['type'] == block_type.macro_cond or left['type'] == block_type.file:
784 if tree['type'] == block_type.macro_cond or tree['type'] == block_type.file:
790 if tree['type'] == block_type.func:
[all …]
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/tests/mng/
H A Dtest_aligned.cpp26 using block_type = foxxll::typed_block<BLOCK_SIZE, type>; typedef
31 block_type* a = new block_type; in test_typed_block()
32 block_type* b = new block_type; in test_typed_block()
33 block_type* A = new block_type[4]; in test_typed_block()
34 block_type* B = new block_type[1]; in test_typed_block()
35 block_type* C = nullptr; in test_typed_block()
36 C = new block_type[0]; in test_typed_block()
60 std::vector<block_type> v1(2); in test_typed_block_vector()
61 std::vector<block_type, foxxll::new_alloc<block_type> > v2(2); in test_typed_block_vector()
/dports/devel/stxxl/stxxl-1.4.1/tests/mng/
H A Dtest_aligned.cpp29 typedef stxxl::typed_block<BLOCK_SIZE, type> block_type; typedef
34 block_type* a = new block_type; in test_typed_block()
35 block_type* b = new block_type; in test_typed_block()
36 block_type* A = new block_type[4]; in test_typed_block()
37 block_type* B = new block_type[1]; in test_typed_block()
38 block_type* C = NULL; in test_typed_block()
39 C = new block_type[0]; in test_typed_block()
63 std::vector<block_type> v1(2); in test_typed_block_vector()
64 std::vector<block_type, stxxl::new_alloc<block_type> > v2(2); in test_typed_block_vector()
/dports/www/drupal8/drupal-8.9.20/core/modules/block_content/src/
H A DBlockContentTypeForm.php24 $block_type = $this->entity;
30 … $form['#title'] = $this->t('Edit %label custom block type', ['%label' => $block_type->label()]);
37 '#default_value' => $block_type->label(),
43 '#default_value' => $block_type->id(),
52 '#default_value' => $block_type->getDescription(),
60 '#default_value' => $block_type->shouldCreateNewRevision(),
71 …onfiguration = ContentLanguageSettings::loadByEntityTypeBundle('block_content', $block_type->id());
76 'bundle' => $block_type->id(),
97 $block_type = $this->entity;
98 $status = $block_type->save();
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/block_content/src/
H A DBlockContentTypeForm.php24 $block_type = $this->entity;
30 … $form['#title'] = $this->t('Edit %label custom block type', ['%label' => $block_type->label()]);
37 '#default_value' => $block_type->label(),
43 '#default_value' => $block_type->id(),
52 '#default_value' => $block_type->getDescription(),
60 '#default_value' => $block_type->shouldCreateNewRevision(),
71 …onfiguration = ContentLanguageSettings::loadByEntityTypeBundle('block_content', $block_type->id());
76 'bundle' => $block_type->id(),
97 $block_type = $this->entity;
98 $status = $block_type->save();
[all …]
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dpasswordstore.c59 if (block->block_type == block_type && in _get_block()
89 block_type, block_name); in _new_block()
95 block->block_type = block_type; in _new_block()
101 block_type, block_name); in _new_block()
153 block_type, block_name); in passwd_store_set()
163 password_id, block_type, block_name); in passwd_store_set()
168 password_id, block_type, block_name, in passwd_store_set()
205 password_id, block_type, block_name); in passwd_store_get()
217 password_id, block_type, block_name); in passwd_store_get()
225 password_id, block_type, block_name); in passwd_store_get()
[all …]
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/
H A Dpasswordstore.c59 if (block->block_type == block_type && in _get_block()
89 block_type, block_name); in _new_block()
95 block->block_type = block_type; in _new_block()
101 block_type, block_name); in _new_block()
153 block_type, block_name); in passwd_store_set()
163 password_id, block_type, block_name); in passwd_store_set()
168 password_id, block_type, block_name, in passwd_store_set()
205 password_id, block_type, block_name); in passwd_store_get()
217 password_id, block_type, block_name); in passwd_store_get()
225 password_id, block_type, block_name); in passwd_store_get()
[all …]
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dpasswordstore.c59 if (block->block_type == block_type && in _get_block()
89 block_type, block_name); in _new_block()
95 block->block_type = block_type; in _new_block()
101 block_type, block_name); in _new_block()
153 block_type, block_name); in passwd_store_set()
163 password_id, block_type, block_name); in passwd_store_set()
168 password_id, block_type, block_name, in passwd_store_set()
205 password_id, block_type, block_name); in passwd_store_get()
217 password_id, block_type, block_name); in passwd_store_get()
225 password_id, block_type, block_name); in passwd_store_get()
[all …]
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/
H A Dpasswordstore.c59 if (block->block_type == block_type && in _get_block()
89 block_type, block_name); in _new_block()
95 block->block_type = block_type; in _new_block()
101 block_type, block_name); in _new_block()
153 block_type, block_name); in passwd_store_set()
163 password_id, block_type, block_name); in passwd_store_set()
168 password_id, block_type, block_name, in passwd_store_set()
205 password_id, block_type, block_name); in passwd_store_get()
217 password_id, block_type, block_name); in passwd_store_get()
225 password_id, block_type, block_name); in passwd_store_get()
[all …]
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/
H A Dpasswordstore.c59 if (block->block_type == block_type && in _get_block()
89 block_type, block_name); in _new_block()
95 block->block_type = block_type; in _new_block()
101 block_type, block_name); in _new_block()
153 block_type, block_name); in passwd_store_set()
163 password_id, block_type, block_name); in passwd_store_set()
168 password_id, block_type, block_name, in passwd_store_set()
205 password_id, block_type, block_name); in passwd_store_get()
217 password_id, block_type, block_name); in passwd_store_get()
225 password_id, block_type, block_name); in passwd_store_get()
[all …]
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/
H A Dpasswordstore.c59 if (block->block_type == block_type && in _get_block()
89 block_type, block_name); in _new_block()
95 block->block_type = block_type; in _new_block()
101 block_type, block_name); in _new_block()
153 block_type, block_name); in passwd_store_set()
163 password_id, block_type, block_name); in passwd_store_set()
168 password_id, block_type, block_name, in passwd_store_set()
205 password_id, block_type, block_name); in passwd_store_get()
217 password_id, block_type, block_name); in passwd_store_get()
225 password_id, block_type, block_name); in passwd_store_get()
[all …]
/dports/mail/claws-mail-clamd/claws-mail-3.18.0/src/
H A Dpasswordstore.c59 if (block->block_type == block_type && in _get_block()
89 block_type, block_name); in _new_block()
95 block->block_type = block_type; in _new_block()
101 block_type, block_name); in _new_block()
153 block_type, block_name); in passwd_store_set()
163 password_id, block_type, block_name); in passwd_store_set()
168 password_id, block_type, block_name, in passwd_store_set()
205 password_id, block_type, block_name); in passwd_store_get()
217 password_id, block_type, block_name); in passwd_store_get()
225 password_id, block_type, block_name); in passwd_store_get()
[all …]
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/
H A Dpasswordstore.c59 if (block->block_type == block_type && in _get_block()
89 block_type, block_name); in _new_block()
95 block->block_type = block_type; in _new_block()
101 block_type, block_name); in _new_block()
153 block_type, block_name); in passwd_store_set()
163 password_id, block_type, block_name); in passwd_store_set()
168 password_id, block_type, block_name, in passwd_store_set()
205 password_id, block_type, block_name); in passwd_store_get()
217 password_id, block_type, block_name); in passwd_store_get()
225 password_id, block_type, block_name); in passwd_store_get()
[all …]
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/
H A Dpasswordstore.c59 if (block->block_type == block_type && in _get_block()
89 block_type, block_name); in _new_block()
95 block->block_type = block_type; in _new_block()
101 block_type, block_name); in _new_block()
153 block_type, block_name); in passwd_store_set()
163 password_id, block_type, block_name); in passwd_store_set()
168 password_id, block_type, block_name, in passwd_store_set()
205 password_id, block_type, block_name); in passwd_store_get()
217 password_id, block_type, block_name); in passwd_store_get()
225 password_id, block_type, block_name); in passwd_store_get()
[all …]
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/
H A Dpasswordstore.c59 if (block->block_type == block_type && in _get_block()
89 block_type, block_name); in _new_block()
95 block->block_type = block_type; in _new_block()
101 block_type, block_name); in _new_block()
153 block_type, block_name); in passwd_store_set()
163 password_id, block_type, block_name); in passwd_store_set()
168 password_id, block_type, block_name, in passwd_store_set()
205 password_id, block_type, block_name); in passwd_store_get()
217 password_id, block_type, block_name); in passwd_store_get()
225 password_id, block_type, block_name); in passwd_store_get()
[all …]
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/
H A Dpasswordstore.c59 if (block->block_type == block_type && in _get_block()
89 block_type, block_name); in _new_block()
95 block->block_type = block_type; in _new_block()
101 block_type, block_name); in _new_block()
153 block_type, block_name); in passwd_store_set()
163 password_id, block_type, block_name); in passwd_store_set()
168 password_id, block_type, block_name, in passwd_store_set()
205 password_id, block_type, block_name); in passwd_store_get()
217 password_id, block_type, block_name); in passwd_store_get()
225 password_id, block_type, block_name); in passwd_store_get()
[all …]
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/
H A Dpasswordstore.c59 if (block->block_type == block_type && in _get_block()
89 block_type, block_name); in _new_block()
95 block->block_type = block_type; in _new_block()
101 block_type, block_name); in _new_block()
153 block_type, block_name); in passwd_store_set()
163 password_id, block_type, block_name); in passwd_store_set()
168 password_id, block_type, block_name, in passwd_store_set()
205 password_id, block_type, block_name); in passwd_store_get()
217 password_id, block_type, block_name); in passwd_store_get()
225 password_id, block_type, block_name); in passwd_store_get()
[all …]

12345678910>>...68