Home
last modified time | relevance | path

Searched refs:Role (Results 1 – 25 of 6528) sorted by relevance

12345678910>>...262

/dports/accessibility/py-atspi/pyatspi-2.38.1/pyatspi/
H A Drole.py19 class Role(AtspiEnum): class
154 ROLE_ALERT = Role(2)
157 ROLE_ARROW = Role(4)
181 ROLE_DIAL = Role(15)
201 ROLE_FORM = Role(87)
208 ROLE_ICON = Role(26)
220 ROLE_LINK = Role(88)
221 ROLE_LIST = Role(31)
224 ROLE_LOG = Role(111)
230 ROLE_MENU = Role(33)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/
H A Dax_role_properties.cc28 case ax::mojom::Role::kButton: in HasPresentationalChildren()
30 case ax::mojom::Role::kMath: in HasPresentationalChildren()
36 case ax::mojom::Role::kSlider: in HasPresentationalChildren()
37 case ax::mojom::Role::kSwitch: in HasPresentationalChildren()
38 case ax::mojom::Role::kTab: in HasPresentationalChildren()
47 case ax::mojom::Role::kAlert: in IsAlert()
74 case ax::mojom::Role::kDate: in IsClickable()
83 case ax::mojom::Role::kLink: in IsClickable()
97 case ax::mojom::Role::kTab: in IsClickable()
111 case ax::mojom::Role::kCell: in IsCellOrTableHeader()
[all …]
H A Dax_role_properties.h24 AX_BASE_EXPORT bool IsAlert(const ax::mojom::Role role);
27 AX_BASE_EXPORT bool IsButton(const ax::mojom::Role role);
51 const ax::mojom::Role role);
67 AX_BASE_EXPORT bool IsForm(const ax::mojom::Role role);
83 AX_BASE_EXPORT bool IsImage(const ax::mojom::Role role);
96 AX_BASE_EXPORT bool IsLink(const ax::mojom::Role role);
99 AX_BASE_EXPORT bool IsList(const ax::mojom::Role role);
106 AX_BASE_EXPORT bool IsMenuItem(ax::mojom::Role role);
169 AX_BASE_EXPORT bool IsTableRow(ax::mojom::Role role);
173 AX_BASE_EXPORT bool IsText(ax::mojom::Role role);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_role_properties.cc28 case ax::mojom::Role::kButton: in HasPresentationalChildren()
30 case ax::mojom::Role::kMath: in HasPresentationalChildren()
36 case ax::mojom::Role::kSlider: in HasPresentationalChildren()
37 case ax::mojom::Role::kSwitch: in HasPresentationalChildren()
38 case ax::mojom::Role::kTab: in HasPresentationalChildren()
47 case ax::mojom::Role::kAlert: in IsAlert()
65 case ax::mojom::Role::kLink: in IsClickable()
77 case ax::mojom::Role::kTab: in IsClickable()
87 case ax::mojom::Role::kCell: in IsCellOrTableHeader()
102 case ax::mojom::Role::kGrid: in IsContainerWithSelectableChildren()
[all …]
H A Dax_role_properties.h24 AX_BASE_EXPORT bool IsAlert(const ax::mojom::Role role);
35 const ax::mojom::Role role);
48 AX_BASE_EXPORT bool IsDialog(const ax::mojom::Role role);
51 AX_BASE_EXPORT bool IsForm(const ax::mojom::Role role);
70 AX_BASE_EXPORT bool IsImage(const ax::mojom::Role role);
80 AX_BASE_EXPORT bool IsLink(const ax::mojom::Role role);
83 AX_BASE_EXPORT bool IsList(const ax::mojom::Role role);
90 AX_BASE_EXPORT bool IsMenuItem(ax::mojom::Role role);
136 AX_BASE_EXPORT bool IsTableRow(ax::mojom::Role role);
140 AX_BASE_EXPORT bool IsText(ax::mojom::Role role);
[all …]
/dports/www/kanboard/kanboard-1.2.21/app/ServiceProvider/
H A DAuthenticationProvider.php10 use Kanboard\Core\Security\Role; alias
73 … $acl->setRoleHierarchy(Role::PROJECT_MANAGER, array(Role::PROJECT_MEMBER, Role::PROJECT_VIEWER));
74 $acl->setRoleHierarchy(Role::PROJECT_MEMBER, array(Role::PROJECT_VIEWER));
133 $acl->setDefaultRole(Role::APP_USER);
134 …$acl->setRoleHierarchy(Role::APP_ADMIN, array(Role::APP_MANAGER, Role::APP_USER, Role::APP_PUBLIC)…
135 $acl->setRoleHierarchy(Role::APP_MANAGER, array(Role::APP_USER, Role::APP_PUBLIC));
136 $acl->setRoleHierarchy(Role::APP_USER, array(Role::APP_PUBLIC));
179 …$acl->setRoleHierarchy(Role::APP_ADMIN, array(Role::APP_MANAGER, Role::APP_USER, Role::APP_PUBLIC)…
180 $acl->setRoleHierarchy(Role::APP_MANAGER, array(Role::APP_USER, Role::APP_PUBLIC));
203 … $acl->setRoleHierarchy(Role::PROJECT_MANAGER, array(Role::PROJECT_MEMBER, Role::PROJECT_VIEWER));
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/
H A Dax_object.cc81 static ax::mojom::Role EmptyValue() { return ax::mojom::Role::kUnknown; } in EmptyValue()
92 ax::mojom::Role webcore_role;
237 ax::mojom::Role webcore_role;
902 case ax::mojom::Role::kTab: in IsClickable()
1586 case ax::mojom::Role::kTab: in IsSubWidget()
1606 case ax::mojom::Role::kRow: in SupportsARIASetSizeAndPosInSet()
1607 case ax::mojom::Role::kTab: in SupportsARIASetSizeAndPosInSet()
2046 case ax::mojom::Role::kRow: in SupportsARIAExpanded()
2049 case ax::mojom::Role::kTab: in SupportsARIAExpanded()
2257 ax::mojom::Role AXObject::RemapAriaRoleDueToParent(ax::mojom::Role role) const { in RemapAriaRoleDueToParent()
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/atk-0.8.0/src/auto/
H A Denums.rs338 pub enum Role { enum
469 impl fmt::Display for Role { implementation
608 impl ToGlib for Role { implementation
751 2 => Role::Alert, in from_glib()
753 4 => Role::Arrow, in from_glib()
764 15 => Role::Dial, in from_glib()
774 25 => Role::Icon, in from_glib()
779 30 => Role::List, in from_glib()
781 32 => Role::Menu, in from_glib()
880 impl StaticType for Role { implementation
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/atk/src/auto/
H A Denums.rs338 pub enum Role { enum
469 impl fmt::Display for Role { implementation
608 impl ToGlib for Role { implementation
751 2 => Role::Alert, in from_glib()
753 4 => Role::Arrow, in from_glib()
764 15 => Role::Dial, in from_glib()
774 25 => Role::Icon, in from_glib()
779 30 => Role::List, in from_glib()
781 32 => Role::Menu, in from_glib()
880 impl StaticType for Role { implementation
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/atk-0.7.0/src/auto/
H A Denums.rs338 pub enum Role { enum
467 impl fmt::Display for Role { implementation
604 impl ToGlib for Role { implementation
745 2 => Role::Alert, in from_glib()
747 4 => Role::Arrow, in from_glib()
758 15 => Role::Dial, in from_glib()
768 25 => Role::Icon, in from_glib()
773 30 => Role::List, in from_glib()
775 32 => Role::Menu, in from_glib()
872 impl StaticType for Role { implementation
[all …]
/dports/devel/p5-Moose/Moose-2.2201/t/exceptions/
H A Dmoose-meta-role-application-toclass.t224 'Foo::Role, Bar::Role & Baz::Role, all three has a method named foo');
229 'Foo::Role, Bar::Role & Baz::Role, all three has a method named foo');
234 'Foo::Role, Bar::Role & Baz::Role, all three has a method named foo');
239 'Foo::Role, Bar::Role & Baz::Role, all three has a method named foo');
244 'Foo::Role, Bar::Role & Baz::Role, all three has a method named foo');
248 "'Bar::Role' and 'Foo::Role'",
249 'Foo::Role, Bar::Role & Baz::Role, all three has a method named foo');
291 'Foo2::Role, Bar2::Role & Baz2::Role, all three has a methods named foo & bar');
296 'Foo2::Role, Bar2::Role & Baz2::Role, all three has a methods named foo & bar');
310 "'Bar2::Role' and 'Foo2::Role'",
[all …]
/dports/devel/p5-Moose/Moose-2.2201/t/roles/
H A Drole_composition_override.t11 package Role::Foo;
12 use Moose::Role;
16 package Role::Bar;
17 use Moose::Role;
22 use Moose::Role;
27 use Moose::Role;
32 use Moose::Role;
47 is($c->name, 'Role::Foo|Role::Bar', '... got the composite role name');
115 use Moose::Role;
147 with 'Role::A';
[all …]
H A Drole_composite_exclusion.t11 package Role::Foo;
12 use Moose::Role;
14 package Role::Bar;
15 use Moose::Role;
18 use Moose::Role;
19 excludes 'Role::Foo';
22 use Moose::Role;
25 package Role::DoesFoo;
26 use Moose::Role;
27 with 'Role::Foo';
[all …]
H A Drole_composition_methods.t8 use Moose::Meta::Role::Composite;
11 package Role::Foo;
12 use Moose::Role;
16 package Role::Bar;
17 use Moose::Role;
21 package Role::FooConflict;
22 use Moose::Role;
27 use Moose::Role;
32 use Moose::Role;
48 is($c->name, 'Role::Foo|Role::Bar', '... got the composite role name');
[all …]
H A Drole_composite.t11 package Role::Foo;
12 use Moose::Role;
14 package Role::Bar;
15 use Moose::Role;
17 package Role::Baz;
18 use Moose::Role;
20 package Role::Gorch;
21 use Moose::Role;
34 is($c->name, 'Role::Foo|Role::Bar|Role::Baz', '... got the composite role name');
44 Role::Foo
[all …]
H A Drole_composition_req_methods.t11 package Role::Foo;
12 use Moose::Role;
15 package Role::Bar;
16 use Moose::Role;
19 package Role::ProvidesFoo;
20 use Moose::Role;
24 use Moose::Role;
32 Role::Foo->meta,
38 is($c->name, 'Role::Foo|Role::Bar', '... got the composite role name');
85 is($c->name, 'Role::Foo|Role::ProvidesFoo|Role::Bar', '... got the composite role name');
[all …]
H A Doverriding.t10 package Role::A;
11 use Moose::Role;
15 package Role::B;
16 use Moose::Role;
20 package Role::C;
21 use Moose::Role;
24 with qw(Role::A Role::B); # no conflict here
54 with 'Role::A';
90 with qw(Role::D Role::E); # conflict between 'foo's here
124 with qw(Role::D Role::E); # conflict between 'foo's here
[all …]
H A Drole_composition_attributes.t8 use Moose::Meta::Role::Composite;
11 package Role::Foo;
12 use Moose::Role;
15 package Role::Bar;
16 use Moose::Role;
19 package Role::FooConflict;
20 use Moose::Role;
24 use Moose::Role;
28 use Moose::Role;
36 Role::Foo->meta,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Dbrowser_accessibility_qt.cpp208 case ax::mojom::Role::kNone: in role()
221 case ax::mojom::Role::kAbbr: in role()
246 case ax::mojom::Role::kCell: in role()
252 case ax::mojom::Role::kCode: in role()
273 case ax::mojom::Role::kDate: in role()
348 case ax::mojom::Role::kFeed: in role()
358 case ax::mojom::Role::kForm: in role()
415 case ax::mojom::Role::kLog: in role()
459 case ax::mojom::Role::kPre: in role()
471 case ax::mojom::Role::kRow: in role()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dax_object.cc103 ax::mojom::blink::Role webcore_role;
250 ax::mojom::blink::Role webcore_role;
539 case ax::mojom::blink::Role::kMain: in GetEquivalentAriaRoleString()
552 case ax::mojom::blink::Role::kTime: in GetEquivalentAriaRoleString()
1417 case ax::mojom::blink::Role::kForm: in IsLandmarkRelated()
2248 case ax::mojom::blink::Role::kRow: in IsSubWidget()
2276 case ax::mojom::blink::Role::kTab: in IsSubWidget()
2758 case ax::mojom::blink::Role::kRow: in SupportsARIAExpanded()
2761 case ax::mojom::blink::Role::kTab: in SupportsARIAExpanded()
2961 case ax::mojom::blink::Role::kRow: in RemapAriaRoleDueToParent()
[all …]
/dports/devel/p5-Mouse/Mouse-v2.5.10/t/001_mouse/
H A D400-define-role.t8 package Role;
9 use Mouse::Role;
11 no Mouse::Role;
15 package Role;
16 use Mouse::Role;
20 no Mouse::Role;
24 package Role;
29 no Mouse::Role;
33 package Role;
44 package Role;
[all …]
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/metadata/citation/
H A DRole.java53 public final class Role extends CodeList<Role> { class
63 private static final List<Role> VALUES = new ArrayList<Role>(11);
76 public static final Role CUSTODIAN = new Role("CUSTODIAN");
82 public static final Role OWNER = new Role("OWNER");
88 public static final Role USER = new Role("USER");
94 public static final Role DISTRIBUTOR = new Role("DISTRIBUTOR");
100 public static final Role ORIGINATOR = new Role("ORIGINATOR");
106 public static final Role POINT_OF_CONTACT = new Role("POINT_OF_CONTACT");
118 public static final Role PROCESSOR = new Role("PROCESSOR");
124 public static final Role PUBLISHER = new Role("PUBLISHER");
[all …]
/dports/devel/p5-Moose/Moose-2.2201/t/metaclasses/
H A Dmetarole.t19 package Role::Foo;
20 use Moose::Role;
31 package My::Role;
32 use Moose::Role;
173 q{apply Role::Foo to My::Role->meta's application_to_class class} );
186 q{apply Role::Foo to My::Role->meta's application_to_role class} );
313 package Role::Bar;
314 use Moose::Role;
589 use Moose::Role;
593 package Foo::Role;
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_additions/
H A Dqgsprovidersublayermodel.py3 QgsProviderSublayerModel.Role.ProviderKey.__doc__ = "Provider key"
4 QgsProviderSublayerModel.Role.LayerType.__doc__ = "Layer type"
5 QgsProviderSublayerModel.Role.Uri.__doc__ = "Layer URI"
6 QgsProviderSublayerModel.Role.Name.__doc__ = "Layer name"
7 QgsProviderSublayerModel.Role.Description.__doc__ = "Layer description"
8 QgsProviderSublayerModel.Role.Path.__doc__ = "Layer path"
9 QgsProviderSublayerModel.Role.FeatureCount.__doc__ = "Feature count (for vector sublayers)"
10 QgsProviderSublayerModel.Role.WkbType.__doc__ = "WKB geometry type (for vector sublayers)"
12 QgsProviderSublayerModel.Role.LayerNumber.__doc__ = "Layer number"
15 QgsProviderSublayerModel.Role.Flags.__doc__ = "Sublayer flags"
[all …]
/dports/devel/p5-Role-Basic/Role-Basic-0.13/t/moose/
H A D013_method_aliasing_in_composition.t10 package My::Role;
11 use Role::Basic;
20 use Role::Basic 'with';
40 use Role::Basic;
49 use Role::Basic;
67 use Role::Basic;
79 use Role::Basic;
84 use Role::Basic;
89 use Role::Basic;
126 use Role::Basic;
[all …]

12345678910>>...262