Home
last modified time | relevance | path

Searched refs:dID (Results 1 – 7 of 7) sorted by last modified time

/plugin/btable2/
H A Dsyntax.php125 $dID = cleanID($title);
146 $dfile = metaFN(md5($dID), '.btable');
155 $renderer->doc .= '<form id="btable__form__'.$dID.'" '.
179 if ($_REQUEST[$dID.'-column'.$i]) {
371 'name="'.$dID.'-change" '.
424 'name="'.$dID.'-column'.$i.'" '.
433 $ret .= "<input type='hidden' name='$dID-delete' value='$row'>";
436 'name="'.$dID.'-add" '.
439 'name="'.$dID.'-deletebutton" '.
537 'name="'.$dID.'-column'.$i.'" '.
[all …]
H A Dexport.php27 $dID = $_GET['id']; variable
31 $file = DOKU_INC.metaFN(md5($dID), '.btable');
36 header("Content-Disposition: attachment; filename=".$dID.".csv");
/plugin/btable/
H A Dexport.php27 $dID = $_GET['id']; variable
31 $file = DOKU_INC.metaFN(md5($dID), '.btable');
36 header("Content-Disposition: attachment; filename=".$dID.".csv");
/plugin/hcalendar/syntax/
H A Dhcal_renderer_helper.php91 $dID = cleanID($summary);
92 …$txt .= ' <'.$this->getConf($tag_uid).' class="uid" style="font-size:4pt;">'.md5($dID).'</'.$this-…
/plugin/givemeyouremail/
H A Dsyntax.php145 …$renderer->doc .= $this->_givemeyouremailForm($c, $dID, $givemeyouremail, $options, $login, $singl…
194 function _givemeyouremailForm($n, $dID, $givemeyouremail, $options, $login, $single){ argument
207 '<input class="button" type="submit" name="'.$dID.'-submit" '.
/plugin/chat/
H A Dchat.php37 $dID = chat_plugin::addChatNS($ID);
49 if (!file_exists(wikiFN($dID))) {
52 $revs = getRevisions($dID);
77 $html .= chat_plugin::chatFormHtml($dID);
122 $dID = getNS($ID);
123 if ($dID !== '') {
124 $dID .= ':';
126 $dID .= $dNS.':'.noNS($ID);
127 return $dID;
135 function chatPageHtml($dID) { argument
[all …]
H A Dsyntax.php85 $revs = getRevisions($dID);
89 $txt = rawWiki($dID, $rev);
97 saveWikiText($dID, $txt, $sum);
104 saveWikiText($dID, '', $lang['chat_deleted']);
108 return array($dID);