Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dwebbrowser.py212 # In remote_args, %s will be replaced with the requested URL. %action will
217 # strings in the transformed remote_args list will be removed.
218 remote_args = ['%action', '%s'] variable in UnixBrowser
274 for arg in self.remote_args]
288 remote_args = ['%action', '%s'] variable in Mozilla
299 remote_args = ['-remote', 'openURL(%s%action)'] variable in Netscape
310 remote_args = ['%action', '%s'] variable in Galeon
319 remote_args = ['%action', '%s'] variable in Chrome
331 remote_args = ['%action', '%s'] variable in Opera
341 remote_args variable in Elinks
[all...]
/third_party/node/deps/v8/tools/release/
H A Dgit_recipes.py110 remote_args = ["--upstream", remote] if remote else []
111 self.Git(MakeArgs(["new-branch", name] + remote_args), **kwargs)

Completed in 2 milliseconds