Home
last modified time | relevance | path

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

12345678910>>...101

/dports/www/tikiwiki/tiki-21.2/lib/wiki-plugins/
H A Dwikiplugin_footnote.php86 $footnotes = &$context->footnotes;
96 $footnotes['count'] = 0;
97 $footnotes['nest'] = 0;
120 if (isset($footnotes['lists'][$class])) {
143 $footnotes['nest']++;
145 $footnotes['nest']--;
161 if (isset($footnotes['tag'][$sameas])) {
164 …$footnotes['lists'][$footnotes['tag'][$sameas]['class']]['entry'][$listNum]['sameas'][] = $uniqueI…
168 … $smarty->assign('listType', $footnotes['lists'][$footnotes['tag'][$sameas]['class']]['listType']);
169 …$smarty->assign('class', $footnotes['lists'][$footnotes['tag'][$sameas]['class']]['entry'][$listNu…
[all …]
H A Dwikiplugin_footnotearea.php51 $footnotes = $context->footnotes;
63 if (isset($footnotes['lists'][$params['class']])) { // if the class exists
64 $html = genFootnoteArea($footnotes['lists'][$params['class']]);
65 unset($footnotes['lists'][$params['class']]['entry']);
68 $html = genFootnoteArea($footnotes['lists']['.def.']);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/Python-Markdown/markdown/extensions/
H A Dfootnotes.py86 self.footnotes = OrderedDict()
107 self.footnotes[id] = text
170 def __init__(self, footnotes): argument
171 self.footnotes = footnotes
264 self.footnotes = footnotes
268 if id in self.footnotes.footnotes.keys():
276 a.text = text_type(self.footnotes.footnotes.index(id) + 1)
285 def __init__(self, footnotes): argument
286 self.footnotes = footnotes
307 def __init__(self, footnotes): argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/markdown/extensions/
H A Dfootnotes.py125 self.footnotes = OrderedDict()
146 self.footnotes[id] = text
200 def __init__ (self, footnotes): argument
201 self.footnotes = footnotes
293 self.footnotes = footnotes
297 if id in self.footnotes.footnotes.keys():
305 a.text = text_type(self.footnotes.footnotes.index(id) + 1)
314 def __init__ (self, footnotes): argument
315 self.footnotes = footnotes
335 def __init__(self, footnotes): argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/Python-Markdown/markdown/extensions/
H A Dfootnotes.py86 self.footnotes = OrderedDict()
107 self.footnotes[id] = text
170 def __init__(self, footnotes): argument
171 self.footnotes = footnotes
264 self.footnotes = footnotes
268 if id in self.footnotes.footnotes.keys():
276 a.text = text_type(self.footnotes.footnotes.index(id) + 1)
285 def __init__(self, footnotes): argument
286 self.footnotes = footnotes
307 def __init__(self, footnotes): argument
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/markdown/extensions/
H A Dfootnotes.py150 self.footnotes[id] = text
219 def __init__(self, footnotes): argument
220 self.footnotes = footnotes
323 self.footnotes = footnotes
327 if id in self.footnotes.footnotes.keys():
335 a.text = util.text_type(self.footnotes.footnotes.index(id) + 1)
344 def __init__(self, footnotes): argument
345 self.footnotes = footnotes
397 def __init__(self, footnotes): argument
398 self.footnotes = footnotes
[all …]
/dports/textproc/py-markdown/Markdown-3.3.4/markdown/extensions/
H A Dfootnotes.py141 self.footnotes[id] = text
208 def __init__(self, footnotes): argument
210 self.footnotes = footnotes
296 self.footnotes = footnotes
300 if id in self.footnotes.footnotes.keys():
306 a.text = str(list(self.footnotes.footnotes.keys()).index(id) + 1)
315 def __init__(self, footnotes): argument
316 self.footnotes = footnotes
368 def __init__(self, footnotes): argument
369 self.footnotes = footnotes
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/
H A DFootenoteUtil.java50 List<FootnoteBodyLayoutManager> footnotes = null; in getFootnotes() local
54 footnotes = getFootnoteList(footnotes); in getFootnotes()
55 footnotes.add(((KnuthInlineBox) element).getFootnoteBodyLM()); in getFootnotes()
57 footnotes = getFootnoteList(footnotes); in getFootnotes()
58 footnotes.addAll(((KnuthBlockBox) element).getFootnoteBodyLMs()); in getFootnotes()
61 if (footnotes == null) { in getFootnotes()
64 return footnotes; in getFootnotes()
68 private static <T> List<T> getFootnoteList(List<T> footnotes) { in getFootnoteList() argument
69 if (footnotes == null) { in getFootnoteList()
72 return footnotes; in getFootnoteList()
/dports/math/cantor/cantor-21.12.3/thirdparty/discount-2.2.6-patched/
H A Dresource.c79 if ( f->footnotes ) { in ___mkd_freefootnotes()
80 for (i=0; i < S(f->footnotes->note); i++) in ___mkd_freefootnotes()
82 DELETE(f->footnotes->note); in ___mkd_freefootnotes()
83 free(f->footnotes); in ___mkd_freefootnotes()
91 ___mkd_initmmiot(MMIOT *f, void *footnotes) in ___mkd_initmmiot() argument
98 if ( footnotes ) in ___mkd_initmmiot()
99 f->footnotes = footnotes; in ___mkd_initmmiot()
101 f->footnotes = malloc(sizeof f->footnotes[0]); in ___mkd_initmmiot()
102 CREATE(f->footnotes->note); in ___mkd_initmmiot()
111 ___mkd_freemmiot(MMIOT *f, void *footnotes) in ___mkd_freemmiot() argument
[all …]
/dports/textproc/discount/discount-2.2.7/
H A Dresource.c79 if ( f->footnotes ) { in ___mkd_freefootnotes()
80 for (i=0; i < S(f->footnotes->note); i++) in ___mkd_freefootnotes()
82 DELETE(f->footnotes->note); in ___mkd_freefootnotes()
83 free(f->footnotes); in ___mkd_freefootnotes()
91 ___mkd_initmmiot(MMIOT *f, void *footnotes) in ___mkd_initmmiot() argument
98 if ( footnotes ) in ___mkd_initmmiot()
99 f->footnotes = footnotes; in ___mkd_initmmiot()
101 f->footnotes = malloc(sizeof f->footnotes[0]); in ___mkd_initmmiot()
102 CREATE(f->footnotes->note); in ___mkd_initmmiot()
111 ___mkd_freemmiot(MMIOT *f, void *footnotes) in ___mkd_freemmiot() argument
[all …]
/dports/textproc/py-marko/marko-1.1.0/marko/ext/
H A Dfootnote.py22 self.footnotes = {}
45 source.root.footnotes[state.label] = state
61 if label in inline._root_node.footnotes:
68 self.footnotes = []
71 if element.label not in self.footnotes:
72 self.footnotes.append(element.label)
73 idx = self.footnotes.index(element.label) + 1
97 items = [self.root_node.footnotes[label] for label in self.footnotes]
101 footnotes = f'<div class="footnotes">\n<ol>\n{children}</ol>\n</div>\n'
102 self.footnotes = []
[all …]
/dports/www/moinmoin/moin-1.9.11/MoinMoin/macro/
H A DFootNote.py25 request.footnotes = {}
40 if not args in request.footnotes:
43 request.footnotes[args] = ([], fwdlink_id, showidx)
44 flist, dummy, showidx = request.footnotes[args]
49 request.footnotes[idx] = args
64 if request.footnotes:
73 fn_txt = request.footnotes[ctr]
74 if not fn_txt in request.footnotes:
76 this_txt_footnotes, fwdlink_id, showidx = request.footnotes[fn_txt]
78 del request.footnotes[fn_txt]
[all …]
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/docsrc/printpr/
H A Dbop-footnotes.sgm1 <RefEntry id="bop-footnotes">
4 <?html-filename bop-footnotes.html>
7 <RefEntryTitle>bop-footnotes</RefEntryTitle>
12 <RefName>bop-footnotes</RefName>
13 <RefPurpose>Make "bottom-of-page" footnotes?</RefPurpose>
18 bop-footnotes
25 If true, footnotes will be done at the bottom of the page instead
28 bottom-of-the-page footnotes. At present, only the TeX backend
36 (define bop-footnotes
37 ;; Make "bottom-of-page" footnotes?
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/Markdown/markdown/extensions/
H A Dfootnotes.pyi22 footnotes: Any
33 footnotes: Any
34 def __init__(self, footnotes) -> None: ...
38 footnotes: Any
39 def __init__(self, pattern, footnotes) -> None: ...
42 footnotes: Any
43 def __init__(self, footnotes) -> None: ...
50 footnotes: Any
51 def __init__(self, footnotes) -> None: ...
54 footnotes: Any
[all …]
/dports/textproc/elixir-earmark/earmark-1.2.5/lib/earmark/
H A Dparser.ex23 { footnotes, blocks } = Enum.split_with(blocks, &footnote_def?/1)
24 { footnotes, undefined_footnotes } =
27 |> get_footnote_numbers(footnotes, options)
28 blocks = create_footnote_blocks(blocks, footnotes)
29 footnotes = map_func.(footnotes, &({&1.id, &1})) |> Enum.into(Map.new)
31 { blocks, footnotes, options1 }
58 def get_footnote_numbers(refs, footnotes, options) do
61 case Enum.find(footnotes, &(&1.id == r)) do
73 defp create_footnote_blocks(blocks, footnotes) do
74 lnb = footnotes
[all …]
/dports/www/dokuwiki/dokuwiki-2020-07-29/lib/tpl/dokuwiki/css/
H A D_footnotes.css2 * This file provides styles for footnotes.
5 /*____________ footnotes inside the text ____________*/
16 /*____________ footnotes at the bottom of the page ____________*/
18 .dokuwiki div.footnotes {
24 .dokuwiki div.footnotes div.fn {
26 .dokuwiki div.footnotes div.fn div.content {
29 .dokuwiki div.footnotes div.fn sup a.fn_bot {
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/docsrc/htmlpr/
H A Dfootnotes-at-end.sgm4 <?html-filename footnotes-at-end.html>
7 <RefEntryTitle>%footnotes-at-end%</RefEntryTitle>
12 <RefName>%footnotes-at-end%</RefName>
13 <RefPurpose>Should footnotes appear at the end of HTML pages?</RefPurpose>
18 %footnotes-at-end%
25 If <literal>#t</literal>, footnotes will be placed at the end of each HTML page
37 (define %footnotes-at-end%
38 ;; Should footnotes appear at the end of HTML pages?
/dports/math/pspp/pspp-1.4.1/src/output/
H A Dpivot-output.c127 struct footnote *f = footnotes[value->footnotes[i]->idx]; in fill_cell()
154 .footnotes = xnmalloc (value->n_footnotes, sizeof *text->footnotes), in pivot_value_to_table_item_text()
161 struct footnote *f = footnotes[value->footnotes[i]->idx]; in pivot_value_to_table_item_text()
163 text->footnotes[text->n_footnotes++] = f; in pivot_value_to_table_item_text()
200 struct footnote **footnotes, in compose_headings() argument
345 const struct pivot_footnote *pf = pt->footnotes[i]; in pivot_table_submit_layer()
354 footnotes[i] = table_create_footnote ( in pivot_table_submit_layer()
407 value, footnotes, in pivot_table_submit_layer()
420 pt->corner_text, footnotes, in pivot_table_submit_layer()
490 struct footnote *f = footnotes[name->footnotes[i]->idx]; in pivot_table_submit_layer()
[all …]
H A Dtable.c112 footnotes = xrealloc (footnotes, new_allocated * sizeof *footnotes); in add_footnotes()
116 footnotes[f->idx] = f; in add_footnotes()
120 return footnotes; in add_footnotes()
140 footnotes = add_footnotes (cell.footnotes, cell.n_footnotes, in table_collect_footnotes()
147 footnotes = add_footnotes (title->footnotes, title->n_footnotes, in table_collect_footnotes()
154 footnotes = add_footnotes (layers->layers[i].footnotes, in table_collect_footnotes()
161 footnotes = add_footnotes (caption->footnotes, caption->n_footnotes, in table_collect_footnotes()
166 if (footnotes[i]) in table_collect_footnotes()
167 footnotes[n_nonnull++] = footnotes[i]; in table_collect_footnotes()
169 *footnotesp = footnotes; in table_collect_footnotes()
[all …]
/dports/textproc/elixir-earmark/earmark-1.2.5/test/regressions/
H A Di119_footnotes_inside_li_test.exs9 test "footnotes in list items do not crash (no footnotes)" do
13 test "footnotes in list items do not crash (footnotes)" do
15 …class="footnote" title="see footnote">1</a>\n</li>\n</ol>\n<div class=\"footnotes\">\n<hr>\n<ol>\n…
19 defp with_fn(md), do: Earmark.as_html(md, %Earmark.Options{footnotes: true})
20 defp without_fn(md), do: Earmark.as_html(md, %Earmark.Options{footnotes: false})
/dports/textproc/elixir-earmark/earmark-1.2.5/test/acceptance/
H A Dfootnotes_test.exs10 …f:1" class="footnote" title="see footnote">1</a> again</p>\n<div class="footnotes">\n<hr>\n<ol>\n<…
13 assert as_html(markdown, footnotes: true) == {:ok, html, messages}
16 test "undefined footnotes" do
21 assert as_html(markdown, footnotes: true) == {:error, html, messages}
24 test "undefined footnotes (none at all)" do
29 assert as_html(markdown, footnotes: true) == {:error, html, messages}
32 test "illdefined footnotes" do
39 assert as_html(markdown, footnotes: true) == {:error, html, messages}
/dports/databases/pgloader3/cl-markdown-20191227-git/dev/
H A Dfootnotes.lisp56 (setf *extensions* (remove 'footnotes *extensions* :key #'first))
57 (push (list 'footnotes t) *extensions*))
62 (let ((footnotes
69 (bind ((id (size footnotes))
79 (insert-item footnotes
88 (let ((footnote (item-at footnotes (first result))))
95 (defun footnotes (phase args result) function
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/league/commonmark/src/Extension/Footnote/Event/
H A DGatherFootnotesListener.php31 $footnotes = [];
46 $footnotes[\intval($ref->getTitle())] = $node;
49 $footnotes[INF] = $node;
68 if (\count($footnotes) === 0) {
74 \ksort($footnotes);
75 foreach ($footnotes as $footnote) {
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/html/
H A Ddbfootn.dsl8 ;; Handle footnotes in body text
49 (let* ((footnotes (select-elements
52 (let loop ((nl footnotes) (num 1))
72 (let loop ((nl footnotes) (num 1))
106 (define (non-table-footnotes footnotenl)
118 (if %footnotes-at-end%
145 (if (node-list-empty? footnotes)
165 (process-node-list footnotes)))))))
198 ;; Handle table footnotes
220 (if (node-list-empty? footnotes)
[all …]
/dports/math/cantor/cantor-21.12.3/thirdparty/discount-2.2.6-patched/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"

12345678910>>...101