Home
last modified time | relevance | path

Searched refs:ldel_length (Results 1 – 8 of 8) sorted by relevance

/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/sysplugins/
H A Dsmarty_internal_templatelexer.php86 $this->ldel_length = strlen($this->smarty->left_delimiter);
208 …if ($this->smarty->auto_literal && (strpos(" \n\t\r",substr($this->value,$this->ldel_length,1)) !=…
217 …if ($this->smarty->auto_literal && (strpos(" \n\t\r",substr($this->value,$this->ldel_length,1)) !=…
226 …if ($this->smarty->auto_literal && (strpos(" \n\t\r",substr($this->value,$this->ldel_length,1)) !=…
236 …if ($this->smarty->auto_literal && (strpos(" \n\t\r",substr($this->value,$this->ldel_length,1)) !=…
247 …if ($this->smarty->auto_literal && (strpos(" \n\t\r",substr($this->value,$this->ldel_length,1)) !=…
258 …if ($this->smarty->auto_literal && (strpos(" \n\t\r",substr($this->value,$this->ldel_length,1)) !=…
269 …if ($this->smarty->auto_literal && (strpos(" \n\t\r",substr($this->value,$this->ldel_length,1)) !=…
280 …if ($this->smarty->auto_literal && (strpos(" \n\t\r",substr($this->value,$this->ldel_length,1)) !=…
291 …if ($this->smarty->auto_literal && (strpos(" \n\t\r",substr($this->value,$this->ldel_length,1)) !=…
[all …]
H A Dsmarty_internal_templateparser.php2410 $tag = trim(substr($this->yystack[$this->yyidx + -1]->minor,$this->lex->ldel_length));
2416 $tag = trim(substr($this->yystack[$this->yyidx + -2]->minor,$this->lex->ldel_length));
2422 $tag = trim(substr($this->yystack[$this->yyidx + -1]->minor,$this->lex->ldel_length));
/dports/www/piwigo/piwigo/include/smarty/libs/sysplugins/
H A Dsmarty_internal_templatelexer.php82 public $ldel_length = 0; variable in Smarty_Internal_Templatelexer
214 $this->ldel_length = strlen($this->smarty->left_delimiter);
233 strpos(" \n\t\r", $this->value[ $this->ldel_length ]) !== false : false;
371 if ($this->smarty->auto_literal && isset($this->value[ $this->ldel_length ]) ?
372 strpos(" \n\t\r", $this->value[ $this->ldel_length ]) !== false : false
384 if ($this->smarty->auto_literal && isset($this->value[ $this->ldel_length ]) ?
385 strpos(" \n\t\r", $this->value[ $this->ldel_length ]) !== false : false
621 strpos(" \n\t\r", $this->value[ $this->ldel_length ]) !== false : false
1055 strpos(" \n\t\r", $this->value[ $this->ldel_length ]) !== false : false
1068 strpos(" \n\t\r", $this->value[ $this->ldel_length ]) !== false : false
[all …]
H A Dsmarty_internal_templateparser.php1552 …trim(substr($this->yystack[ $this->yyidx + 0 ]->minor, $this->lex->ldel_length, - $this->lex->rdel…
1615 …trim(substr($this->yystack[ $this->yyidx + 0 ]->minor, $this->lex->ldel_length, - $this->lex->rdel…
1712 $tag = trim(substr($this->yystack[ $this->yyidx + - 1 ]->minor, $this->lex->ldel_length));
1721 $tag = trim(substr($this->yystack[ $this->yyidx + - 2 ]->minor, $this->lex->ldel_length));
1731 $tag = trim(substr($this->yystack[ $this->yyidx + - 1 ]->minor, $this->lex->ldel_length));
1842 …trim(substr($this->yystack[ $this->yyidx + 0 ]->minor, $this->lex->ldel_length, - $this->lex->rdel…
2327 …trim(substr($this->yystack[ $this->yyidx + 0 ]->minor, $this->lex->ldel_length, - $this->lex->rdel…
/dports/www/piwigo/piwigo/include/smarty/lexer/
H A Dsmarty_internal_templatelexer.plex82 public $ldel_length = 0;
236 $this->ldel_length = strlen($this->smarty->left_delimiter);
254 …->auto_literal && isset($this->value[$this->ldel_length]) ? strpos(" \n\t\r", $this->value[$this->
346 …->auto_literal && isset($this->value[$this->ldel_length]) ? strpos(" \n\t\r", $this->value[$this->
354 …->auto_literal && isset($this->value[$this->ldel_length]) ? strpos(" \n\t\r", $this->value[$this->
440 …->auto_literal && isset($this->value[$this->ldel_length]) ? strpos(" \n\t\r", $this->value[$this->
621 …->auto_literal && isset($this->value[$this->ldel_length]) ? strpos(" \n\t\r", $this->value[$this->
629 …->auto_literal && isset($this->value[$this->ldel_length]) ? strpos(" \n\t\r", $this->value[$this->
637 …->auto_literal && isset($this->value[$this->ldel_length]) ? strpos(" \n\t\r", $this->value[$this->
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()
465 $tag = trim(substr(i,$this->lex->ldel_length)); in tag()
470 $tag = trim(substr(i,$this->lex->ldel_length)); in tag()
475 $tag = trim(substr(i,$this->lex->ldel_length)); in tag()
480 $tag = trim(substr(i,$this->lex->ldel_length)); in tag()
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.php89 public $ldel_length = 0; variable in Smarty_Internal_Templatelexer
221 $this->ldel_length = strlen($this->smarty->left_delimiter);
240 strpos(" \n\t\r", $this->value[ $this->ldel_length ]) !== false : false;
380 if ($this->smarty->auto_literal && isset($this->value[ $this->ldel_length ]) ?
381 strpos(" \n\t\r", $this->value[ $this->ldel_length ]) !== false : false
393 if ($this->smarty->auto_literal && isset($this->value[ $this->ldel_length ]) ?
394 strpos(" \n\t\r", $this->value[ $this->ldel_length ]) !== false : false
643 strpos(" \n\t\r", $this->value[ $this->ldel_length ]) !== false : false
1089 strpos(" \n\t\r", $this->value[ $this->ldel_length ]) !== false : false
1102 strpos(" \n\t\r", $this->value[ $this->ldel_length ]) !== false : false
[all …]
H A Dsmarty_internal_templateparser.php1563 …trim(substr($this->yystack[ $this->yyidx + 0 ]->minor, $this->lex->ldel_length, - $this->lex->rdel…
1634 …trim(substr($this->yystack[ $this->yyidx + 0 ]->minor, $this->lex->ldel_length, - $this->lex->rdel…
1736 $tag = trim(substr($this->yystack[ $this->yyidx + - 1 ]->minor, $this->lex->ldel_length));
1745 $tag = trim(substr($this->yystack[ $this->yyidx + - 2 ]->minor, $this->lex->ldel_length));
1755 $tag = trim(substr($this->yystack[ $this->yyidx + - 1 ]->minor, $this->lex->ldel_length));
1873 …trim(substr($this->yystack[ $this->yyidx + 0 ]->minor, $this->lex->ldel_length, - $this->lex->rdel…
2367 …trim(substr($this->yystack[ $this->yyidx + 0 ]->minor, $this->lex->ldel_length, - $this->lex->rdel…