/plugin/onlineordering/ |
H A D | send_form.php | 66 $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 D | Helpers.php | 223 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 D | ExpressionParserTest.php | 26 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 D | bibtex_converter.php | 179 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 D | css.php | 14 $template = NULL; variable 18 $template = $tpl; variable
|
/plugin/publistf/bib2tpl/ |
H A D | bibtex_converter.php | 198 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 D | bibtex_converter.php | 194 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 D | SearchUrl.php | 25 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 D | File.php | 132 …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 D | BaseGenerator.php | 11 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 D | MessageFormatter.php | 47 private $template; variable in GuzzleHttp\\MessageFormatter 52 public function __construct($template = self::CLF)
|
H A D | UriTemplate.php | 12 private $template; variable in GuzzleHttp\\UriTemplate 38 public function expand($template, array $variables)
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/ |
H A D | GoogleCloudDatacatalogV1beta1Tag.php | 26 public $template; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1Tag 59 public function setTemplate($template)
|
H A D | GoogleCloudDatacatalogV1Tag.php | 35 public $template; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1Tag 86 public function setTemplate($template)
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | TemplateWrapper.php | 22 private $template; variable in Twig\\TemplateWrapper 30 public function __construct(Environment $env, Template $template)
|
/plugin/odt/ODT/ |
H A D | ODTExport.php | 133 …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 D | helper.php | 51 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 D | VAvailabilityTest.php | 334 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 D | VAvailabilityTest.php | 334 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 D | VAvailabilityTest.php | 334 protected function template(array $properties) { function in Sabre\\VObject\\Component\\VAvailabilityTest 379 protected function _template($template, array $properties) {
|
/plugin/doodle2/ |
H A D | doodle_template.php | 11 $template = $this->template; variable
|
/plugin/doodle3/ |
H A D | doodle_template.php | 11 $template = $this->template; variable
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/ |
H A D | VAvailabilityTest.php | 439 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 D | MutableLoader.php | 30 public function setTemplate($name, $template);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/ |
H A D | ConfigurationSpec.php | 28 public function setTemplate(RevisionTemplate $template)
|