Home
last modified time | relevance | path

Searched refs:b (Results 2176 – 2200 of 2511) sorted by last modified time

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

/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dtp.min.js1b:"[1-9][0-9]*",r:0},E={cN:"symbol",b:":[^\\]]+"},T={cN:"built_in",b:"(AR|P|PAYLOAD|PR|R|SR|RSR|LB… property in AnonymousFunction972588900100.R
H A Dtypescript.min.js1b:/^\s*['"]use strict['"]/},e.ASM,e.QSM,{cN:"string",b:"`",e:"`",c:[e.BE,{cN:"subst",b:"\\$\\{",e:…
H A Dvhdl.min.js1 …e.CBCM,e.C("--","$"),e.QSM,{cN:"number",b:a,r:0},{cN:"literal",b:"'(U|X|0|1|Z|W|L|H|-)'",c:[e.BE]}…
H A Dvim.min.js1 …tring",b:/"((\\")|[^"\n])*("|\n)/},{cN:"variable",b:/[bwtglsav]:[\w\d_]*/},{cN:"function",bK:"func…
H A Dx86asm.min.js1b:"\\b(?:([0-9][0-9_]*)?\\.[0-9_]*(?:[eE][+-]?[0-9_]+)?|(0[Xx])?[0-9][0-9_]*\\.?[0-9_]*(?:[pP](?:[…
H A Dxl.min.js1b:'"',e:'"',i:"\\n"},r={cN:"string",b:"'",e:"'",i:"\\n"},i={cN:"string",b:"<<",e:">>"},l={cN:"numb… property in AnonymousFunctionb80ff9100100.l
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Datelier-savanna-dark.min.css1 …le,.hljs-section{color:#478c90}.hljs-keyword,.hljs-selector-tag{color:#55859b}.hljs-deletion,.hljs…
/plugin/youtracklinks/
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/settingstree/
H A Dstyle.css144 .settingstree_left_column ul.settings_hierarchy_history li.highlighted_level > b{
150 .settingstree_left_column ul.settings_hierarchy_history > li.title >b{
155 .settingstree_left_column ul.settings_hierarchy_history li > b{
163 .settingstree_left_column ul.settings_hierarchy_history li > b.value{
166 .settingstree_left_column ul.settings_hierarchy_history li > b.protect{
169 /*.settingstree_left_column ul.settings_hierarchy_history li > b.value:before{
173 .settingstree_left_column ul.settings_hierarchy_history li > b.protect:before{
177 .settingstree_left_column ul.settings_hierarchy_history li > b.protect.value:before{
/plugin/authdrupal7/
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.)
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Diso-8859-7.map99 !62 U+0062 b
H A Diso-8859-9.map99 !62 U+0062 b
H A Dkoi8-r.map99 !62 U+0062 b
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._interface.class.php65 function setrgbcolor($r, $g, $b) { } argument
H A Doutput.png.class.php490 function setrgbcolor($r, $g, $b) { argument
491 $color = array('rgb' => array($r, $g, $b),
492 'object' => imagecolorallocate($this->_image, $r*255, $g*255, $b*255));
H A Dpdf.fpdf.php1849 function SetDrawColor($r,$g=-1,$b=-1) { argument
1851 if (($r==0 && $g==0 && $b==0) || $g==-1) {
1854 $new_color = sprintf('%.3f %.3f %.3f RG',$r/255,$g/255,$b/255);
1863 function SetFillColor($r,$g=-1,$b=-1) { argument
1865 if (($r==0 && $g==0 && $b==0) || $g==-1) {
1868 $new_color = sprintf('%.3f %.3f %.3f rg',$r/255,$g/255,$b/255);
1878 function SetTextColor($r,$g=-1,$b=-1) { argument
1880 if (($r==0 && $g==0 && $b==0) || $g==-1) {
1883 $this->TextColor=sprintf('%.3f %.3f %.3f rg',$r/255,$g/255,$b/255);
H A Dps.image.encoder.simple.inc.php56 $b = $rgb & 0xFF;
57 $ps_image_data .= sprintf("\\%03o\\%03o\\%03o",$r,$g,$b);
108 $b = $rgb & 0xFF;
117 $b = $background_color[2];
122 $ps_image_data .= sprintf("\\%03o\\%03o\\%03o",$r,$g,$b);
188 $b = $colors['blue'];
194 $b = (int)($b + ($bg[2] - $b)*$a/127);
196 $ps_image_data .= sprintf("\\%03o\\%03o\\%03o",$r,$g,$b);
H A Dps.l2.image.encoder.stream.inc.php26 $b = $rgb & 0xFF;
27 $line .= sprintf("%02X%02X%02X",min(max($r,0),255),min(max($g,0),255),min(max($b,0),255));
H A Dps.l3.image.encoder.stream.inc.php55 $b = $rgb & 0xFF;
56 … $psdata->write(sprintf("%02X%02X%02X",min(max($r,0),255),min(max($g,0),255),min(max($b,0),255)));
114 $b = $rgb & 0xFF;
116 $psdata->write(sprintf("%02X%02X%02X",$r,$g,$b));
220 $b = $colors['blue'];
225 $b = (int)($b + ($bg[2] - $b)*$a/127);
228 $psdata->write(sprintf("%02X%02X%02X",$r,$g,$b));
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._missing_afm.tpl4 in order to use the <b>PS</b> output method. Metric files <i>may</i> be taken from Ghostscript dist…
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.border-bottom.php22 $this->assertEqual($color->b, 0);
39 $this->assertEqual($color->b, 0);
H A Dtest.border-right.php22 $this->assertEqual($color->b, 0);
39 $this->assertEqual($color->b, 0);
H A Dtest.css.parse.atrules.php14 $this->assertEqual($color->b, 0);
27 $this->assertEqual($color->b, 0);
H A Dtest.css.parse.php67 $this->assertEqual($color->b, 0);
90 $this->assertEqual($color->b, 0);
113 $this->assertEqual($color->b, 0);
138 $this->assertEqual($color->b, 0);
163 $this->assertEqual($color->b, 0);
H A Dtest.css.priority.php30 $this->assertEqual(0, $color->b);
36 $this->assertEqual(0, $color->b);
42 $this->assertEqual(1, $color->b);

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