Home
last modified time | relevance | path

Searched refs:b (Results 1601 – 1625 of 2511) sorted by last modified time

1...<<61626364656667686970>>...101

/plugin/doodle4/
H A Dsyntax.php111 $this->Lexer->addSpecialPattern('<doodle\b.*?>.+?</doodle>', $mode, 'plugin_doodle4');
/plugin/authclientcert/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/annotate/
H A Danno.php249 $b = $match[1]; // anno_li_<n>
250 $a = ${$b}; // $anno_li_<n>
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md47 cd doc && sphinx-build -W -b html -d _build/doctrees . _build/html
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DREADME.md6 [![Code Coverage](https://scrutinizer-ci.com/g/doctrine/instantiator/badges/coverage.png?b=master)]…
7 …https://scrutinizer-ci.com/g/doctrine/instantiator/badges/quality-score.png?b=master)](https://scr…
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/
H A DREADME.md4 …scrutinizer-ci.com/g/goetas-webservices/xsd2php-runtime/badges/coverage.png?b=master)](https://scr…
5 …inizer-ci.com/g/goetas-webservices/xsd2php-runtime/badges/quality-score.png?b=master)](https://scr…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Djson_encode.rst20 ``{{ data|json_encode(constant('JSON_PRETTY_PRINT') b-or constant('JSON_HEX_QUOT') }}``
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst561 listed first: ``?:`` (ternary operator), ``b-and``, ``b-xor``, ``b-or``,
618 { (foo): 'foo', (1 + 1): 'bar', (foo ~ 'b'): 'baz' }
682 Twig also supports bitwise operators (``b-and``, ``b-xor``, and ``b-or``).
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DFailureTest.php19 $b = new StdClass;
20 $b->bar = 'foo';
22 $this->assertEquals($a, $b, 'message');
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php511 $b = clone $a;
824 $a = $b = $c = 0;
826 $foo->bar($a, $b, $c);
828 $this->assertEquals(1, $b);
845 $b = 1;
849 $a = $b = $c = 0;
851 $foo->bar($a, $b, $c);
853 $this->assertEquals(1, $b);
868 $b = $c = 0;
872 ->with($a, $b, $c)
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DMethodCallbackByReference.php4 public function bar(&$a, &$b, $c) argument
6 Legacy::bar($a, $b, $c);
9 public function callback(&$a, &$b, $c) argument
11 $b = 1;
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DREADME.md59 [to:SebastianBergmann\Diff\Diff:private] => b/tests/MoneyTest.php
115 … [content:SebastianBergmann\Diff\Line:private] => $b = new Money(2, new Currency('EUR'));
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFlowCollections.yml9 seq: [ a, b, c ]
11 ['seq' => ['a', 'b', 'c']]
H A DescapedCharacters.yml3 \0 \ \a \b \n
5 "\\0 \\ \\a \\b \\n"
21 "\b"
134 \" \a \b \e \f \
H A DsfMergeKey.yml11 b: Clark
19 b: new
24 bar_inline: {a: before, d: other, <<: *foo, b: new, x: Oren, c: { foo: bar, bar: foo}}
50 'foo' => ['a' => 'Steve', 'b' => 'Clark', 'c' => 'Brian', 'e' => 'notnull'],
51 …'bar' => ['a' => 'before', 'd' => 'other', 'e' => null, 'b' => 'new', 'c' => ['foo' => 'bar', 'bar…
52 …'bar_inline' => ['a' => 'before', 'd' => 'other', 'b' => 'new', 'c' => ['foo' => 'bar', 'bar' => '…
55 …'check' => ['a' => 'Steve', 'b' => 'Clark', 'c' => 'Brian', 'e' => 'notnull', 'fi', 'fei', 'fo', '…
56 …'head' => ['a' => 'Steve', 'b' => 'Clark', 'c' => 'Brian', 'e' => 'notnull', 'fi', 'fei', 'fo', 'f…
59 …'head_inline' => ['a' => 'Steve', 'b' => 'Clark', 'c' => 'Brian', 'e' => 'notnull', 'fi', 'fei', '…
60 …'recursive_inline' => ['a' => 'Steve', 'b' => 'Clark', 'c' => ['a' => 'Ballmer'], 'e' => 'notnull'…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DParserTest.php2145 public $b = 'foo'; variable in Symfony\\Component\\Yaml\\Tests\\B
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dmax.rst18 {{ max({2: "e", 1: "a", 3: "b", 5: "d", 4: "c"}) }}
H A Dmin.rst18 {{ min({2: "e", 3: "a", 1: "b", 5: "d", 4: "c"}) }}
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DSafeAnalysisNodeVisitor.php141 protected function intersectSafe(array $a = null, array $b = null) argument
143 if (null === $a || null === $b) {
148 return $b;
151 if (\in_array('all', $b)) {
155 return array_intersect($a, $b);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dbitwise.test4 {{ 1 b-and 5 }}
5 {{ 1 b-or 5 }}
6 {{ 1 b-xor 5 }}
7 {{ (1 and 0 b-or 0) is same as(1 and (0 b-or 0)) ? 'ok' : 'ko' }}
H A Dpower.test8 {{ a ** b }}
9 {{ b ** a }}
10 {{ b ** b }}
12 return ['a' => 4, 'b' => -2]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dbatch.test12 return ['items' => ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j']]
16 <div class=item>b</div>
H A Dbatch_float.test12 return ['items' => ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j']]
16 <div class=item>b</div>
H A Dbatch_with_empty_fill.test14 return ['items' => ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j']]
19 <td>b</td>
H A Dbatch_with_exact_elements.test12 return ['items' => ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l']]
16 <div class=item>b</div>

1...<<61626364656667686970>>...101