Home
last modified time | relevance | path

Searched refs:Footnote (Results 1 – 25 of 29) sorted by relevance

12

/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/
H A DFootnoteToDokuwikiExtension.php23 use League\CommonMark\Extension\Footnote\Event\AnonymousFootnotesListener;
24 use League\CommonMark\Extension\Footnote\Event\FixOrphanedFootnotesAndRefsListener;
25 use League\CommonMark\Extension\Footnote\Event\GatherFootnotesListener;
26 use League\CommonMark\Extension\Footnote\Event\NumberFootnotesListener;
27 use League\CommonMark\Extension\Footnote\Node\Footnote; alias
28 use League\CommonMark\Extension\Footnote\Node\FootnoteBackref;
29 use League\CommonMark\Extension\Footnote\Node\FootnoteContainer;
30 use League\CommonMark\Extension\Footnote\Node\FootnoteRef;
31 use League\CommonMark\Extension\Footnote\Parser\AnonymousFootnoteRefParser;
32 use League\CommonMark\Extension\Footnote\Parser\FootnoteStartParser;
[all …]
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DFootnoteRenderer.php23 use League\CommonMark\Extension\Footnote\Node\Footnote; alias
33 * @param Footnote $nofr
41 Footnote::assertInstanceOf($node);
H A DFootnoteContainerRenderer.php23 use League\CommonMark\Extension\Footnote\Node\FootnoteContainer;
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DFootnoteRefRenderer.php21 use League\CommonMark\Extension\Footnote\Node\FootnoteRef;
22 use League\CommonMark\Extension\Footnote\Node\Footnote; alias
49 if ($node instanceof Footnote && $title == $node->getReference()->getLabel()) {
H A DFootnoteBackrefRenderer.php21 use League\CommonMark\Extension\Footnote\Node\FootnoteBackref;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DFootnote.php20 class Footnote extends \Google\Collection class
61 class_alias(Footnote::class, 'Google_Service_Docs_Footnote');
DDocument.php32 protected $footnotesType = Footnote::class;
120 * @param Footnote[]
127 * @return Footnote[]
/plugin/footnotestyle/
Dplugin.info.txt6 name Footnote Style Plugin
/plugin/ckgedit/ckeditor/plugins/footnote/
Dplugin.js.unc54 title : lang.Title, //'Footnote Dialog',
91 label : lang.Label_1, //'Footnote Text (required)',
115 html: lang.Label_2, //'Footnote Id: ',
/plugin/ckgdoku/ckeditor/plugins/footnote/
Dplugin.js.unc54 title : lang.Title, //'Footnote Dialog',
91 label : lang.Label_1, //'Footnote Text (required)',
115 html: lang.Label_2, //'Footnote Id: ',
/plugin/fckg/fckeditor/editor/lang/
Dlang-template.txt119 //Footnote Dialog
120 DlgFootnoteTitle : "Footnote Editor",
122 DlgFootnoteId : "Footnote ID ",
/plugin/ckgedit/ckeditor/lang/
Den.js.ckgedit96 Label_1 :'Footnote Text (required)',
97 Label_2: 'Footnote Id: ',
99 Title : 'Footnote Dialog',
Dlang_array.txt729 Label_1: 'Footnote Text (required)',
730 Label_2: 'Footnote Id: ',
732 Title: 'Footnote Dialog',
Den.js-4.9.merged97 Label_1 :'Footnote Text (required)',
98 Label_2: 'Footnote Id: ',
100 Title : 'Footnote Dialog',
Den.js.unc98 Label_1 :'Footnote Text (required)',
99 Label_2: 'Footnote Id: ',
101 Title : 'Footnote Dialog',
Den.4.9.js.beautified832 Label_1: "Footnote Text (required)",
833 Label_2: "Footnote Id: ",
835 Title: "Footnote Dialog",
/plugin/ckgdoku/ckeditor/lang/
Den.js.ckgedit90 Label_1 :'Footnote Text (required)',
91 Label_2: 'Footnote Id: ',
93 Title : 'Footnote Dialog',
Dlang_array.txt729 Label_1: 'Footnote Text (required)',
730 Label_2: 'Footnote Id: ',
732 Title: 'Footnote Dialog',
Den.js.unc96 Label_1 :'Footnote Text (required)',
97 Label_2: 'Footnote Id: ',
99 Title : 'Footnote Dialog',
Den.js.beautified741 Label_1: "Footnote Text (required)",
742 Label_2: "Footnote Id: ",
744 Title: "Footnote Dialog",
/plugin/ckgdoku/ckeditor/
Dconfig.js.unc386 Label_1 :'Footnote Text (required)',
387 Label_2: 'Footnote Id: ',
389 Title : 'Footnote Dialog',
/plugin/ckgedit/ckeditor/
Dconfig.js.unc434 Label_1 :'Footnote Text (required)',
435 Label_2: 'Footnote Id: ',
437 Title : 'Footnote Dialog',
/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts491 class Footnote {
1628 getFootnotes(): Document.Footnote[];
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts491 class Footnote {
1628 getFootnotes(): Document.Footnote[];
/plugin/ckgedit/lang/
Den.4.9.js.beautified832 Label_1: "Footnote Text (required)",
833 Label_2: "Footnote Id: ",
835 Title: "Footnote Dialog",

12