Home
last modified time | relevance | path

Searched refs:noapply (Results 1 – 8 of 8) sorted by relevance

/dports/irc/irssi-scripts/irssi-scripts/
H A Dupdate-scripts96 if [ "$noapply" != "yes" ]; then
110 noapply="yes"
165 if [ "$noapply" != "yes" ]; then
184 if [ "$noapply" != "yes" ]; then
/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Dsetup.c2172 noapply = TRUE; in setup_apply()
2175 noapply = TRUE; in setup_apply()
2177 noapply = TRUE; in setup_apply()
2179 noapply = TRUE; in setup_apply()
2181 noapply = TRUE; in setup_apply()
2183 noapply = TRUE; in setup_apply()
2185 noapply = TRUE; in setup_apply()
2187 noapply = TRUE; in setup_apply()
2189 noapply = TRUE; in setup_apply()
2191 noapply = TRUE; in setup_apply()
[all …]
/dports/science/dynare/dynare-4.6.4/matlab/modules/dseries/src/utilities/x13/
H A Dsetdefaultmember.m31 'centeruser', [], 'eastermeans', [], 'noapply', [], 'tcrate', []);
80 …'noapply', [], 'reweight', [], 'umdata', [], 'umfile', [], 'umformat', [], 'umname', [], 'umprecis…
H A Disoption.m29 'centeruser', 'eastermeans', 'noapply', 'tcrate'});
76 … 'noapply', 'reweight', 'umdata', 'umfile', 'umformat', 'umname', 'umprecision', ...
/dports/math/plplot-ada/plplot-5.15.0/scripts/
H A Dstyle_source.sh190 --noapply)
/dports/math/plplot/plplot-5.15.0/scripts/
H A Dstyle_source.sh190 --noapply)
/dports/games/jfsw/jfsw-c434002/jfbuild/include/
H A Dbuild.h398 void setbrightness(int dabrightness, unsigned char *dapal, char noapply);
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c9815 void setbrightness(int dabrightness, unsigned char *dapal, char noapply) in setbrightness() argument
9822 if (!(noapply&4)) in setbrightness()
9843 if ((noapply&1) == 0) setpalette(0,256,(unsigned char*)tempbuf); in setbrightness()
9852 if (!(noapply&2) && (newpalettesum != lastpalettesum)) in setbrightness()