Home
last modified time | relevance | path

Searched refs:note (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/plugin/refnotes/
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 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 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 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 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 Dcore.php14 require_once(DOKU_PLUGIN . 'refnotes/note.php');
292 $note = $scope->findNote($namespaceName, $noteName);
294 if (($note == NULL) && array_key_exists($namespaceName, $this->mapping)) {
296 $note = $scope->findNote($namespaceName, $noteName);
299 if ($note == NULL) {
301 $note = $this->createNote($scope, $namespaceName, $noteName);
303 $scope->addNote($note);
306 $note = new refnotes_note_mock();
310 return $note;
343 $note
[all...]
/plugin/ckgedit/ckeditor/plugins/note/dialogs/
H A Dnote.js.unc14 label: editor.lang.note.selectOption,
15note/icons/note_basic.png" alt="'+editor.lang.note.basic +'">', 'basic' ], [ '<img src="' + DOKU_B…
21 id: 'note',
22 label: editor.lang.note.content,
42 // var note = editor.document.createElement( 'note' );
43 // note.setAttribute( 'title', dialog.getValueOf( 'tab-basic', 'note' ) );
45 //get the note type
50 noteTypeValue = '<note>';
52 noteTypeValue = '<note ' + noteTypeValue + '>';
55 //get the note text
[all …]
H A Dnote.js1note.selectOption,items:[['<img src="'+DOKU_BASE+'lib/plugins/ckgedit/ckeditor/plugins/note/icons/…
/plugin/authucenter/lib/uc_client/model/
H A Dnote.php98 $note = $this->_get_note();
99 if(empty($note)) {
104 $this->sendone(UC_APPID, 0, $note);
120 $method = $note['operation'];
122 parse_str($note['getdata'], $note['getdata']);
124 $note['getdata'] = $this->base->dstripslashes($note['getdata']);
126 $note['postdata'] = xml_unserialize($note['postdata']);
127 $response = $uc_note->$method($note['getdata'], $note['postdata']);
131 $url = $this->get_url_code($note['operation'], $note['getdata'], $appid);
132 $note['postdata'] = str_replace(array("\n", "\r"), '', $note['postdata']);
[all …]
/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/abc2/abc-libraries/abc2svg/
H A Dmdnn-1.js9 var s,s2,note,pit,nn,p,a,i,prev_oct=-10
25 note=s.notes[0]
26 p=note.pit
29 if(!note.a_dcn)
30 note.a_dcn=[]
31 note.a_dcn.push('n'+nn)
32 note.pit=23
35 if(nn>prev_oct){if(prev_oct!=-10){if(!note.a_dcn)
36 note.a_dcn=[]
37 note
[all...]
H A Djianpu-1.js47 function set_sym(p_v){var s,s2,note,pit,nn,p,a,m,i,sf=p_v.key.k_sf
70 for(m=0;m<=s.nhd;m++){note=s.notes[m]
71 p=note.pit
73 note.jn=((pit+77)%7)+1
74 note.pit=25
75 note.jo=(pit/7)|0
76 a=note.acc
81 note.acc=abc2svg.jianpu.acc2[nn]}
82 if(note.sls){for(i=0;i<note
[all...]
H A Dgamelan-1.js55 function set_sym(p_v){var s,s2,note,pit,nn,p,a,m,i,sf=p_v.key.k_sf
75 for(m=0;m<=s.nhd;m++){note=s.notes[m]
76 p=note.pit
78 if(note.jn==undefined){note.jn=((pit+77)%7)+1
79 note.jo=(pit/7)|0}
80 note.pit=21
81 a=note.acc
86 note.acc=abc2svg.gamelan.acc2[nn]}
87 if(note
[all...]
/plugin/note/
H A DREADME.md7 When you have it installed, use the following syntax `<note>message</note>`:
9 <note>note</note>
10 ![note](images/doc/note.png)
12 You can use the note keywords `important`, `warning` and `tip` to change the look of note as well
14 <note importan
[all...]
/plugin/bootnote/
H A DREADME.md5 Bootnote is a plugin for [Dokuwiki](https://www.dokuwiki.org). It display some note inside the wiki…
19 * "nothing" : display a simple note with info sign : `<bootnote>...Note...</bootnote>`
20 * Web : display a note with an globe sign : `<bootnote web>...Note...</bootnote>`
21 * Question : display a note with question sign : `<bootnote question>...Note...</bootnote>`
22 * Learn : display note with an education sign : ``<bootnote learn>...Note...</bootnote>``
23 * Warning : display a note with a warning sign : ``<bootnote warning>...Note...</bootnote>``
24 * Critical : display a note with a fire sign ``<bootnote critical>...Note...</bootnote>``
26 **Note :** If you want more type of note, please let me know by opening an issue in this repos.
30 * **bootnote.note**: You can choose to override the plugin [note](https://www.dokuwiki.org/plugin:n…
32 * **bootnote.position**: defines if you want to display your text beside or below the note title.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DNote.php33 public $note; variable in Google\\Service\\AuthorizedBuyersMarketplace\\Note
66 public function setNote($note) argument
68 $this->note = $note;
75 return $this->note;
H A DAddNoteRequest.php28 public function setNote(Note $note) argument
30 $this->note = $note;
37 return $this->note;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2SetDefaultBranchRequest.php33 public $note; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2SetDefaultBranchRequest
66 public function setNote($note) argument
68 $this->note = $note;
75 return $this->note;
H A DGoogleCloudRetailV2GetDefaultBranchResponse.php29 public $note; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2GetDefaultBranchResponse
52 public function setNote($note) argument
54 $this->note = $note;
61 return $this->note;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DNote.php33 public $note; variable in Google\\Service\\AdExchangeBuyerII\\Note
74 public function setNote($note) argument
76 $this->note = $note;
83 return $this->note;
H A DAddNoteRequest.php28 public function setNote(Note $note) argument
30 $this->note = $note;
37 return $this->note;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPlaylistItemContentDetails.php29 public $note; variable in Google\\Service\\YouTube\\PlaylistItemContentDetails
60 public function setNote($note) argument
62 $this->note = $note;
69 return $this->note;
/plugin/wrap/
H A Dstyle.less35 /* general styles for all note divs */
51 /* general styles for all note spans */
92 div.wrap_info { background-image: url(images/note/48/info.png); }
93 span.wrap_info { background-image: url(images/note/16/info.png); }
98 div.wrap_important { background-image: url(images/note/48/important.png); }
99 span.wrap_important { background-image: url(images/note/16/important.png); }
104 div.wrap_alert { background-image: url(images/note/48/alert.png); }
105 span.wrap_alert { background-image: url(images/note/16/alert.png); }
110 div.wrap_tip { background-image: url(images/note/48/tip.png); }
111 span.wrap_tip { background-image: url(images/note/1
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DMarketplaceNote.php25 public $note; variable in Google\\Service\\AdExchangeBuyer\\MarketplaceNote
55 public function setNote($note) argument
57 $this->note = $note;
61 return $this->note;
/plugin/admnote/
H A DREADME.md9 Some note styles had to be renamed to avoid conflicts with existing DokuWiki base styles.
25 …the `<adm></adm>` tag pair to start and end a note. The first parameter of the opening tag chooses…
27 …lable: 'abstract', 'bug', 'danger', 'example', 'failure', 'information', 'note', 'question', 'quot…
39 You can also omit the body of the note completely:
43 ### Default note style
45 The default style is 'note', so `<adm></adm>` is a valid note although it does not make much sense.
51 You can use almost every DokuWiki element inside a note body except headers.

12345678910>>...16