Home
last modified time | relevance | path

Searched refs:hide_start (Results 1 – 19 of 19) sorted by relevance

/dports/devel/efl/efl-1.25.1/data/elementary/objects/
H A Dtest_focus_style.edc134 target: "hide_start";
154 after: "hide_start";
156 program { name: "hide_start";
289 target: "hide_start";
376 after: "hide_start";
378 program { name: "hide_start";
/dports/deskutils/znotes/zNotes-0.4.6/
H A Dsettings.h46 inline bool getHideStart() { return hide_start; } in getHideStart()
117 bool hide_start; variable
H A Dsettings.cpp24 hide_start = config.value("HideStart").toBool(); in load()
345 if(hide_start != hide) in setHideStart()
347 hide_start = hide; in setHideStart()
348 config.setValue("HideStart", hide_start); in setHideStart()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/everything/
H A Devry_gadget.c20 double hide_start; member
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.c9921 ((model->maps.hide_start) && (model->maps.hide_end) && in predrawstatus()
9922 player[i].colourmap >= model->maps.hide_start && in predrawstatus()
9939 ((model->maps.hide_start) && (model->maps.hide_end) && in predrawstatus()
9940 player[i].colourmap >= model->maps.hide_start && in predrawstatus()
9963 ((model->maps.hide_start) && (model->maps.hide_end) && in predrawstatus()
9964 player[i].colourmap - 1 >= model->maps.hide_start - 1 && in predrawstatus()
9981 ((model->maps.hide_start) && (model->maps.hide_end) && in predrawstatus()
9982 player[i].colourmap - 1 >= model->maps.hide_start - 1 && in predrawstatus()
10003 …while(model->maps.hide_start && model->maps.hide_end && player[i].colourmap >= model->maps.hide_st… in predrawstatus()
21670 cmap[i] >= example[i]->modeldata.maps.hide_start && in selectplayer()
[all …]
H A Dopenbor.h958 …signed char hide_start; //Start range for maps hidden during character sel… member
H A Dopenborscript.c4276 (*pretvar)->lVal = (LONG)ent->modeldata.maps.hide_start; in openbor_getentityproperty()
4600 (*pretvar)->lVal = (LONG)(ent->modeldata.maps.hide_start); in openbor_getentityproperty()
6545 self->modeldata.maps.hide_start = ltemp; in openbor_changeentityproperty()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.c10020 ((model->maps.hide_start) && (model->maps.hide_end) && in updatestatus()
10021 player[i].colourmap >= model->maps.hide_start && in updatestatus()
10038 ((model->maps.hide_start) && (model->maps.hide_end) && in updatestatus()
10039 player[i].colourmap >= model->maps.hide_start && in updatestatus()
10062 ((model->maps.hide_start) && (model->maps.hide_end) && in updatestatus()
10063 player[i].colourmap - 1 >= model->maps.hide_start - 1 && in updatestatus()
10080 ((model->maps.hide_start) && (model->maps.hide_end) && in updatestatus()
10081 player[i].colourmap - 1 >= model->maps.hide_start - 1 && in updatestatus()
10097 …while(model->maps.hide_start && model->maps.hide_end && player[i].colourmap >= model->maps.hide_st… in updatestatus()
22017 cmap[i] >= example[i]->modeldata.maps.hide_start && in selectplayer()
[all …]
H A Dopenbor.h950 …signed char hide_start; //Start range for maps hidden during character sel… member
H A Dopenborscript.c4390 (*pretvar)->lVal = (LONG)ent->modeldata.maps.hide_start; in openbor_getentityproperty()
4726 (*pretvar)->lVal = (LONG)(ent->modeldata.maps.hide_start); in openbor_getentityproperty()
6270 self->modeldata.maps.hide_start = ltemp; in openbor_changeentityproperty()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h973 signed hide_start; //Start range for maps hidden during character selection. member
H A Dopenborscript.c5240 (*pretvar)->lVal = (LONG)ent->modeldata.maps.hide_start; in openbor_getentityproperty()
5587 (*pretvar)->lVal = (LONG)(ent->modeldata.maps.hide_start); in openbor_getentityproperty()
7034 ent->modeldata.maps.hide_start = ltemp; in openbor_changeentityproperty()
H A Dopenbor.c4723 (model->maps.hide_start > 0 && c >= model->maps.hide_start && c <= model->maps.hide_end) in nextcolourmap()
4741 (model->maps.hide_start > 0 && c >= model->maps.hide_start && c <= model->maps.hide_end) in prevcolourmap()
7935 newchar->maps.hide_start = GET_INT_ARG(1); //First unavailable map. in load_cached_model()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1703 int hide_start; //Start range for maps hidden during character selection. member
H A Dopenborscript.c7117 (*pretvar)->lVal = (LONG)ent->modeldata.maps.hide_start; in openbor_getentityproperty()
7499 (*pretvar)->lVal = (LONG)(ent->modeldata.maps.hide_start); in openbor_getentityproperty()
9130 ent->modeldata.maps.hide_start = ltemp; in openbor_changeentityproperty()
10629 (*pretvar)->lVal = (LONG)model_cache[cacheindex].model->maps.hide_start; in openbor_getplayerproperty()
H A Dopenbor.c5056 (model->maps.hide_start > 0 && c >= model->maps.hide_start && c <= model->maps.hide_end) in nextcolourmap()
5074 (model->maps.hide_start > 0 && c >= model->maps.hide_start && c <= model->maps.hide_end) in prevcolourmap()
9225 newchar->maps.hide_start = GET_INT_ARG(1); //First unavailable map. in load_cached_model()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2191 int hide_start; //Start range for maps hidden during character selection. member
H A Dopenborscript.c4131 (*pretvar)->lVal = (LONG)ent->modeldata.maps.hide_start; in openbor_getentityproperty()
4519 (*pretvar)->lVal = (LONG)(ent->modeldata.maps.hide_start); in openbor_getentityproperty()
6129 ent->modeldata.maps.hide_start = ltemp; in openbor_changeentityproperty()
7636 (*pretvar)->lVal = (LONG)model_cache[cacheindex].model->maps.hide_start; in openbor_getplayerproperty()
H A Dopenbor.c4596 if (model->maps.hide_start > 0 in is_map_hidden()
4599 if (map_index >= model->maps.hide_start in is_map_hidden()
4670 if (model->maps.hide_start > 0) in nextcolourmapn()
4672 maps_count -= model->maps.hide_end - model->maps.hide_start + 1; in nextcolourmapn()
4789 if (model->maps.hide_start > 0) in prevcolourmapn()
4791 maps_count -= model->maps.hide_end - model->maps.hide_start + 1; in prevcolourmapn()
9608 newchar->maps.hide_start = GET_INT_ARG(1); //First unavailable map. in load_cached_model()