Home
last modified time | relevance | path

Searched refs:noteid (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/moodle310/moodle/notes/
H A Dedit.php22 $noteid = optional_param('id', 0, PARAM_INT); variable
26 if ($noteid) {
28 $url->param('id', $noteid);
29 if (!$note = note_load($noteid)) {
80 if ($noteid) {
91 if ($noteid) {
H A Ddelete.php21 $noteid = required_param('id', PARAM_INT); variable
23 $PAGE->set_url('/notes/delete.php', array('id' => $noteid));
25 if (!$note = note_load($noteid)) {
58 $optionsyes = array('id' => $noteid, 'sesskey' => sesskey());
H A Dlib.php86 * @param int $noteid ID of the note to retrieve
89 function note_load($noteid) { argument
93 return $DB->get_record('post', array('id' => $noteid, 'module' => 'notes'), $fields);
167 $noteid = $note;
169 $noteid = $note->id;
172 $note = $DB->get_record('post', array('id' => $noteid), '*', MUST_EXIST);
H A Dexternallib.php237 foreach ($params['notes'] as $noteid) {
238 $note = note_load($noteid);
246 …$warnings[] = array('item'=>'note', 'itemid'=>$noteid, 'warningcode'=>'badid', 'message'=>'Note do…
299 foreach ($params['notes'] as $noteid) {
302 $note = note_load($noteid);
321 'itemid' => $noteid,
/dports/www/moodle311/moodle/notes/
H A Dedit.php22 $noteid = optional_param('id', 0, PARAM_INT); variable
26 if ($noteid) {
28 $url->param('id', $noteid);
29 if (!$note = note_load($noteid)) {
80 if ($noteid) {
91 if ($noteid) {
H A Ddelete.php21 $noteid = required_param('id', PARAM_INT); variable
23 $PAGE->set_url('/notes/delete.php', array('id' => $noteid));
25 if (!$note = note_load($noteid)) {
58 $optionsyes = array('id' => $noteid, 'sesskey' => sesskey());
H A Dlib.php86 * @param int $noteid ID of the note to retrieve
89 function note_load($noteid) { argument
93 return $DB->get_record('post', array('id' => $noteid, 'module' => 'notes'), $fields);
167 $noteid = $note;
169 $noteid = $note->id;
172 $note = $DB->get_record('post', array('id' => $noteid), '*', MUST_EXIST);
H A Dexternallib.php237 foreach ($params['notes'] as $noteid) {
238 $note = note_load($noteid);
246 …$warnings[] = array('item'=>'note', 'itemid'=>$noteid, 'warningcode'=>'badid', 'message'=>'Note do…
299 foreach ($params['notes'] as $noteid) {
302 $note = note_load($noteid);
321 'itemid' => $noteid,
/dports/www/moodle39/moodle/notes/
H A Dedit.php22 $noteid = optional_param('id', 0, PARAM_INT); variable
26 if ($noteid) {
28 $url->param('id', $noteid);
29 if (!$note = note_load($noteid)) {
80 if ($noteid) {
91 if ($noteid) {
H A Ddelete.php21 $noteid = required_param('id', PARAM_INT); variable
23 $PAGE->set_url('/notes/delete.php', array('id' => $noteid));
25 if (!$note = note_load($noteid)) {
58 $optionsyes = array('id' => $noteid, 'sesskey' => sesskey());
H A Dlib.php86 * @param int $noteid ID of the note to retrieve
89 function note_load($noteid) { argument
93 return $DB->get_record('post', array('id' => $noteid, 'module' => 'notes'), $fields);
167 $noteid = $note;
169 $noteid = $note->id;
172 $note = $DB->get_record('post', array('id' => $noteid), '*', MUST_EXIST);
H A Dexternallib.php237 foreach ($params['notes'] as $noteid) {
238 $note = note_load($noteid);
246 …$warnings[] = array('item'=>'note', 'itemid'=>$noteid, 'warningcode'=>'badid', 'message'=>'Note do…
299 foreach ($params['notes'] as $noteid) {
302 $note = note_load($noteid);
321 'itemid' => $noteid,
/dports/finance/weberp/webERP/sql/mysql/
H A Dupgrade3.09-3.10.sql77 `noteid` tinyint(4) NOT NULL auto_increment,
83 PRIMARY KEY (`noteid`)
87 `noteid` tinyint(4) NOT NULL auto_increment,
93 PRIMARY KEY (`noteid`)
/dports/net/drawterm/drawterm/kern/
H A Dpgrp.c12 pgrpnote(ulong noteid, char *a, long n, int flag) in pgrpnote() argument
27 if(up != p && p->noteid == noteid && p->kp == 0) { in pgrpnote()
29 if(p->pid == 0 || p->noteid != noteid){ in pgrpnote()
/dports/devel/cdash/CDash-2-2-3/sql/mysql/
H A Dcdash-upgrade-1.0-1.2.sql17 `noteid` bigint(20) NOT NULL,
19 KEY `buildid` (`buildid`,`noteid`)
/dports/devel/cdash/CDash-2-2-3/
H A DviewNotes.php103 $noteid = $build2note_array["noteid"]; variable
104 $note_array = pdo_fetch_array(pdo_query("SELECT * FROM note WHERE id='$noteid'"));
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/inc/
H A Dinterfacelib.php937 private $noteid = ''; variable in pageInfo
946 $this->noteid = $id;
974 $this->noteid = substr(md5(basename($include, '.php')), 0, 15);
975 $this->page = $this->noteid;
1012 if ($this->ajaxed || ($this->addhide && !empty($_SESSION['suppressinfo'][$this->noteid]))) {
1018 …on']) && $_GET['action'] == 'hidenote' && isset($_GET['note']) && $_GET['note'] == $this->noteid) {
1023 $_SESSION['suppressinfo'][$this->noteid] = 'hide';
1027 $html = '<div class="note '.$this->noteid.'">';
1033 .$this->noteid
/dports/audio/guidoar/guidoar-cf5681a/src/parser/
H A Dguido.y112 %type <str> notename noteid tagname id
220 note : noteid octave duration dots { debug("new note v1"); $$ = gReader->newNote(*$1, 0, $2, $3…
221 …| noteid accidentals octave duration dots { debug("new note v2"); $$ = gReader->newNote(*$1, $2, $…
224 noteid : notename { vdebug("notename", *$1); $$ = $1; }
/dports/audio/musescore/MuseScore-3.6.1/audio/midi/fluid/
H A Dfluid.cpp101 noteid = 0; in init()
184 … if (v->isPlaying() && (v->chan == ch) && (v->key == key) && (v->get_id() != noteid)) in play()
187 err = !cp->preset()->noteon(this, noteid++, ch, key, vel, event.tuning()); in play()
520 this_voice_prio -= (noteid - v->get_id()); in free_voice_by_kill()
/dports/finance/weberp/webERP/
H A DSelectCustomer.php780 noteid,
812 …<td><a href="AddCustomerNotes.php?Id=' . $myrow['noteid'] . '&amp;DebtorNo=' . $myrow['debtorno'] …
813 …<td><a href="AddCustomerNotes.php?Id=' . $myrow['noteid'] . '&amp;DebtorNo=' . $myrow['debtorno'] …
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/wildmidi/
H A Dwildmidi_lib.cpp94 unsigned short noteid; member
1427 if ((nte->noteid >> 8) == ch) { in AdjustChannelVolumes()
1512 int ch = nte->noteid >> 8; in get_inc()
1519 note_f = (nte->noteid & 0x7f) * 100; in get_inc()
1609 nte->noteid = (ch << 8) | note; in do_note_on()
1724 if ((note_data->noteid >> 8) == ch) { in do_control_channel_hold()
1825 if ((note_data->noteid >> 8) == ch) { in do_control_channel_sound_off()
1860 if ((note_data->noteid >> 8) == ch) { in do_control_channel_notes_off()
1903 if ((note_data->noteid >> 8) == ch) { in do_channel_pressure()
1933 if ((note_data->noteid >> 8) == ch) { in do_pitch()
/dports/games/zdoom/zdoom-2.8.1/src/wildmidi/
H A Dwildmidi_lib.cpp115 unsigned short noteid; member
1478 if ((nte->noteid >> 8) == ch) { in _WM_AdjustChannelVolumes()
1562 int ch = nte->noteid >> 8; in get_inc()
1569 note_f = (nte->noteid & 0x7f) * 100; in get_inc()
1658 nte->noteid = (ch << 8) | note; in do_note_on()
1773 if ((note_data->noteid >> 8) == ch) { in do_control_channel_hold()
1874 if ((note_data->noteid >> 8) == ch) { in do_control_channel_sound_off()
1910 if ((note_data->noteid >> 8) == ch) { in do_control_channel_notes_off()
1951 if ((note_data->noteid >> 8) == ch) { in do_channel_pressure()
1980 if ((note_data->noteid >> 8) == ch) { in do_pitch()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/fluidsynth/src/
H A Dfluid_synth.h117 …unsigned int noteid; /** the id is incremented for every new note. it's used for no… member
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/src/
H A Dfluid_synth.h117 …unsigned int noteid; /** the id is incremented for every new note. it's used for no… member
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/synth/
H A Dfluid_synth.h155 …unsigned int noteid; /**< the id is incremented for every new note. it's used for no… member

12