Home
last modified time | relevance | path

Searched refs:input (Results 201 – 225 of 1436) sorted by last modified time

12345678910>>...58

/plugin/bbcodeextensions/
H A DChangeLog6 * Adds ''kbd'' (terminal example input).
/plugin/oauth/
H A DRedirectSetting.php13 public function update($input) argument
29 $input = '<div>' . $value . '</div>';
30 return [$label, $input];
/plugin/smtp/_test/
H A Dmessage.test.php19 $input = join("\r\n", [
50 $message = new \splitbrain\dokuwiki\plugin\smtp\Message('', '', $input);
/plugin/statistics/inc/pchart/
H A DColor.php153 * Makes sure the input is a valid color range (0-255)
155 * @param $input
158 private function truncateColorComponentRange($input) { argument
159 if($input > 255) {
161 } elseif($input < 0) {
164 return $input;
/plugin/statistics/
H A Dstyle.css12 #plugin__statistics div.plg_stats_timeselect input {
16 #plugin__statistics div.plg_stats_timeselect input.edit {
/plugin/farmer/_test/
H A Dhelper.test.php
H A Dcore.test.php
/plugin/farmer/
H A Dall.less5 .chosen-container-single .chosen-search input[type="text"],
7 .chosen-rtl .chosen-search input[type="text"] {
/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/odt/ODT/css/
H A Dcssdocument.php154 * @param string $input Code to parse
159 protected function collect_attribute_value (&$value, $input, $pos, $max) { argument
164 $sign = $input [$pos];
/plugin/prosemirror/
H A DREADME.md59 - Prosemirror synchronizes all changes with the underlying json in the `<input>` field
H A Dstyle.less140 input,
174 div.input-wrapper {
/plugin/blogtng/helper/
H A Dcomments.php491 … $input = $form->addTextInput('comment-' . $field , $this->getLang('comment_'.$field))
497 $input->addClass('error'); //old approach was overwrite block with error?
/plugin/blogtng/
H A Dscript.js28 let input = jQuery("#" + inputs[i]).get(0);
29 if(input) {
30 if(!input.value) {
31 input.className = 'edit error';
32 input.focus();
35 input.className = 'edit';
H A Dstyle.css23 div.dokuwiki fieldset#blogtng__edit input#blogtng__tags {
37 div.dokuwiki fieldset#blogtng__edit label.btng__date_YY input {
45 div.dokuwiki fieldset#blogtng__edit label.btng__date input {
211 div.dokuwiki form#blogtng__comment_edit_form input,
233 div.dokuwiki form#blogtng__comment_edit_form input,
259 div.dokuwiki input.error,
/plugin/do/scripts/
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 + '" />' +
/plugin/do/
H A Dstyle.less72 p input {
/plugin/semantic/
H A Dhelper.php34 'query-input' => 'required name=search_term_string',
/plugin/fastwiki/
H A Dhistory.js132 if ($(form).find('input[name="do"]').length > 0) {
133 var input = $('input[name="id"]', form);
134 if (input.val() == oldid)
135 input.val(pageinfo.id);
/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/virtualgroup/
H A Dstyle.css
/plugin/edittable/less/
H A Deditbutton.less9 form div.no input.button {
/plugin/edittable/lib/
H A Dhandsontable.full.js8470 input = locale.weekdaysParse(input);
8482 return isNaN(input) ? null : input;
9913 …diff = (isMoment(input) || isDate(input) ? input.valueOf() : createLocal(input).valueOf()) - res.v…
9960 input = input * 60;
9988 input = -input;
10034 input = input ? createLocal(input).utcOffset() : 0;
10266 var localInput = isMoment(input) ? input : createLocal(input);
10279 var localInput = isMoment(input) ? input : createLocal(input);
10298 var localInput = isMoment(input) ? input : createLocal(input),
12965 input = input.value();
[all …]
H A Dhandsontable.less122 .handsontable input,
130 .handsontable input,
/plugin/blog/
H A Dstyle.css6 div.dokuwiki #blog__newentry_form input.edit {

12345678910>>...58