/plugin/translator/ |
H A D | helper.php | 25 var $database = null; variable in helper_plugin_translator 92 if ( empty($this->database) ) { 158 $this->database->close(); 159 $this->database = null; 187 $data = array(); $this->database->bind_assoc($data); $this->database->fetch(); 201 $data = array(); $this->database->bind_assoc($data); $this->database->fetch(); 380 $data = array(); $this->database->bind_assoc($data); $this->database->fetch(); 768 $data = array(); $this->database->bind_assoc($data); $this->database->fetch(); 1069 $data = array(); $this->database->bind_assoc($data); $this->database->fetch(); 1137 $data=array(); $this->database->bind_assoc($data); $this->database->fetch(); [all …]
|
H A D | admin.php | 240 $this->functions->database->execute(); 245 while ( $this->functions->database->fetch() ) { 271 $this->functions->database->execute($user); 279 $this->functions->database->execute($user); 330 $this->functions->database->execute($name); 474 $this->functions->database->execute($EXECUTE); 499 $this->functions->database->execute($EXECUTE); 576 $this->functions->database->execute($user); 585 while ( $this->functions->database->fetch()) { 630 $this->functions->database->execute($user); [all …]
|
/plugin/yuriigantt/src/Driver/ |
H A D | Embedded.php | 105 $database = (object)[ 124 return $database; 182 $database =& $this->getDatabase(); 183 $links =& $database->gantt->links; 204 $database =& $this->getDatabase(); 205 $links =& $database->gantt->links; 225 $database =& $this->getDatabase(); 227 $database->gantt->links[] = $link; 242 $tasks =& $database->gantt->data; 264 $tasks =& $database->gantt->data; [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/Resource/ |
H A D | Databases.php | 40 * @param string $database Name of the database to be deleted in the instance. 44 public function delete($project, $instance, $database, $optParams = []) argument 46 $params = ['project' => $project, 'instance' => $instance, 'database' => $database]; 57 * @param string $database Name of the database in the instance. 61 public function get($project, $instance, $database, $optParams = []) argument 63 $params = ['project' => $project, 'instance' => $instance, 'database' => $database]; 107 * @param string $database Name of the database to be updated in the instance. 112 public function patch($project, $instance, $database, Database $postBody, $optParams = []) argument 114 …$params = ['project' => $project, 'instance' => $instance, 'database' => $database, 'postBody' => … 125 * @param string $database Name of the database to be updated in the instance. [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/Resource/ |
H A D | ProjectsDatabasesDocuments.php | 60 * @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 D | CreateDatabaseMetadata.php | 25 public $database; variable in Google\\Service\\Spanner\\CreateDatabaseMetadata 30 public function setDatabase($database) argument 32 $this->database = $database; 39 return $this->database;
|
H A D | CreateBackupMetadata.php | 29 public $database; variable in Google\\Service\\Spanner\\CreateBackupMetadata 54 public function setDatabase($database) argument 56 $this->database = $database; 63 return $this->database;
|
H A D | UpdateDatabaseDdlMetadata.php | 30 public $database; variable in Google\\Service\\Spanner\\UpdateDatabaseDdlMetadata 59 public function setDatabase($database) argument 61 $this->database = $database; 68 return $this->database;
|
H A D | Backup.php | 30 public $database; variable in Google\\Service\\Spanner\\Backup 87 public function setDatabase($database) argument 89 $this->database = $database; 96 return $this->database;
|
/plugin/yuriigantt/_test/Drivers/ |
H A D | embedded.test.php | 70 $database = $handler->getDatabase(); 71 $this->assertIsObject($database); 72 $this->assertEquals($database->pageId, 'asd'); 73 $this->assertEquals($database->version, '1.0'); 74 $this->assertEquals($database->dsn, Embedded::DSN); 75 $this->assertEquals($database->dsn, Embedded::DSN); 76 $this->assertEquals($database->increment->task, 12); 77 $this->assertEquals($database->increment->link, 8);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/ |
H A D | MysqlObjectIdentifier.php | 25 public $database; variable in Google\\Service\\Datastream\\MysqlObjectIdentifier 34 public function setDatabase($database) argument 36 $this->database = $database; 43 return $this->database;
|
H A D | MysqlDatabase.php | 26 public $database; variable in Google\\Service\\Datastream\\MysqlDatabase 33 public function setDatabase($database) argument 35 $this->database = $database; 42 return $this->database;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/ |
H A D | GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec.php | 25 public $database; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec 38 public function setDatabase($database) argument 40 $this->database = $database; 47 return $this->database;
|
/plugin/yuriigantt/ |
H A D | syntax.php | 82 $database = json_decode($data); 84 if (empty($database) && !empty($ID)) { 85 $database = Embedded::initDatabase($ID); 88 if (!empty($ID) && $ID !== $database->pageId) { 89 $database->pageId = $ID; 94 $handler->setDatabase($database); 97 return $database;
|
H A D | README.md | 39 1. (Optional) Click page edit. You will see that data for empty embedded database was initialized 62 NOTE! Currently only embedded database driver is supported 68 Info about gantt database is stored in page within special pattern in JSON format. 69 Embedded database also stores its data near database info. 75 "dsn": ":embedded:", <-- says parser what database driver was used 83 …ach user update dokuwiki file is parsed, database extracted, its data get changes and with new cha…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryConnectionService/ |
H A D | CloudSqlProperties.php | 27 public $database; variable in Google\\Service\\BigQueryConnectionService\\CloudSqlProperties 54 public function setDatabase($database) argument 56 $this->database = $database; 63 return $this->database;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/Resource/ |
H A D | ProjectsInstancesDatabases.php | 70 * @param string $database Required. The database to be dropped. 74 public function dropDatabase($database, $optParams = []) argument 76 $params = ['database' => $database]; 99 * @param string $database Required. The database whose schema we wish to get. 104 public function getDdl($database, $optParams = []) argument 106 $params = ['database' => $database]; 253 * @param string $database Required. The database to update. 258 public function updateDdl($database, UpdateDatabaseDdlRequest $postBody, $optParams = []) argument 260 $params = ['database' => $database, 'postBody' => $postBody];
|
H A D | ProjectsInstancesDatabasesSessions.php | 56 * @param string $database Required. The database in which the new sessions are 62 public function batchCreate($database, BatchCreateSessionsRequest $postBody, $optParams = []) argument 64 $params = ['database' => $database, 'postBody' => $postBody]; 123 * @param string $database Required. The database in which the new session is 129 public function create($database, CreateSessionRequest $postBody, $optParams = []) argument 131 $params = ['database' => $database, 'postBody' => $postBody]; 231 * @param string $database Required. The database in which to list sessions. 246 public function listProjectsInstancesDatabasesSessions($database, $optParams = []) argument 248 $params = ['database' => $database];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/ |
H A D | ImportContext.php | 29 public $database; variable in Google\\Service\\SQLAdmin\\ImportContext 78 public function setDatabase($database) argument 80 $this->database = $database; 87 return $this->database;
|
/plugin/yuriigantt/src/Driver/Embedded/ |
H A D | Handler.php | 38 protected $database; variable in dokuwiki\\plugin\\yuriigantt\\src\\Driver\\Embedded\\Handler 52 public function setDatabase($database) argument 55 $this->database = $database; 61 return $this->database;
|
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/ |
H A D | Reader.php | 33 * be a valid MaxMind DB file such as a GeoIp2 database file. 35 * @param string $database 38 * @throws InvalidArgumentException for invalid database path or unknown arguments 40 * if the database is invalid or there is an error reading 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); [all...] |
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | MongoDBHandler.php | 47 * @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/translator/syntax/ |
H A D | label.php | 129 $this->functions->database->prepare("$SQL;"); 130 $this->functions->database->execute($EXECUTE); 132 if ( $this->functions->database->num_rows() > 0 ) { 133 …$data = array(); $this->functions->database->bind_assoc($data); $this->functions->database->fetch(…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Firestore.php | 257 'path' => 'v1/{+database}/documents:batchGet', 260 'database' => [ 270 'database' => [ 280 'database' => [ 287 'path' => 'v1/{+database}/documents:commit', 290 'database' => [ 460 'path' => 'v1/{+database}/documents:listen', 463 'database' => [ 511 'database' => [ 538 'path' => 'v1/{+database}/documents:write', [all …]
|
/plugin/simplemysqlclient/ |
H A D | descr.txt | 4 description: A GUI-Interface in Dokuwiki to execute sql on local (server side) MySQL database. 10 tags : mySql-client, mySql-GUI, mySql-Interface, database, tables 19 …re available in plugin. One or more (; separated) SQLs can be executed by an database transaction. 23 … to set the database name, user, passwort and the host. Than you can allow some users or some grou…
|