Home
last modified time | relevance | path

Searched refs:Loader (Results 1 – 25 of 62) sorted by path

123

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe24593 Mod Loader
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md1 # amCharts Data Loader
96 init | | Callback function to execute when Data Loader is initialized, before any loading starts
101 … it on to chart. The handler function will receive two parameters: loaded data, Data Loader options
189 Data Loader can call your own function when certain event happens, like data
316 * New example: Using Data Loader functions externally (map_json_external_function.html)
340 * postProcess function will now have "this" context set to Data Loader object as well as receive ch…
/plugin/combo/ComboStrap/
H A DTemplateEngine.php8 use Handlebars\Loader\FilesystemLoader;
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md99 use Handlebars\Loader\FilesystemLoader;
747 'loader' => new \Handlebars\Loader\StringLoader(),
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php18 use Handlebars\Loader\StringLoader;
62 * @var Loader
67 * @var Loader
102 * loader => Loader object
103 * partials_loader => Loader object
262 * @param Loader $loader handlebars loader
265 public function setLoader(Loader $loader)
273 * @return Loader
286 * @param Loader $loader handlebars loader
289 public function setPartialsLoader(Loader
[all...]
H A DLoader.php17 interface Loader interface
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php16 namespace Handlebars\Loader;
17 use Handlebars\Loader; alias
21 class FilesystemLoader implements Loader
29 * Handlebars filesystem Loader constructor.
31 * $options array allows overriding certain Loader options during instantiation:
39 * @param array $options Array of Loader options (default: array())
H A DStringLoader.php3 * Handlebars Template string Loader implementation.
17 namespace Handlebars\Loader;
18 use Handlebars\Loader; alias
21 class StringLoader implements Loader
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php34 $loader = new \Handlebars\Loader\StringLoader();
79 $loader = new \Handlebars\Loader\StringLoader();
226 $loader = new \Handlebars\Loader\StringLoader();
246 'loader' => new \Handlebars\Loader\StringLoader(),
416 $loader = new \Handlebars\Loader\StringLoader();
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 … 'function') {\n // Get the configuration from the Monaco AMD Loader\n loade…
H A Deditor.worker.js.map1 … 'function') {\n // Get the configuration from the Monaco AMD Loader\n loade…
H A Djson.worker.js.map1 … 'function') {\n // Get the configuration from the Monaco AMD Loader\n loade…
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG35 * added Twig\Loader\ChainLoader::getLoaders()
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst169 ``\Twig\Loader\FilesystemLoader``
182 $loader = new \Twig\Loader\FilesystemLoader($templateDir);
224 ``\Twig\Loader\ArrayLoader``
230 $loader = new \Twig\Loader\ArrayLoader([
248 ``\Twig\Loader\ChainLoader``
253 $loader1 = new \Twig\Loader\ArrayLoader([
256 $loader2 = new \Twig\Loader\ArrayLoader([
270 ``\Twig\Loader\ChainLoader`` accepts any loader that implements
271 ``\Twig\Loader\LoaderInterface``.
277 Create your own Loader
[all …]
H A Ddeprecated.rst148 * ``\Twig\Loader\ExistsLoaderInterface`` (merged with ``\Twig\Loader\LoaderInterface``)
149 * ``\Twig\Loader\SourceContextLoaderInterface`` (merged with ``\Twig\Loader\LoaderInterface``)
169 * As of Twig 1.27, ``\Twig\Loader\LoaderInterface::getSource()`` is deprecated.
170 Implement ``\Twig\Loader\SourceContextLoaderInterface`` instead and use
H A Dintro.rst58 $loader = new \Twig\Loader\ArrayLoader([
65 Twig uses a loader (``\Twig\Loader\ArrayLoader``) to locate templates, and an
74 $loader = new \Twig\Loader\FilesystemLoader('/path/to/templates');
H A Drecipes.rst420 …ass DatabaseTwigLoader implements \Twig\Loader\LoaderInterface, \Twig\Loader\ExistsLoaderInterface…
438 // \Twig\Loader\SourceContextLoaderInterface as of Twig 1.27
448 // \Twig\Loader\ExistsLoaderInterface as of Twig 1.11
490 sources, you need to use the ``\Twig\Loader\ChainLoader`` loader.
499 $loader2 = new \Twig\Loader\ArrayLoader([
502 $loader = new \Twig\Loader\ChainLoader([$loader1, $loader2]);
H A Dtemplates.rst319 ``\Twig\Loader\FilesystemLoader`` allows you to access other templates by giving the
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DExistsLoaderInterface.php3 use Twig\Loader\ExistsLoaderInterface;
H A DLoaderInterface.php3 use Twig\Loader\LoaderInterface;
H A DSourceContextLoaderInterface.php3 use Twig\Loader\SourceContextLoaderInterface;
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Loader/
H A DArray.php3 use Twig\Loader\ArrayLoader;
H A DChain.php3 use Twig\Loader\ChainLoader;
H A DFilesystem.php3 use Twig\Loader\FilesystemLoader;
H A DString.php12 use Twig\Loader\ExistsLoaderInterface;
13 use Twig\Loader\LoaderInterface;
14 use Twig\Loader\SourceContextLoaderInterface;

123