Helpviewer/WebPlugins/ClickToFlash/ClickToFlash.py

changeset 2954
bf0215fe12d1
parent 2403
e3d7a861547c
child 3002
6ffc581f00f1
equal deleted inserted replaced
2953:703452a2876f 2954:bf0215fe12d1
300 Class method to check, if the given parameter combination is being accepted. 300 Class method to check, if the given parameter combination is being accepted.
301 301
302 @param url URL to be checked for (QUrl) 302 @param url URL to be checked for (QUrl)
303 @param argumentNames argument names to be checked for (list of strings) 303 @param argumentNames argument names to be checked for (list of strings)
304 @param argumentValues argument values to be checked for (list of strings) 304 @param argumentValues argument values to be checked for (list of strings)
305 @return flag indicating that this was already accepted (boolean)
305 """ 306 """
306 return url == cls._acceptedUrl and \ 307 return url == cls._acceptedUrl and \
307 argumentNames == cls._acceptedArgNames and \ 308 argumentNames == cls._acceptedArgNames and \
308 argumentValues == cls._acceptedArgValues 309 argumentValues == cls._acceptedArgValues

eric ide

mercurial