Home
last modified time | relevance | path

Searched full:input (Results 526 – 550 of 4846) sorted by relevance

1...<<21222324252627282930>>...194

/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php909 // parse input into array
1086 foreach($inputArray as $input)
1088 if(isset($this->vars[$input]))
1124 foreach($inputArray as $input)
1141 $input = preg_replace("/\r|\n|\015|\012/", "", $input);
1186 // validate input
1226 foreach($array as $input)
1294 // FALSE means validated input
1375 foreach($array as $input)
1378 $this->session->setVar($input, base64_encode($this->vars[$input]));
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.write.php161 …echo '<tr><td align="right"><b>Title</b></td> <td><input type="text" size="40" name="Title" value…
162 …echo '<tr><td align="right"><b>Artist</b></td><td><input type="text" size="40" name="Artist" value…
163 …echo '<tr><td align="right"><b>Album</b></td> <td><input type="text" size="40" name="Album" value…
164 …echo '<tr><td align="right"><b>Year</b></td> <td><input type="text" size="4" name="Year" value…
184 …ht"><b>Track</b></td><td><input type="text" size="2" name="Track" value="'.htmlentities($TrackNumb…
209 …echo '</select><input type="text" name="GenreOther" size="10" value="'.htmlentities((!empty($AllGe…
213 echo '<input type="checkbox" name="TagFormatsToWrite[]" value="'.$ValidTagType.'"';
236 …echo '<hr><input type="checkbox" name="remove_other_tags" value="1"> Remove non-selected tag forma…
242 …echo '<tr><td align="right"><b>Picture</b><br>(ID3v2 only)</td><td><input type="file" name="userfi…
249 …echo '<tr><td align="center" colspan="2"><input type="submit" name="WriteTags" value="Save Changes…
[all …]
/plugin/telleveryone/
H A Dadmin.php38 global $ID, $INPUT, $INFO;
40 if (!$INPUT->param('action')) return;
41 if (!$INPUT->arr('log')) return;
44 $log = $INPUT->arr('log');
55 switch ($INPUT->str('action')) {
88 global $ID, $INPUT;
118 if ($id == $INPUT->int('edit')) {
156 if (!$INPUT->param('edit')) {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php71 $input = <<<HI
82 $obj = Reader::read($input);
96 $input = <<<HI
105 $obj = Reader::read($input);
122 $input = <<<HI
135 $obj = Reader::read($input);
151 $input = <<<HI
164 $obj = Reader::read($input);
/plugin/data/
H A Dscript.js5 jQuery('.data_type_dt input').datepicker({
22 * @param {jQuery} $input
23 * @return {String} aliastype of the input
25 function getAliastype($input) { argument
26 var classes = $input.parent().attr('class').split(' '),
82 jQuery(".data_type_page input").autocomplete({
98 jQuery(".data_type_pages input")
132 // remove the current input
/plugin/diagrams/action/
H A Dmediafile.php41 global $INPUT;
42 $mediaId = $INPUT->str('mediaId');
60 global $INPUT;
61 $diagrams = (array)json_decode($INPUT->str('diagrams'));
91 global $INPUT;
92 $diagram = $INPUT->str('diagram');
120 global $INPUT;
121 $ns = $INPUT->str('ns');
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DYaml.php68 * @param string $input A string containing YAML
75 public static function parse(string $input, int $flags = 0) argument
79 return $yaml->parse($input, $flags);
88 * @param mixed $input The PHP value
95 public static function dump($input, int $inline = 2, int $indent = 4, int $flags = 0): string argument
99 return $yaml->dump($input, $inline, 0, $flags);
/plugin/sentry/action/
H A Dajax.php42 global $INPUT;
49 'type' => $INPUT->str('name'),
50 'value' => $INPUT->str('message'),
52 'frames' => $this->parseJavaScriptStacktrace($INPUT->str('stack'))
58 $sentryData = array_merge($sentryData, $INPUT->arr('additionalData'));
59 $sentryData['extra']['original_stack'] = $INPUT->str('stack');
/template/minimalism/styles/
H A Dplugins.css107 .comment_name label input,
108 .comment_mail label input,
109 .comment_url label input,
110 .comment_address label input {
120 .comment_buttons input.button {
147 input#discussion__newthread_title {
/plugin/onlineordering/
H A Dorder_form.php11 $output .= '<input type="hidden" name="onlineordering_stage" id="onlineordering_stage" value="1">';
41 $output .= '<td><input type="text" name="onlineordering_firstname" id="onlineordering_firstname" t…
47 $output .= '<td><input type="text" name="onlineordering_lastname" id="onlineordering_lastname" tab…
53 $output .= '<td><input type="text" name="onlineordering_street" id="onlineordering_street" tabinde…
59 $output .= '<td><input type="text" name="onlineordering_postcode" id="onlineordering_postcode" tab…
65 $output .= '<td><input type="text" name="onlineordering_place" id="onlineordering_place" tabindex=…
106 $output .= '<td><input type="text" name="onlineordering_email" id="onlineordering_email" tabindex=…
112 $output .= '<td><input type="text" name="onlineordering_tickets" id="onlineordering_tickes" tabinde…
132 $output .= '<br /><input type="submit" name="Submit" value="'.$this->getLang('confirm').'" tabindex…
/plugin/pgn4web/pgn4web/
H A Dboard-generator.html62 .input, .textbox {
74 .input, .checkbox, .checkbox {
1904 <input class="input" type="text" id="initialHalfmoveNumber" name="input" value="" size="12" onChang…
1914 <input class="input" type="text" id="squareSize" name="input" value="" size="12" onChange="validate…
1995 <input class="color {adjust:false} input" type="text" id="boardShadowColorHex" name="input" value="…
2044 <input class="input" type="text" id="textMargin" name="input" value="" size="12" onChange="validate…
2112 <input class="input" type="text" id="fontCommentsSize" name="input" value="" size="12" onChange="va…
2126 <input class="input" type="text" id="fontVariationsSize" name="input" value="" size="12" onChange="…
2158 <input class="input" type="text" id="frameWidth" name="input" value="" size="12" onChange="validate…
2169 <input class="color {adjust:false} input" type="text" id="backgroundColorHex" name="input" value=""…
[all …]
/plugin/contactmodern/lang/pt/
H A Dlang.php32 $lang["error"]["valid_name"] = 'Name has invalid input.';
33 $lang["error"]["valid_email"] = 'Email address has invalid input.';
34 $lang["error"]["valid_subject"] = 'Subject has invalid input.';
35 $lang["error"]["valid_to"] = 'Destination address has invalid input.';
36 $lang["error"]["valid_content"] = 'Comment has invalid input.';
/plugin/contactmodern/lang/ru/
H A Dlang.php32 $lang["error"]["valid_name"] = 'Name has invalid input.';
33 $lang["error"]["valid_email"] = 'Email address has invalid input.';
34 $lang["error"]["valid_subject"] = 'Subject has invalid input.';
35 $lang["error"]["valid_to"] = 'Destination address has invalid input.';
36 $lang["error"]["valid_content"] = 'Comment has invalid input.';
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DJpegoptimFilter.php66 $pb->add($input = FilesystemUtils::createTemporaryFile('jpegoptim'));
67 file_put_contents($input, $asset->getContent());
73 unlink($input);
77 $asset->setContent(file_get_contents($input));
79 unlink($input);
/template/dokubootstrapsimplified/js/
H A Dmodifications.js16 $('input[type=\"submit\"], input[type=\"reset\"]').removeClass('button');
17 $('input[type=\"submit\"], input[type=\"reset\"]').addClass('btn btn-default btn-sm');
18 $('input[value=\"Edit\"][type=\"submit\"]').addClass('pull-right');
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt67 // The input string, if input is not UTF-8 or UCS-4, it must be converted before
68 $input = utf8_encode('nörgler.com');
70 $output = $IDN->encode($input);
82 // The input string
83 $input = 'andre@xn--brse-5qa.xn--knrz-1ra.info';
85 $output = $IDN->decode($input);
91 3. The input is read from a UCS-4 coded file and encoded line by line. By
92 appending the optional second parameter we tell enode() about the input
99 // Iterate through the input fil
[all...]
/plugin/struct/admin/
H A Dassignments.php49 global $INPUT;
59 if ($INPUT->str('action') && $INPUT->arr('assignment') && checkSecurityToken()) {
60 $assignment = $INPUT->arr('assignment');
62 if ($INPUT->str('action') === 'delete') {
65 } elseif ($INPUT->str('action') === 'add') {
103 echo '<input type="hidden" name="do" value="admin" />';
104 echo '<input type="hidden" name="page" value="struct_assignments" />';
105 echo '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />';
141 echo '<td><input typ
[all...]
/plugin/editsections2/
H A Dstyle.css8 html.js body div.dokuwiki div.editbutton_section input.button {
12 body div.dokuwiki div.secedit input.button,
13 body div.dokuwiki div.editbutton_section input.button {
17 body div.dokuwiki div.editbutton_table input.button {
/plugin/referrers/
H A Dadmin.php15 global $INPUT;
16 if ($INPUT->post->has('pref') && checkSecurityToken()) {
17 $this->savePreferences($INPUT->post->arr('pref'));
26 global $INPUT;
/dokuwiki/inc/
H A Dcommon.php41 * If the $input string does not contain enough elements, the missing elements will be
42 * filled up with the $default value. If the input string contains more elements, the last
46 * @param string $string The input string
58 * Checks if the given input is blank
108 /** @var Input $INPUT */
109 global $INPUT;
111 $user = $INPUT->server->str('REMOTE_USER');
127 /** @var Input $INPUT */
[all...]
/template/ravel/css/
H A Dravel.css506 input, selector
549 input[type="date"],
557 input[type="tel"],
560 input[type="url"],
704 input[disabled],
705 input.disabled,
721 input:focus,
737 input:invalid,
755 input::-webkit-input-placeholder,
770 input:-ms-input-placeholder,
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.input.select.height.php6 <select id="input" style="height: 33pt;"></select>
9 $element =& $tree->get_element_by_id('input');
19 <select id="input"></select>
22 $element =& $tree->get_element_by_id('input');
/plugin/googleanalytics/
H A Dadmin.php15 global $INPUT;
16 if ($INPUT->post->has('pref') && checkSecurityToken()) {
17 $this->savePreferences($INPUT->post->arr('pref'));
26 global $INPUT;
/plugin/ckgdoku/action/
H A Dmeta.php88 global $INPUT;
162 global $INPUT;
174 global $INPUT;
175 $page = $INPUT->str('dw_id');
186 global $INPUT;
187 $which = $INPUT->str('lang');
209 global $INPUT, $USERINFO,$INFO;
213 $dwp = $INPUT->str('dw_val');
214 $client = $INPUT->str('dwp_client');
254 global $INPUT;
[all …]
/plugin/tagging/script/
H A Deditable.js12 this.$input = $('<input type="text">').val(this.options.defaultValue).appendTo(this.$div);
17 if(this.$input.is(':visible')) {
18 this.$input.focus();
20 var pos = this.$input.val().length;
21 this.$input.get(0).setSelectionRange(pos, pos);
29 this.$input.after(this.$clear)
52 var len = this.$input.val().length,
66 this.$input.val('').focus();
79 '<div><div class="editable-input"></di
[all...]

1...<<21222324252627282930>>...194