Home
last modified time | relevance | path

Searched refs:QL1S (Results 76 – 100 of 166) sorted by relevance

1234567

/dports/www/falkon/falkon-3.2.0/src/lib/other/
H A Dsiteinfo.cpp66 if (m_view->url().scheme() == QL1S("https")) in SiteInfo()
142 …if (url.scheme() == QL1S("falkon") || url.scheme() == QL1S("view-source") || url.scheme() == QL1S(… in canShowSiteInfo()
194 imageFileName.append(QL1S(".png")); in saveImage()
H A Dprotocolhandlermanager.cpp82 urlString.replace(QL1S("%25s"), QL1S("%s")); in registerHandler()
/dports/net/quiterss/quiterss-0.19.4_1/src/common/
H A Dcommon.h40 #ifndef QL1S
41 #define QL1S(x) QLatin1String(x) macro
/dports/www/falkon/falkon-3.2.0/src/plugins/GreaseMonkey/
H A Dgm_script.cpp221 if (line.startsWith(QL1S("// ==UserScript=="))) { in parseScript()
224 if (line.startsWith(QL1S("// ==/UserScript=="))) { in parseScript()
283 else if (key == QL1S("@icon")) { in parseScript()
286 else if (key == QL1S("@noframes")) { in parseScript()
/dports/www/falkon/falkon-3.2.0/src/lib/webengine/javascript/
H A Dexternaljsobject.cpp66 if (m_page->url().toString() != QL1S("falkon:speeddial")) in speedDial()
79 if (!mApp->restoreManager() || m_page->url().toString() != QL1S("falkon:restore")) in recovery()
/dports/x11-wm/lxqt-session/lxqt-session-1.0.0/lxqt-config-session/
H A Dautostartmodel.cpp99 entry.setValue(QL1S("OnlyShowIn"), QL1S("LXQt;")); in setEntry()
285 return file.value(QL1S("OnlyShowIn")) == QL1S("LXQt;"); in showOnlyInLXQt()
/dports/www/falkon/falkon-3.2.0/src/lib/plugins/qml/api/settings/
H A Dqmlsettings.cpp25 m_settingsPath = DataPaths::currentProfilePath() + QL1S("/extensions"); in QmlSettings()
102 m_settingsPath += QL1C('/') + m_name + QL1S("/settings.ini"); in createSettings()
/dports/www/falkon/falkon-3.2.0/src/plugins/TabManager/
H A Dtabmanagerplugin.cpp58 s_settingsPath = settingsPath + QL1S("/TabManager"); in init()
62 QSettings settings(s_settingsPath + QL1S("/tabmanager.ini"), QSettings::IniFormat); in init()
204 QSettings settings(s_settingsPath + QL1S("/tabmanager.ini"), QSettings::IniFormat); in saveSettings()
/dports/www/falkon/falkon-3.2.0/src/lib/preferences/
H A Duseragentdialog.cpp43 if (QGuiApplication::platformName() == QL1S("xcb")) in UserAgentDialog()
44 os.prepend(QL1S("X11; ")); in UserAgentDialog()
45 else if (QGuiApplication::platformName().startsWith(QL1S("wayland"))) in UserAgentDialog()
46 os.prepend(QL1S("Wayland; ")); in UserAgentDialog()
/dports/www/falkon/falkon-3.2.0/src/lib/app/
H A Dqzcommon.h43 #ifndef QL1S
44 #define QL1S(x) QLatin1String(x) macro
/dports/www/falkon/falkon-3.2.0/src/lib/sidebar/
H A Dsidebar.cpp111 act->setChecked(m_activeBar == QL1S("Bookmarks")); in createMenu()
118 act->setChecked(m_activeBar == QL1S("History")); in createMenu()
164 if (id.isEmpty() || id == QL1S("None")) { in showSideBar()
/dports/www/falkon/falkon-3.2.0/src/lib/bookmarks/bookmarksexport/
H A Dhtmlexporter.cpp31 return BookmarksExporter::tr("HTML File") + QL1S(" (bookmarks.html)"); in name()
37 const QString filter = BookmarksExporter::tr("HTML Bookmarks") + QL1S(" (.html)"); in getPath()
/dports/x11/lxqt-runner/lxqt-runner-1.0.0/
H A Dcommanditemmodel.cpp282 …qDebug() << "Adding external provider:" << settings.value(QL1S("name")) << settings.value(QL1S("ex… in CommandSourceItemModel()
283 … ExternalProvider* externalProvider = new ExternalProvider(settings.value(QL1S("name")).toString(), in CommandSourceItemModel()
284 … settings.value(QL1S("executable")).toString()); in CommandSourceItemModel()
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/services/standard/
H A Drdfparser.cpp81 new_message.m_author = QL1S("");
85 new_message.m_url = QL1S("");
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/dynamic-shortcuts/
H A Ddynamicshortcutswidget.cpp53 …turn QString::localeAwareCompare(lhs->text().replace(QL1S("&"), QString()), rhs->text().replace(QL… in populate()
/dports/www/falkon/falkon-3.2.0/src/lib/navigation/
H A Dlocationbar.cpp198 if (url.scheme().isEmpty() || url.scheme() == QL1S("javascript")) { in convertUrlToText()
204 if (stringUrl == QL1S("falkon:speeddial") || stringUrl == QL1S("about:blank")) { in convertUrlToText()
267 if (t != QL1S("localhost") in loadAction()
283 const bool forceLoad = guessedUrl.scheme() == QL1S("javascript"); in loadAction()
580 if (!text().endsWith(QL1S(".com"))) in keyPressEvent()
581 setText(text().append(QL1S(".com"))); in keyPressEvent()
/dports/www/falkon/falkon-3.2.0/src/lib/webengine/
H A Dwebscrollbarmanager.cpp66 if (mApp->styleName() == QL1S("breeze")) { in paintEvent()
93 m_scrollbarJs = QL1S("(function() {" in WebScrollBarManager()
148 const QString source = QL1S("var out = {" in addWebView()
/dports/sysutils/lxqt-powermanagement/lxqt-powermanagement-1.0.0/src/
H A Dtrayicon.cpp117 static const QString pause_emblem = QL1S( in emblemizedIcon()
165 QProcess::startDetached(QL1S("lxqt-config-powermanagement"), QStringList()); in onConfigureTriggered()
201 …ctivated, [notification] { notification->close(); QProcess::startDetached(QL1S("lxqt-config-powerm… in onDisableIconTriggered()
/dports/www/falkon/falkon-3.2.0/src/lib/opensearch/
H A Dsearchenginesmanager.cpp263 bool isPost = method == QL1S("post"); in addEngineFromForm()
311 …engine.postData.replace((inputName + QL1S("=SEARCH")).toUtf8(), (inputName + QL1S("=%s")).toUtf8()… in addEngineFromForm()
313 engine.url.replace(inputName + QL1S("=SEARCH"), inputName + QL1S("=%s")); in addEngineFromForm()
H A Dopensearchengine.cpp185 …if (!searchUrlTemplate.startsWith(QL1S("http://")) && !searchUrlTemplate.startsWith(QL1S("https://… in setSearchUrlTemplate()
285 …if (!suggestionsUrlTemplate.startsWith(QL1S("http://")) && !suggestionsUrlTemplate.startsWith(QL1S in setSuggestionsUrlTemplate()
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/services/standard/gui/
H A Dformstandardimportexport.cpp167 if (!selected_file.endsWith(QL1S(".opml"))) { in selectExportFile()
168 selected_file += QL1S(".opml"); in selectExportFile()
174 if (!selected_file.endsWith(QL1S(".txt"))) { in selectExportFile()
175 selected_file += QL1S(".txt"); in selectExportFile()
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/network-web/adblock/
H A Dadblockmanager.cpp172 style.replace(QL1S("'"), QL1S("\\'")); in generateJsForElementHiding()
173 style.replace(QL1S("\n"), QL1S("\\n")); in generateJsForElementHiding()
/dports/devel/liblxqt/liblxqt-1.0.0/
H A Dlxqtplugininfo.cpp78 const QString baseName = value(QL1S("X-LXQt-Library"), fi.completeBaseName()).toString(); in loadLibrary()
166 if (i) dbg.nospace() << QL1S(", "); in operator <<()
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/network-web/
H A Ddownloader.cpp208 QString boundary = content_type.mid(content_type.indexOf(QL1S("boundary=")) + 9); in decodeMultipartAnswer()
209 QRegularExpression regex(QL1S("--") + boundary + QL1S("(--)?(\\r\\n)?")); in decodeMultipartAnswer()
224 int start_of_http = http_response_str.indexOf(QL1S("HTTP/1.1")); in decodeMultipartAnswer()
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/services/abstract/
H A Drootitem.cpp17 : QObject(nullptr), m_kind(RootItem::Kind::Root), m_id(NO_PARENT_CATEGORY), m_customId(QL1S("")), in RootItem()
46 QString::number(acc_id) + QL1S("-") + in hashCode()
47 QString::number(int(kind())) + QL1S("-") + in hashCode()
132 tool_tip += QL1S("\n") + m_description; in data()
138 tool_tip += QL1S("\n\n") + extra_tooltip; in data()

1234567