Home
last modified time | relevance | path

Searched refs:note_content (Results 1 – 24 of 24) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/build/
H A Dextract_partition.py93 note_content = f.read()
108 descsz, = struct.Struct('<4xL').unpack_from(note_content)
109 prefix = note_content[:-descsz]
110 build_id = note_content[-descsz:]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/linux/
H A Delf_core_dump.cc170 MemoryRange note_content; in GetFirstNote() local
173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()
176 return Note(note_content); in GetFirstNote()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/common/linux/
H A Delf_core_dump.cc170 MemoryRange note_content; in GetFirstNote() local
173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()
176 return Note(note_content); in GetFirstNote()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Delf_core_dump.cc170 MemoryRange note_content; in GetFirstNote() local
173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()
176 return Note(note_content); in GetFirstNote()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Delf_core_dump.cc170 MemoryRange note_content; in GetFirstNote() local
173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()
176 return Note(note_content); in GetFirstNote()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Delf_core_dump.cc170 MemoryRange note_content; in GetFirstNote() local
173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()
176 return Note(note_content); in GetFirstNote()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/linux/
H A Delf_core_dump.cc170 MemoryRange note_content; in GetFirstNote() local
173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()
176 return Note(note_content); in GetFirstNote()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Delf_core_dump.cc170 MemoryRange note_content; in GetFirstNote() local
173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()
176 return Note(note_content); in GetFirstNote()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Delf_core_dump.cc170 MemoryRange note_content; in GetFirstNote() local
173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()
176 return Note(note_content); in GetFirstNote()
/dports/net/liblinphone/linphone-3.12.0/java/impl/org/linphone/core/
H A DPresenceModelImpl.java121 private native int addNote(long nativePtr, String note_content, String lang); in addNote() argument
123 public int addNote(String note_content, String lang) { in addNote() argument
124 return addNote(mNativePtr, note_content, lang); in addNote()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/linux/
H A Delf_core_dump.cc170 MemoryRange note_content; in GetFirstNote() local
173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()
176 return Note(note_content); in GetFirstNote()
/dports/www/otter-browser/otter-browser-1.0.03/3rdparty/breakpad/src/common/linux/
H A Delf_core_dump.cc170 MemoryRange note_content; in GetFirstNote() local
173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()
176 return Note(note_content); in GetFirstNote()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/import_export/project/
H A Dtree_restorer_spec.rb77 note_content = 'Quo reprehenderit aliquam qui dicta impedit cupiditate eligendi'
78 …y(description: 'Aliquam enim illo et possimus.').notes.find { |n| n.note.match(/#{note_content}/) }
80 expect(issue_note.note_html).to match(/#{note_content}/)
86 note_content = 'Sit voluptatibus eveniet architecto quidem'
87 merge_request_note = match_mr1_note(note_content)
89 expect(merge_request_note.note_html).to match(/#{note_content}/)
554 note_content = 'created merge request !1 to address this issue'
555 note = project.issues.first.notes.find { |n| n.note.match(/#{note_content}/)}
/dports/net/liblinphone/linphone-3.12.0/java/common/org/linphone/core/
H A DPresenceModel.java113 int addNote(String note_content, String lang); in addNote() argument
/dports/net/liblinphone/linphone-3.12.0/tester/
H A Dpresence_tester.c418 const char *note_content = NULL; in presence_information() local
463 note_content = linphone_presence_note_get_content(note); in presence_information()
464 BC_ASSERT_PTR_NOT_NULL(note_content); in presence_information()
465 if (note_content != NULL) { in presence_information()
466 BC_ASSERT_STRING_EQUAL(note_content, vacation_note); in presence_information()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/frontend/design_management/components/design_notes/__snapshots__/
H A Ddesign_note_spec.js.snap73 data-qa-selector="note_content"
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/shared/notes/
H A D_note.html.haml54 .note-text.md{ data: { qa_selector: 'note_content' } }
/dports/net/liblinphone/linphone-3.12.0/include/linphone/
H A Dpresence.h189 …one_presence_model_add_note(LinphonePresenceModel *model, const char *note_content, const char *la…
/dports/textproc/refdb/refdb-0.9.9-1/scripts/
H A Dempty.2.dump.sqlite3.in8 …ote_content_xmllang TEXT,note_user_id BIGINT,note_date DATE,note_share SMALLINT,note_content TEXT);
H A Dempty.2.dump.mysql41.in116 `note_content` blob,
H A Dempty.2.dump.pgsql.in107 note_content text,
359 COPY t_note (note_id, note_key, note_title, note_content, note_content_type, note_content_xmllang, …
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/design_management/components/design_notes/
H A Ddesign_note.vue137 data-qa-selector="note_content"
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dpresence.c538 …one_presence_model_add_note(LinphonePresenceModel *model, const char *note_content, const char *la… in linphone_presence_model_add_note() argument
542 if ((model == NULL) || (note_content == NULL)) in linphone_presence_model_add_note()
557 note = linphone_presence_note_new(note_content, lang); in linphone_presence_model_add_note()
559 linphone_presence_note_set_content(note, note_content); in linphone_presence_model_add_note()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/library/catalogs/
H A Depub_mobi_builder.py2675 note_content=note_content,
2780 note_content = ''
2783 note_content = book['notes']['content']
2834 if note_content == '':