Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 25 of 960) sorted by relevance

12345678910>>...39

/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.resolver.class.php37 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 DFunctionScore.php69 * @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
105 public function addScriptScoreFunction(AbstractScript $script, ?AbstractQuery $filter = null, ?float $weight = null) argument
107 return $this->addFunction('script_score', $script, $filter, $weight);
134 addDecayFunction(string $function, string $field, string $origin, string $scale, string $offset = null, float $decay = null, float $weight = null, AbstractQuery $filter = null, string $multiValueMode = null) global() argument
166 addFieldValueFactorFunction(string $field, float $factor = null, string $modifier = null, float $missing = null, float $weight = null, AbstractQuery $filter = null) global() argument
194 addWeightFunction(float $weight, AbstractQuery $filter = null) global() argument
212 addRandomScoreFunction(int $seed, AbstractQuery $filter = null, float $weight = null, string $field = null) global() argument
[all...]
/plugin/abc2/
H A Dall.css46 .keyWhite{stroke:gray;fill:#EEE}.keyBlack{stroke:gray;fill:black}.keySelected{stroke:gray;fill:#507fff}.keySelected.sensible{stroke:gray;fill:red}.keySelected.fourth{stroke:gray;fill:orange}.keySelected.highlight{stroke:gray;fill:green}.keySelected.optional{stroke:gray;fill:lightgray}.harmonic-sequence{display:none}br.chord-sequence{clear:both;height:0;font-size:0;line-height:0;margin:0;padding:0}.chord-sequence{margin:5px;display:inline-block;vertical-align:top}.mn-exp{font-size:70%;vertical-align:text-top}.mn-sub{font-size:60%;vertical-align:middle;line-height:1em}.mn-sus{font-size:60%;vertical-align:text-bottom;line-height:80%}.mn-add{font-size:60%;vertical-align:text-top;line-height:1em}span.xl{font-size:.6em}.mn-over{position:relative}.mn-over span{position:absolute;top:-0.5em;left:1px;font-size:.8em}.inversion-sup{position:absolute;font-size:60%;vertical-align:text-top;line-height:1em}.inversion-sub{position:absolute;font-size:60%;vertical-align:text-bottom;line-height:2.6em}ol.hs-item{display:table;float:left;border-collapse:collapse;border:1px solid black;list-style-type:none;margin:0}.hs-item li{display:table-cell;min-width:60px;text-align:center;font-weight:bold;color:white}.hs-item li.hs-chord,.hs-item li.hs-signature{display:table-header-group;color:black;border-bottom:1px dashed gray}.hs-item li.hs-degree{display:table-header-group;color:black}.hs-item li.sus-add{font-size:60%;vertical-align:text-top;position:relative;left:-24px}.hs-item ul.ul-sus-add{display:inline-table;list-style-type:none;vertical-align:top;margin-left:3px}.hs-item li.li-sus-add{display:table-header-group;font-size:60%;color:black;line-height:90%}.hs-item li.hs-function.T{background-color:#3f3f3f}.hs-item li.hs-function.Ts{background-color:#3f3f3f;color:red}.hs-item li.hs-function.t{background-color:#bfbfbf}.hs-item li.hs-function.ts{background-color:#bfbfbf;color:red}.hs-item li.hs-function.D{background-color:#f00}.hs-item li.hs-function.Dst{background-color:#f00;color:black}.hs-item li.hs-function.d{background-color:brown}.hs-item li.hs-function.dst{background-color:brown;color:black}.hs-item li.hs-function.D2{background-color:#92d050}.hs-item li.hs-function.D2st{background-color:#92d050;color:black}.hs-item li.hs-function.SD{background-color:#0070c0}.hs-item li.hs-function.SD2{background-color:#3fa4f0}.hs-item li.hs-function.UNK{background-color:orange}.hs-item li.hs-function.T:before,.hs-item li.hs-function.Ts:before,.hs-item li.hs-function.t:before,.hs-item li.hs-function.ts:before{content:"T"}.hs-item li.hs-function.d:before,.hs-item li.hs-function.dst:before,.hs-item li.hs-function.D:before,.hs-item li.hs-function.Dst:before{content:"D"}.hs-item li.hs-function.D2:before,.hs-item li.hs-function.D2st:before{content:"D²"}.hs-item li.hs-function.SD:before{content:"SD"}.hs-item li.hs-function.SD2:before{content:"SD²"}.hs-item li.hs-function.UNK:before{content:"?"}.hs-function div{min-width:60px;color:white;font-weight:bold;text-align:center}.hs-function div.T{background-color:#3f3f3f}.hs-function div.Ts{background-color:#3f3f3f;color:red}.hs-function div.t{background-color:#bfbfbf}.hs-function div.ts{background-color:#bfbfbf;color:red}.hs-function div.D{background-color:#f00}.hs-function div.Dst{background-color:#f00;color:black}.hs-function div.d{background-color:brown}.hs-function div.dst{background-color:brown;color:black}.hs-function div.D2{background-color:#92d050}.hs-function div.D2st{background-color:#92d050;color:black}.hs-function div.SD{background-color:#0070c0}.hs-function div.SD2{background-color:#3fa4f0}.hs-function div.UNK{background-color:yellow}.hs-function div.T:before,.hs-function div.Ts:before,.hs-function div.t:before,.hs-function div.ts:before{content:"T"}.hs-function div.d:before,.hs-function div.dst:before,.hs-function div.D:before,.hs-function div.Dst:before{content:"D"}.hs-function div.D2:before,.hs-function div.D2st:before{content:"D²"}.hs-function div.SD:before{content:"SD"}.hs-function div.SD2:before{content:"SD²"}.hs-function div.UNK:before{content:"?"}.sig-major{background-color:#dfd;font-weight:bold}.sig-major6{background-color:#afa;font-weight:bold}.sig-majorM7{background-color:#008040;font-weight:bold}.sig-major7{background-color:#f2dede;font-weight:bold}.sig-augmented{background-color:#8c8;font-weight:bold}.sig-augmentedM7{background-color:#aca;font-weight:bold}.sig-minor{background-color:#ffb;font-weight:bold}.sig-minor6{background-color:#ff9;font-weight
[all...]
/plugin/combo/ComboStrap/
H A DMath.php15 * @param $weight
18 public static function unlerp($x, $y, $weight): float argument
20 $x2 = ($weight / 100) * $x;
21 return ($y - $x2) / (1 - $weight / 100);
25 * Linear interpolation back if x and weight are the same
28 * @param $weight
31 public static function lerp($x, $y, $weight) argument
34 $X = ($weight / 100) * $x;
35 $Y = (1 - $weight / 100) * $y;
/plugin/abc2/abc-libraries/abc-ui/
H A Dmusic.min.css7 .keyWhite{stroke:gray;fill:#EEE}.keyBlack{stroke:gray;fill:black}.keySelected{stroke:gray;fill:#507fff}.keySelected.sensible{stroke:gray;fill:red}.keySelected.fourth{stroke:gray;fill:orange}.keySelected.highlight{stroke:gray;fill:green}.keySelected.optional{stroke:gray;fill:lightgray}.harmonic-sequence{display:none}br.chord-sequence{clear:both;height:0;font-size:0;line-height:0;margin:0;padding:0}.chord-sequence{margin:5px;display:inline-block;vertical-align:top}.mn-exp{font-size:70%;vertical-align:text-top}.mn-sub{font-size:60%;vertical-align:middle;line-height:1em}.mn-sus{font-size:60%;vertical-align:text-bottom;line-height:80%}.mn-add{font-size:60%;vertical-align:text-top;line-height:1em}span.xl{font-size:.6em}.mn-over{position:relative}.mn-over span{position:absolute;top:-0.5em;left:1px;font-size:.8em}.inversion-sup{position:absolute;font-size:60%;vertical-align:text-top;line-height:1em}.inversion-sub{position:absolute;font-size:60%;vertical-align:text-bottom;line-height:2.6em}ol.hs-item{display:table;float:left;border-collapse:collapse;border:1px solid black;list-style-type:none;margin:0}.hs-item li{display:table-cell;min-width:60px;text-align:center;font-weight:bold;color:white}.hs-item li.hs-chord,.hs-item li.hs-signature{display:table-header-group;color:black;border-bottom:1px dashed gray}.hs-item li.hs-degree{display:table-header-group;color:black}.hs-item li.sus-add{font-size:60%;vertical-align:text-top;position:relative;left:-24px}.hs-item ul.ul-sus-add{display:inline-table;list-style-type:none;vertical-align:top;margin-left:3px}.hs-item li.li-sus-add{display:table-header-group;font-size:60%;color:black;line-height:90%}.hs-item li.hs-function.T{background-color:#3f3f3f}.hs-item li.hs-function.Ts{background-color:#3f3f3f;color:red}.hs-item li.hs-function.t{background-color:#bfbfbf}.hs-item li.hs-function.ts{background-color:#bfbfbf;color:red}.hs-item li.hs-function.D{background-color:#f00}.hs-item li.hs-function.Dst{background-color:#f00;color:black}.hs-item li.hs-function.d{background-color:brown}.hs-item li.hs-function.dst{background-color:brown;color:black}.hs-item li.hs-function.D2{background-color:#92d050}.hs-item li.hs-function.D2st{background-color:#92d050;color:black}.hs-item li.hs-function.SD{background-color:#0070c0}.hs-item li.hs-function.SD2{background-color:#3fa4f0}.hs-item li.hs-function.UNK{background-color:orange}.hs-item li.hs-function.T:before,.hs-item li.hs-function.Ts:before,.hs-item li.hs-function.t:before,.hs-item li.hs-function.ts:before{content:"T"}.hs-item li.hs-function.d:before,.hs-item li.hs-function.dst:before,.hs-item li.hs-function.D:before,.hs-item li.hs-function.Dst:before{content:"D"}.hs-item li.hs-function.D2:before,.hs-item li.hs-function.D2st:before{content:"D²"}.hs-item li.hs-function.SD:before{content:"SD"}.hs-item li.hs-function.SD2:before{content:"SD²"}.hs-item li.hs-function.UNK:before{content:"?"}.hs-function div{min-width:60px;color:white;font-weight:bold;text-align:center}.hs-function div.T{background-color:#3f3f3f}.hs-function div.Ts{background-color:#3f3f3f;color:red}.hs-function div.t{background-color:#bfbfbf}.hs-function div.ts{background-color:#bfbfbf;color:red}.hs-function div.D{background-color:#f00}.hs-function div.Dst{background-color:#f00;color:black}.hs-function div.d{background-color:brown}.hs-function div.dst{background-color:brown;color:black}.hs-function div.D2{background-color:#92d050}.hs-function div.D2st{background-color:#92d050;color:black}.hs-function div.SD{background-color:#0070c0}.hs-function div.SD2{background-color:#3fa4f0}.hs-function div.UNK{background-color:yellow}.hs-function div.T:before,.hs-function div.Ts:before,.hs-function div.t:before,.hs-function div.ts:before{content:"T"}.hs-function div.d:before,.hs-function div.dst:before,.hs-function div.D:before,.hs-function div.Dst:before{content:"D"}.hs-function div.D2:before,.hs-function div.D2st:before{content:"D²"}.hs-function div.SD:before{content:"SD"}.hs-function div.SD2:before{content:"SD²"}.hs-function div.UNK:before{content:"?"}.sig-major{background-color:#dfd;font-weight:bold}.sig-major6{background-color:#afa;font-weight:bold}.sig-majorM7{background-color:#008040;font-weight:bold}.sig-major7{background-color:#f2dede;font-weight:bold}.sig-augmented{background-color:#8c8;font-weight:bold}.sig-augmentedM7{background-color:#aca;font-weight:bold}.sig-minor{background-color:#ffb;font-weight:bold}.sig-minor6{background-color:#ff9;font-weight
[all...]
/plugin/codehighlight/cp/languages/
H A Dvbscript.css13 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 Dasp.css13 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 Druby.css5 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 Dperl.css6 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 Dgeneric.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, 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 */
/plugin/gcalendar/user/
H A Devents.css8 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/hcalendar/
H A Dstyle.css16 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/selfmeasurement/
H A Dstyle.css3 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 DWeightedFontFamily.php29 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 DWeightedFontFamily.php29 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 DInstanceGroupAutoscalingPolicyConfig.php33 public $weight; variable in Google\\Service\\Dataproc\\InstanceGroupAutoscalingPolicyConfig
66 public function setWeight($weight) argument
68 $this->weight = $weight;
75 return $this->weight;
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dgithub.min.css1weight:bold}.hljs-number,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DOptimizationActivity.php31 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 DWeightedBackendService.php31 public $weight; variable in Google\\Service\\Compute\\WeightedBackendService
64 public function setWeight($weight) argument
66 $this->weight = $weight;
73 return $this->weight;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DRRSetRoutingPolicyWrrPolicyWrrPolicyItem.php35 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 DGradeCategory.php37 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 Dgithub.css20 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 DExperimentVariations.php34 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 DAuditRefs.php39 public $weight; variable in Google\\Service\\PagespeedInsights\\AuditRefs
97 public function setWeight($weight) argument
99 $this->weight = $weight;
103 return $this->weight;
/plugin/ckgdoku/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; ";

12345678910>>...39