Home
last modified time | relevance | path

Searched refs:rdel_length (Results 1 – 7 of 7) sorted by relevance

/dports/www/piwigo/piwigo/include/smarty/libs/sysplugins/
H A Dsmarty_internal_templatelexer.php96 public $rdel_length = 0; variable in Smarty_Internal_Templatelexer
216 $this->rdel_length = strlen($this->smarty->right_delimiter);
798 if (substr($this->data, $this->counter + strlen($this->value) - 1, $this->rdel_length) ==
H A Dsmarty_internal_templateparser.php1552 …str($this->yystack[ $this->yyidx + 0 ]->minor, $this->lex->ldel_length, - $this->lex->rdel_length),
1615 …tr($this->yystack[ $this->yyidx + 0 ]->minor, $this->lex->ldel_length, - $this->lex->rdel_length));
1842 …str($this->yystack[ $this->yyidx + 0 ]->minor, $this->lex->ldel_length, - $this->lex->rdel_length),
2327 …str($this->yystack[ $this->yyidx + 0 ]->minor, $this->lex->ldel_length, - $this->lex->rdel_length),
/dports/www/piwigo/piwigo/include/smarty/lexer/
H A Dsmarty_internal_templatelexer.plex96 public $rdel_length = 0;
238 $this->rdel_length = strlen($this->smarty->right_delimiter);
532 …if (substr($this->data, $this->counter + strlen($this->value) - 1, $this->rdel_length) == $this->s…
H A Dsmarty_internal_templateparser.y342 $var = trim(substr(i, $this->lex->ldel_length, -$this->lex->rdel_length), ' $'); in smartytag()
396 $tag = trim(substr(t, $this->lex->ldel_length, -$this->lex->rdel_length)); in smartytag()
551 $tag = trim(substr(t, $this->lex->ldel_length, -$this->lex->rdel_length), ' /'); in smartytag()
1024 $var = trim(substr(i, $this->lex->ldel_length, -$this->lex->rdel_length), ' $'); in varvarele()
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_templatelexer.php103 public $rdel_length = 0; variable in Smarty_Internal_Templatelexer
223 $this->rdel_length = strlen($this->smarty->right_delimiter);
826 if (substr($this->data, $this->counter + strlen($this->value) - 1, $this->rdel_length) ==
H A Dsmarty_internal_templateparser.php1563 …str($this->yystack[ $this->yyidx + 0 ]->minor, $this->lex->ldel_length, - $this->lex->rdel_length),
1634 …tr($this->yystack[ $this->yyidx + 0 ]->minor, $this->lex->ldel_length, - $this->lex->rdel_length));
1873 …str($this->yystack[ $this->yyidx + 0 ]->minor, $this->lex->ldel_length, - $this->lex->rdel_length),
2367 …str($this->yystack[ $this->yyidx + 0 ]->minor, $this->lex->ldel_length, - $this->lex->rdel_length),
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/sysplugins/
H A Dsmarty_internal_templatelexer.php88 $this->rdel_length = strlen($this->smarty->right_delimiter);
712 …if (substr($this->data, $this->counter + strlen($this->value) - 1, $this->rdel_length) == $this->s…