Home
last modified time | relevance | path

Searched refs:note (Results 26 – 50 of 378) sorted by relevance

12345678910>>...16

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DUpdatePrivateAuctionProposalRequest.php39 public function setNote(MarketplaceNote $note) argument
41 $this->note = $note;
48 return $this->note;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme.js417 drawNote: function(note, offsetY) { argument
418 note.y = offsetY;
419 var actorA = note.hasManyActors() ? note.actor[0] : note.actor;
421 switch (note.placement) {
423 note.x = aX + ACTOR_MARGIN;
426 note.x = aX - ACTOR_MARGIN - note.width;
429 if (note.hasManyActors()) {
430 var bX = getCenterX(note.actor[1]);
433 note.width = (Math.max(aX, bX) + overlap) - note.x;
435 note.x = aX - note.width / 2;
[all …]
H A Dgrammar.jison23 "note" return 'note';
64 : 'note' placement actor message { $$ = new Diagram.Note($3, $2, $4); }
65 | 'note' 'over' actor_pair message { $$ = new Diagram.Note($3, Diagram.PLACEMENT.OVER, $4); }
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DSendRfpRequest.php50 public $note; variable in Google\\Service\\AuthorizedBuyersMarketplace\\SendRfpRequest
175 public function setNote($note) argument
177 $this->note = $note;
184 return $this->note;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DCellData.php44 public $note; variable in Google\\Service\\Sheets\\CellData
155 public function setNote($note) argument
157 $this->note = $note;
164 return $this->note;
/plugin/refnotes/
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 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')
/plugin/aimg/
H A Dscript.js676 while (note && note.nodeType != 1) note = note.nextSibling;
677 if (!note) return;
689 fnActiveNote = note;
730 while (note && note.nodeType != 1) note = note.nextSibling;
731 if (note) fnEditNote(note);
879 note: newNote property in fnAddNote.fnEditingData
889 function fnEditNote(note) argument
894 if (note)
900 note: note property in fnEditNote.fnEditingData
907 note = fnEditingData.note;
[all …]
H A Dstyle.css120 .fn-note {
131 .fn-note span {
137 .fn-note-title {
143 .fn-note-content {
146 .fn-note-author {
/plugin/callflow/
H A Dscript.js22 note: class in style
406 note = "";
410 note+=aCommands[curCommand]+"\n";
413 if(!note)continue;//if there is no text it won't draw anything
417 …if(!style.note.align||style.note.align=="left")t.attr({"x":BB.x,"text-anchor":"start"});//left ali…
422 BB.x-style.note.margin,
423 BB.y-style.note.margin,
424 BB.width+style.note.margin*2,
425 BB.height+style.note.margin*2,
426 style.note.rectradius)
[all …]
/plugin/s5reloaded/ui/thesis/
H A Dwrap.css262 /* general styles for all note divs */
275 /* general styles for all note spans */
290 div.wrap_info { background-image: url(../../../wrap/images/note/48/info.png); }
291 span.wrap_info { background-image: url(../../../wrap/images/note/16/info.png); }
300 div.wrap_alert { background-image: url(../../../wrap/images/note/48/alert.png); }
305 div.wrap_tip { background-image: url(../../../wrap/images/note/48/tip.png); }
306 span.wrap_tip { background-image: url(../../../wrap/images/note/16/tip.png); }
310 div.wrap_help { background-image: url(../../../wrap/images/note/48/help.png); }
311 span.wrap_help { background-image: url(../../../wrap/images/note/16/help.png); }
315 div.wrap_todo { background-image: url(../../../wrap/images/note/48/todo.png); }
[all …]
/plugin/publistf/template/
H A Ddokuwiki_single.tpl2 …lisher@ @publisher@.@;publisher@ @?address@ @address@.@;address@@?note@ (@note@)@;note@@?doi@ [[ht…
H A Ddokuwiki_kmh.tpl4 …lisher@ @publisher@.@;publisher@ @?address@ @address@.@;address@@?note@ (@note@)@;note@@?doi@ [[ht…
/plugin/publistx/template/
H A Ddokuwiki_single.tpl2 …lisher@ @publisher@.@;publisher@ @?address@ @address@.@;address@@?note@ (@note@)@;note@@?doi@ [[ht…
H A Ddokuwiki_kmh.tpl4 …lisher@ @publisher@.@;publisher@ @?address@ @address@.@;address@@?note@ (@note@)@;note@@?doi@ [[ht…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/test/
H A Dgrammar-tests.js43 var note = d.signals[0];
44 equal(note.type, 'Note', 'Correct signal type');
45 equal(note.placement, placement, 'Correct signal placement');
46 equal(note.message, message, 'Correct signal message');
52 equal(note.actor.length, actors.length, 'Correct note actors');
55 equal(note.actor[i].name, actors[i], 'Correct note actor');
60 equal(note.actor.name, actors, 'Correct note actor');
/plugin/odt/ODT/
H A DODTFootnote.php30 $note = new ODTElementNote();
31 $params->document->state->enter($note);
32 $note->setHTMLElement ($element);
/plugin/combo/resources/theme/default/components/css/
H A Dnote.css2 .note-cs p:last-child { margin-bottom: 0; }
3 .note-cs ul:last-child { margin-bottom: 0; }
/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/note/
H A Dplugin.info.txt1 base note
7 url https://www.dokuwiki.org/plugin:note
H A DCHANGES.md20 * allow note nesting
24 * make note types case independent (e.g. ```<tt>important</tt>```, ```<tt>IMPORTANT</tt>``` & ```<tt>Important</tt>``` will all given an "important" note)
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst28 .. note::
61 .. note::
66 .. note::
78 .. note::
/plugin/bootnote/
H A Dsyntax.php61 $note = 'note';
63 $note = 'bootnote';
65 preg_match("/$note (\\w*)/", $match, $lvl);
/plugin/sympaauth/lang/fr/
H A Dlogin.txt3 <note warning>
8 </note>
/plugin/sympaauth/lang/en/
H A Dlogin.txt6 <note warning>
11 </note>

12345678910>>...16