Home
last modified time | relevance | path

Searched refs:bar (Results 176 – 200 of 495) sorted by path

12345678910>>...20

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DGroupsObject.php29 private $bar; variable in JMS\\Serializer\\Tests\\Fixtures\\GroupsObject
39 $this->bar = 'bar';
H A DSimpleClassObject.php29 public $bar; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleClassObject
H A DSimpleInternalObject.php14 private $bar; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleInternalObject
18 public function __construct($foo, $bar) argument
21 $this->bar = $bar;
H A DSimpleObject.php19 private $bar; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleObject
24 public function __construct($foo, $bar) argument
27 $this->bar = $bar;
37 return $this->bar;
H A DSimpleObjectWithStaticProp.php19 private static $bar; variable in JMS\\Serializer\\Tests\\Fixtures\\SimpleObjectWithStaticProp
24 public function __construct($foo, $bar) argument
27 self::$bar = $bar;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php454 $p = new PropertyMetadata($m->name, 'bar');
455 $p->serializedName = 'bar';
517 $this->assetMetadataEquals($p, $m->propertyMetadata['bar']);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DObjectWithVirtualPropertiesAndDuplicatePropName.yml9 name: bar
H A DSimpleClassObject.yml12 bar:
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php66 $b->bar($this->event, 'pre', 'Bar', 'json', $this->dispatcher);
H A DLazyEventDispatcherTest.php46 $b->bar($this->event, 'pre', 'Bar', 'json', $this->dispatcher);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php441 $object->bar = 'bar';
448 $childObject->bar = 'bar';
467 $object->bar = 'bar';
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/metadata/SimpleInternalObject/
H A DSimpleInternalObject.yml3 bar:
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/
H A Dcoverage_bar.html.dist2 …<div class="progress-bar progress-bar-{{level}}" role="progressbar" aria-valuenow="{{percent}}" ar…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margi…
H A Dnv.d3.min.css1 …box .nv-check{opacity:0}.nvd3.nv-linePlusBar .nv-bar rect{fill-opacity:.75}.nvd3.nv-linePlusBar .n…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js5bar})),j.width(V).height(W).color(v.map(function(a,b){return a.color||C(a,b)}).filter(function(a,b…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/
H A Dsource_with_ignore.php13 public function bar() function in Foo
H A Dsource_with_namespace.php2 namespace bar\baz;
12 * @param mixed $bar
14 function &foo($bar) argument
H A Dsource_with_oneline_annotations.php6 public function bar(); function
11 public function bar() function in Foo
H A Dsource_without_namespace.php10 * @param mixed $bar
12 function &foo($bar) argument
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
H A DclassUsesNamespacedFunction.php4 use function bar\baz;
H A Dclosure.php2 $function1 = function($foo, $bar) use ($var) {}; argument
3 $function2 = function(Foo $foo, $bar) use ($var) {}; argument
4 $function3 = function ($foo, $bar, $baz) {}; argument
5 $function4 = function (Foo $foo, $bar, $baz) {}; argument
H A Dissue30.php4 public function bar() function in Foo
H A Dsource.php10 public function bar(Baz $baz) function in Foo
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass.phpt7 public function bar(Foo $foo)
35 private $__phpunit_configurable = ['bar', 'baz'];
42 public function bar(Foo $foo)
57 'Foo', 'bar', $arguments, '', $this, true

12345678910>>...20