Home
last modified time | relevance | path

Searched refs:footnotes (Results 26 – 50 of 2648) sorted by relevance

12345678910>>...106

/dports/textproc/discount/discount-2.2.7/tests/
H A Dextrafootnotes.t3 title "markdown extra-style footnotes"
11 try -ffootnote 'footnotes (-ffootnote)' "$FOOTIE" \
13 <div class="footnotes">
21 try -ffootnote -Cfoot 'footnotes (-ffootnote -Cfoot)' "$FOOTIE" \
23 <div class="footnotes">
31 try -fnofootnote 'footnotes (-fnofootnote)' "$FOOTIE" \
62 <div class="footnotes">
72 try -ffootnote 'footnotes inside table elements' "$TSRC" "$TOUT"
103 <div class="footnotes">
117 try -ffootnote 'footnotes inside spans' "$TSRC" "$TOUT"
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/league/commonmark/src/Extension/Footnote/Event/
H A DGatherFootnotesListener.php36 $footnotes = [];
51 $footnotes[\intval($ref->getTitle())] = $node;
54 $footnotes[INF] = $node;
76 if (\count($footnotes) === 0) {
82 \ksort($footnotes);
83 foreach ($footnotes as $footnote) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/league/commonmark/src/Extension/Footnote/Event/
H A DGatherFootnotesListener.php36 $footnotes = [];
51 $footnotes[\intval($ref->getTitle())] = $node;
54 $footnotes[INF] = $node;
76 if (\count($footnotes) === 0) {
82 \ksort($footnotes);
83 foreach ($footnotes as $footnote) {
/dports/math/pspp/pspp-1.4.1/src/output/
H A Dtable-item.c52 .footnotes = xmemdup (old->footnotes, in table_item_text_clone()
53 old->n_footnotes * sizeof *old->footnotes), in table_item_text_clone()
66 free (text->footnotes); in table_item_text_destroy()
77 dst->footnotes = xmemdup (src->footnotes, in table_item_layer_copy()
78 src->n_footnotes * sizeof *src->footnotes); in table_item_layer_copy()
88 free (layer->footnotes); in table_item_layer_uninit()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/niklasfasching/go-org/org/testdata/
H A Dfootnotes.org1 * Using some footnotes
4 - inline footnotes are also supported via [fn:2:the inline footnote definition].
5 - anonymous inline footnotes are also supported via [fn::the anonymous inline footnote definition].
8 - footnotes that reference a non-existant definition are rendered but log a warning [fn:does-not-ex…
11 Rather, it will be somewhere down below in the footnotes section.
16 Please note that the footnotes section is not automatically excluded from the export like in emacs.…
21 - footnotes can contain *markup*
44 hides content before and after the footnotes.
H A Dfootnotes.pretty_org1 * Using some footnotes
4 - inline footnotes are also supported via [fn:2:the inline footnote definition].
5 - anonymous inline footnotes are also supported via [fn::the anonymous inline footnote definition].
8 - footnotes that reference a non-existant definition are rendered but log a warning [fn:does-not-ex…
11 Rather, it will be somewhere down below in the footnotes section.
16 Please note that the footnotes section is not automatically excluded from the export like in emacs.…
21 - footnotes can contain *markup*
44 hides content before and after the footnotes.
H A Dfootnotes_in_headline.org3 [fn:1] this test file just exists to reproduce a bug with footnotes in headlines - that only happen…
5 - HTMLWriter.footnotes should be a pointer field. I didn't notice my error as go translated my poin…
6 …inter values rather than complaining - i.e. =footnotes.add()= transparently gets translated to =(&
8 - Copying the writer copies footnotes - which contains a map and a slice. Changes to the map will a…
H A Dfootnotes_in_headline.pretty_org3 [fn:1] this test file just exists to reproduce a bug with footnotes in headlines - that only happen…
5 - HTMLWriter.footnotes should be a pointer field. I didn't notice my error as go translated my poin…
6 …inter values rather than complaining - i.e. =footnotes.add()= transparently gets translated to =(&
8 - Copying the writer copies footnotes - which contains a map and a slice. Changes to the map will a…
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/docx/
H A Dfootnotes.py28 self.footnotes = {}
33 def __call__(self, footnotes, footnotes_rels, endnotes, endnotes_rels): argument
35 if footnotes is not None:
36 for footnote in XPath('./w:footnote[@w:id]')(footnotes):
39 self.footnotes[fid] = Note(self.namespace, footnote, footnotes_rels)
49 notes = self.footnotes if ref.tag.endswith('}footnoteReference') else self.endnotes
/dports/lang/racket/racket-8.3/share/pkgs/scribble-lib/scriblib/
H A Dfootnote.rkt41 (define footnotes (new-counter "footnote"))
43 (define (footnote . text) (do-footnote footnotes id text))
44 (define (footnote-part . text) (do-footnote-part footnotes id))))
46 (define (do-footnote footnotes id text)
55 (counter-target footnotes tag #f)))
64 (counter-ref footnotes tag #f)))
69 (define (do-footnote-part footnotes id)
/dports/textproc/elixir-earmark/earmark-1.2.5/test/functional/render/
H A Dfootnote_test.exs16 %Earmark.Options{footnotes: true, file: filename()}
21 ctx = put_in(ctx.footnotes, test_footnotes())
31 Earmark.as_html!(lines, put_in(%Earmark.Options{}.footnotes, false))
83 html = Earmark.as_html!(lines, put_in(%Earmark.Options{}.footnotes, true))
86 <div class="footnotes">
115 { blocks, footnotes, _ } = Parser.handle_footnotes(text, opts, &Enum.map/2)
121 assert footnotes == expected_fnotes
134 assert footnotes == expect
137 test "renders footnotes" do
144 result = Earmark.as_html!(body, put_in(%Earmark.Options{}.footnotes, true))
[all …]
/dports/games/tads/tads-3.0.8/tads3/t3library/adv3/
H A Dfootnote.t5 * TADS 3 Library - footnotes
7 * This module defines objects related to footnotes.
29 * encounters the sources of the footnotes), and the NOTE command will
35 * reference, we'll show an explanation of how footnotes work.
69 * footnotes, so use the Footnote class property
85 * If we're allowed to show footnotes, return the library
87 * footnotes are being hidden, or if we're only showing new
94 /* we're showing all footnotes unconditionally */
98 /* we're only showing unread footnotes */
102 /* we're hiding all footnotes unconditionally */
[all …]
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/bugs/
H A Dfootnotes-look-weird.mdwn1 Multimarkdown footnotes are pretty useful. If they are enabled in a
12 div.footnotes { font-size: small; }
47 > HTML for footnotes (is an `<a>` with a `class`, should be a `<sup>`).
53 > footnotes using the same syntax as MultiMarkdown (originating in
67 >> I didn't realize that Discount didn't actually support footnotes in
70 >> reasonable to enable footnotes in Ikiwiki. There's already a lot of
83 >>> mdwn_enable: [footnotes]
96 >>>>> I have now enabled footnotes in Discount by default, with a new
100 >> For example, to enable footnotes, one needs to call Discount like this:
105 >> footnotes, so this bug doesn't apply to the default Discount mode,
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvpagesplitter.cpp179 LVArray<LVPageFootNoteInfo> footnotes; member
293 bool hasFootnotes = footnotes.length() > 0; in AddToList()
307 lastpageend, footnotes.length(), h); in AddToList()
320 if ( footnotes.length()>0 ) { in AddToList()
321 page->footnotes.add( footnotes ); in AddToList()
322 footnotes.clear(); in AddToList()
866 lUInt16 len = footnotes.length(); in serialize()
869 buf << (lUInt32)footnotes[i].start; in serialize()
870 buf << (lUInt32)footnotes[i].height; in serialize()
893 footnotes.clear(); in deserialize()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/text/
H A DFootnoteSettings.idl27 /** provides access to the settings of footnotes or endnotes in a
40 footnotes/endnotes.
63 of footnotes/endnotes.
76 <p>For footnotes only.</p>
84 <p>For footnotes only.</p>
91 <p>For footnotes only.</p>
99 <p>For footnotes only.</p>
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/text/
H A DFootnoteSettings.idl27 /** provides access to the settings of footnotes or endnotes in a
40 footnotes/endnotes.
63 of footnotes/endnotes.
76 <p>For footnotes only.</p>
84 <p>For footnotes only.</p>
91 <p>For footnotes only.</p>
99 <p>For footnotes only.</p>
/dports/print/lilypond-devel/lilypond-2.23.5/input/regression/
H A Dfootnote-auto-numbering-page-reset.ly4 where the number is reset on each page. It uses the symbol-footnotes
6 successive footnotes, doubling up on the symbol after five footnotes
12 footnote-numbering-function = #symbol-footnotes
/dports/print/lilypond/lilypond-2.22.1/input/regression/
H A Dfootnote-auto-numbering-page-reset.ly4 where the number is reset on each page. It uses the symbol-footnotes
6 successive footnotes, doubling up on the symbol after five footnotes
12 footnote-numbering-function = #symbol-footnotes
/dports/japanese/hns/hns-2.19.9/public_html/diary/lib/HNS/Hnf/
H A DTreeBuilder.pm215 my @footnotes;
268 $footnotes[$fnCount] .= $node->AsHTML($start,
313 if (@footnotes){
316 $footnote->print($params, @footnotes);
318 @footnotes = ();
326 $footnotes[$fnCount] .= $node;
385 my ($self, $params, @footnotes) = @_;
396 for (@footnotes[1..$#footnotes]){
/dports/print/lout/lout-3.40/doc/user/
H A Dstr_foot3 @Tag { footnotes }
30 useful for footnotes to headings). Of course, in a single-column
34 Endnotes work in exactly the same way as footnotes, except that the
63 numbering that applies to other footnotes.
81 use @Code "@AnotherFootNote" for the second and subsequent footnotes:
92 appearance of footnotes. (See Section @NumberOf setup for a general
107 they are quite similar to the ones for footnotes, we won't say any
112 @Code "Yes" means that the footnotes are numbered continuously
120 @Code "@FootNoteNumbers" determines how the footnotes are numbered;
131 font and paragraph breaking style of footnotes. The default value
[all …]
/dports/arabic/arabtex/ar-arabtex-3.11_6/tex/latex/arabtex/
H A Dafoot.sty3 % ArabTeX footnotes
13 \a@ident {afoot.sty} {3.11 ArabTeX footnotes} {12.05.2003}
16 % footnotes inside an Arabic environment, Roman document style
42 \def \LRfootnotes {% left to right footnotes
51 % footnotes inside an Arabic environment, Arabic document style
89 \def \RLfootnotes {% right to left footnotes
/dports/devel/py-manuel/manuel-1.9.0/src/manuel/
H A Dfootnote.py49 footnotes = {}
54 footnotes[name] = []
62 footnotes[name].append(region)
71 for footnoted in footnotes[name]:
/dports/textproc/libxslt/libxslt-1.1.34/tests/docbook/html/
H A Dchunk-common.xsl1074 <xsl:when test="count($footnotes) = 0">
1082 <xsl:with-param name="footnotes"
1091 <xsl:with-param name="footnotes"
1099 <xsl:with-param name="footnotes"
1125 <xsl:when test="count($footnotes) = 0">
1133 <xsl:with-param name="footnotes"
1141 <xsl:with-param name="footnotes"
1159 <xsl:template name="process.footnotes">
1164 <xsl:with-param name="footnotes" select="$footnotes"/>
1178 <div class="footnotes">
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/text/
H A D_XFootnotesSupplier.java47 XIndexAccess footnotes = null; in _getFootnotes() local
51 footnotes = oObj.getFootnotes(); in _getFootnotes()
52 result = footnotes != null; in _getFootnotes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/text/
H A D_XFootnotesSupplier.java47 XIndexAccess footnotes = null; in _getFootnotes() local
51 footnotes = oObj.getFootnotes(); in _getFootnotes()
52 result = footnotes != null; in _getFootnotes()

12345678910>>...106