Home
last modified time | relevance | path

Searched defs:runUrl (Results 1 – 7 of 7) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/backgroundparser/tests/
H A Dtest_backgroundparser.cpp354 const auto runUrl = QUrl::fromLocalFile(QStringLiteral("/lockInRun.txt")); in testNoDeadlockInJobCreation() local
412 const auto runUrl = QUrl::fromLocalFile(QStringLiteral("/file.txt")); in testSuspendResume() local
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/wai-handler-launch-3.0.3.1/Network/Wai/Handler/
H A DLaunch.hs190 runUrl = runUrlPort 4587 function
/dports/www/R-cran-shiny/shiny/R/
H A Drun-url.R32 runUrl <- function(url, filetype = NULL, subdir = NULL, destdir = NULL, ...) { function
/dports/devel/kf5-kio/kio-5.89.0/src/widgets/
H A Dkrun.cpp160 bool KRun::runUrl(const QUrl &url, in runUrl() function in KRun
179 bool KRun::runUrl(const QUrl &u, const QString &_mimetype, QWidget *window, RunFlags flags, const Q… in runUrl() function in KRun
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/
H A DTextTool.cpp2934 void TextTool::runUrl(KoPointerEvent *event, QString &url) function in TextTool
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/
H A DTextTool.cpp2908 void TextTool::runUrl(KoPointerEvent *event, QString &url) in runUrl() function in TextTool
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkio.py6388 …def runUrl(self, url, mimetype, window, tempFile = False, runExecutables = True, suggestedFileName… member in KRun