Home
last modified time | relevance | path

Searched refs:db (Results 126 – 150 of 189) sorted by last modified time

12345678

/plugin/dwcommits/
H A Dhelper.php96 $db = $inf[$fname_hash];
97 list($base,$count) = explode('_',$db);
150 static $db = null;
151 if ($db === null) {
152 $db =& plugin_load('helper', 'sqlite');
153 if ($db === null) {
162 $db->fetchmode = DOKU_SQLITE_ASSOC;
165 $this->sqlite = $db;
166 return $db;
760 foreach($_REQUEST[prune] as $db=>$key) {
[all …]
H A Dsyntax.php23 private $db; variable in syntax_plugin_dwcommits
69 return array($state, ' db parsing failed ');
170 $this->db = $this->helper->_getDB();
H A Dadmin.php21 private $db; variable in admin_plugin_dwcommits
26 $this->db = $this->helper->_getDB();
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt118db/dbnames.ser. Clicking Delete Entries will delete the dwcommit record from db/dbnames.ser and a…
121 …software saves a backup file of the previous record set, which is saved in db/dbnames.ser.prev. I…
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist21 ; directory names of gits in dwcommits/db directory
22 ; the path to 'lib/plugins/dwcommits/db/' will be prepended to these names
29 ; gits outside dwcommits/db --these require the full path to the git:
/plugin/datagraph/
H A Dsyntax.php12 protected $db = null; variable in syntax_plugin_datagraph
25 $this->db = $sqlite;
153 …$arr = $this->db->res2arr($this->db->query('select d2.value as k, sum(d.value) as s, count(d.value…
/plugin/dataloop/syntax/
H A Droll.php203 sqlite_create_aggregate($this->dthlp->db,'group_concat',
210 $res = sqlite_query($this->dthlp->db,$sql);
H A Dtextloop.php238 sqlite_create_aggregate($this->dthlp->db,'group_concat',
245 $res = sqlite_query($this->dthlp->db,$sql);
H A Dloop.php285 sqlite_create_aggregate($this->dthlp->db,'group_concat',
292 $res = sqlite_query($this->dthlp->db,$sql);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist_items_with_undefined_ref.md7 it to use by setting its `db` property.
/plugin/redproject/
H A Dstyle.css32 background: #3498db;
97 border-left-color: #3498db;
107 border-left-color: #3498db;
/plugin/fetchmedia/
H A Dyarn.lock2118 mime-db@~1.29.0:
2120 …resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.29.0.tgz#48d26d235589651704ac5916ca0600…
2126 mime-db "~1.29.0"
/plugin/database2/
H A Dmedia.php219 $db = new Database2_media( $dsn, $authSlot, $table, $ioIndex, $pageID ); variable
225 $data = $db->printTable();
227 $title = sprintf( $db->getLang( 'printtitle' ), $table );
252 $meta = $db->getColumnsMeta();
259 $rows = $db->__recordsList( $cols );
267 $data = $db->__csvLine( $header );
271 $data .= $db->__csvLine( $row );
282 …$st = $db->getLink()->prepare( 'SELECT rowid,action,username,ctime FROM __log WHERE tablename=? OR…
298 $data = $db->__csvLine( array_keys( array_shift( array_slice( $rows, 0, 1 ) ) ) );
306 $data .= $db->__csvLine( $row );
[all …]
H A Dsyntax.php135 $db = new Database2($renderer, $this);
136 if ($db->connect($this->dbName, $this->options['auth'])) {
137 $db->process( $this->tableName, $args, $this->options );
H A Dadmin.php29 protected $db; variable in admin_plugin_database2
241 $result = $db->getLink()->query( $query );
254 echo $db->__renderTable( null, $cols, $rows,
289 if ( !( $this->db instanceof Database2_Admin ) )
294 $db = new Database2_Admin( $this );
300 if ( $db->connect( $dbFile ) )
301 $this->db = $db;
305 return $this->db;
H A Ddatabase2.php63 protected $db; variable in Database2
165 $this->db = null;
194 return $this->db;
1139 if ( !$this->db->commit() )
1389 $this->db->rollback();
1407 if ( !$this->db->commit() )
1414 $this->db->rollback();
1439 $this->db->rollback();
1450 if ( !$this->db->commit() )
1457 $this->db->rollback();
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.min.js13db+1)),this.bl_tree=new C.Buf16(2*(2*eb+1)),f(this.dyn_ltree),f(this.dyn_dtree),f(this.bl_tree),th…
14db;case db:if(c.extra){for(zb=c.extra;zb>n;){if(0===i)break a;i--,m+=e[g++]<<n,n+=8}c.length+=m&(1…
/plugin/amcharts/assets/amcharts/
H A Damcharts.js177 …is.allBullets.push(Na);if(Na){var Zb=Na.getBBox(),$b=Zb.width,ac=Zb.height,db,eb,sb=f.totalTextOff…
178db=0>W?E-$b/2-2-fb-sb:E+$b/2+3+fb+sb):(db=wa,eb=0>W?F+ac/2+fb+sb:F-ac/2-3-fb-sb);Na.translate(db,e…
/plugin/authjoomla3/
H A Dauth.php68 …('%s:dbname=%s;host=%s', $this->joomlaConfig->dbtype, $this->joomlaConfig->db, $this->joomlaConfig…
/plugin/authyubikey/lib/
H A DREADME58 https://github.com/Yubico/php-yubico/blob/master/example/db.sql[example/db.sql]
/plugin/judge/
H A Daction.php213 $db = new SQLite3(DBFILE);
215 $db->exec($query);
217 $db->exec($query);
259 $db = new SQLite3(DBFILE);
260 $db->exec($query);
261 $id = $db->lastInsertRowID();
263 $row_number = $db->querySingle($result_id_query);
275 $db->exec($test_case_query);
316 $db = new SQLite3(DBFILE);
318 $id = $db->exec($query);
H A Dsyntax.php373 $db = new SQLite3(DBFILE);
374 …$submissions = $db->querySingle('SELECT COUNT(*) FROM submissions WHERE problem_name = "' . $data[…
/plugin/judge/helper/
H A Dcrud.php23 $this->db = new SQLite3(DBFILE);
57db->query('SELECT language FROM submission_test_case WHERE submit_id = ' . $row["submit_id"] . ';'…
130 $results = $this->db->query($query);
152 …$valid = $this->db->query('SELECT "valid" FROM submission_test_case WHERE submit_id = ' . $id . ';…
194 …$this->db->query('DELETE FROM submission_test_case WHERE submit_id ="' . $row["submit_id"] . '";');
197 … $this->db->query('DELETE FROM submissions WHERE submit_id ="' . $row["submit_id"] . '";');
/plugin/labeled/
H A Dhelper.php22 static $db;
23 if (!is_null($db)) {
24 return $db;
28 if (is_null($db)) {
33 return $db;
96 $db = $this->getDb();
107 $db = $this->getDb();
120 $db = $this->getDb();
134 $db = $this->getDb();
162 $db = $this->getDb();
[all …]
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php146 $db = $this->connectToDb ($data);
148 $db->executeQuery($query);

12345678