Home
last modified time | relevance | path

Searched refs:pull_strength (Results 1 – 3 of 3) sorted by relevance

/dports/x11-themes/classiclooks/classiclooks-2.2.0/ClassicLooks/TOOLS/CONFIG/lib/
H A Dset-theme-color.sh13 pull_strength=$(echo $1 | cut -d '/' -f 2)
19 sed="sed -E -i 's/00\.[0-9][0-9]([^0-9])/$pull_strength\1/g' $files"
/dports/x11-themes/classiclooks/classiclooks-2.2.0/ClassicLooks/TOOLS/CONFIG/
H A DHACKING110 … form "#rrggbb/00.nn": this string determines the theme's 'color_tone/pull_strength' value pair; t…
112 …b) change the pull_strength value to determine the color saturation; this value MUST be of the for…
/dports/cad/iverilog/verilog-11.0/
H A Dparse.y132 static const struct str_pair_t pull_strength = { IVL_DR_PULL, IVL_DR_PULL }; variable
5204 { pform_makegates(@1, PGBuiltin::PULLUP, pull_strength, 0, $2, 0); }
5206 { pform_makegates(@1, PGBuiltin::PULLDOWN, pull_strength, 0, $2, 0); }