Home
last modified time | relevance | path

Searched full:input (Results 151 – 175 of 4718) sorted by relevance

12345678910>>...189

/plugin/pgn4web/pgn4web/
H A Ddynamic-frame-test.html28 input {
44 <span>&nbsp; <input type="button" value="swap" onclick="swap_wh();"/> &nbsp;</span>
46 <span>&nbsp; <input type="button" value="2:1" onclick="preselect(2,1);"/> &nbsp;</span>
47 <span>&nbsp; <input type="button" value="16:9" onclick="preselect(16,9);"/> &nbsp;</span>
48 <span>&nbsp; <input type="button" value="4:3" onclick="preselect(4,3);"/> &nbsp;</span>
49 <span>&nbsp; <input type="button" value="1:1" onclick="preselect(1,1);"/> &nbsp;</span>
50 <span>&nbsp; <input type="button" value="3:4" onclick="preselect(3,4);"/> &nbsp;</span>
51 <span>&nbsp; <input type="button" value="9:16" onclick="preselect(9,16);"/> &nbsp;</span>
52 <span>&nbsp; <input type="button" value="1:2" onclick="preselect(1,2);"/> &nbsp;</span>
55 <span>&nbsp; <input type="button" value="wide" onclick="modify(1.05, 1);"/> &nbsp;</span>
[all …]
/plugin/bibtex/OSBib/
H A DMINIMALRTF.php78 * Convert input text to bold text
79 * @parameter string $input - text to be converted
81 function bold($input = "") argument
83 return "{\b $input }";
86 * Convert input text to italics text
89 function italics($input = "") argument
91 return "{\i $input }";
94 * Convert input text to underline text
97 function underline($input = "") argument
99 return "{\ul $input }";
[all …]
/plugin/combo/resources/webcode/
H A Dwebcode-console.js36 let printTable = function (input) { argument
37 if (Array.isArray(input) !== true) {
42 if (input.length <= 0) {
58 for (let i = 0; i < input.length; i++) {
60 let element = input[i];
83 if (typeof input[0] === 'object') {
103 let printLog = function (input) { argument
105 if (typeof input === "object") {
107 let keys = Object.keys(input);
109 s += " " + keys[i] + " : " + input[key
162 addLogEntry(input) global() argument
168 addTableEntry(input) global() argument
190 log(input) global() argument
195 table(input) global() argument
[all...]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php193 foreach ($inputs as $input) {
194 if (is_array($input)) {
287 * Parses an input string string into an asset.
289 * The input string can be one of the following:
298 * @param string $input An input string
305 if ('@' == $input[0]) {
309 if (false !== strpos($input, '://') || 0 === strpos($input, '//')) {
313 if (self::isAbsolutePath($input)) {
321 $path = $input;
322 $input = $this->root.'/'.$path;
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php14 * It is assumed that the input stream contains 1 or more VCARD objects. This
30 protected $input; variable in Sabre\\VObject\\Splitter\\VCard
42 * The splitter should receive an readable file stream as it's input.
44 * @param resource $input
47 public function __construct($input, $options = 0) { argument
49 $this->input = $input;
50 $this->parser = new MimeDir($input, $options);
68 throw new VObject\ParseException('The supplied input contained non-VCARD data.');
/plugin/darcspatch/
H A Dadmin.php78 '<input type="hidden" name="id" value="'.$ID.'" />'.
79 '<input type="hidden" name="do" value="'.$_REQUEST['do'].'"/>'.
80 '<input type="hidden" name="page" value="'.$_REQUEST['page'].'"/>'.
81 '<input type="hidden" name="darcspatch_do" value="apply_patch" />'.
95 '<input type="hidden" name="id" value="'.$ID.'" />'.
96 '<input type="hidden" name="do" value="'.$_REQUEST['do'].'"/>'.
97 '<input type="hidden" name="page" value="'.$_REQUEST['page'].'"/>'.
98 '<input type="hidden" name="darcspatch_do" value="apply_patch" />'.
107 '<input type="hidden" name="id" value="'.$ID.'" />'.
108 '<input type="hidden" name="do" value="'.$_REQUEST['do'].'"/>'.
[all …]
/plugin/autogroup/conf/
H A Dsettings.class.php39 * update setting with user provided value $input
42 * @param string $input
45 function update($input) { argument
46 if (is_null($input)) return false;
48 dbglog(print_r(urlencode($input),true));
49 $lines = $this->_from_string($input);
62 $this->_input = $input;
68 $this->_input = $input;
74 $this->_input = $input;
85 * Build html for label and input of setting
[all …]
/plugin/smtp/
H A Dadmin.php24 global $INPUT;
26 if(!$INPUT->bool('send')) return;
33 if($INPUT->str('to')) $mail->to($INPUT->str('to'));
34 if($INPUT->str('cc')) $mail->cc($INPUT->str('cc'));
35 if($INPUT->str('bcc')) $mail->bcc($INPUT->str('bcc'));
52 global $INPUT;
63 $form->addElement(form_makeField('text', 'to', $INPUT->str('to'), 'To:', '', 'block'));
64 $form->addElement(form_makeField('text', 'cc', $INPUT->str('cc'), 'Cc:', '', 'block'));
65 $form->addElement(form_makeField('text', 'bcc', $INPUT->str('bcc'), 'Bcc:', '', 'block'));
/template/ospyramid/css/blueprint/
H A Die.css30 input.text, input.title, textarea {background-color:#fff;border:1px solid #bbb;}
31 input.text:focus, input.title:focus {border-color:#666;}
32 input.text, input.title, textarea, select {margin:0.5em 0;}
33 input.checkbox, input.radio {position:relative;top:.25em;}
35 form.inline input.checkbox, form.inline input.radio, form.inline input.button, form.inline button {…
36 button, input.button {position:relative;top:0.25em;}
/plugin/autolink4/
H A Dadmin.php37 global $INPUT;
38 if ($INPUT->post->has('aldata')) {
39 if (!$this->hlp->saveConfigFile($INPUT->post->str('aldata'))) {
74 echo '<p><label onclick="plugin_autolink4.toggleFlag(this.querySelector(\'input\').checked, \'tt\')">';
75 echo '<input type="checkbox" name="tooltips" ' . $allTt . '/>';
79 echo '<p><label onclick="plugin_autolink4.toggleFlag(this.querySelector(\'input\').checked, \'once\')">';
80 echo '<input type="checkbox" name="linkonce" ' . $allOnce . '/>';
84 echo '<input type="hidden" name="do" value="admin" />';
85 echo '<input type="hidden" name="page" value="autolink4" />';
89 echo '<input typ
[all...]
/plugin/indexmenu2/cms/extensions/demo/
H A Dselectbox.html63 <input id="rtla" type="button" class="mover" value=">>" />
64 <input id="rtl" type="button" class="mover" value=">" />
65 <input id="ltr" type="button" class="mover" value="<" />
66 <input id="ltra" type="button" class="mover" value="<<" />
117 <input name="left_hide" id="left_hide" type="text" />
119 <input name="left_hideOnly" id="left_hideOnly" type="text" />
121 <input name="left_select" id="left_select" type="text" />
123 <input name="left_selectOnly" id="left_selectOnly" type="text" />
128 <input name="right_hide" id="right_hide" type="text" />
130 <input name="right_hideOnly" id="right_hideOnly" type="text" />
[all …]
/plugin/bahnde/
H A Dsyntax.php134 $txt .= ' <input type="hidden" name="start" value="1" />';
136 $txt .= '<input type="hidden" name="returnTime" value="'.$start_date.'" />';
138 $txt .= ' <input type="hidden" name="returnTimesel" value="depart" />';
139 $txt .= ' <input type="hidden" name="REQ0Tariff_TravellerType.1" value="E" />';
140 $txt .= ' <input type="hidden" name="REQ0Tariff_TravellerReductionClass.1" value="0" />';
141 $txt .= ' <input type="hidden" name="REQ0Tariff_Class" value="2" />';
171 $txt .= ' <input id="Z" name="Z" type="text" size="18" />&nbsp;<br />';
183 $txt .= ' <input id="date" name="date" type="text" maxlength="10" size="6" />';
198 $txt .= ' <input type="radio" name="timesel" value="depart" id="T1" checked="1"/>';
200 $txt .= ' <input type="radio" name="timesel" value="arrive" id="T2" />';
[all …]
/plugin/virtualkeyboard/vk/extensions/demo/
H A Dselectbox.html63 <input id="rtla" type="button" class="mover" value=">>" />
64 <input id="rtl" type="button" class="mover" value=">" />
65 <input id="ltr" type="button" class="mover" value="<" />
66 <input id="ltra" type="button" class="mover" value="<<" />
117 <input name="left_hide" id="left_hide" type="text" />
119 <input name="left_hideOnly" id="left_hideOnly" type="text" />
121 <input name="left_select" id="left_select" type="text" />
123 <input name="left_selectOnly" id="left_selectOnly" type="text" />
128 <input name="right_hide" id="right_hide" type="text" />
130 <input name="right_hideOnly" id="right_hideOnly" type="text" />
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php13 * It is assumed that the input stream contains 1 or more VCARD objects. This
29 protected $input; variable in Sabre\\VObject\\Splitter\\VCard
41 * The splitter should receive an readable file stream as its input.
43 * @param resource $input
46 public function __construct($input, $options = 0) argument
48 $this->input = $input;
49 $this->parser = new MimeDir($input, $options);
66 throw new VObject\ParseException('The supplied input contained non-VCARD data.');
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php13 * It is assumed that the input stream contains 1 or more VCARD objects. This
29 protected $input; variable in Sabre\\VObject\\Splitter\\VCard
41 * The splitter should receive an readable file stream as it's input.
43 * @param resource $input
46 function __construct($input, $options = 0) { argument
48 $this->input = $input;
49 $this->parser = new MimeDir($input, $options);
67 throw new VObject\ParseException('The supplied input contained non-VCARD data.');
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dinput_utils.php3 * Connector to Dokuwiki Input class
9 require_once('Input.class.php');
10 global $INPUT;
11 if(!isset($INPUT)) {
12 $INPUT = new Input(); variable
16 global $INPUT;
18 $val = $INPUT->str($which);
/plugin/contact/
H A Dsyntax.php110 $this->_show_message("Name has invalid input");
114 $this->_show_message("Email address has invalid input");
118 $this->_show_message("Subject has invalid input");
122 $this->_show_message("Destination address has invalid input");
126 $this->_show_message("Comment has invalid input");
153 * and creates the input form.
182 $ret .= "<input type=\"hidden\" name=\"to\" value=\"".$data['to']."\" />";
184 $ret .= "<input type=\"hidden\" name=\"do\" value=\"show\" />";
185 $ret .= '<input type="hidden" name="id" value="'.$ID.'" />';
186 $ret .= '<input type="hidden" name="purge" value="true" />';
[all …]
/plugin/bez/scripts/
H A Dtask.js13 jQuery("input[name=plan_date]").datepicker({
16 if (jQuery("input[name=all_day_event]").is(":checked")) {
19 jQuery("input[name=all_day_event]").on('change', function() {
51 var tooltips = jQuery('.bez_metaform').find("input, select").tooltip({
60 inlineErrorMessageCallback: function($input, errorMessage, config) { argument
61 if ($input.tooltip("instance") === undefined) {
66 //customDisplayInlineErrorMessage($input, errorMessage);
67 $input.attr('title', errorMessage);
68 $input.tooltip("open");
70 //customRemoveInlineError($input);
[all...]
/dokuwiki/lib/plugins/authpdo/conf/
H A Ddefault.php17 * input: :user
25 * input: :user, :clear, :hash, [uid], [*]
33 * input: :user, [uid]
48 * input: :user, :name, :mail, (:clear|:hash)
55 * input: :user, [:uid], [*]
64 * input: :user, :name, :mail, :group, :start, :end, :limit
74 * input: :user, :name, :mail, :group
82 * input: :user, :name, :mail, [:uid], [*]
89 * input: :user, :newlogin, [:uid], [*]
96 * input
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dmacro.rst17 {% macro input(name, value, type = "text", size = 20) %}
18 <input type="{{ type }}" name="{{ name }}" value="{{ value|e }}" size="{{ size }}" />
31 {% macro input(name, value, type, size) %}
69 <p>{{ forms.input('username') }}</p>
70 <p>{{ forms.input('password', null, 'password') }}</p>
79 <p>{{ forms.input('username') }}</p>
84 might be tempted to call the macro directly via ``_self.input()`` instead
93 {% macro input(name, value, type, size) %}
101 {{ forms.input(name, value, type, size) }}
113 {% macro input() %}
[all …]
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DReaderTest.php9 $input = <<<BLA
14 $reader->xml($input);
24 $input = <<<BLA
39 $input = <<<BLA
51 $input = <<<BLA
99 $input = <<<BLA
131 $input = <<<BLA
163 $input = <<<BLA
200 $input = <<<BLA
240 $input = <<<BLA
[all …]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingPassword.php13 public function update($input) argument
16 if (!$input) return false;
18 if ($this->pattern && !preg_match($this->pattern, $input)) {
20 $this->input = $input;
24 $this->local = conf_encodeString($input, $this->code);
37 $input = '<input id="config___' . $key . '" name="config[' . $key .
39 return [$label, $input];
/plugin/authucenter/lib/uc_client/control/
H A Dmail.php27 $mail['uids'] = explode(',', $this->input('uids'));
28 $mail['emails'] = explode(',', $this->input('emails'));
29 $mail['subject'] = $this->input('subject');
30 $mail['message'] = $this->input('message');
31 $mail['charset'] = $this->input('charset');
32 $mail['htmlon'] = intval($this->input('htmlon'));
33 $mail['level'] = abs(intval($this->input('level')));
34 $mail['frommail'] = $this->input('frommail');
/plugin/sketchcanvas/
H A Daction.php77 var input = document.createElement('input');
78 input.type = 'hidden';
79 input.name = "data";
80 input.value = text.innerHTML;
81 form.appendChild(input);
121 <input type="button" value="Load data from text" onclick="skcanvas.loadData(document.getElementById('wiki__text').value)">
179 global $INPUT;
183 if(!$INPUT->post->has('editfigure__new')) return;
191 $fields = $INPUT
[all...]
/plugin/firenews/HTMLTemplates/editnews/
H A Deditnews.html4 <input name="eheader" value="{{HEADER}}"> <br>
6 <input name="esubtitle" value="{{SUBTITLE}}"> <br>
8 … <input name="etargetpage" pattern="^[a-zA-Z0-9]+(:[a-zA-Z0-9]+)*$" value="{{TARGETPAGE}}"> <br>
10 <input name="estartdate" value="{{STARTDATE}}"> <br>
12 <input name="eenddate" value="{{ENDDATE}}"> <br>
16 <input name="egroup" pattern="^[a-zA-Z]+(,[a-zA-Z]+)*$" value="{{GROUP}}"> <br>
18 <input name="eauthor" value="{{AUTHOR}}"> <br>
20 <input name="enewsid" value="{{NEWSID}}" readonly> <br>
21 <input type="submit" value="{{firenews_editnews_save}}" name="savesubmit">
22 <input type="submit" value="{{firenews_editnews_delete}}" name="deletesubmit">

12345678910>>...189