Home
last modified time | relevance | path

Searched refs:note (Results 51 – 75 of 378) sorted by relevance

12345678910>>...16

/plugin/ckgedit/ckeditor/plugins/note/
H A DREADME.md2 Plugin to insert the note plugin source code in dokuwiki using the ckgedit editor (https://github.c…
6 … to your `dokuwiki/lib/plugins/ckgedit/ckeditor/plugins/` folder and rename the folder to **note**.
H A Dplugin.js9 label: editor.lang.note.title,
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js239 note: 15, property in parser.parser.symbols_
1220 drawNote: function(note, offsetY) { argument
1221 note.y = offsetY;
1222 var actorA = note.hasManyActors() ? note.actor[0] : note.actor;
1224 switch (note.placement) {
1226 note.x = aX + ACTOR_MARGIN;
1229 note.x = aX - ACTOR_MARGIN - note.width;
1232 if (note.hasManyActors()) {
1236 note.width = (Math.max(aX, bX) + overlap) - note.x;
1238 note.x = aX - note.width / 2;
[all …]
H A Dsequence-diagram-snap-min.js6note:15,placement:16,actor:17,over:18,actor_pair:19,",":20,left_of:21,right_of:22,signaltype:23,AC… argument
H A Dsequence-diagram.js239 note: 15, property in parser.parser.symbols_
1220 drawNote: function(note, offsetY) { argument
1221 note.y = offsetY;
1222 var actorA = note.hasManyActors() ? note.actor[0] : note.actor;
1224 switch (note.placement) {
1226 note.x = aX + ACTOR_MARGIN;
1229 note.x = aX - ACTOR_MARGIN - note.width;
1232 if (note.hasManyActors()) {
1236 note.width = (Math.max(aX, bX) + overlap) - note.x;
1238 note.x = aX - note.width / 2;
[all …]
H A Dsequence-diagram-raphael.js239 note: 15, property in parser.parser.symbols_
1220 drawNote: function(note, offsetY) { argument
1221 note.y = offsetY;
1222 var actorA = note.hasManyActors() ? note.actor[0] : note.actor;
1224 switch (note.placement) {
1226 note.x = aX + ACTOR_MARGIN;
1229 note.x = aX - ACTOR_MARGIN - note.width;
1232 if (note.hasManyActors()) {
1236 note.width = (Math.max(aX, bX) + overlap) - note.x;
1238 note.x = aX - note.width / 2;
[all …]
H A Dsequence-diagram-min.js6note:15,placement:16,actor:17,over:18,actor_pair:19,",":20,left_of:21,right_of:22,signaltype:23,AC… property in parser.parser.symbols_
H A Dsequence-diagram-raphael-min.js6note:15,placement:16,actor:17,over:18,actor_pair:19,",":20,left_of:21,right_of:22,signaltype:23,AC… argument
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dtemplate_from_string.rst14 .. note::
23 .. note::
H A Ddump.rst15 .. note::
59 .. note::
/plugin/snow/
H A DCONTRIBUTING.md5 Please note that, since this plugin's source code includes a copy of the Snowstorm script by Scott …
8 Also note that in providing a contribution you will provide the author of this plugin free use
/plugin/publish/action/
H A Dbanner.php99 $note = trim($this->getConf('internal note'));
100 if ($note === '') {
107 printf('<span>%s</span>', hsc($note));
/plugin/bez/action/
H A Ddefault.php279 foreach ($this->notifications as $note) {
281 if ($note['header'] === NULL) {
282 echo $note['value'];
284 echo $note['header'].': <strong>'.$note['value'].'</strong>';
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Duse.rst7 .. note::
58 .. note::
64 .. note::
121 .. note::
/plugin/fetchmedia/_test/
H A DfindMediaLinks.test.php61 …res like [[\\\\server\\share\\file.pdf|this]] are recognized, too. Please note that these only mak…
65 …= 'Windows shares like {{wiki:file.pdf|this}} are recognized, too. Please note that these only mak…
/plugin/noiewarning/
H A DChangeLog13 * Added: note support (requires the Note plugin)
31 * Pending: note support, splash support.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst36 .. note::
52 .. note::
71 .. note::
73 You can also install the C extension via PEAR (note that this method is
/plugin/admnote/
H A Dstyle.css17 …--adm-note-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" view…
25 /* Common definitions for all note types */
63 .admonition.note {
66 .note>.admonition-title {
69 .note>.admonition-title::before {
71 -webkit-mask-image: var(--adm-note-pic);
72 mask-image: var(--adm-note-pic);
/plugin/bootnote/
H A Dstyle.css17 div.note {
26 div.note-container {
55 .note>a.urlextern {
H A Dplugin.info.txt6 desc display note inside dokuwiki with bootstrap style
/plugin/authgoogle/google/contrib/
H A DGoogle_CoordinateService.php579 public $note; variable in Google_JobState
618 public function setNote(/* array(Google_string) */ $note) { argument
619 $this->assertIsArray($note, 'Google_string', __METHOD__);
620 $this->note = $note;
623 return $this->note;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dnull.rst10 .. note::
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dabs.rst14 .. note::
/plugin/dokusioc/lib/
H A Dsioc_inc.php190 protected $note = ''; variable in SIOCObject
192 public function addNote($note) argument
194 $this->note = $note;
486 if ($this->note) {
487 $rdf .= " <rdfs:comment>" . $this->note . "</rdfs:comment>\n";
653 if ($this->note) {
654 $rdf .= " <rdfs:comment>" . $this->note . "</rdfs:comment>\n";
/plugin/manlink/
H A Dplugin.info.txt10 note Based on former manlink extension by Julian Fagir

12345678910>>...16