Home
last modified time | relevance | path

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

/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Query/Grammars/
H A DGrammar.php221 return $conjunction.' '.$this->removeLeadingBoolean(implode(' ', $sql));
653 return 'having '.$this->removeLeadingBoolean($sql);
1169 protected function removeLeadingBoolean($value) function in Illuminate\\Database\\Query\\Grammars\\Grammar
H A DPostgresGrammar.php331 return 'where '.$this->removeLeadingBoolean($joinWheres);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Query/Grammars/
H A DGrammar.php227 return $conjunction.' '.$this->removeLeadingBoolean(implode(' ', $sql));
655 return 'having '.$this->removeLeadingBoolean($sql);
1273 protected function removeLeadingBoolean($value) function in Illuminate\\Database\\Query\\Grammars\\Grammar