Home
last modified time | relevance | path

Searched refs:footnotes (Results 51 – 75 of 3160) sorted by relevance

12345678910>>...127

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Docs/
H A DDocument.php102 public function setFootnotes($footnotes) argument
104 $this->footnotes = $footnotes;
111 return $this->footnotes;
/dports/editors/abiword/abiword-3.0.5/plugins/epub/exp/xp/
H A Die_exp_EPUB_EPUB3Writer.cpp89 const std::vector<UT_UTF8String> &footnotes) in insertFootnotes() argument
91 if (footnotes.size() == 0) return; in insertFootnotes()
95 for (size_t i = 0; i < footnotes.size(); i++) { in insertFootnotes()
101 m_pTagWriter->writeData(footnotes.at(i).utf8_str()); in insertFootnotes()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Docs/
H A DDocument.php102 public function setFootnotes($footnotes) argument
104 $this->footnotes = $footnotes;
111 return $this->footnotes;
/dports/multimedia/tvheadend/tvheadend-4.2.8/support/doc/
H A Dmistune.py484 self.footnotes = {}
501 self.footnotes = footnotes or {}
561 if key not in self.footnotes:
563 if self.footnotes[key]:
881 def footnotes(self, text): member in Renderer
917 self.footnotes = []
941 self.inline.footnotes = {}
943 if not self.footnotes:
946 footnotes = filter(lambda o: keys.get(o['key']), self.footnotes)
947 self.footnotes = sorted(
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/commonmark-extensions-0.2.0.4/
H A DREADME.md17 - [`footnotes`] (footnotes)
38 [`footnotes`]: test/footnotes.md
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/commonmark-extensions-0.2.0.4/
H A DREADME.md17 - [`footnotes`] (footnotes)
38 [`footnotes`]: test/footnotes.md
/dports/www/emacs-w3m/emacs-w3m-3925d1c/shimbun/
H A Dsb-tdiary.el140 footnotes)
153 (setq footnotes (cons (format "<a href=\"%s#%s\">%s</a> %s<br>\n"
156 footnotes)))
157 (when footnotes
160 (mapc 'insert (nreverse footnotes)))
/dports/textproc/py-markdown/Markdown-3.3.4/docs/extensions/
H A Dfootnotes.md9 The Footnotes extension adds syntax for defining footnotes in Markdown
19 implementation of footnotes. The only differences involve a few subtleties in
22 [PHP Markdown Extra]: http://michelf.com/projects/php-markdown/extra/#footnotes
66 See [Extensions](index.md) for general extension usage. Use `footnotes` as the
75 A text string used to mark the position where the footnotes are rendered.
100 markdown.markdown(some_text, extensions=['footnotes'])
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/commonmark-extensions-0.2.1.2/
H A DREADME.md17 - [`footnotes`] (footnotes)
40 [`footnotes`]: test/footnotes.md
/dports/math/py-plastex/plasTeX-2.1/plasTeX/Renderers/ManPage/
H A D__init__.py41 self.footnotes = []
217 mark = '[%s]' % (len(self.footnotes)+1)
218 self.footnotes.append(str(node))
226 return '[%s]' % (len(self.footnotes)+1)
343 footnotes = ''
344 if self.footnotes:
346 for i, item in enumerate(self.footnotes):
351 footnotes = '\n'.join(output)
352 return '%s%s' % (content, footnotes)
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Report/
H A DReportTcpdf.php66 $this->footnotes();
75 $this->footnotes();
92 $this->footnotes();
104 public function footnotes() function in Fisharebest\\Webtrees\\Report\\ReportTcpdf
126 $this->footnotes();
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/docsrc/printpr/
H A Dfootnote-ulinks.sgm13 <RefPurpose>Generate footnotes for ULinks?</RefPurpose>
28 both ulinks and footnotes.</para>
36 ;; Generate footnotes for ULinks?
/dports/textproc/py-mistune/mistune-0.8.4/
H A Dmistune.py538 self.footnotes = {}
560 self.footnotes = footnotes or {}
632 if key not in self.footnotes:
634 if self.footnotes[key]:
952 def footnotes(self, text): member in Renderer
987 self.footnotes = []
1014 self.inline.footnotes = {}
1016 if not self.footnotes:
1019 footnotes = filter(lambda o: keys.get(o['key']), self.footnotes)
1020 self.footnotes = sorted(
[all …]
/dports/textproc/p5-podlators/podlators-4.14/
H A DTODO63 * Introduce a new interior sequence for footnotes. There has been
65 to use a new formatting code for footnotes, probably N<>, and just
67 allow multi-paragraph footnotes, however, so a second proposal is to
69 matches an =item tag in a new =begin footnotes section processed by
70 translators that know how to do footnotes. (The translator should
71 probably number the footnotes and insert some sort of numerical marker
74 with footnotes to parse the entire document, extract the footnote
75 section, and then stick the footnotes back into the main text at the
79 It's possible to do footnotes directly in *roff (it's section T4 of the
/dports/net/wireshark-lite/wireshark-3.6.1/tools/
H A Dhtml2text.py60 self.footnotes = []
158 self.footnotes.append(self.href)
159 self.text_block += '[{0}]'.format(len(self.footnotes))
173 if len(self.footnotes) > 0:
180 for href in self.footnotes:
/dports/net/wireshark/wireshark-3.6.1/tools/
H A Dhtml2text.py60 self.footnotes = []
158 self.footnotes.append(self.href)
159 self.text_block += '[{0}]'.format(len(self.footnotes))
173 if len(self.footnotes) > 0:
180 for href in self.footnotes:
/dports/net/tshark-lite/wireshark-3.6.1/tools/
H A Dhtml2text.py60 self.footnotes = []
158 self.footnotes.append(self.href)
159 self.text_block += '[{0}]'.format(len(self.footnotes))
173 if len(self.footnotes) > 0:
180 for href in self.footnotes:
/dports/net/tshark/wireshark-3.6.1/tools/
H A Dhtml2text.py60 self.footnotes = []
158 self.footnotes.append(self.href)
159 self.text_block += '[{0}]'.format(len(self.footnotes))
173 if len(self.footnotes) > 0:
180 for href in self.footnotes:
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/ASDocGen/source/WinTabs/
H A D_footnotes1 <section label="footnotes" id="footnotes">
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/ASDocGen/source/Base/
H A D_footnotes1 <section label="footnotes" id="footnotes">
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/ASDocGen/source/PagerDecorations/
H A D_footnotes1 <section label="footnotes" id="footnotes">
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/ASDocGen/source/Placement/
H A D_footnotes1 <section label="footnotes" id="footnotes">
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/ASDocGen/source/
H A D_footnotes1 <section label="footnotes" id="footnotes">
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/ASDocGen/source/TbarLayout/
H A D_footnotes1 <section label="footnotes" id="footnotes">
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/ASDocGen/source/WinList/
H A D_footnotes1 <section label="footnotes" id="footnotes">

12345678910>>...127