Home
last modified time | relevance | path

Searched refs:_context (Results 26 – 29 of 29) sorted by last modified time

12

/plugin/findologicxmlexport/vendor/hoa/stream/
H A DContext.php72 $this->_context = stream_context_create();
169 return $this->_context;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Donly.test11 {% for k, v in _context %}{{ k }},{% endfor %}
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG900 * added the special _context variable to reference the current context
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.post.positioned.class.php4 var $_context; variable in PostTreeFilterPositioned
7 $this->_context =& $context;
17 $this->_context->add_absolute_positioned($tree->content[$i]);
19 $this->_context->add_fixed_positioned($tree->content[$i]);

12