Home
last modified time | relevance | path

Searched refs:remote_args (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dwebbrowser.py217 remote_args = ['%action', '%s'] variable in UnixBrowser
273 for arg in self.remote_args]
287 remote_args = ['%action', '%s'] variable in Mozilla
298 remote_args = ['-remote', 'openURL(%s%action)'] variable in Netscape
309 remote_args = ['%action', '%s'] variable in Galeon
318 remote_args = ['%action', '%s'] variable in Chrome
330 remote_args = ['%action', '%s'] variable in Opera
340 remote_args = ['-remote', 'openURL(%s%action)'] variable in Elinks
/third_party/node/deps/v8/tools/release/
Dgit_recipes.py110 remote_args = ["--upstream", remote] if remote else []
111 self.Git(MakeArgs(["new-branch", name] + remote_args), **kwargs)