Home
last modified time | relevance | path

Searched full:input (Results 2951 – 2975 of 4846) sorted by relevance

1...<<111112113114115116117118119120>>...194

/plugin/do/scripts/
H A Dgeneral.js8 '<input class="edit" id="do__popup_msg" />' +
H A DPluginDo.js439 jQuery.each(['assign', 'date'], function (i, input) { argument
442 '<label for="do__popup_' + input + '">' +
443 LANG.plugins['do']['popup_' + input] +
445 '<input class="edit" id="do__popup_' + input + '" />' +
/template/prsnl10/css/
H A Dprsnl10_print.css22 input.button, /* "edit" and some other buttons */
/template/tilus/
H A Dmobileinputsize.js18 jQuery('input').filter(function(){
/template/darkwood/
H A Dmobileinputsize.js18 jQuery('input').filter(function(){
/template/panoramacake/
H A Dmobileinputsize.js18 jQuery('input').filter(function(){
/template/comicslate/css/
H A Drecent.less14 input {
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog539 * Fixed: input text element with constrained height were displayed
607 escape them automatically. Applies to img & input type="image".
644 * Fixed: <input type="image"> rendered in interactive forms mode
1034 non-interactive INPUT type="text" boxes
1081 * Fixed: an input element outside a form could cause a PHP warning
1133 * Fixed: input elements outside forms no more cause conversion
1286 * Fixed: <input type="button"> could not be hidden using 'display:
1470 applied to button input
1545 * box.input.text.php: fixed bug 1251827 (PDFLIB) input width
1574 * css.selectors.inc.php: fixed bug 1235541 - INPUT type attribute
/plugin/issuetracker/
H A Dtablekit.js781 var ftype = TableKit.Editable.types['text-input'];
809 element : 'input',
835 case 'input':
855 var okButton = document.createElement("input");
914 element : 'input',
918 TableKit.Editable.textInput('text-input');
926 TableKit.Editable.multiLineInput('multi-line-input');
/template/dokukit/
H A Ddesign.css465 input, textarea { selector
485 form input {
489 form input[type="submit"] {
497 form input[type="submit"]:hover {
500 input,textarea, select { selector
798 div#suchen input[type="text"] {
970 div#suchen input[type="text"] {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php181 * @param string $input
187 private static function generateInlineMultiply($input, array $arr, $output, $class) argument
194 $length = count($' . $input . ');
203 $subtemp = $' . $input . '[0] * ' . $arr[$i];
227 $subtemp = $' . $output . '[$k] + $' . $input . '[$i] * ' . $arr[$j];
/plugin/struct/meta/
H A DAccessTable.php48 * @var array Input values for the single-value insert/update
53 * @var array Input values for the multi-value inserts/updates
277 * Names of non-input columns to be inserted into SQL query
284 * Values for non-input columns to be inserted into SQL query
350 * Values for non-input columns to be inserted into SQL query
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php48 $idx = 0; // char index for input string
55 $j = 0; // char forward index for input string
56 $slen = strlen($source); // size of input string
/plugin/elwikiupgrade/
H A Dadmin.php87 echo '<input type="hidden" name="do" value="admin" />';
88 echo '<input type="hidden" name="page" value="elwikiupgrade" />';
89 echo '<input type="hidden" name="sectok" value="' . getSecurityToken() . '" />';
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dlang.inc.php25 $lang['en'][8] = 'CSS Input:';
65 $lang['en'][28] = 'No or invalid CSS input or wrong URL!';
83 $lang['en'][37] = 'Input';
/plugin/fckg/fckeditor/editor/dialog/
H A Dfck_paste.html183 // Input: oNode a DOM node that contains the raw paste from the clipboard
347 <input id="chkRemoveFont" type="checkbox" checked="checked" />
351 <input id="chkRemoveStyles" type="checkbox" checked="checked"/>
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php29 * Input objects.
131 * Sets the input objects.
188 * Parses the input data and returns a correct VFREEBUSY object, wrapped in
/plugin/sphinxsearch/
H A Daction.php359 print '<input type="hidden" name="do" value="search" />';
360 print '<input type="text" ';
363 …print '<input type="submit" value="'.$lang['btn_search'].'" class="button" title="'.$lang['btn_sea…
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php29 * Input objects.
136 * Sets the input objects.
204 * Parses the input data and returns a correct VFREEBUSY object, wrapped in
/plugin/farm/
H A Dadmin.php203 echo ' <input type="hidden" name="do" value="admin" />'."\n";
204 echo ' <input type="hidden" name="page" value="farm" />'."\n";
205 foreach($data as $k => $v) echo ' <input type="hidden" name="'.$k.'" value="'.$v.'" />'."\n";
/plugin/fedauth/Auth/
H A DOpenID.php130 * fetches data from the special php://input file stream.
138 * POST was used but php://input cannot be opened.
166 $str = file_get_contents('php://input');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/Resource/
H A DProjectsLocations.php46 * caller cancels a request, the partial results (for an input file, it's all or
69 * cancels a request, the partial results (for an input file, it's all or
197 * Translates input text and returns translated text. (locations.translateText)
/plugin/snippets/
H A Dadmin.php62 ptln(' <input type="hidden" name="do" value="admin" />');
63 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
67 ptln(' <input type="submit" name="cmd[docs]" value="'. $but_1.'" />');
H A Dscript.js19 var kobox = document.createElement('input');
23 var updatebox = document.createElement('input');
27 var templ_macros = document.createElement('input');
/plugin/tagging/action/
H A Dsearch.php65 global $INPUT;
85 if ($INPUT->has('tagging-logic')) {
86 $active = $INPUT->str('tagging-logic');

1...<<111112113114115116117118119120>>...194