Home
last modified time | relevance | path

Searched refs:footnote (Results 1 – 25 of 67) sorted by relevance

123

/plugin/footnotestyle/
H A Drenderer.php44 $footnote = $this->doc;
50 $i = array_search($footnote, $this->footnotes);
55 $this->footnotes[count($this->footnotes)] = $footnote;
66 $this->footnotes[count($this->footnotes)] = $footnote;
81 foreach ( $this->footnotes as $footnote ) {
85 if (substr($footnote, 0, 5) != "@@FNT") {
116 $this->doc .= $footnote;
/plugin/odt/ODT/
H A DODTFootnote.php51 $footnote = $params->content;
56 $i = array_search($footnote, $params->document->footnotes);
64 $params->document->footnotes[$i] = $footnote;
69 $params->content .= $footnote;
/plugin/refnotes/
H A Dstyle.css33 .sidebar_inside_left div.insitu-footnote,
34 .sidebar_inside_right div.insitu-footnote,
35 .sidebar_outside_left div.insitu-footnote,
36 .sidebar_outside_right div.insitu-footnote {
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/
H A DAnonymousFootnotesListener.php39 // Anonymous footnote needs to create a footnote from its content
43 '#' . $this->config->get('footnote/ref_id_prefix') . $existingReference->getLabel(),
51 $footnote = new Footnote($newReference);
52 $footnote->appendChild($paragraph);
54 $document->appendChild($footnote);
H A DGatherFootnotesListener.php41 // Look for existing reference with footnote label
47 // Footnote call is missing, append footnote at the end
51 $key = '#' . $this->config->get('footnote/footnote_id_prefix') . $node->getReference()->getDestination();
57 // Only add a footnote container if there are any
65 foreach ($footnotes as $footnote) {
66 $container->appendChild($footnote);
79 * Look for all footnote refs pointing to this footnote and create each footnote backrefs.
81 * @param Footnote $node The target footnote
[all...]
/plugin/prosemirror/
H A Dstyle.less15 counter-reset: prosemirror-footnote;
69 .footnote {
71 content: counter(prosemirror-footnote) ')';
72 counter-increment: prosemirror-footnote;
120 .footnote-tooltip {
/plugin/header2/
H A Drenderer.php69 foreach ( $this->footnotes as $footnote ) {
73 if (substr($footnote, 0, 5) != "@@FNT") {
92 $this->doc .= $footnote;
/plugin/header3/
H A Drenderer.php88 foreach ( $this->footnotes as $footnote ) {
92 if (substr($footnote, 0, 5) != "@@FNT") {
111 $this->doc .= $footnote;
/plugin/odt/ODT/styles/
H A DODTPageLayoutStyle.php273 $footnote = '';
297 $footnote .= $items ['odt_property'].'="'.$items ['value'].'" ';
302 if ( !empty($layout) || !empty($bgi) || !empty($columns) || !empty($footnote) ||
316 if ( !empty($footnote) ) {
317 $style .= '<style:footnote-sep '.$footnote."/>\n";
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc3 CKEDITOR.plugins.add( 'footnote',
13 var lang = editor.lang.footnote;
15 lang = CKEDITOR.lang['default']['footnote'];
18 var lang_default = CKEDITOR.lang['default']['footnote'];
37 label: lang.ToolTip, //'Insert a footnote',
41 icon: this.path + 'images/footnote.png'
93 …validate : CKEDITOR.dialog.validate.notEmpty(lang.Validate), //'The footnote text field cannot be…
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc3 CKEDITOR.plugins.add( 'footnote',
13 var lang = editor.lang.footnote;
15 lang = CKEDITOR.lang['default']['footnote'];
18 var lang_default = CKEDITOR.lang['default']['footnote'];
37 label: lang.ToolTip, //'Insert a footnote',
41 icon: this.path + 'images/footnote.png'
93 …validate : CKEDITOR.dialog.validate.notEmpty(lang.Validate), //'The footnote text field cannot be…
/plugin/text/
H A Drenderer.php83 foreach ( $this->footnotes as $footnote ) {
87 if (substr($footnote, 0, 5) != "@@FNT") {
96 $this->doc .= $footnote . DOKU_LF;
253 $footnote = $this->doc;
258 $i = array_search($footnote, $this->footnotes);
263 $this->footnotes[count($this->footnotes)] = $footnote;
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.ckgedit81 CKEDITOR.lang['en']['footnote'] = {
83 …'<ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editi…
84 …'<li>To edit a footnote enter the footnote id into the id box and click the Load button. <br /> Th…
86 …'<li> A footnote id has this form: <b>fckgL_&lt;n&gt;</b>, where n is the number of the note.</li>…
87 ToolTip: 'Insert a footnote',
94 Validate: 'The footnote text field cannot be empty.',
/plugin/ckgedit/ckeditor/lang/
H A Den.js.ckgedit87 CKEDITOR.lang['en']['footnote'] = {
89 …'<ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editi…
90 …'<li>To edit a footnote enter the footnote id into the id box and click the Load button. <br /> Th…
92 …'<li> A footnote id has this form: <b>fckgL_&lt;n&gt;</b>, where n is the number of the note.</li>…
93 ToolTip: 'Insert a footnote',
100 Validate: 'The footnote text field cannot be empty.',
/plugin/fckg/fckeditor/editor/plugins/insertHtmlCode/
H A Dreadme.txt1 The code in this plugin has been adapted for the footnote tool in fckgLite.
/plugin/offline/
H A Drenderer.php114 foreach ( $this->footnotes as $footnote ) {
118 if (substr($footnote, 0, 5) != "@@FNT") {
137 $this->doc .= $footnote;
/plugin/twcheckliste/
H A Drenderer.php.old138 * Throw away footnote
141 // recover footnote into the stack and restore old content
142 $footnote = $this->doc;
/plugin/latexit/tests/my/
H A Dtest2.latex22 xxx\footnote{Poznámka pod čarou}
/plugin/html2pdf/html2pdf/html2ps/
H A Ddefault.css514 reset-counter: footnote;
518 @footnote {
522 content: pending(footnote);
526 content: counter(footnote, super-decimal);
530 content: counter(footnote, super-decimal);
/plugin/ckgdoku/ckeditor/
H A Dconfig.js.unc106 …config.extraPlugins = 'signature,footnote,shortcuts,fontAssist,tags,timestamp,headerbuttons,geshi,…
377 CKEDITOR.lang['default']['footnote'] = {
379 …'<ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editi…
380 …'<li>To edit a footnote enter the footnote id into the id box and click the Load button. <br /> Th…
382 …'<li> A footnote id has this form: <b>fckgL_&lt;n&gt;</b>, where n is the number of the note.</li>…
383 ToolTip: 'Insert a footnote',
390 Validate: 'The footnote text field cannot be empty.',
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js2814 var footnote = head[1];
2816 footnote += "\n"; // Need to append newline before parsing.
2817 footnote = this.runBlockGamut(footnote + "\n");
2818 footnote = footnote.replace(/F\x1Afn:(.*?)\x1A:/g, _appendFootnotes_callback);
2825 if (footnote.match(/<\/p>$/)) {
2826 footnote = footnote.substr(0, footnote.length - 4) + "&#160;" + backlink + "</p>";
2828 footnote += "\n\n<p>" + backlink + "</p>";
2832 text += footnote + "\n";
/plugin/ckgedit/ckeditor/
H A Dconfig.js.unc111 …config.extraPlugins = 'signature,footnote,shortcuts,fontAssist,tags,timestamp,headerbuttons,geshi,…
425 CKEDITOR.lang['default']['footnote'] = {
427 …'<ul style="list-style-type:disc;"><li>To create a footnote enter the footnote text into the editi…
428 …'<li>To edit a footnote enter the footnote id into the id box and click the Load button. <br /> Th…
430 …'<li> A footnote id has this form: <b>fckgL_&lt;n&gt;</b>, where n is the number of the note.</li>…
431 ToolTip: 'Insert a footnote',
438 Validate: 'The footnote text field cannot be empty.',
/plugin/markdownextra/
H A Dmarkdown.php3119 $footnote = reset($this->footnotes_ordered);
3126 $footnote .= "\n"; # Need to append newline before parsing.
3127 $footnote = $this->runBlockGamut("$footnote\n");
3128 $footnote = preg_replace_callback('{F\x1Afn:(.*?)\x1A:}',
3129 array(&$this, '_appendFootnotes_callback'), $footnote);
3140 if (preg_match('{</p>$}', $footnote)) {
3141 $footnote = substr($footnote, 0, -4) . "&#160;$backlink</p>";
3143 $footnote .= "\n\n<p>$backlink</p>";
3147 $text .= $footnote . "\n";
/plugin/dokutexit/conf/
H A Dcommands.tex14 \let\dokufootnote\footnote
/plugin/markdownextra/lib/meltdown/css/
H A Dmeltdown.css44 …wn-icon-code-block:before, .meltdown-icon-return:before, .meltdown-icon-footnote:before, .meltdown…
94 .meltdown-icon-footnote:before {
176 .meltdown_controls li.meltdown_control-footnote span,
195 .meltdown_controls li.meltdown_control-footnote span:before,
257 .meltdown_controls li.meltdown_control-footnote span:before {

123