Home
last modified time | relevance | path

Searched refs:input (Results 376 – 400 of 1436) sorted by path

1...<<11121314151617181920>>...58

/plugin/data/
H A Dstyle.css156 td input {
163 #dw__editform fieldset.plugin__data table .data_comment input {
173 div.dokuwiki div.editbutton_plugin_data form input.button,
182 table.dataplugin_table th input {
/plugin/database2/
H A Ddatabase2.php118 private $input = null; variable in Database2
516 $this->input = array();
530 return $this->input;
988 if ( $input && ( $input['____single'] === md5( $rowid ) ) )
992 if ( $input['____nav'] )
1013 if ( $input['____cancel'] )
1265 if ( $input['____idx'] )
1726 $input = $this->getInput();
2832 if ( $input['searchdrop'] )
3076 if ( empty( $filters ) || $input['searchand'] || $input['searchor'] )
[all …]
H A Dprint.css1 table.database2 input.icon-cmd
32 table.database2 tr.filter input
37 table.database2 th.label input
H A Dstyle.css111 table.database2 tr.data-list table tbody td.commands input.icon-cmd
117 table.database2 tr.data-list table tbody td.commands input.hidden
140 table.database2 input.pure-text
155 table.database2 input.pure-text.selected
160 table.database2 input.pure-text:hover
193 table.database2 tr.filter span.commands input
/plugin/dataplot/
H A Dsyntax.php143 $input = trim(join("\n", $lines))."\n";
194 io_saveFile($this->_cachename($return, 'txt'), $input);
/plugin/datasearchform/
H A Dscript.js3 .each(function (i, input) { argument
4 var $input = jQuery(input);
/plugin/datatables/assets/datatables.net-bs/css/
H A DdataTables.bootstrap.min.css
/plugin/datatables/assets/datatables.net-dt/css/
H A Djquery.dataTables.min.css
/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/datatemplate/
H A Dstyle.css17 form.filterform_plugin label.text input {
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js748 input
750 if (input.is(':disabled') || input.data('xdsoft_datetimepicker')) {
759 input
1014 if (input && input.val) {
1124 input
1771 input
1788 if (input.val) {
1894 .data('input', input);
1908 ct = options.value || ((input && input.val && input.val()) ? input.val() : '');
1932 input
[all …]
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js451 function parseFieldSpecs(input) {
460 tokens = [input];
462 else if ($.isArray(input)) {
463 tokens = input;
637 function isNativeDate(input) {
638 return Object.prototype.toString.call(input) === '[object Date]' || input instanceof Date;
1376 var input = args[0];
1382 if (moment.isMoment(input) || util_1.isNativeDate(input) || input === undefined) {
1391 input += '-01';
12841 var input;
[all …]
H A Dmoment.js627 return locale.longDateFormat(input) || input;
765 array[YEAR] = input.length === 2 ? hooks.parseTwoDigitYear(input) : toInt(input);
1360 input = locale.weekdaysParse(input);
1372 return isNaN(input) ? null : input;
2834 …diff = (isMoment(input) || isDate(input) ? input.valueOf() : createLocal(input).valueOf()) - res.v…
2881 input = input * 60;
2909 input = -input;
2955 input = input ? createLocal(input).utcOffset() : 0;
3187 var localInput = isMoment(input) ? input : createLocal(input);
3200 var localInput = isMoment(input) ? input : createLocal(input);
[all …]
/plugin/davcal/
H A Dscript.js18 Date.parseDate = function( input, format ){ argument
19 return moment(input,format).toDate();
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php126 $input = json_decode(file_get_contents(__DIR__ . '/../composer.json'), true);
128 "require" => $input['require'],
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php745 * @param string $input
749 protected function negotiateVCard($input, &$mimeType = null) { argument
752 $input,
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php72 * @param string $input
75 function h($input) { argument
77 return htmlspecialchars($input, ENT_COMPAT, 'UTF-8');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css99 input, button { selector
104 input[type=text] {
115 .btn, button, input[type=submit] {
203 .actions input[type=text] {
207 .actions input[type=submit] {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php76 * @param string $input
79 static function ensureUTF8($input) { argument
81 $encoding = mb_detect_encoding($input, ['UTF-8', 'ISO-8859-1'], true);
84 return utf8_encode($input);
86 return $input;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue166Test.php11 $input = <<<HI
58 $input = VObject\Reader::read($input);
59 $this->assertTrue($validator->validate($input,$filters));
H A DIssue172Test.php11 $input = <<<HI
37 $input = VObject\Reader::read($input);
38 $this->assertTrue($validator->validate($input,$filters));
43 $input = <<<HI
84 $input = VObject\Reader::read($input);
85 $this->assertTrue($validator->validate($input,$filters));
90 $input = <<<HI
132 $input = VObject\Reader::read($input);
133 $this->assertTrue($validator->validate($input,$filters));
H A DJCalTransformTest.php218 $input = [
231 $input = json_encode($input);
235 $input,
239 …ertEquals("BEGIN:VCALENDAR\r\nBEGIN:VEVENT\r\nUID:foo\r\nEND:VEVENT\r\nEND:VCALENDAR\r\n", $input);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteTest.php231 $input->xmlSerializeFull($writer);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DInviteTest.php115 $input = [
147 $inputProperty = new Invite($input);
158 $this->assertEquals($input, $outputProperty->getValue());

1...<<11121314151617181920>>...58