Home
last modified time | relevance | path

Searched refs:seqmatch (Results 1 – 8 of 8) sorted by relevance

/dports/www/flexget/Flexget-3.2.18/flexget/plugins/output/
H A Dsubtitles.py111 def seqmatch(subfile): function
117 langsubs = [x for x in subtitles if seqmatch(x['MovieReleaseName'])]
/dports/multimedia/mps-youtube/mps-youtube-afab9fb/mps_youtube/commands/
H A Dspotify_playlist.py79 seqmatch = difflib.SequenceMatcher
109 title_score = seqmatch(None, title.lower(), tit.lower()).ratio()
H A Dalbum_search.py60 seqmatch = difflib.SequenceMatcher
90 title_score = seqmatch(None, title.lower(), tit.lower()).ratio()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/tests/linalg/bwc/flint-fft/
H A Dtest-flint.m41 seqmatch:=func<S,T,n|S[1..n] eq T[1..n]>;
55 ch:=func<Q,tQ|seqmatch([Evaluate(Q,pows[i+1]):i in bitrevseq(fti_depth+2)], tQ, tr)>; function
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/citrus/modules/
H A Dcitrus_iso2022.c518 seqmatch(const char * __restrict s, size_t n, in seqmatch() function
613 nmatch = seqmatch(string, n, sp); in _ISO2022_sgetwchar()
689 nmatch = seqmatch(string, n, sp); in _ISO2022_sgetwchar()
/dports/audio/mps/mps-0.20.16/mps_pkg/
H A Dmain.py1426 seqmatch = difflib.SequenceMatcher
1433 title_score = seqmatch(None, title, tit).ratio()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp12868 xqtref_t seqmatch = CTX_TM->create_node_type(store::StoreConsts::elementNode, in end_visit() local
12874 theTypeStack.push(seqmatch); in end_visit()
12913 xqtref_t seqmatch = CTX_TM->create_schema_element_type(elemQNameItem, in begin_visit() local
12916 theTypeStack.push(seqmatch); in begin_visit()
12991 xqtref_t seqmatch = CTX_TM->create_node_type(store::StoreConsts::attributeNode, in end_visit() local
12998 theTypeStack.push(seqmatch); in end_visit()
13030 xqtref_t seqmatch = CTX_TM->create_schema_attribute_type(attrQNameItem, in begin_visit() local
13034 theTypeStack.push(seqmatch); in begin_visit()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dseqport.c6809 typedef struct seqmatch { struct
6814 struct seqmatch * next; argument