Lines Matching refs:directives
290 * Parse any "sort:" directives, and update |comparisonFunction_| and
294 * Returns |filterText| with all sort directives removed, including
318 * Parse any "is:" directives, and update |filter| accordingly.
320 * Returns |filterText| with all "is:" directives removed, including
340 * Parses all directives that take arbitrary strings as input,
341 * and updates |filter| accordingly. Directives of these types
344 * Returns |filterText| with all recognized directives removed.
347 var directives = ['type', 'id'];
348 for (var i = 0; i < directives.length; ++i) {
350 var directive = directives[i];
567 // Remove old sort directives, if any.