HomeSort by relevance Sort by last modified time
    Searched full:help_url (Results 1 - 6 of 6) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
EditorWindow.py 121 help_url = None variable in class:EditorWindow
124 if EditorWindow.help_url is None:
146 EditorWindow.help_url = dochome
149 EditorWindow.help_url = 'file://' + EditorWindow.help_url
151 EditorWindow.help_url = "http://docs.python.org/%d.%d" % sys.version_info[:2]
550 os.startfile(self.help_url)
555 webbrowser.open(self.help_url)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
EditorWindow.py 121 help_url = None variable in class:EditorWindow
124 if EditorWindow.help_url is None:
146 EditorWindow.help_url = dochome
149 EditorWindow.help_url = 'file://' + EditorWindow.help_url
151 EditorWindow.help_url = "http://docs.python.org/%d.%d" % sys.version_info[:2]
550 os.startfile(self.help_url)
555 webbrowser.open(self.help_url)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 121 help_url = None variable in class:EditorWindow
124 if EditorWindow.help_url is None:
146 EditorWindow.help_url = dochome
149 EditorWindow.help_url = 'file://' + EditorWindow.help_url
151 EditorWindow.help_url = "http://docs.python.org/%d.%d" % sys.version_info[:2]
550 os.startfile(self.help_url)
555 webbrowser.open(self.help_url)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 121 help_url = None variable in class:EditorWindow
124 if EditorWindow.help_url is None:
146 EditorWindow.help_url = dochome
149 EditorWindow.help_url = 'file://' + EditorWindow.help_url
151 EditorWindow.help_url = "http://docs.python.org/%d.%d" % sys.version_info[:2]
550 os.startfile(self.help_url)
555 webbrowser.open(self.help_url)
    [all...]
  /packages/apps/Launcher2/res/values/
strings.xml 157 <string name="help_url" translatable="false"></string>
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]

Completed in 1290 milliseconds