Home
last modified time | relevance | path

Searched refs:BINARY (Results 1 – 25 of 17067) sorted by last modified time

12345678910>>...683

/dports/x11-wm/i3-gaps/i3-4.20.1/man/
H A Di3.man63 === IMPORTANT NOTE TO nVidia BINARY DRIVER USERS
/dports/x11-toolkits/p5-Prima/Prima-1.63/
H A DREADME.md147 BINARY DISTRIBUTION INSTALLATION
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/json_schema_compiler/
H A Dmodel.py263 self.property_type = PropertyType.BINARY
594 BINARY = _PropertyTypeInfo(False, "binary") variable in PropertyType
/dports/www/chromium-legacy/chromium-88.0.4324.182/ipc/
H A Dipc_message_utils.cc126 case base::Value::Type::BINARY: { in WriteValue()
249 case base::Value::Type::BINARY: { in ReadValue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/resource/
H A Ddata_pack.cc291 text_encoding_type_(BINARY), in DataPack()
379 text_encoding_type_ != BINARY) { in LoadImpl()
381 << ", expected between " << BINARY << " and " << UTF16; in LoadImpl()
516 text_encoding_type != BINARY) { in WritePack()
518 << ", expected between " << BINARY << " and " << UTF16; in WritePack()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/json_schema_compiler/
H A Dmodel.py219 self.property_type = PropertyType.BINARY
485 BINARY = _PropertyTypeInfo(False, "binary") variable in PropertyType
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ipc/
H A Dipc_message_utils.cc125 case base::Value::Type::BINARY: { in WriteValue()
246 case base::Value::Type::BINARY: { in ReadValue()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/
H A DStatement.php34 if (($type === ParameterType::LARGE_OBJECT || $type === ParameterType::BINARY)
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/Schema/Parser/
H A DTableBuilder.php318 $doctrineType = Types::BINARY;
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Persistence/Generic/
H A DPropertyType.php55 const BINARY = 2; define in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\PropertyType
224 case self::BINARY:
281 $value = self::BINARY;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DBinaryType.php45 throw ConversionException::conversionFailed($value, Types::BINARY);
56 return Types::BINARY;
64 return ParameterType::BINARY;
H A DTypes.php14 public const BINARY = 'binary'; define in Doctrine\\DBAL\\Types\\Types
H A DType.php25 public const BINARY = Types::BINARY; define in Doctrine\\DBAL\\Types\\Type
102 Types::BINARY => BinaryType::class,
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/
H A DStatement.php19 if (($type === ParameterType::LARGE_OBJECT || $type === ParameterType::BINARY)
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/
H A DOCI8Statement.php311 case ParameterType::BINARY:
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/
H A DMysqliStatement.php32 ParameterType::BINARY => 's',
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/
H A DSQLAnywhereStatement.php106 case ParameterType::BINARY:
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/
H A DSQLSrvStatement.php290 case ParameterType::BINARY:
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/
H A DPDOStatement.php26 ParameterType::BINARY => PDO::PARAM_LOB,
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/
H A DParameterType.php50 public const BINARY = 16; define in Doctrine\\DBAL\\ParameterType
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/
H A DStatement.php35 if (($type === ParameterType::LARGE_OBJECT || $type === ParameterType::BINARY)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/Schema/Parser/
H A DTableBuilder.php349 $doctrineType = Types::BINARY;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Persistence/Generic/
H A DPropertyType.php56 const BINARY = 2; define in TYPO3\\CMS\\Extbase\\Persistence\\Generic\\PropertyType
225 case self::BINARY:
282 $value = self::BINARY;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DType.php26 public const BINARY = Types::BINARY; define in Doctrine\\DBAL\\Types\\Type
103 Types::BINARY => BinaryType::class,
H A DBinaryType.php46 throw ConversionException::conversionFailed($value, Types::BINARY);
57 return Types::BINARY;
65 return ParameterType::BINARY;

12345678910>>...683