Home
last modified time | relevance | path

Searched refs:responsevar (Results 1 – 6 of 6) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Services/QTI/classes/
H A Dclass.ilQTIParser.php437 $this->responsevar->setCase($value);
443 $this->responsevar->setIndex($value);
459 $this->responsevar->setIndex($value);
475 $this->responsevar->setIndex($value);
491 $this->responsevar->setIndex($value);
507 $this->responsevar->setIndex($value);
558 $this->responsevar->setCase($value);
1110 if ($this->responsevar != null) {
1114 $this->responsevar = null;
1361 if ($this->responsevar != null) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/QTI/classes/
H A Dclass.ilQTIParser.php437 $this->responsevar->setCase($value);
443 $this->responsevar->setIndex($value);
459 $this->responsevar->setIndex($value);
475 $this->responsevar->setIndex($value);
491 $this->responsevar->setIndex($value);
507 $this->responsevar->setIndex($value);
558 $this->responsevar->setCase($value);
1110 if ($this->responsevar != null) {
1114 $this->responsevar = null;
1361 if ($this->responsevar != null) {
[all …]
/dports/math/R-cran-forecast/forecast/R/
H A DgetResponse.R43 responsevar <- deparse(formula(object)[[2]]) functionVar
44 model.frame(object$model)[, responsevar]
H A Derrors.R11 responsevar <- as.character(formula(f$model))[2] functionVar
12 if (is.element(responsevar, colnames(x))) {
13 x <- x[, responsevar]
H A Dlm.R160 responsevar <- deparse(formula[[2]]) functionVar
163 fit$x[!is.na(fit$x)] <- model.frame(fit)[, responsevar]
/dports/math/R-cran-VGAM/VGAM/R/
H A Dfamily.basics.R2003 responsevar <- all.vars(xij[[ii]])[1] functionVar
2004 ans[responsevar] <- TRUE # Assumes NCOL(cmat) == 1