Mercurial > repos > geert-vandeweyer > advanced_grep_from_file
comparison GrepFile.xml @ 6:5ddb40c3017c draft
Uploaded
author | geert-vandeweyer |
---|---|
date | Mon, 28 Jul 2014 07:56:02 -0400 |
parents | 94ba1a8de091 |
children | 418e58465a5a |
comparison
equal
deleted
inserted
replaced
5:7b3d89b8fc9f | 6:5ddb40c3017c |
---|---|
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" /> | 50 <param name="pattern" type="text" label="Pattern" help="Provide a valid grep pattern" ><sanitize 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> |