Home
last modified time | relevance | path

Searched defs:templateName (Results 1 – 12 of 12) sorted by path

/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)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DOrders.php252 public function gettestordertemplate($merchantId, $templateName, $optParams = [])
/plugin/bibtex/OSBib/create/
H A Dcommon.js69 function openPopUpStylePreview(url, height, width, templateName) argument
/plugin/combo/ComboStrap/Template/
H A DTemplateForComponent.php12 private string $templateName; variable in ComboStrap\\Template\\TemplateForComponent
14 public function __construct(string $templateName) argument
19 public static function create(string $templateName): TemplateForComponent argument
/plugin/combo/ComboStrap/
H A DTemplateEngine.php288 public function templateExists(string $templateName): bool argument
305 public function createTemplate(string $templateName, string $templateContent = null): TemplateEngine argument
H A DTemplateForWebPage.php53 private string $templateName; variable in ComboStrap\\TemplateForWebPage
1000 function setRequestedTemplateName(string $templateName): TemplateForWebPage argument
[all...]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php343 protected function loadTemplate($template, $templateName = null, $line = null, $index = null)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php528 protected function getMockLoader($templateName, $templateContent)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php207 public function testArrayInheritance($templateName)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/
H A DAbstractTest.php80 … private function generateProfile($name, $duration, $type, $templateName, array $subProfiles = [])
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DUnknownTemplateException.php17 protected $templateName; variable in Mustache_Exception_UnknownTemplateException
23 public function __construct($templateName, Exception $previous = null)