Home
last modified time | relevance | path

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

/plugin/database/
H A Ddatabase.php153 var $LOOKUP_OFFSET = 100; // the first set of lookups is 101 variable in Environment
291 $this->columnTypeList[$environment->LOOKUP_OFFSET+$lookupCount]
369 $counter = $environment->LOOKUP_OFFSET;
610 … elseif ($this->type>$environment->LOOKUP_OFFSET && $this->type<$environment->REFERENCE_OFFSET) {
612 $list=$session->lookupOptions[$this->type - $environment->LOOKUP_OFFSET];
824 … elseif ($this->type>$environment->LOOKUP_OFFSET && $this->type<$environment->REFERENCE_OFFSET) {
825 $list=$session->lookupOptions[$this->type - $environment->LOOKUP_OFFSET];
1172 if ($value==0 && $type>$environment->LOOKUP_OFFSET) {