Home
last modified time | relevance | path

Searched refs:token_data (Results 226 – 250 of 293) sorted by relevance

12345678910>>...12

/dports/net/py-python-keystoneclient/python-keystoneclient-4.3.0/keystoneclient/tests/unit/v2_0/
H A Dtest_tokens.py174 token_data = self.client.tokens.get_token_data(id_)
175 self.assertEqual(token_fixture, token_data)
H A Dtest_access.py21 from keystoneclient.tests.unit import client_fixtures as token_data unknown
28 resources = [('examples', token_data.EXAMPLES_RESOURCE)]
/dports/devel/ragel/ragel-6.10/ragel/
H A Drlscan.h99 int token_data[max_tokens]; member
/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/src/
H A Dwildmidi_lib.c308 char **token_data = NULL; in WM_LC_Tokenize_Line() local
331 token_data = (char **) realloc(token_data, token_data_length * sizeof(char *)); in WM_LC_Tokenize_Line()
332 if (token_data == NULL) { in WM_LC_Tokenize_Line()
338 token_data[token_count] = &line_data[line_ofs]; in WM_LC_Tokenize_Line()
348 token_data = (char **) realloc(token_data, ((token_count + 1) * sizeof(char *))); in WM_LC_Tokenize_Line()
350 token_data[token_count] = NULL; in WM_LC_Tokenize_Line()
353 return (token_data); in WM_LC_Tokenize_Line()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/identity/
H A Didentity_token_cache.h106 const IdentityTokenCacheValue& token_data);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Daccelerated_static_bitmap_image.cc312 int8_t* token_data = sync_token.GetData(); in EnsureSyncTokenVerified() local
313 ContextProvider()->InterfaceBase()->VerifySyncTokensCHROMIUM(&token_data, 1); in EnsureSyncTokenVerified()
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dfile.h79 char *token_data; member
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dfile.h79 char *token_data; member
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dfile.h79 char *token_data; member
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dfile.h79 char *token_data; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/download_protection/
H A Ddownload_protection_service.cc378 base::SupportsUserData::Data* token_data = in GetDownloadPingToken() local
380 if (token_data) in GetDownloadPingToken()
381 return static_cast<DownloadPingToken*>(token_data)->token_string(); in GetDownloadPingToken()
/dports/x11/xpra/xpra-4.3/xpra/x11/gtk_x11/
H A Dclipboard.py526 token_data = (self.targets, )
528 self.emit("send-clipboard-token", token_data)
544 token_data = (targets, (target, dtype, dformat, data))
546 self.emit("send-clipboard-token", token_data)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Daccelerated_static_bitmap_image.cc347 int8_t* token_data = sync_token.GetData(); in EnsureSyncTokenVerified() local
348 ContextProvider()->InterfaceBase()->VerifySyncTokensCHROMIUM(&token_data, 1); in EnsureSyncTokenVerified()
/dports/textproc/py-tinycss/tinycss-0.4/tinycss/
H A Dspeedups.pyx16 from .token_data import (
27 :class:`~.token_data.Token`.
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/wildmidi/
H A Dwildmidi_lib.cpp559 char **token_data = NULL; in WM_LC_Tokenize_Line() local
587 token_data = (char**)realloc(token_data, token_data_length * sizeof(char *)); in WM_LC_Tokenize_Line()
588 if (token_data == NULL) { in WM_LC_Tokenize_Line()
594 token_data[token_count] = &line_data[line_ofs]; in WM_LC_Tokenize_Line()
604 token_data = (char**)realloc(token_data, in WM_LC_Tokenize_Line()
607 token_data[token_count] = NULL; in WM_LC_Tokenize_Line()
610 return token_data; in WM_LC_Tokenize_Line()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dfile.h110 char *token_data; member
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dfile.h108 char *token_data; member
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dfile.h108 char *token_data; member
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dfile.h110 char *token_data; member
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dkex_dh.py472 token_data = Boolean(True) + String(self._token)
474 token_data = Boolean(False)
477 String(sig), token_data)
/dports/games/zdoom/zdoom-2.8.1/src/wildmidi/
H A Dwildmidi_lib.cpp608 char **token_data = NULL; in WM_LC_Tokenize_Line() local
636 token_data = (char**)realloc(token_data, token_data_length * sizeof(char *)); in WM_LC_Tokenize_Line()
637 if (token_data == NULL) { in WM_LC_Tokenize_Line()
643 token_data[token_count] = &line_data[line_ofs]; in WM_LC_Tokenize_Line()
653 token_data = (char**)realloc(token_data, in WM_LC_Tokenize_Line()
656 token_data[token_count] = NULL; in WM_LC_Tokenize_Line()
659 return token_data; in WM_LC_Tokenize_Line()
/dports/www/mod_webauth/webauth-4.7.0/modules/webkdc/
H A Dmod_webkdc.c480 rptokens[*num_proxy_tokens].token_data = ""; in parse_subjectCredential()
612 ms = make_token(rc, &token, &rtoken->token_data, mwk_func); in create_service_token_from_req()
800 &rtoken->token_data, mwk_func); in create_id_token_from_req()
936 &rtoken->token_data, mwk_func); in create_cred_token_from_req()
1115 rtokens[num_tokens].token_data = NULL; in handle_getTokensRequest()
1184 ap_rvputs(rc->r,"<tokenData>", rtokens[i].token_data, in handle_getTokensRequest()
1852 const char *token_data; in handle_webkdcProxyTokenRequest() local
2021 ms = make_token(rc, &token, &token_data, mwk_func); in handle_webkdcProxyTokenRequest()
2029 token_data, in handle_webkdcProxyTokenRequest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/identity/
H A Didentity_api.h103 const IdentityTokenCacheValue& token_data);
/dports/audio/beets/beets-1.4.9/beetsplug/
H A Dspotify.py60 token_data = json.load(f)
64 self.access_token = token_data['access_token']
/dports/textproc/py-tinycss/tinycss-0.4/docs/
H A Dparsing.rst86 .. module:: tinycss.token_data

12345678910>>...12