Home
last modified time | relevance | path

Searched refs:token_table (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/textproc/p5-Text-Trac/Text-Trac-0.24/lib/Text/Trac/
H A DInlineNode.pm13 tie my %token_table, 'Tie::IxHash';
47 my $rules = join '|', ( map {"($_)"} ( keys %token_table ) );
50 s/^\!\?// for values %token_table;
51 s/^\\// for values %token_table;
66 %token_table = (
76 %token_table,
81 my $rules = join '|', ( map {"($_)"} ( keys %token_table ) );
84 s/^\!\?// for values %token_table;
85 s/^\\// for values %token_table;
119 for my $token ( keys %token_table ) {
[all …]
/dports/textproc/py-nltk/nltk-3.4.1/nltk/tokenize/
H A Dtexttiling.py163 def _block_comparison(self, tokseqs, token_table): argument
188 for t in token_table:
239 token_table = {}
261 if word in token_table:
262 token_table[word].total_count += 1
264 if token_table[word].last_par != current_par:
265 token_table[word].last_par = current_par
266 token_table[word].par_count += 1
272 token_table[word].ts_occurences[-1][1] += 1
274 token_table[word] = TokenTableField(
[all …]
/dports/japanese/groff/groff-1.18.1.1/src/preproc/refer/
H A Dtoken.cc34 token_table_entry token_table[TOKEN_TABLE_SIZE]; variable
159 if (token_table[n].tok == 0) { in store_token()
162 token_table[n].tok = tok; in store_token()
165 if (strcmp(tok, token_table[n].tok) == 0) in store_token()
172 token_table[n].ti.set(typ, sk, oc); in store_token()
182 if (token_table[n].tok == 0) in lookup_token()
184 if (strlen(token_table[n].tok) == size_t(end - start) in lookup_token()
185 && memcmp(token_table[n].tok, start, end - start) == 0) in lookup_token()
186 return &(token_table[n].ti); in lookup_token()
/dports/textproc/groff/groff-1.22.4/src/preproc/refer/
H A Dtoken.cpp33 token_table_entry token_table[TOKEN_TABLE_SIZE]; variable
158 if (token_table[n].tok == 0) { in store_token()
161 token_table[n].tok = tok; in store_token()
164 if (strcmp(tok, token_table[n].tok) == 0) in store_token()
171 token_table[n].ti.set(typ, sk, oc); in store_token()
181 if (token_table[n].tok == 0) in lookup_token()
183 if (strlen(token_table[n].tok) == size_t(end - start) in lookup_token()
184 && memcmp(token_table[n].tok, start, end - start) == 0) in lookup_token()
185 return &(token_table[n].ti); in lookup_token()
/dports/emulators/mess/mame-mame0226/src/tools/imgtool/
H A Dfiltbas.cpp84 const basictoken_tableent *token_table; in basic_readfile() local
134 token_table = &tokens->entries[i]; in basic_readfile()
135 if (token_table->shift == shift) in basic_readfile()
139 token = token_table->tokens[b - 0x80]; in basic_readfile()
145 if (token_table->shift == b) in basic_readfile()
147 shift = token_table->shift; in basic_readfile()
187 const basictoken_tableent *token_table; in basic_writefile() local
282 token_table = &tokens->entries[i]; in basic_writefile()
285 if (!strncmp(&buf[pos], token_table->tokens[j], strlen(token_table->tokens[j]))) in basic_writefile()
287 token = token_table->tokens[j]; in basic_writefile()
[all …]
/dports/emulators/mame/mame-mame0226/src/tools/imgtool/
H A Dfiltbas.cpp84 const basictoken_tableent *token_table; in basic_readfile() local
134 token_table = &tokens->entries[i]; in basic_readfile()
135 if (token_table->shift == shift) in basic_readfile()
139 token = token_table->tokens[b - 0x80]; in basic_readfile()
145 if (token_table->shift == b) in basic_readfile()
147 shift = token_table->shift; in basic_readfile()
187 const basictoken_tableent *token_table; in basic_writefile() local
282 token_table = &tokens->entries[i]; in basic_writefile()
285 if (!strncmp(&buf[pos], token_table->tokens[j], strlen(token_table->tokens[j]))) in basic_writefile()
287 token = token_table->tokens[j]; in basic_writefile()
[all …]
/dports/devel/idutils/idutils-4.6/src/
H A Dmkid.c95 static struct hash_table token_table; variable
431 free (token_table.ht_vec); in main()
524 token_table.ht_size); in scan_files()
609 slot = (struct token **) hash_find_slot (&token_table, token); in scan_member_file_1()
621 hash_insert_at (&token_table, token, slot); in scan_member_file_1()
666 hash_print_stats (&token_table, stdout); in report_statistics()
668 (double) occurrences / (double) token_table.ht_fill); in report_statistics()
693 assert (summary_root->sum_hits_count == token_table.ht_fill); in write_id_file()
695 token_table.ht_fill, sizeof *tokens); in write_id_file()
727 for (i = 0; i < token_table.ht_fill; i++, tokens++) in write_id_file()
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/app/views/
H A Dadministration.user.token.list.php82 $token_table = (new CTableInfo()) variable
117 $token_table->addRow([
148 $token_table,
H A Dadministration.token.list.php117 $token_table = (new CTableInfo()) variable
162 $token_table->addRow([
197 $token_table,
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/app/views/
H A Dadministration.user.token.list.php82 $token_table = (new CTableInfo()) variable
117 $token_table->addRow([
148 $token_table,
H A Dadministration.token.list.php117 $token_table = (new CTableInfo()) variable
162 $token_table->addRow([
197 $token_table,
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/app/views/
H A Dadministration.user.token.list.php82 $token_table = (new CTableInfo()) variable
117 $token_table->addRow([
148 $token_table,
H A Dadministration.token.list.php117 $token_table = (new CTableInfo()) variable
162 $token_table->addRow([
197 $token_table,
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/app/views/
H A Dadministration.user.token.list.php82 $token_table = (new CTableInfo()) variable
117 $token_table->addRow([
148 $token_table,
H A Dadministration.token.list.php117 $token_table = (new CTableInfo()) variable
162 $token_table->addRow([
197 $token_table,
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/app/views/
H A Dadministration.user.token.list.php82 $token_table = (new CTableInfo()) variable
117 $token_table->addRow([
148 $token_table,
H A Dadministration.token.list.php117 $token_table = (new CTableInfo()) variable
162 $token_table->addRow([
197 $token_table,
/dports/lang/ruby26/ruby-2.6.9/lib/racc/
H A Dparser.rb277 _, _, token_table, _,
292 @racc_t = (token_table[tok] or 1) # error token
326 _, _, token_table, _,
343 @racc_t = (token_table[tok] or 1) # error token
/dports/math/fricas/fricas-1.3.7/src/hyper/
H A Dtoken.h158 extern char *token_table[];
161 char *token_table[] = { variable
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dstrutil.c120 static bool s_is_token(struct aws_byte_cursor token, const bool token_table[256]) { in s_is_token()
127 if (token_table[c] == false) { in s_is_token()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/ungrammar-1.14.9/src/
H A Dparser.rs31 token_table: HashMap<String, Token>, field
86 let len = self.token_table.len(); in intern_token()
88 *self.token_table.entry(name.clone()).or_insert_with(|| { in intern_token()
/dports/lang/rust/rustc-1.58.1-src/vendor/ungrammar/src/
H A Dparser.rs31 token_table: HashMap<String, Token>, field
86 let len = self.token_table.len(); in intern_token()
88 *self.token_table.entry(name.clone()).or_insert_with(|| { in intern_token()
/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Dconfprocess.c643 int token_to_value(struct Token token_table[], const char *token) in token_to_value() argument
647 return_val_if_fail(token_table != NULL, TOKEN_ERROR); in token_to_value()
650 for (i = 0; token_table[i].text != NULL; i++) in token_to_value()
652 if (strcasecmp(token_table[i].text, token) == 0) in token_to_value()
654 return token_table[i].value; in token_to_value()
/dports/japanese/groff/groff-1.18.1.1/src/preproc/eqn/
H A Dlex.cc58 } token_table[] = { variable
257 for (i = 0; i < sizeof(token_table)/sizeof(token_table[0]); i++) { in init_table()
260 def->tok = token_table[i].token; in init_table()
261 macro_table.define(token_table[i].name, def); in init_table()
/dports/textproc/groff/groff-1.22.4/src/preproc/eqn/
H A Dlex.cpp61 } token_table[] = { variable
282 for (i = 0; i < sizeof(token_table)/sizeof(token_table[0]); i++) { in init_table()
285 def->tok = token_table[i].token; in init_table()
286 macro_table.define(token_table[i].name, def); in init_table()

1234567