Searched refs:enableDataVariables (Results 1 – 4 of 4) sorted by relevance
| /plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/ |
| H A D | Context.php | 53 protected $enableDataVariables = false; variable in Handlebars\\Context 76 $this->enableDataVariables = $options[Handlebars::OPTION_ENABLE_DATA_VARIABLES]; 111 if (!$this->enableDataVariables) { 157 if (!$this->enableDataVariables) { 235 if ($this->enableDataVariables && substr($variableName, 0, 1) == '@') { 290 if (!$this->enableDataVariables) {
|
| H A D | Handlebars.php | 94 private $enableDataVariables = false; variable in Handlebars\\Handlebars 157 $this->enableDataVariables = $options[self::OPTION_ENABLE_DATA_VARIABLES]; 444 return $this->enableDataVariables;
|
| /plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/ |
| H A D | HandlebarsTest.php | 221 * @param bool $enableDataVariables 224 public function testDataVariables($src, $data, $result, $enableDataVariables) argument 231 'enableDataVariables'=> $enableDataVariables,
|
| /plugin/combo/vendor/salesforce/handlebars-php/ |
| H A D | README.md | 683 To enable the new data variables, set the `enableDataVariables` option to `true` when instantiating… 690 "enableDataVariables" => true 749 'enableDataVariables'=> $enabled, 754 When `enableDataVariables` is `false`, existing behavior is not changed where some variables will b… 761 When `enableDataVariables` is `true`, the behavior matches HandlebarsJS 1.1 behavior, where all dat…
|