Home
last modified time | relevance | path

Searched refs:db (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMySQL.php124 $db = [];
126 $db[] = $row;
129 if (!in_array($this->options['extras']['prefix'] . 'cache_data', $db)) {
138 if (!in_array($this->options['extras']['prefix'] . 'items', $db)) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php