Home
last modified time | relevance | path

Searched full:help_url (Results 1 – 8 of 8) sorted by relevance

/external/oss-fuzz/projects/qt/
Dproject.yaml11 help_url: "https://code.qt.io/cgit/qt/qtbase.git/plain/tests/libfuzzer/README"
/external/oss-fuzz/projects/samba/
Dproject.yaml20 help_url: "https://wiki.samba.org/index.php/Fuzzing"
/external/oss-fuzz/projects/glib/
Dproject.yaml13 help_url: https://gitlab.gnome.org/GNOME/glib/tree/master/fuzzing#how-to-reproduce-oss-fuzz-bugs-lo…
/external/oss-fuzz/projects/skia/
Dproject.yaml19 help_url: "https://skia.org/dev/testing/fuzz"
/external/oss-fuzz/docs/getting-started/
Dnew_project_guide.md86 - [help_url](#help_url) (optional)
181 ### help_url (optional) {#help_url}
187 `help_url` example: [skia](https://github.com/google/oss-fuzz/blob/master/projects/skia/project.yam…
/external/python/cpython3/Lib/idlelib/
Deditor.py67 help_url = None variable in EditorWindow
77 if EditorWindow.help_url is None:
99 EditorWindow.help_url = dochome
102 EditorWindow.help_url = 'file://' + EditorWindow.help_url
104 EditorWindow.help_url = ("https://docs.python.org/%d.%d/"
600 os.startfile(self.help_url)
605 webbrowser.open(self.help_url)
/external/python/cpython2/Lib/idlelib/
DEditorWindow.py129 help_url = None variable in EditorWindow
132 if EditorWindow.help_url is None:
154 EditorWindow.help_url = dochome
157 EditorWindow.help_url = 'file://' + EditorWindow.help_url
159 EditorWindow.help_url = "https://docs.python.org/%d.%d/" % sys.version_info[:2]
557 os.startfile(self.help_url)
562 webbrowser.open(self.help_url)
/external/oss-fuzz/infra/
Dpresubmit.py92 'help_url',