/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ |
D | GoogleAppsCardV1Widget.php | 160 public function setTextInput(GoogleAppsCardV1TextInput $textInput) argument 162 $this->textInput = $textInput; 169 return $this->textInput;
|
/plugin/bibtex/OSBib/create/ |
D | ADMINSTYLE.php | 381 FORM::textInput(FALSE, "cite_twoCreatorsSep", $twoCreatorsSep, 7, 255)) . 383 FORM::textInput(FALSE, "cite_creatorSepFirstBetween", 387 FORM::textInput(FALSE, "cite_creatorSepNextBetween", $betweenNext, 7, 255) . 389 FORM::textInput(FALSE, "cite_creatorSepNextLast", $last, 7, 255)); 404 FORM::textInput(FALSE, "cite_creatorListMore", $listMore, 3) . 406 FORM::textInput(FALSE, "cite_creatorListLimit", $listLimit, 3) . MISC::br() . 408 FORM::textInput(FALSE, "cite_creatorListAbbreviation", $listAbbreviation, 15) . ' ' . 422 FORM::textInput(FALSE, "cite_creatorListSubsequentMore", $listMore, 3) . 424 FORM::textInput(FALSE, "cite_creatorListSubsequentLimit", $listLimit, 3) . MISC::br() . 426 FORM::textInput(FALSE, "cite_creatorListSubsequentAbbreviation", $listAbbreviation, 15) . ' ' . [all …]
|
D | FORM.php | 313 function textInput($label, $name, $value = FALSE, $size = 20, $maxLength = 255) function in FORM
|
/plugin/evesso/ |
D | action.php | 276 $textInput = $form->addTextInput($value, $name, $pos); 277 $textInput->attr('size', '50'); 278 $textInput->attr('class', 'edit'); 279 $textInput->attr('value', $value); 280 $textInput->attr('disabled', 'disabled'); 281 $label = $textInput->getLabel();
|
/plugin/sketchcanvas/script/ |
D | SketchCanvas.js | 2291 lay.textInput = document.createElement('input'); 2292 lay.textInput.id = "textinput"; 2293 lay.textInput.type = "text"; 2294 lay.textInput.style.width = "30em"; 2295 lay.textInput.onkeyup = function(e){ 2300 lay.appendChild(lay.textInput); 2307 lay.linkInput.onkeyup = lay.textInput.onkeyup; 2319 if(lay.textInput.value == '') 2324 lay.dobj.text = lay.textInput.value; 2333 obj.text = lay.textInput.value; [all …]
|
/plugin/diagramsnet/lib/js/diagramly/ |
D | EditorUi.js | 10035 var textInput = document.createElement('div'); 10036 textInput.setAttribute('autocomplete', 'off'); 10037 textInput.setAttribute('autocorrect', 'off'); 10038 textInput.setAttribute('autocapitalize', 'off'); 10039 textInput.setAttribute('spellcheck', 'false'); 10040 textInput.style.textRendering = 'optimizeSpeed'; 10041 textInput.style.fontFamily = 'monospace'; 10042 textInput.style.wordBreak = 'break-all'; 10043 textInput.style.background = 'transparent'; 10044 textInput.style.color = 'transparent'; [all …]
|
/plugin/ckgedit/ckeditor/plugins/footnote/ |
D | plugin.js.unc | 105 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.textInput.html
|
/plugin/ckgdoku/ckeditor/plugins/footnote/ |
D | plugin.js.unc | 105 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.dialog.textInput.html
|
/plugin/sketchcanvas/bundle/ |
D | SketchCanvas.js | 36 …textInput=document.createElement("input"),p.textInput.id="textinput",p.textInput.type="text",p.tex…
|
D | SketchCanvas.js.map | 4 …textInput = document.createElement('input');\r\n\t\t\t\tlay.textInput.id = \"textinput\";\r\n\t\t\…
|
/plugin/issuetracker/ |
D | tablekit.js | 912 TableKit.Editable.textInput = function(n,attributes) { function in TableKit.Editable 918 TableKit.Editable.textInput('text-input');
|
/plugin/aceeditor/ |
D | build.js | 1 …textInput.onContextMenu(e),F()})};t.TextInput=a}),define("ace/mouse/default_handlers",["require","…
|
/plugin/ckgdoku/ckeditor/ |
D | ckeditor.js | 494 …);return this._},f={build:function(a,b,c){return new CKEDITOR.ui.dialog.textInput(a,b,c)}},b={buil… 499 …TOR.dialog._.uiElementBuilders.hbox.build(b,d,a));return a.join("")})}},textInput:function(b,c,e){… method 516 …n:function(){this.focus()},keyboardFocusable:!0},!0);CKEDITOR.ui.dialog.textInput.prototype=CKEDIT… 519 new CKEDITOR.ui.dialog.textInput;CKEDITOR.ui.dialog.select.prototype=CKEDITOR.tools.extend(new CKED…
|
D | CHANGES.md | 504 …cumentation](http://docs.ckeditor.com/#!/api/CKEDITOR.dialog.definition.textInput-property-bidi). …
|
/plugin/ckgedit/ckeditor/ |
D | ckeditor.js | 541 …);return this._},r={build:function(b,a,d){return new CKEDITOR.ui.dialog.textInput(b,a,d)}},n={buil… 546 …TOR.dialog._.uiElementBuilders.hbox.build(b,g,e));return e.join("")})}},textInput:function(b,a,d){… method 563 …n:function(){this.focus()},keyboardFocusable:!0},!0);CKEDITOR.ui.dialog.textInput.prototype=CKEDIT… 566 new CKEDITOR.ui.dialog.textInput;CKEDITOR.ui.dialog.select.prototype=CKEDITOR.tools.extend(new CKED…
|
D | ckeditor.js.unc | 10717 return new CKEDITOR.ui.dialog.textInput(b, a, d) 10797 textInput: function(b, a, d) { 11147 …CKEDITOR.ui.dialog.textInput.prototype = CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.labeledEleme… 11198 new CKEDITOR.ui.dialog.textInput;
|