Home
last modified time | relevance | path

Searched refs:b (Results 226 – 250 of 2511) sorted by path

12345678910>>...101

/plugin/bugzillahttp/
H A DBzBug.php93 $b = new BzBug();
94 $b->setId((string)$bug->bug_id);
95 $b->setDateCreated((string)$bug->creation_ts);
96 $b->setAssignedTo((string)$bug->assigned_to);
97 $b->setReportedBy((string)$bug->reporter);
98 $b->setShortDesc((string)$bug->short_desc);
99 $b->setProduct((string)$bug->product);
100 $b->setStatus((string)$bug->bug_status);
101 $b->setSeverity((string)$bug->bug_severity);
102 $b->setPriority((string)$bug->priority);
[all …]
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php191 usort($result, function ($a, $b) use ($groupBy) {
192 $c = strcmp( $a[$groupBy], $b[$groupBy] );
193 if ( $c == 0 ) return $a['id'] < $b['id'] ? -1 : 1;
/plugin/bugzillaint/
H A Dscript.js253 l.sort(function(a,b){ argument
254 if ( parseInt(a.id) < parseInt(b.id) ) return -1;
255 if ( parseInt(a.id) < parseInt(b.id) ) return 1;
/plugin/bulletodo/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php252 * @param string $b
260 public function _sorttargetpages($a, $b) { argument
261 $ns_diff = substr_count($a, ':') - substr_count($b, ':');
262 return ($ns_diff === 0) ? strcmp($a, $b) : ($ns_diff > 0 ? -1 : 1);
/plugin/bureaucracy/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/bureaucracy/helper/
H A Dactiontemplate.php296 * @param string $b
304 public function _sorttargetpages($a, $b) { argument
305 $ns_diff = substr_count($a, ':') - substr_count($b, ':');
306 return ($ns_diff === 0) ? strcmp($a, $b) : ($ns_diff > 0 ? -1 : 1);
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php252 * @param string $b
260 public function _sorttargetpages($a, $b) { argument
261 $ns_diff = substr_count($a, ':') - substr_count($b, ':');
262 return ($ns_diff === 0) ? strcmp($a, $b) : ($ns_diff > 0 ? -1 : 1);
/plugin/button/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/c3chart/assets/
H A Dc3.min.js2b=w.params;function T(t,m){var S;return t.each(function(){var t,e,i,n=T.g=v.select(this),r=this.__… variable
H A Dd3.min.js2b=x.selectAll(".domain").data([null]),w=x.selectAll(".tick").data(p,n).order(),M=w.exit(),T=w.ente… method in Ri.M
H A Djs-yaml.min.js2b=new h({explicit:[g,m,y]});var A=new p("tag:yaml.org,2002:null",{kind:"scalar",resolve:function(e…
/plugin/callflow/
H A Draphael.js966 b = r.b;
974 b = clr.b;
991 b: b, property in AnonymousFunctionaefe14e82600.rgb
1025 clr.b = rgb.b;
1031 clr.b = rgb.b;
1147 b = prepareRGB(r, g, b);
1150 b = b[2];
1181 b = prepareRGB(r, g, b);
1184 b = b[2];
2336 t1 = (-b + math.sqrt(b * b - 4 * a * c)) / 2 / a;
[all …]
H A Dscript.js96 getElementsByAttribute = function(a,b) argument
105 if(arr_elms[i].getAttribute(a) == b)//changed this line to suite my needs from:
/plugin/camelcase/
H A Dsyntax.php45 '\b[A-Z]+[a-z]+[A-Z][A-Za-z]*\b',$mode,'plugin_camelcase'
/plugin/captcha/
H A DEasySVG.php6 * @version 0.1b
419 [$a, $b, $c, $d, $e, $f] = $matrix;
434 $current_point = [$a * $x + $e, $b * $x + $f];
451 $current_point = [$a * $x + $c * $y + $e, $b * $x + $d * $y + $f];
459 $current_point = [$a * $x + $c * $y + $e, $b * $x + $d * $y + $f];
470 $current_point = [$a * $x + $c * $y + $e, $b * $x + $d * $y + $f];
/plugin/caption/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/catlist/
H A Dsyntax.php429 usort($_TREE, function ($a, $b) use ($data) {
431 $b_is_folder = isset($b['_']);
439 $b_title = ($data['sort_by_title'] ? $b['title'] : $b['name']);
448 $b_date = (isset($b['metadata']['date'][$field]) ? $b['metadata']['date'][$field] : 0);
/plugin/charter/
H A DCOPYING98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
H A Dhelper.php650 $b = hexdec(substr($input, 4, 2));
655 $b = hexdec($input[2]);
659 $b = $b * 16 + $b;
664 return array($r, $g, $b);
/plugin/charter/lib/pchart/
H A DpChart.class.php1591 $b = ($X - $XIn[$klo]) / $h;
1592 …$Value = $a * $YIn[$klo] + $b * $YIn[$khi] + (($a*$a*$a - $a) * $Yt[$klo] + ($b*$b*$b - $b) * $Yt[…
1698 $b = ($X - $XIn[$klo]) / $h;
1699 …$Value = $a * $YIn[$klo] + $b * $YIn[$khi] + (($a*$a*$a - $a) * $Yt[$klo] + ($b*$b*$b - $b) * $Yt[…
/plugin/chessdiagram/toolbar/
H A Denglish.diff6 …4RK/3r4\n</chessdiagram>\n\n<chessdiagram>\nr---k--r\n-q---ppp\np---p---\n--b-P---\nP--N-Q--\nP---…
H A Dgerman.diff6 …3/PQ4RK/3r4\n</schachdiagramm>\n\n<schachdiagramm>\nt---k--t\n-d---bbb\nb---b---\n--l-B---\nB--S-D…
/plugin/chordsheets/js/
H A Draphael.js1b=x.prototype.toLowerCase,_=Math,w=_.max,k=_.min,B=_.abs,C=_.pow,S=_.PI,A="number",T="array",M=Obj… function
/plugin/cite/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)

12345678910>>...101