Home
last modified time | relevance | path

Searched refs:reports (Results 51 – 64 of 64) sorted by path

123

/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 … what we need. But also add \"A4\" because\n // Firefox incorrectly reports support for the o…
/plugin/pgn4web/pgn4web/
H A DREADME.txt63 suggestions and bug reports. Please send for review any PGN file that
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt171 unknown, reports welcome)
H A Dphpthumb.readme.txt606 reports of problems with PHP older than v4.3.3
/plugin/selfmeasurement/
H A Ddescription.txt45 You can configure the email where to send the reports in the dokuwiki configuration manager.
/plugin/structtemplate/_vagrant/
H A DVagrantfile104 # info "If Vagrant reports that it's not yet ready for SSH, either start the"
/plugin/subjectindex/plugins/
H A Dbible_verses.txt17249 …with a thief is hating his own soul. An oath involving a curse he may hear, but he reports nothing.
22081 "But there will be reports that will disturb him, out of the sunrising and out of the north, and he…
23964 YOU are going to hear of wars and reports of wars; see that YOU are not terrified. For these things…
24725 Moreover, when YOU hear of wars and reports of wars, do not be terrified; [these things] must take …
/plugin/tuxquote/
H A Dquotes.txt323 The reports of my death have been greatly exaggerated. <BR> -- Mark Twain
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md670 `Accept:` header, in CardDAV reports, and automatically converting from
923 the multiget and sync reports quite a bit!
1448 * Added: Support for FREEBUSY reports!
1478 * Added: Sabre_VObject_FreeBusyGenerator to generate free-busy reports based on
1600 * Fixed: {DAV:}supported-report-set is now correctly reporting the reports for
1742 easily specify which reports you're implementing.
1901 reports.
2268 can be used by plugins to add reports.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php155 $reports = [];
157 $reports[] = '{' . self::NS_CALDAV . '}calendar-multiget';
158 $reports[] = '{' . self::NS_CALDAV . '}calendar-query';
161 $reports[] = '{' . self::NS_CALDAV . '}free-busy-query';
167 $reports[] = '{DAV:}sync-collection';
169 return $reports;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php817 $reports = [];
819 … $reports = array_merge($reports, $plugin->getSupportedReportSet($propFind->getPath()));
821 return new Xml\Property\SupportedReportSet($reports);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php31 protected $reports = []; variable in Sabre\\DAV\\Xml\\Property\\SupportedReportSet
41 * @param string|string[] $reports
43 function __construct($reports = null) { argument
45 if (!is_null($reports))
46 $this->addReport($reports);
68 $this->reports[] = $r;
81 return $this->reports;
95 $this->reports
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md829 * Fixed: DTEND was not generated correctly for VFREEBUSY reports.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md603 * Fixed: DTEND was not generated correctly for VFREEBUSY reports.

123