Home
last modified time | relevance | path

Searched refs:input (Results 751 – 775 of 1436) sorted by relevance

1...<<31323334353637383940>>...58

/plugin/userhistory/
H A Dstyle.less16 input.button[disabled] {
/plugin/ckgdoku/ckeditor/skins/moono/
H A Ddialog.css5input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_tex…
/plugin/ckgedit/ckeditor/skins/moono/
H A Ddialog.css5input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_tex…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js43 Diagram.prototype.getActorWithAlias = function(input) { argument
44 input = input.trim();
47 var s = /([\s\S]+) as (\S+)$/im.exec(input);
54 name = alias = input;
453 parse: function(input) { argument
463 …lexer.setInput(input, sharedState.yy), sharedState.yy.lexer = lexer, sharedState.yy.parser = this,
522 setInput: function(input, yy) { argument
523 …return this.yy = yy || this.yy || {}, this._input = input, this._more = this._backtrack = this.don…
533 input: function() {
786 Diagram.parse = function(input) { argument
[all …]
H A Dsequence-diagram-snap-min.js6input){input=input.trim();var alias,name,s=/([\s\S]+) as (\S+)$/im.exec(input);return s?(name=s[1]… argument
H A Dsequence-diagram-raphael.js43 Diagram.prototype.getActorWithAlias = function(input) { argument
44 input = input.trim();
47 var s = /([\s\S]+) as (\S+)$/im.exec(input);
54 name = alias = input;
453 parse: function(input) { argument
463 …lexer.setInput(input, sharedState.yy), sharedState.yy.lexer = lexer, sharedState.yy.parser = this,
522 setInput: function(input, yy) { argument
523 …return this.yy = yy || this.yy || {}, this._input = input, this._more = this._backtrack = this.don…
533 input: function() {
786 Diagram.parse = function(input) { argument
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_PredictionService.php493 public $input; variable in Google_Input
494 public function setInput(Google_InputInput $input) { argument
495 $this->input = $input;
498 return $this->input;
/plugin/schulzevote/
H A Dstyle.css41 #plugin__schulzevote label.block input {
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.css207 .timeline-band-input {
214 .timeline-band-input input{
/plugin/tline/timeline_js/
H A Dtimeline-bundle.css207 .timeline-band-input {
214 .timeline-band-input input{
/plugin/bibtex/OSBib/create/
H A Dosbib.css101 * .hint: text hints given to provide further information usually on form input. Often used in conj…
121 * .required: highlighting for <span>required</span> form input elements.
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php250 while ($input = $this->readInput()) {
251 $returnCode = $this->$command($input);
/plugin/vcard/
H A Dvcard.php38 function quoted_printable_encode($input, $line_max = 76) { argument
40 $lines = preg_split("/(?:\r\n|\r|\n)/", $input);
/plugin/imageflow/syntax/
H A Dimageflow.php107 function render($mode, Doku_Renderer $renderer, $input) { argument
110 list($instr, $data) = $input;
/plugin/confmanager/
H A Dstyle.css6 #confmanager input.key {
10 #confmanager input.value {
/plugin/struct/meta/
H A DSearch.php293 $map = static fn($input) => "*$input*";
311 $map = static fn($input) => str_replace('*', '%', $input);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.MaxImgLength.txt
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js510 function clz(input) { argument
515 curbyte = input >>> 24;
519 curbyte = input >>> 16;
523 curbyte = input >>> 8;
527 curbyte = input;
/plugin/authdrupal8/
H A Dpassword.inc40 * @param $input
48 function _password_base64_encode($input, $count) {
53 $value = ord($input[$i++]);
56 $value |= ord($input[$i]) << 8;
63 $value |= ord($input[$i]) << 16;
/plugin/blog/
H A Dstyle.css6 div.dokuwiki #blog__newentry_form input.edit {
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js835 input.style.width = '100%';
837 input.style.padding = '6px';
839 inner.appendChild(input);
910 input.value = '';
915 input.focus();
924 if (input.value != '')
1034 input.value = '';
1039 input.focus();
1045 input.value = value;
1060 if (input.value == '')
[all …]
/plugin/farmer/css/
H A Dchosen.less134 .chosen-container-single .chosen-search input[type="text"] {
243 .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
351 .chosen-container-active .chosen-choices li.search-field input[type="text"] {
396 .chosen-rtl .chosen-choices li.search-field input[type="text"] {
422 .chosen-rtl .chosen-search input[type="text"] {
438 .chosen-rtl .chosen-search input[type="text"],
441 .chosen-container-single .chosen-search input[type="text"],
/plugin/twcheckliste/
H A Dstyle.css9 #checkliste input {
/plugin/docsearch/conf/
H A Dconverter.php.dist12 # You can use %in% and %out% for the input and output file.
/plugin/structpublish/
H A Dstyle.less61 input {

1...<<31323334353637383940>>...58