Home
last modified time | relevance | path

Searched refs:checked (Results 51 – 75 of 346) sorted by relevance

12345678910>>...14

/plugin/darcs/
H A Dadmin.php150 $up_state='checked="checked"';
246 '<html><input type="checkbox" checked="checked"'.
/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js71 if(nodes[i].checked)
72 nodes[i].checked = false;
/plugin/acknowledge/
H A Dscript.js66 ack: ack.checked === true ? 1 : 0
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php198 $checked = $pro->isEnabled() ? ' checked="checked"' : '';
206 …box" class="enable" name="toggle[]" id="dw__p_'.$id.'" value="'.$id.'"'.$checked.$check_disabled.'…
/plugin/linkfix/lang/en/
H A Dintro.txt3 This tool allows you to change all links in your wiki by simple search and replace. You can change internal and external links. Internal links will always be checked against their full resolved ID. External URLs have to be specified with their protocol prefix.
/plugin/move/lang/en/
H A Dtree.txt7 * move one of the checked items to the desired destination, all selected items will be moved to this destination.
/plugin/publish/
H A Dscript.js6 if(!cb.checked) { return true; } //this only fires on set
/plugin/quickstats/
H A Dadmin.php321 $checked = "";
324 $checked='checked';
329 …pe='checkbox' name='del[$key]' value='$id' onclick='uncheck(\"$key\");' $checked>&nbsp;</td><td $b…
/plugin/news/
H A Dscript.js10 if(inputs[i].checked && inputs[i].name.match(/delete/)) {
/plugin/noticeboard/noticeboard/
H A Dscript.js47 if(document.getElementById("noticeboard_category3").checked){
/plugin/noticeboard/
H A Dscript.js47 if(document.getElementById("noticeboard_category3").checked){
/plugin/hipchat/conf/
H A Duserscript.js35 if(summary_input.value.replace(/^\s+/,"") === '' && !minoredit_input.checked)
/plugin/blogtng/
H A Dscript.js154 objs[i].checked = !objs[i].checked;
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.js
/plugin/medialist/
H A Dstyle.less38 input[type=checkbox]:checked+label {
/plugin/quiz/
H A Dscript.js21 …if (frm.elements[i].checked) { plgQuiz_myParam += ajax.encVar(frm.elements[i].name, frm.elements[i…
/plugin/bureaucracy-au/script/
H A Dfieldsets.js26 …((input.checked === dp.tval) || // ( checkbox is chec…
/plugin/bureaucracyau/script/
H A Dfieldsets.js26 …((input.checked === dp.tval) || // ( checkbox is chec…
/plugin/bureaucracy/script/
H A Dfieldsets.js26 …((input.checked === dp.tval) || // ( checkbox is chec…
/plugin/superacl/
H A Dscript.js154 if (! $('acl__filter').checked)
170 if ($('acl__filter').checked) {
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxFile.js214 var fn = mxUtils.bind(this, function(checked) argument
216 if (checked)
/plugin/batchedit/
H A Dinterface.php228 // JSON-encoded list of all checked checkbox ids for single matches.
270 private function printApplyCheckBox($id, $label, $title, $checked = FALSE) {
271 $checked = $checked ? ' checked="checked"' : '';
274 print('<input type="checkbox" id="' . $id . '"' . $checked . ' />');
349 // Add hidden checked checkbox to ensure that marked status is not lost on
353 print('<input type="checkbox" id="' . $id . '" checked="checked" styl
262 printApplyCheckBox($id, $label, $title, $checked = FALSE) global() argument
[all...]
/plugin/siteexport/
H A Dscript.js356 …eexport :input[name=disableplugin\\[\\]]:not([disabled=disabled])').prop('checked', input.checked);
507 …$('form#siteexport #renderer').find('option[value=siteexport_pdf]').prop('selected', this.checked);
508 $('form#siteexport #renderer').prop('disabled', this.checked);
525 if ( !this.checked && $('form#siteexport #disableall:input').prop('checked') ) {
/plugin/fckg/scripts/
H A Dvki_kb.js1228 …this.title = self.VKI_i18n['03'] + ": " + ((this.checked) ? self.VKI_i18n['04'] : self.VKI_i18n['0…
1233 checkbox.checked = this.VKI_deadkeysOn;
1236 } else this.VKI_deadkeysOn.checked = this.VKI_deadkeysOn;
1286 if (self.VKI_deadkeysOn.checked && self.VKI_dead) {
1301 if (self.VKI_deadkeysOn.checked && self.VKI_deadkey[character]) {
1341 if (this.VKI_deadkeysOn.checked)
1465 if (this.VKI_deadkeysOn.checked) {
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dbrowser.js85 whichsz.checked=true;
266 window.frames['frmResourcesList'].reverseListOrder(el.checked);

12345678910>>...14