Home
last modified time | relevance | path

Searched defs:split_sep (Results 1 – 4 of 4) sorted by relevance

/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws.erl1168 split_sep(undefined, _Sep) -> function
1170 split_sep(L, Sep) -> function
1177 split_sep([], _Sep, AccL) -> function
1179 split_sep([Sep|T], Sep, AccL) -> function
1181 split_sep([C|T], Sep, AccL) -> function
1184 split_sep([], _Sep, AccW, AccL) -> function
1186 split_sep([Sep|Tail], Sep, AccW, AccL) -> function
1188 split_sep([C|Tail], Sep, AccW, AccL) -> function
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dunicodemethods.pyx54 def split_sep(unicode s, sep): function
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dunicodemethods.pyx54 def split_sep(unicode s, sep): function
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin4.c1838 SeqEntryPtr split_sep; in DoSegSetUndo() local