Home
last modified time | relevance | path

Searched refs:partial_words (Results 1 – 7 of 7) sorted by relevance

/dports/devel/py-spyder/spyder-3.2.7/spyder/utils/
H A Dstringmatching.py112 partial_words = [query in word for word in choice.split(u' ')]
114 if any(exact_words) or any(partial_words):
127 elif any(partial_words):
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/
H A Dsearch.py378 def create_search_result_list(self, searchterm, wordindex, excluded_words, partial_words): argument
402 elif word in partial_words:
451 partial_words = []
464 partial_words.append(subword)
488 … resultlist = self.create_search_result_list(searchterm, wordindex, excluded_words, partial_words)
/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/
H A Dvmac.c63 __le64 partial_words[VMAC_NHBYTES / 8]; member
514 vhash_blocks(tctx, dctx, dctx->partial_words, 1); in vmac_update()
549 nh_16(dctx->partial_words, tctx->nhkey, n / 8, rh, rl); in vhash_final()
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/
H A Dvmac.c63 __le64 partial_words[VMAC_NHBYTES / 8]; member
514 vhash_blocks(tctx, dctx, dctx->partial_words, 1); in vmac_update()
549 nh_16(dctx->partial_words, tctx->nhkey, n / 8, rh, rl); in vhash_final()
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/
H A Dvmac.c63 __le64 partial_words[VMAC_NHBYTES / 8]; member
514 vhash_blocks(tctx, dctx, dctx->partial_words, 1); in vmac_update()
549 nh_16(dctx->partial_words, tctx->nhkey, n / 8, rh, rl); in vhash_final()
/dports/mail/rspamd/rspamd-3.1/contrib/lua-lupa/
H A Dlupa.lua1546 function M.filters.truncate(s, length, partial_words, delimiter)
1550 if s:find('[%w_]', length) and not partial_words then
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/lua-lupa/
H A Dlupa.lua1546 function M.filters.truncate(s, length, partial_words, delimiter)
1550 if s:find('[%w_]', length) and not partial_words then