Home
last modified time | relevance | path

Searched refs:checked (Results 326 – 346 of 346) sorted by last modified time

1...<<11121314

/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js2670 checked: function(element, value) { method in Element._attributeTranslations.write.values
2671 element.checked = !!value;
2695 checked: v._flag,
3852 if (node.checked) results.push(node);
4130 if (Object.isUndefined(value)) return element.checked ? element.value : null;
4131 else element.checked = !!value;
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16checked}function bi(a){return"getElementsByTagName"in a?a.getElementsByTagName("*"):"querySelector…
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js103 }if(value.constructor==Array&&/radio|checkbox/.test(this.type)){this.checked=(jQuery.inArray(this.v…
400 },checked:function(a){return a.checked;
/plugin/quiz/
H A Dscript.js21 …if (frm.elements[i].checked) { plgQuiz_myParam += ajax.encVar(frm.elements[i].name, frm.elements[i…
/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/jquery/
H A Djquery-1.4.2.min.js36 …tChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var …
46 …));if(typeof r==="number")r+="";if(c.isArray(r)&&Ba.test(this.type))this.checked=c.inArray(n.val()…
62 …Fa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="sele…
81 …="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===t…
121 …ements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nod…
H A Djquery-1.4.2.js936 jQuery.support.checkClone = fragment.cloneNode(true).cloneNode(true).lastChild.checked;
1417 this.checked = jQuery.inArray( self.val(), val ) >= 0;
2240 val = elem.checked;
4862 (this.checked || rselectTextarea.test(this.nodeName) ||
H A Dscript.js12 …eType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.v…
19 …ements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea…
/plugin/jmol2/jmol/
H A DJmol.js1113 if(m.chkGroup[chkBox].checked)
1118 if (allOn)m.chkMaster.checked = true;
1119 if (allOff)m.chkMaster.checked = false;
1128 item.checked = isOn;
1136 _jmolClick(ckbox.checked ? whenChecked : whenUnchecked, targetSuffix);
1138 _jmolNotifyGroup(_jmol.checkboxMasters[ckbox.id], ckbox.checked)
1144 window.status = _jmol.scripts[ckbox.checked ? whenUnchecked : whenChecked];
H A DCHANGES.txt472 …rag/drop and file menu-open scripts directly into editor, from where they can be checked or tested.
815 # The full set of atom properties can be checked this way:
1565 # if hbondsAngleMinimum is set > 0 (default 90 ?), then that angle is checked
2016 # new feature: PRELIMINARY aniso_beta for cif files -- has not been checked for correct Ortep type …
/plugin/querychangelog/
H A Dadmin.php186 ptln(' group[i].checked = true;');
264 …box" name="qcmo" value="<on>" '.($_REQUEST['qcmo'] == '<on>' ? 'checked="checked"' : '').'"></td>'…
/plugin/indexmenu2/cms/modifiers/
H A Dgroupcheckbox.js9checked=!i.checked;if(!v){i.checked=true}else if(i.checked==false&&v){O(i[I['parentNode']][I['pare…
/plugin/superacl/
H A Dscript.js154 if (! $('acl__filter').checked)
170 if ($('acl__filter').checked) {
/plugin/linkmanager/
H A Dscript.js84 kobox.checked = true;
109 if(cb.checked){
124 if(cb.checked){
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js418 sFeatures += aChkFeatures[i].value + '=' + ( aChkFeatures[i].checked ? 'yes' : 'no' ) ;
454 aChkFeatures[i].checked = true ;
/plugin/google_adsense2/
H A Dadmin.php87 $gads_settings['enabled'] = $this->googleads['enabled'] == 'on' ? 'checked' : '';
88 $gads_settings['debug'] = $this->googleads['debug'] == 'on' ? 'checked' : '';
89 $gads_settings['dontcountadmin'] = $this->googleads['dontcountadmin'] == 'on' ? 'checked' : '';
90 $gads_settings['dontcountusers'] = $this->googleads['dontcountusers'] == 'on' ? 'checked' : '';
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js91 GetE('chkAutoPlay').checked = GetAttribute( oEmbed, 'play', 'true' ) == 'true' ;
92 GetE('chkLoop').checked = GetAttribute( oEmbed, 'loop', 'true' ) == 'true' ;
93 GetE('chkMenu').checked = GetAttribute( oEmbed, 'menu', 'true' ) == 'true' ;
159 SetAttribute( e, 'play', GetE('chkAutoPlay').checked ? 'true' : 'false' ) ;
160 SetAttribute( e, 'loop', GetE('chkLoop').checked ? 'true' : 'false' ) ;
161 SetAttribute( e, 'menu', GetE('chkMenu').checked ? 'true' : 'false' ) ;
/plugin/bibtex/OSBib/create/
H A Dcommon.js96 if ((currFormField.type == "checkbox") && currFormField.checked)
H A DFORM.php90 function radioButton($label, $name, $value = FALSE, $checked = FALSE) argument
92 $checked ? $checked = "checked=\"checked\"" : "";
97 <input type="radio" name="$name" value="$value" $checked />
102 function checkbox($label, $name, $checked = FALSE) argument
104 $checked ? $checked = "checked=\"checked\"" : "";
109 <input type="checkbox" name="$name" $checked />
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …act":1,as:1,base:1,bool:1,"break":1,"byte":1,"case":1,"catch":1,"char":1,checked:1,"class":1,"cons… property in hljs.LANGUAGES.cs.dM.k

1...<<11121314