Home
last modified time | relevance | path

Searched defs:template (Results 1 – 25 of 151) sorted by relevance

1234567

/plugin/onlineordering/
H A Dsend_form.php66 $template = str_replace('{title}', $form['title'], $template); variable
68 $template = str_replace('{lastname}', $form['lastname'], $template); variable
69 $template = str_replace('{postcode}', $form['postcode'], $template); variable
70 $template = str_replace('{street}', $form['street'], $template); variable
71 $template = str_replace('{place}', $form['place'], $template); variable
72 $template = str_replace('{country}', $form['country'], $template); variable
73 $template = str_replace('{remarks}', $form['remarks'], $template); variable
75 $template = str_replace('{ticket}', $ticket, $template); variable
100 $template = str_replace('{date}', $date, $template); variable
101 $template = str_replace('{time}', $time, $template); variable
[all …]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php223 public function helperIf($template, $context, $args, $source) argument
296 helperEach($template, $context, $args, $source) global() argument
367 renderElse($template, $context) global() argument
391 helperUnless($template, $context, $args, $source) global() argument
418 helperWith($template, $context, $args, $source) global() argument
441 helperBindAttr($template, $context, $args, $source) global() argument
459 helperUpper($template, $context, $args, $source) global() argument
477 helperLower($template, $context, $args, $source) global() argument
495 helperCapitalize($template, $context, $args, $source) global() argument
513 helperCapitalizeWords($template, $context, $args, $source) global() argument
531 helperReverse($template, $context, $args, $source) global() argument
549 helperFormatDate($template, $context, $args, $source) global() argument
581 helperInflect($template, $context, $args, $source) global() argument
605 helperDefault($template, $context, $args, $source) global() argument
627 helperTruncate($template, $context, $args, $source) global() argument
653 helperRaw($template, $context, $args, $source) global() argument
674 helperRepeat($template, $context, $args, $source) global() argument
703 helperDefine($template, $context, $args, $source) global() argument
730 helperInvoke($template, $context, $args, $source) global() argument
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DExpressionParserTest.php26 public function testCanOnlyAssignToNames($template)
55 public function testArrayExpression($template, $expected)
68 public function testArraySyntaxError($template)
175 public function testStringExpression($template, $expected)
270 public function testMacroDefinitionDoesNotSupportNonConstantDefaultValues($template)
289 public function testMacroDefinitionSupportsConstantDefaultValues($template)
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php179 function convert($bibtex, &$template, &$replacementKeys=array()) {
339 private function translate(&$data, &$template) {
388 private function translate_group($key, $id, &$data, $template) {
428 private function translate_entry(&$entry, $template) {
/plugin/multitemplate_styleman/
H A Dcss.php14 $template = NULL; variable
18 $template = $tpl; variable
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php198 function convert($bibtex, &$template, &$replacementKeys=array()) {
358 private function translate(&$data, &$template) {
407 private function translate_group($key, $id, &$data, $template) {
447 private function translate_entry(&$entry, $template) {
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php194 function convert($bibtex, &$template, &$replacementKeys=array()) {
354 private function translate(&$data, &$template) {
403 private function translate_group($key, $id, &$data, $template) {
443 private function translate_entry(&$entry, $template) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchUrl.php25 public $template; variable in Google\\Service\\CustomSearchAPI\\SearchUrl
34 public function setTemplate($template)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php132 …renderTraitOrClassItems(array $items, \Text_Template $template, \Text_Template $methodItemTemplate)
222 protected function renderFunctionItems(array $functions, \Text_Template $template)
245 … protected function renderFunctionOrMethodItem(\Text_Template $template, array $item, $indent = '')
/plugin/randomtables/table-roller/src/Generator/
H A DBaseGenerator.php11 protected string $template; variable in TableRoller\\Generator\\BaseGenerator
31 public function setTemplate(string $template): void argument
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php47 private $template; variable in GuzzleHttp\\MessageFormatter
52 public function __construct($template = self::CLF)
H A DUriTemplate.php12 private $template; variable in GuzzleHttp\\UriTemplate
38 public function expand($template, array $variables)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1Tag.php26 public $template; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1Tag
59 public function setTemplate($template)
H A DGoogleCloudDatacatalogV1Tag.php35 public $template; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1Tag
86 public function setTemplate($template)
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplateWrapper.php22 private $template; variable in Twig\\TemplateWrapper
30 public function __construct(Environment $env, Template $template)
/plugin/odt/ODT/
H A DODTExport.php133 …InternalParams $params, $meta=null, $userfields=null, $pagestyles=null, $template=NULL, $tempDir=N…
253 …InternalParams $params, $meta=null, $userfields=null, $pagestyles=null, $template=NULL, $tempDir=N…
/plugin/structodt/
H A Dhelper.php51 public function renderODT($template, $row) { argument
106 public function renderPDF($template, $row) { argument
343 public function rowTemplate($row, $template) { argument
[all...]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php334 protected function template(array $properties) { function in Sabre\\VObject\\Component\\VAvailabilityTest
379 protected function _template($template, array $properties) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php334 protected function template(array $properties) { function in Sabre\\VObject\\Component\\VAvailabilityTest
379 protected function _template($template, array $properties) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php334 protected function template(array $properties) { function in Sabre\\VObject\\Component\\VAvailabilityTest
379 protected function _template($template, array $properties) {
/plugin/doodle2/
H A Ddoodle_template.php11 $template = $this->template; variable
/plugin/doodle3/
H A Ddoodle_template.php11 $template = $this->template; variable
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php439 protected function template(array $properties) { function in Sabre\\VObject\\Component\\VAvailabilityTest
484 protected function _template($template, array $properties) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DMutableLoader.php30 public function setTemplate($name, $template);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DConfigurationSpec.php28 public function setTemplate(RevisionTemplate $template)

1234567