Home
last modified time | relevance | path

Searched refs:notes (Results 1 – 25 of 173) sorted by relevance

1234567

/plugin/abc2/abc-libraries/abc2svg/
Dcombine-1.js22 if(s.combine<=1&&s.notes[0].pit<=s2.notes[nhd2].pit+1)
26 s2.notes[m].s=s
27 Array.prototype.push.apply(s.notes,s2.notes);s.nhd=nhd=s.notes.length-1;s.notes.sort(abc2svg.pitcmp) argument
28 if(s.combine>=3){for(m=nhd;m>0;m--){if(s.notes[m].pit==s.notes[m-1].pit&&s.notes[m].acc==s.notes[m-…
29 s.notes.splice(m,1)}
30 s.nhd=nhd=s.notes.length-1}
31 s.ymx=3*(s.notes[nhd].pit-18)+4;s.ymn=3*(s.notes[0].pit-18)-4;type=s.notes[0].tie_ty
33 s.notes[0].tie_ty=C.SL_BELOW|(type&C.SL_DOTTED);type=s.notes[nhd].tie_ty
35 s.notes[nhd].tie_ty=C.SL_ABOVE|(type&C.SL_DOTTED)}
94 if(s&&s.notes&&curvoice.combine!=undefined)
Dambitus-1.js11 if(s.notes[s.nhd].pit>max)
12 max=s.notes[s.nhd].pit
13 if(s.notes[0].pit<min)
14 min=s.notes[0].pit}
17 s=p_v.clef;s.stem=1;s.head=C.FULL;s.stemless=true;s.nhd=1;s.notes=[{dur:C.BLEN/4,pit:min,shhd:0},{d…
19 if(s.notes[1].pit-s.notes[0].pit>4){this.xypath(s.x,3*(s.notes[1].pit-18)+staff_tb[s.st].y);this.ou…
20 ((s.notes[1].pit-s.notes[0].pit)*3).toFixed(1)+'" stroke-width=".6"/>\n')}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
DCreateContainerVersionRequestVersionOptions.php29 public $notes; variable in Google\\Service\\TagManager\\CreateContainerVersionRequestVersionOptions
48 public function setNotes($notes) argument
50 $this->notes = $notes;
57 return $this->notes;
DFolder.php45 public $notes; variable in Google\\Service\\TagManager\\Folder
132 public function setNotes($notes) argument
134 $this->notes = $notes;
141 return $this->notes;
DContainer.php46 public $notes; variable in Google\\Service\\TagManager\\Container
137 public function setNotes($notes) argument
139 $this->notes = $notes;
146 return $this->notes;
DClient.php46 public $notes; variable in Google\\Service\\TagManager\\Client
147 public function setNotes($notes) argument
149 $this->notes = $notes;
156 return $this->notes;
DZone.php46 public $notes; variable in Google\\Service\\TagManager\\Zone
155 public function setNotes($notes) argument
157 $this->notes = $notes;
164 return $this->notes;
DVariable.php52 public $notes; variable in Google\\Service\\TagManager\\Variable
189 public function setNotes($notes) argument
191 $this->notes = $notes;
198 return $this->notes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DBatchCreateNotesRequest.php28 public function setNotes($notes) argument
30 $this->notes = $notes;
37 return $this->notes;
DBatchCreateNotesResponse.php29 public function setNotes($notes) argument
31 $this->notes = $notes;
38 return $this->notes;
DListNotesResponse.php47 public function setNotes($notes) argument
49 $this->notes = $notes;
56 return $this->notes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
DAddOrderNotesResponse.php29 public function setNotes($notes) argument
31 $this->notes = $notes;
38 return $this->notes;
DGetOrderNotesResponse.php29 public function setNotes($notes) argument
31 $this->notes = $notes;
38 return $this->notes;
DAddOrderNotesRequest.php29 public function setNotes($notes) argument
31 $this->notes = $notes;
38 return $this->notes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
DListNotesResponse.php47 public function setNotes($notes) argument
49 $this->notes = $notes;
56 return $this->notes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3TestCase.php40 public $notes; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3TestCase
109 public function setNotes($notes) argument
111 $this->notes = $notes;
118 return $this->notes;
DGoogleCloudDialogflowCxV3beta1TestCase.php40 public $notes; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1TestCase
109 public function setNotes($notes) argument
111 $this->notes = $notes;
118 return $this->notes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
DConferenceData.php36 public $notes; variable in Google\\Service\\Calendar\\ConferenceData
103 public function setNotes($notes) argument
105 $this->notes = $notes;
112 return $this->notes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
DPollingLocation.php38 public $notes; variable in Google\\Service\\CivicInfo\\PollingLocation
115 public function setNotes($notes) argument
117 $this->notes = $notes;
124 return $this->notes;
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Node/
DTransTest.php91 $notes = new Twig_Node_Text('Notes for translators', 0);
92 $node = new Twig_Extensions_Node_Trans($body, null, null, $notes, 0);
96 $notes = new Twig_Node_Text("Notes for translators\nand line breaks", 0);
97 $node = new Twig_Extensions_Node_Trans($body, null, null, $notes, 0);
107 $notes = new Twig_Node_Text('Notes for translators', 0);
108 $node = new Twig_Extensions_Node_Trans($body, $plural, $count, $notes, 0);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Tasks/
DTask.php56 public $notes; variable in Google\\Service\\Tasks\\Task
197 public function setNotes($notes) argument
199 $this->notes = $notes;
206 return $this->notes;
/plugin/refnotes/
Dadmin.js674 let notes = (function () { function
677 let notes = new NameMap(new EmptyNote());
678 let current = notes.get('');
854 let name = validateName(jQuery('#name-notes').val(), 'note', notes);
856 notes.set(name, new Note(name));
869 let newName = validateName(jQuery('#name-notes').val(), 'note', notes);
874 notes.delete(oldName);
875 notes.set(newName, current);
888 notes.delete(current.getName());
903 notes.clear();
[all …]
/plugin/ckgdoku/ckeditor/plugins/footnote/
Dplugin.js1notes=new Array();oDokuWiki_FCKEditorInstance.oinsertHtmlCodeObj.count=0}b.ui.addButton("Footnotes…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DOrder.php66 public $notes; variable in Google\\Service\\Dfareporting\\Order
257 public function setNotes($notes) argument
259 $this->notes = $notes;
266 return $this->notes;
/plugin/ckgedit/ckeditor/plugins/footnote/
Dplugin.js1notes=new Array();oDokuWiki_FCKEditorInstance.oinsertHtmlCodeObj.count=0}b.ui.addButton("Footnotes…

1234567