Lines Matching full:input

43        global $INPUT;
72 $id = $INPUT->str('id');
662 global $INPUT;
668 if($INPUT->has('hid')) {
669 $hid = $INPUT->str('hid');
675 $ckgedit_redirect = $INPUT->str('redirect_id', "");
680 <input type="hidden" name="id" value="<?php echo $ID?>" />
681 <input type="hidden" name="rev" value="<?php echo $REV?>" />
682 <input type="hidden" name="date" value="<?php echo $DATE?>" />
683 <input type="hidden" name="prefix" value="<?php echo formText($PRE)?>" />
684 <input type="hidden" name="suffix" value="<?php echo formText($SUF)?>" />
685 <input type="hidden" id="ckgedit_mode_type" name="mode" value="" />
686 <input type="hidden" id="fck_preview_mode" name="fck_preview_mode" value="nil" />
687 <input type="hidden" id="fck_wikitext" name="fck_wikitext" value="__false__" />
688 <input type="hidden" id="styling" name="styling" value="styles" />
690 …<input type="hidden" id="ckgedit_redirect" name="ckgedit_redirect" value="<?php echo $ckgedit_red…
693 <input type="hidden" id="hid" name="hid" value="<?php echo $hid; ?>" />
695 <input type="hidden" id="template" name="template" value="<?php echo $ckg_template?>" />
754 … <input type="checkbox" name="ckgedit" value="ckgedit" checked="checked" style="display: none"/>
755 <input class="button" type="button" id = "save_button"
762 <input class="button" id="ebtn__delete" type="submit"
771 <input class="button" id = "ebtn__dwedit"
783 <input class="button" id="ebtn__fbswitch"
802 <input class="button" type="submit"
812 <input class="button" type="button" value = "Test"
819 <input class="button"
828 <input class="button" type="button"
835 <input class="button" type="button"
842 <input class="button" type="submit"
860 <input class="button" type="button" value = "Debug"
888 <input type="checkbox" name="complex_tables" value="complex_tables" id = "complex_tables"
891 …<input type="text" size= "4" name="editor_height" title = "<?php echo $this->getLang('editor_heigh…
893 …&nbsp;<input type="checkbox" name="ckg_img_paste" title = "<?php echo $this->getLang('ckg_img_past…
896 <input style="display:none;" class="button" id="edbtn__save" type="submit" name="do[save]"
903 <input type="button" id='edbtn__preview' style="display: none"/>
917 …<input type="text" class="edit" name="summary" id="edit__summary" size="50" value="<?php echo form…
918 …<label class="nowrap" for="minoredit"><input type="checkbox" id="minoredit" name="minor" value="1"…
1061 global $skip_styling, $INPUT;
1062 $post_styling = $INPUT->post->str('styling');