Home
last modified time | relevance | path

Searched refs:checkbox (Results 101 – 125 of 191) sorted by path

12345678

/plugin/combo/resources/theme/default/components/css/
H A Dlogin.css9 .form-login .checkbox {
H A Dprofile-delete.css17 .form-profile-delete .checkbox {
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverCheckboxes.php17 if ($this->type !== 'checkbox') {
18 throw new WebDriverException('The input must be of type "checkbox".');
29 foreach ($this->getRelatedElements() as $checkbox) {
30 $this->deselectOption($checkbox);
/plugin/commonmark/vendor/league/commonmark/src/Extension/TaskList/
H A DTaskListItemMarkerRenderer.php36 $checkbox = new HtmlElement('input', $attrs, '', true);
39 $checkbox->setAttribute('checked', '');
42 $checkbox->setAttribute('disabled', '');
43 $checkbox->setAttribute('type', 'checkbox');
45 return $checkbox;
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js7859 var checkbox = document.createElement('input');
7860 checkbox.setAttribute('type', 'checkbox');
7861 checkbox.checked = editorUi.sidebar.isEntryVisible(entry.id);
7862 checkbox.defaultChecked = checkbox.checked;
7863 option.appendChild(checkbox);
7922 checkbox.checked = !checkbox.checked;
7928 return (checkbox.checked) ? entry.id : null;
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2 …r<t;)e.push(r);return e})}}).pseudos.nth=r.pseudos.eq;for(t in{radio:!0,checkbox:!0,file:!0,passwo…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.css279 .monaco-custom-checkbox {
295 .monaco-custom-checkbox:hover,
296 .monaco-custom-checkbox.checked {
300 .hc-black .monaco-custom-checkbox {
304 .hc-black .monaco-custom-checkbox:hover {
308 .monaco-custom-checkbox.monaco-simple-checkbox {
321 .monaco-custom-checkbox.monaco-simple-checkbox.unchecked:not(.checked)::before {
3665 .quick-input-list .quick-input-list-checkbox {
3684 .quick-input-widget .quick-input-list .quick-input-list-checkbox {
3687 .quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-checkbox {
H A Dbundle.js426checkbox.offsetParent||e.preventDefault()})),t.checkbox=G.p(n,cs("input.quick-input-list-checkbox"…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1checkbox\"\n },\n {\n \"name\": \"checkbox-contai…
H A D3.3.js.map1checkbox\"\n },\n {\n \"name\": \"radio\"\n …
H A D7.7.js.map1 … 'channels',\n 'character',\n 'char-to-hex',\n 'check',\n 'checkbox',\n 'ci_',\n …
H A Dbundle.css279 .monaco-custom-checkbox {
295 .monaco-custom-checkbox:hover,
296 .monaco-custom-checkbox.checked {
300 .hc-black .monaco-custom-checkbox {
304 .hc-black .monaco-custom-checkbox:hover {
308 .monaco-custom-checkbox.monaco-simple-checkbox {
321 .monaco-custom-checkbox.monaco-simple-checkbox.unchecked:not(.checked)::before {
3665 .quick-input-list .quick-input-list-checkbox {
3684 .quick-input-widget .quick-input-list .quick-input-list-checkbox {
3687 .quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-checkbox {
H A Dbundle.js426checkbox.offsetParent||e.preventDefault()})),t.checkbox=G.p(n,cs("input.quick-input-list-checkbox"…
H A Dbundle.js.map1checkbox/checkbox.css","webpack:///./node_modules/monaco-editor/esm/vs/base/browser/ui/codicons/co…
/plugin/dokumicrobugtracker/js/
H A Djquery.js3 …unction(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){retur…
/plugin/doodle4/
H A Ddoodle_template.php134 <?php $durchlauf = 1; $userZahl = 0; $checkbox = 0; variable
185 echo $trArrayCheck[$checkbox];
190 echo $template['count'][$checkbox];
193 $checkbox = $checkbox + 1; variable
/plugin/edittable/lib/
H A Dhandsontable.full.js34883 var checkbox = this.TD.querySelector('input[type="checkbox"]');
34885 if (!(0, _element.hasClass)(checkbox, 'htBadValue')) {
34886 checkbox.click();
/plugin/elasticsearch/
H A Dstyle.less34 input[type=checkbox], input[type=radio] {
/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…
404 },checkbox:function(a){return"checkbox"==a.type;
/plugin/farm/
H A Dstyle.css21 #farm__manager input[type=checkbox] {
/plugin/fckg/
H A DChanges57 on, on a per-page basis, either by use of a checkbox or by adding a syntax plugin style switch to t…
59 has been saved; before the save, the user should check off the complex tables checkbox. The logori…
183 Automated insertion of ~~COMPLEX_TABLES~~ macro when complex tables checkbox is set to true,
309 Remove ~~COMPLEX_TABLES~~ macro in save.php and disable macro checkbox if complex set in config man…
/plugin/fckg/scripts/
H A Dvki_kb.js1223 var checkbox = document.createElement('input'); variable
1224 checkbox.type = "checkbox";
1225checkbox.title = this.VKI_i18n['03'] + ": " + ((this.VKI_deadkeysOn) ? this.VKI_i18n['04'] : this.…
1226 checkbox.defaultChecked = this.VKI_deadkeysOn;
1227 VKI_addListener(checkbox, 'click', function() {
1232 label.appendChild(checkbox);
1233 checkbox.checked = this.VKI_deadkeysOn;
1235 this.VKI_deadkeysOn = checkbox;
/plugin/filelisting/
H A Dstyle.less31 //checkbox cell
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:bo…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Djquery.min.js2 …<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,passwo…

12345678