Home
last modified time | relevance | path

Searched refs:footer (Results 1 – 25 of 265) sorted by relevance

1234567891011

/plugin/mikioplugin/syntax/
H A Dblockquote.php20 'footer' => array('type' => 'text', 'default' => ''),
50 if($data['footer'] != '') {
51 $footer = $data['footer'];
54 $i = strripos($footer, $data['cite']);
56 $cite = substr($footer, $i, strlen($data['cite']));
57 $footer = substr($footer, 0, $i) . '<cite class="' . $this->elemClass . ' ' . $this->classPrefix . 'cite" title="' . $cite . '">' . substr($footer, $i, strlen($cite)) . '</cite>' . substr($footer,
[all...]
/plugin/feedmod/
H A Daction.php112 $footer = file_get_contents(DOKU_PLUGIN.'feedmod/_footer.txt');
113 $footer = str_replace('@URL@', $event->data['item']->link, $footer);
114 $footer = str_replace('@PAGE@', $id, $footer);
115 $footer = str_replace('@TITLE@', $event->data['item']->title, $footer);
116 $footer = str_replace('@AUTHOR@', $event->data['item']->author, $footer);
117 $event->data['item']->description .= $footer;
/plugin/combo/resources/theme/default/pages/partials/
H A Dpage-footer-partial.hbs1 <footer id="page-footer" class="d-print-none">
2 {{{page-footer-html}}}
3 </footer>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem.php29 public $footer; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem
56 public function setFooter($footer) argument
58 $this->footer = $footer;
65 return $this->footer;
H A DGoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem.php29 public $footer; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem
56 public function setFooter($footer) argument
58 $this->footer = $footer;
65 return $this->footer;
/plugin/footer/
H A Daction.php135 $footer = file_get_contents($footerpath);
137 if ($footer !== false) {
139 $data['tpl'] = cleanText($footer);
141 $footer = parsePageTemplate($data);
147 $footer = rtrim($footer, " \r\n\\") . "\n\n";
151 $event->data .= $footer;
H A Dplugin.info.txt1 base footer
6 desc Add footer text in every page in a namespace without the need to edit pages
7 url http://dokuwiki.org/plugin:footer
/plugin/freechat/phpfreechat/style/
H A Dfooter.css2 div.footer {
13 div.footer div.valid {
17 div.footer div.rss {
22 div.footer a {
26 div.footer span.partners {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
H A DGenerateMediationReportResponse.php32 public function setFooter(ReportFooter $footer) argument
34 $this->footer = $footer;
41 return $this->footer;
H A DGenerateNetworkReportResponse.php32 public function setFooter(ReportFooter $footer) argument
34 $this->footer = $footer;
41 return $this->footer;
/plugin/headerfooter/
H A Daction.php34 $footer = file_get_contents($base . '_footer.txt');
36 $footer = "\n\n" . ltrim($footer, " \r\n\\");
38 $event->data .= $footer;
/plugin/s5/ui/flower/
H A Ds5-core.css3 div#header, div#footer, div.slide {position: absolute;}
4 html>body div#header, html>body div#footer, html>body div.slide {position: fixed;}
8 div#footer {z-index: 5;}
10 #footer>div#controls {position: fixed;}
H A Dframing.css6 div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
8 div#footer {top: auto; bottom: 0; height: 2.5em;}
11 #footer>*/
22 div#footer {background: #CCF;}
/plugin/s5/ui/yatil/
H A Ds5-core.css3 div#header, div#footer, div.slide {position: absolute;}
4 html>body div#header, html>body div#footer, html>body div.slide {position: fixed;}
8 div#footer {z-index: 5;}
10 #footer>div#controls {position: fixed;}
H A Dframing.css6 div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
8 div#footer {top: auto; bottom: 0; height: 2.5em;}
11 #footer>div#controls {bottom: 0; top: auto; height: auto;}
20 div#footer {background: #CCF;}
/plugin/s5/ui/pixel/
H A Ds5-core.css3 div#header, div#footer, div.slide {position: absolute;}
4 html>body div#header, html>body div#footer, html>body div.slide {position: fixed;}
8 div#footer {z-index: 5;}
10 #footer>div#controls {position: fixed;}
H A Dframing.css6 div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
8 div#footer {top: auto; bottom: 0; height: 2.5em;}
11 #footer>*/
22 div#footer {background: #CCF;}
/plugin/s5/ui/blue/
H A Ds5-core.css3 div#header, div#footer, div.slide {position: absolute;}
4 html>body div#header, html>body div#footer, html>body div.slide {position: fixed;}
8 div#footer {z-index: 5;}
10 #footer>div#controls {position: fixed;}
H A Dframing.css6 div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
8 div#footer {top: auto; bottom: 0; height: 2.5em;}
11 #footer>*/
22 div#footer {background: #CCF;}
/plugin/s5/ui/i18n/
H A Dpretty.css18 #footer {background: url(bg-shade.png); color: #BBB; border-top: 1px solid #333;}
19 #header, #footer {font-size: 0.5em;}
20 #footer h1, #footer h2 { padding: 0.5em 0.75em;
22 #footer h1 {left: 0; font-size: 1em; letter-spacing: 1px;}
23 #footer h2 {position: absolute; bottom: 0; right: 0;}
/plugin/bootswrapper/syntax/
H A Dpanel.php70 global $nobody, $footer;
75 $footer = (isset($attributes['footer']) ? $attributes['footer'] : false);
114 if ($footer) {
115 $markup .= '<div class="panel-footer">' . $footer . '</div>';
/plugin/tipoftheday/
H A Dstyle.css5 #totd_plugin .totd-footer a {
27 #totd_plugin .totd-footer a:hover {
32 #totd_plugin .totd-footer a.active {
/plugin/combo/resources/theme/default/pages/templates/
H A Dholy-medium.yml3 - 'page-footer'
5 - 'main-footer'
H A Dmedium.yml3 - 'page-footer'
5 - 'main-footer'
H A Dholy.yml3 - 'page-footer'
5 - 'main-footer'

1234567891011