Home
last modified time | relevance | path

Searched refs:b (Results 2226 – 2250 of 2511) sorted by last modified time

1...<<81828384858687888990>>...101

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.class.php273 function setrgbcolor($r, $g, $b) { argument
274 $data = sprintf("%.2f %.2f %.2f setrgbcolor\n", $r, $g, $b);
H A Doutput.fpdf.class.php364 function setrgbcolor($r, $g, $b) { argument
365 $this->pdf->SetDrawColor($r*255, $g*255, $b*255);
366 $this->pdf->SetFillColor($r*255, $g*255, $b*255);
367 $this->pdf->SetTextColor($r*255, $g*255, $b*255);
H A Doutput.pcl.class.php285 function setrgbcolor($r, $g, $b) { } argument
H A Dcss.rules.inc.php55 $b = css_selector_specificity($r2[0]);
58 if ($a[$i] != $b[$i]) { return ($a[$i] < $b[$i]) ? -1 : 1; };
68 $b = $r2->get_specificity();
71 if ($a[$i] != $b[$i]) { return ($a[$i] < $b[$i]) ? -1 : 1; };
H A Doutput.pdflib.class.php398 function setrgbcolor($r, $g, $b) { argument
399 pdf_setcolor($this->pdf, "both", "rgb", $r, $g, $b, 0);
H A Dcss.colors.inc.php173 $b = min(255,max(0,$matches[3]));
174 return array($r,$g,$b);
181 $b = min(255,max(0,$matches[3]*255/100));
182 return array($r,$g,$b);
204 $b = array_pop($arrb);
206 return array($r,$g,$b);
220 $b = array_pop($arrb);
222 return array($r,$g,$b);
H A Dflow_context.class.inc.php354 function cmp_boxes_by_z_index($a, $b) { argument
356 $b_z = $b->get_css_property(CSS_Z_INDEX);
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.border-left.php22 $this->assertEqual($color->b, 0);
39 $this->assertEqual($color->b, 0);
/plugin/html2pdf/html2pdf/html2ps/cache/
H A Dutf8.mappings.dat37b";a:19:{s:10:"iso-8859-1";s:1:"b";s:10:"iso-8859-2";s:1:"b";s:10:"iso-8859-3";s:1:"b";s:10:"iso-8…
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1860 function SetDrawColor($r,$g=-1,$b=-1) { argument
1862 if (($r==0 && $g==0 && $b==0) || $g==-1) {
1874 function SetFillColor($r,$g=-1,$b=-1) { argument
1876 if (($r==0 && $g==0 && $b==0) || $g==-1) {
1889 function SetTextColor($r,$g=-1,$b=-1) { argument
1891 if (($r==0 && $g==0 && $b==0) || $g==-1) {
2228 $b=0;
2234 $b='LRT';
2273 $b=$b2;
2313 $b=$b2;
[all …]
/plugin/redirect2/
H A Dadmin.php134 protected function compareCounts($a, $b) { argument
135 return $b['count'] - $a['count'];
/plugin/mantis/lib/
H A Dclass.wsdl.php753 $b = '
836 $b .= "<li><a href='#' onclick=\"popout();popup('$op')\">$op</a></li>";
838 $b .= "<div id='$op' class='hidden'>
842 $b .= "<font color='white'>".ucfirst($donnie).':</font><br>';
845 $b .= "&nbsp;&nbsp;$captain:<br>";
848 $b .= "&nbsp;&nbsp;&nbsp;&nbsp;$joanie: $chachi<br>";
852 $b .= "&nbsp;&nbsp;$captain: $tenille<br>";
856 $b .= "<font color='white'>".ucfirst($donnie).":</font> $marie<br>";
859 $b .= '</div>';
861 $b .= '
[all …]
H A Dnusoap.php5265 $b = '
5348 $b .= "<li><a href='#' onclick=\"popout();popup('$op')\">$op</a></li>";
5350 $b .= "<div id='$op' class='hidden'>
5354 $b .= "<font color='white'>".ucfirst($donnie).':</font><br>';
5357 $b .= "&nbsp;&nbsp;$captain:<br>";
5360 $b .= "&nbsp;&nbsp;&nbsp;&nbsp;$joanie: $chachi<br>";
5364 $b .= "&nbsp;&nbsp;$captain: $tenille<br>";
5368 $b .= "<font color='white'>".ucfirst($donnie).":</font> $marie<br>";
5371 $b .= '</div>';
5373 $b .= '
[all …]
/plugin/pagemod/
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/advrack/
H A Djquery.qtip.js2358 translate[2] = border && /^(r|b)/i.test(corner.string()) ?
2427 var b, bc, br;
2430 b = precedance === Y ? LEFT : TOP;
2431 position[ b ] = '50%';
2432 position[MARGIN+'-' + b] = -Math.round(size[ precedance === Y ? 0 : 1 ] / 2) + userOffset;
2435 b = self._parseWidth(corner, side, elements.tooltip);
2439 position[ side ] = Math.max(-self.border, i ? bc : (userOffset + (br > b ? br : -b)));
H A Draphael.js966 b = r.b;
974 b = clr.b;
991 b: b, property in AnonymousFunctionfecc8d702600.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.js296 for (var b = 0; b < modules.length; b++) {
298 if (b == 0) {
302 } else if (b < modules.length - 1) {
313 if (modules[b]['fill-color']) {
314 module.attr('fill', modules[b]['fill-color']);
318 if (modules[b]['tooltip']) {
319 setupTooltip(module, modules[b]['tooltip']);
328 if (modules[b]['label']) {
331 …ndaries.x + boundaries.width/2, boundaries.y + boundaries.height/2, modules[b]['label']).attr({'fo…
/plugin/authloginapi/
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/flexpaper/
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/authgoogle2fa/
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/dokumicrobugtracker/js/
H A Djquery.dataTables.js610 if ( typeof b != 'string' ) { b = ''; }
612 var y = b.toLowerCase();
619 if ( typeof b != 'string' ) { b = ''; }
621 var y = b.toLowerCase();
629 "html-asc": function ( a, b ) argument
636 "html-desc": function ( a, b ) argument
647 "date-asc": function ( a, b ) argument
650 var y = Date.parse( b );
667 var y = Date.parse( b );
688 var y = (b=="-" || b==="") ? 0 : b*1;
[all …]
H A Djquery.dataTables.min.js.gz
H A Djquery.js2b){function cu(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function … argument
3b,!0)}}},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(c,d,e,g){var h=c.type|… argument
H A Djquery.dataTables.min.js45b,c,"sWidth");o(b,c,"sWidth","sWidthOrig");o(b,c,"sClass");o(b,c,"fnRender");o(b,c,"bUseRendered")…
46b.asSorting)==-1&&i.inArray("desc",b.asSorting)==-1){b.sSortingClass=a.oClasses.sSortable;b.sSorti… argument
53b].sClass!==null&&i(c).addClass(a.aoColumns[b].sClass);if(a.aoColumns[b].sTitle!=c.innerHTML)c.inn…
65b)}function Ea(a,b){if(typeof b.sEcho!="undefined")if(b.sEcho*1<a.iDraw)return;else a.iDraw=b.sEch…
81 b.bind("keypress.DT",function(d){if(d.keyCode==13)return false});return c}function N(a,b,c){Oa(a,b.…
107b){if(a.length!=b.length)return 1;for(var c=0;c<a.length;c++)if(a[c]!=b[c])return 2;return 0}funct… argument
118b<f;b++)for(var e=0,h=c[b].length;e<h;e++)if(c[b][e].unique&&(typeof d[e]=="undefined"||!a.bSortCe…
119b==a)a=c.clientWidth;p.body.removeChild(c);return b-a}function P(a,b,c){for(var d=0,f=b.length;d<f… argument
122b.length==2?function(c,d){c[b[0]][b[1]]=d}:b.length==3?function(c,d){c[b[0]][b[1]][b[2]]=d}:functi… argument
126b.jquery!="undefined"||typeof b=="object")e.appendChild(b);else e.innerHTML=b;b=i("tr",d.nTBody);i… argument
[all …]
/plugin/dokumicrobugtracker/
H A DLICENSE.txt126 Component, and (b) serves only to enable use of the work with that
217 b) The work must carry prominent notices stating that it is
257 b) Convey the object code in, or embodied in, a physical product
273 with subsection 6b.
368 b) Requiring preservation of specified reasonable legal notices or
418 finally terminates your license, and (b) permanently, if the copyright
531 conveyed by you (or copies made from those copies), or (b) primarily

1...<<81828384858687888990>>...101