Home
last modified time | relevance | path

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

12

/plugin/tagging/script/
H A Dadmin.js55 callBackend({call: 'plugin_tagging_delete', tagging: {tid: [actionData.tid]}});
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);
/plugin/struct/types/
H A DAbstractBaseType.php52 protected $tid = 0;
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)
90 $this->tid = $tid;
196 return $this->tid;
51 protected $tid = 0; global() variable in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
70 __construct($config = null, $label = '', $ismulti = false, $tid = 0) global() argument
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.php30 * @param int $tid
32 public function __construct($config = null, $label = '', $ismulti = false, $tid = 0)
34 parent::__construct($config, $label, $ismulti, $tid);
35 __construct($config = null, $label = '', $ismulti = false, $tid = 0) global() argument
/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/searchindex/lang/da/
H A Dintro.txt6 Genopbygning af indekset **kan tage lang tid**. Du bør holde siden åben, indtil indekseringen er fæ…
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt32 (See http://mpdf1.com/manual/index.php?tid=256)
66 (See http://mpdf1.com/manual/index.php?tid=34)
H A Dstyle.css26 /* Table of Content -- see http://mpdf1.com/manual/index.php?tid=243 */
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt32 (See http://mpdf1.com/manual/index.php?tid=256)
66 (See http://mpdf1.com/manual/index.php?tid=34)
H A Dstyle.css16 /* Table of Content -- see http://mpdf1.com/manual/index.php?tid=243 */
/plugin/pdftools/tpl/checkliste/
H A DREADME.txt32 (See http://mpdf1.com/manual/index.php?tid=256)
66 (See http://mpdf1.com/manual/index.php?tid=34)
H A Dstyle.css26 /* Table of Content -- see http://mpdf1.com/manual/index.php?tid=243 */
/plugin/pdftools/tpl/info/
H A DREADME.txt32 (See http://mpdf1.com/manual/index.php?tid=256)
66 (See http://mpdf1.com/manual/index.php?tid=34)
H A Dstyle.css26 /* Table of Content -- see http://mpdf1.com/manual/index.php?tid=243 */
/plugin/searchindex/lang/sv/
H A Dintro.txt6 Att återuppbygga index **kan ta lång tid**. Du bör lämna sidan öppen, tills indexeringen är färdig.
/plugin/translate/
H A Dhelper.php203 foreach ($meta['relation']['translations'] as $tid => $tlang) {
204 if ($tlang == $language && page_exists($tid)) return $tid;
/plugin/pdftools/tpl/onlylogo/
H A 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/
H A DREADME.txt32 (See http://mpdf1.com/manual/index.php?tid=256)
68 (See http://mpdf1.com/manual/index.php?tid=34)
H A Dstyle.css44 /* Table of Content -- see http://mpdf1.com/manual/index.php?tid=243 */
/plugin/pdftools/tpl/minimal/
H A DREADME.txt32 (See http://mpdf1.com/manual/index.php?tid=256)
68 (See http://mpdf1.com/manual/index.php?tid=34)
/plugin/dw2pdf/tpl/default/
H A DREADME.txt32 (See http://mpdf1.com/manual/index.php?tid=256)
68 (See http://mpdf1.com/manual/index.php?tid=34)
H A Dstyle.css15 /* Table of Content -- see http://mpdf1.com/manual/index.php?tid=243 */
/plugin/tagging/
H A Dhelper.php382 public function getAllTags($namespace = '', $order_by = 'tid', $desc = false, $filters = []) {
383 $order_fields = array('pid', 'tid', 'taggers', 'ns', 'count');
394 CLEANTAG("tag") AS "tid",
401 . ' GROUP BY "tid"';
679 * @param string $tid
682 public function getPagesHtml($tid) argument
688 $res = $db->query($sql, $tid);
710 array('value' => $this->getLang('admin tag'), 'sort_by' => 'tid'),
819 $tagname = $taginfo['tid'];
826 $form->addHTML('<a class="tagslist" href="#" data-tid
[all...]
/plugin/metaeditor/
H A Djstree.js1513 id : tid,
1562 tmp.li_attr.id = tid;
1600 } while(m[tid]);
1657 tmp.id = tid;
1884 }, i, tmp, tid;
1939 } while(m[tid]);
1982 var tid = d.id.toString(),
1987 id : tid,
2036 tmp.li_attr.id = tid;
2083 } while(m[tid]);
[all …]

12