Home
last modified time | relevance | path

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

/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/
H A 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/
H A 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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php219 $templateName = __FUNCTION__;
223 $loader = $this->getMockLoader($templateName, $templateContent);
241 $twig->load($templateName);
246 $templateName = __FUNCTION__;
269 $twig->load($templateName);
274 $templateName = __FUNCTION__;
297 $twig->load($templateName);
528 protected function getMockLoader($templateName, $templateContent) argument
535 ->with($templateName)
539 ->with($templateName)
[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/
H A DTypeScriptFilter.php42 $templateName = basename($sourcePath);
44 $templateName = 'asset';
48 $inputPath = $inputDirPath.DIRECTORY_SEPARATOR.$templateName.'.ts';
H A DEmberPrecompileFilter.php44 $templateName = basename($sourcePath);
50 $inputPath = $inputDirPath.DIRECTORY_SEPARATOR.$templateName;
H A DHandlebarsFilter.php55 $templateName = basename($sourcePath);
61 $inputPath = $inputDirPath.DIRECTORY_SEPARATOR.$templateName;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/
H A 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/
H A 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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A 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): TemplateEngine argument
313 $templateFile = $theme->resolve($templateName . "." . self::EXTENSION_HBS);
H A DTemplateForWebPage.php53 private string $templateName; variable in ComboStrap\\TemplateForWebPage
99 return $this->getEngine()->searchTemplateByName($this->templateName . "." . TemplateEngine::EXTENSION_HBS);
205 if (isset($this->templateName)) {
206 return $this->templateName;
223 return $this->templateName;
231 return $this->getEngine()->searchTemplateByName("$this->templateName.css");
239 $jsPath = $this->getEngine()->searchTemplateByName("$this->templateName.js");
1000 function setRequestedTemplateName(string $templateName): TemplateForWebPage argument
1002 $this->templateName = $templateName;
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php207 public function testArrayInheritance($templateName) argument
214 $template = $twig->load($templateName);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A 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/
H A DTemplate.php343 protected function loadTemplate($template, $templateName = null, $line = null, $index = null) argument
366 … $e->setSourceContext($templateName ? new Source('', $templateName) : $this->getSourceContext());
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst191 ``\Twig\Template`` instance. If you are using ``{{ _self.templateName }}``,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DShoppingContent.php1720 'path' => '{merchantId}/testordertemplates/{templateName}',
1728 'templateName' => [
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG163 …port for {{ _self }} to provide an upgrade path from 1.x to 2.0 (replaces {{ _self.templateName }})
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...