Home
last modified time | relevance | path

Searched full:input (Results 351 – 375 of 4846) sorted by relevance

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

/plugin/doctree2filelist/
H A Dadmin.php129 ptln(' <input type="hidden" name="do" value="admin" />');
130 ptln(' <input type="hidden" name="ospcmd" value="importit" />');
139 ptln(' <input type="hidden" name="do" value="admin" />');
140 ptln(' <input type="hidden" name="ospcmd" value="docsuploaded" />');
149 ptln(' <input type="hidden" name="do" value="admin" />');
150 ptln(' <input type="hidden" name="ospcmd" value="create_upload_dir" />');
173 $html .= ' <input type="hidden" name="do" value="admin" />'."\n";
179 $html .= ' <input type="hidden" name="do" value="admin" />'."\n";
180 $html .= ' <input type="hidden" name="ospcmd" value="importit" />'."\n";
186 $html .= ' <input type="hidden" name="do" value="admin" />'."\n";
[all …]
/plugin/routeplaner/syntax/
H A Droutenplaner.php157 * and creates the input form.
163 * and creates the input form.
186 … $ret .= '<input type="hidden" name="tocountry" value="'.$this->l2s_country_names[$country].'" />';
187 $ret .= '<input type="hidden" name="tostreet" value="'.$street.'" />';
188 $ret .= '<input type="hidden" name="toplz" value="'.$zip.'" />';
189 $ret .= '<input type="hidden" name="tocity" value="'.$town.'" />';
326 $txt .=' <input id="tostreet" name="tostreet" value="'.$street.'" type="hidden">';
327 $txt .=' <input id="toplz" name="toplz" value="'.$zip.'" size="3" type="hidden">';
328 $txt .=' <input id="tocity" name="tocity" value="'.$town.'" size="8" type="hidden">';
329 …$txt .=' <input id="tocountry" name="tocountry" type="hidden" value="'.$this->l2s_country_names[…
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/
H A Dfck_docprops.html404 <input id="txtPageTitle" style="width: 100%" type="text" />
420 <input id="txtLang" type="text" />
490 <input id="chkIncXHTMLDecl" type="checkbox" />
496 …<input id="txtBackColor" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();" />&nbs…
520 …<input id="txtColorText" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();" /><inp…
524 …<input id="txtColorLink" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();" /><inp…
528 …<input id="txtColorVisited" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();" /><
532 …<input id="txtColorActive" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();" /><i…
547 <input id="txtMarginTop" type="text" size="3" />
553 <input id="txtMarginLeft" type="text" size="3" />
[all …]
/plugin/fckg/fckeditor/editor/dialog/
H A Dfck_docprops.html404 <input id="txtPageTitle" style="width: 100%" type="text" />
420 <input id="txtLang" type="text" />
490 <input id="chkIncXHTMLDecl" type="checkbox" />
496 …<input id="txtBackColor" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();" />&nbs…
520 …<input id="txtColorText" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();" /><inp…
524 …<input id="txtColorLink" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();" /><inp…
528 …<input id="txtColorVisited" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();" /><
532 …<input id="txtColorActive" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();" /><i…
547 <input id="txtMarginTop" type="text" size="3" />
553 <input id="txtMarginLeft" type="text" size="3" />
[all …]
/plugin/swiftmail/Swift/Message/
H A DEncoder.php53 public function addressChunk($input) argument
60 $input = substr($input, strlen($matches[0]));
62 if ($input != "") $ret[($elements++)] = $input; //Whatever is left over
73 public function quoteChunk($input) argument
80 $input = substr($input, strlen($matches[0]));
82 if ($input != "") $ret[($elements++)] = $input; //Whatever is left over
137 * @param The input string to encode
228 * @param string The input to encode
281 * @param string Input data to encode
309 * @param string Input data to encode
[all …]
/template/spacious/css/
H A Dspacious-responsive.css24 #config__manager td .input,
26 #config__manager td input.edit {
249 ….woocommerce .related ul.products li.product input.input-text, .woocommerce .related ul.products l…
250 .woocommerce-page .related ul.products input.input-text,
252 .woocommerce form .form-row input.input-text,
257 .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
529 …ocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommer…
534 …button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommer…
539 .woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty {
542 .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
[all …]
/plugin/schedule/lib/
H A DscheduleForm.js15 function scheduleCheckInput (input) { argument
16 var warning = input.val () == "";
17 input.toggleClass ("warning", warning);
26 * highlight missing input fields
41 warning = scheduleCheckInput (tab.find ('input[name="schd[title]"]')) || warning;
49 warning = scheduleCheckInput (tab.find ('input[name="schd[from]"]'));
53 warning = scheduleCheckInput (tab.find ('input.edit'));
86 * display repeat input according selection
115 * display repeat input according selection
/plugin/diagrams/action/
H A Dembed.php43 global $INPUT;
45 $id = $INPUT->str('id');
46 $pos = $INPUT->int('pos');
47 $len = $INPUT->int('len');
87 global $INPUT;
89 $id = $INPUT->str('id');
90 $svg = $INPUT->str('svg');
91 $pos = $INPUT->int('pos');
92 $len = $INPUT->int('len');
/template/imm/styles/
H A Dlayout.css52 .icon_buttons input.button {
60 .icon_buttons input.button:hover {
65 .icon_buttons .btn_revs input.button {
80 .icon_buttons .btn_edit input.button,
134 input.button,
147 input.button:hover,
379 .content .secedit input.button {
696 #config__manager tr.default input,
700 #config__manager tr .input,
701 #config__manager tr input,
[all …]
/plugin/bureaucracy-au/
H A Dstyle.css46 .dokuwiki form.bureaucracyau__plugin label input.edit,
50 .dokuwiki form.bureaucracyau__plugin label input.datepicker,
51 .dokuwiki form.bureaucracyau__plugin label input.timefield {
59 .dokuwiki form.bureaucracyau__plugin label input[type=checkbox] {
64 .dokuwiki form.bureaucracyau__plugin input.button {
72 .dokuwiki form.bureaucracyau__plugin label input[type=radio]~span {
94 .dokuwiki form.bureaucracyau__plugin input.button {
/plugin/bureaucracyau/
H A Dstyle.css46 .dokuwiki form.bureaucracyau__plugin label input.edit,
50 .dokuwiki form.bureaucracyau__plugin label input.datepicker,
51 .dokuwiki form.bureaucracyau__plugin label input.timefield {
59 .dokuwiki form.bureaucracyau__plugin label input[type=checkbox] {
64 .dokuwiki form.bureaucracyau__plugin input.button {
72 .dokuwiki form.bureaucracyau__plugin label input[type=radio]~span {
94 .dokuwiki form.bureaucracyau__plugin input.button {
/plugin/newpagetemplate/
H A Dadmin.php23 global $INPUT;
24 $ini = $INPUT->str('ini_file','none');
25 $tpl = $INPUT->str('tpl_file','none');
26 $nosave = $INPUT->str('nosave','none');
27 $userepl = $INPUT->str('userrelpl','none');
29 $user = $INPUT->server->str('REMOTE_USER', 'none');
98 ptln(' <input type="hidden" name="do" value="admin" />');
99 ptln(' <input type="hidden" name="page" value="' . $this->getPluginName() . '" />');
114 ptln($this->getLang('page') .':&nbsp;<input type="textbox" name="id"/>&nbsp;&nbsp;');
115 ptln($this->getLang('userrelpl') . ':&nbsp;<input typ
[all...]
/plugin/redirect/
H A Dadmin.php54 global $INPUT;
55 if($INPUT->post->has('redirdata')) {
56 if($this->hlp->saveConfigFile($INPUT->post->str('redirdata'))) {
69 echo '<input type="hidden" name="do" value="admin" />';
70 echo '<input type="hidden" name="page" value="redirect" />';
74 echo '<input type="submit" value="' . $lang['btn_save'] . '" class="button" />';
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dlanguage.js68 var input = d.getElementsByTagName('input');
69 for(i=0; i<input.length; i++) {
70 if(input[i].getAttribute("fckLang")) {
71 var val = input[i].getAttribute("fckLang");
74 input[i].value = translation;
/plugin/amcharts/assets/
H A Djs-yaml.min.js2input=e,this.filename=t.filename||null,this.schema=t.schema||H,this.onWarning=t.onWarning||null,th…
/plugin/submgr/
H A Dadmin.php36 global $INPUT;
41 if ($INPUT->has('d')) {
43 $new = $INPUT->arr('d');
51 if ($INPUT->has('rm')) {
53 $this->hlp->removeRule($INPUT->str('rm'));
93 echo '<input type="hidden" name="rm" value="' . hsc($item) . '" />';
107 …echo '<label class="block"><span>' . $this->getLang('item') . '</span> <input type="text" name="d[…
108 …echo '<label class="block"><span>' . $this->getLang('members') . '</span> <input type="text" name=…
/plugin/lightweightcss/
H A Daction.php85 global $INPUT;
123 global $INPUT;
126 $event->data->key .= $INPUT->str('f', 'style');
142 global $INPUT;
154 //$event->data['encapsulate'] = $INPUT->str('f', 'style') != 'admin';
165 … * A simple filter function to check the input string against a list of path-parts that are allowed
180 … * A simple filter function to check the input string against a list of path-parts that are allowed
198 global $INPUT;
199 if ( $INPUT->str('f', 'style') == 'admin' ) {
208 global $INPUT;
[all …]
/plugin/editx/
H A Daction.php344 <input type="hidden" name="do" value="editx" />
345 <input type="hidden" name="work" value="rename" />
346 <input type="hidden" name="oldpage" value="<?php echo $ID; ?>" />
350 …<td class="value"><input class="edit" type="input" name="newpage" value="<?php echo $data['rp_newp…
354 …<td class="value"><input class="edit" type="input" name="summary" value="<?php echo $data['rp_summ…
372 <input type="submit" class="button" value="<?php echo $lang['btn_save']; ?>" />
373 <input type="reset" class="button" value="<?php echo $lang['btn_reset']; ?>" />
384 <input type="hidden" name="do" value="editx" />
385 <input type="hidden" name="work" value="delete" />
386 <input type="hidden" name="oldpage" value="<?php echo $ID; ?>" />
[all …]
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench_freebusygenerator.php45 function formatMemory($input) { argument
47 if (strlen($input) > 6) {
49 return round($input / (1024 * 1024)) . 'M';
51 } elseif (strlen($input) > 3) {
53 return round($input / 1024) . 'K';
59 unset($input, $splitter);
/plugin/multiorphan/action/
H A Dmultiorphan.php48 global $INPUT, $conf, $AUTH;
61 $namespace = $INPUT->str('ns');
67 switch( $INPUT->str('do') ) {
71 $type = 'both'; //$INPUT->str('type');
106 $id = $INPUT->str('id');
120 $link = $INPUT->str('link');
278 // print_r($input);
279 switch( $input[1][0] ) {
282 $input = array( 'header', array( $input[1][1][1]) );
314 if ( $input[0] == 'plugin' ) {
[all …]
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php91 * Input may be specified as a string or readable stream resource.
101 * @param string|resource $input
107 function parse($input, $contextUri = null, &$rootElementName = null) { argument
109 if (is_resource($input)) {
112 $input = stream_get_contents($input);
116 $r->xml($input);
139 * @param string|resource $input
144 function expect($rootElementName, $input, $contextUri = null) { argument
146 if (is_resource($input)) {
149 $input = stream_get_contents($input);
[all …]
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php91 * Input may be specified as a string or readable stream resource.
101 * @param string|resource $input
107 function parse($input, $contextUri = null, &$rootElementName = null) { argument
109 if (is_resource($input)) {
112 $input = stream_get_contents($input);
116 $r->xml($input);
139 * @param string|resource $input
143 function expect($rootElementName, $input, $contextUri = null) { argument
145 if (is_resource($input)) {
148 $input = stream_get_contents($input);
[all …]
/plugin/tablelayout/script/
H A Dlayoutform.js16 var $layoutfield = jQuery('#dw__editform').find('input[name=tablelayout]');
21 var rowsVisible = parseInt($layoutcontainer.find('input[name="rowsVisible"]').val());
39 var tableSort = $layoutcontainer.find('input[name="tableSort"]').is(':checked');
41 var tableSearch = $layoutcontainer.find('input[name="tableSearch"]').is(':checked');
43 var tablePrint = $layoutcontainer.find('input[name="tablePrint"]').is(':checked');
63 var $layoutfield = jQuery('#dw__editform').find('input[name=tablelayout]');
67 $layoutcontainer.find('input[name="rowsVisible"]').val(layout.rowsVisible);
73 $layoutcontainer.find('input[name="tableSort"]').attr('checked', true);
76 $layoutcontainer.find('input[name="tableSearch"]').attr('checked', true);
79 $layoutcontainer.find('input[name="tablePrint"]').attr('checked', true);
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingAuthtype.php25 public function update($input)
32 if (!parent::update($input)) return false; // nothing changed or an error caught by parent
36 $auth_plugin = $plugin_controller->load('auth', $input);
41 msg('Cannot load Auth Plugin "' . $input . '"', -1);
48 msg('Cannot create Auth Plugin "' . $input . '"', -1);
54 if ($conf['authtype'] != $input) {
59 $this->local = $input;
24 update($input) global() argument
/plugin/doodle2/
H A Ddoodle_template.php18 <input type="hidden" name="sectok" value="<?php echo getSecurityToken() ?>" />
19 <input type="hidden" name="do" value="show" >
20 <input type="hidden" name="id" value="<?php echo $ID ?>" >
21 <input type="hidden" name="formId" value="<?php echo $template['formId'] ?>" >
22 <input type="hidden" name="edit__entry" value="">
23 <input type="hidden" name="delete__entry" value="">
59 /* Input fields, if allowed. */

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