Home
last modified time | relevance | path

Searched refs:findmarkedvariables (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/filters/
H A Dtest_decoration.py40 variables = decoration.findmarkedvariables("The <variable> string", "<", ">")
42 variables = decoration.findmarkedvariables("The $variable string", "$", 1)
44 variables = decoration.findmarkedvariables("The $variable string", "$", None)
46 variables = decoration.findmarkedvariables("The $variable string", "$", 0)
48 variables = decoration.findmarkedvariables("The &variable; string", "&", ";")
50 variables = decoration.findmarkedvariables(
H A Ddecoration.py145 def findmarkedvariables(str1, startmarker, endmarker, ignorelist=[]): function
221 varlocs = findmarkedvariables(str1, startmarker, endmarker)
H A Dprefilters.py143 varlocs = decoration.findmarkedvariables(str1, startmarker, endmarker)