Searched defs:candidates (Results 1 – 5 of 5) sorted by relevance
98 QJsonArray candidates = object.value(QStringLiteral("candidates")).toArray(); in networkReplyFinished() local
290 def which_wild(pathname, path=None, mode=os.F_OK, *, reverse=False, candidates=False): argument
835 QList<QJsonObject> candidates = QGeoServiceProviderPrivate::plugins().values(providerName); in loadMeta() local
674 QList<QPair<int, QUrl> > candidates; in constructIconUrl() local
562 def __init__(self, item, candidates, runtime = False): argument