Home
last modified time | relevance | path

Searched refs:templateName (Results 1 – 25 of 37) sorted by relevance

12

/plugin/combo/ComboStrap/Template/
H A DTemplateForComponent.php12 private string $templateName; variable in ComboStrap\\Template\\TemplateForComponent
14 public function __construct(string $templateName) argument
16 $this->templateName = $templateName;
19 public static function create(string $templateName): TemplateForComponent argument
21 return new TemplateForComponent($templateName);
27 ->renderWebComponent($this->templateName,$data);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
DUnknownTemplateException.php17 protected $templateName; variable in Mustache_Exception_UnknownTemplateException
20 * @param string $templateName
23 public function __construct($templateName, Exception $previous = null) argument
25 $this->templateName = $templateName;
26 $message = sprintf('Unknown template: %s', $templateName);
36 return $this->templateName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DOrdersCreateTestOrderRequest.php29 public $templateName; variable in Google\\Service\\ShoppingContent\\OrdersCreateTestOrderRequest
50 public function setTemplateName($templateName) argument
52 $this->templateName = $templateName;
59 return $this->templateName;
/plugin/asciidocjs/node_modules/pug-runtime/
Dwrap.js4 function wrap(template, templateName) { argument
5 templateName = templateName || 'template';
8 'return ' + templateName + ';'
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DEnvironmentTest.php219 $templateName = __FUNCTION__;
223 $loader = $this->getMockLoader($templateName, $templateContent);
241 $twig->load($templateName);
246 $templateName = __FUNCTION__;
250 $loader = $this->getMockLoader($templateName, $templateContent);
269 $twig->load($templateName);
274 $templateName = __FUNCTION__;
278 $loader = $this->getMockLoader($templateName, $templateContent);
297 $twig->load($templateName);
528 protected function getMockLoader($templateName, $templateContent) argument
[all …]
/plugin/combo/ComboStrap/Meta/Field/
H A DPageTemplateName.php217 $templateName = "$templatePrefix-index";
218 if ($pageTemplateEngine->templateExists($templateName)) {
219 return $templateName;
229 $templateName = "$templatePrefix-item";
230 if ($pageTemplateEngine->templateExists($templateName)) {
231 return $templateName;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
DTypeScriptFilter.php42 $templateName = basename($sourcePath);
44 $templateName = 'asset';
48 $inputPath = $inputDirPath.DIRECTORY_SEPARATOR.$templateName.'.ts';
DEmberPrecompileFilter.php44 $templateName = basename($sourcePath);
50 $inputPath = $inputDirPath.DIRECTORY_SEPARATOR.$templateName;
DHandlebarsFilter.php55 $templateName = basename($sourcePath);
61 $inputPath = $inputDirPath.DIRECTORY_SEPARATOR.$templateName;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/
DAbstractTest.php75 * @param string $templateName
80 … private function generateProfile($name, $duration, $type, $templateName, array $subProfiles = []) argument
82 $profile = new Profile($templateName, $type, $name);
/plugin/bibtex/OSBib/create/
Dcommon.js69 function openPopUpStylePreview(url, height, width, templateName) argument
112 var templateString = document.forms[0][templateName].value;
113 url = url +"&templateName=" + escape(templateName) + "&templateString=" + escape(templateString);
/plugin/yatp/syntax/
Dtemplate.php63 $templateName = $data[0];
64 if(!$templateName) return false;
66 $rawFile = $helper->getTemplate($templateName);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
Dfrom_with_reserved_name.test4 {% from 'forms.twig' import templateName %}
9 Twig\Error\SyntaxError: "templateName" cannot be an imported macro as it is a reserved keyword in "…
/plugin/combo/ComboStrap/
H A DTemplateEngine.php288 public function templateExists(string $templateName): bool argument
291 $this->handleBarsForPage->getLoader()->load($templateName);
301 * @param string $templateName - the name (without extension)
305 …public function createTemplate(string $templateName, string $templateContent = null): TemplateEngi… argument
313 $templateFile = $theme->resolve($templateName . "." . self::EXTENSION_HBS);
H A DTemplateForWebPage.php56 private string $templateName; variable in ComboStrap\\TemplateForWebPage
102 …return $this->getEngine()->searchTemplateByName($this->templateName . "." . TemplateEngine::EXTENS…
208 if (isset($this->templateName)) {
209 return $this->templateName;
226 return $this->templateName;
234 return $this->getEngine()->searchTemplateByName("$this->templateName.css");
242 $jsPath = $this->getEngine()->searchTemplateByName("$this->templateName.js");
1001 function setRequestedTemplateName(string $templateName): TemplateForWebPage argument
1003 $this->templateName = $templateName;
/plugin/yatp/action/
Dindexer.php39 $templateName = $match[1];
40 $templateId = $helper->getTemplateFile($templateName);
/plugin/asciidocjs/node_modules/pug/lib/
Dindex.js183 templateName: options.templateName property
253 templateName: 'template', property
301 templateName: options.name || 'template', property
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
DFilesystemTest.php207 public function testArrayInheritance($templateName) argument
214 $template = $twig->load($templateName);
/plugin/asciidocjs/node_modules/pug-code-gen/
DREADME.md37 - templateName (string): the name of the generated function; default is `'template'`
49 templateName: 'helloWorld'
Dindex.js155 …return buildRuntime(this.runtimeFunctionsUsed) + 'function ' + (this.options.templateName || 'temp…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
DOrders.php245 * @param string $templateName The name of the template to retrieve.
252 public function gettestordertemplate($merchantId, $templateName, $optParams = []) argument
254 $params = ['merchantId' => $merchantId, 'templateName' => $templateName];
/plugin/findologicxmlexport/vendor/twig/twig/src/
DTemplate.php343 protected function loadTemplate($template, $templateName = null, $line = null, $index = null) argument
366 … $e->setSourceContext($templateName ? new Source('', $templateName) : $this->getSourceContext());
/plugin/asciidocjs/node_modules/nunjucks/src/
Dcompiler.js33 _proto.init = function init(templateName, throwOnUndefined) { argument
34 this.templateName = templateName;
120 return this.templateName == null ? 'undefined' : JSON.stringify(this.templateName);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Ddeprecated.rst191 ``\Twig\Template`` instance. If you are using ``{{ _self.templateName }}``,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DShoppingContent.php1720 'path' => '{merchantId}/testordertemplates/{templateName}',
1728 'templateName' => [

12