Home
last modified time | relevance | path

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

/dports/www/elgg/elgg-3.3.23/vendor/robmorgan/phinx/src/Phinx/Db/Adapter/
H A DPdoAdapter.php236 $row[$column] = $this->castToBool($value);
311 $vals[] = $this->castToBool($v);
377 $this->castToBool(false)
406 $this->castToBool(true),
407 $this->castToBool(false),
427 $this->castToBool(false),
464 $this->castToBool($state),
526 public function castToBool($value) function in Phinx\\Db\\Adapter\\PdoAdapter
555 $default = $this->castToBool($default);
557 $default = $this->castToBool((bool)$default);
H A DAdapterWrapper.php479 public function castToBool($value) function in Phinx\\Db\\Adapter\\AdapterWrapper
481 return $this->getAdapter()->castToBool($value);
H A DAdapterInterface.php507 public function castToBool($value); function
H A DPostgresAdapter.php1096 $default = $this->castToBool($default);
1098 $default = $this->castToBool((bool)$default);
1392 public function castToBool($value) function in Phinx\\Db\\Adapter\\PostgresAdapter
/dports/finance/prestashop/prestashop/src/Core/Util/
H A DBoolParser.php36 public static function castToBool($value) function in PrestaShop\\PrestaShop\\Core\\Util\\BoolParser
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/clbanning/mxj/v2/
H A Dxml.go562 if castToBool {
590 var castToBool = true var
597 castToBool = !castToBool
599 castToBool = b[0]
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Plugins/MediaEmbed/Configurator/Collections/
H A DXmlFileDefinitionCollection.php69 protected function castToBool($value) function in s9e\\TextFormatter\\Plugins\\MediaEmbed\\Configurator\\Collections\\XmlFileDefinitionCollection
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/scalar/
H A Dscalar_test.go593 castToBool, err := s.CastTo(arrow.FixedWidthTypes.Boolean)
595 assert.True(t, castToBool.IsValid())
596 assert.Equal(t, repr != "0", castToBool.(*scalar.Boolean).Value)