Home
last modified time | relevance | path

Searched refs:dtoken (Results 1 – 25 of 90) sorted by relevance

1234

/dports/math/z3/z3-z3-4.8.13/src/muz/fp/
H A Ddatalog_parser.cpp21 enum dtoken { enum
295 dtoken read_id() { in read_id()
566 dtoken parse_domains(dtoken tok) { in parse_domains()
643 dtoken parse_decls(dtoken tok) { in parse_decls()
668 dtoken unexpected(dtoken tok, char const* msg) { in unexpected()
688 dtoken parse_rule(dtoken tok) { in parse_rule()
779 dtoken parse_infix(dtoken tok1, char const* td, app_ref& pred) { in parse_infix()
946 dtoken parse_arg(dtoken tok, sort* s, expr_ref_vector& args) { in parse_arg()
1001 dtoken parse_decl(dtoken tok) { in parse_decl()
1015 dtoken tok; in parse_include()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/fp/
H A Ddatalog_parser.cpp21 enum dtoken { enum
295 dtoken read_id() { in read_id()
566 dtoken parse_domains(dtoken tok) { in parse_domains()
643 dtoken parse_decls(dtoken tok) { in parse_decls()
668 dtoken unexpected(dtoken tok, char const* msg) { in unexpected()
688 dtoken parse_rule(dtoken tok) { in parse_rule()
779 dtoken parse_infix(dtoken tok1, char const* td, app_ref& pred) { in parse_infix()
946 dtoken parse_arg(dtoken tok, sort* s, expr_ref_vector& args) { in parse_arg()
1001 dtoken parse_decl(dtoken tok) { in parse_decl()
1015 dtoken tok; in parse_include()
[all …]
/dports/mail/horde-imp/imp-6.2.27/lib/Compose/
H A DLinkedAttachment.php104 !($dtoken = $this->_getDeleteToken()) ||
105 ($dtoken != $token)) {
162 $md->dtoken = $d_id;
266 if (is_null($md->dtoken)) {
271 $md->dtoken = strval(new Horde_Support_Uuid);
277 return $md->dtoken;
/dports/net-im/tkabber/tkabber-1.1.2/tclxmpp/xmpp/
H A Ddns.tcl457 nameservers dtoken} { argument
461 if {[string equal [dns::status $dtoken] ok]} {
462 eval $command [list ok [dns::result $dtoken]]
466 [dns::error $dtoken]
468 dns::cleanup $dtoken
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/ECS/classes/
H A Dclass.ilECSParticipantSettingsGUI.php197 $dtoken = new ilCheckboxInputGUI($this->getLang()->txt('ecs_deprecated_token'), 'dtoken');
198 $dtoken->setInfo($this->getLang()->txt('ecs_deprecated_token_info'));
199 $dtoken->setValue(1);
200 $dtoken->setChecked($this->getParticipant()->isDeprecatedTokenEnabled());
201 $form->addItem($dtoken);
H A Dclass.ilECSParticipantSetting.php59 private $dtoken = true; variable in ilECSParticipantSetting
197 return (bool) $this->dtoken;
202 $this->dtoken = $a_stat;
315 $this->enableDeprecatedToken($row->dtoken);
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/ECS/classes/
H A Dclass.ilECSParticipantSettingsGUI.php197 $dtoken = new ilCheckboxInputGUI($this->getLang()->txt('ecs_deprecated_token'), 'dtoken');
198 $dtoken->setInfo($this->getLang()->txt('ecs_deprecated_token_info'));
199 $dtoken->setValue(1);
200 $dtoken->setChecked($this->getParticipant()->isDeprecatedTokenEnabled());
201 $form->addItem($dtoken);
H A Dclass.ilECSParticipantSetting.php59 private $dtoken = true; variable in ilECSParticipantSetting
197 return (bool) $this->dtoken;
202 $this->dtoken = $a_stat;
315 $this->enableDeprecatedToken($row->dtoken);
/dports/net/turnserver/coturn-4.5.2/src/client/
H A Dns_turn_msg.c2307 UNUSED_ARG(dtoken); in encode_oauth_token_normal()
2381 UNUSED_ARG(dtoken); in decode_oauth_token_normal()
2473 if(server_name && etoken && key && dtoken && (dtoken->enc_block.key_length<=MAXSHASIZE)) { in encode_oauth_token_gcm()
2496 bcopy(dtoken->enc_block.mac_key,orig_field+len,dtoken->enc_block.key_length); in encode_oauth_token_gcm()
2497 len += dtoken->enc_block.key_length; in encode_oauth_token_gcm()
2573 if(server_name && etoken && key && dtoken) { in decode_oauth_token_gcm()
2673 bcopy(decoded_field+len,dtoken->enc_block.mac_key,dtoken->enc_block.key_length); in decode_oauth_token_gcm()
2674 len += dtoken->enc_block.key_length; in decode_oauth_token_gcm()
2678 dtoken->enc_block.timestamp = nswap64(ts); in decode_oauth_token_gcm()
2683 dtoken->enc_block.lifetime = nswap32(lt); in decode_oauth_token_gcm()
[all …]
H A Dns_turn_msg.h215 …int8_t *server_name, const encoded_oauth_token *etoken, const oauth_key *key, oauth_token *dtoken);
216 …e, encoded_oauth_token *etoken, const oauth_key *key, const oauth_token *dtoken, const uint8_t *no…
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dcrontab.c89 char *ctoken = strsep(&src, ","), *dtoken; in validate_component() local
95 dtoken = strsep(&ctoken, "-"); in validate_component()
96 if (isdigit(*dtoken)) { in validate_component()
97 if (getval(dtoken, min, (min ? max : max-1)) < 0) return 1; in validate_component()
98 } else if (getindex(dtoken, max) < 0) return 1; in validate_component()
H A Dcrond.c165 char *ctoken = strsep(&src, ","), *dtoken; in parse_and_fillarray() local
171 dtoken = strsep(&ctoken, "-"); in parse_and_fillarray()
172 if (isdigit(*dtoken)) { in parse_and_fillarray()
173 if ((start = getval(dtoken, min, (min ? max : max-1))) < 0) goto ERROR; in parse_and_fillarray()
175 } else if ((start = getindex(dtoken, max)) < 0) goto ERROR; in parse_and_fillarray()
/dports/net/hostapd/hostapd-2.9/src/rsn_supp/
H A Dtdls.c109 u8 dtoken; member
534 u8 dtoken, const u8 *lnkid, in wpa_tdls_key_mic_teardown() argument
562 *pos++ = dtoken; in wpa_tdls_key_mic_teardown()
779 dialog_token = peer->dtoken; in wpa_tdls_send_teardown()
994 peer->dtoken, peer, in wpa_tdls_recv_teardown()
1803 u8 dtoken; in wpa_tdls_process_tpk_m1() local
1816 dtoken = *cpos++; /* dialog token */ in wpa_tdls_process_tpk_m1()
2024 peer->dtoken = dtoken; in wpa_tdls_process_tpk_m1()
2192 u8 dtoken; in wpa_tdls_process_tpk_m2() local
2249 dtoken = *pos++; /* dialog token */ in wpa_tdls_process_tpk_m2()
[all …]
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/rsn_supp/
H A Dtdls.c109 u8 dtoken; member
534 u8 dtoken, const u8 *lnkid, in wpa_tdls_key_mic_teardown() argument
562 *pos++ = dtoken; in wpa_tdls_key_mic_teardown()
779 dialog_token = peer->dtoken; in wpa_tdls_send_teardown()
994 peer->dtoken, peer, in wpa_tdls_recv_teardown()
1803 u8 dtoken; in wpa_tdls_process_tpk_m1() local
1816 dtoken = *cpos++; /* dialog token */ in wpa_tdls_process_tpk_m1()
2024 peer->dtoken = dtoken; in wpa_tdls_process_tpk_m1()
2192 u8 dtoken; in wpa_tdls_process_tpk_m2() local
2249 dtoken = *pos++; /* dialog token */ in wpa_tdls_process_tpk_m2()
[all …]
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dtdls.c109 u8 dtoken; member
534 u8 dtoken, const u8 *lnkid, in wpa_tdls_key_mic_teardown() argument
562 *pos++ = dtoken; in wpa_tdls_key_mic_teardown()
779 dialog_token = peer->dtoken; in wpa_tdls_send_teardown()
994 peer->dtoken, peer, in wpa_tdls_recv_teardown()
1803 u8 dtoken; in wpa_tdls_process_tpk_m1() local
1816 dtoken = *cpos++; /* dialog token */ in wpa_tdls_process_tpk_m1()
2024 peer->dtoken = dtoken; in wpa_tdls_process_tpk_m1()
2192 u8 dtoken; in wpa_tdls_process_tpk_m2() local
2249 dtoken = *pos++; /* dialog token */ in wpa_tdls_process_tpk_m2()
[all …]
/dports/net/hostapd-devel/hostap-14ab4a816/src/rsn_supp/
H A Dtdls.c109 u8 dtoken; member
538 u8 dtoken, const u8 *lnkid, in wpa_tdls_key_mic_teardown() argument
566 *pos++ = dtoken; in wpa_tdls_key_mic_teardown()
787 dialog_token = peer->dtoken; in wpa_tdls_send_teardown()
1002 peer->dtoken, peer, in wpa_tdls_recv_teardown()
1866 u8 dtoken; in wpa_tdls_process_tpk_m1() local
1879 dtoken = *cpos++; /* dialog token */ in wpa_tdls_process_tpk_m1()
2093 peer->dtoken = dtoken; in wpa_tdls_process_tpk_m1()
2261 u8 dtoken; in wpa_tdls_process_tpk_m2() local
2318 dtoken = *pos++; /* dialog token */ in wpa_tdls_process_tpk_m2()
[all …]
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/rsn_supp/
H A Dtdls.c109 u8 dtoken; member
538 u8 dtoken, const u8 *lnkid, in wpa_tdls_key_mic_teardown() argument
566 *pos++ = dtoken; in wpa_tdls_key_mic_teardown()
787 dialog_token = peer->dtoken; in wpa_tdls_send_teardown()
1002 peer->dtoken, peer, in wpa_tdls_recv_teardown()
1866 u8 dtoken; in wpa_tdls_process_tpk_m1() local
1879 dtoken = *cpos++; /* dialog token */ in wpa_tdls_process_tpk_m1()
2093 peer->dtoken = dtoken; in wpa_tdls_process_tpk_m1()
2261 u8 dtoken; in wpa_tdls_process_tpk_m2() local
2318 dtoken = *pos++; /* dialog token */ in wpa_tdls_process_tpk_m2()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/
H A DTestRMWebServicesDelegationTokens.java328 DelegationToken dtoken = new DelegationToken();
332 .entity(dtoken, mediaType).post(ClientResponse.class);
511 final DelegationToken dtoken = new DelegationToken();
513 dtoken.setRenewer(renewer);
526 .entity(dtoken, mediaType).post(ClientResponse.class);
548 .entity(dtoken, mediaType).post(ClientResponse.class);
577 .entity(dtoken, mediaType).post(ClientResponse.class);
611 final DelegationToken dtoken = new DelegationToken();
613 dtoken.setRenewer(renewer);
651 .entity(dtoken, mediaType).post(ClientResponse.class);
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/test/wsdl2py/
H A Dtest_GoogleAdWords.py75dtoken = GED(tns, "developerToken").pyclass('%s++USD' %e) ## v8 sandbox syntax isnt working for v10
78 return (email, password, useragent, dtoken, atoken, cemail)
/dports/mail/horde-imp/imp-6.2.27/lib/Compose/Attachment/Linked/
H A DMetadata.php24 * @property string $dtoken Delete token.
/dports/www/privoxy/privoxy-3.0.33-stable/
H A Dfilters.c1100 char *dtoken = url_decode(url_segments[segments]); in get_last_url() local
1101 if (NULL == dtoken) in get_last_url()
1106 url_segment = strstr(dtoken, "http://"); in get_last_url()
1109 url_segment = strstr(dtoken, "https://"); in get_last_url()
1114 freez(dtoken); in get_last_url()
1117 freez(dtoken); in get_last_url()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/src/
H A Didl_parser.cpp1874 CheckedError Parser::TryTypedValue(const std::string *name, int dtoken, in TryTypedValue() argument
1877 FLATBUFFERS_ASSERT(*destmatch == false && dtoken == token_); in TryTypedValue()
1893 if ((kTokenFloatConstant != dtoken) && IsFloat(e.type.base_type)) { in TryTypedValue()
1929 #define IF_ECHECK_(force, dtoken, check, req) \ in ParseSingleValue() argument
1930 if (!match && ((dtoken) == token_) && ((check) || IsConstTrue(force))) \ in ParseSingleValue()
1931 ECHECK(TryTypedValue(name, dtoken, check, e, req, &match)) in ParseSingleValue()
1932 #define TRY_ECHECK(dtoken, check, req) IF_ECHECK_(false, dtoken, check, req) in ParseSingleValue() argument
1933 #define FORCE_ECHECK(dtoken, check, req) IF_ECHECK_(true, dtoken, check, req) in ParseSingleValue() argument
/dports/devel/flatbuffers/flatbuffers-2.0.0/src/
H A Didl_parser.cpp1874 CheckedError Parser::TryTypedValue(const std::string *name, int dtoken, in TryTypedValue() argument
1877 FLATBUFFERS_ASSERT(*destmatch == false && dtoken == token_); in TryTypedValue()
1893 if ((kTokenFloatConstant != dtoken) && IsFloat(e.type.base_type)) { in TryTypedValue()
1929 #define IF_ECHECK_(force, dtoken, check, req) \ in ParseSingleValue() argument
1930 if (!match && ((dtoken) == token_) && ((check) || IsConstTrue(force))) \ in ParseSingleValue()
1931 ECHECK(TryTypedValue(name, dtoken, check, e, req, &match)) in ParseSingleValue()
1932 #define TRY_ECHECK(dtoken, check, req) IF_ECHECK_(false, dtoken, check, req) in ParseSingleValue() argument
1933 #define FORCE_ECHECK(dtoken, check, req) IF_ECHECK_(true, dtoken, check, req) in ParseSingleValue() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/src/
H A Didl_parser.cpp1523 CheckedError Parser::TryTypedValue(const std::string *name, int dtoken, in TryTypedValue() argument
1526 bool match = dtoken == token_; in TryTypedValue()
1544 if ((kTokenFloatConstant != dtoken) && IsFloat(e.type.base_type)) { in TryTypedValue()
1705 #define IF_ECHECK_(force, dtoken, check, req) \ in ParseSingleValue() argument
1707 ECHECK(TryTypedValue(name, dtoken, check, e, req, &match)) in ParseSingleValue()
1708 #define TRY_ECHECK(dtoken, check, req) IF_ECHECK_(false, dtoken, check, req) in ParseSingleValue() argument
1709 #define FORCE_ECHECK(dtoken, check, req) IF_ECHECK_(true, dtoken, check, req) in ParseSingleValue() argument
/dports/misc/py-tflite-support/tflite-support-0.1.0a1/src/flatbuffers/
H A Didl_parser.cpp1507 CheckedError Parser::TryTypedValue(const std::string *name, int dtoken, in TryTypedValue() argument
1510 bool match = dtoken == token_; in TryTypedValue()
1528 if ((kTokenFloatConstant != dtoken) && IsFloat(e.type.base_type)) { in TryTypedValue()
1689 #define IF_ECHECK_(force, dtoken, check, req) \ in ParseSingleValue() argument
1691 ECHECK(TryTypedValue(name, dtoken, check, e, req, &match)) in ParseSingleValue()
1692 #define TRY_ECHECK(dtoken, check, req) IF_ECHECK_(false, dtoken, check, req) in ParseSingleValue() argument
1693 #define FORCE_ECHECK(dtoken, check, req) IF_ECHECK_(true, dtoken, check, req) in ParseSingleValue() argument

1234