Home
last modified time | relevance | path

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

/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/
H A DQueryGenerator.php156 public $comp_offsets = [ variable in TYPO3\\CMS\\Core\\Database\\QueryGenerator
589 if ($conf['comparison'] >> 5 != $this->comp_offsets[$fieldType]) {
590 $conf['comparison'] = $this->comp_offsets[$fieldType] << 5;
626 if ($conf['comparison'] >> 5 != $this->comp_offsets[$fieldType]) {
627 $conf['comparison'] = $this->comp_offsets[$fieldType] << 5;
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/
H A DQueryGenerator.php157 public $comp_offsets = [ variable in TYPO3\\CMS\\Core\\Database\\QueryGenerator
585 if ($conf['comparison'] >> 5 != $this->comp_offsets[$fieldType]) {
586 $conf['comparison'] = $this->comp_offsets[$fieldType] << 5;
622 if ($conf['comparison'] >> 5 != $this->comp_offsets[$fieldType]) {
623 $conf['comparison'] = $this->comp_offsets[$fieldType] << 5;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Database/
H A DQueryGenerator.php158 public $comp_offsets = [ variable in TYPO3\\CMS\\Core\\Database\\QueryGenerator
587 if ($conf['comparison'] >> 5 != $this->comp_offsets[$fieldType]) {
588 $conf['comparison'] = $this->comp_offsets[$fieldType] << 5;
624 if ($conf['comparison'] >> 5 != $this->comp_offsets[$fieldType]) {
625 $conf['comparison'] = $this->comp_offsets[$fieldType] << 5;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/lowlevel/Classes/Database/
H A DQueryGenerator.php216 protected $comp_offsets = [ variable in TYPO3\\CMS\\Lowlevel\\Database\\QueryGenerator
1726 … if ((int)($conf['comparison'] ?? 0) >> 5 !== (int)($this->comp_offsets[$fieldType] ?? 0)) {
1727 $conf['comparison'] = (int)($this->comp_offsets[$fieldType] ?? 0) << 5;
1763 … if ((int)($conf['comparison'] ?? 0) >> 5 !== (int)($this->comp_offsets[$fieldType] ?? 0)) {
1764 $conf['comparison'] = (int)($this->comp_offsets[$fieldType] ?? 0) << 5;