Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/samba/
Dproject.yaml18 help_url: "https://wiki.samba.org/index.php/Fuzzing"
/external/oss-fuzz/projects/glib/
Dproject.yaml12 help_url: https://gitlab.gnome.org/GNOME/glib/tree/master/fuzzing#how-to-reproduce-oss-fuzz-bugs-lo…
/external/oss-fuzz/projects/skia/
Dproject.yaml20 help_url: "https://skia.org/dev/testing/fuzz"
/external/oss-fuzz/docs/getting-started/
Dnew_project_guide.md85 - [help_url](#help_url) (optional)
172 ### help_url (optional) {#help_url}
178 `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
76 if EditorWindow.help_url is None:
98 EditorWindow.help_url = dochome
101 EditorWindow.help_url = 'file://' + EditorWindow.help_url
103 EditorWindow.help_url = ("https://docs.python.org/%d.%d/"
597 os.startfile(self.help_url)
602 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.py90 'help_url',