Home
last modified time | relevance | path

Searched refs:EngineInterface (Results 51 – 75 of 323) sorted by relevance

12345678910>>...13

/dports/www/grafana8/xorm/
H A Dinterface.go71 type EngineInterface interface { interface
118 _ EngineInterface = &Engine{}
119 _ EngineInterface = &EngineGroup{}
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Templating/Tests/
H A DDelegatingEngineTest.php16 use Symfony\Component\Templating\EngineInterface; alias
147 interface MyStreamingEngine extends StreamingEngineInterface, EngineInterface
151 class TestEngine implements EngineInterface
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/
H A DTwigEngine.php15 use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface; alias
27 class TwigEngine extends BaseEngine implements EngineInterface
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/converter/
H A Dquality_regression_main.cc45 using mozc::EngineInterface;
51 std::unique_ptr<EngineInterface> engine(EngineFactory::Create()); in main()
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/
H A DTwigEngine.php15 use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface; alias
27 class TwigEngine extends BaseEngine implements EngineInterface
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dquality_regression_main.cc45 using mozc::EngineInterface;
51 std::unique_ptr<EngineInterface> engine(EngineFactory::Create()); in main()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/converter/
H A Dquality_regression_main.cc45 using mozc::EngineInterface;
51 std::unique_ptr<EngineInterface> engine(EngineFactory::Create()); in main()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/converter/
H A Dquality_regression_main.cc45 using mozc::EngineInterface;
51 std::unique_ptr<EngineInterface> engine(EngineFactory::Create()); in main()
H A Dconverter_regression_test.cc61 std::unique_ptr<EngineInterface> engine(EngineFactory::Create()); in TEST_F()
92 std::unique_ptr<EngineInterface> engine(EngineFactory::Create()); in TEST_F()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dquality_regression_main.cc45 using mozc::EngineInterface;
51 std::unique_ptr<EngineInterface> engine(EngineFactory::Create()); in main()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/converter/
H A Dquality_regression_main.cc45 using mozc::EngineInterface;
51 std::unique_ptr<EngineInterface> engine(EngineFactory::Create()); in main()
H A Dconverter_regression_test.cc61 std::unique_ptr<EngineInterface> engine(EngineFactory::Create()); in TEST_F()
92 std::unique_ptr<EngineInterface> engine(EngineFactory::Create()); in TEST_F()
/dports/www/phalcon4/cphalcon-4.1.1/tests/_data/fixtures/Mvc/View/Engine/
H A DMustache.php19 use Phalcon\Mvc\View\Engine\EngineInterface; alias
22 class Mustache extends AbstractEngine implements EngineInterface
H A DTwig.php18 use Phalcon\Mvc\View\Engine\EngineInterface; alias
23 class Twig extends AbstractEngine implements EngineInterface
/dports/www/phalcon/cphalcon-3.4.5/tests/_support/Module/View/Engine/
H A DMustache.php9 use Phalcon\Mvc\View\EngineInterface; alias
30 class Mustache extends Engine implements EngineInterface
H A DTwig.php10 use Phalcon\Mvc\View\EngineInterface; alias
31 class Twig extends Engine implements EngineInterface
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/Recommendation/
H A DEngineSet.php14 function register($name, Engine\EngineInterface $engine)
19 function registerWeighted($name, $weight, Engine\EngineInterface $engine)
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/
H A DDelegatingEngine.php23 class DelegatingEngine extends BaseDelegatingEngine implements EngineInterface
50 if ($engine instanceof EngineInterface) {
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Templating/
H A DDelegatingEngine.php23 class DelegatingEngine extends BaseDelegatingEngine implements EngineInterface
50 if ($engine instanceof EngineInterface) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/
H A DTemplatingPass.php14 use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface as FrameworkBundleEngineInterface;
19 use Symfony\Component\Templating\EngineInterface as ComponentEngineInterface;
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/
H A DTemplatingPass.php14 use Symfony\Bundle\FrameworkBundle\Templating\EngineInterface as FrameworkBundleEngineInterface;
19 use Symfony\Component\Templating\EngineInterface as ComponentEngineInterface;
/dports/www/gitea/gitea-1.16.5/vendor/xorm.io/xorm/
H A Dinterface.go78 type EngineInterface interface { interface
131 _ EngineInterface = &Engine{}
132 _ EngineInterface = &EngineGroup{}
/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/
H A Dengine.hpp31 class EngineInterface class
34 virtual ~EngineInterface() = default;
44 template <typename Algorithm> class Engine final : public EngineInterface
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/
H A DAbstractController.php27 use Symfony\Component\Templating\EngineInterface; alias
65 'templating' => '?'.EngineInterface::class,
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/
H A DAbstractController.php27 use Symfony\Component\Templating\EngineInterface; alias
65 'templating' => '?'.EngineInterface::class,

12345678910>>...13