Mercurial > repos > geert-vandeweyer > advanced_grep_from_file
comparison GrepFile.xml @ 7:418e58465a5a draft default tip
Uploaded
author | geert-vandeweyer |
---|---|
date | Mon, 28 Jul 2014 08:09:01 -0400 |
parents | 5ddb40c3017c |
children |
comparison
equal
deleted
inserted
replaced
6:5ddb40c3017c | 7:418e58465a5a |
---|---|
45 <option value="false" >Single Pattern</option> | 45 <option value="false" >Single Pattern</option> |
46 </param> | 46 </param> |
47 <when value="true"> <param name="patternfile" type="data" label="Pattern File" help="A text file with one pattern per line" /> | 47 <when value="true"> <param name="patternfile" type="data" label="Pattern File" help="A text file with one pattern per line" /> |
48 </when> | 48 </when> |
49 <when value="false"> | 49 <when value="false"> |
50 <param name="pattern" type="text" label="Pattern" help="Provide a valid grep pattern" ><sanitize sanitize="False" /></param> | 50 <param name="pattern" type="text" label="Pattern" help="Provide a valid grep pattern" ><sanitizer sanitize="False" /></param> |
51 | 51 |
52 </when> | 52 </when> |
53 </conditional> | 53 </conditional> |
54 <param name="perl" type="select" label="Matching type"> | 54 <param name="perl" type="select" label="Matching type"> |
55 <option value="">Exact string matching</option> | 55 <option value="">Exact string matching</option> |