Home
last modified time | relevance | path

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

1...<<11121314

/plugin/glossary/
H A Dscript.js189 if (elem.checked)
/plugin/pgn4web/pgn4web/
H A DREADME.txt324 - customFunctionOnCheckLiveBroadcastStatus(): when a live broadcast is checked
453 As of pgn4web version 1.72, the pgn4web.js code is checked with the lint
/plugin/authucenter/
H A Dauth.php91 $checked = false;
103 $checked = true;
106 $checked = false;
122 $checked = true;
129 $checked = true;
137 if($checked == true){
147 return $checked;
/plugin/tuxquote/
H A Dquotes.txt2251 …ly, without banners or flashing lights. If you hear bells, get your ears checked. <BR> -- Erich Se…
/plugin/twcheckliste/
H A Dscript.js40 checked : true
66 checked : true
80 checked : true
95 checked : true
110 checked : true
123 checked : true
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._interface.class.php31 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { } argument
H A Doutput.pdflib.old.class.php28 function field_checkbox($x, $y, $w, $h, $name, $value, $checked) { argument
31 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { argument
H A Doutput.png.class.php315 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { /* N/A */ } argument
H A Dpdf.fpdf.php583 $checked) { argument
591 $this->_checked = $checked;
1229 function add_field_checkbox($x, $y, $w, $h, $name, $value, $checked) { argument
1235 … $value, $checked); // Checkbox "on" value
1266 function add_field_radio($x, $y, $w, $h, $group_name, $value, $checked) { argument
1287 if ($checked) { $field->set_checked($value); };
H A DChangeLog490 * Change: DOCTYPE now is checked by default when conversion is
H A Dbox.radiobutton.php22 $checked = $root->has_attribute('checked');
32 $box =& new RadioBox($checked, $value,
38 function RadioBox($checked, $value, $group_name) { argument
43 $this->_checked = $checked;
H A Doutput.pdflib.1.6.class.php115 function field_checkbox($x, $y, $w, $h, $name, $value, $checked) { argument
121 $checked ? $value : "Off",
122 $checked ? $value : "Off",
126 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { argument
138 $checked ? $value : "Off",
139 $checked ? $value : "Off",
H A Doutput.fpdf.class.php123 function field_checkbox($x, $y, $w, $h, $name, $value, $checked) { argument
125 $this->pdf->add_field_checkbox($x, $y, $w, $h, $name, $value, $checked);
128 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { argument
136 $this->pdf->add_field_radio($x, $y, $w, $h, $groupname, $value, $checked);
H A Doutput.pcl.class.php264 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { /* N/A */ } argument
H A Dbox.checkbutton.php82 function CheckBox($checked, $name, $value) { argument
85 $this->_checked = $checked;
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php486 $checked) { argument
494 $this->_checked = $checked;
1140 function add_field_checkbox($x, $y, $w, $h, $name, $value, $checked) { argument
1146 … $value, $checked); // Checkbox "on" value
1177 function add_field_radio($x, $y, $w, $h, $group_name, $value, $checked) { argument
1198 if ($checked) { $field->set_checked($value); };
/plugin/togglewrap/
H A Dscript.js9 if ((checkbox.checked && !reverse) || (!checkbox.checked && reverse) ) {
35 if ( (this.value.substr(0,4) == 'not_') && (!this.checked)) {
44 if ((this.checked && !reverse) || (!this.checked && reverse) ) {
/plugin/hipchat/conf/
H A Duserscript.js35 if(summary_input.value.replace(/^\s+/,"") === '' && !minoredit_input.checked)
/plugin/dokumicrobugtracker/js/
H A Djquery.js2checked}function bi(a){return"getElementsByTagName"in a?a.getElementsByTagName("*"):"querySelector…
3checked:b==="select-multiple"?c=a.selectedIndex>-1?f.map(a.options,function(a){return a.selected})…
/plugin/geonav/tpl/startermap/
H A Dstyle.ini14 ; be checked for updates when considering a cache rebuild while files
/plugin/aceeditor/
H A Dbuild.js1checked=!e.regExpOption.checked,e.$syncOptions()}},{name:"toggleCaseSensitive",bindKey:{win:"Alt-C…
/plugin/eventline/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/tindexmenu/
H A Dedit.js1 …){var c,b="";var a=$("indexmenu_optfrm");for(c=0;c<a.length;c++){if(a[c].checked){b=b+" "+a[c].val…
H A Dedit-full.js120 if (f[i].checked) {
/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.'…

1...<<11121314