Home
last modified time | relevance | path

Searched refs:n (Results 1301 – 1325 of 2191) sorted by path

1...<<51525354555657585960>>...88

/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
H A DGamma.php117 * @param int $n n.
120 public function __construct($n, $k) argument
122 $this->_n = $n;
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Combinatorics/Combination/
H A DCombination.php56 $n = 0,
60 ->when($result = CUT::Γ($n, $k, $withoutZero))
70 $n = 2,
74 ->when($result = CUT::Γ($n, $k, $withoutZero))
89 $n = 3,
93 ->when($result = CUT::Γ($n, $k, $withoutZero))
110 $n = 2,
114 ->when($result = CUT::Γ($n, $k, $withoutZero))
127 $n = 3,
131 ->when($result = CUT::Γ($n, $k, $withoutZero))
H A DGamma.php56 $n = 0,
58 $iterator = new CUT($n, $k)
70 $n = 2,
72 $iterator = new CUT($n, $k)
89 $n = 3,
91 $iterator = new CUT($n, $k)
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DGrammar.pp46 %skip nl \n
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md284 echo 'Connected', "\n";
290 echo 'Redirection to ', $bucket->getData()['message'], "\n";
296 echo 'MIME-Type is ', $bucket->getData()['message'], "\n";
302 echo 'Size is ', $bucket->getData()['max'], "\n";
308 echo 'Progressed, ', $bucket->getData()['transferred'], ' bytes downloaded', "\n";
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md155 $emoji->toAscii(), "\n",
156 $maths->toAscii(), "\n";
H A DSearch.php63 $n = strlen($y);
65 $L = [-1 => array_fill(-1, $n - $m + $k + 3, -2)];
72 for ($d = -$q, $max = $n - $m + $k - $q; $d <= $max; ++$d) {
82 $b = substr($y, $l + 1 + $d, $n - $l - $d);
86 $d + $L[$q][$d] == $n - 1) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dbootstrap.min.js6n=h,o=this.getPosition(this.$viewport);h="bottom"==h&&k.bottom+m>o.bottom?"top":"top"==h&&k.top-m<… variable
H A Dd3.min.js1n(n){return n&&(n.ownerDocument||n.document||n).documentElement}function t(n){return n&&(n.ownerDo… argument
2n,t){u(s=n,h=t),p=M,g=x,v=b,d=_,y=w,S.point=u}function f(){i(M,x,m,b,_,w,p,g,s,v,d,y,a,t),S.lineEn… argument
3n){return arguments.length?(e=r=n,t):r},t.x0=function(n){return arguments.length?(e=n,t):e},t.x1=f… argument
4n){st(n,this.t,ba),st(ba.s,this.s,this),this.s?this.t+=ba.t:this.s=ba.t},reset:function(){this.s=t… function
5n[u],i.x=a,i.y=c,i.dy=f,a+=i.dx=Math.min(e.x+e.dx-a,f?l(i.area/f):0);i.z=!0,i.dx+=e.x+e.dx-a,e.y+=… argument
H A Dholder.min.js12n=J.vars.cache.themeKeys[0|Math.random()*J.vars.cache.themeKeys.length];b.theme=B(g.themes[n],null…
H A Djquery.min.js2n=m.call(Object),o={};function p(a,b){b=b||d;var c=b.createElement("script");c.text=a,b.head.appen…
3n=0,o=a.length;n<o;n++)if(f=a[n],f||0===f)if("object"===r.type(f))r.merge(m,f.nodeType?[f]:f);else…
4n,o=[e||d],p=l.call(b,"type")?b.type:b,q=l.call(b,"namespace")?b.namespace.split("."):[];if(h=i=e=…
H A Dnv.d3.min.js2n=d3.select(this),o=d||960,p=e||400,q=n.selectAll("g.nv-wrap.nv-interactiveLineLayer").data([l]),r…
3n&&z.select(".nv-y.nv-axis").attr("transform","translate("+t+",0)"),e.width(t).height(u);var A=z.s… function
4n&&(g.scale(d)._ticks(a.utils.calcTicksY(t/36,h)).tickSize(-q,0),x.select(".nv-y.nv-axis").call(g)… function
5n,v,k)),E.select(".nv-legendWrap").attr("transform","translate(0,"+-k.top+")")),E.attr("transform"…
6n(a,b)}).filter(function(a,b){return!j[b].disabled}));var N=L.select(".nv-barsWrap").datum(j.filte… function
7n),G=d3.svg.axis().orient("left"),H=d3.behavior.drag().on("dragstart",r).on("drag",s).on("dragend"…
8n},set:function(b){n=a.utils.getColor(b),f.color(n),g.color(n),h.color(n)}}}),a.utils.inheritOptio… function
H A Drespond.min.js5n=[],o={},p=30,q=j.getElementsByTagName("head")[0]||k,r=j.getElementsByTagName("base")[0],s=q.getE… variable
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
H A Dclass_with_multiple_anonymous_classes_and_functions.php7 public function n() { function in class_with_multiple_anonymous_classes_and_functions::m::AnonymousClass4bb549f70100
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php122 $n = @stream_select($r, $w, $e, $this->timeout);
124 if ($n === false) {
126 } elseif ($n === 0) {
129 } elseif ($n > 0) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DString.php41 $n = 0;
43 $n = 1;
45 $n = 2;
47 $n = 3;
52 for ($j = 0; $j < $n; $j++) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2972/
H A Dissue-2972-test.phpt5 echo "Hello world\n";
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D581.phpt30 2 => 'Test\n'
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt62 --columns <n> Number of columns to use for progress output.
H A Dhelp2.phpt63 --columns <n> Number of columns to use for progress output.
H A Dteamcity-inner-exceptions.phpt22n--- Expected|n+++ Actual|n@@ @@|n Array (|n- 0 => 1|n+ 0 => 2|n )|n' details=' %s/tests/_fi…
28 …ons' message='Exception : One' details=' %s/tests/_files/ExceptionStackTest.php:18|n ' flowId='%d']
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/
H A Dphpunit-example-extension-1.0.0.phar84 f��1�!=f�����!1����Xۯ��c��Q�BM�E��@fs��×��\?�n���i9+����GBMB
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsDocumentSeparator.yml66 ['foo' => "---\n"]
83 'foo' => "---\nfoo: bar\n---\nyo: baz\n",
84 'bar' => "fooness\n"
H A DYtsFoldedScalars.yml15 ['this' => "Foo\nBar\n"]
33 'preserving' => "extra new lines are kept\n\n\n",
65 same as "kept" above: "This has four newlines.\n\n\n\n"
68 'clipped' => "This has one newline.\n",
72 'kept' => "This has four newlines.\n\n\n\n",
73 'same as "kept" above' => "This has four newlines.\n\n\n\n"
98 ['this' => "Foo\n\n \n",
99 'kept' => "Foo\n\n \n"]
167 same as "kept" above: "This has four newlines.\n\n\n\n"
174 'kept' => "This has four newlines.\n\n\n\n",
[all …]
H A DYtsSpecificationExamples.yml377 "\\//||\\/||\n// || ||_\n"
379 "\\//||\\/||\n// || ||_\n"
391 { T_STR, 0, "\\//||\\/||\n// || ||_\n" },
430 …mpleted another fine season with great stats.\n\n 63 Home Runs\n 0.288 Batting Average\n\nWhat a…
432 …mpleted another fine season with great stats.\n\n 63 Home Runs\n 0.288 Batting Average\n\nWhat a…
448 …mpleted another fine season with great stats.\n\n 63 Home Runs\n 0.288 Batting Average\n\nWhat a…
489 "hexesc"=>"\r\n is \r\n"
1156 same as "kept" above: "This has two newlines.\n\n"
1163 'kept' => "This has two newlines.\n\n",
1278 "another list:\n\n * first entry\n\n * second entry\n\nAnd a final folded paragraph.\n",
[all …]

1...<<51525354555657585960>>...88