Home
last modified time | relevance | path

Searched refs:bar (Results 76 – 100 of 495) sorted by relevance

12345678910>>...20

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dproxy.phpt7 public function bar(Foo $foo)
31 private $__phpunit_configurable = ['bar', 'baz'];
38 public function bar(Foo $foo)
53 'Foo', 'bar', $arguments, '', $this, true
57 return call_user_func_array(array($this->__phpunit_originalObject, "bar"), $arguments);
H A Dreturn_type_declarations_static_method.phpt11 public static function bar(string $baz): Bar
36 private $__phpunit_configurable = ['bar'];
43 public static function bar(string $baz): Bar
45 …throw new PHPUnit_Framework_MockObject_BadMethodCallException('Static method "bar" cannot be invok…
H A Dinterface.phpt7 public function bar(Foo $foo);
29 private $__phpunit_configurable = ['bar'];
36 public function bar(Foo $foo)
51 'Foo', 'bar', $arguments, '', $this, true
H A Dscalar_type_declarations.phpt11 public function bar(string $baz)
35 private $__phpunit_configurable = ['bar'];
42 public function bar(string $baz)
57 'Foo', 'bar', $arguments, '', $this, true
H A Dnamespaced_interface.phpt9 public function bar(Foo $foo);
31 private $__phpunit_configurable = ['bar'];
38 public function bar(NS\Foo $foo)
53 'NS\Foo', 'bar', $arguments, '', $this, true
H A Dnullable_types.phpt11 public function bar(?int $x)
35 private $__phpunit_configurable = ['bar'];
42 public function bar(?int $x)
57 'Foo', 'bar', $arguments, '', $this, true
H A Dreturn_type_declarations_nullable.phpt11 public function bar(string $baz): ?string;
33 private $__phpunit_configurable = ['bar'];
40 public function bar(string $baz): ?string
55 'Foo', 'bar', $arguments, '?string', $this, true
H A Dreturn_type_declarations_object_method.phpt11 public function bar(string $baz): Bar
36 private $__phpunit_configurable = ['bar'];
43 public function bar(string $baz): Bar
58 'Foo', 'bar', $arguments, 'Bar', $this, true
H A Dreturn_type_declarations_void.phpt11 public function bar(string $baz): void;
33 private $__phpunit_configurable = ['bar'];
40 public function bar(string $baz): void
55 'Foo', 'bar', $arguments, 'void', $this, true
H A Dreturn_type_declarations_self.phpt11 public function bar(string $baz): self;
33 private $__phpunit_configurable = ['bar'];
40 public function bar(string $baz): Foo
55 'Foo', 'bar', $arguments, 'Foo', $this, true
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
H A Dinvocation_object_clone_object.phpt7 public function bar(Foo $foo)
36 private $__phpunit_configurable = ['bar', 'baz'];
43 public function bar(Foo $foo)
58 'Foo', 'bar', $arguments, '', $this, true
H A Dnamespaced_class.phpt9 public function bar(Foo $foo)
37 private $__phpunit_configurable = ['bar', 'baz'];
44 public function bar(NS\Foo $foo)
59 'NS\Foo', 'bar', $arguments, '', $this, true
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DFoodAndDrink.php25 public $bar; variable in Google\\Service\\MyBusinessLodging\\FoodAndDrink
122 public function setBar($bar) argument
124 $this->bar = $bar;
131 return $this->bar;
/plugin/html2pdf/snorriheim/
H A Dlayout.css42 /* --------------- top and bottom bar ---------------- */
43 div.dokuwiki .bar {
51 div.dokuwiki .bar-left {
55 div.dokuwiki .bar-right {
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_inline_html_simple.md64 <hr class="foo" id="bar" />
66 <hr class="foo" id="bar"/>
68 <hr class="foo" id="bar" >
/plugin/mikioplugin/syntax/
H A Dtabgroup.php37 $bar = '';
51 $bar .= '<li class="' . $this->elemClass . ' ' . $this->classPrefix . 'tab-item' . $classes . '"><a class="' . $this->elemClass . ($first ? ' mikiop-active' : '') . '" data-toggle="tab" href="#">' . $tab['options']['title'] . '</a></li>';
57 $renderer->doc .= $bar . '</ul><div class="' . $this->elemClass . ' ' . $this->classPrefix . 'tab-content">' . $content . '</div>';
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/
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/phpunit-mock-objects/tests/_fixture/
H A DFoo.php4 public function doSomething(Bar $bar) argument
6 return $bar->doSomethingElse();
H A DMethodCallbackByReference.php4 public function bar(&$a, &$b, $c) function in MethodCallbackByReference
6 Legacy::bar($a, $b, $c);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dformat.test6 return ['string' => '%s/%d', 'foo' => 'bar']
8 bar/3
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dextends_as_array_with_empty_name.test4 {% extends ["", "bar.twig"] %}
5 --TEMPLATE(bar.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddynamic_test.test4 {{ 'bar' is test_bar ? '1' :'0' }}
6 {{ 'bar' is test_foo ? '1' :'0' }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/use/
H A Ddeep_empty.test6 {% use "bar.twig" %}
7 --TEMPLATE(bar.twig)--

12345678910>>...20