Home
last modified time | relevance | path

Searched refs:tid (Results 26 – 41 of 41) sorted by path

12

/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/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/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/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/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\t…
/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/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/translate/
H A Dhelper.php203 foreach ($meta['relation']['translations'] as $tid => $tlang) {
204 if ($tlang == $language && page_exists($tid)) return $tid;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13tid||i[0];return t.afterUpdateCallback(c,u,l,s,r),t.finalizeUpdate(),void this.setGanttMode(r)}}va…
H A Ddhtmlxgantt.js.map1tid","btag","ganttMode","correct","originalSid","afterUpdate","_xml","getGanttMode","reqUrl","file…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_multiselect.js.map1 …lect = gantt._multiselect;\n\t\tvar isActive = multiselect.isActive();\n\t\tid = id || multiselect…
H A Ddhtmlxgantt_quick_info.js.map1 …sk){ return \"\"; };\n\n\ngantt.showQuickInfo = function(id){\n\tif ((\n\t\tid == this._quick_info…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js8566 if (tid != sid) { // tslint:disable-line
8568 this.$gantt[this._methods[2]](sid, tid);
8569 sid = tid;
8640 var tid = tag.tid || id[0];
8641 that.afterUpdateCallback(sid, tid, action, tag, mode);
8660 var tid = btag.getAttribute("tid");
8661 that.afterUpdateCallback(sid, tid, action, btag, mode);
8941 var tid = rowId;
8945 tid = tag.id || tag.tid || tid;
10754 var tid = tbranch[tindex];
[all …]

12