Home
last modified time | relevance | path

Searched full:input (Results 376 – 400 of 4846) sorted by relevance

1...<<11121314151617181920>>...194

/plugin/doodle3/
H A Ddoodle_template.php19 <input type="hidden" name="sectok" value="<?php echo getSecurityToken() ?>" />
20 <input type="hidden" name="do" value="show" >
21 <input type="hidden" name="id" value="<?php echo $ID ?>" >
22 <input type="hidden" name="formId" value="<?php echo $template['formId'] ?>" >
23 <input type="hidden" name="edit__entry" value="">
24 <input type="hidden" name="delete__entry" value="">
61 /* Input fields, if allowed. */
/plugin/struct/meta/
H A DSchemaImporter.php8 * This works just like the schema builder, except that it expects a JSON structure as input
19 * @todo sanity checking of the input data should be added
29 $input = json_decode($json, true);
30 if ($input === null) {
57 $config = $input['config'] ?? [];
60 foreach ($input['columns'] as $column) {
/plugin/move/admin/
H A Dmain.php55 * Handle the input
58 global $INPUT;
66 switch($INPUT->str('ctl')) {
94 * Get input variables and create a move plan from them
99 global $INPUT;
104 $this->plan->setOption('autoskip', $INPUT->bool('autoskip'));
105 $this->plan->setOption('autorewrite', $INPUT->bool('autorewrite'));
107 if($ID && $INPUT->has('dst')) {
108 $dst = trim($INPUT->str('dst'));
114 // input cam
[all...]
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php294 ['input data', 'input data'],
317 $process = $this->getProcess(sprintf('echo %s %s echo %s', $input, $operator, $input));
1199 $input = function () {
1221 $input->close();
1252 $input->close();
1262 $input->onEmpty(function ($input) {
1264 $input->close();
1270 $input->write('ping');
1285 $input->close();
1312 $input->write(345);
[all …]
/plugin/userpoll/
H A Dsyntax.php183 . '<div class="no"><input type="hidden" name="do" value="show" />'
184 . '<input type="hidden" name="pollid" value="' . $pollid . '" />'
185 . '<input type="hidden" name="id" value="'.$ID.'" />'
186 . '<input type="hidden" name="vote" value="@FORGET@">'
187 …. '<input type="hidden" name="sectok" value='.getSecurityToken().' />' // einfg durch AG Server Ma…
199 '<input type="hidden" name="do" value="show" />'.
200 '<input type="hidden" name="pollid" value="' . $pollid . '" />'.
201 '<input type="hidden" name="id" value="'.$ID.'" />'.
202 …'<input type="hidden" name="sectok" value='.getSecurityToken().' />'; // einfg durch AG Server Mai…
208 '<input type="radio" name="vote" id="userpoll__option'.$i.'" '.
[all …]
/template/taratasy/css/
H A Dbasic.css333 input, selector
347 input[type=text],
348 input[type=password],
352 input[type=radio],
353 input[type=checkbox],
354 input.check {
358 input[type=submit],
359 input.button,
363 #IE6 .dokuwiki input.button,
370 input[disabled],
[all …]
H A D_edit.css95 .dokuwiki #wiki__editbar .editButtons input, /* old, until 2012-01-25 */
96 .dokuwiki div.editBar .editButtons input /* new */ {
99 /* summary input and minor changes checkbox */
113 .dokuwiki #wiki__editbar .summary input, /* old, until 2012-01-25 */
114 .dokuwiki div.editBar .summary input /* new */ {
117 .dokuwiki #wiki__editbar .summary input.missing, /* old, until 2012-01-25 */
118 .dokuwiki div.editBar .summary input.missing /* new */ {
143 .dokuwiki .secedit input.button {
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php27 protected $input; // only used by those classes which error check
70 * update changed setting with validated user provided value $input
71 * - if changed value fails validation check, save it to $this->input (to allow echoing later)
74 * @param mixed $input the new value argument
77 public function update($input)
79 if (is_null($input)) return false;
81 $input = $this->cleanValue($input);
84 if ($value == $input) return false;
87 if ($this->pattern && !preg_match($this->pattern, $input)) {
26 protected $input = null; // only used by those classes which error check global() variable in dokuwiki\\plugin\\config\\core\\Setting\\Setting
[all...]
/plugin/userimportextended/
H A Dadmin.php47 global $INPUT;
48 $cmd = $INPUT->param('cmd');
270 global $INPUT;
276 $INPUT->set('userid', $candidate[0]);
277 $INPUT->set('userpass', $candidate[1]);
278 $INPUT->set('username', $candidate[2]);
338 global $INPUT;
341 $user[0] = ($clean) ? $auth->cleanUser($INPUT->str('userid')) : $INPUT->str('userid');
342 $user[1] = $INPUT->str('userpass');
343 $user[2] = $INPUT->str('username');
[all …]
/plugin/twofactor/action/
H A Dprofile.php37 global $INPUT;
40 if (!$INPUT->server->has('REMOTE_USER')) return;
69 global $INPUT;
72 if (!$INPUT->server->has('REMOTE_USER')) {
78 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
98 global $INPUT;
103 if ($INPUT->has('twofactor_setup')) {
122 global $INPUT;
126 if ($INPUT->has('twofactor_optout') && $this->getConf('optinout') === 'optout') {
127 $manager->userOptOutState($INPUT
[all...]
/plugin/tagsections/action/
H A Dajax.php37 global $INPUT, $ID, $INFO, $ACT;
46 $range = $INPUT->str('range');
47 $ns = $INPUT->str('ns');
49 if ( $INPUT->has('contentOfPage') ) {
55 if ( $INPUT->has('saveTags') ) {
56 return $this->__saveTags($INPUT->arr('tags'), $range);
59 if ( $INPUT->has('listOfPages') ) {
64 if ( $INPUT->has('availableTags') ) {
70 if ( $INPUT->has('tagsForSection') ) {
/plugin/structodt/
H A Daction.php93 global $INPUT;
96 $method = 'action_' . $INPUT->str('action');
151 global $INPUT;
159 $templates = json_decode($INPUT->str('template'));
160 $ext = $INPUT->str('filetype');
170 $schema = $INPUT->str('schema');
171 $pid = $INPUT->str('pid');
172 $rev = $INPUT->str('rev');
173 $rid = $INPUT->str('rid');
174 $filename = $INPUT
[all...]
/plugin/authfacebook/lib/
H A DSignedRequest.php285 * @param string $input base64 url encoded input
289 public function base64UrlDecode($input) argument
291 $urlDecodedBase64 = strtr($input, '-_', '+/');
304 * @param string $input string to encode
306 * @return string base64 url encoded input
308 public function base64UrlEncode($input) argument
310 return strtr(base64_encode($input), '+/', '-_');
316 * @param string $input base64 value to validate
320 protected function validateBase64($input) argument
322 if (!preg_match('/^[a-zA-Z0-9\/\r\n+]*={0,2}$/', $input)) {
/plugin/struct/script/
H A DEntryEditor.js22 $form.find('input.struct_date').filter(ftypetext).datepicker({
29 * Only if browser does not support HTML5 datetime-local input.
32 $form.find('input.struct_datetime').filter(ftypetext).each(function (index, element) {
39 var $input = jQuery(this);
46 $input.val(date);
55 var input_id = jQuery(this).siblings('input').attr('id');
68 $form.find('input.struct_autocomplete').autocomplete({
83 $form.find('.multiwrap input.struct_autocomplete').autocomplete('option', {
91 // remove the current input
103 * Duplicate the elements in .newtemplate whenever any input i
[all...]
/plugin/structpublish/
H A Dadmin.php35 global $INPUT;
45 if ($INPUT->str('action') && $INPUT->arr('assignment') && checkSecurityToken()) {
46 $assignment = $INPUT->arr('assignment');
48 if ($INPUT->str('action') === 'delete') {
57 } elseif ($INPUT->str('action') === 'add') {
106 echo '<input type="hidden" name="do" value="admin" />';
107 echo '<input type="hidden" name="page" value="structpublish" />';
108 echo '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />';
148 echo '<td><input typ
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DArrayTest.php40 public function testToArrayWithScalar($input) argument
44 … 'The input data of type "%s" did not convert to an array, but got a result of type "%s".',
45 gettype($input),
46 gettype($input)
48 $result = $this->serializer->toArray($input);
50 self::assertEquals([$input], $result);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DVCard21Test.php12 $input = <<<VCF
20 $vobj = Reader::read($input);
23 $this->assertEquals($input, $output);
29 $input = <<<VCF
37 $vobj = Reader::read($input);
/plugin/twcheckliste/
H A Dadmin.php80 <input type="hidden" name="do" value="admin" />
81 <input type="hidden" name="page" value="twcheckliste" />
82 <input type="hidden" name="sectok" value="' . getSecurityToken() . '" />
88 <input type="text" size="50" class="edit" value="' . $conf['logo'] . '" name="logo">
92 <input type="text" size="50" class="edit" value="' . $conf['farbcode'] . '" name="farbcode">
96 <input type="text" size="50" class="edit" value="' . $conf['footertext'] . '" name="footertext">
99 …<input type="submit" class="button" name="btn_speichern" value="' . $this -> getLang('btn_save') .…
/plugin/structsection/script/
H A Dmain.js33 $form.append(jQuery('<input type="hidden" name="pid">').val(pid));
34 $form.append(jQuery('<input type="hidden" name="field">').val(field));
35 $form.append(jQuery('<input type="hidden" name="rid">').val(rid));
36 $form.append(jQuery('<input type="hidden" name="rev">').val(rev));
37 $form.append('<input type="hidden" name="call" value="plugin_struct_inline_save">');
68 // focus first input
69 $form.find('input, textarea').first().focus();
/plugin/confmanager/tpl/
H A DformEnd.php13 <input type="file" name="icon" id="file_upload_input" />
16 …<input type="submit" class="button saveButton right" value="<?php echo $helper->getLang('upload') …
18 …<input id="popup_cancel" type="submit" class="right" value="<?php echo $helper->getLang('cancel')…
19 <input type="hidden" name="call" value="confmanager_upload" />
20 <input type="hidden" name="configId" id="configIdParam" />
21 <input type="hidden" name="key" id="keyParam" />
22 <input type="hidden" name="value" id="valueParam" />
/plugin/dokutranslate/
H A Dadmin.php240 echo '<input type="hidden" name="ns" value="'.hsc($this->ns).'" />'.NL;
241 echo '<input type="hidden" name="do" value="admin" />'.NL;
242 echo '<input type="hidden" name="page" value="dokutranslate" />'.NL;
243 echo '<input type="hidden" name="sectok" value="'.getSecurityToken().'" />'.NL;
256 echo '<input type="submit" name="cmd[save]" class="button" value="'.$lang['btn_save'].'" />'.NL;
332 echo '<input type="hidden" name="ns" value="'.hsc($this->ns).'" />'.NL;
335 echo '<input type="hidden" name="do" value="admin" />'.NL;
336 echo '<input type="hidden" name="page" value="dokutranslate" />'.NL;
337 echo '<input type="hidden" name="sectok" value="'.getSecurityToken().'" />'.NL;
356 echo '<input type="hidden" name="acl['.hsc($where).']" value="'.hsc($who).'" />';
[all …]
/template/starterpjax/css/
H A D_edit.css95 .dokuwiki #wiki__editbar .editButtons input, /* old, until 2012-01-25 */
96 .dokuwiki div.editBar .editButtons input /* new */ {
99 /* summary input and minor changes checkbox */
113 .dokuwiki #wiki__editbar .summary input, /* old, until 2012-01-25 */
114 .dokuwiki div.editBar .summary input /* new */ {
117 .dokuwiki #wiki__editbar .summary input.missing, /* old, until 2012-01-25 */
118 .dokuwiki div.editBar .summary input.missing /* new */ {
143 .dokuwiki .secedit input.button {
/template/lisps/images/
H A Dpagetools-build.php18 // load input images
19 $input = glob('pagetools/*.png'); variable
20 sort($input);
21 $cnt = count($input);
23 die("No input images found. This script needs to be called from within the image directory!\n");
39 echo "add icon " . $input[$i] . " to sprite image<br>";
42 $IN = imagecreatefrompng($input[$i]);
48 $IN = imagecreatefrompng($input[$i]);
/template/vector/static/3rd/dokuwiki/
H A D_edit.css95 .dokuwiki #wiki__editbar .editButtons input, /* old, until 2012-01-25 */
96 .dokuwiki div.editBar .editButtons input /* new */ {
99 /* summary input and minor changes checkbox */
113 .dokuwiki #wiki__editbar .summary input, /* old, until 2012-01-25 */
114 .dokuwiki div.editBar .summary input /* new */ {
117 .dokuwiki #wiki__editbar .summary input.missing, /* old, until 2012-01-25 */
118 .dokuwiki div.editBar .summary input.missing /* new */ {
143 .dokuwiki .secedit input.button {
/template/zenlike/css/
H A D_edit.css95 .dokuwiki #wiki__editbar .editButtons input, /* old, until 2012-01-25 */
96 .dokuwiki div.editBar .editButtons input /* new */ {
99 /* summary input and minor changes checkbox */
113 .dokuwiki #wiki__editbar .summary input, /* old, until 2012-01-25 */
114 .dokuwiki div.editBar .summary input /* new */ {
117 .dokuwiki #wiki__editbar .summary input.missing, /* old, until 2012-01-25 */
118 .dokuwiki div.editBar .summary input.missing /* new */ {
143 .dokuwiki .secedit input.button {

1...<<11121314151617181920>>...194