Home
last modified time | relevance | path

Searched refs:weight (Results 26 – 50 of 960) sorted by relevance

12345678910>>...39

/plugin/floatdiv/
H A Dstyle.css13 font-weight: bold;
18 font-weight: bold;
25 font-weight: bold;
32 font-weight: bold;
40 font-weight: bold;
49 font-weight: bold;
/plugin/ckgedit/syntax/
H A Dfont.php42 list($size,$weight) = explode(':',$size);
44 if(isset($weight) && $weight) {
45 list($weight,$fstyle) = explode(',',$weight);
46 $size .= " font-weight:$weight; ";
/plugin/codehighlight/cp/languages/
H A Dautoit.css5 u {font-style:normal;color:#000090;font-weight:bold;font-family:Monospace;}
6 var {color:#AA0000;font-weight:bold;font-style:normal;}
11 a {color:#0080FF;font-weight:bold;}
12 s, s u, s b {color:#9999CC;font-weight:normal;}
13 cite, cite *{color:#009933;font-weight:normal;}
H A Dphp.css6 …i s, strong i u, strong i a, strong i a u, strong i s u {color:gray;font-weight:normal;} /* commen…
7 s, s b, strong s u, strong s cite {color:#5656fa;font-weight:normal;} /* attributes and strings */
8 strong a, strong a u {color:#006700;font-weight:bold;} /* variables */
11 strong u {color:#7F0055;font-weight:bold;} /* reserved words */
12 cite, s cite {color:red;font-weight:bold;} /* <?php and ?> */
H A Djavascript.css5 b {color:#7F0055;font-weight:bold;} /* reserved words */
6 u {color:darkblue;font-weight:bold;} /* special words */
7 i, i b, i s, i u {color:green;font-weight:normal;} /* comments */
8 s, s b, s u {color:#2A00FF;font-weight:normal;} /* strings */
H A Dcsharp.css6 b {color:#7F0055;font-weight:bold;font-style:normal;} /* reserved words */
7 a {color:#2A0088;font-weight:bold;font-style:normal;} /* types */
8 i, i b, i s {color:#3F7F5F;font-weight:bold;} /* comments */
9 s, s b {color:#2A00FF;font-weight:normal;} /* strings */
H A Dsql.css6 b {color:#0000FF;font-style:normal;font-weight:bold;} /* reserved words */
8 a {color:#CD6600;font-style:normal;font-weight:bold;} /* commands */
9 i, i b, i u, i a, i s {color:#A9A9A9;font-weight:normal;font-style:italic;} /* comments */
10 s, s b, s u, s a, s i {color:#2A00FF;font-weight:normal;} /* strings */
H A Djava.css5 b {color:#7F0055;font-weight:bold;font-style:normal;} /* reserved words */
6 i, i b, i s {color:#3F7F5F;font-weight:bold;} /* comments */
7 s, s b {color:#2A00FF;font-weight:normal;} /* strings */
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Didea.min.css1weight:normal;color:#000}.hljs-comment,.hljs-quote{color:#808080;font-style:italic}.hljs-meta{colo…
H A Dgrayscale.min.css1weight:bold}.hljs-number,.hljs-literal{color:#777}.hljs-string,.hljs-doctag,.hljs-formula{color:#3…
/plugin/apidoc/
H A Dstyle.css2 span.apidoc_classname {color: lightyellow;font-size: 28px;font-weight: bold;}
18 span.apidoc_bold {font-weight: bold;}
19 p.apidoc_right_head {font-size: 16px; color: #333;font-weight: bold;margin: 0px; margin-bottom: 10p…
32 span.apidoc_highlight_birdbracket {font-weight: bold; background-color: lightyellow; color: green;}
33 span.apidoc_highlight_bracket {font-weight: bold; color: green;}
34 span.apidoc_highlight_digit {font-weight: bold; color: black;}
36 span.apidoc_highlight_squarebracket {font-weight: bold; color: brown;}
38 span.apidoc_highlight_type {font-weight: bold;}
39 span.apidoc_highlight_variable {font-weight: bold; color: purple;}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DHealthStatus.php53 public $weight; variable in Google\\Service\\Compute\\HealthStatus
160 public function setWeight($weight) argument
162 $this->weight = $weight;
169 return $this->weight;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTableBorderProperties.php62 public function setWeight(Dimension $weight) argument
64 $this->weight = $weight;
71 return $this->weight;
H A DOutline.php80 public function setWeight(Dimension $weight) argument
82 $this->weight = $weight;
89 return $this->weight;
H A DLineProperties.php146 public function setWeight(Dimension $weight) argument
148 $this->weight = $weight;
155 return $this->weight;
/plugin/passpolicy/
H A Dstyle.css8 font-weight: bold;
15 font-weight: bold;
22 font-weight: bold;
29 font-weight: bold;
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.font.class.php5 var $weight; variable in ValueFont
16 $font->weight = $this->weight;
49 if ($this->weight === CSS_PROPERTY_INHERIT) {
50 $this->weight = $state->getInheritedProperty(CSS_FONT_WEIGHT);
/plugin/highlightjs/highlight/styles/
H A Didea.css14 font-weight: normal;
32 font-weight: bold;
37 font-weight: bold;
42 font-weight: normal;
47 font-weight: bold;
/plugin/combo/ComboStrap/
H A DColorRgb.php417 * @param int|null $weight
430 function mix($color, ?int $weight = 50): ColorRgb argument
432 if ($weight === null) {
433 $weight = 50;
437 $targetRed = self::round(Math::lerp($color2->getRed(), $this->getRed(), $weight));
438 $targetGreen = self::round(Math::lerp($color2->getGreen(), $this->getGreen(), $weight));
439 $targetBlue = self::round(Math::lerp($color2->getBlue(), $this->getBlue(), $weight));
447 function unmix($color, ?int $weight = 50): ColorRgb argument
449 if ($weight === null) {
450 $weight
[all...]
/plugin/codeprettify/code-prettify/styles/
H A Ddoxy.css13 pre .atn, code .atn { color: #46eeee; font-weight: normal;} /* html/xml attribute name - lt turquo…
22 font-weight: bold;
53 pre .kwd, code .kwd { color: #006; font-weight: bold; }
55 pre .typ, code .typ { color: #404; font-weight: bold; }
59 pre .tag, code .tag { color: #b66ff7; font-weight: bold; }
60 pre .htm, code .htm { color: #606; font-weight: bold; }
61 pre .xsl, code .xsl { color: #606; font-weight: bold; }
62 pre .atn, code .atn { color: #c71585; font-weight: normal; }
63 pre .atv, code .atv { color: #088; font-weight: normal; }
H A Ddesert.css5 pre .kwd { color: #f0e68c; font-weight: bold }
11 pre .tag { color: #f0e68c; font-weight: bold } /* html/xml tag - lightyellow */
12 pre .atn { color: #bdb76b; font-weight: bold } /* attribute name - khaki */
25 pre .kwd, code .kwd { color: #006; font-weight: bold }
27 pre .typ, code .typ { color: #404; font-weight: bold }
31 pre .tag, code .tag { color: #006; font-weight: bold }
/plugin/elasticsearch/vendor/ruflin/elastica/src/Rescore/
H A DQuery.php74 public function setQueryWeight(float $weight): Query argument
77 $query['query_weight'] = $weight;
87 public function setRescoreQueryWeight(float $weight): Query argument
90 $query['rescore_query_weight'] = $weight;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreativeAssignment.php64 public $weight; variable in Google\\Service\\Dfareporting\\CreativeAssignment
237 public function setWeight($weight) argument
239 $this->weight = $weight;
246 return $this->weight;
/plugin/fckg/syntax/
H A Dfont.php42 list($size,$weight) = explode(':',$size);
44 if(isset($weight) && $weight) {
45 $size .= " font-weight:$weight; ";
/plugin/whoisonline/
H A Dstyle.css22 font-weight:bold;
31 font-weight:bold;
55 font-weight:bold;
61 font-weight:normal;

12345678910>>...39