Home
last modified time | relevance | path

Searched refs:reportTitle (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/matomo/piwik/plugins/ScheduledReports/
H A DGeneratedReport.php24 private $reportTitle; variable in Piwik\\Plugins\\ScheduledReports\\GeneratedReport
41 …public function __construct(array $reportDetails, $reportTitle, $prettyDate, $contents, array $add… argument
44 $this->reportTitle = $reportTitle;
63 return $this->reportTitle;
103 … return Piwik::translate('General_Report') . ' ' . $this->reportTitle . " - " . $this->prettyDate;
H A DAPI.php531 …list($reportSubject, $reportTitle) = self::getReportSubjectAndReportTitle(Common::unsanitizeInputV…
535 $reportTitle .= " - ".$segment['name'];
537 $filename = "$reportTitle - $prettyDate - $description";
539 …$reportRenderer->renderFrontPage($reportTitle, $prettyDate, $description, $reportMetadata, $segmen…
557 $reportTitle,
602 list($outputFilename, $prettyDate, $reportSubject, $reportTitle, $additionalFiles) =
648 … * @param string $reportTitle The scheduled report's given title (given by a Matomo user).
664 $reportTitle,
690 $reportTitle = $websiteName;
696 $reportTitle = $reportSubject;
[all …]
H A DScheduledReports.php319 …n sendReport($reportType, $report, $contents, $filename, $prettyDate, $reportSubject, $reportTitle, argument
336 …$generatedReport = new GeneratedReport($report, $reportTitle, $prettyDate, $contents, $additionalF…
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/action/
H A DdisplayReportAction.php25 protected $reportTitle = 'PIM Report'; variable in displayReportAction
59 return $this->reportTitle;
64 * @param string $reportTitle
66 public function setReportTitle($reportTitle) { argument
67 $this->reportTitle = $reportTitle;
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/PluginFramework/Documentation/Snippets/EventAdmin-Intro/
H A DctkSnippetReportManager.h53 QString reportTitle = event.getProperty("title").toString(); in Q_INTERFACES() local
57 qDebug() << "title:" << reportTitle << "path:" << reportPath; in Q_INTERFACES()
71 QString reportTitle = event.getProperty("title").toString(); in handleEvent() local
75 qDebug() << "[slot] title:" << reportTitle << "path:" << reportPath; in handleEvent()
/dports/www/matomo/piwik/plugins/CoreHome/templates/ReportRenderer/
H A D_htmlReportHeader.twig9 {{ 'ScheduledReports_PleaseFindAttachedFile'|translate(frequency, reportTitle) }}
11 {{'ScheduledReports_PleaseFindBelow'|translate(period,reportTitle)}}
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/profiler/google-cloud-go-0.1.0/examples/pubsub/cmdline/
H A Dmain.go216 reportTitle string member
227 func newReporter(reportTitle string) *reporter {
228 rep := &reporter{reportTitle: reportTitle}
248 log.Printf("%s ~%d msgs/s, total: %d", r.reportTitle, mps, r.c)
/dports/www/matomo/piwik/core/ReportRenderer/
H A DTsv.php93 * @param string $reportTitle
99 …public function renderFrontPage($reportTitle, $prettyDate, $description, $reportMetadata, $segment) argument
H A DCsv.php93 * @param string $reportTitle
99 …public function renderFrontPage($reportTitle, $prettyDate, $description, $reportMetadata, $segment) argument
H A DHtml.php85 …public function renderFrontPage($reportTitle, $prettyDate, $description, $reportMetadata, $segment) argument
87 …$frontPageView = new View\HtmlReportEmailHeaderView($reportTitle, $prettyDate, $description, $repo…
H A DPdf.php169 …public function renderFrontPage($reportTitle, $prettyDate, $description, $reportMetadata, $segment) argument
171 $reportTitle = $this->formatText($reportTitle);
176 $this->TCPDF->SetFooterContent($reportTitle . " | " . $dateRange . " | ");
193 $this->TCPDF->Cell(40, 210, $reportTitle);
/dports/www/matomo/piwik/core/View/
H A DHtmlReportEmailHeaderView.php37 …public function __construct($reportTitle, $prettyDate, $description, $reportMetadata, $segment, $i… argument
45 $this->assign("reportTitle", $reportTitle);
/dports/www/matomo/piwik/plugins/CoreHome/templates/
H A D_dataTableFooter.twig35 {% for reportUrl,reportTitle in properties.related_reports %}
36 <li><span href="{{ reportUrl }}">{{ reportTitle }}</span></li>
/dports/www/matomo/piwik/core/
H A DReportRenderer.php121 * @param string $reportTitle
127 …abstract public function renderFrontPage($reportTitle, $prettyDate, $description, $reportMetadata,… argument
/dports/www/matomo/piwik/plugins/MobileMessaging/ReportRenderer/
H A DReportRendererException.php62 …public function renderFrontPage($reportTitle, $prettyDate, $description, $reportMetadata, $segment) argument
H A DSms.php53 …public function renderFrontPage($reportTitle, $prettyDate, $description, $reportMetadata, $segment) argument
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Service/
H A DReportService.php207 …function getUrlForReportAsCsv($reportTitle, $reportText, $headers, $reportType, \Kaltura\Client\Ty… argument
210 $this->client->addParam($kparams, "reportTitle", $reportTitle);
/dports/textproc/kreport/kreport-3.2.0/src/wrtembed/
H A DKReportDesigner.h146 QString reportTitle() const;
/dports/www/matomo/piwik/plugins/MobileMessaging/
H A DMobileMessaging.php208 …n sendReport($reportType, $report, $contents, $filename, $prettyDate, $reportSubject, $reportTitle, argument
/dports/biology/fastp/fastp-0.23.2/src/
H A Doptions.h317 string reportTitle; variable
H A Dhtmlreporter.cpp104 …rget='_blank' style='color:#663355;text-decoration:none;'>" + mOptions->reportTitle + "</a>"<<endl; in printSummary()
H A Doptions.cpp13 reportTitle = "fastp report"; in Options()
H A Dmain.cpp346 opt.reportTitle = cmd.get<string>("report_title"); in main()
/dports/devel/cpputest/cpputest-4.0/include/CppUTest/
H A DTestMemoryAllocator.h197 SimpleString reportTitle() const;
/dports/devel/cpputest/cpputest-4.0/src/CppUTest/
H A DTestMemoryAllocator.cpp578 SimpleString MemoryAccountant::reportTitle() const in reportTitle() function in MemoryAccountant
609 SimpleString accountantReport = reportTitle() + reportHeader(); in report()

12