| /dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
| H A D | MySQL.php | 48 * Caches data to a MySQL database 50 * Registered for URLs with the "mysql" protocol 52 * For example, `mysql://root:password@localhost:3306/mydb?prefix=sp_` will 60 class MySQL extends DB class 67 protected $mysql; variable in SimplePie\\Cache\\MySQL 110 …$this->mysql = new \PDO("mysql:dbname={$this->options['dbname']};host={$this->options['host']};por… 112 $this->mysql = null; 118 if (!$query = $this->mysql->query('SHOW TABLES')) { 119 $this->mysql = null; 129 …$query = $this->mysql->exec('CREATE TABLE `' . $this->options['extras']['prefix'] . 'cache_data` (… [all …]
|
| /dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Cache/ |
| H A D | MySQL.php | 45 use SimplePie\Cache\MySQL; alias 47 class_exists('SimplePie\Cache\MySQL'); 49 …he_MySQL" class is deprecated since SimplePie 1.7.0, use "SimplePie\Cache\MySQL" instead.'), \E_US… 52 /** @deprecated since SimplePie 1.7.0, use "SimplePie\Cache\MySQL" instead */ 53 class SimplePie_Cache_MySQL extends MySQL
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | mysql.php | 3 * mysql.php 10 * MySQL language file for GeSHi. 12 * Based on original MySQL language file by Carl Fürstenberg (2004); brought 13 * up-to-date for current MySQL versions, and with more classes for different 17 * keywords in MySQL have a double function: many of those are either a function 21 * MySQL, though this may be overridden; because it's only a default, we use a 48 'LANG_NAME' => 'MySQL', 393 1 => 'https://www.oracle.com/search/results?cat=mysql&Ntk=SI-ALL5&Ntt={FNAME}', 394 2 => 'https://www.oracle.com/search/results?cat=mysql&Ntk=SI-ALL5&Ntt={FNAME}', 395 3 => 'https://www.oracle.com/search/results?cat=mysql&Ntk=SI-ALL5&Ntt={FNAME}', [all …]
|
| H A D | sql.php | 27 * - Added many more keywords (mostly MYSQL keywords) 34 * * Split this to several sql files - mysql-sql, ansi-sql etc
|
| H A D | php-brief.php | 88 …st_info', 'mysql_get_proto_info', 'mysql_get_server_info', 'mysql_info', 'mysql', 'mysql_fieldname…
|
| H A D | php.php | 520 'mssql_select_db','mt_getrandmax','mt_rand','mt_srand','mysql',
|
| /dokuwiki/.github/workflows/ |
| H A D | testLinux.yml | 25 mysql: 26 image: mysql:5.7 61 cp mysql.conf.php.dist mysql.conf.php
|
| /dokuwiki/_test/ |
| H A D | mysql.conf.php.dist | 3 * This configures the access to a mysql database. The user needs to have permissions
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Cache.php | 70 'mysql' => 'SimplePie\Cache\MySQL',
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | CHANGELOG | 32 * MySQL: Some missing keywords (Abu3safeer) 33 * MySQL: Updated documentation links (splitbrain) 168 * Added missing keywords for MySQL (SF#3290998, ct-bob, BenBE) 179 * Fixed obsolete MySQL documentation links (SF#3441642, BenBE) 428 * Improved MySQL language file (BenBE, JavaWoman) 460 * MySQL (BenBE) 468 * MySQL was seriously broken (BenBE) 469 * Reworked Keyword groups for MySQL to allow for more configuration (BenBE) 779 - mysql - Made the symbols into their own keyword group as the symbol group 809 - Added MD5 and SHA1 to mysql keywords (polarina) [all …]
|
| H A D | THANKS | 176 - MySQL Carl Fürstenberg, Marjolein Katsma
|
| /dokuwiki/ |
| H A D | .gitignore | 26 !/conf/mysql.conf.php.example
|
| /dokuwiki/_test/tests/inc/ |
| H A D | auth_password.test.php | 22 array('mysql', '4a1fa3780bd6fd55'),
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | CHANGELOG.md | 66 - The class `SimplePie\Cache\MySQL` is deprecated, use implementation of `Psr\SimpleCache\CacheInte… 121 - Bugfix in MySQL cache by @Art4 in [#720](https://github.com/simplepie/simplepie/pull/720) 279 * Added cache purging after a specified period of time when using MySQL cache. [#329](https://githu… 293 * Fixed the datatype for `items.data` to be more appropriate in when using MySQL cache. [#302](http… 299 * Fixed a bug where MySQL statements were not being passed thorugh `prepare()`. [#348](https://gith…
|
| /dokuwiki/lib/plugins/authpdo/_test/ |
| H A D | mysql.test.php | 4 * mysql tests for the authpdo plugin 11 protected $driver = 'mysql';
|
| /dokuwiki/inc/ |
| H A D | PassHash.php | 109 $method = 'mysql'; 321 * Password hashing method 'mysql' 323 * This method was used by old MySQL systems 325 * @link http://php.net/mysql 349 * Uses SHA1 hashs. This method is used by MySQL 4.11 and above
|
| /dokuwiki/conf/ |
| H A D | mysql.conf.php.example | 3 * This is an example configuration for the mysql auth plugin. 31 /* This option enables debug messages in the mysql plugin. It is
|
| H A D | dokuwiki.php | 58 $conf['passcrypt'] = 'bcrypt'; //Used crypt method (smd5,md5,sha1,ssha,crypt,mysql,my41…
|
| /dokuwiki/data/ |
| H A D | deleted.files | 400 inc/geshi/mysql.php 687 inc/auth/mysql.class.php 913 inc/auth/mysql.php
|
| /dokuwiki/lib/plugins/config/settings/ |
| H A D | config.metadata.php | 133 'mysql',
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 420 …matica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx new…
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 420 …matica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx new…
|
| /dokuwiki/vendor/geshi/geshi/src/ |
| H A D | geshi.php | 1496 'mysql' => array('sql'),
|