/plugin/tablelayout/action/ |
H A 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/ |
H A 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/farmsync/ |
H A D | admin.php | 72 … $form->addCheckbox('farmsync[struct]', $this->getLang('label:struct synchronisation')); 81 $form->addCheckbox('farmsync-animals[' . $animal . ']', $animal);
|
/plugin/elasticsearch/helper/ |
H A D | form.php | 93 $searchForm->addCheckbox($param . '[]')->val($agg['key'])->id("__$param-" . $i); 173 $searchForm->addCheckbox('lang[]')->val($lang)->id("__lang-" . $i);
|
/plugin/farmsync/action/ |
H A D | ajax.php | 67 $form->addCheckbox("farmsync_struct[schema_$schema]", "Schema"); 68 $form->addCheckbox("farmsync_struct[assign_$schema]", "Replace assignments");
|
/plugin/watchcycle/ |
H A D | admin.php | 65 $form->addCheckbox('outdated');
|
H A D | action.php | 76 $searchForm->addCheckbox('watchcycle_only', $this->getLang('cb only maintained pages'), $advOptionsPos + 1)
|
/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 | 100 $form->addCheckbox('allowreg', $lang['i_allowreg'])
|
/plugin/acknowledge/ |
H A D | action.php | 188 $form->addCheckbox('ack', $this->getLang('ackText'))->attr('required', 'required');
|
/plugin/oauth/action/ |
H A D | user.php | 165 $cb = $form->addCheckbox(
|
/plugin/keywords/action/ |
H A D | keywords.php | 44 …$form->addCheckbox('updateKeywords', $this->getLang('updateKeywords'))->id('edit__updateKeywords')…
|
/plugin/fksnewsfeed/admin/ |
H A D | push.php | 114 $newsForm->addCheckbox('all_dependence', $this->getLang('alw_dep'));
|
/plugin/twofactor/action/ |
H A D | profile.php | 172 $cb = $form->addCheckbox('optout', $this->getLang('optout'));
|
/plugin/linkback/action/ |
H A D | send.php | 192 $checkbox = $form->addCheckbox('plugin__linkback_toggle', $this->getLang('linkback_enabledisable'), $pos + 1)
|
/plugin/task/syntax/ |
H A D | tasks.php | 206 $input = $form->addCheckbox('view_user', NULL, $pos++);
|
/plugin/struct/admin/ |
H A D | schemas.php | 244 $form->addCheckbox('createPage', 'Create missing pages')->addClass('block edit');
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A 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 …]
|
H A D | EditorUi.js | 5713 var fit = this.addCheckbox(div, mxResources.get('fit'), true); 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); 5875 var layers = this.addCheckbox(div, mxResources.get('layers'), true); 5879 var tags = this.addCheckbox(div, mxResources.get('tags'), true); 6035 var selection = this.addCheckbox(div, mxResources.get('selectionOnly'), 6134 keepTheme = this.addCheckbox(div, mxResources.get('dark'), true); 6249 var fit = this.addCheckbox(div, mxResources.get('fit'), true); 6250 var shadow = this.addCheckbox(div, mxResources.get('shadow'), [all …]
|
/plugin/bookcreator/syntax/ |
H A D | bookmanager.php | 262 $form->addCheckbox('book_skipforbiddenpages', $this->getLang('skipforbiddenpages'))
|
/plugin/backup/ |
H A D | admin.php | 207 $cb = $form->addCheckbox("pref[$pref]", $label)->useInput(false)->addClass('block');
|
/plugin/blogtng/action/ |
H A D | edit.php | 197 $checkbox = $form->addCheckbox('post-tags[]', $val, $pos++)
|
/plugin/blogtng/helper/ |
H A D | comments.php | 528 $form->addCheckbox('comment-subscribe', $this->getLang('comment_subscribe'))
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 379 …type",c||"text");d.value=b;return this.addField(a,d)};mxForm.prototype.addCheckbox=function(a,b){v… method in mxForm 3495 …dRadiobox=function(b,c,e,g,k,n,p){return this.addCheckbox(b,e,g,k,n,p,!0,c)};EditorUi.prototype.ad… 3496 …));return d};EditorUi.prototype.addEditButton=function(b,c){var d=this.addCheckbox(b,mxResources.g… 3510 …bled","disabled");d.appendChild(l);var t=this.addLinkSection(d),I=this.addCheckbox(d,mxResources.g… 3511 …addCheckbox(d,mxResources.get("fit"),!0),l=null!=this.pages&&1<this.pages.length,M=M=this.addCheck… 3517 …addCheckbox(d,mxResources.get("allPages"),e,!e);var E=this.addCheckbox(d,mxResources.get("lightbox… 3521 …addCheckbox(d,mxResources.get("selectionOnly"),!1,this.editor.graph.isSelectionEmpty()),p=g?null:t… 3524 "0";d.appendChild(u);mxUtils.br(d);var v=this.addCheckbox(d,mxResources.get("selectionOnly"),!1,f.i… 3526 …addCheckbox(d,mxResources.get("transparentBackground"),!1,null,null,"jpeg"!=t),ea=null;Editor.isDa… 3528 …|"jpeg"==t)H=this.addCheckbox(d,mxResources.get("grid"),!1,this.isOffline()||!this.canvasSupported… [all …]
|