/plugin/html2pdf/html2pdf/html2ps/ |
H A D | font.resolver.class.php | 37 function font_resolved($family, $weight, $style, $encoding) { argument 40 isset($this->ps_fonts[$family][$weight]) and 41 isset($this->ps_fonts[$family][$weight][$style]) and 42 isset($this->ps_fonts[$family][$weight][$style][$encoding]); 51 function resolve_font($family, $weight, $style, $encoding) { argument 52 if (!$this->font_resolved($family, $weight, $style, $encoding)) { 56 return $this->ps_fonts[$family][$weight][$style][$encoding]; 112 isset($this->overrides[$encoding][$family][$weight]) && 118 isset($this->overrides_mask[$family][$weight]) && 119 isset($this->overrides_mask[$family][$weight][$style])) { [all …]
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
H A D | FunctionScore.php | 69 * @param float|null $weight function weight 77 ?float $weight = null argument 87 if (null !== $weight) { 88 $function['weight'] = $weight; 101 * @param float|null $weight the weight of the function 107 return $this->addFunction('script_score', $script, $filter, $weight); 134 ?float $weight = null, argument 166 ?float $weight = null, argument 189 * @param float $weight the weight of the function 196 return $this->addFunction('weight', $weight, $filter); [all …]
|
/plugin/combo/ComboStrap/ |
H A D | Math.php | 18 public static function unlerp($x, $y, $weight): float argument 20 $x2 = ($weight / 100) * $x; 21 return ($y - $x2) / (1 - $weight / 100); 31 public static function lerp($x, $y, $weight) argument 34 $X = ($weight / 100) * $x; 35 $Y = (1 - $weight / 100) * $y;
|
/plugin/abc2/ |
H A D | all.css | 46 …weight:bold;color:white}.hs-item li.hs-chord,.hs-item li.hs-signature{display:table-header-group;c…
|
/plugin/codehighlight/cp/languages/ |
H A D | vbscript.css | 13 font-weight:normal; 18 font-weight:normal; 23 font-weight:normal; 28 font-weight:normal; 32 font-weight:bold; 37 font-weight:; 42 font-weight:bold; 51 font-weight:bold; 64 font-weight:bold; 70 font-weight:bold;
|
H A D | asp.css | 13 font-weight:normal; 18 font-weight:normal; 23 font-weight:normal; 28 font-weight:normal; 32 font-weight:bold; 37 font-weight:; 42 font-weight:bold; 51 font-weight:bold; 64 font-weight:bold; 70 font-weight:bold;
|
H A D | ruby.css | 5 b {color:#7F0055;font-weight:bold;} /* reserved words */ 6 i, i b, i s, i em, i a, i u {color:gray;font-weight:normal;} /* comments */ 7 s, s b, s a, s em, s u {color:#2A00FF;font-weight:normal;} /* strings */ 8 a {color:#006700;font-weight:bold;} /* variables */ 9 em {color:darkblue;font-weight:bold;} /* functions */ 10 u {font-weight:bold;} /* special chars */
|
H A D | perl.css | 6 b {color:#7F0055;font-weight:bold;} /* reserved words */ 7 i, i b, i s, i em, i a, i u {color:gray;font-weight:normal;} /* comments */ 8 s, s b, s a, s em, s u {color:#2A00FF;font-weight:normal;} /* strings */ 9 a {color:#006700;font-weight:bold;} /* variables */ 10 em {color:darkblue;font-weight:bold;} /* functions */ 11 u {font-weight:bold;} /* special chars */
|
H A D | generic.css | 5 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, i em {color:green;font-weight:normal;} /* comments */ 8 s, s b, s em {color:#2A00FF;font-weight:normal;} /* strings */ 9 em {font-weight:bold;} /* special chars */
|
H A D | autoit.css | 5 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;}
|
/plugin/abc2/abc-libraries/abc-ui/ |
H A D | music.min.css | 7 …weight:bold;color:white}.hs-item li.hs-chord,.hs-item li.hs-signature{display:table-header-group;c…
|
/plugin/hcalendar/ |
H A D | style.css | 16 font-weight:bold; 20 font-weight:bold; 24 font-weight:bold; 28 font-weight:bold; 32 font-weight:bold; 50 font-weight:bold; 58 font-weight:bold;
|
/plugin/gcalendar/user/ |
H A D | events.css | 8 font-weight: bold; 17 font-weight: bold; 25 font-weight: bold; 38 font-weight: bold; 47 font-weight: bold; 60 font-weight: bold; 67 font-weight: bold; 77 font-weight: bold; 85 font-weight: bold;
|
/plugin/selfmeasurement/ |
H A D | style.css | 3 font-weight: bold; 9 font-weight: bold; 15 font-weight: bold; 20 font-weight: bold; 26 font-weight: bold; 32 font-weight: bold; 38 font-weight: bold;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/ |
H A D | WeightedFontFamily.php | 29 public $weight; variable in Google\\Service\\Slides\\WeightedFontFamily 48 public function setWeight($weight) argument 50 $this->weight = $weight; 57 return $this->weight;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/ |
H A D | WeightedFontFamily.php | 29 public $weight; variable in Google\\Service\\Docs\\WeightedFontFamily 48 public function setWeight($weight) argument 50 $this->weight = $weight; 57 return $this->weight;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/ |
H A D | InstanceGroupAutoscalingPolicyConfig.php | 33 public $weight; variable in Google\\Service\\Dataproc\\InstanceGroupAutoscalingPolicyConfig 66 public function setWeight($weight) argument 68 $this->weight = $weight; 75 return $this->weight;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | OptimizationActivity.php | 31 public $weight; variable in Google\\Service\\Dfareporting\\OptimizationActivity 64 public function setWeight($weight) argument 66 $this->weight = $weight; 73 return $this->weight;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | WeightedBackendService.php | 31 public $weight; variable in Google\\Service\\Compute\\WeightedBackendService 64 public function setWeight($weight) argument 66 $this->weight = $weight; 73 return $this->weight;
|
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/ |
H A D | github.min.css | 1 …weight:bold}.hljs-number,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/ |
H A D | RRSetRoutingPolicyWrrPolicyWrrPolicyItem.php | 35 public $weight; variable in Google\\Service\\Dns\\RRSetRoutingPolicyWrrPolicyWrrPolicyItem 79 public function setWeight($weight) argument 81 $this->weight = $weight; 85 return $this->weight;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/ |
H A D | GradeCategory.php | 37 public $weight; variable in Google\\Service\\Classroom\\GradeCategory 84 public function setWeight($weight) argument 86 $this->weight = $weight; 93 return $this->weight;
|
/plugin/highlightjs/highlight/styles/ |
H A D | github.css | 20 font-weight: bold 33 font-weight: bold 37 font-weight: normal 42 font-weight: bold 47 font-weight: normal 60 font-weight: bold 73 font-weight: bold
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
H A D | ExperimentVariations.php | 34 public $weight; variable in Google\\Service\\Analytics\\ExperimentVariations 82 public function setWeight($weight) argument 84 $this->weight = $weight; 88 return $this->weight;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/ |
H A D | AuditRefs.php | 39 public $weight; variable in Google\\Service\\PagespeedInsights\\AuditRefs 97 public function setWeight($weight) argument 99 $this->weight = $weight; 103 return $this->weight;
|