Home
last modified time | relevance | path

Searched refs:spellings (Results 1 – 25 of 2692) sorted by relevance

12345678910>>...108

/dports/games/tanglet/tanglet-1.6.0/src/
H A Dtrie.cpp116 if (spellings.isEmpty()) { in TrieGenerator()
121 if (spellings.count() == 1) { in TrieGenerator()
122 spellings[0] = word.toLower(); in TrieGenerator()
124 spellings.removeFirst(); in TrieGenerator()
128 addWord(word, spellings); in TrieGenerator()
174 node->m_spellings = spellings; in addWord()
192 node.m_word = spellings.count(); in run()
193 spellings += trie->m_spellings; in run()
301 QString spellings; in operator >>() local
302 stream >> trie.m_nodes >> spellings; in operator >>()
[all …]
H A Dword_tree.cpp78 QStringList spellings = m_trie->spellings(word, QStringList(item->text(0).toLower())); in addWord() local
79 item->setData(1, Qt::UserRole, spellings); in addWord()
85 spellings.append(tr("%n point(s)", "", score)); in addWord()
86 item->setToolTip(0, spellings.join("\n")); in addWord()
154 const QStringList spellings = item->data(1, Qt::UserRole).toStringList(); in onItemClicked() local
155 QString word = spellings.first(); in onItemClicked()
157 if (spellings.count() > 1) { in onItemClicked()
159 for (const QString& spelling : spellings) { in onItemClicked()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py69 spellings = [c.spelling for c in tu.cursor.get_children()]
70 self.assertEqual(spellings[-2], 'hello')
71 self.assertEqual(spellings[-1], 'hi')
77 spellings = [c.spelling for c in tu.cursor.get_children()]
78 self.assertEqual(spellings[-2], 'hello')
79 self.assertEqual(spellings[-1], 'hi')
93 self.assertEqual(spellings[-2], 'x')
94 self.assertEqual(spellings[-1], 'y')
104 self.assertEqual(spellings[-1], 'x')
119 self.assertEqual(spellings[-2], 'x')
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py69 spellings = [c.spelling for c in tu.cursor.get_children()]
70 self.assertEqual(spellings[-2], 'hello')
71 self.assertEqual(spellings[-1], 'hi')
77 spellings = [c.spelling for c in tu.cursor.get_children()]
78 self.assertEqual(spellings[-2], 'hello')
79 self.assertEqual(spellings[-1], 'hi')
93 self.assertEqual(spellings[-2], 'x')
94 self.assertEqual(spellings[-1], 'y')
104 self.assertEqual(spellings[-1], 'x')
119 self.assertEqual(spellings[-2], 'x')
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py69 spellings = [c.spelling for c in tu.cursor.get_children()]
70 self.assertEqual(spellings[-2], 'hello')
71 self.assertEqual(spellings[-1], 'hi')
77 spellings = [c.spelling for c in tu.cursor.get_children()]
78 self.assertEqual(spellings[-2], 'hello')
79 self.assertEqual(spellings[-1], 'hi')
93 self.assertEqual(spellings[-2], 'x')
94 self.assertEqual(spellings[-1], 'y')
104 self.assertEqual(spellings[-1], 'x')
119 self.assertEqual(spellings[-2], 'x')
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py69 spellings = [c.spelling for c in tu.cursor.get_children()]
70 self.assertEqual(spellings[-2], 'hello')
71 self.assertEqual(spellings[-1], 'hi')
77 spellings = [c.spelling for c in tu.cursor.get_children()]
78 self.assertEqual(spellings[-2], 'hello')
79 self.assertEqual(spellings[-1], 'hi')
93 self.assertEqual(spellings[-2], 'x')
94 self.assertEqual(spellings[-1], 'y')
104 self.assertEqual(spellings[-1], 'x')
119 self.assertEqual(spellings[-2], 'x')
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py69 spellings = [c.spelling for c in tu.cursor.get_children()]
70 self.assertEqual(spellings[-2], 'hello')
71 self.assertEqual(spellings[-1], 'hi')
77 spellings = [c.spelling for c in tu.cursor.get_children()]
78 self.assertEqual(spellings[-2], 'hello')
79 self.assertEqual(spellings[-1], 'hi')
93 self.assertEqual(spellings[-2], 'x')
94 self.assertEqual(spellings[-1], 'y')
104 self.assertEqual(spellings[-1], 'x')
119 self.assertEqual(spellings[-2], 'x')
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py69 spellings = [c.spelling for c in tu.cursor.get_children()]
70 self.assertEqual(spellings[-2], 'hello')
71 self.assertEqual(spellings[-1], 'hi')
77 spellings = [c.spelling for c in tu.cursor.get_children()]
78 self.assertEqual(spellings[-2], 'hello')
79 self.assertEqual(spellings[-1], 'hi')
93 self.assertEqual(spellings[-2], 'x')
94 self.assertEqual(spellings[-1], 'y')
104 self.assertEqual(spellings[-1], 'x')
119 self.assertEqual(spellings[-2], 'x')
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py69 spellings = [c.spelling for c in tu.cursor.get_children()]
70 self.assertEqual(spellings[-2], 'hello')
71 self.assertEqual(spellings[-1], 'hi')
77 spellings = [c.spelling for c in tu.cursor.get_children()]
78 self.assertEqual(spellings[-2], 'hello')
79 self.assertEqual(spellings[-1], 'hi')
93 self.assertEqual(spellings[-2], 'x')
94 self.assertEqual(spellings[-1], 'y')
104 self.assertEqual(spellings[-1], 'x')
119 self.assertEqual(spellings[-2], 'x')
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py69 spellings = [c.spelling for c in tu.cursor.get_children()]
70 self.assertEqual(spellings[-2], 'hello')
71 self.assertEqual(spellings[-1], 'hi')
77 spellings = [c.spelling for c in tu.cursor.get_children()]
78 self.assertEqual(spellings[-2], 'hello')
79 self.assertEqual(spellings[-1], 'hi')
93 self.assertEqual(spellings[-2], 'x')
94 self.assertEqual(spellings[-1], 'y')
104 self.assertEqual(spellings[-1], 'x')
119 self.assertEqual(spellings[-2], 'x')
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py69 spellings = [c.spelling for c in tu.cursor.get_children()]
70 self.assertEqual(spellings[-2], 'hello')
71 self.assertEqual(spellings[-1], 'hi')
77 spellings = [c.spelling for c in tu.cursor.get_children()]
78 self.assertEqual(spellings[-2], 'hello')
79 self.assertEqual(spellings[-1], 'hi')
93 self.assertEqual(spellings[-2], 'x')
94 self.assertEqual(spellings[-1], 'y')
104 self.assertEqual(spellings[-1], 'x')
119 self.assertEqual(spellings[-2], 'x')
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py69 spellings = [c.spelling for c in tu.cursor.get_children()]
70 self.assertEqual(spellings[-2], 'hello')
71 self.assertEqual(spellings[-1], 'hi')
77 spellings = [c.spelling for c in tu.cursor.get_children()]
78 self.assertEqual(spellings[-2], 'hello')
79 self.assertEqual(spellings[-1], 'hi')
93 self.assertEqual(spellings[-2], 'x')
94 self.assertEqual(spellings[-1], 'y')
104 self.assertEqual(spellings[-1], 'x')
119 self.assertEqual(spellings[-2], 'x')
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py69 spellings = [c.spelling for c in tu.cursor.get_children()]
70 self.assertEqual(spellings[-2], 'hello')
71 self.assertEqual(spellings[-1], 'hi')
77 spellings = [c.spelling for c in tu.cursor.get_children()]
78 self.assertEqual(spellings[-2], 'hello')
79 self.assertEqual(spellings[-1], 'hi')
93 self.assertEqual(spellings[-2], 'x')
94 self.assertEqual(spellings[-1], 'y')
104 self.assertEqual(spellings[-1], 'x')
119 self.assertEqual(spellings[-2], 'x')
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py69 spellings = [c.spelling for c in tu.cursor.get_children()]
70 self.assertEqual(spellings[-2], 'hello')
71 self.assertEqual(spellings[-1], 'hi')
77 spellings = [c.spelling for c in tu.cursor.get_children()]
78 self.assertEqual(spellings[-2], 'hello')
79 self.assertEqual(spellings[-1], 'hi')
93 self.assertEqual(spellings[-2], 'x')
94 self.assertEqual(spellings[-1], 'y')
104 self.assertEqual(spellings[-1], 'x')
119 self.assertEqual(spellings[-2], 'x')
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py69 spellings = [c.spelling for c in tu.cursor.get_children()]
70 self.assertEqual(spellings[-2], 'hello')
71 self.assertEqual(spellings[-1], 'hi')
77 spellings = [c.spelling for c in tu.cursor.get_children()]
78 self.assertEqual(spellings[-2], 'hello')
79 self.assertEqual(spellings[-1], 'hi')
93 self.assertEqual(spellings[-2], 'x')
94 self.assertEqual(spellings[-1], 'y')
104 self.assertEqual(spellings[-1], 'x')
119 self.assertEqual(spellings[-2], 'x')
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py69 spellings = [c.spelling for c in tu.cursor.get_children()]
70 self.assertEqual(spellings[-2], 'hello')
71 self.assertEqual(spellings[-1], 'hi')
77 spellings = [c.spelling for c in tu.cursor.get_children()]
78 self.assertEqual(spellings[-2], 'hello')
79 self.assertEqual(spellings[-1], 'hi')
93 self.assertEqual(spellings[-2], 'x')
94 self.assertEqual(spellings[-1], 'y')
104 self.assertEqual(spellings[-1], 'x')
119 self.assertEqual(spellings[-2], 'x')
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/bindings/python/tests/cindex/
H A Dtest_translation_unit.py69 spellings = [c.spelling for c in tu.cursor.get_children()]
70 self.assertEqual(spellings[-2], 'hello')
71 self.assertEqual(spellings[-1], 'hi')
77 spellings = [c.spelling for c in tu.cursor.get_children()]
78 self.assertEqual(spellings[-2], 'hello')
79 self.assertEqual(spellings[-1], 'hi')
93 self.assertEqual(spellings[-2], 'x')
94 self.assertEqual(spellings[-1], 'y')
104 self.assertEqual(spellings[-1], 'x')
119 self.assertEqual(spellings[-2], 'x')
[all …]
/dports/audio/rosegarden/rosegarden-21.06.1/src/sound/
H A DTuning.cpp83 SpellingList *spellings = new SpellingList;
121 saveTuning(tuningName, intervals, spellings);
123 spellings = new SpellingList;
136 delete spellings;
218 intervals, spellings);
241 SpellingList *spellings)
338 SpellingList *spellings)
354 SpellingList *spellings) :
359 m_spellings(spellings)
370 it != spellings->end();
[all …]
H A DTuning.h73 SpellingList *spellings);
125 SpellingList *spellings);
129 SpellingList *spellings);
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py50 spellings = [c.spelling for c in tu.cursor.get_children()]
51 self.assertEqual(spellings[-2], 'hello')
52 self.assertEqual(spellings[-1], 'hi')
58 spellings = [c.spelling for c in tu.cursor.get_children()]
59 self.assertEqual(spellings[-2], 'hello')
60 self.assertEqual(spellings[-1], 'hi')
73 spellings = [c.spelling for c in tu.cursor.get_children()]
74 self.assertEqual(spellings[-2], 'x')
75 self.assertEqual(spellings[-1], 'y')
84 spellings = [c.spelling for c in tu.cursor.get_children()]
[all …]
/dports/games/connectagram/connectagram-1.2.11/src/
H A Dwordlist.cpp123 QStringList spellings = in.readLine().simplified().split(" ", QString::SkipEmptyParts); in WordListData() local
124 if (spellings.isEmpty()) { in WordListData()
128 QString word = spellings.takeFirst(); in WordListData()
137 if (!spellings.isEmpty()) { in WordListData()
138 m_spellings[word] = spellings; in WordListData()
H A Dwordlist.h48 QStringList spellings(const QString& word) const { in spellings() function
49 return m_data->spellings(word); in spellings()
78 QStringList spellings(const QString& word) const { in spellings() function
/dports/games/tanglet/tanglet-1.6.0/tools/wordlist/
H A Dmain.cpp192 auto& spellings = words[solution]; in readWords() local
193 if (std::find(spellings.cbegin(), spellings.cend(), word) == spellings.cend()) { in readWords()
194 spellings.push_back(word); in readWords()
217 const auto& spellings = i.second; in joinWordsIntoLines() local
218 if ((spellings.size() == 1) && (spellings[0] == solution.toLower())) { in joinWordsIntoLines()
225 for (const auto& spelling : spellings) { in joinWordsIntoLines()
/dports/games/connectagram/connectagram-1.2.11/tools/
H A Dwords.py77 for solution, spellings in words.items():
78 if (len(spellings) == 1) and (spellings[0] == solution.lower()):
84 lines.append(solution + ' ' + ' '.join(spellings) + '\n')
/dports/chinese/librime/librime-1.7.3/src/rime/algo/
H A Dsyllabifier.cc88 SpellingMap& spellings(end_vertices[end_pos]); in BuildSyllableGraph() local
112 auto it = spellings.find(syllable_id); in BuildSyllableGraph()
113 if (it == spellings.end()) { in BuildSyllableGraph()
114 spellings.insert({syllable_id, props}); in BuildSyllableGraph()
126 if (spellings.empty()) { in BuildSyllableGraph()
206 auto& spellings(end_vertices[end_pos]); in BuildSyllableGraph() local
222 spellings.insert({syllable_id, props}); in BuildSyllableGraph()
227 if (spellings.empty()) { in BuildSyllableGraph()

12345678910>>...108