| /plugin/questionnaire/ |
| D | helper.php | 44 public function getQuestionnaire($page) 60 public function activateQuestionnaire($page, $user) 82 public function deactivateQuestionnaire($page, $user) 101 public function hasUserAnswered($page, $user) 116 public function numberOfResponses($page) 131 public function isActive($page) 144 public function getQuestionIDs($page)
|
| /plugin/acknowledge/ |
| D | helper.php | 102 public function matchPagePattern($pattern, $page) 168 public function removePage($page) 180 public function storePageDate($page, $lastmod, $newContent) 202 public function clearPageAssignments($page) 215 public function setPageAssignees($page, $assignees) 227 public function setAutoAssignees($page) 257 public function isUserAssigned($page, $user, $groups) 301 public function getPageAssignees($page) 421 public function hasUserAcknowledged($page, $user) 443 public function getLatestUserAcknowledgement($page, $user) [all …]
|
| /plugin/farmsync/_test/mock/ |
| D | FarmSyncUtil.php | 21 public function setPageExists($animal, $page, $exists) { 34 public function remotePageExists($animal, $page, $clean = true) { 46 public function setCommonAncestor($source, $animal, $page, $content) { 50 public function findCommonAncestor($page, $source, $target) { 55 public function saveRemotePage($animal, $page, $content, $timestamp = false) { 64 public function setPagemtime($animal, $page, $timestamp) { 69 public function getRemoteFilemtime($animal, $page, $ismedia = false, $clean = true) { 73 public function setPageContent($animal, $page, $content) { 77 public function readRemotePage($animal, $page, $clean = true, $timestamp = null) {
|
| /plugin/ckgdoku/ckeditor/ |
| D | useheading.php | 7 $page = $INPUT->str('dw_id'); variable 8 $page = urldecode($page); variable 9 $page = ltrim($page, ':'); variable
|
| D | get_headers.php | 15 $page = $INPUT->str('dw_id'); variable 16 $page = ltrim($page, ':'); variable 20 $page = str_replace(':', '/',$page); variable 21 $page = dwiki_encodeFN($page); variable
|
| /plugin/ckgedit/ckeditor/ |
| D | useheading.php | 7 $page = $INPUT->str('dw_id'); variable 8 $page = urldecode($page); variable 9 $page = ltrim($page, ':'); variable
|
| D | get_headers.php | 18 $page = $INPUT->str('dw_id'); variable 19 $page = ltrim($page, ':'); variable 23 $page = str_replace(':', '/',$page); variable 24 $page = dwiki_encodeFN($page); variable
|
| /plugin/acknowledge/db/ |
| D | update0001.sql | 3 page TEXT NOT NULL PRIMARY KEY, field 9 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE, field 17 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE PRIMARY KEY, field
|
| D | update0002.sql | 5 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE, field 17 page TEXT NOT NULL REFERENCES pages (page), field
|
| /plugin/extendpage/meta/ |
| D | Assignments.php | 73 public function addPattern($pattern, $page, $pos) 155 public function assignPageExtension($page, $pattern) 168 public function deassignPageExtension($page, $pattern) 192 public function getPageAssignments($page, $pos, $checkpatterns = true) 235 protected function matchPagePattern($pattern, $page, $pns = null)
|
| /plugin/latexit/classes/ |
| D | RecursionHandler.php | 50 public function disallow($page) { 58 public function insert($page) { 66 public function remove($page) {
|
| /plugin/inlineeditor/ |
| D | script.js | 60 function quickedit_save(id, range, page) argument 81 function plugin_quickedit_go(id,range,page,adm) argument 98 function plugin_quickedit_goold(id,range,page, adm){ argument 112 function quickedit_cancel(id, range, page) argument
|
| /plugin/include/ |
| H A D | helper.php | 239 …function _get_instructions($page, $sect, $mode, $lvl, $flags, $root_id = null, $included_pages = a… 295 …function _convert_instructions(&$ins, $lvl, $page, $sect, $flags, $root_id, $included_pages = arra… 509 function _footer($page, $sect, $sect_title, $flags, $footer_lvl, $root_id) { 521 function _editbtn(&$ins, $page, $sect, $sect_title, $root_id, $hid = '') { 534 function _permalink(&$ins, $page, $sect, $flags) { 546 private function adapt_links(&$ins, $page, $included_pages = null) { 657 function _get_firstsec(&$ins, $page, $flags) { 694 function _get_included_pages($mode, $page, $sect, $parent_id, $flags) {
|
| /plugin/struct/meta/ |
| H A D | Assignments.php | 176 public function assignPageSchema($page, $table) 189 public function deassignPageSchema($page, $table) 212 public function getPageAssignments($page, $checkpatterns = true) 280 protected function matchPagePattern($pattern, $page, $pns = null) 321 public function getHistoricAssignments($page, $ts)
|
| /plugin/mediasyntax/ |
| D | helper.php | 297 function _get_instructions($page, $sect, $mode, $lvl, $flags) 323 function _convert_instructions(&$ins, $lvl, $page, $sect, $flags) 501 function _footer($page, $sect, $sect_title, $flags, $footer_lvl) 514 function _editbtn(&$ins, $page, $sect, $sect_title) 527 function _permalink(&$ins, $page, $sect, $flags) 570 function _get_firstsec(&$ins, $page)
|
| /plugin/do/db/ |
| D | update0007.sql | 3 CREATE TABLE task_assignees (page, md5, user); field 9 CREATE TABLE tasks_tmp ( page, md5, date, text , creator , pos ); field 13 CREATE TABLE tasks ( page, md5, date, text , creator , pos); field
|
| /plugin/quickedit/ |
| D | script.js | 58 function quickedit_save(id, range, page) argument 93 function plugin_quickedit_go(id,range,page, adm){ argument 107 function quickedit_cancel(id, range, page) argument
|
| /plugin/snippets/exe/ |
| D | snippets.php | 20 $page = $conf['plugin']['snippets']['snippets_page']; variable 22 $page = 'snippets'; // use default if not set variable
|
| /plugin/approve/db/ |
| H A D | update0003.sql | 8 page TEXT NOT NULL, field 19 CREATE TABLE page ( table 20 page TEXT PRIMARY KEY, field
|
| /plugin/combo/ComboStrap/Meta/Field/ |
| H A D | Alias.php | 20 private MarkupPath $page; variable in ComboStrap\\Meta\\Field\\Alias 31 public function __construct(MarkupPath $page, WikiPath $path) 68 static function create(ResourceCombo $page, WikiPath $alias): Alias
|
| H A D | PageImage.php | 36 private $page; variable in ComboStrap\\Meta\\Field\\PageImage 41 public function __construct(WikiPath $image, MarkupPath $page) 52 public static function create(WikiPath $image, ResourceCombo $page): PageImage
|
| /plugin/fulldisplay/ |
| D | script.js | 7 const page = document.querySelector(JSINFO.fulldisplay.pageSelector); constant 28 const page = document.querySelector(JSINFO.fulldisplay.pageSelector); constant
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Pages.js | 79 function RenamePage(ui, page, name) argument 136 function SelectPage(ui, page, viewState) argument 230 function ChangePage(ui, page, select, index, noSelect) argument 286 EditorUi.prototype.getPageIndex = function(page) argument 355 EditorUi.prototype.getImageForPage = function(page, sourcePage, sourceGraph) argument 543 EditorUi.prototype.restoreViewState = function(page, viewState, selection) argument 898 EditorUi.prototype.updatePageRoot = function(page, checked) argument 954 EditorUi.prototype.selectPage = function(page, quiet, viewState) argument 1018 EditorUi.prototype.insertPage = function(page, index) argument 1098 EditorUi.prototype.removePage = function(page) argument [all …]
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | doc.anchor.class.php | 29 var $page; variable in Anchor 51 function Anchor($name, $page, $x, $y) {
|
| /plugin/top/db/ |
| D | update0002.sql | 2 page, field 14 page, field
|