Home
last modified time | relevance | path

Searched refs:realWord (Results 1 – 4 of 4) sorted by relevance

/dports/www/gitea/gitea-1.16.5/vendor/xorm.io/xorm/schemas/
H A Dquote.go136 var realWord = word
139 realWord = word[1 : len(word)-1]
143 _, err := buf.WriteString(realWord)
147 isReserved := q.IsReserved(realWord)
148 if isReserved && realWord != "*" {
153 if _, err := buf.WriteString(realWord); err != nil {
156 if isReserved && realWord != "*" {
/dports/www/firefox-esr/firefox-91.8.0/extensions/spellcheck/src/
H A DmozInlineSpellWordUtil.cpp376 const RealWord& realWord = mRealWords[mNextWordIndex]; in GetNextWord() local
377 MakeNodeOffsetRangeForWord(realWord, &aWord.mNodeOffsetRange); in GetNextWord()
379 aWord.mSkipChecking = !realWord.mCheckableWord; in GetNextWord()
380 ::NormalizeWord(mSoftText.GetValue(), realWord.mSoftTextOffset, in GetNextWord()
381 realWord.mLength, aWord.mText); in GetNextWord()
/dports/www/firefox/firefox-99.0/extensions/spellcheck/src/
H A DmozInlineSpellWordUtil.cpp376 const RealWord& realWord = mRealWords[mNextWordIndex]; in GetNextWord() local
377 MakeNodeOffsetRangeForWord(realWord, &aWord.mNodeOffsetRange); in GetNextWord()
379 aWord.mSkipChecking = !realWord.mCheckableWord; in GetNextWord()
380 ::NormalizeWord(mSoftText.GetValue(), realWord.mSoftTextOffset, in GetNextWord()
381 realWord.mLength, aWord.mText); in GetNextWord()
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/spellcheck/src/
H A DmozInlineSpellWordUtil.cpp376 const RealWord& realWord = mRealWords[mNextWordIndex]; in GetNextWord() local
377 MakeNodeOffsetRangeForWord(realWord, &aWord.mNodeOffsetRange); in GetNextWord()
379 aWord.mSkipChecking = !realWord.mCheckableWord; in GetNextWord()
380 ::NormalizeWord(mSoftText.GetValue(), realWord.mSoftTextOffset, in GetNextWord()
381 realWord.mLength, aWord.mText); in GetNextWord()