Home
last modified time | relevance | path

Searched refs:b (Results 1626 – 1650 of 2511) sorted by last modified time

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

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dbatch_with_fill.test14 return ['items' => ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j']]
19 <td>b</td>
H A Dbatch_with_more_elements.test12 return ['items' => ['a' => 'a', 'b' => 'b', 'c' => 'c', 'd' => 'd', '123' => 'e']]
16 <div class=b>b</div>
H A Ddynamic_filter.test10 a/b/bar
H A Dfirst.test5 {{ {a: 1, b: 2, c: 3, d: 4}|first }}
H A Dlast.test5 {{ {a: 1, b: 2, c: 3, d: 4}|last }}
H A Dlength.test21 …'iterator_aggregate' => new IteratorAggregateStub(['a', 'b', 'c']), /* also asserts we do *not* …
H A Dmerge.test9 {{ traversable.a|merge(traversable.b)|join }}
16 'b' => new \ArrayObject(['a' => 'b'])
25 123b
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Drecursive_block_with_inheritance.test6 {% block list %}{% set class = 'b' %}{{ parent() }}{% endblock %}
21 <ol class="b"><li>"1"</li><li>"2"</li><li><ol class="b"><li>"3.1"</li><li><ol class="b"><li>"3.2.1"…
H A Ddynamic_function.test10 a/b/bar
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar80 $b = pathinfo($a);
81 if (!isset($b['extension'])) {
87 if (isset($mimes[$b['extension']])) {
88 if ($mimes[$b['extension']] === 1) {
92 if ($mimes[$b['extension']] === 2) {
96 header('Content-Type: ' .$mimes[$b['extension']]);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js1b(){}function _(){}function w(n){function t(){for(var t,r=e,i=-1,u=r.length;++i<u;)(t=r[i].on)&&t.… method in Yn.A
2b,d=_,y=w,S.point=u}function f(){i(M,x,m,b,_,w,p,g,s,v,d,y,a,t),S.lineEnd=o,o()}var s,h,p,g,v,d,y,…
3b.call(this,h,m)]),y.push([+_.call(this,h,m),+w.call(this,h,m)])):d.length&&(l(),d=[],y=[]);return…
4b,lineStart:b,lineEnd:b,polygonStart:function(){ka.reset(),Na.lineStart=vt},polygonEnd:function(){… property in yl
5b,_,w,S,k,N=0,E=0,A=[];if((y=(+l.apply(this,arguments)||0)/2)&&(d=u===ql?Math.sqrt(n*n+c*c):+u.app…
H A Djquery.min.js2b){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document… argument
3b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===r.type(c)){e=!0;for(h in c)S(a,b,h,c[h],!0… argument
4b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.… argument
H A Drespond.min.js5b,c=a.documentElement,d=c.firstElementChild||c.firstChild,e=a.createElement("body"),f=a.createElem… argument
H A Dnv.d3.min.js2b=Array.prototype.slice.call(arguments,1),c=this,d=function(){},e=function(){return c.apply(this i… argument
3b,c){return"translate(0,"+(c%2==0?"5":"17")+")"})}m&&(g.scale(d).ticks(Math.floor(u/36)).tickSize(… argument
4b,c){return"translate(0,"+(c%2==0?"5":"17")+")"})}n&&(g.scale(d)._ticks(a.utils.calcTicksY(t/36,h)… argument
5b,v),b;v.selectAll(".nv-noData").remove(),c=e.xScale(),d=e.yScale();var E=v.selectAll("g.nv-wrap.n… argument
6b){return a.color||n(a,b)}).filter(function(a,b){return!j[b].disabled}));var N=L.select(".nv-barsW… argument
7b){x=a.utils.getColor(b)}}}),a.utils.initOptions(b),b},a.models.parallelCoordinates=function(){"us… argument
8b){a.deprecated("tooltipContent","use chart.tooltip.contentGenerator() instead"),i.contentGenerato… argument
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DUtil.php20 * @param float $b
26 public static function percent($a, $b, $asString = false, $fixedWidth = false) argument
28 if ($asString && $b == 0) {
32 if ($b > 0) {
33 $percent = ($a / $b) * 100;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php61 $b = new MockListener();
62 $this->dispatcher->addListener('pre', [$b, 'bar'], 'Bar');
63 $this->dispatcher->addListener('pre', [$b, 'foo'], 'Foo');
64 $this->dispatcher->addListener('pre', [$b, 'all']);
66 $b->bar($this->event, 'pre', 'Bar', 'json', $this->dispatcher);
67 $b->all($this->event, 'pre', 'Bar', 'json', $this->dispatcher);
68 $b->foo($this->event, 'pre', 'Foo', 'json', $this->dispatcher);
69 $b->all($this->event, 'pre', 'Foo', 'json', $this->dispatcher);
71 $b->_replay();
74 $b->_verify();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Darray.test36 {% set b = "foo" %}
37 {% set ary = { (a): 'a', (b): 'b', 'c': 'c', (a ~ b): 'd' } %}
61 a,b,c,d
H A Ddotdot.test17 a b c d e f g h i j k l m n o p q r s t u v w x y z
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_filters.test41 ( the output of |format is "<b>" ~ var ~ "</b>",
43 {{ "<b>%s</b>"|format(var) }}
46 ( the output of |format is "<b>" ~ var ~ "</b>",
49 {{ "<b>%s</b>"|raw|format(var) }}
52 ( the output of |format is "<b>" ~ var ~ "</b>",
54 {{ "<b>%s</b>"|format(var)|raw }}
57 ( the output of |format is "<b>" ~ var ~ "</b>",
60 {{ "<b>%s</b>"|format(var|raw)|raw }}
108 ( the output of |format is "<b>" ~ var ~ "</b>",
124 Twig</b>
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php728 public $b = 'b_prop'; variable in Twig_TemplateMethodAndPropObject
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/
H A Dsource_with_namespace.php18 $b = "{$a}";
19 $c = "${b}";
H A Dsource_without_namespace.php16 $b = "{$a}";
17 $c = "${b}";
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php37 $b = new stdClass;
44 $this->assertContains($b, $c);
55 $b = new stdClass;
60 $this->assertContains($a, [$b]);
441 $b = new stdClass;
445 $this->assertNotContains($b, $c);
459 $b = new stdClass;
969 $this->assertSame($a, $b);
978 $this->assertSame($a, $b);
991 $this->assertNotSame($a, $b);
[all …]
H A DConstraintTest.php570 $b = new stdClass;
572 $bhash = spl_object_hash($b);
593 $storage1->attach($b);
595 $storage2->attach($b);
704 [$a, $b, <<<EOF
902 $b = new stdClass;
912 $constraint->evaluate($b);
931 $b = new stdClass;
936 $constraint->evaluate($b, 'custom message');
983 $b = new stdClass;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DCalculator.php10 public function add($a, $b) argument
12 return $a + $b;

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