Home | History | Annotate | Download | only in net_internals

Lines Matching full:parameter

245  * Looks for the first occurence of |directive|:parameter in |sourceText|.
246 * Parameter can be an empty string.
249 * |remainingText| - |sourceText| with |directive|:parameter removed,
251 * |parameter| - the parameter itself.
265 'parameter': matchInfo[1]};
270 * the parameter, to negate it. Before is more natural, after
274 * '-' will be removed from |parameter|, if present.
283 var negationInfo = /^(-?)(\S*?)$/.exec(matchInfo.parameter);
284 matchInfo.parameter = negationInfo[2];
305 var comparisonName = sortInfo.parameter.toLowerCase();
328 if (filterInfo.parameter == 'active') {
356 filter[directive].push(filterInfo.parameter);
564 * removes pre-existing sort parameter before adding the new one.