Home
last modified time | relevance | path

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

1234

/dports/www/kanboard/kanboard-1.2.21/app/Core/Security/
H A DAccessMap.php60 foreach ($subroles as $subrole) {
61 if (isset($this->hierarchy[$subrole])) {
62 $this->hierarchy[$subrole][] = $role;
64 $this->hierarchy[$subrole] = array($role);
/dports/security/p5-Tree-Authz/Tree-Authz-0.03/t/
H A D01.main.t269 my ($self, $role, $subrole) = @_;
271 unless ( $subrole ) {
278 $self->_get_subroles( $role ), $subrole
283 my ($self, $role, $subrole) = @_;
287 return unless delete $subroles{ $subrole };
/dports/security/p5-Tree-Authz/Tree-Authz-0.03/lib/Tree/
H A DAuthz.pm594 my ($proto, $role, $subrole) = @_;
596 return if $proto->role( $subrole )->can( $role );
599 $proto->_database->add_subrole ( $role, $subrole );
/dports/sysutils/slack/slack-0.15.2/test/testsource/roles/role1/files.sub/etc/
H A Dsubrole1 This file is only in the subrole.
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSAccessibility.h47 NSString *subrole);
/dports/www/firefox-esr/firefox-91.8.0/accessible/mac/
H A DMOXWebAreaAccessible.mm53 // Steal the subrole internally mapped to the web area.
107 // reflect that in a subrole/description.
224 // Never expose a subrole for a web area.
H A DmozAccessible.mm548 NSString* subrole = [self moxSubrole];
550 if (subrole) {
553 RoleDescrComparator(subrole), &idx)) {
558 return NSAccessibilityRoleDescription([self moxRole], subrole);
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/mac/
H A DMOXWebAreaAccessible.mm53 // Steal the subrole internally mapped to the web area.
107 // reflect that in a subrole/description.
224 // Never expose a subrole for a web area.
H A DmozAccessible.mm548 NSString* subrole = [self moxSubrole];
550 if (subrole) {
553 RoleDescrComparator(subrole), &idx)) {
558 return NSAccessibilityRoleDescription([self moxRole], subrole);
/dports/www/firefox/firefox-99.0/accessible/mac/
H A DMOXWebAreaAccessible.mm53 // Steal the subrole internally mapped to the web area.
107 // reflect that in a subrole/description.
226 // Never expose a subrole for a web area.
/dports/math/polymake/polymake-4.5/apps/common/perllib/PolyDB/
H A DClient.pm180 my ($self, $role, $subrole) = @_;
184 roles => [ $subrole ]
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/mac/
H A DmozAccessible.mm294 return [self subrole];
716 - (NSString*)subrole
864 // to subrole AXMathOperator for now.
945 NSString* subrole = [self subrole];
947 if (subrole) {
950 RoleDescrComparator(subrole), &idx)) {
955 return NSAccessibilityRoleDescription([self role], subrole);
H A DmozAccessible.h100 - (NSString*)subrole;
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/mac/
H A DmozAccessible.h93 - (NSString*)subrole;
H A DmozAccessible.mm297 return [self subrole];
730 - (NSString*)subrole
887 // to subrole AXMathOperator for now.
992 NSString* subrole = [self subrole];
994 if (subrole) {
997 RoleDescrComparator(subrole), &idx)) {
1002 return NSAccessibilityRoleDescription([self role], subrole);
/dports/www/py-autobahn/autobahn-python-19.5.1/autobahn/twisted/test/
H A Dtest_component.py282 subrole = role.RoleSubscriberFeatures()
284 msg = Hello(u"realm", roles=dict(subscriber=subrole), authmethods=[u"anonymous"])
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Daccessibility_tree_formatter_mac.mm280 NSString* subrole =
282 if (subrole != nil) {
284 SysNSStringToUTF8(subrole));
H A Dbrowser_accessibility_cocoa.h159 @property(nonatomic, readonly) NSString* subrole;
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/mac/
H A DmozAccessible.mm459 // to subrole AXMathOperator for now.
634 NSString* subrole = [self moxSubrole];
636 if (subrole) {
638 if (BinarySearchIf(sRoleDescrMap, 0, ArrayLength(sRoleDescrMap), RoleDescrComparator(subrole),
644 return NSAccessibilityRoleDescription([self moxRole], subrole);
/dports/sysutils/slack/slack-0.15.2/
H A DChangeLog46 files in a subrole that have the same size and timestamp as
255 * slack-sync: Fixed bug that would make installing a subrole
256 install files from the subrole only, not its parent.
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSAccessibility.inc50 function NSAccessibilityRoleDescription(role: NSString; subrole: NSString): NSString; cdecl; extern…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dmethod-arg-decay.m30 @end extern NSString *NSAccessibilityRoleDescription(NSString *role, NSString *subrole) ;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dmethod-arg-decay.m30 @end extern NSString *NSAccessibilityRoleDescription(NSString *role, NSString *subrole) ;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dmethod-arg-decay.m30 @end extern NSString *NSAccessibilityRoleDescription(NSString *role, NSString *subrole) ;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dmethod-arg-decay.m30 @end extern NSString *NSAccessibilityRoleDescription(NSString *role, NSString *subrole) ;

1234