Searched refs:dID (Results 1 – 7 of 7) sorted by relevance
| /plugin/chat/ |
| D | chat.php | 37 $dID = chat_plugin::addChatNS($ID); 45 if (!$conf['chat']['automatic'] && !file_exists(wikiFN($dID))) 49 if (!file_exists(wikiFN($dID))) { 52 $revs = getRevisions($dID); 77 $html .= chat_plugin::chatFormHtml($dID); 78 $html .= chat_plugin::chatPageHtml($dID); 80 $html .= chat_plugin::chatPageHtml($dID); 81 $html .= chat_plugin::chatFormHtml($dID); 122 $dID = getNS($ID); 123 if ($dID !== '') { [all …]
|
| D | syntax.php | 85 $revs = getRevisions($dID); 89 $txt = rawWiki($dID, $rev); 97 saveWikiText($dID, $txt, $sum); 104 saveWikiText($dID, '', $lang['chat_deleted']); 108 return array($dID);
|
| /plugin/btable2/ |
| D | syntax.php | 125 $dID = cleanID($title); 146 $dfile = metaFN(md5($dID), '.btable'); 155 $renderer->doc .= '<form id="btable__form__'.$dID.'" '. 166 if (($submit = $_REQUEST[$dID.'-add']) && $write_access && checkSecurityToken()) { 179 if ($_REQUEST[$dID.'-column'.$i]) { 192 … } else if (($submit = $_REQUEST[$dID.'-delete']) && $write_access && checkSecurityToken()) { 207 … } else if (($submit = $_REQUEST[$dID.'-change']) && $write_access && checkSecurityToken()) { 290 …$renderer->doc .= $this->_doodleResults($dID, $doodle, $columns, $columns_count, $rows_count, $cha… 308 …$renderer->doc .= $this->_doodleForm($dID, $columns, $columns_count, $selectable_rows, $change_row… 322 …function _doodleResults($dID, $doodle, $columns, $columns_count, $total_rows, $change_row, $allow_… argument [all …]
|
| D | export.php | 27 $dID = $_GET['id']; variable 31 $file = DOKU_INC.metaFN(md5($dID), '.btable'); 36 header("Content-Disposition: attachment; filename=".$dID.".csv");
|
| /plugin/btable/ |
| D | export.php | 27 $dID = $_GET['id']; variable 31 $file = DOKU_INC.metaFN(md5($dID), '.btable'); 36 header("Content-Disposition: attachment; filename=".$dID.".csv");
|
| /plugin/givemeyouremail/ |
| D | syntax.php | 145 …$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/hcalendar/syntax/ |
| D | hcal_renderer_helper.php | 91 $dID = cleanID($summary); 92 …$txt .= ' <'.$this->getConf($tag_uid).' class="uid" style="font-size:4pt;">'.md5($dID).'</'.$this-…
|