/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | UserDefinedVariableConfiguration.php | 29 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/DAV/Xml/Property/ |
H A D | SupportedReportSet.php | 88 * @param string $reportName 91 function has($reportName) { argument 94 $reportName,
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/ |
H A D | SupportedReportSet.php | 88 * @param string $reportName 91 function has($reportName) { argument 94 $reportName,
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/ |
H A D | Svnblame.php | 40 protected $reportName = 'SVN'; variable in PHP_CodeSniffer_Reports_Svnblame
|
H A D | Gitblame.php | 38 protected $reportName = 'GIT'; variable in PHP_CodeSniffer_Reports_Gitblame
|
H A D | VersionControl.php | 38 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;
|
H A D | Hgblame.php | 38 protected $reportName = 'MERCURIAL'; variable in PHP_CodeSniffer_Reports_Hgblame
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/ |
H A D | Plugin.php | 61 $server->on('report', function($reportName, $dom, $uri) use ($self) { 63 if ($reportName === '{DAV:}sync-collection') {
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/ |
H A D | Plugin.php | 61 $server->on('report', function($reportName, $dom, $uri) use ($self) { 63 if ($reportName === '{DAV:}sync-collection') {
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | ServerSimpleTest.php | 436 function reportHandler($reportName) { argument 438 if ($reportName=='{http://www.rooftopsolutions.nl/NS}myreport') {
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | Plugin.php | 189 * @param string $reportName 193 function report($reportName, $dom) { argument 195 switch ($reportName) {
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
H A D | Plugin.php | 189 * @param string $reportName 194 function report($reportName, $dom, $path) { argument 196 switch ($reportName) {
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/ |
H A D | Plugin.php | 982 * @param string $reportName 986 function report($reportName, $report) { argument 988 switch ($reportName) {
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 236 * @param string $reportName 241 function report($reportName, $report, $path) { argument 243 switch ($reportName) {
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | Plugin.php | 223 * @param string $reportName 227 function report($reportName, $report) { argument 229 switch ($reportName) {
|
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/ |
H A D | Plugin.php | 1125 * @param string $reportName 1130 function report($reportName, $report, $path) { argument 1132 switch ($reportName) {
|