Home
last modified time | relevance | path

Searched refs:delnote (Results 1 – 4 of 4) sorted by relevance

/dports/irc/znc/znc-1.8.2/modules/data/notes/tmpl/
H A Dindex.tmpl41 …<td><a href="<? VAR URIPrefix TOP ?><? VAR ModPath TOP ?>delnote?key=<? VAR Key ESC=URL,HTML ?>"><…
/dports/audio/musescore/MuseScore-3.6.1/importexport/guitarpro/
H A Dimportgtp-gp5.cpp329 std::vector<Note*> delnote; in readBeat() local
350 delnote.push_back(note); in readBeat()
366 if (delnote.size()) { in readBeat()
368 for (auto n : delnote) { in readBeat()
379 delnote.clear(); in readBeat()
/dports/irc/srvx/srvx-1.3.1/src/
H A Dchanserv.help260 "$uSee Also:$u delnote, note types");
263 "$uSee Also:$u note, delnote");
H A Dchanserv.c7283 DEFINE_COMMAND(delnote, 2, MODCMD_REQUIRE_CHANUSER, NULL); in init_chanserv()