Home
last modified time | relevance | path

Searched refs:Phrase (Results 1 – 25 of 7798) sorted by relevance

12345678910>>...312

/dports/misc/artikulate/artikulate-21.12.3/src/core/
H A Dphrase.cpp14 Phrase::Phrase() in Phrase() function in Phrase
24 connect(this, &Phrase::idChanged, this, &Phrase::modified); in Phrase()
25 connect(this, &Phrase::typeChanged, this, &Phrase::modified); in Phrase()
34 Phrase::~Phrase() = default;
36 std::shared_ptr<Phrase> Phrase::create() in create()
38 std::shared_ptr<Phrase> phrase(new Phrase); in create()
103 Phrase::Type Phrase::type() const in type()
124 void Phrase::setType(Phrase::Type type) in setType()
155 Phrase::EditState Phrase::editState() const in editState()
173 void Phrase::setEditState(Phrase::EditState state) in setEditState()
[all …]
/dports/chinese/scim-pinyin/scim-pinyin-0.5.92/src/
H A Dscim_phrase.h124 class Phrase; variable
140 class Phrase
208 : public std::binary_function <Phrase, Phrase, bool>
216 : public std::binary_function <Phrase, Phrase, bool>
224 : public std::binary_function <Phrase, Phrase, bool>
232 : public std::binary_function <Phrase, Phrase, bool>
240 : public std::binary_function <Phrase, Phrase, bool>
372 Phrase find (const Phrase &phrase);
531 Phrase::operator == (const Phrase &rhs) const
537 Phrase::operator < (const Phrase &rhs) const
[all …]
/dports/math/curv/curv-0.5/libcurv/
H A Dphrase.h40 virtual ~Phrase() {} in ~Phrase() argument
156 Shared<Phrase> arg_;
175 Shared<Phrase> left_;
246 Shared<Phrase> left_;
268 Shared<Phrase> left_;
429 Shared<Phrase> arg_;
694 void each_item(Phrase& phrase, std::function<void(Phrase&)> func);
699 Shared<const Phrase> strip_parens(Shared<const Phrase>);
704 Shared<const Phrase> nub_phrase(Shared<const Phrase>);
707 Shared<const Phrase> func_part(Shared<const Phrase> ph);
[all …]
H A Dphrase.cc13 each_item(Phrase& phrase, std::function<void(Phrase&)> func) in each_item()
30 Shared<const Phrase>
31 strip_parens(Shared<const Phrase> ph) in strip_parens()
41 Shared<const Phrase>
42 nub_phrase(Shared<const Phrase> ph) in nub_phrase()
70 Shared<const Phrase>
71 func_part(Shared<const Phrase> ph) in func_part()
80 Shared<const Phrase>
81 arg_part(Shared<const Phrase> ph) in arg_part()
H A Dcontext.h14 struct Phrase;
100 At_Token(Token, const Phrase&, Environ&);
101 At_Token(Token, const Phrase&, Frame&);
114 virtual const Phrase& syntax() const = 0;
126 virtual const Phrase& syntax() const override;
132 Shared<const Phrase> phrase_;
140 At_Phrase(const Phrase& phrase, Environ& env);
145 virtual const Phrase& syntax() const override;
151 const Phrase& syntax_;
196 const Phrase& arg_;
[all …]
/dports/audio/tse3/tse3-0.3.1/src/tse3/
H A DPhraseList.h122 Phrase *phrase(const std::string &title) const;
131 size_t index(const Phrase *phrase) const;
143 void erase(Phrase *phrase);
167 void remove(Phrase *phrase);
184 void insert(Phrase *phrase);
206 virtual void Phrase_TitleAltered(Phrase *);
211 virtual void Notifier_Deleted(Phrase *);
226 friend class Phrase; variable
237 void insertInList(Phrase *phrase);
248 void phraseTitleChanged(Phrase *p);
[all …]
H A DPhrase.h69 class Phrase : public MidiData,
76 virtual ~Phrase();
117 int operator<(const Phrase &p) const { return _title < p._title; }
122 int operator==(const Phrase &p) const { return _title == p._title; }
153 Phrase(const int noEvents);
154 Phrase(const Phrase &);
155 Phrase &operator=(const Phrase &);
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/linguist/linguist/
H A Dphrase.h54 class Phrase
57 Phrase();
58 Phrase(const QString &source, const QString &target,
60 Phrase(const QString &source, const QString &target,
81 bool operator==(const Phrase &p, const Phrase &q);
82 inline bool operator!=(const Phrase &p, const Phrase &q) {
98 void append(Phrase *phrase);
99 void remove(Phrase *phrase);
121 void phraseChanged(Phrase *phrase);
123 QList<Phrase *> m_phrases;
[all …]
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dphrase.h43 class Phrase
46 Phrase();
49 Phrase(const QString &source, const QString &target,
72 bool operator==(const Phrase &p, const Phrase &q);
73 inline bool operator!=(const Phrase &p, const Phrase &q) {
88 QList<Phrase *> phrases() const { return m_phrases; } in phrases()
89 void append(Phrase *phrase);
90 void remove(Phrase *phrase);
112 void phraseChanged(Phrase *phrase);
114 QList<Phrase *> m_phrases;
[all …]
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dphrase.h43 class Phrase
46 Phrase();
49 Phrase(const QString &source, const QString &target,
72 bool operator==(const Phrase &p, const Phrase &q);
73 inline bool operator!=(const Phrase &p, const Phrase &q) {
88 QList<Phrase *> phrases() const { return m_phrases; } in phrases()
89 void append(Phrase *phrase);
90 void remove(Phrase *phrase);
112 void phraseChanged(Phrase *phrase);
114 QList<Phrase *> m_phrases;
[all …]
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dphrase.h43 class Phrase
46 Phrase();
49 Phrase(const QString &source, const QString &target,
72 bool operator==(const Phrase &p, const Phrase &q);
73 inline bool operator!=(const Phrase &p, const Phrase &q) {
88 QList<Phrase *> phrases() const { return m_phrases; } in phrases()
89 void append(Phrase *phrase);
90 void remove(Phrase *phrase);
112 void phraseChanged(Phrase *phrase);
114 QList<Phrase *> m_phrases;
[all …]
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dphrase.h43 class Phrase
46 Phrase();
49 Phrase(const QString &source, const QString &target,
72 bool operator==(const Phrase &p, const Phrase &q);
73 inline bool operator!=(const Phrase &p, const Phrase &q) {
88 QList<Phrase *> phrases() const { return m_phrases; } in phrases()
89 void append(Phrase *phrase);
90 void remove(Phrase *phrase);
112 void phraseChanged(Phrase *phrase);
114 QList<Phrase *> m_phrases;
[all …]
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dphrase.h43 class Phrase
46 Phrase();
49 Phrase(const QString &source, const QString &target,
72 bool operator==(const Phrase &p, const Phrase &q);
73 inline bool operator!=(const Phrase &p, const Phrase &q) {
88 QList<Phrase *> phrases() const { return m_phrases; } in phrases()
89 void append(Phrase *phrase);
90 void remove(Phrase *phrase);
112 void phraseChanged(Phrase *phrase);
114 QList<Phrase *> m_phrases;
[all …]
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dphrase.h43 class Phrase
46 Phrase();
49 Phrase(const QString &source, const QString &target,
72 bool operator==(const Phrase &p, const Phrase &q);
73 inline bool operator!=(const Phrase &p, const Phrase &q) {
88 QList<Phrase *> phrases() const { return m_phrases; } in phrases()
89 void append(Phrase *phrase);
90 void remove(Phrase *phrase);
112 void phraseChanged(Phrase *phrase);
114 QList<Phrase *> m_phrases;
[all …]
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dphrase.h43 class Phrase
46 Phrase();
49 Phrase(const QString &source, const QString &target,
72 bool operator==(const Phrase &p, const Phrase &q);
73 inline bool operator!=(const Phrase &p, const Phrase &q) {
88 QList<Phrase *> phrases() const { return m_phrases; } in phrases()
89 void append(Phrase *phrase);
90 void remove(Phrase *phrase);
112 void phraseChanged(Phrase *phrase);
114 QList<Phrase *> m_phrases;
[all …]
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dphrase.h43 class Phrase
46 Phrase();
49 Phrase(const QString &source, const QString &target,
72 bool operator==(const Phrase &p, const Phrase &q);
73 inline bool operator!=(const Phrase &p, const Phrase &q) {
88 QList<Phrase *> phrases() const { return m_phrases; } in phrases()
89 void append(Phrase *phrase);
90 void remove(Phrase *phrase);
112 void phraseChanged(Phrase *phrase);
114 QList<Phrase *> m_phrases;
[all …]
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dphrase.h43 class Phrase
46 Phrase();
49 Phrase(const QString &source, const QString &target,
72 bool operator==(const Phrase &p, const Phrase &q);
73 inline bool operator!=(const Phrase &p, const Phrase &q) {
88 QList<Phrase *> phrases() const { return m_phrases; } in phrases()
89 void append(Phrase *phrase);
90 void remove(Phrase *phrase);
112 void phraseChanged(Phrase *phrase);
114 QList<Phrase *> m_phrases;
[all …]
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dphrase.h43 class Phrase
46 Phrase();
49 Phrase(const QString &source, const QString &target,
72 bool operator==(const Phrase &p, const Phrase &q);
73 inline bool operator!=(const Phrase &p, const Phrase &q) {
88 QList<Phrase *> phrases() const { return m_phrases; } in phrases()
89 void append(Phrase *phrase);
90 void remove(Phrase *phrase);
112 void phraseChanged(Phrase *phrase);
114 QList<Phrase *> m_phrases;
[all …]
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dphrase.h43 class Phrase
46 Phrase();
49 Phrase(const QString &source, const QString &target,
72 bool operator==(const Phrase &p, const Phrase &q);
73 inline bool operator!=(const Phrase &p, const Phrase &q) {
88 QList<Phrase *> phrases() const { return m_phrases; } in phrases()
89 void append(Phrase *phrase);
90 void remove(Phrase *phrase);
112 void phraseChanged(Phrase *phrase);
114 QList<Phrase *> m_phrases;
[all …]
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dphrase.h43 class Phrase
46 Phrase();
49 Phrase(const QString &source, const QString &target,
72 bool operator==(const Phrase &p, const Phrase &q);
73 inline bool operator!=(const Phrase &p, const Phrase &q) {
88 QList<Phrase *> phrases() const { return m_phrases; } in phrases()
89 void append(Phrase *phrase);
90 void remove(Phrase *phrase);
112 void phraseChanged(Phrase *phrase);
114 QList<Phrase *> m_phrases;
[all …]
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dphrase.h43 class Phrase
46 Phrase();
49 Phrase(const QString &source, const QString &target,
72 bool operator==(const Phrase &p, const Phrase &q);
73 inline bool operator!=(const Phrase &p, const Phrase &q) {
88 QList<Phrase *> phrases() const { return m_phrases; } in phrases()
89 void append(Phrase *phrase);
90 void remove(Phrase *phrase);
112 void phraseChanged(Phrase *phrase);
114 QList<Phrase *> m_phrases;
[all …]
/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dphrase.h43 class Phrase
46 Phrase();
49 Phrase(const QString &source, const QString &target,
72 bool operator==(const Phrase &p, const Phrase &q);
73 inline bool operator!=(const Phrase &p, const Phrase &q) {
88 QList<Phrase *> phrases() const { return m_phrases; } in phrases()
89 void append(Phrase *phrase);
90 void remove(Phrase *phrase);
112 void phraseChanged(Phrase *phrase);
114 QList<Phrase *> m_phrases;
[all …]
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dphrase.h43 class Phrase
46 Phrase();
49 Phrase(const QString &source, const QString &target,
72 bool operator==(const Phrase &p, const Phrase &q);
73 inline bool operator!=(const Phrase &p, const Phrase &q) {
88 QList<Phrase *> phrases() const { return m_phrases; } in phrases()
89 void append(Phrase *phrase);
90 void remove(Phrase *phrase);
112 void phraseChanged(Phrase *phrase);
114 QList<Phrase *> m_phrases;
[all …]
/dports/audio/tse3/tse3-0.3.1/src/tse3/cmd/
H A DPhrase.h29 class Phrase; variable
67 Phrase_SetInfo(TSE3::Phrase *phrase,
85 TSE3::Phrase *phrase;
143 TSE3::Phrase *newPhrase;
172 Phrase_Erase(TSE3::Phrase *phrase,
190 TSE3::Phrase *phrase;
225 Phrase_Replace(TSE3::Phrase *oldPhrase,
226 TSE3::Phrase *newPhrase,
243 Phrase_Replace(TSE3::Phrase *oldPhrase,
272 TSE3::Phrase *newPhrase;
[all …]
/dports/sysutils/kf5-baloo/baloo-5.89.0/autotests/unit/engine/
H A Dqueryparsertest.cpp79 queries << EngineQuery(phraseQueries, EngineQuery::Phrase); in testPhraseSearch()
96 EngineQuery q(queries, EngineQuery::Phrase); in testPhraseSearchOnly()
111 EngineQuery q(queries, EngineQuery::Phrase); in testUnderscorePhrase()
175 EngineQuery q(queries, EngineQuery::Phrase); in testUnderscoreSplitting()
270 {{{"quoted"}, {"phrase"}}, EngineQuery::Phrase}, in testMixedDelimiters_data()
276 {{{"dot"}, {"phrase"}}, EngineQuery::Phrase}, in testMixedDelimiters_data()
280 {{{"dot"}, {"phrase"}}, EngineQuery::Phrase}, in testMixedDelimiters_data()
288 }, EngineQuery::Phrase}, QString()); in testMixedDelimiters_data()
291 }, EngineQuery::Phrase}, QString()); in testMixedDelimiters_data()
294 }, EngineQuery::Phrase}, QString()); in testMixedDelimiters_data()
[all …]

12345678910>>...312