Home
last modified time | relevance | path

Searched refs:Roles (Results 1 – 25 of 3844) sorted by relevance

12345678910>>...154

/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/jsat/
H A DTraversal.jsm81 Roles.LINK,
82 Roles.PAGETAB,
83 Roles.GRAPHIC,
97 Roles.ENTRY,
98 Roles.KEY,
99 Roles.HEADER,
100 Roles.HEADING,
101 Roles.SLIDER,
103 Roles.OPTION,
109 Roles.SWITCH,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/jsat/
H A DTraversal.jsm74 [Roles.MENUITEM,
75 Roles.LINK,
76 Roles.PAGETAB,
77 Roles.GRAPHIC,
91 Roles.ENTRY,
92 Roles.KEY,
93 Roles.HEADER,
94 Roles.HEADING,
95 Roles.SLIDER,
97 Roles.OPTION,
[all …]
/dports/deskutils/kalendar/kalendar-0.4.0/src/
H A Dextratodomodel.cpp71 if (role == Roles::StartTimeRole) { in data()
73 } else if (role == Roles::EndTimeRole) { in data()
77 } else if (role == Roles::AllDayRole) { in data()
79 } else if (role == Roles::ColorRole) { in data()
94 } else if (role == Roles::RecursRole) { in data()
108 } else if (role == Roles::TagsRole) { in data()
110 } else if (role == Roles::ItemRole) { in data()
127 case Roles::TreeDepthRole: in data()
152 roleNames[Roles::ColorRole] = "color"; in roleNames()
164 roleNames[Roles::TagsRole] = "tags"; in roleNames()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/
H A DRoleManagerModule.cs68 if (Roles.Enabled) { in Init()
82 if (!Roles.Enabled) { in OnEnter()
100 if (Roles.CacheRolesInCookie) in OnEnter()
113 Roles.DeleteCookie(); in OnEnter()
116 … if (!String.IsNullOrEmpty(Roles.CookiePath) && Roles.CookiePath != "/") { in OnEnter()
130 Roles.DeleteCookie(); in OnEnter()
162 if (!Roles.Enabled || !Roles.CacheRolesInCookie || context.Response.HeadersWritten) in OnLeave()
170 Roles.DeleteCookie(); in OnLeave()
178 Roles.DeleteCookie(); in OnLeave()
182 cookie.Path = Roles.CookiePath; in OnLeave()
[all …]
/dports/devel/p5-Paws/Paws-0.14/t/10_responses/
H A Diam-list-roles.response.test.yml10 path: Roles.0.Arn
22 path: Roles.0.Policy.Version
25 path: Roles.0.CreateDate
28 path: Roles.0.Path
31 path: Roles.0.RoleId
34 path: Roles.0.RoleName
37 path: Roles.1.Arn
52 path: Roles.1.CreateDate
55 path: Roles.1.Path
58 path: Roles.1.RoleId
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.Security/
H A DRolesTest.cs50 Assert.IsFalse (Roles.Enabled, "Enabled"); in Enabled()
52 Assert.IsFalse (Roles.CacheRolesInCookie, "CacheRolesInCookie"); in Enabled()
53 Assert.AreEqual (".ASPXROLES", Roles.CookieName, "CookieName"); in Enabled()
54 Assert.AreEqual ("/", Roles.CookiePath, "CookiePath"); in Enabled()
56 Assert.IsFalse (Roles.CookieRequireSSL, "CookieRequireSSL"); in Enabled()
58 Assert.AreEqual (30, Roles.CookieTimeout, "CookieTimeout"); in Enabled()
60 Assert.IsNull (Roles.Domain, "Domain"); in Enabled()
61 Assert.AreEqual (25, Roles.MaxCachedResults, "MaxCachedResults"); in Enabled()
74 Assert.IsTrue (Roles.Enabled, "Enabled"); in IsUserInRole()
75 Assert.IsTrue (Roles.IsUserInRole ("true", "rolename"), "#1"); in IsUserInRole()
[all …]
/dports/net-im/nheko/nheko-0.9.0/src/timeline/
H A DCommunitiesModel.cpp34 case CommunitiesModel::Roles::AvatarUrl: in data()
36 case CommunitiesModel::Roles::DisplayName: in data()
38 case CommunitiesModel::Roles::Tooltip: in data()
42 case CommunitiesModel::Roles::Hidden: in data()
44 case CommunitiesModel::Roles::Id: in data()
50 case CommunitiesModel::Roles::AvatarUrl: in data()
53 case CommunitiesModel::Roles::Tooltip: in data()
57 case CommunitiesModel::Roles::Hidden: in data()
59 case CommunitiesModel::Roles::Id: in data()
102 case CommunitiesModel::Roles::Hidden: in data()
[all …]
H A DRoomlistModel.cpp105 case Roles::RoomName: in data()
109 case Roles::Time: in data()
121 case Roles::IsSpace: in data()
125 case Roles::Tags: { in data()
148 case Roles::Time: in data()
159 case Roles::IsSpace: in data()
163 case Roles::Tags: in data()
183 case Roles::Time: in data()
200 case Roles::Tags: in data()
223 case Roles::Time: in data()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Index/
H A DIndexBody.cpp59 SymbolRoleSet Roles{}; in getRolesForRef() local
62 return Roles; in getRolesForRef()
95 addCallRole(Roles, Relations); in getRolesForRef()
124 return Roles; in getRolesForRef()
127 void addCallRole(SymbolRoleSet &Roles, in addCallRole() argument
229 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local
231 addCallRole(Roles, Relations); in VisitObjCMessageExpr()
327 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local
329 addCallRole(Roles, Relations); in passObjCLiteralMethodCall()
357 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Index/
H A DIndexBody.cpp59 SymbolRoleSet Roles{}; in getRolesForRef() local
62 return Roles; in getRolesForRef()
95 addCallRole(Roles, Relations); in getRolesForRef()
124 return Roles; in getRolesForRef()
127 void addCallRole(SymbolRoleSet &Roles, in addCallRole() argument
229 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local
231 addCallRole(Roles, Relations); in VisitObjCMessageExpr()
327 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local
329 addCallRole(Roles, Relations); in passObjCLiteralMethodCall()
357 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Index/
H A DIndexBody.cpp59 SymbolRoleSet Roles{}; in getRolesForRef() local
62 return Roles; in getRolesForRef()
95 addCallRole(Roles, Relations); in getRolesForRef()
124 return Roles; in getRolesForRef()
127 void addCallRole(SymbolRoleSet &Roles, in addCallRole() argument
229 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local
231 addCallRole(Roles, Relations); in VisitObjCMessageExpr()
327 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local
329 addCallRole(Roles, Relations); in passObjCLiteralMethodCall()
357 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Index/
H A DIndexBody.cpp59 SymbolRoleSet Roles{}; in getRolesForRef() local
62 return Roles; in getRolesForRef()
95 addCallRole(Roles, Relations); in getRolesForRef()
124 return Roles; in getRolesForRef()
127 void addCallRole(SymbolRoleSet &Roles, in addCallRole() argument
229 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local
231 addCallRole(Roles, Relations); in VisitObjCMessageExpr()
327 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local
329 addCallRole(Roles, Relations); in passObjCLiteralMethodCall()
357 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() local
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Index/
H A DIndexBody.cpp59 SymbolRoleSet Roles{}; in getRolesForRef() local
62 return Roles; in getRolesForRef()
95 addCallRole(Roles, Relations); in getRolesForRef()
124 return Roles; in getRolesForRef()
127 void addCallRole(SymbolRoleSet &Roles, in addCallRole() argument
229 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local
231 addCallRole(Roles, Relations); in VisitObjCMessageExpr()
327 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local
329 addCallRole(Roles, Relations); in passObjCLiteralMethodCall()
357 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() local
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Index/
H A DIndexBody.cpp59 SymbolRoleSet Roles{}; in getRolesForRef() local
62 return Roles; in getRolesForRef()
95 addCallRole(Roles, Relations); in getRolesForRef()
124 return Roles; in getRolesForRef()
127 void addCallRole(SymbolRoleSet &Roles, in addCallRole() argument
229 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local
231 addCallRole(Roles, Relations); in VisitObjCMessageExpr()
327 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local
329 addCallRole(Roles, Relations); in passObjCLiteralMethodCall()
357 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() local
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Index/
H A DIndexBody.cpp59 SymbolRoleSet Roles{}; in getRolesForRef() local
62 return Roles; in getRolesForRef()
95 addCallRole(Roles, Relations); in getRolesForRef()
124 return Roles; in getRolesForRef()
127 void addCallRole(SymbolRoleSet &Roles, in addCallRole() argument
229 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local
231 addCallRole(Roles, Relations); in VisitObjCMessageExpr()
327 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local
329 addCallRole(Roles, Relations); in passObjCLiteralMethodCall()
357 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Index/
H A DIndexBody.cpp59 SymbolRoleSet Roles{}; in getRolesForRef() local
62 return Roles; in getRolesForRef()
95 addCallRole(Roles, Relations); in getRolesForRef()
124 return Roles; in getRolesForRef()
127 void addCallRole(SymbolRoleSet &Roles, in addCallRole() argument
229 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local
231 addCallRole(Roles, Relations); in VisitObjCMessageExpr()
327 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local
329 addCallRole(Roles, Relations); in passObjCLiteralMethodCall()
357 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() local
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Index/
H A DIndexBody.cpp60 SymbolRoleSet Roles{}; in getRolesForRef() local
63 return Roles; in getRolesForRef()
96 addCallRole(Roles, Relations); in getRolesForRef()
125 return Roles; in getRolesForRef()
128 void addCallRole(SymbolRoleSet &Roles, in addCallRole() argument
230 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local
232 addCallRole(Roles, Relations); in VisitObjCMessageExpr()
328 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local
330 addCallRole(Roles, Relations); in passObjCLiteralMethodCall()
358 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() local
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Index/
H A DIndexBody.cpp59 SymbolRoleSet Roles{}; in getRolesForRef() local
62 return Roles; in getRolesForRef()
95 addCallRole(Roles, Relations); in getRolesForRef()
124 return Roles; in getRolesForRef()
127 void addCallRole(SymbolRoleSet &Roles, in addCallRole() argument
229 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local
231 addCallRole(Roles, Relations); in VisitObjCMessageExpr()
311 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local
313 addCallRole(Roles, Relations); in passObjCLiteralMethodCall()
341 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Index/
H A DIndexBody.cpp59 SymbolRoleSet Roles{}; in getRolesForRef() local
62 return Roles; in getRolesForRef()
95 addCallRole(Roles, Relations); in getRolesForRef()
124 return Roles; in getRolesForRef()
127 void addCallRole(SymbolRoleSet &Roles, in addCallRole() argument
229 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local
231 addCallRole(Roles, Relations); in VisitObjCMessageExpr()
324 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local
326 addCallRole(Roles, Relations); in passObjCLiteralMethodCall()
354 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Index/
H A DIndexBody.cpp59 SymbolRoleSet Roles{}; in getRolesForRef() local
62 return Roles; in getRolesForRef()
95 addCallRole(Roles, Relations); in getRolesForRef()
124 return Roles; in getRolesForRef()
127 void addCallRole(SymbolRoleSet &Roles, in addCallRole() argument
229 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local
231 addCallRole(Roles, Relations); in VisitObjCMessageExpr()
324 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local
326 addCallRole(Roles, Relations); in passObjCLiteralMethodCall()
354 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Index/
H A DIndexBody.cpp59 SymbolRoleSet Roles{}; in getRolesForRef() local
62 return Roles; in getRolesForRef()
95 addCallRole(Roles, Relations); in getRolesForRef()
124 return Roles; in getRolesForRef()
127 void addCallRole(SymbolRoleSet &Roles, in addCallRole() argument
229 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local
231 addCallRole(Roles, Relations); in VisitObjCMessageExpr()
324 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local
326 addCallRole(Roles, Relations); in passObjCLiteralMethodCall()
354 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Index/
H A DIndexBody.cpp59 SymbolRoleSet Roles{}; in getRolesForRef() local
62 return Roles; in getRolesForRef()
95 addCallRole(Roles, Relations); in getRolesForRef()
124 return Roles; in getRolesForRef()
127 void addCallRole(SymbolRoleSet &Roles, in addCallRole() argument
229 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local
231 addCallRole(Roles, Relations); in VisitObjCMessageExpr()
324 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local
326 addCallRole(Roles, Relations); in passObjCLiteralMethodCall()
354 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Index/
H A DIndexBody.cpp59 SymbolRoleSet Roles{}; in getRolesForRef() local
62 return Roles; in getRolesForRef()
95 addCallRole(Roles, Relations); in getRolesForRef()
124 return Roles; in getRolesForRef()
127 void addCallRole(SymbolRoleSet &Roles, in addCallRole() argument
229 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local
231 addCallRole(Roles, Relations); in VisitObjCMessageExpr()
324 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local
326 addCallRole(Roles, Relations); in passObjCLiteralMethodCall()
354 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() local
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Index/
H A DIndexBody.cpp59 SymbolRoleSet Roles{}; in getRolesForRef() local
62 return Roles; in getRolesForRef()
95 addCallRole(Roles, Relations); in getRolesForRef()
124 return Roles; in getRolesForRef()
127 void addCallRole(SymbolRoleSet &Roles, in addCallRole() argument
229 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local
231 addCallRole(Roles, Relations); in VisitObjCMessageExpr()
324 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local
326 addCallRole(Roles, Relations); in passObjCLiteralMethodCall()
354 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() local
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/panmirror/command/
H A DPanmirrorToolbarCommands.java28 import com.google.gwt.aria.client.Roles;
55 add(PanmirrorCommands.Paragraph, "Normal", Roles.getMenuitemradioRole()); in PanmirrorToolbarCommands()
56 add(PanmirrorCommands.Heading1, "Heading 1", Roles.getMenuitemradioRole()); in PanmirrorToolbarCommands()
57 add(PanmirrorCommands.Heading2, "Heading 2", Roles.getMenuitemradioRole()); in PanmirrorToolbarCommands()
58 add(PanmirrorCommands.Heading3, "Heading 3", Roles.getMenuitemradioRole()); in PanmirrorToolbarCommands()
59 add(PanmirrorCommands.Heading4, "Heading 4", Roles.getMenuitemradioRole()); in PanmirrorToolbarCommands()
60 add(PanmirrorCommands.Heading5, "Heading 5", Roles.getMenuitemradioRole()); in PanmirrorToolbarCommands()
61 add(PanmirrorCommands.Heading6, "Heading 6", Roles.getMenuitemradioRole()); in PanmirrorToolbarCommands()
210 add(id, menuText, Roles.getMenuitemRole()); in add()
215 add(id, menuText, pluralMenuText, Roles.getMenuitemRole(), image); in add()
[all …]

12345678910>>...154