Home
last modified time | relevance | path

Searched refs:reportName (Results 1 – 16 of 16) sorted by last modified time

/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php61 $server->on('report', function($reportName, $dom, $uri) use ($self) {
63 if ($reportName === '{DAV:}sync-collection') {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php88 * @param string $reportName
91 function has($reportName) { argument
94 $reportName,
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php982 * @param string $reportName
986 function report($reportName, $report) { argument
988 switch ($reportName) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php223 * @param string $reportName
227 function report($reportName, $report) { argument
229 switch ($reportName) {
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php189 * @param string $reportName
193 function report($reportName, $dom) { argument
195 switch ($reportName) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerSimpleTest.php436 function reportHandler($reportName) { argument
438 if ($reportName=='{http://www.rooftopsolutions.nl/NS}myreport') {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DUserDefinedVariableConfiguration.php29 public $reportName; variable in Google\\Service\\Dfareporting\\UserDefinedVariableConfiguration
52 public function setReportName($reportName) argument
54 $this->reportName = $reportName;
61 return $this->reportName;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php236 * @param string $reportName
241 function report($reportName, $report, $path) { argument
243 switch ($reportName) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php189 * @param string $reportName
194 function report($reportName, $dom, $path) { argument
196 switch ($reportName) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php61 $server->on('report', function($reportName, $dom, $uri) use ($self) {
63 if ($reportName === '{DAV:}sync-collection') {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1125 * @param string $reportName
1130 function report($reportName, $report, $path) { argument
1132 switch ($reportName) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php88 * @param string $reportName
91 function has($reportName) { argument
94 $reportName,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSvnblame.php40 protected $reportName = 'SVN'; variable in PHP_CodeSniffer_Reports_Svnblame
H A DGitblame.php38 protected $reportName = 'GIT'; variable in PHP_CodeSniffer_Reports_Gitblame
H A DHgblame.php38 protected $reportName = 'MERCURIAL'; variable in PHP_CodeSniffer_Reports_Hgblame
H A DVersionControl.php38 protected $reportName = 'VERSION CONTROL'; variable in PHP_CodeSniffer_Reports_VersionControl
203 … echo PHP_EOL."\033[1m".'PHP CODE SNIFFER '.$this->reportName.' BLAME SUMMARY'."\033[0m".PHP_EOL;