Home
last modified time | relevance | path

Searched refs:tid (Results 1 – 25 of 49) sorted by relevance

12

/plugin/tagging/script/
H A Dadmin.js55 callBackend({call: 'plugin_tagging_delete', tagging: {tid: [actionData.tid]}}); property
118 … actionDialog.append('<h2>' + LANG.plugins.tagging.admin_delete + ' ' + actionData.tid + '</h2>');
121 … actionDialog.append('<h2>' + LANG.plugins.tagging.admin_rename + ' ' + actionData.tid + '</h2>');
125 … + '<input type="text" name="newtags" id="tagging__newtags" value="' + actionData.tid + '">'
133 …callBackend({call: 'plugin_tagging_rename', tagging: {oldValue: actionData.tid, newValue: newValue…
149 callBackend({call: 'plugin_tagging_html_pages', tagging: {tid: $data['tid']}}, callback); property
/plugin/struct/types/
H A DAbstractBaseType.php52 protected $tid = 0; variable in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
69 * @param int $tid The id of this type if it has been saved, yet
71 public function __construct($config = null, $label = '', $ismulti = false, $tid = 0) argument
90 $this->tid = $tid;
196 return $this->tid;
H A DDateTime.php25 * @param int $tid
27 public function __construct($config = null, $label = '', $ismulti = false, $tid = 0) argument
32 parent::__construct($config, $label, $ismulti, $tid);
H A DLookup.php34 * @param int $tid
36 public function __construct($config = null, $label = '', $ismulti = false, $tid = 0) argument
38 parent::__construct($config, $label, $ismulti, $tid);
/plugin/sqlite/_test/db/
H A Dupdate0001.sql1 CREATE TABLE testdata (tid INTEGER PRIMARY KEY, keyword, value); field
/plugin/struct/db/
H A Dupdate0001.sql23 tid INTEGER REFERENCES types (id), field
/plugin/pdftools/tpl/info/
DREADME.txt32 (See http://mpdf1.com/manual/index.php?tid=256)
66 (See http://mpdf1.com/manual/index.php?tid=34)
Dstyle.css26 /* Table of Content -- see http://mpdf1.com/manual/index.php?tid=243 */
/plugin/pdftools/tpl/kompakt/
DREADME.txt32 (See http://mpdf1.com/manual/index.php?tid=256)
66 (See http://mpdf1.com/manual/index.php?tid=34)
Dstyle.css16 /* Table of Content -- see http://mpdf1.com/manual/index.php?tid=243 */
/plugin/pdftools/tpl/checkliste2/
DREADME.txt32 (See http://mpdf1.com/manual/index.php?tid=256)
66 (See http://mpdf1.com/manual/index.php?tid=34)
Dstyle.css26 /* Table of Content -- see http://mpdf1.com/manual/index.php?tid=243 */
/plugin/pdftools/tpl/checkliste/
DREADME.txt32 (See http://mpdf1.com/manual/index.php?tid=256)
66 (See http://mpdf1.com/manual/index.php?tid=34)
Dstyle.css26 /* Table of Content -- see http://mpdf1.com/manual/index.php?tid=243 */
/plugin/translate/
Dhelper.php203 foreach ($meta['relation']['translations'] as $tid => $tlang) {
204 if ($tlang == $language && page_exists($tid)) return $tid;
/plugin/searchindex/lang/da/
Dintro.txt6 Genopbygning af indekset **kan tage lang tid**. Du bør holde siden åben, indtil indekseringen er fæ…
/plugin/searchindex/lang/sv/
Dintro.txt6 Att återuppbygga index **kan ta lång tid**. Du bör lämna sidan öppen, tills indexeringen är färdig.
/plugin/dw2pdf/tpl/default/
DREADME.txt32 (See http://mpdf1.com/manual/index.php?tid=256)
68 (See http://mpdf1.com/manual/index.php?tid=34)
Dstyle.css15 /* Table of Content -- see http://mpdf1.com/manual/index.php?tid=243 */
/plugin/pdftools/tpl/minimal/
DREADME.txt32 (See http://mpdf1.com/manual/index.php?tid=256)
68 (See http://mpdf1.com/manual/index.php?tid=34)
/plugin/pdftools/tpl/standard/
DREADME.txt32 (See http://mpdf1.com/manual/index.php?tid=256)
68 (See http://mpdf1.com/manual/index.php?tid=34)
Dstyle.css44 /* Table of Content -- see http://mpdf1.com/manual/index.php?tid=243 */
/plugin/pdftools/tpl/onlylogo/
DREADME.txt32 (See http://mpdf1.com/manual/index.php?tid=256)
68 (See http://mpdf1.com/manual/index.php?tid=34)
/plugin/tagging/
H A Dhelper.php705 * @param string $tid
708 public function getPagesHtml($tid) argument
714 $pages = $db->queryAll($sql, $tid);
/plugin/asciidocjs/node_modules/nunjucks/src/
Dcompiler.js584 var tid = _this10._tmpid();
585 _this10._emitLine("var " + tid + " = " + arr + "[" + i + "][" + u + "];");
587 frame.set(node.name.children[u].value, tid);

12