Home
last modified time | relevance | path

Searched refs:addCheckbox (Results 1 – 25 of 30) sorted by relevance

12

/plugin/tablelayout/action/
Dlayoutform.php69 $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/
Dadmin.php111 …$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/
Dadmin.php246 $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/
Dadmin.php72 … $form->addCheckbox('farmsync[struct]', $this->getLang('label:struct synchronisation'));
81 $form->addCheckbox('farmsync-animals[' . $animal . ']', $animal);
/plugin/elasticsearch/helper/
Dform.php97 $searchForm->addCheckbox($param . '[]')->val($agg['key'])->id("__$param-" . $i);
177 $searchForm->addCheckbox('lang[]')->val($lang)->id("__lang-" . $i);
/plugin/farmsync/action/
Dajax.php67 $form->addCheckbox("farmsync_struct[schema_$schema]", "Schema");
68 $form->addCheckbox("farmsync_struct[assign_$schema]", "Replace assignments");
/plugin/watchcycle/
Dadmin.php65 $form->addCheckbox('outdated');
Daction.php76 …$searchForm->addCheckbox('watchcycle_only', $this->getLang('cb only maintained pages'), $advOption…
/plugin/farmer/admin/
H A Dsetup.php87 … $form->addCheckbox('htaccess', $this->getLang('htaccess setup'))->attr('checked', 'checked');
H A Dconfig.php76 … $chk = $form->addCheckbox("farmconf[inherit][$key]", $this->getLang('conf_inherit_' . $key))
H A Dnew.php101 $form->addCheckbox('allowreg', $lang['i_allowreg'])
/plugin/oauth/action/
H A Duser.php165 $cb = $form->addCheckbox(
/plugin/keywords/action/
Dkeywords.php44 …$form->addCheckbox('updateKeywords', $this->getLang('updateKeywords'))->id('edit__updateKeywords')…
/plugin/fksnewsfeed/admin/
Dpush.php114 $newsForm->addCheckbox('all_dependence', $this->getLang('alw_dep'));
/plugin/acknowledge/
Daction.php188 $form->addCheckbox('ack', $this->getLang('ackText'))->attr('required', 'required');
/plugin/questionnaire/
Dsyntax.php125 … $form->addCheckbox('questionnaire[' . $question . '][' . $num . ']', $answer)->val($answer);
/plugin/twofactor/action/
Dprofile.php172 $cb = $form->addCheckbox('optout', $this->getLang('optout'));
/plugin/linkback/action/
Dsend.php192 …$checkbox = $form->addCheckbox('plugin__linkback_toggle', $this->getLang('linkback_enabledisable')…
/plugin/bookcreator/syntax/
Dbookmanager.php262 $form->addCheckbox('book_skipforbiddenpages', $this->getLang('skipforbiddenpages'))
/plugin/task/syntax/
Dtasks.php206 $input = $form->addCheckbox('view_user', NULL, $pos++);
/plugin/diagramsnet/lib/js/diagramly/
DMenus.js330 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 …]
DEditorUi.js5206 …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 Dschemas.php244 $form->addCheckbox('createPage', 'Create missing pages')->addClass('block edit');
/plugin/backup/
Dadmin.php207 $cb = $form->addCheckbox("pref[$pref]", $label)->useInput(false)->addClass('block');
/plugin/blogtng/action/
Dedit.php197 $checkbox = $form->addCheckbox('post-tags[]', $val, $pos++)

12