Home
last modified time | relevance | path

Searched refs:IsRestricted (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/dports/math/blaze/blaze-3.8/blaze/math/typetraits/
H A DIsRestricted.h81 struct IsRestricted struct
93 struct IsRestricted< const T >
94 : public IsRestricted<T>
106 struct IsRestricted< volatile T >
107 : public IsRestricted<T>
119 struct IsRestricted< const volatile T >
120 : public IsRestricted<T>
140 constexpr bool IsRestricted_v = IsRestricted<T>::value;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DWebHeaderCollectionTest.cs265 public void IsRestricted () in IsRestricted() method in MonoTests.System.Net.WebHeaderCollectionTest
268 Assert.IsTrue (WebHeaderCollection.IsRestricted ("Host"), "#2"); in IsRestricted()
269 Assert.IsTrue (WebHeaderCollection.IsRestricted ("HOST"), "#3"); in IsRestricted()
444 WebHeaderCollection.IsRestricted (new string ((char) i, 1)); in IsRestricted_InvalidChars_1()
451 WebHeaderCollection.IsRestricted (new string ((char) i, 1)); in IsRestricted_InvalidChars_1()
458 WebHeaderCollection.IsRestricted (new string ((char) i, 1)); in IsRestricted_InvalidChars_1()
465 WebHeaderCollection.IsRestricted (new string ((char) i, 1)); in IsRestricted_InvalidChars_1()
605 if (WebHeaderCollection.IsRestricted (str, false)) { in IsRestricted_2_0_RequestRequest()
620 if (WebHeaderCollection.IsRestricted (str, false)) { in IsRestricted_2_0_ResponseRequest()
635 if (WebHeaderCollection.IsRestricted (str, true)) { in IsRestricted_2_0_RequestResponse()
[all …]
/dports/www/gitea/gitea-1.16.5/services/auth/source/ldap/
H A Dsource_authenticate.go51 if !user.IsAdmin && len(source.RestrictedFilter) > 0 && user.IsRestricted != sr.IsRestricted {
53 user.IsRestricted = sr.IsRestricted
92 IsRestricted: sr.IsRestricted,
H A Dsource_sync.go110 IsRestricted: su.IsRestricted,
138 (len(source.RestrictedFilter) > 0 && usr.IsRestricted != su.IsRestricted) ||
154 usr.IsRestricted = su.IsRestricted
H A Dsource_search.go28 IsRestricted bool // if user is restricted member
384 IsRestricted: isRestricted,
455 result[i].IsRestricted = checkRestricted(l, ls, v.DN)
/dports/www/gitea/gitea-1.16.5/models/user/
H A Dsearch.go34 IsRestricted util.OptionalBool member
68 if !opts.Actor.IsRestricted {
99 if !opts.IsRestricted.IsNone() {
100 cond = cond.And(builder.Eq{"is_restricted": opts.IsRestricted.IsTrue()})
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/policy/dlp/
H A Ddlp_rules_manager_unittest.cc90 dlp_rules_manager_->IsRestricted( in TEST_F()
148 dlp_rules_manager_->IsRestricted( in TEST_F()
165 dlp_rules_manager_->IsRestricted( in TEST_F()
188 dlp_rules_manager_->IsRestricted( in TEST_F()
209 dlp_rules_manager_->IsRestricted( in TEST_F()
212 dlp_rules_manager_->IsRestricted( in TEST_F()
412 dlp_rules_manager_->IsRestricted( in TEST_F()
426 dlp_rules_manager_->IsRestricted( in TEST_F()
H A Ddlp_rules_manager_browsertest.cc47 DlpRulesManager::Get()->IsRestricted( in IN_PROC_BROWSER_TEST_F()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Doifavoriteproperties.pas52 function IsRestricted(AClass: TPersistentClass; in IsRestricted() function
113 function IsRestricted(AClass: TPersistentClass; in IsRestricted() function
603 function TOIRestrictedProperty.IsRestricted(AClass: TPersistentClass; in IsRestricted() function
625 function TOIRestrictedProperties.IsRestricted(AClass: TPersistentClass; in IsRestricted() function
637 Result := Result + CurItem.IsRestricted(AClass,PropertyName);
649 Result := Result + IsRestricted(TPersistentClass(Selection[i].ClassType), PropertyName);
/dports/editors/lazarus/lazarus/components/ideintf/
H A Doifavoriteproperties.pas53 function IsRestricted(AClass: TPersistentClass; in IsRestricted() function
114 function IsRestricted(AClass: TPersistentClass; in IsRestricted() function
605 function TOIRestrictedProperty.IsRestricted(AClass: TPersistentClass; in IsRestricted() function
627 function TOIRestrictedProperties.IsRestricted(AClass: TPersistentClass; in IsRestricted() function
639 Result := Result + CurItem.IsRestricted(AClass,PropertyName);
653 Result := Result + IsRestricted(TPersistentClass(Selection[i].ClassType), PropertyName);
/dports/editors/lazarus-qt5/lazarus/components/ideintf/
H A Doifavoriteproperties.pas53 function IsRestricted(AClass: TPersistentClass; in IsRestricted() function
114 function IsRestricted(AClass: TPersistentClass; in IsRestricted() function
605 function TOIRestrictedProperty.IsRestricted(AClass: TPersistentClass; in IsRestricted() function
627 function TOIRestrictedProperties.IsRestricted(AClass: TPersistentClass; in IsRestricted() function
639 Result := Result + CurItem.IsRestricted(AClass,PropertyName);
653 Result := Result + IsRestricted(TPersistentClass(Selection[i].ClassType), PropertyName);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Doifavoriteproperties.pas52 function IsRestricted(AClass: TPersistentClass; in IsRestricted() function
113 function IsRestricted(AClass: TPersistentClass; in IsRestricted() function
603 function TOIRestrictedProperty.IsRestricted(AClass: TPersistentClass; in IsRestricted() function
625 function TOIRestrictedProperties.IsRestricted(AClass: TPersistentClass; in IsRestricted() function
637 Result := Result + CurItem.IsRestricted(AClass,PropertyName);
649 Result := Result + IsRestricted(TPersistentClass(Selection[i].ClassType), PropertyName);
/dports/www/gitea/gitea-1.16.5/models/migrations/
H A Dv111.go28 IsRestricted bool `xorm:"NOT NULL DEFAULT false"`
159 if (repoOwner.Visibility == VisibleTypePrivate || user.IsRestricted) && !hasMemberWithUserID {
199 restricted = user.IsRestricted
288 if !found && !repo.IsPrivate && !user.IsRestricted {
H A Dv121.go13 IsRestricted bool `xorm:"NOT NULL DEFAULT false"`
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebHeaderCollection/ref/
H A DSystem.Net.WebHeaderCollection.cs105 public static bool IsRestricted(string headerName, bool response) { throw null; } in IsRestricted() method in System.Net.WebHeaderCollection
106 public static bool IsRestricted(string headerName) { throw null; } in IsRestricted() method in System.Net.WebHeaderCollection
/dports/www/gitea/gitea-1.16.5/integrations/
H A Dauth_ldap_test.go27 IsRestricted bool member
63 IsRestricted: true,
233 if u.IsRestricted {
H A Dapi_admin_test.go199 assert.False(t, user2.IsRestricted)
210 assert.True(t, user2.IsRestricted)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebHeaderCollection/src/System/Net/
H A DWebHeaderCollection.cs215 public static bool IsRestricted(string headerName) in IsRestricted() method in System.Net.WebHeaderCollection
217 return IsRestricted(headerName, false); in IsRestricted()
220 public static bool IsRestricted(string headerName, bool response) in IsRestricted() method in System.Net.WebHeaderCollection
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/Common/System/Data/ProviderBase/
H A DDbConnectionPoolIdentity.cs25 internal bool IsRestricted property in System.Data.ProviderBase.DbConnectionPoolIdentity
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/
H A DDbConnectionPoolIdentity.cs25 internal bool IsRestricted property in System.Data.ProviderBase.DbConnectionPoolIdentity
/dports/www/osrm-backend/osrm-backend-5.26.0/include/extractor/
H A Dway_restriction_map.hpp48 bool IsRestricted(DuplicatedNodeID duplicated_node, NodeID to) const;
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DImageRegion.h59 bool IsRestricted() const { return mIsRestricted; } in IsRestricted() function
189 bool IsRestricted() const { return mIsRestricted; } in IsRestricted() function
/dports/www/gitea/gitea-1.16.5/models/
H A Daccess.go39 restricted = user.IsRestricted
94 if ua.Mode < minMode && !ua.User.IsRestricted {
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DImageRegion.h59 bool IsRestricted() const { return mIsRestricted; } in IsRestricted() function
189 bool IsRestricted() const { return mIsRestricted; } in IsRestricted() function
/dports/games/springlobby/springlobby-0.180/src/hosting/
H A Dbattleoptionstab.h31 bool IsRestricted( const wxString& name );

12345678910>>...13