Home
last modified time | relevance | path

Searched refs:STRING (Results 126 – 150 of 60745) sorted by last modified time

12345678910>>...2430

/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/
H A DStringType.php33 return Types::STRING;
H A DType.php84 public const STRING = Types::STRING; define in Doctrine\\DBAL\\Types\\Type
124 Types::STRING => StringType::class,
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/
H A DStatement.php103 public function bindValue($param, $value, $type = ParameterType::STRING)
138 public function bindParam($param, &$variable, $type = ParameterType::STRING, $length = null)
H A DParameterType.php31 public const STRING = PDO::PARAM_STR; define in Doctrine\\DBAL\\ParameterType
H A DSQLParserUtils.php233 … $typesOrd[] = self::extractParam($paramName, $types, false, ParameterType::STRING);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/
H A DMysqliStatement.php44 ParameterType::STRING => 's',
118 public function bindParam($param, &$variable, $type = ParameterType::STRING, $length = null)
135 public function bindValue($param, $value, $type = ParameterType::STRING)
238 $types[$parameter - 1] = static::$_paramTypeMap[ParameterType::STRING];
254 $types[$parameter - 1] = static::$_paramTypeMap[ParameterType::STRING];
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/OCI8/
H A DOCI8Statement.php284 public function bindValue($param, $value, $type = ParameterType::STRING)
292 public function bindParam($param, &$variable, $type = ParameterType::STRING, $length = null)
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOSqlsrv/
H A DStatement.php18 …public function bindParam($param, &$variable, $type = ParameterType::STRING, $length = null, $driv…
30 $type = ParameterType::STRING;
42 public function bindValue($param, $value, $type = ParameterType::STRING)
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/
H A DConnection.php39 public function quote($value, $type = ParameterType::STRING);
H A DStatement.php31 public function bindValue($param, $value, $type = ParameterType::STRING);
59 public function bindParam($param, &$variable, $type = ParameterType::STRING, $length = null);
H A DPDOConnection.php95 public function quote($value, $type = ParameterType::STRING)
H A DPDOStatement.php32 ParameterType::STRING => PDO::PARAM_STR,
61 public function bindValue($param, $value, $type = ParameterType::STRING)
82 …public function bindParam($param, &$variable, $type = ParameterType::STRING, $length = null, $driv…
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DrizzlePDOMySql/
H A DConnection.php16 public function quote($value, $type = ParameterType::STRING)
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/IBMDB2/
H A DDB2Statement.php108 public function bindValue($param, $value, $type = ParameterType::STRING)
118 public function bindParam($param, &$variable, $type = ParameterType::STRING, $length = null)
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLAnywhere/
H A DSQLAnywhereStatement.php103 public function bindParam($param, &$variable, $type = ParameterType::STRING, $length = null)
118 case ParameterType::STRING:
139 public function bindValue($param, $value, $type = ParameterType::STRING)
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/SQLSrv/
H A DSQLSrvStatement.php162 public function bindValue($param, $value, $type = ParameterType::STRING)
179 public function bindParam($param, &$variable, $type = ParameterType::STRING, $length = null)
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Portability/
H A DStatement.php52 public function bindParam($param, &$variable, $type = ParameterType::STRING, $length = null)
62 public function bindValue($param, $value, $type = ParameterType::STRING)
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/
H A DResult.php342 public function bindParam($param, &$variable, $type = ParameterType::STRING, $length = null)
/dports/www/mod_auth_mysql_another/mod_auth_mysql-3.0.0/
H A Dmod_auth_mysql.c88 #define _HOST STRING(HOST)
98 #define _PORT STRING(PORT)
108 #define _PORT STRING(MYSQL_PORT)
113 #define _SOCKET STRING(SOCKET)
123 #define _USER STRING(USER)
129 #define _PASSWORD STRING(PASSWORD)
135 #define _DB STRING(DB)
141 #define _PWTABLE STRING(PWTABLE)
147 #define _NAMEFIELD STRING(NAMEFIELD)
165 #define _ENCRYPTION STRING(ENCRYPTION)
[all …]
/dports/www/cplanet/cplanet-0.9/
H A Dcplanet.c33 static STRING neoerr_str; /* neoerr to string */
446 STRING *str = ctx; in cplanet_output()
583 STRING cs_output_data; in generate_file()
/dports/textproc/link-grammar/link-grammar-5.8.0/m4/
H A Dltsugar.m446 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
48 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
49 # Note that neither SEPARATOR nor STRING are expanded; they are appended
55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
/dports/textproc/link-grammar/link-grammar-5.8.0/
H A DFindLinkGrammar.cmake73 STRING(REGEX MATCH "#define LINK_MAJOR_VERSION[ ]+([0-9]+)" _MATCH "${_LG_FEAT_H_CONTENTS}")
75 STRING(REGEX MATCH "#define LINK_MINOR_VERSION[ ]+([0-9]+)" _MATCH "${_LG_FEAT_H_CONTENTS}")
77 STRING(REGEX MATCH "#define LINK_MICRO_VERSION[ ]+([0-9]+)" _MATCH "${_LG_FEAT_H_CONTENTS}")
/dports/textproc/zorba/zorba-2.7.0/cmake_modules/
H A DFindPHP5.cmake123 STRING(REPLACE "\n" "" PHP5_EXTENSION_DIR "${PHP5_EXTENSION_DIR}")
127 STRING(REPLACE "-I" ";" PHP5_INCLUDES "${PHP5_INCLUDES}")
128 STRING(REPLACE " " "" PHP5_INCLUDES "${PHP5_INCLUDES}")
129 STRING(REPLACE "\n" "" PHP5_INCLUDES "${PHP5_INCLUDES}")
130 STRING(LENGTH "${PHP5_INCLUDES}" PHP5_INCLUDES_LENGTH )
134 STRING(SUBSTRING "${PHP5_INCLUDES}" 1 ${PHP5_INCLUDES_LENGTH} PHP5_INCLUDES)
H A DFindSWIG.cmake43 STRING(REGEX REPLACE "[\n\r]+" ";" SWIG_swiglib_output ${SWIG_swiglib_output})
57 STRING(REGEX REPLACE ".*SWIG Version[^0-9.]*\([0-9.]+\).*" "\\1"
59 SET(SWIG_VERSION ${SWIG_version_output} CACHE STRING "Swig version" FORCE)
H A DCMakeUseFlex.cmake42 STRING (REGEX REPLACE "[^0-9]*([0-9]+)..*" "\\1" FLEX_MAJOR_VERSION_TMP ${FLEX_VERSION})
43 STRING (REGEX REPLACE "[^0-9]*[0-9]+\\.([0-9]+).*" "\\1" FLEX_MINOR_VERSION_TMP ${FLEX_VERSION})
44STRING (REGEX REPLACE "[^0-9]*[0-9]+\\.[0-9]+\\.([0-9]+[a-z]*).*" "\\1" FLEX_REVISION_VERSION_TMP …
46 SET (FLEX_MAJOR_VERSION ${FLEX_MAJOR_VERSION_TMP} CACHE STRING "The flex major version" FORCE)
47 SET (FLEX_MINOR_VERSION ${FLEX_MINOR_VERSION_TMP} CACHE STRING "The flex minor version" FORCE)
48 …SET (FLEX_REVISION_VERSION ${FLEX_REVISION_VERSION_TMP} CACHE STRING "The flex revision version" F…
61 …FLEX_MAJOR_VERSION}.${FLEX_MINOR_VERSION}.${FLEX_REVISION_VERSION} CACHE STRING "The Flex version"…

12345678910>>...2430