Lines Matching refs:True
72 def open(url, new=0, autoraise=True):
88 return True
149 def open(self, url, new=0, autoraise=True):
173 def open(self, url, new=0, autoraise=True):
181 p = subprocess.Popen(cmdline, close_fds=True)
191 def open(self, url, new=0, autoraise=True):
199 p = subprocess.Popen(cmdline, close_fds=True,
200 start_new_session=True)
211 redirect_stdout = True
238 p = subprocess.Popen(cmdline, close_fds=True, stdin=inout,
240 stderr=inout, start_new_session=True)
249 return True
252 return True
258 def open(self, url, new=0, autoraise=True):
276 success = self._invoke(args, True, autoraise, url)
282 return True
292 background = True
303 background = True
313 background = True
323 background = True
335 background = True
359 def open(self, url, new=0, autoraise=True):
371 close_fds=True, stdin=devnull,
379 return True
383 close_fds=True, stdin=devnull,
385 start_new_session=True)
392 return True
396 close_fds=True, stdin=devnull,
398 start_new_session=True)
443 def open(self, url, new=0, autoraise=True):
593 cmd = _synthesize(cmdline, preferred=True)
595 register(cmdline, None, GenericBrowser(cmdline), preferred=True)
606 def open(self, url, new=0, autoraise=True):
615 return True
638 def open(self, url, new=0, autoraise=True):
690 def open(self, url, new=0, autoraise=True):