Home
last modified time | relevance | path

Searched refs:note_id (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/security/py-python-gvm/python-gvm-21.10.0/tests/protocols/gmpv208/entities/notes/
H A Dtest_modify_note.py28 self.gmp.modify_note(note_id='n1', text='foo')
36 self.gmp.modify_note(note_id=None, text='foo')
39 self.gmp.modify_note(note_id='', text='foo')
46 self.gmp.modify_note(note_id='n1', text='')
49 self.gmp.modify_note(note_id='n1', text=None)
55 self.gmp.modify_note(note_id='n1', text='foo', days_active=0)
64 self.gmp.modify_note(note_id='n1', text='foo', days_active=-1)
83 self.gmp.modify_note(note_id='n1', text='foo', port='123')
92 self.gmp.modify_note(note_id='n1', text='foo', port=123)
131 self.gmp.modify_note(note_id='n1', text='foo', task_id='r1')
[all …]
/dports/security/py-python-gvm/python-gvm-21.10.0/tests/protocols/gmpv214/entities/notes/
H A Dtest_modify_note.py28 self.gmp.modify_note(note_id='n1', text='foo')
36 self.gmp.modify_note(note_id=None, text='foo')
39 self.gmp.modify_note(note_id='', text='foo')
46 self.gmp.modify_note(note_id='n1', text='')
49 self.gmp.modify_note(note_id='n1', text=None)
55 self.gmp.modify_note(note_id='n1', text='foo', days_active=0)
64 self.gmp.modify_note(note_id='n1', text='foo', days_active=-1)
83 self.gmp.modify_note(note_id='n1', text='foo', port='123')
92 self.gmp.modify_note(note_id='n1', text='foo', port=123)
131 self.gmp.modify_note(note_id='n1', text='foo', task_id='r1')
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/mailers/emails/
H A Dnotes.rb5 def note_commit_email(recipient_id, note_id, reason = nil) argument
6 setup_note_mail(note_id, recipient_id)
13 def note_issue_email(recipient_id, note_id, reason = nil) argument
14 setup_note_mail(note_id, recipient_id)
22 setup_note_mail(note_id, recipient_id)
29 def note_snippet_email(recipient_id, note_id, reason = nil) argument
30 setup_note_mail(note_id, recipient_id)
43 def note_design_email(recipient_id, note_id, reason = nil) argument
44 setup_note_mail(note_id, recipient_id)
74 def setup_note_mail(note_id, recipient_id) argument
[all …]
/dports/deskutils/gnote/gnote-41.1/src/plugins/notedirectorywatcher/
H A Dnotedirectorywatcherapplicationaddin.cpp104 Glib::ustring note_id = get_id(file->get_path()); in handle_file_system_change_event() local
112 auto record = m_file_change_records.find(note_id); in handle_file_system_change_event()
114 m_file_change_records[note_id] = NoteFileChangeRecord(); in handle_file_system_change_event()
115 record = m_file_change_records.find(note_id); in handle_file_system_change_event()
187 for(auto note_id : keysToRemove) { in handle_timeout() local
188 m_file_change_records.erase(note_id); in handle_timeout()
198 void NoteDirectoryWatcherApplicationAddin::delete_note(const Glib::ustring & note_id) in delete_note() argument
202 Glib::ustring note_uri = make_uri(note_id); in delete_note()
236 Glib::ustring note_uri = make_uri(note_id); in add_or_update_note()
259 note = note_manager().create_with_guid(title, note_id); in add_or_update_note()
[all …]
H A Dnotedirectorywatcherapplicationaddin.hpp68 static Glib::ustring make_uri(const Glib::ustring & note_id);
76 void delete_note(const Glib::ustring & note_id);
77 void add_or_update_note(const Glib::ustring & note_id);
/dports/security/py-python-gvm/python-gvm-21.10.0/gvm/protocols/gmpv208/entities/
H A Dnotes.py104 def clone_note(self, note_id: str) -> Any:
113 if not note_id:
119 cmd.add_element("copy", note_id)
131 if not note_id:
137 cmd.set_attribute("note_id", note_id)
173 def get_note(self, note_id: str) -> Any:
182 if not note_id:
188 cmd.set_attribute("note_id", note_id)
196 note_id: str,
224 if not note_id:
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/helpers/
H A Dnotes_helpers.rb16 def update_note(noteable, note_id) argument
17 note = noteable.notes.find(note_id)
37 def resolve_note(noteable, note_id, resolved) argument
38 note = noteable.notes.find(note_id)
54 def delete_note(noteable, note_id) argument
55 note = noteable.notes.find(note_id)
66 def get_note(noteable, note_id) argument
67 note = noteable.notes.with_metadata.find(note_id)
/dports/www/flickcurl/flickcurl-1.26/src/
H A Dphotos-notes-api.c138 flickcurl_photos_notes_delete(flickcurl* fc, const char* note_id) in flickcurl_photos_notes_delete() argument
145 if(!note_id) in flickcurl_photos_notes_delete()
148 flickcurl_add_param(fc, "note_id", note_id); in flickcurl_photos_notes_delete()
188 const char* note_id, in flickcurl_photos_notes_edit() argument
201 if(!note_id || !note_text) in flickcurl_photos_notes_edit()
204 flickcurl_add_param(fc, "note_id", note_id); in flickcurl_photos_notes_edit()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/github_import/representation/
H A Ddiff_note_spec.rb63 expect(note.note_id).to eq(note_id)
148 'note_id' => note.note_id + 1,
149 'in_reply_to_id' => note.note_id
159 'note_id' => note.note_id + 2,
177 note_id: 1
263 id: note_id,
288 'note_id' => note_id,
/dports/audio/carla/Carla-2.4.1/source/includes/travesty/
H A Devents.h33 int32_t note_id; member
40 int32_t note_id; member
54 int32_t note_id; member
81 int32_t note_id; member
86 int32_t note_id; member
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/distrho/src/travesty/
H A Devents.h38 int32_t note_id; member
47 int32_t note_id; member
63 int32_t note_id; member
93 int32_t note_id; member
98 int32_t note_id; member
/dports/devel/py-pygit2/pygit2-1.7.1/src/
H A Dnote.c164 git_oid note_id, annotated_id; in NoteIter_iternext() local
166 err = git_note_next(&note_id, &annotated_id, self->iter); in NoteIter_iternext()
170 return (PyObject*) wrap_note(self->repo, &note_id, &annotated_id, self->ref); in NoteIter_iternext()
216 wrap_note(Repository* repo, git_oid* note_id, git_oid* annotated_id, const char* ref) in wrap_note() argument
235 if (note_id != NULL) { in wrap_note()
236 py_note->id = git_oid_to_python(note_id); in wrap_note()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/notes/inc/
H A Dclass.sonotes.inc.php118 function read_single_note($note_id) argument
120 … $this->db->query('SELECT * FROM phpgw_notes WHERE note_id=' . intval($note_id),__LINE__,__FILE__);
160 function delete_note($note_id) argument
162 $note_id = (int) $note_id;
163 $this->db->query('DELETE FROM phpgw_notes WHERE note_id=' . intval($note_id),__LINE__,__FILE__);
H A Dclass.uinotes.inc.php292 $note_id = get_var('note_id',array('GET','POST'));
312 $note['id'] = $note_id;
322 $note = $this->bo->read($note_id);
325 …']->link('/index.php','menuaction=notes.uinotes.edit&cat_id=' . $cat_id . '&note_id=' . $note_id));
334 …on="' . $GLOBALS['phpgw']->link('/index.php','menuaction=notes.uinotes.delete&note_id=' . $note_id)
350 $note_id = get_var('note_id',array('GET','POST'));
354 $this->bo->delete($note_id);
363 …_url',$GLOBALS['phpgw']->link('/index.php','menuaction=notes.uinotes.delete&note_id=' . $note_id));
374 $note_id = get_var('note_id',array('GET'));
384 $note = $this->bo->read($note_id);
H A Dclass.bonotes.inc.php259 function read($note_id) argument
261 $note = $this->so->read_single_note($note_id);
280 $note_id = $note['id'];
286 $note_id = $this->so->add_note($note);
288 return $note_id;
/dports/deskutils/horde-mnemo/mnemo-4.2.14/note/
H A Dpdf.php25 $note_id = $note['memo_id']; variable
30 $note_id = Horde_Util::getFormData('note'); variable
32 if (!isset($note_id) || !$notelist_id) {
37 $note = Mnemo::getMemo($notelist_id, $note_id, $passphrase);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/workers/
H A Dnew_note_worker.rb17 def perform(note_id, _params = {}) argument
18 if note = Note.find_by_id(note_id)
22 Gitlab::AppLogger.error("NewNoteWorker: couldn't find note with ID=#{note_id}, skipping job")
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/api/
H A Dnotes.md118 GET /projects/:id/issues/:issue_iid/notes/:note_id
160 PUT /projects/:id/issues/:issue_iid/notes/:note_id
191 | `note_id` | integer | yes | The ID of a note |
317 | `note_id` | integer | yes | The ID of a note |
442 | `note_id` | integer | yes | The ID of a note |
475 GET /groups/:id/epics/:epic_id/notes/:note_id
484 | `note_id` | integer | yes | The ID of a note |
536 PUT /groups/:id/epics/:epic_id/notes/:note_id
545 | `note_id` | integer | yes | The ID of a note |
557 DELETE /groups/:id/epics/:epic_id/notes/:note_id
[all …]
/dports/www/pear-Horde_Service_Facebook/Horde_Service_Facebook-2.0.10/lib/Horde/Service/Facebook/
H A DNotes.php43 * @param integer $note_id ID of the note you wish to delete
47 public function delete($note_id) argument
57 $note_id,
/dports/www/phpgroupware/phpgroupware-0.9.16.017/etemplate/doc/et_notes/inc/
H A Dclass.so.inc.php102 function read_single($note_id) argument
104 $this->db->query("select * from phpgw_et_notes where note_id='$note_id'",__LINE__,__FILE__);
137 function delete($note_id) argument
139 …$this->db->query('DELETE FROM phpgw_et_notes WHERE note_id=' . intval($note_id),__LINE__,__FILE__);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/github_import/representation/
H A Dnote.rb45 note_id: note.id
78 note_id: note_id,
H A Ddiff_note.rb44 note_id: note.id,
124 note_id: note_id,
164 Gitlab::Cache::Import::Caching.write(discussion_id_cache_key(note_id), discussion_id)
/dports/devel/py-pygit2/pygit2-1.7.1/test/
H A Dtest_note.py44 note_id = barerepo.create_note(NOTE[1], author, committer, annotated_id)
45 assert NOTE[0] == note_id.hex
48 assert NOTE[1].encode() == barerepo[note_id].data
/dports/science/gramps/gramps-5.1.4/gramps/plugins/webreport/
H A Dhome.py89 note_id = report.options['homenote']
91 if note_id:
92 note = self.r_db.get_note_from_gramps_id(note_id)
H A Dintroduction.py89 note_id = report.options['intronote']
91 if note_id:
92 note = self.r_db.get_note_from_gramps_id(note_id)

1234567891011