Home
last modified time | relevance | path

Searched refs:Database (Results 1 – 25 of 96) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/Resource/
H A DDatabases.php20 use Google\Service\SQLAdmin\Database; alias
59 * @return Database
65 return $this->call('get', [$params], Database::class);
74 * @param Database $postBody
78 public function insert($project, $instance, Database $postBody, $optParams = [])
108 * @param Database $postBody
112 public function patch($project, $instance, $database, Database $postBody, $optParams = [])
126 * @param Database $postBody
130 public function update($project, $instance, $database, Database $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DDatabasesListResponse.php23 protected $itemsType = Database::class;
31 * @param Database[]
38 * @return Database[]
H A DDatabase.php20 class Database extends \Google\Model class
186 class_alias(Database::class, 'Google_Service_SQLAdmin_Database');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DListDatabasesResponse.php23 protected $databasesType = Database::class;
31 * @param Database[]
38 * @return Database[]
H A DDatabase.php20 class Database extends \Google\Collection class
201 class_alias(Database::class, 'Google_Service_Spanner_Database');
/plugin/sqlcomp/
H A Dsyntax.php382 private function _sqlaccess($Server,$User,$Pass,$Database,$Query,$Opts){ argument
398 private function _postgresql($Server,$User,$Pass,$Database,$Query,$Opts){ argument
411 private function _mysql($Server,$User,$Pass,$Database,$Query,$Opts){ argument
415 if (!mysqli_select_db($connection, $Database))
433 private function _mssql($Server,$User,$Pass,$Database,$Query,$Opts){ argument
438 mssql_select_db($Database, $dbhandle);
455 private function _oracle($Server,$User,$Pass,$Database,$Query,$Opts){ argument
479 private function _sqlcsv($Server,$User,$Pass,$Database,$Query,$Opts){ argument
481 if(!$handle = fopen($Database,"r"))
501 private function _sqlite($Server,$User,$Pass,$Database,$Query,$Opts){ argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/Resource/
H A DProjectsInstancesDatabases.php21 use Google\Service\Spanner\Database; alias
86 * @return Database
92 return $this->call('get', [$params], Database::class);
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md139 `GeoIP2\Database\Reader` class now has an `anonymousIp` method which returns
158 * The check added to the `GeoIP2\Database\Reader` lookup methods in 0.8.0 did
159 not work with the GeoIP2 City Database Subset by Continent with World
165 * The `GeoIp2\Database\Reader` lookup methods (e.g., `city()`, `isp()`) now
169 * A `metadata()` method has been added to the `GeoIP2\Database\Reader` class.
220 `\GeoIp2\Database\Reader` and `\GeoIp2\WebService\Client`.
226 `README.md` file and the `\GeoIp2\Database\Reader` class.
H A DREADME.md95 ## Database Reader ##
99 To use this API, you must create a new `\GeoIp2\Database\Reader` object with
119 use GeoIp2\Database\Reader;
150 use GeoIp2\Database\Reader;
168 use GeoIp2\Database\Reader;
186 use GeoIp2\Database\Reader;
204 use GeoIp2\Database\Reader;
238 use GeoIp2\Database\Reader;
304 ## Values to use for Database or Array Keys ##
/plugin/404manager/db/
H A DREADME.md1 # Sqlite Database
/plugin/authjoomla/
H A Dplugin.info.txt6 desc Authenticate against a Joomla Database
H A DREADME3 Authenticate against a Joomla Database
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt17 ===== Update/Create SQL Database =====
26 - Initialize Sqlite Database
27 - Update Database
31 …cture is already set up and you can select either Update Database or Initialize Sqlite Database. …
/plugin/combo/db/combo/
H A DREADME.md1 # Sqlite Database
/plugin/geonav/
H A Dstates.sql9 # Database: test.sqlite
H A Dcontinents.sql9 # Database: test.sqlite
/plugin/combo/db/combo-secondary/
H A DREADME.md1 # Sqlite Combo Secondary Database
/plugin/data-au/lang/nl/
H A Dintro_clean.txt1 ====== Database Opschonen ======
/plugin/data/lang/nl/
H A Dintro_clean.txt1 ====== Database Opschonen ======
/plugin/data-au/lang/en/
H A Dintro_clean.txt1 ====== Database Clean up ======
/plugin/data/lang/en/
H A Dintro_clean.txt1 ====== Database Clean up ======
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php3 namespace GeoIp2\Database;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D43.43.js.map1Database',\n 'Action.Return',\n 'Action.Sequence',\n 'Action.Try',\n '…
/plugin/diagramsnet/lib/stencils/
H A DLICENSE9 …ut limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without r…
16 …Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of …
57 Section 4 – Sui Generis Database Rights.
59 Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the License…
62 … database in which You have Sui Generis Database Rights, then the database in which You have Sui G…
/plugin/diagramsnet/lib/templates/
H A DLICENSE9 …ut limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without r…
16 …Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of …
57 Section 4 – Sui Generis Database Rights.
59 Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the License…
62 … database in which You have Sui Generis Database Rights, then the database in which You have Sui G…

1234