Home
last modified time | relevance | path

Searched full:input (Results 776 – 800 of 4846) sorted by relevance

1...<<31323334353637383940>>...194

/plugin/ckgedit/ckeditor/
H A Dget_headers.php8 if(file_exists(DOKU_INC.'inc/Input.class.php')) {
9 require_once(DOKU_INC.'inc/Input.class.php');
12 require_once(DOKU_PLUGIN . 'ckgedit/fckeditor/editor/filemanager/connectors/php/Input.class.php');
17 $INPUT = new Input(); variable
18 $page = $INPUT->str('dw_id');
/plugin/prosemirror/action/
H A Dparser.php40 global $INPUT;
41 $unparsedJSON = $INPUT->post->str('prosemirror_json');
82 global $TEXT, $INPUT;
83 if ($INPUT->server->str('REQUEST_METHOD') !== 'POST'
85 || !$INPUT->post->has('prosemirror_json')
91 $unparsedJSON = $INPUT->post->str('prosemirror_json');
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLine.php60 * You have to provide input elements for values.
82 global $INPUT;
83 $keys = $INPUT->arr('keys');
84 $values = $INPUT->arr('values');
85 $newKey = $INPUT->arr('newKey');
86 $newValue = $INPUT->arr('newValue');
/plugin/tagfilter/script/select2/
H A Dselect2_locale_uk.js12 formatInputTooShort: function (input, min) { return "Введіть буль ласка ще" + character(min - input.length, "символ"); }, argument
13 formatInputTooLong: function (input, max) { return "Введіть буль ласка на" + character(input.length - max, "символ") + " менше"; }, argument
H A Dselect2_locale_pl.js12 formatInputTooShort: function (input, min) { return "Wpisz jeszcze" + character(min - input.length, "znak", "i"); }, argument
13 formatInputTooLong: function (input, max) { return "Wpisana fraza jest za długa o" + character(input.length - max, "znak", "i"); }, argument
H A Dselect2_locale_ru.js11 formatInputTooShort: function (input, min) { return "Пожалуйста, введите еще" + character(min - input.length); }, argument
12 formatInputTooLong: function (input, max) { return "Пожалуйста, введите на" + character(input.length - max) + " меньше"; }, argument
H A Dselect2_locale_ar.js11 formatInputTooShort: function (input, min) { var n = min - input.length; if (n == 1){ return "الرجاء إدخال حرف واحد على الأكثر"; } return n == 2 ? "الرجاء إدخال حرفين على الأكثر" : "الجاء إدخال " + n + " على الأكثر"; }, argument
12 formatInputTooLong: function (input, max) { var n = input.length - max; if (n == 1){ return "الرجاء إدخال حرف واحد على الأقل"; } return n == 2 ? "الرجاء إدخال حرفين على الأقل" : "الجاء إدخال " + n + " على الأقل "; }, argument
H A Dselect2_locale_lt.js12 formatInputTooShort: function (input, min) { return "Įrašykite dar" + character(min - input.length); }, argument
13 formatInputTooLong: function (input, max) { return "Pašalinkite" + character(input.length - max); }, argument
H A Dselect2_locale_rs.js11 formatInputTooShort: function (input, min) { var n = min - input.length; return "Ukucajte bar još " + n + " simbol" + (n % 10 == 1 && n % 100 != 11 ? "" : "a"); }, argument
12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Obrišite " + n + " simbol" + (n % 10 == 1 && n % 100 != 11 ? "" : "a"); }, argument
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML.js18 "[MathJax]/jax/input/AsciiMath/config.js",
29 "[MathJax]/jax/input/AsciiMath/jax.js",
48Input Jax v%2"]);g.About.GetJax(u,MathJax.OutputJax,["OutputJax","%1 Output Jax v%2"]);g.About.Get…
49 …ACTIONTYPE:{TOGGLE:"toggle",STATUSLINE:"statusline",TOOLTIP:"tooltip",INPUT:"input"},LENGTH:{VERYV…
51input:ab,tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uD… property in k
/plugin/quizlib/scripts/
H A Dquizlib.js9 …* @param {Array} answers Array of correct answers using the input value. e.g. ['a', '7', ['a', 'b'…
108 … = question.getElementsByClassName(this.Classes.QUESTION_ANSWERS)[0].getElementsByTagName('input');
109 var input;
111 input = answerInputs[k];
112 if (input.type === "checkbox" || input.type === "radio") {
113 if (input.checked) userAnswer.push(input.value);
114 } else if (input.value !== '') {
115 userAnswer.push(input.value);
/template/ospyramid/css/
H A Dstyle.css114 button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-… selector
120 /* Hand cursor on clickable input elements */
121 label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
124 input::-moz-focus-inner,
128 input:valid, textarea:valid { }
129 input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box…
130 .no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
141 body, select, input, textarea { selector
/template/bootstrap3/assets/bootstrap/slate/
H A Dbootstrap.min.css11 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[typ selector
[all...]
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Ddialog_ie.css5input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_tex…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DOptiPngFilter.php59 $pb->add($input = FilesystemUtils::createTemporaryFile('optinpg_in'));
60 file_put_contents($input, $asset->getContent());
66 unlink($input);
72 unlink($input);
/plugin/infomail/
H A Dadmin.php11 global $INPUT;
14 if ($INPUT->filter('trim')->str('infomail_simple_new')) {
15 … $newlist = cleanID(":wiki:infomail:list_" . $INPUT->filter('trim')->str('infomail_simple_new'));
20 if ($INPUT->bool('infomail_edit_tpl')) {
/plugin/fckg/fckeditor/editor/dialog/
H A Dfck_radiobutton.html45 if ( oActiveEl && oActiveEl.tagName.toUpperCase() == 'INPUT' && oActiveEl.type == 'radio' )
63 …oActiveEl = CreateNamedElement( oEditor, oActiveEl, 'INPUT', {name: GetE('txtName').value, type: '…
87 <input type="text" size="20" id="txtName" style="WIDTH: 100%">
93 <input type="text" size="20" id="txtValue" style="WIDTH: 100%">
97 …<td><input type="checkbox" id="txtSelected"><label for="txtSelected" fckLang="DlgCheckboxSelected"…
H A Dfck_checkbox.html45 if ( oActiveEl && oActiveEl.tagName == 'INPUT' && oActiveEl.type == 'checkbox' )
63 …oActiveEl = CreateNamedElement( oEditor, oActiveEl, 'INPUT', {name: GetE('txtName').value, type: '…
87 <input type="text" size="20" id="txtName" style="WIDTH: 100%">
93 <input type="text" size="20" id="txtValue" style="WIDTH: 100%">
97 …<td><input type="checkbox" id="txtSelected"><label for="txtSelected" fckLang="DlgCheckboxSelected"…
/plugin/lms/
H A Daction.php33 global $INPUT;
35 $user = $INPUT->server->str('REMOTE_USER');
54 global $INPUT;
57 $user = $INPUT->server->str('REMOTE_USER');
65 $action = $INPUT->str('lms');
90 * Check username input against all users with saved LMS data
99 global $INPUT;
111 $search = $INPUT->str('user');
/plugin/siteexport/action/
H A Dpdfstyles.php21 global $INPUT;
23 if ( !$INPUT->has('pdfExport') ) { return true; }
38 global $INPUT;
41 $event->data->key .= $INPUT->str('pdfExport', '0');
55 global $INPUT, $conf;
/template/20cones/css/
H A D_edit.css93 /* summary input and minor changes checkbox */
104 .dokuwiki .editBar .summary input {
107 .dokuwiki .editBar .summary input.missing {
/template/ramtop/css/
H A D_edit.css91 .dokuwiki .editBar .editButtons input {
94 /* summary input and minor changes checkbox */
105 .dokuwiki .editBar .summary input {
108 .dokuwiki .editBar .summary input.missing {
133 .dokuwiki .secedit input.button {
/template/codowik/css/
H A D_edit.css91 .dokuwiki .editBar .editButtons input {
94 /* summary input and minor changes checkbox */
105 .dokuwiki .editBar .summary input {
108 .dokuwiki .editBar .summary input.missing {
133 .dokuwiki .secedit input.button {
/template/stm/stm/css/
H A D_edit.css91 .dokuwiki .editBar .editButtons input {
94 /* summary input and minor changes checkbox */
105 .dokuwiki .editBar .summary input {
108 .dokuwiki .editBar .summary input.missing {
133 .dokuwiki .secedit input.button {
/template/greensteel/css/
H A D_edit.css92 .dokuwiki .editBar .editButtons input {
95 /* summary input and minor changes checkbox */
106 .dokuwiki .editBar .summary input {
109 .dokuwiki .editBar .summary input.missing {
134 .dokuwiki .secedit input.button {

1...<<31323334353637383940>>...194