Home
last modified time | relevance | path

Searched refs:database (Results 51 – 75 of 174) sorted by last modified time

1234567

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DMongoDBHandler.php47 * @param string $database Database name
50 …public function __construct($mongodb, string $database, string $collection, $level = Logger::DEBUG… argument
57 $this->collection = $mongodb->selectCollection($database, $collection);
60 $this->namespace = $database . '.' . $collection;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DImportContext.php29 public $database; variable in Google\\Service\\SQLAdmin\\ImportContext
78 public function setDatabase($database) argument
80 $this->database = $database;
87 return $this->database;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/Resource/
H A DProjectsDatabasesDocuments.php60 * @param string $database Required. The database name. In the format:
68 $params = ['database' => $database, 'postBody' => $postBody];
80 * @param string $database Required. The database name. In the format:
88 $params = ['database' => $database, 'postBody' => $postBody];
95 * @param string $database Required. The database name. In the format:
103 $params = ['database' => $database, 'postBody' => $postBody];
111 * @param string $database Required. The database name. In the format:
119 $params = ['database' => $database, 'postBody' => $postBody];
287 $params = ['database' => $database, 'postBody' => $postBody];
346 $params = ['database' => $database, 'postBody' => $postBody];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DBackup.php30 public $database; variable in Google\\Service\\Spanner\\Backup
87 public function setDatabase($database) argument
89 $this->database = $database;
96 return $this->database;
H A DCreateBackupMetadata.php29 public $database; variable in Google\\Service\\Spanner\\CreateBackupMetadata
54 public function setDatabase($database) argument
56 $this->database = $database;
63 return $this->database;
/plugin/quickstats/GEOIP/
H A Dgeoip.inc1721 trigger_error("error traversing database - perhaps it is corrupt?", E_USER_ERROR);
1764 trigger_error("error traversing database - perhaps it is corrupt?", E_USER_ERROR);
H A Dgeoipv6_dnld.txt1 http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
H A Dinitialize_vendor.txt4 download mmb database into vendor/GeoLite2-City
H A Dcomposer.lock144 … "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
166 "database",
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php35 * @param string $database
43 public function __construct($database) argument
51 if (!is_readable($database)) {
53 "The file \"$database\" does not exist or is not readable."
56 $this->fileHandle = @fopen($database, 'rb');
59 "Error opening \"$database\"."
62 $this->fileSize = @filesize($database);
65 "Error determining the size of \"$database\"."
69 $start = $this->findMetadataStart($database);
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md34 * Added support for GeoLite2 ASN database.
73 * Added support for the GeoIP2 Enterprise database.
106 Anonymous IP database](https://www.maxmind.com/en/geoip2-anonymous-ip-database)
138 * Added support for the GeoIP2 Anonymous IP database. The
166 throw a `BadMethodCallException` if they are used with a database that
168 GeoIP2 Country database will result in an exception, and vice versa.
171 database.
225 * This is the first release with the GeoIP2 database reader. Please see the
H A DREADME.md92 the population. Any location provided by a GeoIP2 database or web service
100 the path to the database file as the first argument to the constructor. You
101 may then call the method corresponding to the database you are using.
104 record in the database. This model in turn contains multiple container
109 is thrown. If the database is invalid or corrupt, a
125 // Replace "city" with the appropriate method for your database, e.g.,
210 // Use the ->enterprise method to do a lookup in the Enterprise database
307 a key in a database or array.**
344 (city, region, country, etc.) in the GeoNames database.
/plugin/quickstats/lang/nl/
H A Dgeneral_intro.txt4 …- download de Maxmind GeoLiteCity.dat database in ''lib/plugins/quickstats/GEOIP/''; hiervoor moet…
8 …aan het Query Info scherm. De **Download DB** knop zal trachten de Maxmind database te downloaden.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md141 no MaxMind-distributed database currently makes use of this type, both the
H A DCHANGELOG.md46 `open_basedir` is set, you _must_ store the database within the
71 * Searching for database metadata only occurs within the last 128KB
154 * Improved performance for IPv4 lookups in an IPv6 database.
/plugin/quickstats/lang/en/
H A Dgeneral_intro.txt4 - download the Maxmind GeoLite2-City database into ''quickstats/GEOIP/vendor/GeoLite2-City'';
8 …of the Query Info panel. The **Download DB** button will attempt to download the Maxmind database.
/plugin/quickstats/
H A DHOW-TO2 Its advantage for many users is that is does not require an sql database.
45 http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
H A DREADME1 …meters. Its advantage for many users is that is does not require an sql database; this may limit i…
/plugin/diagramsnet/lib/stencils/
H A DLICENSE12 …Licensed Material means the artistic or literary work, database, or other material to which the Li…
61 … extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;
62 … substantial portion of the database contents in a database in which You have Sui Generis Database…
63 …nditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
/plugin/diagramsnet/lib/templates/
H A DLICENSE12 …Licensed Material means the artistic or literary work, database, or other material to which the Li…
61 … extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;
62 … substantial portion of the database contents in a database in which You have Sui Generis Database…
63 …nditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
/plugin/diagramsnet/lib/js/diagramly/
H A DStorageFile.js167 if (ui.database == null) //fallback to localstorage
192 if (ui.database == null) //fallback to localstorage
256 if (this.ui.database == null) //fallback to localstorage
468 if (ui.database == null) //fallback to localstorage
489 if (ui.database == null) //fallback to localstorage
H A DEditorUi.js14320 if (this.database == null)
14362 this.database = db;
14550 success(this.database);
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1663 …ata:"mxgraph.flowchart.data",directdata:"mxgraph.flowchart.direct_data",database:"mxgraph.flowchar… property in mxGraphMlShapesMap
H A Dapp.min.js10051 …unction(b){d(null!=b?b.data:null)},mxUtils.bind(this,function(){null==b.database?b.getLocalData(e,…
10052 …etDatabaseItem(e,function(b){d(b)},mxUtils.bind(this,function(){null==b.database?b.getLocalData(e,…
10053 …{title:this.title,data:g}],e,mxUtils.bind(this,function(){null==this.ui.database?this.ui.setLocalD…
10059database?d(StorageFile.listLocalStorageFiles(e)):null!=c&&c()},"filesInfo")};StorageFile.deleteFil…
/plugin/diagramsnet/lib/img/
H A DLICENSE12 …Licensed Material means the artistic or literary work, database, or other material to which the Li…
61 … extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database;
62 … substantial portion of the database contents in a database in which You have Sui Generis Database…
63 …nditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.

1234567