Home
last modified time | relevance | path

Searched refs:sqliteCreateFunction (Results 101 – 125 of 126) sorted by relevance

123456

/dports/databases/sqlitemanager/SQLiteManager-1.2.4/include/
H A Dsqlite_3.class.php218 if(DEBUG) return $this->connId->sqliteCreateFunction($function_name, $callback, $num_arg);
219 else return @$this->connId->sqliteCreateFunction($function_name, $callback, $num_arg);
H A Dsqlite3.inc.php60 return $dhb->sqliteCreateFunction($function_name,$callback,$num_arg);
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/classes/
H A Ddatabase.php140 $this->db->sqliteCreateFunction('md5', 'php_md5', 1);
141 $this->db->sqliteCreateFunction('unix_timestamp', 'php_unix_timestamp', 1);
142 $this->db->sqliteCreateFunction('now', 'php_now', 0);
143 $this->db->sqliteCreateFunction('sqlitedatatype', 'php_sqlite_data_type', 2);
144 $this->db->sqliteCreateFunction('strleft', 'php_left', 2);
145 $this->db->sqliteCreateFunction('strright', 'php_right', 2);
/dports/www/kohana/kohana-v3.3.6/modules/database/classes/Kohana/Database/
H A DPDO.php111 return $this->_connection->sqliteCreateFunction(
/dports/www/joomla3/joomla3-3.9.24/libraries/joomla/database/driver/
H A Dsqlite.php64 $this->connection->sqliteCreateFunction(
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/tests/DoctrineTest/
H A DDoctrine_UnitTestCase.php139 $this->dbh->sqliteCreateFunction('trim', 'trim', 1);
/dports/www/phalcon/cphalcon-3.4.5/unit-tests/
H A DModelsValidatorsTest.php107 $conn->getInternalHandler()->sqliteCreateFunction('now', 'sqlite_now', 0);
/dports/lang/php73/php-7.3.33/ext/pdo_sqlite/
H A Dsqlite_driver.c511 static PHP_METHOD(SQLite, sqliteCreateFunction) in PHP_METHOD() argument
695 PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC)
/dports/databases/php73-pdo_sqlite/php-7.3.33/ext/pdo_sqlite/
H A Dsqlite_driver.c511 static PHP_METHOD(SQLite, sqliteCreateFunction) in PHP_METHOD() argument
695 PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC)
/dports/www/mod_php73/php-7.3.33/ext/pdo_sqlite/
H A Dsqlite_driver.c511 static PHP_METHOD(SQLite, sqliteCreateFunction) in PHP_METHOD() argument
695 PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC)
/dports/databases/php74-pdo_sqlite/php-7.4.27/ext/pdo_sqlite/
H A Dsqlite_driver.c520 static PHP_METHOD(SQLite, sqliteCreateFunction) in PHP_METHOD() argument
704 PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC)
/dports/lang/php74/php-7.4.27/ext/pdo_sqlite/
H A Dsqlite_driver.c520 static PHP_METHOD(SQLite, sqliteCreateFunction) in PHP_METHOD() argument
704 PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC)
/dports/www/mod_php74/php-7.4.27/ext/pdo_sqlite/
H A Dsqlite_driver.c520 static PHP_METHOD(SQLite, sqliteCreateFunction) in PHP_METHOD() argument
704 PHP_ME(SQLite, sqliteCreateFunction, NULL, ZEND_ACC_PUBLIC)
/dports/databases/php80-pdo_sqlite/php-8.0.15/ext/pdo_sqlite/
H A Dsqlite_driver.c519 PHP_METHOD(PDO_SQLite_Ext, sqliteCreateFunction) in PHP_METHOD() argument
/dports/lang/php80/php-8.0.15/ext/pdo_sqlite/
H A Dsqlite_driver.c519 PHP_METHOD(PDO_SQLite_Ext, sqliteCreateFunction) in PHP_METHOD() argument
/dports/www/mod_php80/php-8.0.15/ext/pdo_sqlite/
H A Dsqlite_driver.c519 PHP_METHOD(PDO_SQLite_Ext, sqliteCreateFunction) in PHP_METHOD() argument
/dports/databases/php81-pdo_sqlite/php-8.1.1/ext/pdo_sqlite/
H A Dsqlite_driver.c522 PHP_METHOD(PDO_SQLite_Ext, sqliteCreateFunction) in PHP_METHOD() argument
/dports/www/fusionpbx/fusionpbx-4.4.1/core/install/resources/classes/
H A Dinstall_fusionpbx.php284 $this->dbh->sqliteCreateFunction('now', 'php_now', 0);
/dports/www/mod_php81/php-8.1.1/ext/pdo_sqlite/
H A Dsqlite_driver.c522 PHP_METHOD(PDO_SQLite_Ext, sqliteCreateFunction) in PHP_METHOD() argument
/dports/lang/php81/php-8.1.1/ext/pdo_sqlite/
H A Dsqlite_driver.c522 PHP_METHOD(PDO_SQLite_Ext, sqliteCreateFunction) in PHP_METHOD() argument
/dports/databases/phpliteadmin/
H A Dphpliteadmin.php4434 $this->db->sqliteCreateFunction($id, $id, -1);
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/
H A Dphpfunctions.php84468 function sqliteCreateFunction($function_name, $callback, $num_args); function
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/
H A Dphpfunctions.php84468 function sqliteCreateFunction($function_name, $callback, $num_args); function
/dports/devel/kdev-php/kdev-php-21.12.3/
H A Dphpfunctions.php138916 public function sqliteCreateFunction($function_name, $callback, $num_args, $flags){} function in Parle\\PDO
/dports/devel/geany-legacy/geany-1.37.1/data/tags/
H A Dstd.php.tags10293 sqliteCreateFunction�128�(string $function_name, callable $callback [, int $num_args = -1 [, int $f…

123456