Home | History | Annotate | Download | only in python2.7

Lines Matching full:remote

159        and without remote functionality."""
205 """Parent class for all Unix browsers with remote functionality."""
215 def _invoke(self, args, remote, autoraise):
217 if remote and self.raise_opts:
218 # use autoraise argument only for remote invocation
225 if remote or self.background:
239 if remote:
241 # remote invocation has (hopefully) started a new instance.
249 # if remote call failed, open() will try direct invocation
277 # remote invocation failed, try straight way
288 remote_args = ['-remote', 'openURL(%s%action)']
323 remote_args = ['-remote', 'openURL(%s%action)']
333 remote_args = ['-remote', 'openURL(%s%action)']
348 for more information on the Konqueror remote-control interface.
403 # Grail remote control protocol doesn't really allow that at this