Home
last modified time | relevance | path

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

12345678910>>...17

/plugin/refnotes/
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) {
145 $minReferenceId[] = $note->getMinReferenceId();
148 array_multisort($minReferenceId, $this->note);
[all …]
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, $attributes, $data);
163 $include = $this->note->getScope()->getRenderer()->getReferenceSharedDataSet();
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()) {
294 $note = refnotes_reference_database::getInstance()->findNote($name);
296 if ($note != NULL) {
297 $this->attributes = $note->getAttributes();
298 $this->data = $note->getData();
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
199 $this->note = array();
[all …]
Dcore.php292 $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 = $this->getNote($attributes['ns'], $attributes['name']);
344 $reference = new refnotes_renderer_reference($note, $attributes, $data);
[all …]
Drendering.php58 abstract public function renderNoteText($note); argument
63 abstract public function renderNote($mode, $note, $reference); argument
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());
295 public function renderNote($mode, $note, $reference) { argument
300 $doc = $this->renderNoteXhtml($note, $reference);
[all …]
/plugin/ckgedit/ckeditor/plugins/note/dialogs/
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,
33 this.getContentElement( 'tab-basic', 'note').disable();
34 this.setValueOf( 'tab-basic', 'note',text);
42 // var note = editor.document.createElement( 'note' );
43 // note.setAttribute( 'title', dialog.getValueOf( 'tab-basic', 'note' ) );
45 //get the note type
50 noteTypeValue = '<note>';
[all …]
Dnote.js1note.selectOption,items:[['<img src="'+DOKU_BASE+'lib/plugins/ckgedit/ckeditor/plugins/note/icons/…
/plugin/authucenter/lib/uc_client/model/
Dnote.php98 $note = $this->_get_note();
99 if(empty($note)) {
104 $this->sendone(UC_APPID, 0, $note);
109 function sendone($appid, $noteid = 0, $note = '') { argument
114 $note = $this->_get_note_by_id($noteid);
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']);
[all …]
/plugin/refnotes/conf/
Dnamespaces.dat1note";s:12:"note-preview";s:7:"tooltip";s:12:"note-id-base";s:4:"text";s:19:"note-id-font-weight";…
/plugin/abc2/abc-libraries/abc2svg/
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.a_dcn.push('q')}
[all …]
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.sls.length;i++)
83 note.sls[i].ty=C.SL_ABOVE}
[all …]
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.tie_ty){do_tie(s)
88 delete note.tie_ty}}
[all …]
/plugin/note/
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 important>important</note>
15 ![note](images/doc/note_important.png)
17 <note tip>tip</note>
18 ![note](images/doc/note_tip.png)
20 <note warning>warning</note>
21 ![note](images/doc/note_warning.png)
[all …]
/plugin/bootnote/
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/
DNote.php33 public $note; variable in Google\\Service\\AuthorizedBuyersMarketplace\\Note
66 public function setNote($note) argument
68 $this->note = $note;
75 return $this->note;
DAddNoteRequest.php28 public function setNote(Note $note) argument
30 $this->note = $note;
37 return $this->note;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
DGoogleCloudRetailV2GetDefaultBranchResponse.php29 public $note; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2GetDefaultBranchResponse
52 public function setNote($note) argument
54 $this->note = $note;
61 return $this->note;
DGoogleCloudRetailV2SetDefaultBranchRequest.php33 public $note; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2SetDefaultBranchRequest
66 public function setNote($note) argument
68 $this->note = $note;
75 return $this->note;
/plugin/wrap/
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/16/tip.png); }
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
DNote.php33 public $note; variable in Google\\Service\\AdExchangeBuyerII\\Note
74 public function setNote($note) argument
76 $this->note = $note;
83 return $this->note;
DAddNoteRequest.php28 public function setNote(Note $note) argument
30 $this->note = $note;
37 return $this->note;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
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/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
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/
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>>...17