Home
last modified time | relevance | path

Searched defs:check_token (Results 1 – 25 of 86) sorted by relevance

1234

/dports/security/elixir-comeonin/comeonin-3.2/lib/comeonin/
H A Dotp.ex141 defp check_token(_token, _secret, current, last, _opts) when current > last do function
144 defp check_token(token, secret, current, last, opts) do function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/src/
H A Dxmerl_xsd_type.erl568 check_token(V=[32|_]) -> function
570 check_token(Value) -> function
572 check_token([],Value) -> function
574 check_token([32],V) -> function
576 check_token([9|_T],V) -> function
578 check_token([10|_T],V) -> function
580 check_token([13|_T],V) -> function
582 check_token([32,32|_T],V) -> function
584 check_token([_H|T],V) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/src/
H A Dxmerl_xsd_type.erl568 check_token(V=[32|_]) -> function
570 check_token(Value) -> function
572 check_token([],Value) -> function
574 check_token([32],V) -> function
576 check_token([9|_T],V) -> function
578 check_token([10|_T],V) -> function
580 check_token([13|_T],V) -> function
582 check_token([32,32|_T],V) -> function
584 check_token([_H|T],V) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/src/
H A Dxmerl_xsd_type.erl568 check_token(V=[32|_]) -> function
570 check_token(Value) -> function
572 check_token([],Value) -> function
574 check_token([32],V) -> function
576 check_token([9|_T],V) -> function
578 check_token([10|_T],V) -> function
580 check_token([13|_T],V) -> function
582 check_token([32,32|_T],V) -> function
584 check_token([_H|T],V) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_xsd_type.erl568 check_token(V=[32|_]) -> function
570 check_token(Value) -> function
572 check_token([],Value) -> function
574 check_token([32],V) -> function
576 check_token([9|_T],V) -> function
578 check_token([10|_T],V) -> function
580 check_token([13|_T],V) -> function
582 check_token([32,32|_T],V) -> function
584 check_token([_H|T],V) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_xsd_type.erl568 check_token(V=[32|_]) -> function
570 check_token(Value) -> function
572 check_token([],Value) -> function
574 check_token([32],V) -> function
576 check_token([9|_T],V) -> function
578 check_token([10|_T],V) -> function
580 check_token([13|_T],V) -> function
582 check_token([32,32|_T],V) -> function
584 check_token([_H|T],V) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_xsd_type.erl568 check_token(V=[32|_]) -> function
570 check_token(Value) -> function
572 check_token([],Value) -> function
574 check_token([32],V) -> function
576 check_token([9|_T],V) -> function
578 check_token([10|_T],V) -> function
580 check_token([13|_T],V) -> function
582 check_token([32,32|_T],V) -> function
584 check_token([_H|T],V) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_xsd_type.erl568 check_token(V=[32|_]) -> function
570 check_token(Value) -> function
572 check_token([],Value) -> function
574 check_token([32],V) -> function
576 check_token([9|_T],V) -> function
578 check_token([10|_T],V) -> function
580 check_token([13|_T],V) -> function
582 check_token([32,32|_T],V) -> function
584 check_token([_H|T],V) -> function
/dports/astro/py-astropy/astropy-5.0/astropy/utils/xml/
H A Dcheck.py40 def check_token(token): function
/dports/www/luakit/luakit-2.3/lib/
H A Dquickmarks.lua50 local function check_token(token) function
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/lib/
H A Dquickmarks.lua50 local function check_token(token) function
/dports/devel/lua-luacheck/luacheck-4e5774169fa/src/luacheck/
H A Dparser.lua99 local function check_token(state, token) function
214 function UnpairedTokenGuesser:check_token() function
/dports/shells/xonsh/xonsh-0.7.9/tests/
H A Dtest_ptk_highlight.py35 def check_token(code, tokens): function
/dports/www/seahub/seahub-8.0.7-server/seahub/auth/
H A Dtokens.py22 def check_token(self, user, token): member in PasswordResetTokenGenerator
/dports/lang/nyan/nyan-3c263e2/nyan/value/
H A Dnumber.cpp18 static void check_token(const IDToken &token, token_type expected) { in check_token() function
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/filterkit/
H A Dtoken.c32 check_token(char *key, char *file) in check_token() function
/dports/astro/py-astropy/astropy-5.0/astropy/io/votable/
H A Dxmlutil.py55 def check_token(token, attr_name, config=None, pos=None): function
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/tests/testsuite/
H A Dlogin.rs34 fn check_token(expected_token: &str, registry: Option<&str>) -> bool { in check_token() function
/dports/mail/pymsgauth/pymsgauth-2.1.0/
H A Dpymsgauth.py243 def check_token (msg, token): function
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/payment/wizards/
H A Dpayment_link_wizard.py88 def check_token(self, access_token, partner_id, amount, currency_id): member in PaymentLinkWizard
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/tests/testsuite/
H A Dlogin.rs34 fn check_token(expected_token: &str, registry: Option<&str>) -> bool { in check_token() function
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/tests/testsuite/
H A Dlogin.rs34 fn check_token(expected_token: &str, registry: Option<&str>) -> bool { in check_token() function
/dports/net/gerbera/gerbera-1.9.2/src/web/
H A Dauth.cc54 static bool check_token(const std::string& token, const std::string& password, const std::string& e… in check_token() function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_auth_backend_oauth2/src/
H A Drabbit_auth_backend_oauth2.erl145 check_token(Token) -> function
/dports/www/tikiwiki/tiki-21.2/lib/xmpp/
H A Dxmpplib.php88 function check_token($givenUser, $givenToken) function in XMPPLib

1234