Home
last modified time | relevance | path

Searched refs:CheckPass (Results 1 – 25 of 27) sorted by relevance

12

/dports/irc/znc/znc-1.8.2/test/
H A DUserTest.cpp132 EXPECT_TRUE(user.CheckPass("password")); in TEST_F()
136 EXPECT_FALSE(user.CheckPass("password")); in TEST_F()
140 EXPECT_TRUE(user.CheckPass("password")); in TEST_F()
144 EXPECT_FALSE(user.CheckPass("password")); in TEST_F()
148 EXPECT_FALSE(user.CheckPass("password")); in TEST_F()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/
H A Dis_pathable.pass.cpp45 using CheckPass = std::is_same<ExpQual, GetSourceType<Tp>>; typedef
49 CheckPass<Source&, Source>::value &&
50 CheckPass<Source const&, Source>::value &&
51 CheckPass<Source&&, Source>::value &&
52 CheckPass<Source const&&, Source>::value
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/libcxx/input.output/filesystems/class.path/path.req/
H A Dis_pathable.pass.cpp45 using CheckPass = std::is_same<ExpQual, GetSourceType<Tp>>; typedef
49 CheckPass<Source&, Source>::value &&
50 CheckPass<Source const&, Source>::value &&
51 CheckPass<Source&&, Source>::value &&
52 CheckPass<Source const&&, Source>::value
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/
H A Dis_pathable.pass.cpp45 using CheckPass = std::is_same<ExpQual, GetSourceType<Tp>>; typedef
49 CheckPass<Source&, Source>::value &&
50 CheckPass<Source const&, Source>::value &&
51 CheckPass<Source&&, Source>::value &&
52 CheckPass<Source const&&, Source>::value
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/
H A Dis_pathable.pass.cpp45 using CheckPass = std::is_same<ExpQual, GetSourceType<Tp>>; typedef
49 CheckPass<Source&, Source>::value &&
50 CheckPass<Source const&, Source>::value &&
51 CheckPass<Source&&, Source>::value &&
52 CheckPass<Source const&&, Source>::value
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/
H A Dis_pathable.pass.cpp45 using CheckPass = std::is_same<ExpQual, GetSourceType<Tp>>; typedef
49 CheckPass<Source&, Source>::value &&
50 CheckPass<Source const&, Source>::value &&
51 CheckPass<Source&&, Source>::value &&
52 CheckPass<Source const&&, Source>::value
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/
H A Dis_pathable.pass.cpp45 using CheckPass = std::is_same<ExpQual, GetSourceType<Tp>>; typedef
49 CheckPass<Source&, Source>::value &&
50 CheckPass<Source const&, Source>::value &&
51 CheckPass<Source&&, Source>::value &&
52 CheckPass<Source const&&, Source>::value
/dports/devel/libc++/libcxx-10.0.1.src/test/libcxx/input.output/filesystems/class.path/path.req/
H A Dis_pathable.pass.cpp45 using CheckPass = std::is_same<ExpQual, GetSourceType<Tp>>; typedef
49 CheckPass<Source&, Source>::value &&
50 CheckPass<Source const&, Source>::value &&
51 CheckPass<Source&&, Source>::value &&
52 CheckPass<Source const&&, Source>::value
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/
H A Dis_pathable.pass.cpp45 using CheckPass = std::is_same<ExpQual, GetSourceType<Tp>>; typedef
49 CheckPass<Source&, Source>::value &&
50 CheckPass<Source const&, Source>::value &&
51 CheckPass<Source&&, Source>::value &&
52 CheckPass<Source const&&, Source>::value
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/
H A Dis_pathable.pass.cpp45 using CheckPass = std::is_same<ExpQual, GetSourceType<Tp>>; typedef
49 CheckPass<Source&, Source>::value &&
50 CheckPass<Source const&, Source>::value &&
51 CheckPass<Source&&, Source>::value &&
52 CheckPass<Source const&&, Source>::value
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/
H A Dis_pathable.pass.cpp45 using CheckPass = std::is_same<ExpQual, GetSourceType<Tp>>; typedef
49 CheckPass<Source&, Source>::value &&
50 CheckPass<Source const&, Source>::value &&
51 CheckPass<Source&&, Source>::value &&
52 CheckPass<Source const&&, Source>::value
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/libcxx/input.output/filesystems/class.path/path.req/
H A Dis_pathable.pass.cpp45 using CheckPass = std::is_same<ExpQual, GetSourceType<Tp>>; typedef
49 CheckPass<Source&, Source>::value &&
50 CheckPass<Source const&, Source>::value &&
51 CheckPass<Source&&, Source>::value &&
52 CheckPass<Source const&&, Source>::value
/dports/lang/fpc-source/fpc-3.2.2/packages/users/examples/
H A Dtestpass.pp47 Function CheckPass(User, Pass: String): Integer;
59 CheckPass := Err_NoUser;
88 CheckPass := Err_NoErr
90 CheckPass := Err_WrongPass
98 If CheckPass(strUserName, Password) = Err_NoErr then
/dports/sysutils/fpc-users/fpc-3.2.2/packages/users/examples/
H A Dtestpass.pp47 Function CheckPass(User, Pass: String): Integer;
59 CheckPass := Err_NoUser;
88 CheckPass := Err_NoErr
90 CheckPass := Err_WrongPass
98 If CheckPass(strUserName, Password) = Err_NoErr then
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dscalar_cast_test.cc66 void CheckPass(const Array& input, const Array& expected, in CheckPass() function in arrow::compute::TestCast
110 CheckPass(*input, *expected, out_type, options); in CheckCase()
114 CheckPass(*input->Slice(1), *expected->Slice(1), out_type, options); in CheckCase()
125 CheckPass(*input, *expected, out_type, options); in CheckCaseJSON()
129 CheckPass(*input->Slice(1), *expected->Slice(1), out_type, options); in CheckCaseJSON()
382 CheckPass(tmp11, *expected, int16(), options); in TEST_F()
1433 CheckPass(*input, *expected, to, CastOptions{}); in TEST_F()
1520 this->CheckPass(*dict_array, *plain_array, plain_array->type(), options); in TYPED_TEST()
1560 CheckPass(*v1, *e1, uint8(), options); in TEST_F()
1567 CheckPass(*v2, *e2, uint8(), options); in TEST_F()
[all …]
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_vhost.cpp44 bool CheckPass(User* user, const std::string& pass) const in CheckPass() function
73 if (config.CheckPass(user, parameters[1])) in Handle()
H A Dm_customtitle.cpp56 bool CheckPass(User* user, const std::string& pass) const in CheckPass() function
86 if (config.MatchUser(user) && config.CheckPass(user, parameters[1])) in Handle()
/dports/cad/yosys/yosys-yosys-0.12/passes/cmds/
H A Dcheck.cc28 struct CheckPass : public Pass { struct
29 CheckPass() : Pass("check", "check for obvious problems in the design") { } in CheckPass() argument
265 } CheckPass; variable
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/dms-enterprise/
H A Dstruct_check_status_result.go23 CheckPass int64 `json:"CheckPass" xml:"CheckPass"` member
/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dgroup.h66 extern int CheckPass(char *, char *, FLAG);
H A Dgroup.c697 CheckPass(char *pcUser, char *pcWord, FLAG empty_check) in CheckPass() function
1461 if (CheckPass(pCL->username->string, pw_string, empty_check) == in CheckPasswd()
1501 0) ? (CheckPass(pCL->username->string, pw_string, in CheckPasswd()
/dports/irc/znc/znc-1.8.2/include/znc/
H A DUser.h65 bool CheckPass(const CString& sPass) const;
/dports/irc/znc/znc-1.8.2/src/
H A DUser.cpp1023 bool CUser::CheckPass(const CString& sPass) const { in CheckPass() function in CUser
H A Dznc.cpp1925 if (!pUser || !pUser->CheckPass(AuthClass->GetPassword())) { in AuthUser()
/dports/security/vault/vault-1.8.2/vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tke/v20180525/
H A Dmodels.go4176 CheckPass *bool `json:"CheckPass,omitempty" name:"CheckPass"` member

12