Home
last modified time | relevance | path

Searched refs:header (Results 626 – 650 of 1105) sorted by last modified time

1...<<21222324252627282930>>...45

/plugin/latexport/implementation/
H A Ddecorator_headings.php64 function header($text, $level, $pos) { function in DecoratorHeadings
101 $this->decorator->header($text, 1, $pos);
106 $this->decorator->header($text, 1, $pos);
110 $this->decorator->header($text, 3, $pos);
129 $this->decorator->header($text, 3, $pos);
133 $this->decorator->header($text, 2, $pos);
137 $this->decorator->header($text, 3, $pos);
146 $this->decorator->header($text, 3, $pos);
150 $this->decorator->header($text, 4, $pos);
154 $this->decorator->header($text, 5, $pos);
H A Ddecorator_includer.php86 function header($text, $level, $pos) { function in DecoratorIncluder
88 $this->decorator->header($text, $level, $pos);
H A Ddecorator.php263 function header($text, $level, $pos) { function in decorator
265 $this->decorator->header($text, $level, $pos);
H A Ddecorator_persister.php224 function header($text, $level, $pos) { function in DecoratorPersister
/plugin/latexport/_test/
H A Ddecorator_headings.test.php28 $this->decoratorHeadings->header("text1", 1, 10); // This would open the main matter.
29 $this->decoratorHeadings->header("text2", 1, 20); // This would open the appendix.
30 $this->decoratorHeadings->header("text3", 1, 30); // This is a chapter in the appendix.
31 $this->decoratorHeadings->header("text4", 1, 40); // This is a chapter in the appendix.
42 $this->decoratorHeadings->header("text1", 2, 10); // This is a chapter in the front matter.
43 $this->decoratorHeadings->header("text2", 2, 20); // This is a chapter in the front matter.
44 $this->decoratorHeadings->header("text3", 1, 30); // This opens the main matter.
45 $this->decoratorHeadings->header("text4", 2, 40); // This is a section in the main matter.
56 $this->decoratorHeadings->header("text1", 10, 10);
H A Ddecorator_includer.test.php188 $this->decoratorIncluder->header("Any", 3, 0);
249 $this->decoratorIncluder->header("a", 4, 0);
H A Ddecorator_mock.php35 function header($text, $level, $pos) { function in DecoratorMock
/plugin/latexport/renderer/
H A Dtex.php129 function header($text, $level, $pos) { function in renderer_plugin_latexport_tex
130 $this->decorator->header($text, $level + $this->headingLevel, $pos);
/plugin/issuelinks/_test/
H A Dutil.test.php41 'gitlab header'
/plugin/issuelinks/action/
H A Dajax.php203 header('Connection: close');
204 header('Content-Length: ' . ob_get_length());
/plugin/issuelinks/helper/
H A Dutil.php87 header('Content-Type: application/json');
/plugin/etherpadlite/action/
H A Detherpadlite.php94 header('Content-Type: application/json');
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexample_big.php75 header( "Location: $newlocation" ) ;
/plugin/autotranslation/
H A Daction.php393 header('Location: ' . wl( $url, $more, true, '&'), 302);
/plugin/typography/images/fontcolor/
H A Dcolor-icon.php22 header('Content-type: image/png');
23 header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 60*60*24) . ' GMT');
29 header('Content-type: image/svg+xml');
30 header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 60*60*24) . ' GMT');
/plugin/dataplot/
H A Dimg.php19 header('Content-Type: image/png;');
20 header('Expires: '.gmdate("D, d M Y H:i:s", time()+max($conf['cachetime'], 3600)).' GMT');
21 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
22 header('Pragma: public');
27 header("HTTP/1.0 404 Not Found");
28 header('Content-Type: image/png');
/plugin/dropfiles/action/
H A Dajax.php120 header('Content-Type: application/json');
/plugin/revealjs/css/
H A Dreveal.css1312 .reveal > .overlay header {
1321 .reveal > .overlay header a {
1331 .reveal > .overlay header a:hover {
1334 .reveal > .overlay header a .icon {
1342 .reveal > .overlay header a.close .icon {
1345 .reveal > .overlay header a.external .icon {
H A Dreveal.scss1428 .reveal > .overlay header {
1437 .reveal > .overlay header a {
1448 .reveal > .overlay header a:hover {
1451 .reveal > .overlay header a .icon {
1460 .reveal > .overlay header a.close .icon {
1463 .reveal > .overlay header a.external .icon {
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6header?"th":"td";return(t.align?"<"+n+' align="'+t.align+'">':"<"+n+">")+e+"</"+n+">\n"},r.prototy…
/plugin/revealjs/
H A Dexample_presentation.dokuwiki68 <sub>This could be a slide without content, not possible in header driven mode...</sub>
H A Dchangelog.md16 …lides are indicated by headers you are relative inflexible regarding the header levels and sizes o…
/plugin/abortlogin/
H A Daction.php39 header("HTTP/1.0 403 Forbidden");
44 header("HTTP/1.0 403 Forbidden");
70 header("HTTP/1.0 403 Forbidden");
/plugin/sentry/
H A Dhelper.php59 $header[] = 'Sentry sentry_version=7';
60 $header[] = 'sentry_client=' . Event::CLIENT . Event::VERSION;
61 $header[] = 'sentry_timestamp=' . time();
62 $header[] = 'sentry_key=' . $dsn['public'];
63 $header[] = 'sentry_secret=' . $dsn['secret'];
65 return join(', ', $header);
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1header, IHDR+data, IDAT+data, and IEND.\n const pngLength = PNG_HEADER.length + (CHUNK_WRAPPER_…

1...<<21222324252627282930>>...45