Home
last modified time | relevance | path

Searched refs:input (Results 1251 – 1275 of 1436) sorted by path

1...<<5152535455565758

/plugin/tagfilter/script/select2/
H A Dselect2_locale_sv.js11 formatInputTooShort: function (input, min) { var n = min - input.length; return "Var god skriv in " + n + (n>1 ? " till tecken" : " tecken till"); }, argument
12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Var god sudda ut " + n + " tecken"; }, argument
H A Dselect2_locale_th.js11 formatInputTooShort: function (input, min) { var n = min - input.length; return "โปรดพิมพ์เพิ่มอีก " + n + " ตัวอักษร"; }, argument
12 formatInputTooLong: function (input, max) { var n = input.length - max; return "โปรดลบออก " + n + " ตัวอักษร"; }, argument
H A Dselect2_locale_tr.js11 formatInputTooShort: function (input, min) { var n = min - input.length; return "En az " + n + " karakter daha girmelisiniz"; }, argument
12 formatInputTooLong: function (input, max) { var n = input.length - max; return n + " karakter azaltmalısınız"; }, argument
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_vi.js11 formatInputTooShort: function (input, min) { var n = min - input.length; return "Vui lòng nhập nhiều hơn " + n + " ký tự" + (n == 1 ? "" : "s"); }, argument
12 formatInputTooLong: function (input, max) { var n = input.length - max; return "Vui lòng nhập ít hơn " + n + " ký tự" + (n == 1? "" : "s"); }, argument
H A Dselect2_locale_zh-CN.js8 formatInputTooShort: function (input, min) { var n = min - input.length; return "请再输入" + n + "个字符";}, argument
9 formatInputTooLong: function (input, max) { var n = input.length - max; return "请删掉" + n + "个字符";}, argument
H A Dselect2_locale_zh-TW.js8 formatInputTooShort: function (input, min) { var n = min - input.length; return "請再輸入" + n + "個字元";}, argument
9 formatInputTooLong: function (input, max) { var n = input.length - max; return "請刪掉" + n + "個字元";}, argument
/plugin/tagfilter/
H A Dstyle.css67 input.select2-default {
89 .select2-container-multi .select2-choices .select2-search-field input {
120 .select2-search input {
323 .select2-search input {
347 .select2-drop.select2-drop-above .select2-search input {
351 .select2-search input.select2-active {
589 .select2-container-multi .select2-choices .select2-search-field input {
603 .select2-container-multi .select2-choices .select2-search-field input.select2-active {
737 .select2-search input,
746 .select2-search input {
[all...]
/plugin/tagging/
H A Dhelper.php346 . '<input type="checkbox" id="tagging__edit_toggle_admin" /></label>';
810 $input = $form->addTextInput("tagging__filters[$field]");
811 $input->addClass('full-col');
H A Dstyle.less6 input.edit {
/plugin/tagging/less/
H A Deditable.less25 .editable-input {
/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...]
/plugin/tagsections/
H A Dstyle.less45 input[type='checkbox'] {
50 input.tagsections__tag__new {
/plugin/task/
H A Dhelper.php468 $input = $form->addTextInput('title', NULL, $pos++);
469 $input->attr('id', 'task__newtask_title');
470 $input->attr('size', '40');
476 $input = $form->addTextInput('user', NULL, $pos++);
477 $input->attr('value', hsc($INFO['userinfo']['name']));
488 $input = $form->addDropdown('user', $options, NULL, $pos++);
489 $input->val($INFO['userinfo']['name']);
496 $input = $form->addTextInput('date', NULL, $pos++);
497 $input->attr('value', date('Y-m-d'));
511 $input->attr('size', '1');
[all …]
H A Dstyle.css7 div.dokuwiki #task__newtask_form input.edit {
74 div.dokuwiki form#task__changeview_form input {
78 div.dokuwiki form#task__changeview_form input.button {
/plugin/task/syntax/
H A Dtask.php222 $input = $form->addDropdown('status', $dropDownOptions, NULL, $pos++);
223 $input->val($selected);
H A Dtasks.php199 $input = $form->addDropdown('filter', $dropDownOptions, NULL, $pos++);
200 $input->val($selected);
206 $input = $form->addCheckbox('view_user', NULL, $pos++);
207 $input->attr('value', $_SERVER['REMOTE_USER']);
209 $input->attr('checked', 'checked');
/plugin/tfslink/
H A Dstyle.css17 #addworkitemlink__wiz input {
20 #addworkitemlink__wiz input#workitemid {
23 #addworkitemlink__wiz input#title {
34 #addworkitemlink__wiz input#addworkitemlink__insert {
/plugin/tindexmenu/
H A Dadmin.php171 ptln(' <input type="hidden" name="name" value="'.$theme.'" />');
182 …ptln(' <strong>description:</strong><input type="text" name="description_info" value="" size…
184 ptln(' <input type="hidden" name="name" value="'.$theme.'" />');
385 ptln(' <input type="hidden" name="do" value="admin" />');
386 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
387 ptln(' <input type="hidden" name="req" value="'.$act.'" />');
388 ptln(' <input type="hidden" name="repo" value="'.$n.'" />');
397 …ptln(' <input type="submit" name="btn" '.$this->repos['status'][$n].' value="'.$this->getLang…
424 $out .= '<input type="hidden" name="cmd" value="_s-xclick" />'."\n";
425 $out .= '<input type="hidden" name="hosted_button_id" value="102873" />'."\n";
[all …]
/plugin/tline/
H A Dstyle.css3 div.dokuwiki div.controls table input {
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js411 },input:function(a){return/input|select|textarea|button/i.test(a.nodeName);
1650 B.innerHTML="<input type='"+A+"' />";
1665 }}}if(A==null){A=J=="input"?SimileAjax.DOM.createInputElement(F.type):document.createElement(J);
1674 }else{if(B=="type"&&A.tagName=="input"){}else{if(B=="style"){for(n in H){var I=H[n];
/plugin/tline/timeline_js/
H A Dtimeline-bundle.css207 .timeline-band-input {
214 .timeline-band-input input{
/plugin/today/_test/
H A DSyntaxTest.php40 public function testParseMatch($input, $expectedOutput, $msg) { argument
46 $actualOutput = $syntax->handle($input, 5, 1, new Doku_Handler());
/plugin/translate/
H A Dstyle.css41 div.dokuwiki form#translate__plugin label input.edit {
/plugin/translation/_test/
H A DBasicTest.php104 * @param $input
109 public function testRedirectStart($input, $translationsOption, $httpAcceptHeader, $expected, $msg) argument
126 $response = $request->get(array('id' => $input));

1...<<5152535455565758