Home
last modified time | relevance | path

Searched refs:footer_content (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/py-oci/oci-2.53.1/src/oci/log_analytics/models/
H A Dupsert_log_analytics_parser_details.py401 def footer_content(self): member in UpsertLogAnalyticsParserDetails
412 @footer_content.setter
413 def footer_content(self, footer_content): member in UpsertLogAnalyticsParserDetails
422 self._footer_content = footer_content
H A Dtest_parser_payload_details.py384 def footer_content(self): member in TestParserPayloadDetails
395 @footer_content.setter
396 def footer_content(self, footer_content): member in TestParserPayloadDetails
405 self._footer_content = footer_content
H A Dlog_analytics_parser_summary.py444 def footer_content(self): member in LogAnalyticsParserSummary
455 @footer_content.setter
456 def footer_content(self, footer_content): argument
465 self._footer_content = footer_content
H A Dlog_analytics_parser.py451 def footer_content(self): member in LogAnalyticsParser
462 @footer_content.setter
463 def footer_content(self, footer_content): member in LogAnalyticsParser
472 self._footer_content = footer_content
/dports/graphics/gmt/gmt-6.3.0/doc/rst/_extensions/sphinx_panels/
H A Dpanels.py129 footer_content = content[footer_split + 1 :]
132 output["footer"] = (footer_content, footer_offset)
250 footer_content, footer_offset = data["footer"]
251 self.state.nested_parse(footer_content, footer_offset, footer)
/dports/net-mgmt/observium/observium/html/pages/
H A Dadd_alert_check.inc.php359 $footer_content = ' variable
365 echo generate_box_close(array('footer_content' => $footer_content));
H A Dalert_check.inc.php605 $footer_content variable
613 echo generate_box_close(array('footer_content' => $footer_content));
/dports/devel/flyspray/flyspray-0.9.9.7_4/plugins/dokuwiki/inc/
H A Dgeshi.php270 var $footer_content = ''; variable in GeSHi
1231 $this->footer_content = $content;
2461 $footer_content = $this->format_footer_content();
2464 return ($this->line_numbers != GESHI_NO_LINE_NUMBERS) ? '</ol>' . $footer_content
2465 : $footer_content;
2470 return "</ol>$footer_content</div>";
2472 return "$footer_content</div>";
2475 return "</ol>$footer_content</pre>";
2477 return "$footer_content</pre>";
2490 $footer = $this->footer_content;
/dports/www/wt/wt-4.6.1/examples/wt-homepage/css/jwt/
H A Dwt_ie.css4 div#top_content, div#banner_content, div#main_content, div#footer_content {
H A Dwt.css284 div#footer_content {
/dports/www/wt/wt-4.6.1/examples/wt-homepage/css/wt/
H A Dwt_ie.css4 div#top_content, div#banner_content, div#main_content, div#footer_content {
H A Dwt.css281 div#footer_content {
/dports/www/gitea/gitea-1.16.5/templates/base/
H A Dfooter.tmpl14 {{template "base/footer_content" .}}
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/projects/protected_tags/shared/
H A D_dropdown.html.haml6 footer_content: true,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/shared/issuable/
H A D_sidebar_user_dropdown.html.haml6 - options[:footer_content] = true
H A D_milestone_dropdown.html.haml11 …placeholder: _('Search milestones'), footer_content: project.present?, data: { show_no: true, show…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/projects/protected_branches/shared/
H A D_dropdown.html.haml6 footer_content: true,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/ci/variables/
H A D_environment_scope.html.haml15 footer_content: true,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/helpers/
H A Dissuables_description_templates_helper.rb15 footer_content: true,
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/htdocs/css/
H A Dstyle.css441 .footer_content{
451 .footer_content p,.footer_content a {
H A DstyleIE6.css471 .footer_content{
480 .footer_content p, .footer_content a {
/dports/security/py-stem/stem-1.8.0/stem/descriptor/
H A D__init__.py591 header_content, footer_content = [], []
595 (footer_content, footer_template)):
623 return stem.util.str_tools._to_bytes('\n'.join(header_content + remainder + footer_content))
/dports/net/ss5/ss5-3.8.9/admin/login/
H A Dlogin.css.OLD62 body.login .footer_content {padding: 10px 0 25px 50px; width: 805px}
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py2only/docutils/writers/odf_odt/
H A D__init__.py848 self.footer_content = []
1007 if (len(self.header_content) > 0 or len(self.footer_content) > 0 or
1069 if self.footer_content or self.settings.custom_footer:
1077 for el in self.footer_content:
2691 self.footer_content.append(
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/writers/odf_odt/
H A D__init__.py850 self.footer_content = []
1009 if (len(self.header_content) > 0 or len(self.footer_content) > 0 or
1071 if self.footer_content or self.settings.custom_footer:
1079 for el in self.footer_content:
2693 self.footer_content.append(

12