Home
last modified time | relevance | path

Searched full:input (Results 1301 – 1325 of 4846) sorted by relevance

1...<<51525354555657585960>>...194

/template/chippedsnow/css/
H A Dchippedsnow.css63 input, input[type='text'], input[type='password'], textarea { selector
122 /* Set the input position to absolute, send it off screen with zero opacity */
/plugin/evesso/
H A Daction.php98 global $INPUT, $ID;
102 $servicename = $INPUT->str('evessologin');
120 $REV = $INPUT->int('rev');
121 $DATE_AT = $INPUT->str('at');
122 $RANGE = $INPUT->str('range');
123 if($INPUT->post->has('wikitext')) {
124 $TEXT = cleanText($INPUT->post->str('wikitext'));
127 $SUF = cleanText($INPUT->post->str('suffix'));
128 $SUM = $INPUT->post->str('summary');
145 global $INPUT;
[all …]
/dokuwiki/inc/Action/
H A DRedirect.php27 global $INPUT;
33 if ($INPUT->has('hid')) {
35 $opts['fragment'] = $INPUT->str('hid');
/plugin/authucenter/lib/uc_client/control/
H A Dtag.php26 $appid = $this->input('appid');
27 $tagname = $this->input('tagname');
28 $nums = $this->input('nums');
/plugin/pwaoffline/
H A Daction.php52 global $conf, $INPUT;
55 $ts = $INPUT->has('ts') ? $INPUT->int('ts') : 0;
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.input.text.php2 // $Header: /cvsroot/html2ps/box.input.text.php,v 1.28 2007/01/03 19:39:29 Konstantin Exp $
4 /// define('SIZE_SPACE_KOEFF',1.65); (defined in tag.input.inc.php)
29 * Input field name
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DStringUtil.php32 * This method tries its best to convert the input string to UTF-8.
34 * Currently only ISO-5991-1 input and UTF-8 input is supported, but this
/plugin/davcal/vendor/sabre/vobject/lib/
H A DStringUtil.php32 * This method tries its best to convert the input string to UTF-8.
34 * Currently only ISO-5991-1 input and UTF-8 input is supported, but this
/plugin/diagramsnet/lib/js/
H A Dmath-print.js11 jax: ['input/TeX', 'input/MathML', 'input/AsciiMath'].concat(
/template/daily/css/
H A D_forms.css39 .dokuwiki label.block input.edit {
56 .dokuwiki input.edit,
65 .dokuwiki input.button,
/template/stm/stm/css/
H A D_forms.css39 .dokuwiki label.block input.edit {
56 .dokuwiki input.edit,
65 .dokuwiki input.button,
/template/codowik/css/
H A D_forms.css39 .dokuwiki label.block input.edit {
56 .dokuwiki input.edit,
65 .dokuwiki input.button,
/template/ramtop/css/
H A D_forms.css39 .dokuwiki label.block input.edit {
56 .dokuwiki input.edit,
65 .dokuwiki input.button,
/template/binkytestinstance/css/
H A D_forms.css39 .dokuwiki label.block input.edit {
56 .dokuwiki input.edit,
65 .dokuwiki input.button,
/template/20cones/css/
H A D_forms.css39 .dokuwiki label.block input.edit {
56 .dokuwiki input.edit,
/dokuwiki/inc/
H A Dhttputils.php25 global $INPUT;
35 $if_modified_since = $INPUT->server->filter('stripslashes')->str('HTTP_IF_MODIFIED_SINCE', false);
36 $if_none_match = $INPUT->server->filter('stripslashes')->str('HTTP_IF_NONE_MATCH', false);
102 global $INPUT;
109 if (!$INPUT->server->has('HTTP_RANGE')) {
113 $t = explode('=', $INPUT->server->str('HTTP_RANGE'));
280 $postData = file_get_contents('php://input');
295 global $INPUT;
340 $server_protocol = $INPUT->server->str('SERVER_PROTOCOL', false);
/plugin/txtconf/
H A Dconfig0.class.php312 * update setting with user provided value $input
317 function update($input) { argument
318 if (is_null($input)) return false;
322 if ($value == $input) return false;
324 if ($this->_pattern && !preg_match($this->_pattern,$input)) {
326 $this->_input = $input;
330 $this->_local = $input;
356 …$input = '<textarea rows="3" cols="40" id="config__'.$key.'" name="config['.$key.']" class="edit" …
357 return array($label,$input);
/template/a_free_worldic/
H A D_design.css83 div.dokuwiki div.left_sidebar div.secedit input.button,
84 div.dokuwiki div.right_sidebar div.secedit input.button {
213 div.dokuwiki input.edit, div.dokuwiki select.edit {
217 div.dokuwiki input.missing {
228 div.dokuwiki div.left_sidebar form#dw__search input.edit,
229 div.dokuwiki div.right_sidebar form#dw__search input.edit {
235 div.dokuwiki input.button, div.dokuwiki button.button{
240 div.dokuwiki div.secedit input.button {
245 div.dokuwiki .bar input.button {
/template/argon-alt/assets/css/
H A Dargon-design-system.css272 input, selector
4126 .input-group-prepend .input-group-text+.input-group-text,
4130 .input-group-append .input-group-text+.input-group-text,
4171 .input-group-lg>.input-group-prepend>.input-group-text,
4172 .input-group-lg>.input-group-append>.input-group-text,
4188 .input-group-sm>.input-group-prepend>.input-group-text,
4189 .input-group-sm>.input-group-append>.input-group-text,
4204 .input-group>.input-group-prepend>.input-group-text,
4206 .input-group>.input-group-append:not(:last-child)>.input-group-text,
4214 .input-group>.input-group-append>.input-group-text,
[all …]
/plugin/ckgedit/action/
H A Dedit.php43 global $INPUT;
72 $id = $INPUT->str('id');
662 global $INPUT;
668 if($INPUT->has('hid')) {
669 $hid = $INPUT->str('hid');
802 <input class="button" type="submit"
819 <input class="button"
828 <input class="button" type="button"
835 <input class="button" type="button"
842 <input class="button" type="submit"
[all …]
/plugin/davcal/
H A Dscript.js18 Date.parseDate = function( input, format ){ argument
19 return moment(input,format).toDate();
172 … jQuery("input[class=dw_davcal__settings], select[class=dw_davcal__settings]").each(function() {
439 … jQuery("input.dw_davcal__editevent, textarea.dw_davcal__editevent").each(function() {
542 … jQuery("input.dw_davcal__editevent, textarea.dw_davcal__editevent").each(function() {
607 …'<tr><td>' + LANG.plugins.davcal['title'] + '</td><td><input type="text" id="dw_davcal__eventname_…
610 …om'] + '</td><td><input type="text" name="eventfrom" id="dw_davcal__eventfrom_edit" class="dw_davc…
611 …['to'] + '</td><td><input type="text" name="eventto" id="dw_davcal__eventto_edit" class="dw_davcal…
616 … '<input type="hidden" name="uid" id="dw_davcal__uid_edit" class="dw_davcal__editevent">' +
617 … '<input type="hidden" name="detectedtz" id="dw_davcal__tz_edit" class="dw_davcal__editevent">' +
[all …]
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dstyle.css.php206 div#pfc_input_container input {
219 input#pfc_words {
231 input#pfc_send {
435 div#pfc_promptbox input {
438 input#pfc_promptbox_field {
441 input#pfc_promptbox_submit {
444 input#pfc_promptbox_cancel {
/plugin/freechat/phpfreechat/themes/default/
H A Dstyle.css.php206 div#pfc_input_container input {
219 input#pfc_words {
231 input#pfc_send {
435 div#pfc_promptbox input {
438 input#pfc_promptbox_field {
441 input#pfc_promptbox_submit {
444 input#pfc_promptbox_cancel {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonToken.php51 * the same source and input stream share a reference to the same
182 $input = $this->getInputStream();
184 if ($input === null) {
188 $n = $input->getLength();
191 return $input->getText($this->start, $this->stop);
200 * extracting the text from the input.
203 * if the text should be obtained from the input
/plugin/git/syntax/
H A Dremotestatus.php135 … $renderer->doc .= ' <input type="submit" name="cmd[ignore]" value="Ignore this commit" />';
136 $renderer->doc .= ' <input type="submit" name="cmd[merge]" value="Merge All" />';
198 …// $renderer->doc .= ' <input type="hidden" name="filename" value="'.$file.'" />';
199 …// $renderer->doc .= ' <input type="hidden" name="hash" value="'.$commit['hash'].…
200 // $renderer->doc .= ' <input type="submit" value="View Changes" />';

1...<<51525354555657585960>>...194