Lines Matching defs:input

62             jQuery('.be-file input').prop('checked', this.checked);
65 jQuery('.be-file .be-stats input').click(function() {
66 jQuery('.be-match input[id^=' + escapeId(this.id) + ']').prop('checked', this.checked);
70 jQuery('.be-match input').click(function() {
72 var pageMatches = jQuery('.be-match input[id^=' + pageId + ']').get();
74 jQuery('#' + pageId).prop('checked', pageMatches.reduce(function(checked, input) {
75 return checked && input.checked;
79 // Consolidate the list of all checked match ids into single hidden input field as
84 jQuery('input[name=apply]').val(JSON.stringify(jQuery('.be-match input:checked').map(function() {
113 var $searchMode = jQuery('input[name=searchmode]');
114 var $advancedRegexp = jQuery('input[name=advregexp]');
141 jQuery('input[name=matchcase]').click(function() {
147 var $multiline = jQuery('input[name=multiline]');
228 var $contextChars = jQuery('input[name=ctxchars]');
229 var $contextLines = jQuery('input[name=ctxlines]');
231 jQuery('input[name=matchctx]').click(function() {
247 var $searchMax = jQuery('input[name=searchmax]');
249 jQuery('input[name=searchlimit]').click(function() {
262 jQuery('input[name=keepmarks]').click(function() {
273 jQuery('input[name=tplpatterns]').click(function() {
279 jQuery('input[name=checksummary]').click(function() {
301 jQuery('input[name^=cmd').prop('disabled', true);
316 jQuery('input[name=cmd\\[preview\\]]').click(function() {
322 jQuery('input[name=cmd\\[apply\\]]').click(function() {
325 if (jQuery('input[name=checksummary]').prop('checked') &&
326 jQuery('input[name=summary]').val().replace(/\s+/, '') == '') {
339 jQuery('input[name=cancel]').click(function() {