Home
last modified time | relevance | path

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

/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_sort/
H A D__init__.py44 def get_dups(lines, nocase): function
146 dups = get_dups(lines, False)
171 lines = get_dups(lines, False)
173 lines = get_dups(lines, True)
341 def get_dups(self): member in Command
H A Dinstall.inf82 method=get_dups
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_sort/
H A D__init__.py44 def get_dups(lines, nocase): function
146 dups = get_dups(lines, False)
171 lines = get_dups(lines, False)
173 lines = get_dups(lines, True)
341 def get_dups(self): member in Command
H A Dinstall.inf82 method=get_dups
/dports/deskutils/recoll/recoll-1.31.2/python/samples/
H A Ddocdups.py56 def get_dups(xdb, docid): function
122 dups = get_dups(xdb, docid)
/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchContainer.h94 gboolean(*get_dups)(IpatchContainer *container, IpatchItem *item, member
/dports/textproc/erlang-fast_xml/fast_xml-1.1.47/src/
H A Dfxml_gen.erl339 Dups = get_dups([Tag || {Tag, _} <- TaggedElems]),
345 Dups1 = get_dups([{Elem#elem.name, Elem#elem.xmlns}
3821 get_dups(L) -> function
3822 get_dups(L, []).
3824 get_dups([H|T], Acc) -> function
3827 get_dups(T, [H|Acc]);
3829 get_dups(T, Acc)
3831 get_dups([], Acc) -> function
3857 case get_dups(lists:filter(
3866 case get_dups(AllLabels) of
[all …]