Home
last modified time | relevance | path

Searched refs:footnote_list (Results 1 – 17 of 17) sorted by relevance

/dports/textproc/discount/discount-2.2.7/
H A Dmarkdown.h115 struct footnote_list { struct
132 struct footnote_list *footnotes; argument
/dports/math/cantor/cantor-21.12.3/thirdparty/discount-2.2.6-patched/
H A Dmarkdown.h115 struct footnote_list { struct
132 struct footnote_list *footnotes; argument
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/antiword/
H A Dword2text.c773 eListID = footnote_list; in bWordDecryptor()
782 case footnote_list: in bWordDecryptor()
817 case footnote_list: in bWordDecryptor()
1439 usChar = usNextChar(pFile, footnote_list, in szFootnoteDecryptor()
1497 usChar = usNextChar(pFile, footnote_list, in szFootnoteDecryptor()
H A Dblocklist.c570 case footnote_list: in usGetNextChar()
677 footnote_list, NULL, &ulCharPosCurr, NULL); in usToFootnotePosition()
693 text_list, footnote_list, hdrftr_list, in ulCharPos2FileOffsetX()
H A Dwordtypes.h176 footnote_list, enumerator
/dports/textproc/antiword/antiword-0.37/
H A Dword2text.c767 eListID = footnote_list; in bWordDecryptor()
776 case footnote_list: in bWordDecryptor()
811 case footnote_list: in bWordDecryptor()
1433 usChar = usNextChar(pFile, footnote_list, in szFootnoteDecryptor()
1491 usChar = usNextChar(pFile, footnote_list, in szFootnoteDecryptor()
H A Dblocklist.c570 case footnote_list: in usGetNextChar()
677 footnote_list, NULL, &ulCharPosCurr, NULL); in usToFootnotePosition()
693 text_list, footnote_list, hdrftr_list, in ulCharPos2FileOffsetX()
H A Dwordtypes.h176 footnote_list, enumerator
/dports/cad/librepcb/librepcb-0.1.6/libs/hoedown/src/
H A Ddocument.c56 struct footnote_list { struct
125 struct footnote_list footnotes_found;
126 struct footnote_list footnotes_used;
247 create_footnote_ref(struct footnote_list *list, const uint8_t *name, size_t name_size) in create_footnote_ref()
257 add_footnote_ref(struct footnote_list *list, struct footnote_ref *ref) in add_footnote_ref()
276 find_footnote_ref(struct footnote_list *list, uint8_t *name, size_t length) in find_footnote_ref()
300 free_footnote_list(struct footnote_list *list, int free_refs) in free_footnote_list()
2053 parse_footnote_list(hoedown_buffer *ob, hoedown_document *doc, struct footnote_list *footnotes) in parse_footnote_list()
2532 is_footnote(const uint8_t *data, size_t beg, size_t end, size_t *last, struct footnote_list *list) in is_footnote()
/dports/games/multimc/MultiMC5-0.6.11/libraries/hoedown/src/
H A Ddocument.c56 struct footnote_list { struct
122 struct footnote_list footnotes_found;
123 struct footnote_list footnotes_used;
244 create_footnote_ref(struct footnote_list *list, const uint8_t *name, size_t name_size) in create_footnote_ref()
254 add_footnote_ref(struct footnote_list *list, struct footnote_ref *ref) in add_footnote_ref()
273 find_footnote_ref(struct footnote_list *list, uint8_t *name, size_t length) in find_footnote_ref()
297 free_footnote_list(struct footnote_list *list, int free_refs) in free_footnote_list()
2009 parse_footnote_list(hoedown_buffer *ob, hoedown_document *doc, struct footnote_list *footnotes) in parse_footnote_list()
2480 is_footnote(const uint8_t *data, size_t beg, size_t end, size_t *last, struct footnote_list *list) in is_footnote()
/dports/textproc/py-misaka/misaka-2.1.1/misaka/hoedown/
H A Ddocument.c56 struct footnote_list { struct
125 struct footnote_list footnotes_found;
126 struct footnote_list footnotes_used;
247 create_footnote_ref(struct footnote_list *list, const uint8_t *name, size_t name_size) in create_footnote_ref()
257 add_footnote_ref(struct footnote_list *list, struct footnote_ref *ref) in add_footnote_ref()
276 find_footnote_ref(struct footnote_list *list, uint8_t *name, size_t length) in find_footnote_ref()
300 free_footnote_list(struct footnote_list *list, int free_refs) in free_footnote_list()
2053 parse_footnote_list(hoedown_buffer *ob, hoedown_document *doc, struct footnote_list *footnotes) in parse_footnote_list()
2532 is_footnote(const uint8_t *data, size_t beg, size_t end, size_t *last, struct footnote_list *list) in is_footnote()
/dports/editors/marker/Marker-2020.04.04.2/src/scidown/src/
H A Ddocument.c60 struct footnote_list { struct
141 struct footnote_list footnotes_found;
142 struct footnote_list footnotes_used;
312 create_footnote_ref(struct footnote_list *list, const uint8_t *name, size_t name_size) in create_footnote_ref()
321 add_footnote_ref(struct footnote_list *list, struct footnote_ref *ref) in add_footnote_ref()
340 find_footnote_ref(struct footnote_list *list, uint8_t *name, size_t length) in find_footnote_ref()
364 free_footnote_list(struct footnote_list *list, int free_refs) in free_footnote_list()
2351 parse_footnote_list(hoedown_buffer *ob, hoedown_document *doc, struct footnote_list *footnotes) in parse_footnote_list()
3033 void load_notes(const uint8_t * text, size_t size, char* base_folder, struct footnote_list *list);
3037 …uint8_t *data, size_t beg, size_t end, size_t *last, char* base_folder, struct footnote_list *list) in is_footnote()
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py2only/docutils/writers/odf_odt/
H A D__init__.py857 self.footnote_list = []
1393 for node, el1 in self.footnote_list:
1922 self.footnote_list.append((node, el1))
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/writers/odf_odt/
H A D__init__.py859 self.footnote_list = []
1395 for node, el1 in self.footnote_list:
1924 self.footnote_list.append((node, el1))
/dports/textproc/py-docutils/docutils-0.17.1/build/lib/docutils/writers/odf_odt/
H A D__init__.py940 self.footnote_list = []
1500 for node, el1 in self.footnote_list:
2032 self.footnote_list.append((node, el1))
/dports/textproc/py-docutils/docutils-0.17.1/docutils/writers/odf_odt/
H A D__init__.py940 self.footnote_list = []
1500 for node, el1 in self.footnote_list:
2032 self.footnote_list.append((node, el1))
/dports/textproc/py-docutils/stage/usr/local/lib/python3.8/site-packages/docutils/writers/odf_odt/
H A D__init__.py940 self.footnote_list = []
1500 for node, el1 in self.footnote_list:
2032 self.footnote_list.append((node, el1))