Home
last modified time | relevance | path

Searched refs:DB (Results 1 – 25 of 69) sorted by relevance

123

/plugin/sql/
H A DDB.php58 class DB extends PEAR class
81 global $DSN, $DB;
82 if ($DB instanceof MDB3) return TRUE;
89 $DB = new PDO($DSN['phptype'].':host='.$DSN['hostspec'], $DSN['username'], $DSN['password']);
90 $DB->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
97 global $DSN, $DB;
98 if ($DB instanceof MDB3) return TRUE;
102 …$DB = new PDO($DSN['phptype'].':host='.$DSN['hostspec'].';dbname='.$DSN['database'], $DSN['usernam…
103 $DB->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
110 global $DB;
[all …]
H A Dsyntax.php119 $db =& DB::connect($data['urn']);
/plugin/freechat/phpfreechat/src/containers/
H A Doracle.class.php152 $this->_db = DB::connect($dsn);
153 if (DB::isError($this->_db))
188 if (DB::isError($res))
204 if (DB::isError($res)) { error_log("sql insert error: $sql_insert " . $res->getMessage()); }
213 if (DB::isError($res))
265 …if (DB::isError($thisresult)) { error_log("sql_select error $sql_select " . $thisresult->getMes…
310 …if (DB::isError($res)) { error_log("sql_count error $sql_count " . $res->getMessage()); …
324 if (DB::isError($res)){ error_log("sql insert error $sql_insert " . $res->getMessage()); }
336 if (DB::isError($res)){ error_log("problema update: $sql_update " . $res->getMessage()); }
343 …if (DB::isError($res)) { error_log("error in SELECT lastleaf $sql_last" . $res->getMessage()); …
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dconfig.m42 [Whether to enable the MaxMind DB Reader extension],
3 [ --with-maxminddb Enable MaxMind DB Reader extension support])
5 PHP_ARG_ENABLE(maxminddb-debug, for MaxMind DB debug support,
6 [ --enable-maxminddb-debug Enable enable MaxMind DB deubg support], no, no)
/plugin/securelogin/
H A Drsalib.js182 if (sh >= this.DB)
183 sh -= this.DB;
220 var p = this.DB - (i * this.DB) % k;
233 p += this.DB;
328 var bs = n % this.DB;
329 var cbs = this.DB - bs;
352 var bs = n % this.DB;
353 var cbs = this.DB - bs;
372 c >>= this.DB;
379 c >>= this.DB;
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md1 # MaxMind DB Reader PHP API #
5 This is the PHP API for reading MaxMind DB files. MaxMind DB is a binary file
50 require('/path/to/MaxMind-DB-Reader-php/autoload.php');
140 The MaxMind DB format includes 128-bit unsigned integer as a type. Although
153 …his code using the [GitHub issue tracker](https://github.com/maxmind/MaxMind-DB-Reader-php/issues).
172 The MaxMind DB Reader PHP API uses [Semantic Versioning](https://semver.org/).
H A DCHANGELOG.md86 * The MaxMind DB extension now supports PHP 7. Pull request by John Boehr.
98 * Previously the MaxMind DB extension would cause a segfault if the Reader
/plugin/sqlquery/
H A Dsyntax.php81 $DB = $this->getConf('DB');
89 $link = mysqli_connect($host, $user, $password, $DB);
/plugin/pgsqlquery/
H A Dsyntax.php81 $DB = $this->getConf('DB');
89 $dsn = "pgsql:host=$host;dbname=$DB;user=$user;password=$password";
/plugin/sqljson/
H A Dsyntax.php83 $DB = $this->getConf('DB');
91 $link = mysqli_connect($host, $user, $password, $DB);
/plugin/quickstats/GEOIP/
H A Dcomposer.lock122 "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
127 …"url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/bd436094fc0a9b0558a899f…
163 "description": "MaxMind DB Reader API",
164 "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
/plugin/data-au/lang/ko/
H A Dadmin_intro.txt1 ====== DB 필드 종류 별칭 설정 ======
/plugin/data/lang/ko/
H A Dadmin_intro.txt1 ====== DB 필드 종류 별칭 설정 ======
/plugin/sqlraw/
H A Dsyntax.php145 $db =& DB::connect($tempdb);
146 if (DB::isError($db)) {
189 if (DB::isError($result)) {
763 if (DB::isError ($result)) {
799 if (DB::isError ($result)) {
820 if (DB::isError ($result)) {
/plugin/crossdbsqlclient/
H A Ddescr.txt33 ==== Default-DB via Admin-Configuration page ====
38 ==== DB via page level url ====
/plugin/data-au/lang/en/
H A Dadmin_intro.txt1 ====== Setup DB Field Type Aliases ======
/plugin/data-au/lang/nl/
H A Dadmin_intro.txt1 ====== Aliases instellen voor DB veldtypes======
/plugin/data/lang/en/
H A Dadmin_intro.txt1 ====== Setup DB Field Type Aliases ======
/plugin/data/lang/nl/
H A Dadmin_intro.txt1 ====== Aliases instellen voor DB veldtypes======
/plugin/codemirror/dist/modes/
H A Dcobol.min.js.map1 …\n \"DAY-OF-WEEK DB DB-ACCESS-CONTROL-KEY DB-DATA-NAME DB-EXCEPTION \" +\n \"DB-FORMAT-N…
/plugin/quickstats/lang/nl/
H A Dgeneral_intro.txt8 …orden gesloten door de knop onderaan het Query Info scherm. De **Download DB** knop zal trachten …
/plugin/quickstats/lang/en/
H A Dgeneral_intro.txt8 …losed with a button at the bottom of the Query Info panel. The **Download DB** button will attemp…
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Diso-8859-4.map179 !B2 U+02DB ogonek
220 !DB U+00DB Ucircumflex
H A Dcp1257.map150 !9E U+02DB ogonek
208 !DB U+016A Umacron
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md82 The [MaxMind DB API](https://github.com/maxmind/MaxMind-DB-Reader-php)
382 This library also relies on the [MaxMind DB Reader](https://github.com/maxmind/MaxMind-DB-Reader-ph…
390 https://github.com/maxmind/MaxMind-DB

123