Home
last modified time | relevance | path

Searched refs:Template (Results 1 – 25 of 132) sorted by path

123456

/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/bookcreator/
H A Dstyle.css190 * Workaround for bootstrap3 Template
/plugin/bootswrapper/
H A Dall.css23 /* Bootstrap 3 Template */
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified170 options: "Template Options",
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/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/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/lang/
H A Den.4.9.js.beautified254 "options": "Template Options",
/plugin/ckgedit/lang/en/
H A Dstyle.txt1 **Current Template** \\
/plugin/codemirror/dist/modes/
H A Dgherkin.min.js.map1Template Situai|Template Senario|Template Keadaan|Tapausaihio|Szenariogrundriss|Szablon scenariusz…
/plugin/combo/ComboStrap/
H A DBrandButton.php253 return Template::create($urlTemplate)->setProperties($templateData)->render();
260 return Template::create($urlTemplate)->setProperties($templateData)->render();
H A DBrandTag.php235 $urlTemplate = Template::create($url);
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/ComboStrap/Tag/
H A DSubscribeTag.php15 use ComboStrap\Template\TemplateForComponent;
/plugin/combo/ComboStrap/Template/
H A DTemplateForComponent.php3 namespace ComboStrap\Template;
/plugin/combo/
H A Ddeleted.files111 class/Template.php
/plugin/combo/syntax/
H A Dbrand.php24 use ComboStrap\Template; alias
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) {
/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/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);

123456