/plugin/combo/ComboStrap/Template/ |
H A D | TemplateForComponent.php | 12 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 D | UnknownTemplateException.php | 17 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 D | OrdersCreateTestOrderRequest.php | 29 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 D | EnvironmentTest.php | 219 $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 D | PageTemplateName.php | 217 $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 D | TypeScriptFilter.php | 42 $templateName = basename($sourcePath); 44 $templateName = 'asset'; 48 $inputPath = $inputDirPath.DIRECTORY_SEPARATOR.$templateName.'.ts';
|
H A D | EmberPrecompileFilter.php | 44 $templateName = basename($sourcePath); 50 $inputPath = $inputDirPath.DIRECTORY_SEPARATOR.$templateName;
|
H A D | HandlebarsFilter.php | 55 $templateName = basename($sourcePath); 61 $inputPath = $inputDirPath.DIRECTORY_SEPARATOR.$templateName;
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/ |
H A D | AbstractTest.php | 75 * @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 D | common.js | 69 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 D | from_with_reserved_name.test | 4 {% 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 D | TemplateEngine.php | 288 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 D | TemplateForWebPage.php | 53 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 D | FilesystemTest.php | 207 public function testArrayInheritance($templateName) argument 214 $template = $twig->load($templateName);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/ |
H A D | Orders.php | 245 * @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 D | Template.php | 343 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 D | deprecated.rst | 191 ``\Twig\Template`` instance. If you are using ``{{ _self.templateName }}``,
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | ShoppingContent.php | 1720 'path' => '{merchantId}/testordertemplates/{templateName}', 1728 'templateName' => [
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
H A D | CHANGELOG | 163 …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 D | ehcache-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
META-INF/maven/
META ... |