Home
last modified time | relevance | path

Searched refs:tables (Results 226 – 250 of 254) sorted by path

1234567891011

/plugin/struct/action/
H A Dmigration.php51 * Add a latest column to all existing multi tables
60 $tables = $sqlite->queryAll($sql);
62 foreach ($tables as $row) {
63 $table = $row['name']; // no escaping needed, it's our own tables
81 // get tables and their SQL definitions
85 $tables = $sqlite->queryAll($sql);
95 // Step 1: move original data to temporary tables and create new ones with modified schemas
96 foreach ($tables as $table) {
106 // add rid and new primary key to regular tables
109 // add rid and new primary key to lookup tables
[all...]
H A Dsearch.php45 $tables = $assignments->getPageAssignments($id);
46 if (!$tables) return;
48 foreach ($tables as $table) {
66 $tables = $assignments->getPageAssignments($id);
67 if (!$tables) return;
69 foreach ($tables as $table) {
/plugin/struct/meta/
H A DAccessDataValidator.php49 $tables = $assignments->getPageAssignments($pageid);
50 foreach ($tables as $table) {
H A DAssignments.php109 $tables = $this->getPageAssignments($row['pid'], true);
110 if (!in_array($table, $tables)) {
127 $tables = $this->getPageAssignments($pid, true);
129 // fetch possibly affected tables
133 // reevalute the tables and apply assignments
135 if (in_array($row['tbl'], $tables)) {
210 * @return \string[] tables assigned
214 $tables = [];
222 $tables[] = $row['tbl'];
230 $tables[]
[all...]
H A DSchema.php176 $tables = $db->queryAll("SELECT DISTINCT tbl FROM schemas ORDER BY tbl");
179 foreach ($tables as $row) {
/plugin/struct/syntax/
H A Doutput.php114 $tables = $assignments->getPageAssignments($ID);
115 if (!$tables) return true;
120 foreach ($tables as $table) {
/plugin/structpublish/helper/
H A Dpublish.php67 $tables = $schemaAssignments->getPageAssignments($ID);
69 if (empty($tables)) {
75 foreach ($tables as $table) {
/plugin/structsection/
H A Dsyntax.php106 $tables = $assignments->getPageAssignments($ID);
107 if (!$tables) {
119 foreach ($tables as $table) {
/plugin/structupdate/helper/
H A Dupdate.php67 $tables = $assignments->getPageAssignments($ID);
70 foreach($tables as $table) {
/plugin/subjectindex/plugins/
H A Dbible_verses.txt11160 and the gold by weight for the tables of the layer bread, for the different tables, and silver for …
11255 Further, he made ten tables, and stationed them in the temple, five to the right and five to the le…
11266 …ls that were at the house of the [true] God and the golden altar and the tables with the showbread…
18173 For the tables themselves have all become full of filthy vomit-there is no place [without it].
21517 And in the porch of the gate there were two tables on this side and two tables on that side, for sl…
21518 … the north gate, there were two tables. And on the other side that belongs to the porch of the gat…
21519 There were four tables over here and four tables over there at the side of the gate-eight tables, u…
21521 … one handbreadth, firmly fixed on the interior, all around; and upon the tables [they would deposi…
23839 …threw out all those selling and buying in the temple, and overturned the tables of the money chang…
26111 …e out of the temple, and he poured out the coins of the money changers and overturned their tables.
[all …]
/plugin/tableedit/
H A DREADME.md4 A DokuWiki plugin for easier manipulation with tables
/plugin/tablefilterjs/
H A Dplugin.info.txt6 desc Filter dokuwiki tables using regexs
/plugin/tocselect/
H A Dplugin.info.txt6 desc Adds textbox and namespace/wiki:id index for installing tables of contents in page or side bar
/plugin/translate/
H A Dmake_langnames_file.php22 $tables = $doc->getElementsByTagName('table'); variable
23 if (empty($tables)) die ("No table found");
24 $table = $tables->item(0);
/plugin/txt2tags/
H A DREADME.doku90 <script src="lib/plugins/txt2tags/tables.js" type="text/javascript"></script>
H A DREADME.t2t90 ``` <script src="lib/plugins/txt2tags/tables.js" type="text/javascript"></script>
H A Dconfig.t2t24 % center tables
/plugin/vertical/
H A DREADME.md2 Simple plugin to configure vertical-align in tables
H A Dplugin.info.txt6 desc Simple plugin to configure vertical-align in tables
/plugin/vkeyboard/
H A Dvkeyboard.js.unc1406 var tables = container.getElementsByTagName('table');
1407 for (var x = tables.length - 1; x >= 0; x--) container.removeChild(tables[x]);
1518 …var tables = this.VKI_keyboard.tBodies[0].getElementsByTagName('div')[0].getElementsByTagName('tab…
1519 for (var x = 0; x < tables.length; x++) {
1520 var tds = tables[x].getElementsByTagName('td');
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md176 * #730: Switched all mysql tables to `utf8mb4` character set, allowing you to
177 use emoji in some tables where you couldn't before.
277 * #730: Switched all mysql tables to `utf8mb4` character set, allowing you to
278 use emoji in some tables where you couldn't before.
/plugin/wrap/
H A Dexample.txt5 An uppercase **%%<WRAP>%%** (or alternatively **%%<block>%%** or **%%<div>%%**) creates a **''div''** and should be used for **"big"** containers, **surrounding** paragraphs, lists, tables, etc.
23 A lowercase **%%<wrap>%%** (or alternatively **%%<inline>%%** or **%%<span>%%**) creates a **''span''** and should be used for **"small"** containers, **inside** paragraphs, lists, tables, etc.
309 You can set the width of a table via ''tablewidth'' as every table inside that wrap will always be 100% wide. This makes it possible to give tables any width by adding an additional width to the wrap (or none for 100%).
/plugin/wrapadd/
H A DREADME.md51 Function: Another box variant for formal purposes, especially when used with tables.
/plugin/wysiwyg/css/
H A Dfck_showtableborders_gecko.css24 /* For tables with the "border" attribute set to "0" */
34 /* For tables with no "border" attribute set */
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_showtableborders_gecko.css24 /* For tables with the "border" attribute set to "0" */
34 /* For tables with no "border" attribute set */

1234567891011