Home
last modified time | relevance | path

Searched refs:type_identifier (Results 1 – 25 of 78) sorted by relevance

1234

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-verilog.r/systemverilog-net-var.d/
H A Dinput.sv161 typedef enum type_identifier;
162 typedef struct type_identifier;
163 typedef union type_identifier;
164 typedef class type_identifier;
165 typedef interface class type_identifier;
166 typedef type_identifier;
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-java/queries/
H A Dtags.scm15 (type_identifier) @name) @reference.implementation
18 type: (type_identifier) @name) @reference.class
20 (superclass (type_identifier) @name) @reference.class
/dports/editors/helix/helix-0.5.0/runtime/queries/typescript/
H A Dtags.scm11 name: (type_identifier) @name) @definition.class
17 name: (type_identifier) @name) @definition.interface
20 (type_identifier) @name) @reference.type
H A Dhighlights.scm5 (type_identifier) @type
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-typescript/queries/
H A Dtags.scm11 name: (type_identifier) @name) @definition.class
17 name: (type_identifier) @name) @definition.interface
20 (type_identifier) @name) @reference.type
H A Dhighlights.scm3 (type_identifier) @type
/dports/devel/libvhdi/libvhdi-20210425/libvhdi/
H A Dlibvhdi_region_table_entry.c197 region_table_entry->type_identifier, in libvhdi_region_table_entry_read_data()
198 ( (vhdi_region_table_entry_t *) data )->type_identifier, in libvhdi_region_table_entry_read_data()
228 ( (vhdi_region_table_entry_t *) data )->type_identifier, in libvhdi_region_table_entry_read_data()
247 ( (vhdi_region_table_entry_t *) data )->type_identifier ) ); in libvhdi_region_table_entry_read_data()
H A Dlibvhdi_parent_locator_header.c203 ( (vhdi_parent_locator_header_t *) data )->type_identifier, in libvhdi_parent_locator_header_read_data()
226 ( (vhdi_parent_locator_header_t *) data )->type_identifier, in libvhdi_parent_locator_header_read_data()
H A Dvhdi_parent_locator.h40 uint8_t type_identifier[ 16 ]; member
H A Dvhdi_region_table.h66 uint8_t type_identifier[ 16 ]; member
H A Dlibvhdi_region_table_entry.h40 uint8_t type_identifier[ 16 ]; member
/dports/devel/libvsgpt/libvsgpt-20210207/libvsgpt/
H A Dlibvsgpt_partition_entry.c293 partition_entry->type_identifier, in libvsgpt_partition_entry_read_data()
294 ( (vsgpt_partition_entry_t *) data )->type_identifier, in libvsgpt_partition_entry_read_data()
352 ( (vsgpt_partition_entry_t *) data )->type_identifier, in libvsgpt_partition_entry_read_data()
371 ( (vsgpt_partition_entry_t *) data )->type_identifier ) ); in libvsgpt_partition_entry_read_data()
H A Dvsgpt_partition_entry.h40 uint8_t type_identifier[ 16 ]; member
H A Dlibvsgpt_partition_entry.h40 uint8_t type_identifier[ 16 ]; member
/dports/devel/p5-Inline-C/Inline-C-0.81/share/
H A Dinline-c.pgx46 rtype1: / modifier*( type_identifier ) - ( STAR*) /
56 type1: / modifier*( type_identifier ) WS*( STAR* )/
64 type_identifier: /(: WORD+ )/
/dports/editors/helix/helix-0.5.0/runtime/queries/go/
H A Dtextobjects.scm12 …(type_spec (type_identifier) (struct_type (field_declaration_list (_)?) @class.inside))) @class.ar…
15 …(type_spec (type_identifier) (interface_type (method_spec_list (_)?) @class.inside))) @class.around
H A Dtags.scm28 name: (type_identifier) @name) @definition.type
30 (type_identifier) @name @reference.type
H A Dhighlights.scm27 (type_identifier) @type
/dports/editors/helix/helix-0.5.0/runtime/queries/rust/
H A Dhighlights.scm191 ((type_identifier) @constructor)
193 name: (type_identifier) @constructor)
337 (type_identifier) @type
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-go/queries/
H A Dtags.scm28 name: (type_identifier) @name) @definition.type
30 (type_identifier) @name @reference.type
H A Dhighlights.scm20 (type_identifier) @type
/dports/games/supertux2/SuperTux-v0.6.3-Source/tools/miniswig/
H A Dparser.yy97 %type <atomic_type> type_identifier
172 superclass_visibility type_identifier
414 | type_identifier
418 type_identifier:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/crypto/plugins/modules/
H A Dacme_certificate.py661 for type_identifier, authz in self.authorizations.items():
662 identifier_type, identifier = split_identifier(type_identifier)
671 self.challenge, type_identifier))
705 for type_identifier, authz in self.authorizations.items():
707 identifier_type, identifier = split_identifier(type_identifier)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/crypto/acme/
H A D_letsencrypt.py852 for type_identifier, auth in self.authorizations.items():
853 identifier_type, identifier = type_identifier.split(':', 1)
854 auth = self.authorizations[type_identifier]
909 for type_identifier, auth in self.authorizations.items():
911 identifier_type, identifier = type_identifier.split(':', 1)
H A Dacme_certificate.py852 for type_identifier, auth in self.authorizations.items():
853 identifier_type, identifier = type_identifier.split(':', 1)
854 auth = self.authorizations[type_identifier]
909 for type_identifier, auth in self.authorizations.items():
911 identifier_type, identifier = type_identifier.split(':', 1)

1234