Home
last modified time | relevance | path

Searched refs:Template (Results 1 – 25 of 132) sorted by last modified time

123456

/plugin/siteexport/
H A DREADME.md84 #### Export Template
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/mikioplugin/
H A DREADME.md15 **Template Style Settings** in your sites **Administration** page.
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4849 /*::[*/0x07/*::]*/: { n: 'Template', t: VT_STRING },
20781 /*::[*/0x0060/*::]*/: { /* n:"Template", */ },
24361 throw new Error("Template NUMBERS file must have exactly one sheet");
/plugin/combo/ComboStrap/
H A DBrandTag.php235 $urlTemplate = Template::create($url);
H A DBrandButton.php253 return Template::create($urlTemplate)->setProperties($templateData)->render();
260 return Template::create($urlTemplate)->setProperties($templateData)->render();
H A DTemplate.php8 * Class Template
12 class Template class
19 public const CAPTURE_PATTERN_SHORT = Template::DOLLAR_ESCAPE . Template::DOLLAR_VARIABLE_PREFIX . self::VARIABLE_NAME_EXPRESSION;
20 public const CAPTURE_PATTERN_LONG = Template::DOLLAR_ESCAPE . Template::LONG_PREFIX . "[^}\r\n]+" . self::LONG_EXIT;
41 * @return Template
43 public static function create($string): Template
45 return new Template($string);
53 public function setProperty($key, $value): Template
[all...]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php452 * @return Template
458 return new Template($this, $tree, $source);
466 * @return Template
475 return new Template($this, $tree, $source);
507 * @return Template
512 return new Template($this, $tree, $source);
H A DTemplate.php23 class Template class
/plugin/combo/
H A Ddeleted.files111 class/Template.php
/plugin/combo/ComboStrap/Tag/
H A DSubscribeTag.php15 use ComboStrap\Template\TemplateForComponent;
/plugin/combo/syntax/
H A Dvariable.php9 use ComboStrap\Template; alias
28 return substr($ref, 0, 1) === Template::DOLLAR_VARIABLE_PREFIX;
32 * Template rendering will be context based
44 return Template::create($string)->setProperties($contextData)->render();
94 $this->Lexer->addSpecialPattern(Template::CAPTURE_PATTERN_SHORT, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
95 $this->Lexer->addSpecialPattern(Template::CAPTURE_PATTERN_LONG, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
116 $lengthLongPrefix = strlen(Template::LONG_PREFIX);
120 if (substr($match, 0, $lengthLongPrefix) === Template::LONG_PREFIX) {
H A Dbrand.php24 use ComboStrap\Template; alias
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md63 #### Template subsubsection
149 #### Render Template
153 ***$template*** : Template can be the name of the file or a string containing the handlebars/html.
631 ### Template Comments
/plugin/combo/ComboStrap/Template/
H A DTemplateForComponent.php3 namespace ComboStrap\Template;
/plugin/farmer/_animal/data/pages/wiki/
H A Ddokuwiki.txt43 * [[doku>Template|How to create and use templates]]
/plugin/tplinc/lang/en/
H A Dintro.txt1 ====== Template Includes ======
/plugin/advanced/lang/en/config/
H A Dstyleini.txt1 ==== Template style.ini ====
36 Template authors should generally try to reuse the placeholder names of the default template.
/plugin/ckgedit/lang/de/
H A Dstyle.txt1 **Aktuelles Template Template** \\
3 …ungsfenster des CKEditors anlegen, das auf Ihrem Template basiert. Das Stylesheet wird in Ihrem Te…
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified254 "options": "Template Options",
H A Den.js-4.9.merged5 …templates defined)","insertOption":"Replace actual contents","options":"Template Options","selectP…
H A Den.js.4.95 …templates defined)","insertOption":"Replace actual contents","options":"Template Options","selectP…
H A Den.js.unc5 …templates defined)","insertOption":"Replace actual contents","options":"Template Options","selectP…
H A Dlang_array.txt174 "options": "Template Options",
/plugin/ckgedit/lang/en/
H A Dstyle.txt1 **Current Template** \\

123456