Home
last modified time | relevance | path

Searched refs:stop (Results 251 – 275 of 70250) sorted by relevance

1...<<11121314151617181920>>...2810

/dports/x11-themes/lxqt-themes/lxqt-themes-1.0.0/themes/silver/
H A Dlxqt-panel.qss15 background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #adadad, stop:1 #d1dedd);
55 background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #9c9c9c, stop:1 #bfbfbf);
73 stop: 0 #f7f7f7, stop: 0.08 #f1f1f1,
74 stop: 0.35 #c3c3c3, stop: 0.4 #b1b1b1,
75 stop: 0.96 #989898, stop: 1 #dcdcdc);
194 stop: 0 #f7f7f7, stop: 0.08 #f1f1f1,
195 stop: 0.35 #c3c3c3, stop: 0.4 #b1b1b1,
196 stop: 0.96 #989898, stop: 1 #dcdcdc);
201 stop: 0 #f7f7f7, stop: 0.08 #f1f1f1,
202 stop: 0.35 #c3c3c3, stop: 0.4 #b1b1b1,
[all …]
/dports/biology/stacks/stacks-2.4/src/
H A Daln_utils.cc251 stop = bp + dist; in apply_cigar_to_seq()
266 stop = bp + dist; in apply_cigar_to_seq()
305 stop = bp + dist; in apply_cigar_to_model_seq()
320 stop = bp + dist; in apply_cigar_to_model_seq()
351 stop = stop > seq_len ? seq_len : stop; in apply_cigar_to_seq()
360 stop = stop > seq_len ? seq_len : stop; in apply_cigar_to_seq()
368 stop = bp + dist; in apply_cigar_to_seq()
369 stop = stop > seq_len ? seq_len : stop; in apply_cigar_to_seq()
403 stop = stop > seq_len ? seq_len : stop; in apply_cigar_to_model_seq()
412 stop = stop > seq_len ? seq_len : stop; in apply_cigar_to_model_seq()
[all …]
/dports/finance/R-cran-plm/plm/inst/tests/
H A Dtest_model.frame.R49 if (nrow(plm_fe$model) != 200) stop("should be 200 rows") # 200 (correct)
50 if (nrow(plm_fe_NA_dep_var$model) != 199) stop("should be 199 rows") # 199 (correct)
51 if (nrow(plm_fe_NA_dep_var_more$model) != 180) stop("should be 180 rows") # 180 (correct)
52 if (nrow(plm_fe_NA_dep_var_tw$model) != 199) stop("should be 199 rows") # 199 (correct)
54 if (nrow(plm_re$model) != 200) stop("should be 200 rows") # 200 (correct)
55 if (nrow(plm_re_NA_dep_var$model) != 199) stop("should be 199 rows") # 199 (correct)
56 if (nrow(plm_re_NA_dep_var_more$model) != 180) stop("should be 180 rows") # 180 (correct)
68 if(!all(plm_fe_NA_dep_var$model == plm_fe_NA_dep_var2$model)) stop("model.frames diverge")
82 if (!all(plm_fe_NA_dep_var_more$model == plm_fe_NA_dep_var_more2$model)) stop("model.frames diverge…
95 if (!all(plm_fe_NA_dep_var_tw$model == plm_fe_NA_dep_var_tw$model)) stop("model.frames diverge")
[all …]
H A Dtest_lag_lead.R37 if (!(length(unique(Grunfeld$fac)) == 200)) stop("wrong factor values") # 200
39 if (!(length(levels(plm:::lagr.pseries(Grunfeld$fac))) == 200)) stop("wrong factor levels") # 200
43 if (!(length(unique(Grunfeld$fac)) == 200)) stop("wrong factor levels") # 200
45 if (!(length(levels(plm:::leadr.pseries(Grunfeld$fac))) == 200)) stop("plm:::leadr.pseries: wrong f…
70 if (!isTRUE(all.equal(plm:::lagr.pseries(Grunfeld$fac, 0), Grunfeld$fac))) stop("'plm:::lagr.pseri…
73 …if (!identical(plm:::lagr.pseries(Grunfeld$fac, 0), Grunfeld$fac)) stop("'plm:::lagr.pseries( , 0…
74 …if (!identical(plm:::leadr.pseries(Grunfeld$fac, 0), Grunfeld$fac)) stop("'plm:::leadr.pseries( , …
115 if(!isTRUE(all(is.na(plm:::lagr.pseries(Grunfeld$inv, 20))))) stop("all-NA case not correct") # 20 …
116 if(!isTRUE(all(is.na(plm:::lagr.pseries(Grunfeld$inv, 21))))) stop("all-NA case not correct") # 21 …
117 if(!isTRUE(all(is.na(plm:::leadr.pseries(Grunfeld$inv, 20))))) stop("all-NA case not correct") # 20…
[all …]
/dports/math/R-cran-MCMCpack/MCMCpack/R/
H A Dhidden-hmodels.R19 stop("Please respecify and call ", calling.function(), " again.",
35 stop("Please respecify and call ", calling.function(), " again.",
40 stop("Please respecify and call ", calling.function(), " again.",
45 stop("Please respecify and call ", calling.function(), " again.",
50 stop("Please respecify and call ", calling.function(), " again.",
55 stop("Please respecify and call ", calling.function(), " again.",
70 stop("Please respecify and call ", calling.function(), " again.",
85 stop("Please respecify and call ", calling.function(), " again.",
100 stop("Please respecify and call ", calling.function(), " again.",
115 stop("Please respecify and call ", calling.function(), " again.",
[all …]
/dports/math/mpir/mpir-3.0.0/tests/mpz/
H A Dt-trial_division.c38 for (i = start; i < stop; i++) in trial_divref()
47 long i, d1, d2, start, stop; in main() local
62 for (stop = 0; stop < i + 10; stop++) in main()
64 d1 = mpz_trial_division (n, start, stop); in main()
67 d2 = trial_divref (n, start, stop); in main()
72 d1, d2, start, stop, i); in main()
82 d1, start, stop, i); in main()
98 for (stop = 0; stop < i + 10; stop++) in main()
103 d2 = trial_divref (n, start, stop); in main()
108 d1, d2, start, stop, i); in main()
[all …]
/dports/devel/grcov/grcov-0.8.2/cargo-crates/unic-char-range-0.9.0/src/
H A Drange.rs61 pub fn closed(start: char, stop: char) -> CharRange { in closed()
64 high: stop, in closed()
96 pub fn open_left(start: char, stop: char) -> CharRange { in open_left()
113 pub fn open(start: char, stop: char) -> CharRange { in open()
128 let stop = if stop == Bound::Unbounded { in bound() localVariable
131 stop in bound()
133 match (start, stop) { in bound()
134 (Bound::Included(start), Bound::Included(stop)) => CharRange::closed(start, stop), in bound()
135 (Bound::Excluded(start), Bound::Excluded(stop)) => CharRange::open(start, stop), in bound()
136 (Bound::Included(start), Bound::Excluded(stop)) => CharRange::open_right(start, stop), in bound()
[all …]
/dports/devel/grex/grex-1.3.0/cargo-crates/unic-char-range-0.9.0/src/
H A Drange.rs61 pub fn closed(start: char, stop: char) -> CharRange { in closed()
64 high: stop, in closed()
96 pub fn open_left(start: char, stop: char) -> CharRange { in open_left()
113 pub fn open(start: char, stop: char) -> CharRange { in open()
128 let stop = if stop == Bound::Unbounded { in bound() localVariable
131 stop in bound()
133 match (start, stop) { in bound()
134 (Bound::Included(start), Bound::Included(stop)) => CharRange::closed(start, stop), in bound()
135 (Bound::Excluded(start), Bound::Excluded(stop)) => CharRange::open(start, stop), in bound()
136 (Bound::Included(start), Bound::Excluded(stop)) => CharRange::open_right(start, stop), in bound()
[all …]
/dports/devel/tokei/tokei-12.1.2/cargo-crates/unic-char-range-0.9.0/src/
H A Drange.rs61 pub fn closed(start: char, stop: char) -> CharRange { in closed()
64 high: stop, in closed()
96 pub fn open_left(start: char, stop: char) -> CharRange { in open_left()
113 pub fn open(start: char, stop: char) -> CharRange { in open()
128 let stop = if stop == Bound::Unbounded { in bound() localVariable
131 stop in bound()
133 match (start, stop) { in bound()
134 (Bound::Included(start), Bound::Included(stop)) => CharRange::closed(start, stop), in bound()
135 (Bound::Excluded(start), Bound::Excluded(stop)) => CharRange::open(start, stop), in bound()
136 (Bound::Included(start), Bound::Excluded(stop)) => CharRange::open_right(start, stop), in bound()
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/unic-char-range-0.9.0/src/
H A Drange.rs61 pub fn closed(start: char, stop: char) -> CharRange { in closed()
64 high: stop, in closed()
96 pub fn open_left(start: char, stop: char) -> CharRange { in open_left()
113 pub fn open(start: char, stop: char) -> CharRange { in open()
128 let stop = if stop == Bound::Unbounded { in bound() localVariable
131 stop in bound()
133 match (start, stop) { in bound()
134 (Bound::Included(start), Bound::Included(stop)) => CharRange::closed(start, stop), in bound()
135 (Bound::Excluded(start), Bound::Excluded(stop)) => CharRange::open(start, stop), in bound()
136 (Bound::Included(start), Bound::Excluded(stop)) => CharRange::open_right(start, stop), in bound()
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/unic-char-range-0.9.0/src/
H A Drange.rs61 pub fn closed(start: char, stop: char) -> CharRange { in closed()
64 high: stop, in closed()
96 pub fn open_left(start: char, stop: char) -> CharRange { in open_left()
113 pub fn open(start: char, stop: char) -> CharRange { in open()
128 let stop = if stop == Bound::Unbounded { in bound() localVariable
131 stop in bound()
133 match (start, stop) { in bound()
134 (Bound::Included(start), Bound::Included(stop)) => CharRange::closed(start, stop), in bound()
135 (Bound::Excluded(start), Bound::Excluded(stop)) => CharRange::open(start, stop), in bound()
136 (Bound::Included(start), Bound::Excluded(stop)) => CharRange::open_right(start, stop), in bound()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/unic-char-range-0.9.0/src/
H A Drange.rs61 pub fn closed(start: char, stop: char) -> CharRange { in closed()
64 high: stop, in closed()
96 pub fn open_left(start: char, stop: char) -> CharRange { in open_left()
113 pub fn open(start: char, stop: char) -> CharRange { in open()
128 let stop = if stop == Bound::Unbounded { in bound() localVariable
131 stop in bound()
133 match (start, stop) { in bound()
134 (Bound::Included(start), Bound::Included(stop)) => CharRange::closed(start, stop), in bound()
135 (Bound::Excluded(start), Bound::Excluded(stop)) => CharRange::open(start, stop), in bound()
136 (Bound::Included(start), Bound::Excluded(stop)) => CharRange::open_right(start, stop), in bound()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/unic-char-range/src/
H A Drange.rs61 pub fn closed(start: char, stop: char) -> CharRange { in closed()
64 high: stop, in closed()
96 pub fn open_left(start: char, stop: char) -> CharRange { in open_left()
113 pub fn open(start: char, stop: char) -> CharRange { in open()
128 let stop = if stop == Bound::Unbounded { in bound() localVariable
131 stop in bound()
133 match (start, stop) { in bound()
134 (Bound::Included(start), Bound::Included(stop)) => CharRange::closed(start, stop), in bound()
135 (Bound::Excluded(start), Bound::Excluded(stop)) => CharRange::open(start, stop), in bound()
136 (Bound::Included(start), Bound::Excluded(stop)) => CharRange::open_right(start, stop), in bound()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/unic-char-range/src/
H A Drange.rs61 pub fn closed(start: char, stop: char) -> CharRange { in closed()
64 high: stop, in closed()
96 pub fn open_left(start: char, stop: char) -> CharRange { in open_left()
113 pub fn open(start: char, stop: char) -> CharRange { in open()
128 let stop = if stop == Bound::Unbounded { in bound() localVariable
131 stop in bound()
133 match (start, stop) { in bound()
134 (Bound::Included(start), Bound::Included(stop)) => CharRange::closed(start, stop), in bound()
135 (Bound::Excluded(start), Bound::Excluded(stop)) => CharRange::open(start, stop), in bound()
136 (Bound::Included(start), Bound::Excluded(stop)) => CharRange::open_right(start, stop), in bound()
[all …]
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/jasat/utils/structures/
H A DIntQueue.java53 public int stop = 0; field in IntQueue
59 start = stop = 0; in clear()
64 return start == stop; in isEmpty()
77 stop = 0; in add()
80 if (start == stop) in add()
102 assert start != stop; in pop() local
114 if (start <= stop) in size()
124 assert start == stop; in resize() local
139 if (stop > 0) in resize()
144 stop = numRight + stop; in resize()
[all …]
/dports/lang/micropython/micropython-1.17/py/
H A Dobjslice.c76 dest[0] = self->stop; in slice_attr()
110 o->stop = ostop; in mp_obj_new_slice()
144 stop = length; in mp_obj_slice_indices()
146 stop = mp_obj_get_int(self->stop); in mp_obj_slice_indices()
147 if (stop < 0) { in mp_obj_slice_indices()
150 stop = MIN(length, MAX(stop, 0)); in mp_obj_slice_indices()
165 stop = -1; in mp_obj_slice_indices()
167 stop = mp_obj_get_int(self->stop); in mp_obj_slice_indices()
168 if (stop < 0) { in mp_obj_slice_indices()
171 stop = MIN(length - 1, MAX(stop, -1)); in mp_obj_slice_indices()
[all …]
/dports/graphics/digikam/digikam-7.4.0/project/bundles/3rdparty/ext_kf5_frameworks/
H A Dbreeze-icons-drop-svg.patch10 - <stop stop-color="#2f3943"/>
11 - <stop offset="1" stop-color="#808c9b"/>
14 - <stop stop-color="#18222a"/>
18 - <stop stop-color="#2e5d89"/>
22 - <stop stop-color="#197cf1"/>
58 - <stop stop-color="#2f3943"/>
62 - <stop stop-color="#18222a"/>
66 - <stop stop-color="#b97c1b"/>
70 - <stop stop-color="#f39c12"/>
106 - <stop stop-color="#2f3943"/>
[all …]
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/core/themes/
H A DGlass.qss.template40 …background: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 transparent, stop: 0.5 %%SECONDARY…
64 background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%HIGHLIGHTDISABLECOLOR%%, stop: 1 …
100 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%SECONDARYDISABLECOLOR%%, stop: 1…
154 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%BASECOLOR%%, stop: 1 %%ALTBASECO…
303 stop: 0 %%HIGHLIGHTCOLOR%%, stop: 1 %%HIGHLIGHTDISABLECOLOR%%);
310 stop: 0 %%HIGHLIGHTCOLOR%%, stop: 1 %%HIGHLIGHTDISABLECOLOR%%);
410 …ead:pad, cx:0.5, cy:0.5, radius:1, fx:0.5, fy:0.5, stop:0 %%TEXTCOLOR%%, stop:0.25 %%TEXTCOLOR%%,
422 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0.49 transparent, stop: 0.5 %%TEXTCO…
491 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1.1, stop: 0.1 %%PRIMARYCOLOR%%, stop: 1 tran…
500 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1.1, stop: 0.1 %%HIGHLIGHTCOLOR%%, stop: 1 tr…
[all …]
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/core/themes/
H A DDarkGlass.qss.template40 …background: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 transparent, stop: 0.5 %%SECONDARY…
154 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%BASECOLOR%%, stop: 1 %%ALTBASECO…
303 stop: 0 %%HIGHLIGHTCOLOR%%, stop: 1 %%HIGHLIGHTDISABLECOLOR%%);
310 stop: 0 %%HIGHLIGHTCOLOR%%, stop: 1 %%HIGHLIGHTDISABLECOLOR%%);
410 …ead:pad, cx:0.5, cy:0.5, radius:1, fx:0.5, fy:0.5, stop:0 %%TEXTCOLOR%%, stop:0.25 %%TEXTCOLOR%%,
464 …d:pad, cx:1, cy:0.5, radius:0.5, fx:1, fy:0.5, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
465 …d:pad, cx:0, cy:0.5, radius:0.5, fx:1, fy:0.5, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
474 …d:pad, cx:0.5, cy:1, radius:0.5, fx:0.5, fy:1, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
476 …d:pad, cx:1, cy:0.5, radius:0.5, fx:1, fy:0.5, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
507 …d:pad, cx:0.5, cy:1, radius:0.5, fx:0.5, fy:1, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
[all …]
H A DGlass.qss.template40 …background: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 transparent, stop: 0.5 %%SECONDARY…
64 background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%HIGHLIGHTDISABLECOLOR%%, stop: 1 …
100 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%SECONDARYDISABLECOLOR%%, stop: 1…
154 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%BASECOLOR%%, stop: 1 %%ALTBASECO…
303 stop: 0 %%HIGHLIGHTCOLOR%%, stop: 1 %%HIGHLIGHTDISABLECOLOR%%);
310 stop: 0 %%HIGHLIGHTCOLOR%%, stop: 1 %%HIGHLIGHTDISABLECOLOR%%);
410 …ead:pad, cx:0.5, cy:0.5, radius:1, fx:0.5, fy:0.5, stop:0 %%TEXTCOLOR%%, stop:0.25 %%TEXTCOLOR%%,
422 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0.49 transparent, stop: 0.5 %%TEXTCO…
491 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1.1, stop: 0.1 %%PRIMARYCOLOR%%, stop: 1 tran…
500 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1.1, stop: 0.1 %%HIGHLIGHTCOLOR%%, stop: 1 tr…
[all …]
/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/core/themes/
H A DDarkGlass.qss.template40 …background: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 transparent, stop: 0.5 %%SECONDARY…
154 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%BASECOLOR%%, stop: 1 %%ALTBASECO…
303 stop: 0 %%HIGHLIGHTCOLOR%%, stop: 1 %%HIGHLIGHTDISABLECOLOR%%);
310 stop: 0 %%HIGHLIGHTCOLOR%%, stop: 1 %%HIGHLIGHTDISABLECOLOR%%);
410 …ead:pad, cx:0.5, cy:0.5, radius:1, fx:0.5, fy:0.5, stop:0 %%TEXTCOLOR%%, stop:0.25 %%TEXTCOLOR%%,
464 …d:pad, cx:1, cy:0.5, radius:0.5, fx:1, fy:0.5, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
465 …d:pad, cx:0, cy:0.5, radius:0.5, fx:1, fy:0.5, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
474 …d:pad, cx:0.5, cy:1, radius:0.5, fx:0.5, fy:1, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
476 …d:pad, cx:1, cy:0.5, radius:0.5, fx:1, fy:0.5, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
507 …d:pad, cx:0.5, cy:1, radius:0.5, fx:0.5, fy:1, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
[all …]
H A DGlass.qss.template40 …background: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 transparent, stop: 0.5 %%SECONDARY…
64 background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%HIGHLIGHTDISABLECOLOR%%, stop: 1 …
100 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%SECONDARYDISABLECOLOR%%, stop: 1…
154 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%BASECOLOR%%, stop: 1 %%ALTBASECO…
303 stop: 0 %%HIGHLIGHTCOLOR%%, stop: 1 %%HIGHLIGHTDISABLECOLOR%%);
310 stop: 0 %%HIGHLIGHTCOLOR%%, stop: 1 %%HIGHLIGHTDISABLECOLOR%%);
410 …ead:pad, cx:0.5, cy:0.5, radius:1, fx:0.5, fy:0.5, stop:0 %%TEXTCOLOR%%, stop:0.25 %%TEXTCOLOR%%,
422 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0.49 transparent, stop: 0.5 %%TEXTCO…
491 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1.1, stop: 0.1 %%PRIMARYCOLOR%%, stop: 1 tran…
500 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1.1, stop: 0.1 %%HIGHLIGHTCOLOR%%, stop: 1 tr…
[all …]
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/core/themes/
H A DDarkGlass.qss.template40 …background: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 transparent, stop: 0.5 %%SECONDARY…
154 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%BASECOLOR%%, stop: 1 %%ALTBASECO…
303 stop: 0 %%HIGHLIGHTCOLOR%%, stop: 1 %%HIGHLIGHTDISABLECOLOR%%);
310 stop: 0 %%HIGHLIGHTCOLOR%%, stop: 1 %%HIGHLIGHTDISABLECOLOR%%);
410 …ead:pad, cx:0.5, cy:0.5, radius:1, fx:0.5, fy:0.5, stop:0 %%TEXTCOLOR%%, stop:0.25 %%TEXTCOLOR%%,
464 …d:pad, cx:1, cy:0.5, radius:0.5, fx:1, fy:0.5, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
465 …d:pad, cx:0, cy:0.5, radius:0.5, fx:1, fy:0.5, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
474 …d:pad, cx:0.5, cy:1, radius:0.5, fx:0.5, fy:1, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
476 …d:pad, cx:1, cy:0.5, radius:0.5, fx:1, fy:0.5, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
507 …d:pad, cx:0.5, cy:1, radius:0.5, fx:0.5, fy:1, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
[all …]
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/core/themes/
H A DGlass.qss.template40 …background: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 transparent, stop: 0.5 %%SECONDARY…
64 background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%HIGHLIGHTDISABLECOLOR%%, stop: 1 …
100 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%SECONDARYDISABLECOLOR%%, stop: 1…
154 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%BASECOLOR%%, stop: 1 %%ALTBASECO…
303 stop: 0 %%HIGHLIGHTCOLOR%%, stop: 1 %%HIGHLIGHTDISABLECOLOR%%);
310 stop: 0 %%HIGHLIGHTCOLOR%%, stop: 1 %%HIGHLIGHTDISABLECOLOR%%);
410 …ead:pad, cx:0.5, cy:0.5, radius:1, fx:0.5, fy:0.5, stop:0 %%TEXTCOLOR%%, stop:0.25 %%TEXTCOLOR%%,
422 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0.49 transparent, stop: 0.5 %%TEXTCO…
491 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1.1, stop: 0.1 %%PRIMARYCOLOR%%, stop: 1 tran…
500 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1.1, stop: 0.1 %%HIGHLIGHTCOLOR%%, stop: 1 tr…
[all …]
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/core/themes/
H A DDarkGlass.qss.template40 …background: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 transparent, stop: 0.5 %%SECONDARY…
154 …background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%BASECOLOR%%, stop: 1 %%ALTBASECO…
303 stop: 0 %%HIGHLIGHTCOLOR%%, stop: 1 %%HIGHLIGHTDISABLECOLOR%%);
310 stop: 0 %%HIGHLIGHTCOLOR%%, stop: 1 %%HIGHLIGHTDISABLECOLOR%%);
410 …ead:pad, cx:0.5, cy:0.5, radius:1, fx:0.5, fy:0.5, stop:0 %%TEXTCOLOR%%, stop:0.25 %%TEXTCOLOR%%,
464 …d:pad, cx:1, cy:0.5, radius:0.5, fx:1, fy:0.5, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
465 …d:pad, cx:0, cy:0.5, radius:0.5, fx:1, fy:0.5, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
474 …d:pad, cx:0.5, cy:1, radius:0.5, fx:0.5, fy:1, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
476 …d:pad, cx:1, cy:0.5, radius:0.5, fx:1, fy:0.5, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
507 …d:pad, cx:0.5, cy:1, radius:0.5, fx:0.5, fy:1, stop:0 rgba(0,0,0, 30), stop:0.724868 rgba(0,0,0, 6…
[all …]

1...<<11121314151617181920>>...2810