Home
last modified time | relevance | path

Searched refs:_parse_variable (Results 1 – 6 of 6) sorted by relevance

/dports/www/templatelite/template_lite/src/internal/
H A Dcompile.parse_is_expr.php29 $expr = "!(1 & ($is_arg / " . $object->_parse_variable($expr_arg) . "))";
42 $expr = "(1 & ($is_arg / " . $object->_parse_variable($expr_arg) . "))";
55 $expr = "!($is_arg % " . $object->_parse_variable($expr_arg) . ")";
/dports/www/flat-frog/flat-frog-2.2.13/src/
H A Dclass.compiler.php616 $_result .= $this->_parse_variable($tag_variable).'.';
618 $_result .= $this->_parse_modifier($this->_parse_variable($tag_variable), $modifiers[$key]).'.';
624 function _parse_variable($variable) { function in compiler
649 $_result = str_replace($value, '" . ' . $this->_parse_variable($value) . ' . "', $_result);
780 $_arg[$key] = $this->_parse_variable($value);
/dports/www/templatelite/template_lite/src/
H A Dclass.compiler.php661 $_result .= $this->_parse_variable($tag_variable).'.';
665 $_result .= $this->_parse_modifier($this->_parse_variable($tag_variable), $modifiers[$key]).'.';
671 function _parse_variable($variable) function in Template_Lite_Compiler
706 $_result = str_replace($value, '" . ' . $this->_parse_variable($value) . ' . "', $_result);
907 $_arg[$key] = $this->_parse_variable($value);
/dports/textproc/py-citeproc-py/citeproc-py-0.6.0/citeproc/source/bibtex/
H A Dbibparse.py138 value = self._parse_variable(file, char)
167 def _parse_variable(self, file, char): member in BibTeXParser
/dports/devel/py-tartiflette/tartiflette-1.4.1/tartiflette/language/parsers/libgraphqlparser/
H A Dtransformers.py87 def _parse_variable( function
368 "Variable": _parse_variable,
913 variable=_parse_variable(
/dports/net/ns3/ns-allinone-3.35/bake/bake/
H A DBake.py346 def _parse_variable(self, string, configuration): member in Bake
629 matches = self._parse_variable(variable, configuration)
636 matches = self._parse_variable(variable, configuration)