Home
last modified time | relevance | path

Searched refs:TokenHash (Results 1 – 25 of 42) sorted by relevance

12

/dports/irc/unreal/Unreal3.2.10.7/src/
H A Dpacket.c32 aCommand *TokenHash[256]; variable
222 bzero(TokenHash, sizeof(TokenHash)); in init_CommandHash()
251 for (p = TokenHash[i]; p; p = p->next) in init_CommandHash()
275 AddListItem(newcmd, TokenHash[*cmd]); in add_Command_backend()
318 for (p = TokenHash[*cmd]; p; p = p->next) in find_CommandEx()
352 DelListItem(p, TokenHash[*token]); in del_Command()
366 for (p = TokenHash[*cmd]; p; p = p->next) { in find_Token()
429 for (p = TokenHash[*cmd]; p; p = p->next) { in find_Command_simple()
H A Dapi-command.c38 for (p = TokenHash[*name]; p; p = p->next) in CommandExists()
127 DelListItem(command->tok, TokenHash[*command->tok->cmd]); in CommandDel()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/extensions/bayesian-spam-filter/
H A DnsBayesianFilter.h81 class TokenHash {
83 virtual ~TokenHash();
93 explicit TokenHash(uint32_t entrySize);
101 class Tokenizer : public TokenHash {
163 class CorpusStore : public TokenHash {
H A DnsBayesianFilter.cpp141 TokenHash::TokenHash(uint32_t aEntrySize) in TokenHash() function in TokenHash
146 TokenHash::~TokenHash() {} in ~TokenHash()
148 nsresult TokenHash::clearTokens() { in clearTokens()
156 char* TokenHash::copyWord(const char* word, uint32_t len) { in copyWord()
160 inline BaseToken* TokenHash::get(const char* word) { in get()
166 BaseToken* TokenHash::add(const char* word) { in add()
198 inline TokenEnumeration TokenHash::getTokens() { in getTokens()
203 : TokenHash(sizeof(Token)), in Tokenizer()
316 return static_cast<Token*>(TokenHash::get(word)); in get()
323 Token* token = static_cast<Token*>(TokenHash::add(word)); in add()
[all …]
/dports/www/gitea/gitea-1.16.5/models/migrations/
H A Dv85.go25 TokenHash string // sha256 of token - we will ensure UNIQUE later
73 token.TokenHash = hashToken(token.Sha1, salt)
108 TokenHash string `xorm:"UNIQUE"` // sha256 of token - we will ensure UNIQUE later
/dports/devel/gh/cli-2.4.0/vendor/github.com/gorilla/css/scanner/
H A Dscanner.go52 TokenHash const
79 TokenHash: "HASH",
137 TokenHash: `#{name}`,
247 if match := matchers[TokenHash].FindString(input); match != "" {
248 return s.emitToken(TokenHash, match)
/dports/net-im/tut/tut-0.0.17/vendor/github.com/gorilla/css/scanner/
H A Dscanner.go52 TokenHash const
79 TokenHash: "HASH",
137 TokenHash: `#{name}`,
247 if match := matchers[TokenHash].FindString(input); match != "" {
248 return s.emitToken(TokenHash, match)
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/gorilla/css/scanner/
H A Dscanner.go52 TokenHash const
79 TokenHash: "HASH",
137 TokenHash: `#{name}`,
247 if match := matchers[TokenHash].FindString(input); match != "" {
248 return s.emitToken(TokenHash, match)
/dports/www/gitea/gitea-1.16.5/vendor/github.com/gorilla/css/scanner/
H A Dscanner.go52 TokenHash const
79 TokenHash: "HASH",
137 TokenHash: `#{name}`,
247 if match := matchers[TokenHash].FindString(input); match != "" {
248 return s.emitToken(TokenHash, match)
/dports/www/writefreely/writefreely-0.13.1/
H A Doauth_signup.go40 TokenHash string member
72 TokenHash string member
103 tp.TokenHash = tp.HashTokenParams(h.Config.Server.HashSeed)
209 TokenHash: tp.TokenHash,
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/gorilla/css/scanner/
H A Dscanner.go52 TokenHash const
79 TokenHash: "HASH",
137 TokenHash: `#{name}`,
247 if match := matchers[TokenHash].FindString(input); match != "" {
248 return s.emitToken(TokenHash, match)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/gorilla/css/scanner/
H A Dscanner.go52 TokenHash const
79 TokenHash: "HASH",
129 TokenHash: `#{name}`,
239 if match := matchers[TokenHash].FindString(input); match != "" {
240 return s.emitToken(TokenHash, match)
H A Dscanner_test.go35 checkMatch("#name", TokenHash, "#name")
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/gorilla/css/scanner/
H A Dscanner.go52 TokenHash const
79 TokenHash: "HASH",
137 TokenHash: `#{name}`,
247 if match := matchers[TokenHash].FindString(input); match != "" {
248 return s.emitToken(TokenHash, match)
/dports/www/gitea/gitea-1.16.5/models/
H A Dtoken.go32 TokenHash string `xorm:"UNIQUE"` // sha256 of token member
71 t.TokenHash = auth.HashToken(t.Token, t.TokenSalt)
134 if subtle.ConstantTimeCompare([]byte(t.TokenHash), []byte(tempHash)) == 1 {
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/
H A Dtoken.h64 struct TokenHash { struct
H A Dunguessable_token.h114 return TokenHash()(token.token_); in operator()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/
H A Dtoken.h64 struct TokenHash { struct
H A Dunguessable_token.h114 return TokenHash()(token.token_); in operator()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/
H A Dtoken.h64 struct TokenHash { struct
H A Dunguessable_token.h114 return TokenHash()(token.token_); in operator()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/
H A Dtoken.h64 struct TokenHash { struct
H A Dunguessable_token.h110 return TokenHash()(token.token_); in operator()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dunguessable_token.h114 return TokenHash()(token.token_); in operator()
H A Dtoken.h65 struct TokenHash { struct

12