Home
last modified time | relevance | path

Searched refs:pluginPath (Results 1 – 25 of 1161) sorted by relevance

12345678910>>...47

/dports/science/siconos/siconos-4.4.0/kernel/src/modelingTools/
H A DRelation.cpp55 _pluginJachlambda->setComputeFunction(pluginPath, functionName); in setComputeJachlambdaFunction()
60 _pluginJachx->setComputeFunction(pluginPath, functionName); in setComputeJachxFunction()
65 _pluginJachz->setComputeFunction(pluginPath, functionName); in setComputeJachzFunction()
67 void Relation::setComputegFunction(const std::string& pluginPath, const std::string& functionName) in setComputegFunction() argument
69 _pluging->setComputeFunction(pluginPath, functionName); in setComputegFunction()
71 void Relation::setComputeFFunction(const std::string& pluginPath, const std::string& functionName) in setComputeFFunction() argument
73 _pluginf->setComputeFunction(pluginPath, functionName); in setComputeFFunction()
77 _plugine->setComputeFunction(pluginPath, functionName); in setComputeEFunction()
82 _pluginJacgx->setComputeFunction(pluginPath, functionName); in setComputeJacgxFunction()
87 _pluginJacglambda->setComputeFunction(pluginPath, functionName); in setComputeJacglambdaFunction()
[all …]
/dports/devel/php-ice37/ice-3.7.2/csharp/test/Ice/plugin/
H A DClient.cs25 string pluginPath = "msbuild/plugin/net45/Plugin.dll"; in run()
27 string pluginPath = in run()
36 pluginPath + ":PluginFactory 'C:\\Program Files\\' --DatabasePath " + in run()
50 … properties.setProperty("Ice.Plugin.Test", pluginPath + ":PluginInitializeFailFactory"); in run()
65 properties.setProperty("Ice.Plugin.PluginOne", pluginPath + ":PluginOneFactory"); in run()
66 properties.setProperty("Ice.Plugin.PluginTwo", pluginPath + ":PluginTwoFactory"); in run()
67 properties.setProperty("Ice.Plugin.PluginThree", pluginPath + ":PluginThreeFactory"); in run()
80 properties.setProperty("Ice.Plugin.PluginOne", pluginPath + ":PluginOneFactory"); in run()
81 properties.setProperty("Ice.Plugin.PluginTwo", pluginPath + ":PluginTwoFactory"); in run()
82 properties.setProperty("Ice.Plugin.PluginThree", pluginPath + ":PluginThreeFactory"); in run()
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/test/Ice/plugin/
H A DClient.cs25 string pluginPath = "msbuild/plugin/net45/Plugin.dll"; in run()
27 string pluginPath = in run()
36 pluginPath + ":PluginFactory 'C:\\Program Files\\' --DatabasePath " + in run()
50 … properties.setProperty("Ice.Plugin.Test", pluginPath + ":PluginInitializeFailFactory"); in run()
65 properties.setProperty("Ice.Plugin.PluginOne", pluginPath + ":PluginOneFactory"); in run()
66 properties.setProperty("Ice.Plugin.PluginTwo", pluginPath + ":PluginTwoFactory"); in run()
67 properties.setProperty("Ice.Plugin.PluginThree", pluginPath + ":PluginThreeFactory"); in run()
80 properties.setProperty("Ice.Plugin.PluginOne", pluginPath + ":PluginOneFactory"); in run()
81 properties.setProperty("Ice.Plugin.PluginTwo", pluginPath + ":PluginTwoFactory"); in run()
82 properties.setProperty("Ice.Plugin.PluginThree", pluginPath + ":PluginThreeFactory"); in run()
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/test/Ice/plugin/
H A DClient.cs25 string pluginPath = "msbuild/plugin/net45/Plugin.dll"; in run()
27 string pluginPath = in run()
36 pluginPath + ":PluginFactory 'C:\\Program Files\\' --DatabasePath " + in run()
50 … properties.setProperty("Ice.Plugin.Test", pluginPath + ":PluginInitializeFailFactory"); in run()
65 properties.setProperty("Ice.Plugin.PluginOne", pluginPath + ":PluginOneFactory"); in run()
66 properties.setProperty("Ice.Plugin.PluginTwo", pluginPath + ":PluginTwoFactory"); in run()
67 properties.setProperty("Ice.Plugin.PluginThree", pluginPath + ":PluginThreeFactory"); in run()
80 properties.setProperty("Ice.Plugin.PluginOne", pluginPath + ":PluginOneFactory"); in run()
81 properties.setProperty("Ice.Plugin.PluginTwo", pluginPath + ":PluginTwoFactory"); in run()
82 properties.setProperty("Ice.Plugin.PluginThree", pluginPath + ":PluginThreeFactory"); in run()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProcessConnectionManager.cpp52 …essConnection* PluginProcessConnectionManager::getPluginProcessConnection(const String& pluginPath) in getPluginProcessConnection() argument
55 if (m_pluginProcessConnections[i]->pluginPath() == pluginPath) in getPluginProcessConnection()
63 …tion()->sendSync(Messages::WebProcessProxy::GetPluginProcessConnection(pluginPath), Messages::WebP… in getPluginProcessConnection()
75 …ction> pluginProcessConnection = PluginProcessConnection::create(this, pluginPath, connectionIdent… in getPluginProcessConnection()
80 ASSERT(!m_pathsAndConnections.contains(pluginProcessConnection->pluginPath())); in getPluginProcessConnection()
82 m_pathsAndConnections.set(pluginPath, pluginProcessConnection->connection()); in getPluginProcessConnection()
95 ASSERT(m_pathsAndConnections.contains(pluginProcessConnection->pluginPath())); in removePluginProcessConnection()
97 m_pathsAndConnections.remove(pluginProcessConnection->pluginPath()); in removePluginProcessConnection()
103 void PluginProcessConnectionManager::pluginProcessCrashed(const String& pluginPath) in pluginProcessCrashed() argument
106 CoreIPC::Connection* connection = m_pathsAndConnections.get(pluginPath).get(); in pluginProcessCrashed()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containernetworking/cni/pkg/invoke/
H A Dexec_test.go37 pluginPath string
57 pluginPath = "/some/plugin/path"
76 invoke.ExecPluginWithResult(ctx, pluginPath, netconf, cniargs, pluginExec)
77 Expect(rawExec.ExecPluginCall.Received.PluginPath).To(Equal(pluginPath))
104 Expect(rawExec.ExecPluginCall.Received.PluginPath).To(Equal(pluginPath))
134 invoke.GetVersionInfo(ctx, pluginPath, pluginExec)
135 Expect(rawExec.ExecPluginCall.Received.PluginPath).To(Equal(pluginPath))
142 versionInfo, err := invoke.GetVersionInfo(ctx, pluginPath, pluginExec)
153 _, err := invoke.GetVersionInfo(ctx, pluginPath, pluginExec)
164 versionInfo, err := invoke.GetVersionInfo(ctx, pluginPath, pluginExec)
[all …]
H A Ddelegate.go31 pluginPath, err := exec.FindInPath(delegatePlugin, paths)
36 return pluginPath, exec, nil
42 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
48 return ExecPluginWithResult(ctx, pluginPath, netconf, delegateArgs("ADD"), realExec)
54 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
60 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("CHECK"), realExec)
66 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
72 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("DEL"), realExec)
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/assetimport/
H A Dqssgassetimporterfactory.cpp46 QStringList QSSGAssetImporterFactory::keys(const QString &pluginPath) in keys() argument
49 if (!pluginPath.isEmpty()) { in keys()
51 QCoreApplication::addLibraryPath(pluginPath); in keys()
54 …const QString postFix = QStringLiteral(" (from ") + QDir::toNativeSeparators(pluginPath) + QLatin1… in keys()
61 pluginPath.toLocal8Bit().constData()); in keys()
68 …setImporterFactory::create(const QString &name, const QStringList &args, const QString &pluginPath) in create() argument
70 if (!pluginPath.isEmpty()) { in create()
72 QCoreApplication::addLibraryPath(pluginPath); in create()
77 pluginPath.toLocal8Bit().constData()); in create()
/dports/x11-toolkits/qt5-gamepad/kde-qtgamepad-5.15.2p2/src/gamepad/
H A Dqgamepadbackendfactory.cpp53 QStringList QGamepadBackendFactory::keys(const QString &pluginPath) in keys() argument
56 if (!pluginPath.isEmpty()) { in keys()
58 QCoreApplication::addLibraryPath(pluginPath); in keys()
62 + QDir::toNativeSeparators(pluginPath) in keys()
70 pluginPath.toLocal8Bit().constData()); in keys()
77 …epadBackendFactory::create(const QString &name, const QStringList &args, const QString &pluginPath) in create() argument
79 if (!pluginPath.isEmpty()) { in create()
81 QCoreApplication::addLibraryPath(pluginPath); in create()
86 pluginPath.toLocal8Bit().constData()); in create()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/input/frontend/
H A Dqinputdeviceintegrationfactory.cpp58 QStringList QInputDeviceIntegrationFactory::keys(const QString &pluginPath) in keys() argument
61 if (!pluginPath.isEmpty()) { in keys()
63 QCoreApplication::addLibraryPath(pluginPath); in keys()
67 + QDir::toNativeSeparators(pluginPath) in keys()
75 "Library loading is disabled.").arg(pluginPath); in keys()
82 …IntegrationFactory::create(const QString &name, const QStringList &args, const QString &pluginPath) in create() argument
84 if (!pluginPath.isEmpty()) { in create()
86 QCoreApplication::addLibraryPath(pluginPath); in create()
92 .arg(pluginPath); in create()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/io/
H A Dqsceneimportfactory.cpp57 QStringList QSceneImportFactory::keys(const QString &pluginPath) in keys() argument
60 if (!pluginPath.isEmpty()) { in keys()
62 QCoreApplication::addLibraryPath(pluginPath); in keys()
66 + QDir::toNativeSeparators(pluginPath) in keys()
74 "Library loading is disabled.").arg(pluginPath); in keys()
81 …SceneImportFactory::create(const QString &name, const QStringList &args, const QString &pluginPath) in create() argument
83 if (!pluginPath.isEmpty()) { in create()
85 QCoreApplication::addLibraryPath(pluginPath); in create()
90 "Library loading is disabled.").arg(pluginPath); in create()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/
H A Dqrendererpluginfactory.cpp59 QStringList QRendererPluginFactory::keys(const QString &pluginPath) in keys() argument
62 if (!pluginPath.isEmpty()) { in keys()
64 QCoreApplication::addLibraryPath(pluginPath); in keys()
68 + QDir::toNativeSeparators(pluginPath) in keys()
76 "Library loading is disabled.").arg(pluginPath); in keys()
83 …ctory::create(const QString &name, QRenderAspect::RenderType renderMode, const QString &pluginPath) in create() argument
85 if (!pluginPath.isEmpty()) { in create()
87 QCoreApplication::addLibraryPath(pluginPath); in create()
92 "Library loading is disabled.").arg(pluginPath); in create()
/dports/www/e107/e107/e107_handlers/phpthumb/
H A DPhpThumb.inc.php203 * @param string $pluginPath
205 public function loadPlugins ($pluginPath) argument
208 if (substr($pluginPath, strlen($pluginPath) - 1, 1) == '/')
210 $pluginPath = substr($pluginPath, 0, strlen($pluginPath) - 1);
213 if ($handle = opendir($pluginPath))
222 include_once($pluginPath . '/' . $file);
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/containernetworking/cni/pkg/invoke/
H A Ddelegate.go31 pluginPath, err := exec.FindInPath(delegatePlugin, paths)
36 return pluginPath, exec, nil
42 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
48 return ExecPluginWithResult(ctx, pluginPath, netconf, delegateArgs("ADD"), realExec)
54 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
60 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("CHECK"), realExec)
66 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
72 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("DEL"), realExec)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/containernetworking/cni/pkg/invoke/
H A Ddelegate.go31 pluginPath, err := exec.FindInPath(delegatePlugin, paths)
36 return pluginPath, exec, nil
42 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
48 return ExecPluginWithResult(ctx, pluginPath, netconf, delegateArgs("ADD"), realExec)
54 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
60 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("CHECK"), realExec)
66 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
72 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("DEL"), realExec)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/containernetworking/cni/pkg/invoke/
H A Ddelegate.go31 pluginPath, err := exec.FindInPath(delegatePlugin, paths)
36 return pluginPath, exec, nil
42 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
48 return ExecPluginWithResult(ctx, pluginPath, netconf, delegateArgs("ADD"), realExec)
54 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
60 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("CHECK"), realExec)
66 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
72 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("DEL"), realExec)
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/containernetworking/cni/pkg/invoke/
H A Ddelegate.go31 pluginPath, err := exec.FindInPath(delegatePlugin, paths)
36 return pluginPath, exec, nil
42 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
48 return ExecPluginWithResult(ctx, pluginPath, netconf, delegateArgs("ADD"), realExec)
54 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
60 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("CHECK"), realExec)
66 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
72 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("DEL"), realExec)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/containernetworking/cni/pkg/invoke/
H A Ddelegate.go31 pluginPath, err := exec.FindInPath(delegatePlugin, paths)
36 return pluginPath, exec, nil
42 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
48 return ExecPluginWithResult(ctx, pluginPath, netconf, delegateArgs("ADD"), realExec)
54 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
60 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("CHECK"), realExec)
66 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
72 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("DEL"), realExec)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/containernetworking/cni/pkg/invoke/
H A Ddelegate.go31 pluginPath, err := exec.FindInPath(delegatePlugin, paths)
36 return pluginPath, exec, nil
42 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
48 return ExecPluginWithResult(ctx, pluginPath, netconf, delegateArgs("ADD"), realExec)
54 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
60 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("CHECK"), realExec)
66 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
72 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("DEL"), realExec)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/containernetworking/cni/pkg/invoke/
H A Ddelegate.go31 pluginPath, err := exec.FindInPath(delegatePlugin, paths)
36 return pluginPath, exec, nil
42 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
48 return ExecPluginWithResult(ctx, pluginPath, netconf, delegateArgs("ADD"), realExec)
54 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
60 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("CHECK"), realExec)
66 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
72 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("DEL"), realExec)
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/containernetworking/cni/pkg/invoke/
H A Ddelegate.go31 pluginPath, err := exec.FindInPath(delegatePlugin, paths)
36 return pluginPath, exec, nil
42 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
48 return ExecPluginWithResult(ctx, pluginPath, netconf, delegateArgs("ADD"), realExec)
54 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
60 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("CHECK"), realExec)
66 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
72 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("DEL"), realExec)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/go-cni/vendor/github.com/containernetworking/cni/pkg/invoke/
H A Ddelegate.go31 pluginPath, err := exec.FindInPath(delegatePlugin, paths)
36 return pluginPath, exec, nil
42 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
48 return ExecPluginWithResult(ctx, pluginPath, netconf, delegateArgs("ADD"), realExec)
54 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
60 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("CHECK"), realExec)
66 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
72 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("DEL"), realExec)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/github.com/containernetworking/cni/pkg/invoke/
H A Ddelegate.go31 pluginPath, err := exec.FindInPath(delegatePlugin, paths)
36 return pluginPath, exec, nil
42 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
48 return ExecPluginWithResult(ctx, pluginPath, netconf, delegateArgs("ADD"), realExec)
54 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
60 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("CHECK"), realExec)
66 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
72 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("DEL"), realExec)
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/containernetworking/cni/pkg/invoke/
H A Ddelegate.go31 pluginPath, err := exec.FindInPath(delegatePlugin, paths)
36 return pluginPath, exec, nil
42 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
48 return ExecPluginWithResult(ctx, pluginPath, netconf, delegateArgs("ADD"), realExec)
54 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
60 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("CHECK"), realExec)
66 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
72 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("DEL"), realExec)
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/containernetworking/cni/pkg/invoke/
H A Ddelegate.go31 pluginPath, err := exec.FindInPath(delegatePlugin, paths)
36 return pluginPath, exec, nil
42 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
48 return ExecPluginWithResult(ctx, pluginPath, netconf, delegateArgs("ADD"), realExec)
54 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
60 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("CHECK"), realExec)
66 pluginPath, realExec, err := delegateCommon(delegatePlugin, exec)
72 return ExecPluginWithoutResult(ctx, pluginPath, netconf, delegateArgs("DEL"), realExec)

12345678910>>...47