Home
last modified time | relevance | path

Searched refs:checked (Results 26 – 50 of 346) sorted by relevance

12345678910>>...14

/plugin/struct/meta/
H A DSchemaEditor.php132 $checked = $col->getType()->isMulti() ? 'checked="checked"' : '';
133 $html .= '<input type="checkbox" name="' . $base . '[ismulti]" value="1" ' . $checked . '>';
155 $checked = $col->isEnabled() ? 'checked="checked"' : '';
156 $html .= '<input type="checkbox" name="' . $base . '[isenabled]" value="1" ' . $checked . '>';
/plugin/securelogin/
H A Dsecurelogin.js17 if(!form || !form.use_securelogin.checked) return true;
32 if(!form || !form.use_securelogin.checked) return true;
51 if(!form || !form.use_securelogin.checked) return true;
64 if(!form || !form.use_securelogin.checked) return true;
/plugin/farmsync/script/
H A Dform.js16 var checked = jQuery('input[name="farmsync[struct]"]').prop('checked');
17 jQuery('div.structsync input[type=checkbox]').prop('checked', checked);
/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/htmlokay/
H A Dscript.js19 node_list[j].checked = true;
175 e[i].checked = false;
184 node_list[i].checked = false;
203 node_list[j].checked = true;
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.css101 /* When the checkbox is checked, add a blue background */
102 .container-checkbox input:checked ~ .checkmark {
106 /* Create the checkmark/indicator (hidden when not checked) */
113 /* Show the checkmark when checked */
114 .container-checkbox input:checked ~ .checkmark:after {
/plugin/html2pdf/html2pdf/html2ps/
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 Dbox.checkbutton.php82 function CheckBox($checked, $name, $value) { argument
85 $this->_checked = $checked;
/plugin/snippets/
H A Dscript.js32 kobox.checked = true;
57 updatebox.checked = true;
178 if(cb.checked){
188 if(cb.checked){
247 if(prune.checked) params += "&prune=" +encodeURIComponent('prune');
/plugin/sitemapnavi/
H A Dscript.js17 DokuCookie.setValue('plugin_sitemapnavi_showmedia', Number(event.target.checked));
38 $sublist.find('li.media').toggle($mediaToggle.checked);
/plugin/clearhistory/lang/en/
H A Dintro.txt8 recent changes are checked.
13 If no namespace is entered all namespaces will be checked.
/plugin/mediarename/
H A Dscript.js21 gbox.checked = gbox.defaultChecked = false;
45 if (gbox.checked) rename='recv';
/plugin/tos/
H A Dstyle.less21 #plugin__tos_showdiff:checked + .tos-diff {
25 #plugin__tos_showdiff:checked + .tos-diff + .tos-content {
/plugin/quickstats/
H A Dscript.js129 var ignore = document.getElementById('qs_ignore').checked;
132 if(p_brief.checked) params+="&p_brief=1";
134 if(months.selectedIndex == 0 && !whole_year.checked) {
143 if(dom.checked) {
298 if(test && test.checked) {
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Ddebugger.css284 .breakpointRow[aria-checked="false"] > .breakpointBlockHead > *,
285 .breakpointRow[aria-checked="false"] > .breakpointCode {
289 .breakpointRow[aria-checked="false"] .breakpointCheckbox,
290 .breakpointRow[aria-checked="false"] .objectLink-sourceLink,
291 .breakpointRow[aria-checked="false"] .closeButton,
292 .breakpointRow[aria-checked="false"] .breakpointMutationType {
/plugin/tplinc/
H A Dadmin.php118 $checked = $skipacl ? 'checked="checked"' : '';
120 echo '<input type="checkbox" name="a[x' . $row . '][3]" value="1" ' . $checked . '/> ';
/plugin/langdelete/
H A Dadmin.php260 $checked = in_array($l, $shortlang) || $l == self::DEFAULT_LANG;
262 echo '<li'.($checked ? ' class="enabled"' : '').'>';
267 .($checked ? ' checked' : '')
272 if ($checked) {
H A Dstyle.css61 .langdelete__text #langshortlist input[type="checkbox"]:checked ~ label,
62 .langdelete__text #langshortlist input[type="checkbox"]:checked ~ label del
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js53 select.checked = !select.checked;
54 selectFont(fontName, select.checked);
135 selectFont(fontName, select.checked);
315 if (this.checked) {
336 var checked = this.breakPoints.includes(i);
343 cbox.checked = checked;
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc41 … 'default': existingTags[i].name == '' ? '' : (tagexists(existingTags[i].id) ? 'checked' : ''),
157 jQuery(this).prop('checked',false) ;
159 else if(tag && on_page.includes(labelText) && !jQuery(this).prop('checked')){
160 jQuery(this).prop('checked',true) ;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Fail/
H A Dfail.phpt2 // This test intentionally fails and it is checked by Travis.
/plugin/linkmanager/
H A Dscript.js84 kobox.checked = true;
109 if(cb.checked){
124 if(cb.checked){
/plugin/tagging/script/
H A Dsearch.js66 let checked = filters.includes(tag) ? 'checked="checked"' : '';
69 <input name="tagging[]" type="checkbox" value="${tag}" id="__tagging-${i}" ${checked}>
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js1196 onePageCheckBox.checked = !onePageCheckBox.checked;
1197 pageCountCheckBox.checked = !onePageCheckBox.checked;
1203 pageCountCheckBox.checked = !onePageCheckBox.checked;
1223 pageCountCheckBox.checked = !pageCountCheckBox.checked;
1224 onePageCheckBox.checked = !pageCountCheckBox.checked;
1247 if (pageCountCheckBox.checked)
1256 onePageCheckBox.checked = !pageCountCheckBox.checked;
1284 var autoOrigin = onePageCheckBox.checked || pageCountCheckBox.checked;
1831 portraitCheckBox.checked = true;
1935 portraitCheckBox.checked = true;
[all …]
/plugin/socialshareprivacy/
H A Djquery.socialshareprivacy.js306 var checked = ' checked="checked"';
308 … var perma_status_facebook = cookies.socialSharePrivacy_facebook === 'perma_on' ? checked : '';
317 … var perma_status_twitter = cookies.socialSharePrivacy_twitter === 'perma_on' ? checked : '';
326 … var perma_status_gplus = cookies.socialSharePrivacy_gplus === 'perma_on' ? checked : '';

12345678910>>...14