| /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/ |
| 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/ |
| 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/asciidocjs/node_modules/pug-runtime/ |
| D | wrap.js | 4 function wrap(template, templateName) { argument 5 templateName = templateName || 'template'; 8 'return ' + templateName + ';'
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
| D | EnvironmentTest.php | 219 $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 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/ |
| D | TypeScriptFilter.php | 42 $templateName = basename($sourcePath); 44 $templateName = 'asset'; 48 $inputPath = $inputDirPath.DIRECTORY_SEPARATOR.$templateName.'.ts';
|
| D | EmberPrecompileFilter.php | 44 $templateName = basename($sourcePath); 50 $inputPath = $inputDirPath.DIRECTORY_SEPARATOR.$templateName;
|
| D | HandlebarsFilter.php | 55 $templateName = basename($sourcePath); 61 $inputPath = $inputDirPath.DIRECTORY_SEPARATOR.$templateName;
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/ |
| 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/ |
| 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/yatp/syntax/ |
| D | template.php | 63 $templateName = $data[0]; 64 if(!$templateName) return false; 66 $rawFile = $helper->getTemplate($templateName);
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/ |
| 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): TemplateEngi… argument 313 $templateFile = $theme->resolve($templateName . "." . self::EXTENSION_HBS);
|
| H A D | TemplateForWebPage.php | 56 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/ |
| D | indexer.php | 39 $templateName = $match[1]; 40 $templateId = $helper->getTemplateFile($templateName);
|
| /plugin/asciidocjs/node_modules/pug/lib/ |
| D | index.js | 183 templateName: options.templateName property 253 templateName: 'template', property 301 templateName: options.name || 'template', property
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/ |
| D | FilesystemTest.php | 207 public function testArrayInheritance($templateName) argument 214 $template = $twig->load($templateName);
|
| /plugin/asciidocjs/node_modules/pug-code-gen/ |
| D | README.md | 37 - templateName (string): the name of the generated function; default is `'template'` 49 templateName: 'helloWorld'
|
| D | index.js | 155 …return buildRuntime(this.runtimeFunctionsUsed) + 'function ' + (this.options.templateName || 'temp…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/ |
| 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/ |
| 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/asciidocjs/node_modules/nunjucks/src/ |
| D | compiler.js | 33 _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/ |
| D | deprecated.rst | 191 ``\Twig\Template`` instance. If you are using ``{{ _self.templateName }}``,
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | ShoppingContent.php | 1720 'path' => '{merchantId}/testordertemplates/{templateName}', 1728 'templateName' => [
|