Home
last modified time | relevance | path

Searched refs:b (Results 1651 – 1675 of 2511) sorted by last modified time

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DDataProviderSkippedTest.php7 public function testSkipped($a, $b, $c) argument
15 public function testAdd($a, $b, $c) argument
17 $this->assertEquals($c, $a + $b);
H A DDataProviderTest.php7 public function testAdd($a, $b, $c) argument
9 $this->assertEquals($c, $a + $b);
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DFactoryTest.php71 public function testGetComparatorFor($a, $b, $expected) argument
74 $actual = $factory->getComparatorFor($a, $b);
89 $b = new TestClass;
91 $actual = $factory->getComparatorFor($a, $b);
109 $b = new TestClass;
111 $actual = $factory->getComparatorFor($a, $b);
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/_files/
H A DSampleClass.php20 protected $b; variable in SebastianBergmann\\Comparator\\SampleClass
23 public function __construct($a, $b, $c) argument
26 $this->b = $b;
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/fixtures/
H A Dpatch.txt1 diff --git a/Foo.php b/Foo.php
4 +++ b/Foo.php
H A Dpatch2.txt1 diff --git a/Foo.php b/Foo.php
4 +++ b/Foo.php
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst292 following PHP call: ``twig_path('a', 'b', 'foo')``.
359 following PHP call: ``twig_path('a', 'b', 'foo')``.
/plugin/findologicxmlexport/vendor/jms/serializer/src/Ordering/
H A DAlphabeticalPropertyOrderingStrategy.php18 static function (PropertyMetadata $a, PropertyMetadata $b): int {
19 return strcmp($a->name, $b->name);
H A DCustomPropertyOrderingStrategy.php27 uksort($properties, function ($a, $b) use ($currentSorting) {
29 $existsB = isset($this->ordering[$b]);
32 return $currentSorting[$a] - $currentSorting[$b];
43 return $this->ordering[$a] < $this->ordering[$b] ? -1 : 1;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DUniform.php127 for ($e = 0, $b = $stat[$e], $max = count($stat) - 1;
128 $e < $max && $i > $b;
129 $b += $stat[++$e]);
147 $b = 0;
151 if ($i <= $b += $st['n']) {
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php535 $this->_sorts[] = function (\SplFileInfo $a, \SplFileInfo $b) use ($collator) {
536 return $collator->compare($a->getPathname(), $b->getPathname());
539 $this->_sorts[] = function (\SplFileInfo $a, \SplFileInfo $b) {
540 return strcmp($a->getPathname(), $b->getPathname());
556 $this->_sorts[] = function (\SplFileInfo $a, \SplFileInfo $b) {
557 return $a->getSize() < $b->getSize();
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md104 $foobar = new Hoa\Iterator\Map(['f', 'o', 'o', 'b', 'a', 'r']);
255 $foobar = new Hoa\Iterator\Map(['f', 'o', 'o', 'b', 'a', 'r']);
256 $baz = new Hoa\Iterator\Map(['b', 'a', 'z']);
270 * f | b
273 * b | ?
392 $abcde = new Hoa\Iterator\Map(['a', 'b', 'c', 'd', 'e']);
399 echo $buffer->current(); // b
405 echo $buffer->current(); // b
411 echo $buffer->current(); // b
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php150 $acc = function ($b) use ($a, $acc) {
151 return $acc($a() + $b);
161 $acc = function ($b) use ($a, $acc) {
162 return $acc($a()) - $b;
172 $acc = function ($b) use ($a, $acc) {
173 return $acc($a() * $b);
186 $acc = function ($b) use ($a, $acc) {
187 if (0.0 === $b) {
193 return $acc($a()) / $b;
211 if (0.0 === $b) {
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A DLICENSE34 …e or use which is otherwise than noncommercial as permitted under Section 4(b) and otherwise waive…
35 …that is for a purpose or use which is otherwise than noncommercial as permitted under Section 4(b).
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAccessorOrderMethod.php12 private $b = 'b', $a = 'a'; variable in JMS\\Serializer\\Tests\\Fixtures\\AccessorOrderMethod
H A DAccessorOrderParent.php12 private $b = 'b', $a = 'a'; variable in JMS\\Serializer\\Tests\\Fixtures\\AccessorOrderParent
H A DInlineChild.php19 public $b = 'b'; variable in JMS\\Serializer\\Tests\\Fixtures\\InlineChild
H A DInlineChildWithGroups.php24 public $b = 'b'; variable in JMS\\Serializer\\Tests\\Fixtures\\InlineChildWithGroups
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DClassMetadataTest.php118 private $b, $a;
123 private $a, $b, $c, $d, $e;
137 return 'B:' . $this->b;
140 public function setB($b) argument
142 $this->b = 'B:' . $b;
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md93 * > > > token(literal, b)
106 tokens: `a` and `b`, followed by a quantification, followed by another
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DSearch.php82 $b = substr($y, $l + 1 + $d, $n - $l - $d);
83 $L[$q][$d] = $l + static::lcp($a, $b);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Darrays.rst23 $serializer->serialize(['a', 'b']); // ['a', 'b']
29 …$serializer->serialize(['a', 'b'], SerializationContext::create()->setInitialType('array')); // […
35 …$serializer->serialize(['a', 'b'], SerializationContext::create()->setInitialType('array<integer>'…
41 …lizer->serialize(['a', 'b'], SerializationContext::create()->setInitialType('array<integer,integer…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php889 $inner->b = null;
908 $inner->b = null;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DLazyEventDispatcherTest.php39 $b = new MockListener();
40 $this->registerListenerService('b', $b);
46 $b->bar($this->event, 'pre', 'Bar', 'json', $this->dispatcher);
47 $b->all($this->event, 'pre', 'Bar', 'json', $this->dispatcher);
48 $b->foo($this->event, 'pre', 'Foo', 'json', $this->dispatcher);
49 $b->all($this->event, 'pre', 'Foo', 'json', $this->dispatcher);
50 $b->_replay();
53 $b->_verify();
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dfirst.rst15 {{ { a: 1, b: 2, c: 3, d: 4 }|first }}

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