Home
last modified time | relevance | path

Searched refs:Context (Results 76 – 100 of 185) sorted by path

12345678

/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php106 protected function &_open($streamName, Stream\Context $context = null)
250 if (false === Stream\Context::contextExists($context)) {
258 $context = Stream\Context::getInstance($context);
H A DFile.php195 protected function &_open($streamName, Stream\Context $context = null)
H A DRead.php80 protected function &_open($streamName, Stream\Context $context = null)
H A DReadWrite.php83 protected function &_open($streamName, Stream\Context $context = null)
H A DWrite.php80 protected function &_open($streamName, Stream\Context $context = null)
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php81 protected function &_open($streamName, Stream\Context $context = null)
H A DReadWrite.php84 protected function &_open($streamName, Stream\Context $context = null)
H A DWrite.php80 protected function &_open($streamName, Stream\Context $context = null)
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php81 protected function &_open($streamName, Stream\Context $context = null)
H A DReadWrite.php84 protected function &_open($streamName, Stream\Context $context = null)
H A DTemporary.php96 protected function &_open($streamName, Stream\Context $context = null)
H A DWrite.php81 protected function &_open($streamName, Stream\Context $context = null)
/plugin/findologicxmlexport/vendor/hoa/math/
H A DCHANGELOG.md51 …* Added support for constants, variables and functions through the `Context`. (jubianchi, 2015-10-…
H A DContext.php45 class Context class
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DContext.php39 use Hoa\Math\Context as CUT;
50 class Context extends Test\Unit\Suite class
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php209 $context = new \Mock\Hoa\Math\Context(),
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php77 public function setContext(Math\Context $context)
342 $this->_context = new Math\Context();
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md27 * Test: Write `Hoa\Stream\Context` test suite. (Ivan Enderlin, 2017-02-02T15:23:47+01:00)
H A DContext.php47 class Context class
H A DREADME.md35 * Context: Allow to pass options and parameters to the stream
140 protected function &_open($streamName, Hoa\Stream\Context $context = null)
193 A context is represented by the `Hoa\Stream\Context` class. It
205 $context = Hoa\Stream\Context::getInstance($contextId);
219 methods on the `Hoa\Stream\Context` class will be useful to
H A DStream.php203 if (false === Context::contextExists($context)) {
212 $context = Context::getInstance($context);
253 abstract protected function &_open($streamName, Context $context = null);
276 $handle = Context::getInstance(uniqid());
281 } elseif (true === Context::contextExists($context)) {
282 $handle = Context::getInstance($context);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DContext.php40 use Hoa\Stream\Context as SUT;
51 class Context extends Test\Unit\Suite class
H A DStream.php121 LUT\Context::getInstance($contextName)
303 $context = LUT\Context::getInstance($contextName),
771 protected function &_open($streamName, LUT\Context $context = null)
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md146 - Remove Context::getDirection\(\) [\#905](https://github.com/schmittjoh/serializer/issues/905)
172 - obsolete strategies when calling Context::setVersion/setGroups more than once [\#98](https://gith…
264 - Context Group not working [\#865](https://github.com/schmittjoh/serializer/issues/865)
457 - Ability to getGroups on Context [\#554](https://github.com/schmittjoh/serializer/issues/554)
H A DUPGRADING.md18 - Removed deprecated method `VisitorInterface::getNavigator`, use `Context::getNavigator` instead

12345678