| /plugin/footnotestyle/ |
| D | renderer.php | 50 $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");
|
| D | plugin.info.txt | 7 desc Change the appearance of footnotes
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | layout.page.breaks.php | 42 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/ |
| D | renderer.php | 65 $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/ |
| D | renderer.php | 27 $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/ |
| D | ODTFootnote.php | 56 $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/ |
| D | Document.php | 122 public function setFootnotes($footnotes) argument 124 $this->footnotes = $footnotes; 131 return $this->footnotes;
|
| /plugin/header2/ |
| D | renderer.php | 65 if ( count ($this->footnotes) > 0 ) { 69 foreach ( $this->footnotes as $footnote ) { 81 $alt = array_keys($this->footnotes, "@@FNT$id");
|
| /plugin/nroff/ |
| D | renderer.php | 35 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/ |
| D | intro.txt | 6 …* //Use footnotes syntax// --- if enabled the RefNotes plugin will be used to handle native DokuWi…
|
| /plugin/offline/ |
| D | renderer.php | 110 if ( count ($this->footnotes) > 0 ) { 114 foreach ( $this->footnotes as $footnote ) { 126 $alt = array_keys($this->footnotes, "@@FNT$id");
|
| /plugin/refnotes/ |
| D | plugin.info.txt | 6 desc Extended syntax for footnotes and references.
|
| /plugin/xbr/ |
| D | renderer.php | 24 $this->footnotes = array();
|
| /plugin/highlightjs/ |
| D | renderer.php | 25 $this->footnotes = array();
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 51.51.js.map | 1 …footnotes\n { include: '@footnotes' },\n //directives\n [\n …
|
| D | 51.51.js | 1 …inlineMarkup"}],explicitMarkupBlocks:[{include:"@citations"},{include:"@footnotes"},[/^(\.\.\s)(@s… property
|
| /plugin/livepreview/ |
| D | style.css | 43 /* insitu-footnotes */
|
| /plugin/html2pdf/snorriheim/ |
| D | print.css | 175 /* footnotes */ 176 div.footnotes{
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/css/ |
| D | asciidoctor.css | 126 #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/ |
| D | markdown.php | 1761 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/ |
| D | js-markdown-extra.js | 1713 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/ |
| D | Changes | 114 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/ |
| D | renderer.php | 31 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/ |
| D | print.css | 150 .dokuwiki div.footnotes {
|
| /plugin/dw2markdown/ |
| D | renderer.php | 22 $footnotes = array();
|