Home
last modified time | relevance | path

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

123

/plugin/footnotestyle/
H A 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");
H A Dplugin.info.txt7 desc Change the appearance of footnotes
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/
H A DGatherFootnotesListener.php34 $footnotes = [];
44 // Use numeric title to get footnotes order
45 $footnotes[(int) $ref->getTitle()] = $node;
48 $footnotes[\PHP_INT_MAX] = $node;
58 if (\count($footnotes) === 0) {
64 \ksort($footnotes);
65 foreach ($footnotes as $footnote) {
/plugin/html2pdf/html2pdf/html2ps/
H A 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
147 $footnotes = array();
153 $footnotes = array_merge($footnotes, PageBreakLocator::get_footnotes_traverse($child));
157 return $footnotes;
167 $footnotes = PageBreakLocator::get_footnotes_traverse($dom_tree);
[all …]
/plugin/text/
H A 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/
H A 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/
H A 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/
H A DDocument.php122 public function setFootnotes($footnotes) argument
124 $this->footnotes = $footnotes;
131 return $this->footnotes;
/plugin/header2/
H A Drenderer.php65 if ( count ($this->footnotes) > 0 ) {
69 foreach ( $this->footnotes as $footnote ) {
81 $alt = array_keys($this->footnotes, "@@FNT$id");
/plugin/nroff/
H A 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/
H A Dintro.txt6 * //Use footnotes syntax// --- if enabled the RefNotes plugin will be used to handle native DokuWiki footnotes along with it's own syntax.
/plugin/refnotes/
H A Dplugin.info.txt6 desc Extended syntax for footnotes and references.
/plugin/offline/
H A Drenderer.php110 if ( count ($this->footnotes) > 0 ) {
114 foreach ( $this->footnotes as $footnote ) {
126 $alt = array_keys($this->footnotes, "@@FNT$id");
/plugin/xbr/
H A Drenderer.php24 $this->footnotes = array();
/plugin/highlightjs/
H A Drenderer.php25 $this->footnotes = array();
/plugin/livepreview/
H A Dstyle.css43 /* insitu-footnotes */
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D51.51.js.map1footnotes\n { include: '@footnotes' },\n //directives\n [\n …
H A D51.51.js1 …inlineMarkup"}],explicitMarkupBlocks:[{include:"@citations"},{include:"@footnotes"},[/^(\.\.\s)(@s… property in AnonymousFunction5a558e070100.t.tokenizer
/plugin/html2pdf/snorriheim/
H A Dprint.css175 /* footnotes */
176 div.footnotes{
/plugin/markdownextra/lib/meltdown/js/lib/
H A 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/markdownextra/
H A 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/fckg/
H A 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/geonav/tpl/startermap/css/
H A Dprint.css150 .dokuwiki div.footnotes {
/plugin/odp/
H A 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/dw2markdown/
H A Drenderer.php22 $footnotes = array();

123