Home
last modified time | relevance | path

Searched refs:footnotes (Results 1 – 25 of 69) sorted by relevance

123

/plugin/footnotestyle/
Drenderer.php50 $i = array_search($footnote, $this->footnotes);
54 $id = count($this->footnotes)+1;
55 $this->footnotes[count($this->footnotes)] = $footnote;
59 $id = count($this->footnotes)+1;
60 $this->footnotes[count($this->footnotes)] = "@@FNT".($i);
65 $id = count($this->footnotes)+1;
66 $this->footnotes[count($this->footnotes)] = $footnote;
77 if ( count ($this->footnotes) > 0 ) {
81 foreach ( $this->footnotes as $footnote ) {
94 $alt = array_keys($this->footnotes, "@@FNT$id");
Dplugin.info.txt7 desc Change the appearance of footnotes
/plugin/html2pdf/html2pdf/html2ps/
Dlayout.page.breaks.php42 function get_footnotes_height($footnotes, $page_start, $location) { argument
44 $size = count($footnotes);
48 while ($i < $size && $footnotes[$i]->get_location() > $page_start) {
53 while ($i < $size && $footnotes[$i]->get_location() > $location) {
54 $height += $footnotes[$i]->get_content_height();
70 function get_penalty($page_start, $max_page_height, $footnotes) { argument
72 … $max_page_height - $this->get_footnotes_height($footnotes,
147 $footnotes = array();
150 …$footnotes[] = new FootnoteLocation($box->get_top_margin(), $box->_note_content->get_full_height()…
153 $footnotes = array_merge($footnotes, PageBreakLocator::get_footnotes_traverse($child));
[all …]
/plugin/text/
Drenderer.php65 $this->footnotes = array();
79 if ( count($this->footnotes) > 0 ) {
83 foreach ( $this->footnotes as $footnote ) {
90 $alt = array_keys($this->footnotes, "@@FNT$id");
258 $i = array_search($footnote, $this->footnotes);
262 $id = count($this->footnotes)+1;
263 $this->footnotes[count($this->footnotes)] = $footnote;
267 $id = count($this->footnotes)+1;
268 $this->footnotes[count($this->footnotes)] = "@@FNT".($i);
/plugin/header3/
Drenderer.php27 $this->footnotes = array();
84 if ( count ($this->footnotes) > 0 ) {
88 foreach ( $this->footnotes as $footnote ) {
100 $alt = array_keys($this->footnotes, "@@FNT$id");
/plugin/odt/ODT/
DODTFootnote.php56 $i = array_search($footnote, $params->document->footnotes);
60 $i = count($params->document->footnotes);
64 $params->document->footnotes[$i] = $footnote;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DDocument.php122 public function setFootnotes($footnotes) argument
124 $this->footnotes = $footnotes;
131 return $this->footnotes;
/plugin/header2/
Drenderer.php65 if ( count ($this->footnotes) > 0 ) {
69 foreach ( $this->footnotes as $footnote ) {
81 $alt = array_keys($this->footnotes, "@@FNT$id");
/plugin/nroff/
Drenderer.php35 var $footnotes = array(); variable in renderer_plugin_nroff
291 $i = array_search($footnote, $this->footnotes);
295 $id = count($this->footnotes)+1;
296 $this->footnotes[count($this->footnotes)] = $footnote;
300 $id = count($this->footnotes)+1;
301 $this->footnotes[count($this->footnotes)] = "@@FNT".($i);
/plugin/refnotes/lang/en/
Dintro.txt6 …* //Use footnotes syntax// --- if enabled the RefNotes plugin will be used to handle native DokuWi…
/plugin/offline/
Drenderer.php110 if ( count ($this->footnotes) > 0 ) {
114 foreach ( $this->footnotes as $footnote ) {
126 $alt = array_keys($this->footnotes, "@@FNT$id");
/plugin/refnotes/
Dplugin.info.txt6 desc Extended syntax for footnotes and references.
/plugin/xbr/
Drenderer.php24 $this->footnotes = array();
/plugin/highlightjs/
Drenderer.php25 $this->footnotes = array();
/plugin/dirtylittlehelper/mermaid/editor/docs/
D51.51.js.map1footnotes\n { include: '@footnotes' },\n //directives\n [\n …
D51.51.js1 …inlineMarkup"}],explicitMarkupBlocks:[{include:"@citations"},{include:"@footnotes"},[/^(\.\.\s)(@s… property
/plugin/livepreview/
Dstyle.css43 /* insitu-footnotes */
/plugin/html2pdf/snorriheim/
Dprint.css175 /* footnotes */
176 div.footnotes{
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/css/
Dasciidoctor.css126 #header,#content,#footnotes,#footer{width:100%;margin:0 auto;max-width:62.5em;*zoom:1;position:rela…
127 #header::before,#header::after,#content::before,#content::after,#footnotes::before,#footnotes::afte…
128 #header::after,#content::after,#footnotes::after,#footer::after{clear:both}
321 #footnotes{padding-top:.75em;padding-bottom:.75em;margin-bottom:.625em}
322 #footnotes hr{width:20%;min-width:6.25em;margin:-.25em 0 .75em;border-width:1px 0 0}
323 #footnotes .footnote{padding:0 .375em 0 .225em;line-height:1.3334;font-size:.875em;margin-left:1.2e…
324 #footnotes .footnote a:first-of-type{font-weight:bold;text-decoration:none;margin-left:-1.05em}
325 #footnotes .footnote:last-of-type{margin-bottom:0}
326 #content #footnotes{margin-top:-.625em;margin-bottom:0;padding:.75em 0}
401 #header,#content,#footnotes,#footer{max-width:none}
[all …]
/plugin/markdownextra/
Dmarkdown.php1761 var $footnotes = array(); variable in MarkdownExtra_Parser
1778 $this->footnotes = array();
1798 $this->footnotes = array();
3075 $this->footnotes[$note_id] = $this->outdent($matches[2]);
3124 unset($this->footnotes[$note_id]);
3161 if (isset($this->footnotes[$node_id])) {
3166 $this->footnotes_ordered[$node_id] = $this->footnotes[$node_id];
/plugin/markdownextra/lib/meltdown/js/lib/
Djs-markdown-extra.js1713 this.footnotes = {};
1783 this.footnotes = {};
1803 this.footnotes = {};
2733 self.footnotes[note_id] = self.outdent(m2);
2761 if (node_id in self.footnotes) {
2763 self.footnotes_ordered.push([node_id, self.footnotes[node_id]]);
2764 delete self.footnotes[node_id];
/plugin/fckg/
DChanges114 Fix for urls in DW footnotes, which were lost on re-saves.
115 Still-to-be-done: handling of media files in DW footnotes
122 Upgraded DW footnotes to handle links to media files
166 Handle multiple footnotes with identical texts.
206 Fixed handlng of footnotes containing parentheses.
/plugin/odp/
Drenderer.php31 var $footnotes = array(); variable in renderer_plugin_odp
771 $i = array_search($footnote, $this->footnotes);
774 $i = count($this->footnotes);
776 $this->footnotes[$i] = $footnote;
/plugin/geonav/tpl/startermap/css/
Dprint.css150 .dokuwiki div.footnotes {
/plugin/dw2markdown/
Drenderer.php22 $footnotes = array();

123