Home
last modified time | relevance | path

Searched refs:word_list (Results 26 – 50 of 633) sorted by relevance

12345678910>>...26

/dports/security/john/john-1.9.0-jumbo-1/src/ztex/pkt_comm/
H A DMakefile.in10 OBJS = pkt_comm.o word_gen.o word_list.o cmp_config.o inpkt.o init_data.o
22 word_list.o: word_list.c word_list.h pkt_comm.h
23 $(CC) $(CFLAGS) word_list.c
/dports/japanese/anthy/anthy-0.4/src-splitter/
H A Dwordlist.c48 struct word_list *wl) in anthy_print_word_list()
90 word_list_same(struct word_list *wl1, struct word_list *wl2) in word_list_same()
137 struct word_list *wl) in anthy_commit_word_list()
139 struct word_list *tmp; in anthy_commit_word_list()
176 struct word_list *
185 struct word_list *tmpl) in make_following_word_list()
200 struct word_list new_tmpl; in make_following_word_list()
232 struct word_list *tmpl) in make_suc_words()
390 struct word_list tmpl; in make_word_list()
446 struct word_list tmpl; in make_dummy_head()
[all …]
H A Ddepgraph.c45 struct word_list *tmpl,
49 struct word_list *wl,
98 struct word_list *wl, in match_nodes()
126 struct word_list new_wl = *wl; in match_nodes()
149 struct word_list *tmpl, in match_branch()
182 struct word_list *wl; in match_branch()
206 struct word_list *tmpl, in anthy_scan_node()
/dports/science/healpix/Healpix_3.50/src/idl/misc/
H A Dindex_word.pro28 function index_word, word_list, word, ERROR = error, VALUE = value
35 ; array word_list
39 ; result = index_word(word_list, word[, ERROR=error, VALUE = value])
42 ; word_list = string array
67 if datatype(word_list,2) ne 7 then begin
73 n_words = N_ELEMENTS(word_list)
80 value = STRTRIM(word_list(word[0]),2)
89 list = STRTRIM(STRUPCASE(word_list),2)
100 value = STRTRIM(word_list(index(0)),2)
/dports/devel/py-Faker/Faker-0.8.15/faker/providers/company/it_IT/
H A D__init__.py340 for word_list in self.catch_phrase_words:
341 result.append(self.random_element(word_list))
350 for word_list in self.bsWords:
351 result.append(self.random_element(word_list))
/dports/devel/py-Faker/Faker-0.8.15/faker/providers/company/ko_KR/
H A D__init__.py368 for word_list in self.catch_phrase_words:
369 result.append(self.random_element(word_list))
378 for word_list in self.bsWords:
379 result.append(self.random_element(word_list))
/dports/devel/py-Faker/Faker-0.8.15/faker/providers/company/es_MX/
H A D__init__.py157 for word_list in self.catch_phrase_words:
158 result.append(self.random_element(word_list))
167 for word_list in self.bsWords:
168 result.append(self.random_element(word_list))
/dports/devel/py-Faker/Faker-0.8.15/faker/providers/company/
H A D__init__.py515 for word_list in self.catch_phrase_words:
516 result.append(self.random_element(word_list))
525 for word_list in self.bsWords:
526 result.append(self.random_element(word_list))
/dports/www/e107/e107/e107_plugins/linkwords/
H A De_tohtml.php31 protected $word_list = array(); // List of link words/phrases variable in e_tohtml_linkwords
55 $this->word_list[] = $val['word'];
71 $this->word_list = $arr;
167 $this->word_list[] = $lw;
188 $this->word_list[] = $lw;
261 $ptext .= $this->linksproc($cont,0,count($this->word_list));
291 if (empty($this->word_list[$first])) continue;
292 if (strpos($tp->ustrtolower($text), $this->word_list[$first]) !== false) break;
311 …$lw = $this->word_list[$first]; // This is the word we're matching - in lower case in our 'master…
/dports/japanese/anthy/anthy-0.4/doc/
H A DSPLITTER18 文節となりうる文字列を列挙してstruct word_listを構成する。
40 word_listが指す文節と同じもの、その文節に記号などを加えたもの、
42 *word_list
126 接尾語、付属語などをつけてword_listを構築する。
/dports/www/kannel/gateway-1.4.4/gw/
H A Dbb_alog.c121 List *word_list; in get_pattern() local
137 word_list = octstr_split_words(text); in get_pattern()
138 num_words = gwlist_len(word_list); in get_pattern()
140 word_list = gwlist_create(); in get_pattern()
163 octstr_append(result, gwlist_get(word_list, 0)); in get_pattern()
169 octstr_append(result, gwlist_get(word_list, nextarg)); in get_pattern()
176 temp = gwlist_get(word_list, nextarg); in get_pattern()
190 octstr_append(result, gwlist_get(word_list, j)); in get_pattern()
213 octstr_append(result, gwlist_get(word_list, j)); in get_pattern()
341 gwlist_destroy(word_list, octstr_destroy_item); in get_pattern()
/dports/textproc/uim-gtk/uim-d1ac9d9/gtk2/dict/
H A Danthy.c220 dict->word_list = NULL; in uim_dict_anthy_open()
222 dict_anthy_read_priv_dic_list(&dict->word_list); in uim_dict_anthy_open()
233 word_free_list(dict->word_list); in uim_dict_anthy_close()
279 dict->word_list = NULL; in uim_dict_anthy_refresh()
280 word_free_list(dict->word_list); in uim_dict_anthy_refresh()
281 dict_anthy_read_priv_dic_list(&dict->word_list); in uim_dict_anthy_refresh()
H A Dcanna.c308 dict->word_list = NULL; in uim_dict_canna_open()
310 status = dict_canna_read_priv_dic_list(&dict->word_list); in uim_dict_canna_open()
332 word_free_list(dict->word_list); in uim_dict_canna_close()
374 dict->word_list = NULL; in uim_dict_canna_refresh()
375 word_free_list(dict->word_list); in uim_dict_canna_refresh()
378 dict_canna_read_priv_dic_list(&dict->word_list); in uim_dict_canna_refresh()
/dports/textproc/uim-el/uim-d1ac9d9/gtk2/dict/
H A Danthy.c220 dict->word_list = NULL; in uim_dict_anthy_open()
222 dict_anthy_read_priv_dic_list(&dict->word_list); in uim_dict_anthy_open()
233 word_free_list(dict->word_list); in uim_dict_anthy_close()
279 dict->word_list = NULL; in uim_dict_anthy_refresh()
280 word_free_list(dict->word_list); in uim_dict_anthy_refresh()
281 dict_anthy_read_priv_dic_list(&dict->word_list); in uim_dict_anthy_refresh()
H A Dcanna.c308 dict->word_list = NULL; in uim_dict_canna_open()
310 status = dict_canna_read_priv_dic_list(&dict->word_list); in uim_dict_canna_open()
332 word_free_list(dict->word_list); in uim_dict_canna_close()
374 dict->word_list = NULL; in uim_dict_canna_refresh()
375 word_free_list(dict->word_list); in uim_dict_canna_refresh()
378 dict_canna_read_priv_dic_list(&dict->word_list); in uim_dict_canna_refresh()
/dports/textproc/uim-qt5/uim-d1ac9d9/gtk2/dict/
H A Danthy.c220 dict->word_list = NULL; in uim_dict_anthy_open()
222 dict_anthy_read_priv_dic_list(&dict->word_list); in uim_dict_anthy_open()
233 word_free_list(dict->word_list); in uim_dict_anthy_close()
279 dict->word_list = NULL; in uim_dict_anthy_refresh()
280 word_free_list(dict->word_list); in uim_dict_anthy_refresh()
281 dict_anthy_read_priv_dic_list(&dict->word_list); in uim_dict_anthy_refresh()
H A Dcanna.c308 dict->word_list = NULL; in uim_dict_canna_open()
310 status = dict_canna_read_priv_dic_list(&dict->word_list); in uim_dict_canna_open()
332 word_free_list(dict->word_list); in uim_dict_canna_close()
374 dict->word_list = NULL; in uim_dict_canna_refresh()
375 word_free_list(dict->word_list); in uim_dict_canna_refresh()
378 dict_canna_read_priv_dic_list(&dict->word_list); in uim_dict_canna_refresh()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/gtk2/dict/
H A Danthy.c220 dict->word_list = NULL; in uim_dict_anthy_open()
222 dict_anthy_read_priv_dic_list(&dict->word_list); in uim_dict_anthy_open()
233 word_free_list(dict->word_list); in uim_dict_anthy_close()
279 dict->word_list = NULL; in uim_dict_anthy_refresh()
280 word_free_list(dict->word_list); in uim_dict_anthy_refresh()
281 dict_anthy_read_priv_dic_list(&dict->word_list); in uim_dict_anthy_refresh()
H A Dcanna.c308 dict->word_list = NULL; in uim_dict_canna_open()
310 status = dict_canna_read_priv_dic_list(&dict->word_list); in uim_dict_canna_open()
332 word_free_list(dict->word_list); in uim_dict_canna_close()
374 dict->word_list = NULL; in uim_dict_canna_refresh()
375 word_free_list(dict->word_list); in uim_dict_canna_refresh()
378 dict_canna_read_priv_dic_list(&dict->word_list); in uim_dict_canna_refresh()
/dports/textproc/uim-gtk3/uim-d1ac9d9/gtk2/dict/
H A Danthy.c220 dict->word_list = NULL; in uim_dict_anthy_open()
222 dict_anthy_read_priv_dic_list(&dict->word_list); in uim_dict_anthy_open()
233 word_free_list(dict->word_list); in uim_dict_anthy_close()
279 dict->word_list = NULL; in uim_dict_anthy_refresh()
280 word_free_list(dict->word_list); in uim_dict_anthy_refresh()
281 dict_anthy_read_priv_dic_list(&dict->word_list); in uim_dict_anthy_refresh()
H A Dcanna.c308 dict->word_list = NULL; in uim_dict_canna_open()
310 status = dict_canna_read_priv_dic_list(&dict->word_list); in uim_dict_canna_open()
332 word_free_list(dict->word_list); in uim_dict_canna_close()
374 dict->word_list = NULL; in uim_dict_canna_refresh()
375 word_free_list(dict->word_list); in uim_dict_canna_refresh()
378 dict_canna_read_priv_dic_list(&dict->word_list); in uim_dict_canna_refresh()
/dports/japanese/uim-anthy/uim-d1ac9d9/gtk2/dict/
H A Danthy.c220 dict->word_list = NULL; in uim_dict_anthy_open()
222 dict_anthy_read_priv_dic_list(&dict->word_list); in uim_dict_anthy_open()
233 word_free_list(dict->word_list); in uim_dict_anthy_close()
279 dict->word_list = NULL; in uim_dict_anthy_refresh()
280 word_free_list(dict->word_list); in uim_dict_anthy_refresh()
281 dict_anthy_read_priv_dic_list(&dict->word_list); in uim_dict_anthy_refresh()
/dports/math/py-or-tools/or-tools-9.2/examples/contrib/
H A Dword_square.cs135 public static String[] ReadWords(String word_list, int word_len) in ReadWords() argument
137 Console.WriteLine("ReadWords {0} {1}", word_list, word_len); in ReadWords()
140 TextReader inr = new StreamReader(word_list); in ReadWords()
166 String word_list = "/usr/share/dict/words"; in Main()
172 word_list = args[0]; in Main()
185 String[] words = ReadWords(word_list, word_len); in Main()
/dports/multimedia/py-guessit/guessit-3.3.1/guessit/rules/common/
H A Dnumeral.py40 for word_list in args:
41 for word in word_list:
104 …for word_list in [english_word_numeral_list, french_word_numeral_list, french_alt_word_numeral_lis…
106 return word_list.index(value.lower())
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/guessit/rules/common/
H A Dnumeral.py40 for word_list in args:
41 for word in word_list:
104 …for word_list in [english_word_numeral_list, french_word_numeral_list, french_alt_word_numeral_lis…
106 return word_list.index(value.lower())

12345678910>>...26