Home
last modified time | relevance | path

Searched refs:valid (Results 401 – 425 of 849) sorted by path

1...<<11121314151617181920>>...34

/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst258 …d using the ``object.getFirstName()`` expression (``exp`` can contain any valid symfony expression…
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContextFactory.php74 while ($tokens->valid()) {
85 while ($tokens->valid() && ($braceLevel > 0 || !$firstBraceFound)) {
126 …while ($tokens->valid() && ($tokens->current()[0] === T_STRING || $tokens->current()[0] === T_NS_S…
169 …while ($tokens->valid() && ($tokens->current()[0] !== T_STRING) && ($tokens->current()[0] !== T_NS…
185 while ($tokens->valid()
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DIterator.php49 public function valid() function in SebastianBergmann\\CodeCoverage\\Node\\Iterator
71 return $this->valid() ? $this->nodes[$this->position] : null;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js2valid=!1,f=null),t}var u,o,a,l,c,f,s=ee(function(n,t){return n=u(n,t),[n[0]*h+l,c-n[1]*h]}),h=150,…
4valid=!1),i=u(n),i.valid=!0,i},extent:function(a){return arguments.length?(u=Zt(n=+a[0][0],t=+a[0]…
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php488 public function valid() function in PHP_Token_Stream
586 if (!$this->valid()) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md155 * Fixed [#2392](https://github.com/sebastianbergmann/phpunit/issues/2392): Empty (but valid) data p…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DCount.php67 while ($iterator->valid() && $key !== $iterator->key()) {
86 for ($count = 0; $generator->valid(); $generator->next()) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTestSuiteIterator.php47 public function valid() function in PHPUnit_Util_TestSuiteIterator
69 return $this->valid() ? $this->tests[$this->position] : null;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DCountTest.php43 $this->assertFalse($it->valid());
58 $this->assertFalse($it->valid());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DTestIterator.php17 public function valid() function in TestIterator
H A DTestIterator2.php26 public function valid() function in TestIterator2
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsErrorTests.yml19 # This is actually valid YAML now. Someone should tell showell.
H A DYtsSpecificationExamples.yml1531 valid iso8601: 2001-12-14t21:59:43.10-05:00
1537 'valid iso8601' => YAML::mktime( 2001, 12, 14, 21, 59, 43, 0.10, "-05:00" ),
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst41 or ``diff.in.XXX`` where ``XXX`` can be any valid unit: second, minute, hour, day, month, year.
H A Di18n.rst63 ``{% trans "Hello {{ name }}!" %}`` is not a valid statement.
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG66 * "js" filter now produces valid JSON
719 …* fixed algorithm that determines if a template using inheritance is valid (no output between bloc…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst814 any valid PHP callable:
H A Drecipes.rst67 any valid expression, you can pass a variable that evaluates to ``true`` when
91 As a matter of fact, the template name can be any valid expression, such as
274 valid PHP callable) which should return a function (or a filter).
289 If the callable is not able to return a valid function (or filter), it must
311 // the $template is valid
323 // the $template is valid
H A Dtemplates.rst108 * check if ``foo`` is an array and ``bar`` a valid element;
109 * if not, and if ``foo`` is an object, check that ``bar`` is a valid property;
110 * if not, and if ``foo`` is an object, check that ``bar`` is a valid method
112 * if not, and if ``foo`` is an object, check that ``getBar`` is a valid method;
113 * if not, and if ``foo`` is an object, check that ``isBar`` is a valid method;
118 * check if ``foo`` is an array and ``bar`` a valid element;
830 String interpolation (``#{expression}``) allows any valid expression to appear
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst95 used in the ``escape`` call) and the second one must be a valid PHP callable:
H A Dslice.rst19 You can use any valid expression for both the start and the length:
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dattribute.rst26 notation, except that the item can be any valid expression.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst182 As the template name for the parent can be any valid Twig expression, it's
H A Dinclude.rst70 The template name can be any valid Twig expression:
95 placed just after the template name. Here some valid examples:
H A Dset.rst21 The assigned value can be any valid :ref:`Twig expression

1...<<11121314151617181920>>...34