Home
last modified time | relevance | path

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

1234567

/plugin/simplemysqlclient/
H A DREADME3 A Interface to execute sql on local mySQL database.
/plugin/crossdbsqlclient/
H A DREADME3 A Interface to execute sql on local mySQL database.
/plugin/stopforumspam/
H A Dplugin.info.txt6 desc Checks new users against a database of known spammers maintained by stopforumspam.org
/plugin/authdrupal7/
H A DREADME.md40 * MySQL database holding your drupal tables
41 * The database prefix used for your drupal tables (including the underscore e.g. ```myprefix_```)
45 …that are member of a defined user group. This plugin is reading the user groups from your database.
/plugin/sqlraw/
H A Dsyntax.php759 function _sqlRaw__drop_temp_db($database, &$renderer) { argument
762 $result =& $database->query ($query);
783 function _sqlRaw__create_temp_db($database, $headers, $rows, $max_field_lengths, &$renderer) { argument
798 $result =& $database->query ($query);
813 $sql .= '\''.$database->escapeSimple($field).'\', ';
819 $result =& $database->query ($sql);
/plugin/geonav/db/
H A Dtest.sqlite1 ** This file contains an SQLite 2.1 database **�(u�����������������������������������������������…
/plugin/zenlogin/
H A Dplugin.info.txt6 …enphoto. When a user changed, the changes are applied to Zenphotos user database as well. It provi…
/plugin/dokutexit/
H A DREADME.md48 … code from refnotes into a *texit.bib* in the namespace of the refnotes database pages (config opt…
73 * *texit.bib* : the bibliography database (not mandatory)
122 * only BibTeX configurations in database files will be taken into account
/plugin/aceeditor/
H A Dbuild.js1 …ss|current_date|current_time|current_timestamp|current_user|cursor|data|database|databases|day_hou…
/plugin/eventline/example/
H A DexampleDataForCutAndPaste.txt7 An application program created for Apple Computer, that combines database capabilities with a graph…
10 Developed by Donald McCracken and Robert Akscyn at Carnegie Mellon University. A ZOG database consi…
23 …n Perl by Peter Thoeny, stores data in plain text files instead of in a database. (ref: http://en.…
/plugin/semanticdata/
H A DREADME5 …ata plugin (http://www.dokuwiki.org/plugin:data). The underlying sqlite database has been replaced…
/plugin/translator/
H A Dhelper.php25 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 Dadmin.php240 $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/translator/syntax/
H A Dtranslator.php142 $this->functions->database->prepare("SELECT CategoryID, Name, FileName FROM tblCategory;");
143 $this->functions->database->execute();
145 if ( $this->functions->database->num_rows() == 0 ) {
150 $categories = array(); $data = array(); $this->functions->database->bind_assoc($data);
151 while ( $this->functions->database->fetch() ) {
H A Dlabel.php129 $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/farm/install/animaltemplate/data/pages/wiki/
H A Ddokuwiki.txt3 …he creation of structured texts. All data is stored in plain text files -- no database is required.
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example22 /* Options to configure database access. You need to set up this
24 * database.
29 $conf['auth']['mysql']['database'] = '';
37 * some reasons it might be usefull to let the database do the encryption.
39 * the database, otherwise the encrypted one.
135 /* This statement should add a user to the database. Minimum information
150 /* This statement should add a group to the database.
168 /* This statement should remove a group fom the database.
176 /* This statement should return the database index of a given user name.
190 /* This statement should remove a user fom the database.
[all …]
H A Dlocal.php.dist15 * database as autentication backend. Have a look into
17 * your database installation.
/plugin/svgimg2/
H A Dhelper.php16 var $database = null; variable in helper_plugin_svgimg
/plugin/zip/lang/en/
H A Dintro.txt3 …page will create a zip archive of your wiki database at the moment. Also, you may restore your wi…
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php485 else if ($type == 'database')
/plugin/bibtex/OSBib/
H A DSTYLEMAP.php405 $this->database = $this->basic;
406 $this->database['creator1'] = 'author';
407 $this->database['URL'] = 'URL';
408 $this->database['date'] = 'accessDate';
409 $this->database['year2'] = 'accessYear';
410 $this->database['publisherName'] = 'publisherName';
411 $this->database['publisherLocation'] = 'publisherLocation';
412 $this->database['isbn'] = 'ID';
H A DSTYLEMAPBIBTEX.php445 $this->database = $this->basic;
446 $this->database['creator1'] = 'author';
447 $this->database['URL'] = 'URL';
448 $this->database['date'] = 'accessDate';
449 $this->database['year2'] = 'accessYear';
450 $this->database['publisherName'] = 'publisherName';
451 $this->database['publisherLocation'] = 'publisherLocation';
452 $this->database['isbn'] = 'ID';
/plugin/bibtex/OSBib/format/
H A DREADME.txt59 (If your database stores or access its records in a BibTeX style format, you should use STYLEMAPBIB…
60 This contains all the mapping between your particular database/bibliographic management system and …
67 …pe arrays in STYLEMAP.php. This is how the data from _your_ particular database is mapped to a fo…
122 $bibformat->bibtexParsePath -- If you wish to use STYLEMAPBIBTEX.php because your database stores o…
143 The following should be called for each database row you wish to process.
176 … cardinal or an ordinal number. If your edition number is stored in the database as a cardinal num…

1234567