| /plugin/multiorphan/ |
| D | helper.php | 49 $form->addElement(form_makeTextField('ns', getNS($ID), $this->getLang('ns') . ':', 'ns')); 50 $form->addElement(form_makeTag('br')); 52 … $form->addElement(form_makeTextField('filter', '', $this->getLang('idFilter') . ':', 'filter')); 53 $form->addElement(form_makeTag('br')); 58 …$form->addElement(form_makeCheckboxField('includeHidden', 1, $this->getLang('includeHidden') . ':'… 59 $form->addElement(form_makeTag('br')); 61 …$form->addElement(form_makeCheckboxField('checkExternal', 1, $this->getLang('checkExternal') . '<s… 62 $form->addElement(form_makeTag('br')); 64 …$form->addElement(form_makeCheckboxField('includeWindowsShares', 1, $this->getLang('includeWindows… 65 $form->addElement(form_makeTag('br')); [all …]
|
| /plugin/siteexport/ |
| D | helper.php | 175 $form->addElement(form_makeTextField('ns', $ID, $this->getLang('ns') . ':', 'ns')); 176 $form->addElement(form_makeTag('br')); 177 $form->addElement(form_makeTextField('ens', $ID, $this->getLang('ens') . ':', 'ens')); 179 $form->addElement(form_makeTag('br')); 180 …$form->addElement(form_makeListboxField('depthType', array("0.0" => $this->getLang('depth.pageOnly… 182 $form->addElement(form_makeTag('br')); 183 …$form->addElement(form_makeOpenTag("div", array('style' => 'display:' . ($INPUT->str('depthType') … 184 …$form->addElement(form_makeTextField('depth', $this->getConf('depth'), $this->getLang('depth') . '… 185 $form->addElement(form_makeCloseTag("div")); 188 $form->addElement(form_makeTag('br')); [all …]
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/ |
| D | Text.php | 35 $this->addElement('abbr', 'Inline', 'Inline', 'Common'); 36 $this->addElement('acronym', 'Inline', 'Inline', 'Common'); 37 $this->addElement('cite', 'Inline', 'Inline', 'Common'); 38 $this->addElement('dfn', 'Inline', 'Inline', 'Common'); 39 $this->addElement('kbd', 'Inline', 'Inline', 'Common'); 40 $this->addElement('q', 'Inline', 'Inline', 'Common', array('cite' => 'URI')); 41 $this->addElement('samp', 'Inline', 'Inline', 'Common'); 42 $this->addElement('var', 'Inline', 'Inline', 'Common'); 44 $em = $this->addElement('em', 'Inline', 'Inline', 'Common'); 47 $strong = $this->addElement('strong', 'Inline', 'Inline', 'Common'); [all …]
|
| D | Tables.php | 18 $this->addElement('caption', false, 'Inline', 'Common'); 20 $this->addElement( 54 $this->addElement('td', false, 'Flow', 'Common', $cell_t); 55 $this->addElement('th', false, 'Flow', 'Common', $cell_t); 57 $this->addElement('tr', false, 'Required: td | th', 'Common', $cell_align); 66 $this->addElement('col', false, 'Empty', 'Common', $cell_col); 67 $this->addElement('colgroup', false, 'Optional: col', 'Common', $cell_col); 69 $this->addElement('tbody', false, 'Required: tr', 'Common', $cell_align); 70 $this->addElement('thead', false, 'Required: tr', 'Common', $cell_align); 71 $this->addElement('tfoot', false, 'Required: tr', 'Common', $cell_align);
|
| D | Forms.php | 35 $form = $this->addElement( 51 $input = $this->addElement( 74 $this->addElement( 88 $this->addElement( 104 $textarea = $this->addElement( 121 $button = $this->addElement( 155 $this->addElement('fieldset', 'Form', 'Custom: (#WS?,legend,(Flow|#PCDATA)*)', 'Common'); 157 $label = $this->addElement( 169 $this->addElement( 179 $this->addElement(
|
| D | Presentation.php | 26 $this->addElement('hr', 'Block', 'Empty', 'Common'); 27 $this->addElement('sub', 'Inline', 'Inline', 'Common'); 28 $this->addElement('sup', 'Inline', 'Inline', 'Common'); 29 $b = $this->addElement('b', 'Inline', 'Inline', 'Common'); 31 $big = $this->addElement('big', 'Inline', 'Inline', 'Common'); 33 $i = $this->addElement('i', 'Inline', 'Inline', 'Common'); 35 $small = $this->addElement('small', 'Inline', 'Inline', 'Common'); 37 $tt = $this->addElement('tt', 'Inline', 'Inline', 'Common');
|
| D | List.php | 32 $ol = $this->addElement('ol', 'List', new HTMLPurifier_ChildDef_List(), 'Common'); 33 $ul = $this->addElement('ul', 'List', new HTMLPurifier_ChildDef_List(), 'Common'); 42 $this->addElement('dl', 'List', 'Required: dt | dd', 'Common'); 44 $this->addElement('li', false, 'Flow', 'Common'); 46 $this->addElement('dd', false, 'Flow', 'Common'); 47 $this->addElement('dt', false, 'Inline', 'Common');
|
| D | Ruby.php | 20 $this->addElement( 26 $this->addElement('rbc', false, 'Required: rb', 'Common'); 27 $this->addElement('rtc', false, 'Required: rt', 'Common'); 28 $rb = $this->addElement('rb', false, 'Inline', 'Common'); 30 $rt = $this->addElement('rt', false, 'Inline', 'Common', array('rbspan' => 'Number')); 32 $this->addElement('rp', false, 'Optional: #PCDATA', 'Common');
|
| D | Legacy.php | 31 $this->addElement( 43 $this->addElement('center', 'Block', 'Flow', 'Common'); 44 $this->addElement( 53 $this->addElement( 64 $this->addElement( 74 $s = $this->addElement('s', 'Inline', 'Inline', 'Common'); 77 $strike = $this->addElement('strike', 'Inline', 'Inline', 'Common'); 80 $u = $this->addElement('u', 'Inline', 'Inline', 'Common');
|
| /plugin/tagfilter/syntax/ |
| D | compare.php | 114 $form->addElement('<table>'); 115 $form->addElement('<thead>'); 116 $form->addElement('<tr>'); 117 $form->addElement('<th>'); 118 $form->addElement(hsc('Tags')); 119 $form->addElement('</th>'); 122 $form->addElement('<th>'); 123 …$form->addElement(form_makeListboxField('tagcompare_page[' . $ii . ']', $dropdownValues, $selected… 124 $form->addElement('</th>'); 126 $form->addElement('</tr>'); [all …]
|
| /plugin/translator/syntax/ |
| D | translator.php | 126 …$form->addElement(form_makeListboxField('Category', array_keys($categories), $_REQUEST['Category']… 127 $form->addElement(form_makeTag('br')); 129 …$form->addElement(form_makeListboxField('Version', (empty($categories[$_REQUEST['Category']]['Vers… 130 $form->addElement(form_makeTag('br')); 132 $form->addElement(form_makeField('submit', 'fn[setup]', $this->getLang('Show'), '')); 155 …$form->addElement(form_makeListboxField('Category', $categories, $currentCategory, $this->getLang(… 156 $form->addElement(form_makeTag('br')); 188 $form->addElement(form_makeOpenTag("table", array('class' => 'translation_table'))); 190 $form->addElement(form_makeOpenTag("colgroup")); 191 $form->addElement(form_makeOpenTag("col", array('width' => 2))); [all …]
|
| /plugin/tag/syntax/ |
| D | searchtags.php | 147 $form->addElement(form_makeOpenTag('p')); 150 …$form->addElement(form_makeMenuField('plugin__tag_search_namespace', $ns_select, $this->getNS(), $… 158 …$form->addElement(form_makeCheckboxField('plugin__tag_search_and', 1, $this->getLang('use_and'), '… 159 $form->addElement(form_makeCloseTag('p')); 171 $form->addElement(form_makeOpenTag('p')); 172 $form->addElement($this->getLang('no_tags')); 173 $form->addElement(form_makeCloseTag('p')); 176 $form->addElement(form_makeOpenTag('div', array('class' => 'table'))); 177 $form->addElement(form_makeOpenTag('table', array('class' => 'inline'))); 179 $form->addElement(form_makeOpenTag('tr')); [all …]
|
| /plugin/translator/ |
| D | admin.php | 133 …$form->addElement(form_makeListboxField('Category', $categories, $_REQUEST['Category'], 'Select th… 134 $form->addElement(form_makeTag('br')); 135 $form->addElement(form_makeTextField('Version', $_REQUEST['Version'], 'Product Version:')); 136 $form->addElement(form_makeTag('br')); 137 …$form->addElement(form_makeFileField('File[]', 'Upload File:', null, null, array('multiple' => 'tr… 138 $form->addElement(form_makeTag('br')); 139 $form->addElement(form_makeField('submit', 'fn[uploadmaster]', 'Upload', '')); 158 …$form->addElement(form_makeCheckboxField("deletemaster[$name][$Version]", 1, $name . " ($Version)"… 159 $form->addElement(form_makeTag('br')); 163 $form->addElement(form_makeField('submit', 'fn[deletemaster]', 'Delete', '')); [all …]
|
| /plugin/data-au/admin/ |
| D | aliases.php | 108 $form->addElement( 124 $form->addElement('<tr>'); 126 $form->addElement('<td>'); 127 $form->addElement(form_makeTextField('d['.$cur.'][name]',$row['name'],'')); 128 $form->addElement('</td>'); 130 $form->addElement('<td>'); 131 $form->addElement(form_makeMenuField( 136 $form->addElement('</td>'); 138 $form->addElement('<td>'); 139 $form->addElement(form_makeTextField('d['.$cur.'][prefix]',$row['prefix'],'')); [all …]
|
| /plugin/data/admin/ |
| D | aliases.php | 116 $form->addElement( 132 $form->addElement('<tr>'); 134 $form->addElement('<td>'); 135 $form->addElement(form_makeTextField('d[' . $cur . '][name]', $row['name'], '')); 136 $form->addElement('</td>'); 138 $form->addElement('<td>'); 139 $form->addElement(form_makeMenuField( 146 $form->addElement('</td>'); 148 $form->addElement('<td>'); 149 $form->addElement(form_makeTextField('d[' . $cur . '][prefix]', $row['prefix'], '')); [all …]
|
| /plugin/dokubookmark/ |
| D | helper.php | 160 $form->addElement(form_makeOpenTag('p')); 161 …$form->addElement(form_makeTextField('id', htmlentities(parseWikiIdTemplate($data['wikiidtpl'], $d… 164 $form->addElement('<br/> Preset:'); 171 $form->addElement(','); 173 $form->addElement(' '); 175 $form->addElement(' '); 180 $form->addElement(form_makeTag('input', array( 191 $form->addElement(form_makeCloseTag('p')); 208 $form->addElement(form_makeOpenTag('div', array('id'=>'wiki__editbar'))); 209 $form->addElement(form_makeOpenTag('div', array('id'=>'size__ctl'))); [all …]
|
| /plugin/openlayersmap/admin/ |
| D | purge.php | 105 $form->addElement('<p>'); 106 $form->addElement( 109 $form->addElement( 113 $form->addElement('</p>'); 117 $form->addElement('<p>'); 118 …$form->addElement('<input id="purgemaps" name="purgemaps" type="checkbox" value="1" class="checkbo… 119 $form->addElement( 122 $form->addElement('</p>'); 125 $form->addElement(
|
| /plugin/authg2fa/ |
| D | action.php | 85 … $form->addElement(form_makeTag('img', array('src' => $url, 'alt' => 'Google 2FA QR Image'))); 86 $form->addElement(form_makeTag('br')); 98 …$form->addElement(form_makeTextField('secret', $secret, $this->getLang('secret'), '', 'block', arr… 100 …$form->addElement(form_makeTextField('secret', '********', $this->getLang('secret'), '', 'block', … 102 …$form->addElement(form_makeButton('submit', '', $this->getLang('showqr'), array('name' => 'fn[show… 103 $form->addElement(form_makeTag('br')); 104 …$form->addElement(form_makeButton('submit', '', $this->getLang('generate'), array('name' => 'fn[ge… 105 …$form->addElement(form_makeButton('submit', '', $this->getLang('update'), array('name' => 'fn[upda… 106 $form->addElement(form_makeTag('br')); 107 …$form->addElement(form_makeButton('submit', '', $this->getLang('delete'), array('name' => 'fn[dels…
|
| /plugin/loadskin/ |
| D | admin.php | 78 $form->addElement(form_makeOpenTag('p')); 79 $form->addElement(form_makeTextField('pattern','',$this->getLang('pattern'))); 80 $form->addElement(form_makeCloseTag('p')); 81 $form->addElement(form_makeOpenTag('p')); 82 …$form->addElement(form_makeListboxField('tpl',$helper->getTemplates(),'',$this->getLang('template'… 83 $form->addElement(form_makeCloseTag('p')); 84 $form->addElement(form_makeButton('submit','',$lang['btn_save'])); 110 $form->addElement(form_makeButton('submit','',$lang['btn_delete']));
|
| /plugin/projects/action/ |
| D | action.php | 155 $create->addElement(form_makeOpenTag("p")); 156 $create->addElement(form_makeField('text', 'File name')); 157 $create->addElement(form_makeCloseTag("p")); 159 $create->addElement(form_makeOpenTag("p")); 160 …$create->addElement(form_makeRadioField('Type', SOURCE, "Source", "", "", array('checked' => "true… 161 $create->addElement(form_makeRadioField('Type', TARGET, 'Generated')); 162 $create->addElement(form_makeRadioField('Type', CROSSLINK, 'Crosslink')); 163 $create->addElement(form_makeCloseTag("p")); 165 $create->addElement(form_makeButton("submit", '', "Create")); 176 $subproject->addElement(form_makeOpenTag("p")); [all …]
|
| /plugin/maintenance/ |
| D | admin.php | 53 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('start_btn'))); 54 $form->addElement('<p>'.$this->getLang('start_desc').'</p>'); 60 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('stop_btn'))); 61 $form->addElement('<p>'.$this->getLang('stop_desc').'</p>'); 67 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('lock_btn'))); 68 $form->addElement('<p>'.$this->getLang('lock_desc').'</p>'); 74 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('unlock_btn'))); 75 $form->addElement('<p>'.$this->getLang('unlock_desc').'</p>');
|
| /plugin/flowchartjs/ |
| D | admin.php | 52 $form->addElement( form_makeFileField( 55 $form->addElement('<div>Or/and delete styles:</div>'); 60 $form->addElement( form_makeCheckboxField( 63 $form->addElement('<br />'); 65 $form->addElement( form_makeButton('submit', 'admin', 'Update') );
|
| /plugin/datatemplate/syntax/ |
| D | filterform.php | 106 …$form->addElement(form_openfieldset(array('_legend' => $this->getLang('searchfilter'), 'class' => … 107 $form->addElement(form_makeMenuField('field', $data['fields'], '', '', '', 'cell menu')); 108 $form->addElement(form_makeTextField('contains', '', '', '', 'cell text')); 110 $form->addElement('<div class="group">'.$this->getLang('prevfilters').':</div>'); 115 $form->addElement(form_checkboxField( 122 $form->addElement(form_makeButton('submit', '', $this->getLang('submitfilter')));
|
| /plugin/blogtng/ |
| D | admin.php | 768 … $form->addElement(form_makeListBoxField("entry-$field", $availableoptions, $entry[$field], '')); 769 …$form->addElement('<input type="submit" name="admin[entry_set_'.$field.']" class="edit button" val… 794 …$form->addElement(form_makeListBoxField('comment-status', ['visible', 'hidden'], $comment->getStat… 795 $form->addElement('<br />'); 796 …$form->addElement(form_makeListBoxField('comment-source', ['comment', 'trackback', 'pingback'], $c… 797 $form->addElement('<br />'); 798 …$form->addElement(form_makeTextField('comment-name', $comment->getName(), $this->getLang('comment_… 799 $form->addElement('<br />'); 800 …$form->addElement(form_makeTextField('comment-mail', $comment->getMail(), $this->getLang('comment_… 801 $form->addElement('<br />'); [all …]
|
| /plugin/move/admin/ |
| D | tree.php | 61 …$form->addElement(form_makeCheckboxField('autoskip', '1', $this->getLang('autoskip'), '', '', ($th… 62 $form->addElement('<br />'); 63 …$form->addElement(form_makeCheckboxField('autorewrite', '1', $this->getLang('autorewrite'), '', ''… 64 $form->addElement('<br />'); 65 $form->addElement('<br />'); 66 $form->addElement(form_makeButton('submit', 'admin', $this->getLang('btn_start')));
|