Home
last modified time | relevance | path

Searched refs:modeldata (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/www/moodle310/moodle/admin/tool/analytics/classes/output/
H A Dmodels_list.php105 $modeldata = $model->export($output);
108 $identifier = $modeldata->target->get_identifier();
109 $component = $modeldata->target->get_component();
124 if (!empty($modeldata->indicators)) {
126 foreach ($modeldata->indicators as $ind) {
142 $modeldata->indicators = $indicators;
145 $modeldata->indicatorsnum = count($modeldata->indicators);
148 if (!empty($modeldata->timesplitting)) {
178 if (empty($modeldata->insights)) {
199 if (!$onlycli && $modeldata->enabled && !empty($modeldata->timesplitting)) {
[all …]
/dports/www/moodle311/moodle/admin/tool/analytics/classes/output/
H A Dmodels_list.php105 $modeldata = $model->export($output);
108 $identifier = $modeldata->target->get_identifier();
109 $component = $modeldata->target->get_component();
124 if (!empty($modeldata->indicators)) {
126 foreach ($modeldata->indicators as $ind) {
142 $modeldata->indicators = $indicators;
145 $modeldata->indicatorsnum = count($modeldata->indicators);
148 if (!empty($modeldata->timesplitting)) {
178 if (empty($modeldata->insights)) {
199 if (!$onlycli && $modeldata->enabled && !empty($modeldata->timesplitting)) {
[all …]
/dports/www/moodle39/moodle/admin/tool/analytics/classes/output/
H A Dmodels_list.php105 $modeldata = $model->export($output);
108 $identifier = $modeldata->target->get_identifier();
109 $component = $modeldata->target->get_component();
124 if (!empty($modeldata->indicators)) {
126 foreach ($modeldata->indicators as $ind) {
142 $modeldata->indicators = $indicators;
145 $modeldata->indicatorsnum = count($modeldata->indicators);
148 if (!empty($modeldata->timesplitting)) {
178 if (empty($modeldata->insights)) {
199 if (!$onlycli && $modeldata->enabled && !empty($modeldata->timesplitting)) {
[all …]
/dports/www/moodle310/moodle/analytics/classes/
H A Dmodel_config.php78 $modeldata = $this->export_model_data();
120 foreach ($modeldata->indicators as $indicatorclass) {
124 …el = \core_analytics\model::create($target, $indicators, $modeldata->timesplitting, $modeldata->pr…
182 if (!$target = manager::get_target($modeldata->target)) {
183 $missingclasses[] = $modeldata->target;
187 $missingclasses[] = $modeldata->timesplitting;
191 foreach ($modeldata->indicators as $indicatorclass) {
198 if (!empty($modeldata->processor)) {
271 if (!$modeldata = json_decode($jsonmodeldata)) {
275 …if (empty($modeldata->target) || empty($modeldata->timesplitting) || empty($modeldata->indicators)…
[all …]
/dports/www/moodle311/moodle/analytics/classes/
H A Dmodel_config.php78 $modeldata = $this->export_model_data();
120 foreach ($modeldata->indicators as $indicatorclass) {
124 …el = \core_analytics\model::create($target, $indicators, $modeldata->timesplitting, $modeldata->pr…
182 if (!$target = manager::get_target($modeldata->target)) {
183 $missingclasses[] = $modeldata->target;
187 $missingclasses[] = $modeldata->timesplitting;
191 foreach ($modeldata->indicators as $indicatorclass) {
198 if (!empty($modeldata->processor)) {
271 if (!$modeldata = json_decode($jsonmodeldata)) {
275 …if (empty($modeldata->target) || empty($modeldata->timesplitting) || empty($modeldata->indicators)…
[all …]
/dports/www/moodle39/moodle/analytics/classes/
H A Dmodel_config.php78 $modeldata = $this->export_model_data();
120 foreach ($modeldata->indicators as $indicatorclass) {
124 …el = \core_analytics\model::create($target, $indicators, $modeldata->timesplitting, $modeldata->pr…
182 if (!$target = manager::get_target($modeldata->target)) {
183 $missingclasses[] = $modeldata->target;
187 $missingclasses[] = $modeldata->timesplitting;
191 foreach ($modeldata->indicators as $indicatorclass) {
198 if (!empty($modeldata->processor)) {
271 if (!$modeldata = json_decode($jsonmodeldata)) {
275 …if (empty($modeldata->target) || empty($modeldata->timesplitting) || empty($modeldata->indicators)…
[all …]
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.c10126 if(ent->modeldata.health && ent->modeldata.hpx>-1000 && ent->modeldata.hpy>-1000) in drawenemystatus()
10127 …bar(ent->modeldata.hpx, ent->modeldata.hpy, ent->oldhealth, ent->modeldata.health, &(ent->modeldat… in drawenemystatus()
10430 if(!e->modeldata.speed && !e->modeldata.nomove) in ent_default_init()
13533 return (who->modeldata.candamage & bywhom->modeldata.type) == bywhom->modeldata.type; in canBeDamaged()
18844 else e->modeldata.type = self->modeldata.type; in knife_spawn()
18871 if(e->modeldata.hostile < 0) e->modeldata.hostile = self->modeldata.hostile; in knife_spawn()
18872 if(e->modeldata.candamage < 0) e->modeldata.candamage = self->modeldata.candamage; in knife_spawn()
18926 if(e->modeldata.hostile <0) e->modeldata.hostile = self->modeldata.hostile; in bomb_spawn()
18927 if(e->modeldata.candamage <0) e->modeldata.candamage = self->modeldata.candamage; in bomb_spawn()
18969 if(e->modeldata.hostile <0) e->modeldata.hostile = self->modeldata.hostile; in star_spawn()
[all …]
H A Dopenborscript.c4798 tempstr = ent->modeldata.path; in openbor_getentityproperty()
6188 ent->modeldata.candamage = 0; in openbor_changeentityproperty()
6196 ent->modeldata.ground = 1; in openbor_changeentityproperty()
6529 if(ent->health > ent->modeldata.health) ent->health = ent->modeldata.health; in openbor_changeentityproperty()
6558 ent->modeldata.hostile = 0; in openbor_changeentityproperty()
6672 ent->modeldata.hpx = (int)ltemp; in openbor_changeentityproperty()
6674 ent->modeldata.hpy = (int)ltemp; in openbor_changeentityproperty()
6716 if(ent->modeldata.health < 0) ent->modeldata.health = 0; //OK, no need to have ot below 0 in openbor_changeentityproperty()
6733 ent->modeldata.mp = (int)ltemp; in openbor_changeentityproperty()
6734 if(ent->modeldata.mp < 0) ent->modeldata.mp = 0; //OK, no need to have ot below 0 in openbor_changeentityproperty()
[all …]
H A Dopenbor.h525 target->x > self->x+self->modeldata.animation[animnum]->range.xmin &&\
526 target->x < self->x+self->modeldata.animation[animnum]->range.xmax\
528 target->x < self->x-self->modeldata.animation[animnum]->range.xmin &&\
529 target->x > self->x-self->modeldata.animation[animnum]->range.xmax)\
540 ((target->x > self->x+self->modeldata.animation[animnum]->range.xmin &&\
541 target->x < self->x+self->modeldata.animation[animnum]->range.xmax)\
544 target->x > self->x-self->modeldata.animation[animnum]->range.xmax))\
565 (self->modeldata.type == TYPE_PLAYER && other->modeldata.type == TYPE_PLAYER && savedata.mode)))
568 ((other->modeldata.antigrab - self->modeldata.grabforce + \
569 (other->modeldata.paingrab?(other->modeldata.paingrab-other->inpain):0)<=0) &&\
[all …]
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.c10346 if(ent->modeldata.health && ent->modeldata.hpx>-1000 && ent->modeldata.hpy>-1000) in drawenemystatus()
10347 …bar(ent->modeldata.hpx, ent->modeldata.hpy, ent->oldhealth, ent->modeldata.health, &(ent->modeldat… in drawenemystatus()
13446 return (who->modeldata.candamage & bywhom->modeldata.type) == bywhom->modeldata.type; in canBeDamaged()
13459 …ent->modeldata.numweapons>=item->modeldata.weapnum && ent->modeldata.weapon[item->modeldata.weapnu… in normal_test_item()
19309 else e->modeldata.type = self->modeldata.type; in knife_spawn()
19336 if(e->modeldata.hostile < 0) e->modeldata.hostile = self->modeldata.hostile; in knife_spawn()
19337 if(e->modeldata.candamage < 0) e->modeldata.candamage = self->modeldata.candamage; in knife_spawn()
19391 if(e->modeldata.hostile <0) e->modeldata.hostile = self->modeldata.hostile; in bomb_spawn()
19392 if(e->modeldata.candamage <0) e->modeldata.candamage = self->modeldata.candamage; in bomb_spawn()
19434 if(e->modeldata.hostile <0) e->modeldata.hostile = self->modeldata.hostile; in star_spawn()
[all …]
H A Dopenborscript.c4924 tempstr = ent->modeldata.path; in openbor_getentityproperty()
5995 ent->modeldata.candamage = 0; in openbor_changeentityproperty()
6003 ent->modeldata.ground = 1; in openbor_changeentityproperty()
6256 if(ent->health > ent->modeldata.health) ent->health = ent->modeldata.health; in openbor_changeentityproperty()
6287 ent->modeldata.hostile = 0; in openbor_changeentityproperty()
6378 ent->modeldata.hpx = (int)ltemp; in openbor_changeentityproperty()
6380 ent->modeldata.hpy = (int)ltemp; in openbor_changeentityproperty()
6424 if(ent->modeldata.health < 0) ent->modeldata.health = 0; //OK, no need to have ot below 0 in openbor_changeentityproperty()
6438 ent->modeldata.mp = (int)ltemp; in openbor_changeentityproperty()
6439 if(ent->modeldata.mp < 0) ent->modeldata.mp = 0; //OK, no need to have ot below 0 in openbor_changeentityproperty()
[all …]
H A Dopenbor.h498 #define is_frozen(e) ((textbox && e->modeldata.type != TYPE_TEXTBOX) || \
527 (int)target->x >= self->x+self->modeldata.animation[animnum]->range.xmin &&\
528 (int)target->x <= self->x+self->modeldata.animation[animnum]->range.xmax\
531 (int)target->x >= self->x-self->modeldata.animation[animnum]->range.xmax)\
543 (int)target->x <= self->x+self->modeldata.animation[animnum]->range.xmax)\
546 (int)target->x >= self->x-self->modeldata.animation[animnum]->range.xmax))\
567 (self->modeldata.type == TYPE_PLAYER && other->modeldata.type == TYPE_PLAYER && savedata.mode)))
570 ((other->modeldata.antigrab - self->modeldata.grabforce + \
571 (other->modeldata.paingrab?(other->modeldata.paingrab-other->inpain):0)<=0) &&\
581 #define validanim(e, a) ((e)->modeldata.animation[a]&&(e)->modeldata.animation[a]->numframes)
[all …]
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.c14016 if(ent->modeldata.health && ent->modeldata.hpx > -1000 && ent->modeldata.hpy > -1000) in drawenemystatus()
14018 …bar(ent->modeldata.hpx, ent->modeldata.hpy, ent->oldhealth, ent->modeldata.health, &(ent->modeldat… in drawenemystatus()
14508 if(!e->modeldata.speed && !e->modeldata.nomove) in ent_default_init()
14534 if(!e->modeldata.speed && !e->modeldata.nomove) in ent_default_init()
18412 return (who->modeldata.candamage & bywhom->modeldata.type) == bywhom->modeldata.type; in canBeDamaged()
18426 …ent->modeldata.numweapons >= item->modeldata.weapnum && ent->modeldata.weapon[item->modeldata.weap… in normal_test_item()
26080 e->modeldata.type = self->modeldata.type; in knife_spawn()
26129 e->modeldata.hostile = self->modeldata.hostile; in knife_spawn()
26141 …e->modeldata.subject_to_wall = e->modeldata.subject_to_platform = e->modeldata.subject_to_hole = e… in knife_spawn()
26223 e->modeldata.hostile = self->modeldata.hostile; in bomb_spawn()
[all …]
H A Dopenborscript.c5151 i = ent->modeldata.bflash; in openbor_getentityproperty()
5156 i = ent->modeldata.flash; in openbor_getentityproperty()
5276 i = ent->modeldata.icon.def; in openbor_getentityproperty()
5281 i = ent->modeldata.icon.die; in openbor_getentityproperty()
5286 i = ent->modeldata.icon.get; in openbor_getentityproperty()
5316 i = ent->modeldata.icon.x; in openbor_getentityproperty()
5321 i = ent->modeldata.icon.y; in openbor_getentityproperty()
5793 tempstr = ent->modeldata.path; in openbor_getentityproperty()
6664 ent->modeldata.candamage = 0; in openbor_changeentityproperty()
7048 ent->modeldata.hostile = 0; in openbor_changeentityproperty()
[all …]
H A Dopenbor.h510 #define is_frozen(e) ((textbox && e->modeldata.type != TYPE_TEXTBOX) || \
540 (int)target->x >= self->x+self->modeldata.animation[animnum]->range.xmin &&\
541 (int)target->x <= self->x+self->modeldata.animation[animnum]->range.xmax\
544 (int)target->x >= self->x-self->modeldata.animation[animnum]->range.xmax)\
556 (int)target->x <= self->x+self->modeldata.animation[animnum]->range.xmax)\
559 (int)target->x >= self->x-self->modeldata.animation[animnum]->range.xmax))\
580 (self->modeldata.type == TYPE_PLAYER && other->modeldata.type == TYPE_PLAYER && savedata.mode)))
583 ((other->modeldata.antigrab - self->modeldata.grabforce + \
584 (other->modeldata.paingrab?(other->modeldata.paingrab-other->inpain):0)<=0) &&\
594 #define validanim(e, a) ((e)->modeldata.animation[a]&&(e)->modeldata.animation[a]->numframes)
[all …]
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.c16434 if(ent->modeldata.health && ent->modeldata.hpx > -1000 && ent->modeldata.hpy > -1000) in drawenemystatus()
16436 …bar(ent->modeldata.hpx, ent->modeldata.hpy, ent->oldhealth, ent->modeldata.health, &(ent->modeldat… in drawenemystatus()
16937 if(!e->modeldata.speed && !e->modeldata.nomove) in ent_default_init()
21420 return (who->modeldata.candamage & bywhom->modeldata.type) == bywhom->modeldata.type; in canBeDamaged()
21434 …ent->modeldata.numweapons >= item->modeldata.weapnum && ent->modeldata.weapon[item->modeldata.weap… in normal_test_item()
23339modeldata.subject_to_wall = self->modeldata.subject_to_platform = self->modeldata.subject_to_hole … in arrow_takedamage()
29565 e->modeldata.type = self->modeldata.type; in knife_spawn()
29617 e->modeldata.hostile = self->modeldata.hostile; in knife_spawn()
29629 …e->modeldata.subject_to_wall = e->modeldata.subject_to_platform = e->modeldata.subject_to_hole = e… in knife_spawn()
29714 e->modeldata.hostile = self->modeldata.hostile; in bomb_spawn()
[all …]
H A Dopenborscript.c6998 i = ent->modeldata.bflash; in openbor_getentityproperty()
7003 i = ent->modeldata.flash; in openbor_getentityproperty()
7008 i = ent->modeldata.noatflash; in openbor_getentityproperty()
7153 i = ent->modeldata.icon.def; in openbor_getentityproperty()
7158 i = ent->modeldata.icon.die; in openbor_getentityproperty()
7163 i = ent->modeldata.icon.get; in openbor_getentityproperty()
7183 i = ent->modeldata.icon.pain; in openbor_getentityproperty()
7732 tempstr = ent->modeldata.path; in openbor_getentityproperty()
8692 ent->modeldata.candamage = 0; in openbor_changeentityproperty()
9144 ent->modeldata.hostile = 0; in openbor_changeentityproperty()
[all …]
H A Dopenbor.h1087 #define is_frozen(e) ((textbox && e->modeldata.type != TYPE_TEXTBOX) || \
1118 (int)target->position.x <= self->position.x+self->modeldata.animation[animnum]->range.max.x\
1126 && (int)(target->base - self->base) >= self->modeldata.animation[animnum]->range.min.base \
1127 && (int)(target->base - self->base) <= self->modeldata.animation[animnum]->range.max.base \
1141 && (int)(target->base - self->base) >= self->modeldata.animation[animnum]->range.min.base \
1142 && (int)(target->base - self->base) <= self->modeldata.animation[animnum]->range.max.base \
1157 (self->modeldata.type == TYPE_PLAYER && other->modeldata.type == TYPE_PLAYER && savedata.mode)))
1160 ((other->modeldata.antigrab - self->modeldata.grabforce + \
1161 (other->modeldata.paingrab?(other->modeldata.paingrab-other->inpain):0)<=0) &&\
1172 #define validanim(e, a) ((e)->modeldata.animation[a]&&(e)->modeldata.animation[a]->numframes)
[all …]
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c16897 if(ent->modeldata.health && ent->modeldata.hpx > -1000 && ent->modeldata.hpy > -1000) in drawenemystatus()
16899 …bar(ent->modeldata.hpx, ent->modeldata.hpy, ent->energy_state.health_old, ent->modeldata.health, &… in drawenemystatus()
17515 if(!e->modeldata.speed && !e->modeldata.nomove) in ent_default_init()
22840 return (who->modeldata.candamage & bywhom->modeldata.type) == bywhom->modeldata.type; in canBeDamaged()
22854 …ent->modeldata.numweapons >= item->modeldata.weapnum && ent->modeldata.weapon[item->modeldata.weap… in normal_test_item()
25357modeldata.subject_to_wall = self->modeldata.subject_to_platform = self->modeldata.subject_to_hole … in arrow_takedamage()
32544 e->modeldata.type = self->modeldata.type; in knife_spawn()
32600 e->modeldata.hostile = self->modeldata.hostile; in knife_spawn()
32612 …e->modeldata.subject_to_wall = e->modeldata.subject_to_platform = e->modeldata.subject_to_hole = e… in knife_spawn()
32697 e->modeldata.hostile = self->modeldata.hostile; in bomb_spawn()
[all …]
H A Dopenborscript.c4012 i = ent->modeldata.bflash; in openbor_getentityproperty()
4017 i = ent->modeldata.flash; in openbor_getentityproperty()
4022 i = ent->modeldata.noatflash; in openbor_getentityproperty()
4167 i = ent->modeldata.icon.def; in openbor_getentityproperty()
4172 i = ent->modeldata.icon.die; in openbor_getentityproperty()
4177 i = ent->modeldata.icon.get; in openbor_getentityproperty()
4197 i = ent->modeldata.icon.pain; in openbor_getentityproperty()
5678 ent->modeldata.candamage = 0; in openbor_changeentityproperty()
6143 ent->modeldata.hostile = 0; in openbor_changeentityproperty()
6355 if(ent->modeldata.health < 0) in openbor_changeentityproperty()
[all …]
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/doc/src/
H A Dexamples-modeldata.qdoc29 \example modeldata
46 \snippet modeldata/tablewidget.cpp 1
51 \snippet modeldata/tablewidget.cpp 2
56 \snippet modeldata/tablewidget.cpp 3
64 \snippet modeldata/tablewidget.cpp 4
71 \snippet modeldata/tablewidget.cpp 5
75 \snippet modeldata/tablewidget.cpp 6
77 \snippet modeldata/tablewidget.cpp 7
83 \snippet modeldata/tablewidget.cpp 8
87 \snippet modeldata/tablewidget.cpp 9
/dports/graphics/photoqt/photoqt-1.6/qml/settingsmanager/tabs/fileformats/
H A DFileTypesGMGhostscript.qml61 property var modeldata: {"" : ""}
87 entry.modeldata[entry.types_gm[index][1]] = tile.checked
89 entry.modeldata[entry.types_gm[index][1]] = tile.checked
152 for(var ele in entry.modeldata) {
153 if(entry.modeldata[ele])
H A DFileTypesQt.qml53 property var modeldata: {"" : ""}
79 entry.modeldata[entry.types_qt[index][1]] = checked
81 entry.modeldata[entry.types_qt[index][1]] = checked
157 for(var ele in entry.modeldata) {
158 if(entry.modeldata[ele])
H A DFileTypesRaw.qml61 property var modeldata: {"" : ""}
87 entry.modeldata[entry.types_raw[index][1]] = checked
89 entry.modeldata[entry.types_raw[index][1]] = checked
175 for(var ele in entry.modeldata) {
176 if(entry.modeldata[ele])
H A DFileTypesUntested.qml63 property var modeldata: {"" : ""}
89 entry.modeldata[entry.types_untested[index][1]] = tile.checked
91 entry.modeldata[entry.types_untested[index][1]] = tile.checked
154 for(var ele in entry.modeldata) {
155 if(entry.modeldata[ele])

12345678