Type of device | <% if (typeof deviceDriver === "undefined") { %>Any<% } else { %><%- deviceDriverDescription %><% } %> |
---|---|
Field to check | <% if (typeof field === "undefined") { %>Unset<% } else { %><%- fieldDescription %><% } %> |
<% if (anyBlock) { %>At least one such block...<% } else { %>All such blocks...<% } %> | <% if (typeof context !== "undefined") { %><%= $('').text(context).html().replace(/ /g, " ").replace(/\r?\n/g," ") %><% } %> |
...<% if (invert) { %>must not<% } else { %>must<% } %> <% if (regExp) { %><% if (matchAll) { %>fully <% } %>match<% } else { %><% if (matchAll) { %>be<% } else { %>contain<% } } %> | <% if (typeof text !== "undefined") { %><%= $('').text(text).html().replace(/ /g, " ").replace(/\r?\n/g," ") %><% } %> |