| /plugin/tablelayout/action/ |
| D | layoutform.php | 69 $form->addCheckbox('tableSort', $this->getLang('label:tableSort')); 70 $form->addCheckbox('tableSearch', $this->getLang('label:tableSearch')); 71 $form->addCheckbox('tablePrint', $this->getLang('label:tablePrint'));
|
| /plugin/googleads/ |
| D | admin.php | 111 …$cb = $form->addCheckbox("googleads[dontcountadmin]", $this->getLang('gads_dont_count_admin'))->us… 116 …$cb = $form->addCheckbox("googleads[dontcountmanager]", $this->getLang('gads_dont_count_manager'))… 121 …$cb = $form->addCheckbox("googleads[dontcountusers]", $this->getLang('gads_dont_count_users'))->us…
|
| /plugin/doxycode/ |
| D | admin.php | 246 $checkbox = $form->addCheckbox('tag_config[' . $key . '][delete]') 252 $checkbox = $form->addCheckbox('tag_config[' . $key . '][enabled]') 258 $checkbox = $form->addCheckbox('tag_config[' . $key . '][force_runner]') 346 $form->addCheckbox('tag_config[new][enabled]') 351 $form->addCheckbox('tag_config[new][force_runner]')
|
| /plugin/farmsync/ |
| D | admin.php | 72 … $form->addCheckbox('farmsync[struct]', $this->getLang('label:struct synchronisation')); 81 $form->addCheckbox('farmsync-animals[' . $animal . ']', $animal);
|
| /plugin/elasticsearch/helper/ |
| D | form.php | 97 $searchForm->addCheckbox($param . '[]')->val($agg['key'])->id("__$param-" . $i); 177 $searchForm->addCheckbox('lang[]')->val($lang)->id("__lang-" . $i);
|
| /plugin/farmsync/action/ |
| D | ajax.php | 67 $form->addCheckbox("farmsync_struct[schema_$schema]", "Schema"); 68 $form->addCheckbox("farmsync_struct[assign_$schema]", "Replace assignments");
|
| /plugin/watchcycle/ |
| D | admin.php | 65 $form->addCheckbox('outdated');
|
| D | action.php | 76 …$searchForm->addCheckbox('watchcycle_only', $this->getLang('cb only maintained pages'), $advOption…
|
| /plugin/farmer/admin/ |
| H A D | setup.php | 87 … $form->addCheckbox('htaccess', $this->getLang('htaccess setup'))->attr('checked', 'checked');
|
| H A D | config.php | 76 … $chk = $form->addCheckbox("farmconf[inherit][$key]", $this->getLang('conf_inherit_' . $key))
|
| H A D | new.php | 101 $form->addCheckbox('allowreg', $lang['i_allowreg'])
|
| /plugin/oauth/action/ |
| H A D | user.php | 165 $cb = $form->addCheckbox(
|
| /plugin/keywords/action/ |
| D | keywords.php | 44 …$form->addCheckbox('updateKeywords', $this->getLang('updateKeywords'))->id('edit__updateKeywords')…
|
| /plugin/fksnewsfeed/admin/ |
| D | push.php | 114 $newsForm->addCheckbox('all_dependence', $this->getLang('alw_dep'));
|
| /plugin/acknowledge/ |
| D | action.php | 188 $form->addCheckbox('ack', $this->getLang('ackText'))->attr('required', 'required');
|
| /plugin/questionnaire/ |
| D | syntax.php | 125 … $form->addCheckbox('questionnaire[' . $question . '][' . $num . ']', $answer)->val($answer);
|
| /plugin/twofactor/action/ |
| D | profile.php | 172 $cb = $form->addCheckbox('optout', $this->getLang('optout'));
|
| /plugin/linkback/action/ |
| D | send.php | 192 …$checkbox = $form->addCheckbox('plugin__linkback_toggle', $this->getLang('linkback_enabledisable')…
|
| /plugin/bookcreator/syntax/ |
| D | bookmanager.php | 262 $form->addCheckbox('book_skipforbiddenpages', $this->getLang('skipforbiddenpages'))
|
| /plugin/task/syntax/ |
| D | tasks.php | 206 $input = $form->addCheckbox('view_user', NULL, $pos++);
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Menus.js | 330 var selection = editorUi.addCheckbox(div, mxResources.get('selectionOnly'), 332 var compressed = editorUi.addCheckbox(div, mxResources.get('compressed'), true); 333 var pages = editorUi.addCheckbox(div, mxResources.get('allPages'), !noPages, noPages); 507 var crop = editorUi.addCheckbox(div, mxResources.get('crop'), false, true); 508 var grid = editorUi.addCheckbox(div, mxResources.get('grid'), false, false); 517 var selection = editorUi.addCheckbox(div, mxResources.get('selectionOnly'), 519 var crop = editorUi.addCheckbox(div, mxResources.get('crop'), 522 var grid = editorUi.addCheckbox(div, mxResources.get('grid'), false, false); 538 include = editorUi.addCheckbox(div, mxResources.get('includeCopyOfMyDiagram'), 545 transparentBkg = editorUi.addCheckbox(div, [all …]
|
| D | EditorUi.js | 5206 …return this.addCheckbox(div, label, checked, disabled, disableNewline, visible, true, radioGroupNa… 5212 …EditorUi.prototype.addCheckbox = function(div, label, checked, disabled, disableNewline, visible, … method in EditorUi 5262 var edit = this.addCheckbox(div, mxResources.get('edit') + ':', true, null, true); 5700 var zoom = this.addCheckbox(div, mxResources.get('zoom'), true, null, true); 5713 var fit = this.addCheckbox(div, mxResources.get('fit'), true); 5715 var allPages = allPages = this.addCheckbox(div, mxResources.get('allPages'), hasPages, !hasPages); 5716 var layers = this.addCheckbox(div, mxResources.get('layers'), true); 5717 var tags = this.addCheckbox(div, mxResources.get('tags'), true); 5718 var lightbox = this.addCheckbox(div, mxResources.get('lightbox'), true); 5860 allPages = this.addCheckbox(div, mxResources.get('allPages'), hasPages, !hasPages); [all …]
|
| /plugin/struct/admin/ |
| H A D | schemas.php | 244 $form->addCheckbox('createPage', 'Create missing pages')->addClass('block edit');
|
| /plugin/backup/ |
| D | admin.php | 207 $cb = $form->addCheckbox("pref[$pref]", $label)->useInput(false)->addClass('block');
|
| /plugin/blogtng/action/ |
| D | edit.php | 197 $checkbox = $form->addCheckbox('post-tags[]', $val, $pos++)
|