Searched refs:toggler (Results 1 – 2 of 2) sorted by relevance
31 pthread_t toggler; in test_subprogs_with_jit_harden_toggling() local40 err = pthread_create(&toggler, NULL, toggle_jit_harden, &ctx); in test_subprogs_with_jit_harden_toggling()56 pthread_join(toggler, NULL); in test_subprogs_with_jit_harden_toggling()
278 …var toggler = $('<li><div class="checkbox"><label><input type="checkbox" id="checkbox-'+ col.field…280 var togglerInput = toggler.find("input");288 toggler.find("label").addClass("text-muted");289 toggler.find("label").parent().addClass("disabled");298 column_edit_entries.push({'title':col.title,'html':toggler});