Home
last modified time | relevance | path

Searched refs:note (Results 151 – 175 of 378) sorted by last modified time

12345678910>>...16

/plugin/refnotes/
H A Dnote.php13 private $note; variable in refnotes_note_block_iterator
20 public function __construct($note, $limit) { argument
21 $this->note = new ArrayObject($note);
25 parent::__construct($this->note->getIterator());
74 foreach ($this->note as $note) {
75 if ($note->isValid()) {
224 * Checks if the note should be processed
257 $result .= ':note'
[all...]
H A Dreference.php56 protected $note; variable in refnotes_reference
62 public function __construct($note, $attributes, $data) { argument
67 $this->note = $note;
71 $this->id = $this->note->getScope()->getReferenceId();
86 return $this->note;
112 $result .= $this->note->getScope()->getName();
125 $doc = $this->note->getScope()->getRenderer()->renderReference($mode, $this);
140 public function __construct($note, $attributes, $data, $call) { argument
141 parent::__construct($note,
[all...]
H A Dscope.php62 private $note; variable in refnotes_scope
73 $this->note = array();
123 public function addNote($note) { argument
124 $this->note[] = $note;
131 $block = new refnotes_note_block_iterator($this->note, $limit);
133 foreach ($block as $note) {
134 $note->rewriteReferences();
144 foreach ($this->note as $note) {
[all...]
H A Dstyle.css16 div.dokuwiki div.refnotes div.note.reduced {
20 div.dokuwiki div.refnotes div.note.small {
24 div.dokuwiki div.refnotes div.note.justify {
28 div.dokuwiki div.refnotes div.note.left {
H A Ddatabase.php15 private $note; variable in refnotes_reference_database
61 $note = refnotes_configuration::load('notes');
63 foreach ($note as $name => $data) {
64 $this->note[$name] = new refnotes_reference_database_note('{configuration}', $data);
149 $found = array_key_exists($name, $this->note);
157 $found = array_key_exists($name, $this->note);
161 return $found ? $this->note[$name] : NULL;
171 $this->note = array_merge($this->note, $this->page[$pageId]->getNotes());
189 private $note; variable in refnotes_reference_database_page
[all...]
H A Drendering.php58 abstract public function renderNoteText($note); argument
63 abstract public function renderNote($mode, $note, $reference); argument
79 $this->noteRenderer = $this->createRenderer($this->getStyle('note-render'));
139 public function renderNoteText($note) { argument
140 return $this->noteRenderer->renderNoteText($note);
146 public function renderNote($mode, $note, $reference) { argument
147 return $this->noteRenderer->renderNote($mode, $note, $reference);
276 public function renderNoteText($note) { argument
277 $data = new refnotes_renderer_data($note->getData());
279 $text = $data->get('note
295 renderNote($mode, $note, $reference) global() argument
314 renderNoteXhtml($note, $reference) global() argument
329 renderNoteOdt($note, $reference) global() argument
438 renderBackReferences($note, $reference) global() argument
670 renderNoteId($note) global() argument
951 renderNoteText($note) global() argument
[all...]
H A Dscript.js27 // locate the note span element
28 let note = jQuery('#' + id.replace(/:/g, '\\:') + '\\:text');
29 if (note.length == 0) {
36 .html(note.html().replace(/\bid\s*=\s*".*?"/gi, ''))
108 jQuery('a.refnotes-ref.note-popup').mouseenter(plugin_refnotes.popup.show);
109 jQuery('a.refnotes-ref.note-tooltip')
H A Dadmin.js339 ['note-preview' , 'popup'],
341 ['note-text-align' , 'justify'],
342 ['note-font-size' , 'reduced'],
343 ['note-render' , 'basic'],
344 ['note-id-base' , 'super'],
345 ['note-id-font-weight' , 'normal'],
346 ['note-id-font-style' , 'normal'],
347 ['note-id-format' , 'right-parent'],
352 ['back-ref-format' , 'note-id'],
549 fields.set(new SelectField('note
[all...]
/plugin/refnotes/syntax/
H A Dreferences.php243 private $note; variable in refnotes_note_capture
/plugin/refnotes/conf/
H A Dnamespaces.dat1 a:11:{s:1:":";a:0:{}s:8:":biblio:";a:11:{s:10:"refnote-id";s:4:"name";s:14:"reference-base";s:4:"text";s:16:"reference-format";s:2:"[]";s:12:"multi-ref-id";s:4:"note";s:12:"note-preview";s:7:"tooltip";s:12:"note-id-base";s:4:"text";s:19:"note-id-font-weight";s:6:"normal";s:18:"note-id-font-style";s:6:"normal";s:14:"note-id-format";s:4:"none";s:14:"back-ref-caret";s:6:"prefix";s:15:"back-ref-format";s:1:"a";}s:6:":cite:";a:5:{s:16:"reference-format";s:2:"[]";s:12:"multi-ref-id";s:4:"note";s:12:"note-id-base";s:4:"text";s:14:"note-id-format";s:1:".";s:15:"back-ref-format";s:1:"a";}s:4:":dw:";a:24:{s:10:"refnote-id";s:1:"1";s:14:"reference-base";s:3:"sup";s:21:"reference-font-weight";s:6:"normal";s:20:"reference-font-style";s:6:"normal";s:16:"reference-format";s:1:")";s:15:"reference-group";s:4:"none";s:16:"reference-render";s:5:"basic";s:12:"multi-ref-id";s:3:"ref";s:12:"note
[all...]
/plugin/refnotes/lang/en/
H A D__template.txt3 On this page you can define commonly used notes for [[doku>plugin:refnotes|RefNotes plugin]]. Every note is defined as collection of data //fields//. There are number of ways to organize the note definitions:
6 * Use separate table for each note (//card//). The table should have two columns where the first column is used to specify the field names.
7 * Define notes using [[wp>BibTeX]] syntax. BibTeX entries have to be wrapped into a ''<code>'' section. The key of BibTeX entry serves as name of the note. The namespace can be either specified as part of the key or in a separate comment (see example below) for all entries that follow.
8 * Store one note per page as [[doku>plugin:data|Data plugin]] entry. This way the notes are stored in a database, which allows to make queries against the bibliography data, for example, see all books of a certain author. Unfortunately Data plugin allows only one ''dataentry'' section per page.
73 note-name : :ref:prog:Hunt&Thomas(1999)
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1note:37,placement:38,over:39,actor_pair:40,spaceList:41,",":42,left_of:43,right_of:44,signaltype:4…
28 …,20:"STATE_DESCR",21:"AS",22:"ID",23:"FORK",24:"JOIN",25:"CONCURRENT",26:"note",28:"NOTE_TEXT",32:… class in case.case
H A Dmermaid.min.js.map1note.js","webpack://mermaid/./src/dagre-wrapper/clusters.js","webpack://mermaid/./src/dagre-wrappe…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1 …als like `Hover`, `ParameterInfo` or `CompletionItem`.\r\n *\r\n * Please note that `MarkupKinds` …
H A D46.46.js.map1 …d.kwlist: print(' \"' + k + '\",')` in a Python REPL,\n // though note that the output fro…
H A D47.47.js.map1 …',\n '@keywords',\n '@method',\n '@nord',\n '@note',\n '@refere…
H A Dbundle.js.map1note: ignores next directive\n percentRe = /^%/,\n requoteRe = /[\\\\^$*+?|[\\]().{}]/g;\n\n…
H A Djson.worker.js.map1 …als like `Hover`, `ParameterInfo` or `CompletionItem`.\r\n *\r\n * Please note that `MarkupKinds` …
H A D3.3.js.map1note that `MarkupKinds` must not start with a `$`. This kinds\n * are reserved for internal usage.…
H A D2.2.js.map1note that `MarkupKinds` must not start with a `$`. This kinds\n * are reserved for internal usage.…
H A Dbundle.js1 …aracter:"\\eb24"}),e.noNewline=new e("no-newline",{character:"\\eb25"}),e.note=new e("note",{chara…
81note */"./src/dagre-wrapper/shapes/note.js"),d=n(/*! ../diagrams/class/svgDraw */"./src/diagrams/c…
233note:37,placement:38,over:39,actor_pair:40,spaceList:41,",":42,left_of:43,right_of:44,signaltype:4…
257note:26,notePosition:27,NOTE_TEXT:28,openDirective:29,typeDirective:30,closeDirective:31,":":32,ar…
261 ….attr("y",Object(l.getConfig)().state.padding)}(o,t),"note"===t.type&&m(t.note.text,o),"divider"==…
265note:o}:(h.states[e].doc||(h.states[e].doc=n),h.states[e].type||(h.states[e].type=t)),r&&(i.log.in…
269note){var s={labelStyle:"",shape:"note",labelText:n.note.text,classes:"statediagram-note",style:""…
273 …tate)(n,w,g);if(w.note){var x={descriptions:[],id:w.id+"-note",note:w.note,type:"note"},L=Object(f…
352note="#ffa",this.text="#333",this.critical="#d42",this.done="#bbb",this.arrowheadColor="#333333",t…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dfontawesome.all.min.css5note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-je…
H A Dbundle.js1 …aracter:"\\eb24"}),e.noNewline=new e("no-newline",{character:"\\eb25"}),e.note=new e("note",{chara…
81note */"./src/dagre-wrapper/shapes/note.js"),d=n(/*! ../diagrams/class/svgDraw */"./src/diagrams/c…
233note:37,placement:38,over:39,actor_pair:40,spaceList:41,",":42,left_of:43,right_of:44,signaltype:4…
257note:26,notePosition:27,NOTE_TEXT:28,openDirective:29,typeDirective:30,closeDirective:31,":":32,ar…
261 ….attr("y",Object(l.getConfig)().state.padding)}(o,t),"note"===t.type&&m(t.note.text,o),"divider"==…
265note:o}:(h.states[e].doc||(h.states[e].doc=n),h.states[e].type||(h.states[e].type=t)),r&&(i.log.in…
269note){var s={labelStyle:"",shape:"note",labelText:n.note.text,classes:"statediagram-note",style:""…
273 …tate)(n,w,g);if(w.note){var x={descriptions:[],id:w.id+"-note",note:w.note,type:"note"},L=Object(f…
352note="#ffa",this.text="#333",this.critical="#d42",this.done="#bbb",this.arrowheadColor="#333333",t…
/plugin/fksnewsfeed/
H A Daction.php325 if ($note = $this->getLang($field . '_note')) {
326 $form->addHTML('<small>' . $note . '</small>');
/plugin/publistf/template/
H A Ddokuwiki_kmh.tpl4 …lisher@ @publisher@.@;publisher@ @?address@ @address@.@;address@@?note@ (@note@)@;note@@?doi@ [[ht…

12345678910>>...16