Home
last modified time | relevance | path

Searched refs:KEY (Results 1 – 25 of 121) sorted by last modified time

12345

/plugin/structpublish/db/
H A Dupdate0001.sql5 PRIMARY KEY (pattern, user, status)
13 PRIMARY KEY(pid, user, status)
/plugin/struct/db/
H A Dupdate0008.sql5 PRIMARY KEY(pid)
H A Dupdate0014.sql16 id INTEGER PRIMARY KEY AUTOINCREMENT,
H A Dupdate0001.sql3 id INTEGER PRIMARY KEY AUTOINCREMENT,
11 id INTEGER PRIMARY KEY AUTOINCREMENT,
25 PRIMARY KEY ( sid, colref)
H A Dupdate0002.sql8 PRIMARY KEY(assign, tbl)
H A Dupdate0003.sql10 PRIMARY KEY(tbl, colref, pid, rev, row)
H A Dupdate0005.sql4 PRIMARY KEY(pattern, tbl)
H A Dupdate0006.sql8 PRIMARY KEY(pid, tbl)
H A Dupdate0009.sql12 id INTEGER PRIMARY KEY AUTOINCREMENT,
/plugin/acknowledge/db/
H A Dupdate0001.sql3 page TEXT NOT NULL PRIMARY KEY,
12 PRIMARY KEY (page, user)
17 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE PRIMARY KEY,
H A Dupdate0002.sql8 PRIMARY KEY (page, user)
20 PRIMARY KEY (page, user, ack)
H A Dupdate0003.sql4 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE PRIMARY KEY,
15 pattern TEXT NOT NULL PRIMARY KEY ,
/plugin/sqlite/_test/db/
H A Dupdate0001.sql1 CREATE TABLE testdata (tid INTEGER PRIMARY KEY, keyword, value);
/plugin/sqlite/db/
H A Dupdate0001.sql7 PRIMARY KEY (db, name)
/plugin/aichat/db/
H A Dupdate0001.sql3 id INTEGER NOT NULL PRIMARY KEY,
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js168 var KEY = { class in $.Autocompleter
218 case KEY.UP:
227 case KEY.DOWN:
236 case KEY.PAGEUP:
245 case KEY.PAGEDOWN:
255 case options.multiple && $.trim(options.multipleSeparator) == "," && KEY.COMMA:
256 case KEY.TAB:
257 case KEY.RETURN:
266 case KEY.ESC:
365 if( lastKeyPressCode == KEY
[all...]
/plugin/bez/db/
H A Dupdate0001.sql2 id INTEGER NOT NULL PRIMARY KEY,
46 PRIMARY KEY (thread_id, user_id)
50 id INTEGER NOT NULL PRIMARY KEY,
77 id INTEGER NOT NULL PRIMARY KEY,
92 PRIMARY KEY (thread_id, label_id)
127 id INTEGER NOT NULL PRIMARY KEY,
137 id INTEGER NOT NULL PRIMARY KEY,
331 PRIMARY KEY (task_id, user_id)
335 id INTEGER NOT NULL PRIMARY KEY,
355 PRIMARY KEY (page_i
[all...]
H A Dupdate0007.sql2 user_id TEXT NOT NULL PRIMARY KEY,
/plugin/tagging/db/
H A Dupdate0002.sql5 CREATE TABLE taggings_tmp (pid, tag, tagger, PRIMARY KEY(pid, tag, tagger));
10 CREATE TABLE taggings (pid, tag, tagger, lang, PRIMARY KEY(pid, tag, tagger));
H A Dupdate0001.sql1 CREATE TABLE taggings (pid, tag, tagger, PRIMARY KEY(pid, tag, tagger));
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js41093 var CurrentIteratorPrototype, methods, KEY;
41131 if (FORCED) for (KEY in methods) {
41132 if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {
41133 redefine(IterablePrototype, KEY, methods[KEY]);
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs14097 168: "ON.KEY",
14513 170: "CANCEL.KEY",
/plugin/bibtex4dw/db/
H A Dupdate0001.sql1 CREATE TABLE bibtex (key PRIMARY KEY, entry);
2 CREATE TABLE strings (string PRIMARY KEY, entry);
/plugin/combo/db/combo/
H A Dupdate0003.sql7 ID INTEGER PRIMARY KEY,
H A Dupdate0013.sql4 ID TEXT NOT NULL PRIMARY KEY, -- The page id

12345