Home
last modified time | relevance | path

Searched refs:findScript (Results 1 – 25 of 47) sorted by relevance

12

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/scripting/
H A Dscreenedge_test.cpp138 auto s = Scripting::self()->findScript(scriptToLoad); in testEdge()
187 auto s = Scripting::self()->findScript(scriptToLoad); in testTouchEdge()
221 auto s = Scripting::self()->findScript(scriptToLoad); in testEdgeUnregister()
269 auto s = Scripting::self()->findScript(scriptToLoad); in testDeclarativeTouchEdge()
/dports/www/falkon/falkon-3.2.0/src/lib/plugins/qml/api/userscript/
H A Dqmluserscripts.cpp66 QObject *QmlUserScripts::findScript(const QString &name) const in findScript() function in QmlUserScripts
68 QWebEngineScript webEngineScript = mApp->webProfile()->scripts()->findScript(name); in findScript()
H A Dqmluserscripts.h54 Q_INVOKABLE QObject *findScript(const QString &name) const;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DScriptAndLanguage.cpp63 LEReferenceTo<ScriptTable> ScriptListTable::findScript(const LETableReference &base, LETag scriptTa… in findScript() function in ScriptListTable
122 const LEReferenceTo<ScriptTable> scriptTable = findScript(base, scriptTag, success); in findLanguage()
H A DGlyphLookupTables.cpp44 …return (scriptListOffset != 0) && scriptListTable->findScript(scriptListTable, scriptTag, success)… in coversScript()
H A DScriptAndLanguage.h73 …LEReferenceTo<ScriptTable> findScript(const LETableReference &base, LETag scriptTag, LEErrorCode…
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DScriptAndLanguage.cpp63 LEReferenceTo<ScriptTable> ScriptListTable::findScript(const LETableReference &base, LETag scriptTa… in findScript() function in ScriptListTable
122 const LEReferenceTo<ScriptTable> scriptTable = findScript(base, scriptTag, success); in findLanguage()
H A DGlyphLookupTables.cpp44 …return (scriptListOffset != 0) && scriptListTable->findScript(scriptListTable, scriptTag, success)… in coversScript()
H A DScriptAndLanguage.h73 …LEReferenceTo<ScriptTable> findScript(const LETableReference &base, LETag scriptTag, LEErrorCode…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/mac-notification-sys-0.3.0/objc/
H A Dnotify.m6 NSAppleScript *findScript = [[NSAppleScript alloc] initWithSource:findString];
7 NSAppleEventDescriptor *resultDescriptor = [findScript executeAndReturnError:nil];
/dports/www/falkon/falkon-3.2.0/src/plugins/GreaseMonkey/
H A Dgm_manager.cpp185 collection->remove(collection->findScript(script->fullName())); in disableScript()
213 collection->remove(collection->findScript(script->fullName())); in removeScript()
282 collection->remove(collection->findScript(script->fullName())); in scriptChanged()
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/GreaseMonkey/
H A DGreaseMonkeyManager.py235 collection.remove(collection.findScript(fullName))
273 collection.remove(collection.findScript(fullName))
339 collection.remove(collection.findScript(fullName))
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtwebengine/examples/webenginewidgets/stylesheetbrowser/
H A Dmainwindow.cpp124 QWebEngineScript script = ui->webEngineView->page()->scripts().findScript(name); in removeStyleSheet()
130 QWebEngineScript script = ui->webEngineView->page()->scripts().findScript(name); in hasStyleSheet()
/dports/devel/apitrace/apitrace-9.0/cli/
H A Dcli_resources.hpp39 findScript(const char *name, bool verbose = false);
H A Dcli_diff_images.cpp41 return findScript("snapdiff.py"); in find_command()
H A Dcli_diff_state.cpp41 return findScript("jsondiff.py"); in find_command()
H A Dcli_diff.cpp41 return findScript("tracediff.py"); in find_command()
H A Dcli_leaks.cpp41 return findScript("leaks.py"); in find_command()
H A Dcli_resources.cpp155 findScript(const char *scriptFilename, bool verbose) in findScript() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/webenginewidgets/api/
H A Dqwebenginescriptcollection.h61 QWebEngineScript findScript(const QString &name) const;
/dports/www/dooble/dooble-2021.12.05/Source/
H A Ddooble_style_sheet.cc120 (web_engine_page->scripts().findScript(it.key().first)); in inject()
230 (m_web_engine_page->scripts().findScript(name)); in slot_add()
404 (m_web_engine_page->scripts().findScript(name)); in slot_remove()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/ot/table/
H A DScriptList.java98 public Script findScript(final String tag) { in findScript() method in ScriptList
/dports/www/falkon/falkon-3.2.0/autotests/qml/
H A Dqmluserscriptapitest.cpp72 QObject *scriptFound = userScripts->findScript(script.name()); in testFind()
/dports/www/py-qt5-webengine/PyQtWebEngine-5.15.4/sip/QtWebEngineWidgets/
H A Dqwebenginescriptcollection.sip36 QWebEngineScript findScript(const QString &name) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/scripting/java/com/sun/star/script/framework/container/
H A DUnoPkgContainer.java162 public ScriptMetaData findScript(ParsedScriptUri psu) throws in findScript() method in UnoPkgContainer
185 return pc.findScript(psu); in findScript()

12