Home
last modified time | relevance | path

Searched refs:empty (Results 401 – 425 of 652) sorted by path

1...<<11121314151617181920>>...27

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithTypedArraySetter.php15 private $empty = []; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithTypedArraySetter
17 public function setEmpty(array $empty): void argument
19 $this->empty = $empty;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md267 // $copy->myProperty will return an empty collection
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md70 * Ignored empty method names in invalid `@method` phpdoc
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js3empty:d,forEach:function(n){for(var t in this._)n.call(this,s(t),this._[t])}}),ao.nest=function(){… function
5empty=Co.empty,Yl.node=Co.node,Yl.size=Co.size,ao.transition=function(n,t){return n&&n.transition?… function
H A Djquery.min.js2empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:f…
3empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return V.get(a,c)||V.access(a,c,{empt…
H A Dnv.d3.min.js5empty()||u.extent(I),kb.data([u.empty()?e.domain():I]).each(function(a){var b=e(a[0])-e.range()[0]…
7 …,g[b](a[b])]}))}function q(){var a=h.filter(function(a){return!g[a].brush.empty()}),b=a.map(functi…
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DChangeLog.md13 …thub.com/sebastianbergmann/php-token-stream/issues/68): Method with name `empty` wrongly recognize…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2435.phpt2 GH-2435: Test empty @group annotation
H A D2731.phpt23 Failed asserting that exception message is empty but is 'message'.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-json-post-66021.phpt8 print 'skip: Does not have PHP #66021 (Blank line inside empty JSON array/object)';
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md96 * Added support for dumping empty PHP arrays as YAML sequences:
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBasicTests.yml41 sequence by giving the sequence an empty
H A DYtsNullsAndEmpties.yml4 You can represent the empty sequence
5 with an empty inline sequence.
7 empty: []
9 ['empty' => []]
13 You can represent the empty mapping
14 with an empty inline mapping.
16 empty: {}
18 ['empty' => []]
40 You can represent an empty string
H A DYtsSpecificationExamples.yml872 # an empty sequence, and the last an empty string.
1028 empty: []
1047 empty: {}
1170 empty: |
1204 'empty' => '',
1219 empty: >
1271 'empty' => '',
1287 empty: ''
1298 'empty' => '',
1308 empty: ""
[all …]
H A Dmultiple_lines_as_literal_block.yml10 empty line:
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG90 * fixed use TokenParser to return an empty Node
127 * fixed the empty() test
134 * "empty" test will now consider the return value of the __toString() method for
350 * added a new way to customize the main Module node (via empty nodes)
633 * fixed the empty test and the length filter for Twig_Markup instances
689 * added a better error message when a template is empty but contain a BOM
690 * fixed "in" operator for empty strings
708 * allowed empty templates to be used as traits
718 * added support for empty Countable objects for the "empty" test
818 * added the "empty" test
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst666 empty implementations for all methods:
H A Dadvanced_legacy.rst605 ``\Twig\Extension\AbstractExtension`` provides empty implementations for all other methods.
H A Ddeprecated.rst141 * As of Twig 2.x, the following interfaces are deprecated and empty (they will
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst42 current date by default. If an empty string is desired instead of the current
47 {{ post.published_at is empty ? "" : post.published_at|date("m/d/Y") }}
H A Ddefault.rst5 undefined or empty, otherwise the value of the variable:
15 {{ ''|default('passed var is empty') }}
28 :doc:`empty<../tests/empty>` tests to learn more about their semantics.
H A Djoin.rst15 The separator between elements is an empty string per default, but you can
H A Dsplit.rst30 If the ``delimiter`` is an empty string, then value will be split by equal
44 empty) functions for string splitting.
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dinclude.rst53 When you set the ``ignore_missing`` flag, Twig will return an empty string if

1...<<11121314151617181920>>...27