Home
last modified time | relevance | path

Searched defs:page (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/plugin/acknowledge/
H A Dhelper.php92 matchPagePattern($pattern, $page) global() argument
134 removePage($page) global() argument
149 storePageDate($page, $lastmod, $newContent) global() argument
174 clearPageAssignments($page) global() argument
190 setPageAssignees($page, $assignees) global() argument
205 setAutoAssignees($page) global() argument
238 isUserAssigned($page, $user, $groups) global() argument
283 getPageAssignees($page) global() argument
414 hasUserAcknowledged($page, $user) global() argument
439 getLatestUserAcknowledgement($page, $user) global() argument
459 saveAcknowledgement($page, $user) global() argument
505 getPageAcknowledgements($page, $max = 0) global() argument
[all...]
/plugin/farmsync/_test/mock/
H A DFarmSyncUtil.php21 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/
H A Duseheading.php7 $page = $INPUT->str('dw_id'); variable
8 $page = urldecode($page); variable
9 $page = ltrim($page, ':'); variable
H A Dget_headers.php15 $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/
H A Duseheading.php7 $page = $INPUT->str('dw_id'); variable
8 $page = urldecode($page); variable
9 $page = ltrim($page, ':'); variable
H A Dget_headers.php18 $page = $INPUT->str('dw_id'); variable
19 $page = ltrim($page, ':'); variable
23 $page = str_replace(':', '/',$page); variable
24 $page = dwiki_encodeFN($page); variable
/plugin/abc2/abc-libraries/abc2svg/
H A Dpage-1.js5 abc2svg.page={img_out:function(page,p){var cur_img_out=user.img_out;page.user_out(p) class in abc2svg
11 gen_hf(page,ty) global() argument
118 open_page(page,ht) global() argument
152 close_page(page) global() argument
162 blkcpy(page) global() argument
[all...]
/plugin/acknowledge/db/
H A Dupdate0001.sql3 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
H A Dupdate0002.sql5 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE, field
17 page TEXT NOT NULL REFERENCES pages (page), field
[all...]
/plugin/latexit/classes/
H A DRecursionHandler.php50 public function disallow($page) {
58 public function insert($page) {
66 public function remove($page) {
/plugin/inlineeditor/
H A Dscript.js60 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/extendpage/meta/
H A DAssignments.php73 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/include/
H A Dhelper.php237 function _get_instructions($page, $sect, $mode, $lvl, $flags, $root_id = null, $included_pages = array()) { argument
293 _convert_instructions(& $ins, $lvl, $page, $sect, $flags, $root_id, $included_pages = array()) global() argument
508 _footer($page, $sect, $sect_title, $flags, $footer_lvl, $root_id) global() argument
520 _editbtn(& $ins, $page, $sect, $sect_title, $root_id, $hid = '') global() argument
533 _permalink(& $ins, $page, $sect, $flags) global() argument
545 adapt_links(& $ins, $page, $included_pages = null) global() argument
658 _get_firstsec(& $ins, $page, $flags) global() argument
695 _get_included_pages($mode, $page, $sect, $parent_id, $flags) global() argument
[all...]
/plugin/struct/meta/
H A DAssignments.php174 assignPageSchema($page, $table) global() argument
187 deassignPageSchema($page, $table) global() argument
210 getPageAssignments($page, $checkpatterns = true) global() argument
278 matchPagePattern($pattern, $page, $pns = null) global() argument
321 getHistoricAssignments($page, $ts) global() argument
[all...]
/plugin/mediasyntax/
H A Dhelper.php310 _get_instructions($page, $sect, $mode, $lvl, $flags) global() argument
335 _convert_instructions(& $ins, $lvl, $page, $sect, $flags) global() argument
511 _footer($page, $sect, $sect_title, $flags, $footer_lvl) global() argument
523 _editbtn(& $ins, $page, $sect, $sect_title) global() argument
535 _permalink(& $ins, $page, $sect, $flags) global() argument
576 _get_firstsec(& $ins, $page) global() argument
[all...]
/plugin/do/db/
H A Dupdate0007.sql3 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/
H A Dscript.js58 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/
H A Dsnippets.php20 $page = $conf['plugin']['snippets']['snippets_page']; variable
22 $page = 'snippets'; // use default if not set variable
/plugin/approve/db/
H A Dupdate0001.sql8 page TEXT NOT NULL, field
19 CREATE TABLE page ( table
20 page TEXT PRIMARY KEY, field
/plugin/combo/ComboStrap/Meta/Field/
H A DAlias.php20 private MarkupPath $page; variable in ComboStrap\\Meta\\Field\\Alias
31 public function __construct(MarkupPath $page, WikiPath $path) argument
68 static function create(ResourceCombo $page, WikiPath $alias): Alias argument
[all...]
H A DPageImage.php36 private $page; variable in ComboStrap\\Meta\\Field\\PageImage
41 public function __construct(WikiPath $image, MarkupPath $page) argument
52 public static function create(WikiPath $image, ResourceCombo $page): PageImage argument
[all...]
/plugin/top/db/
H A Dupdate0002.sql2 page, field
14 page, field
/plugin/html2pdf/html2pdf/html2ps/
H A Ddoc.anchor.class.php29 var $page; variable in Anchor
51 function Anchor($name, $page, $x, $y) {
/plugin/combo/ComboStrap/
H A DImageSystem.php15 public static function selectAndGetBestMetadataPageImageFetcherForRatio(MarkupPath $page, TagAttributes $tagAttributes): IFetcherLocalImage argument
61 public static function createImageFetchFromPageImageMetadata(MarkupPath $page): IFetcherLocalImage argument
[all...]
/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js79 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
898 EditorUi.prototype.updatePageRoot = function(page, checked) argument
1018 EditorUi.prototype.insertPage = function(page, index) argument
1098 EditorUi.prototype.removePage = function(page) argument
1159 EditorUi.prototype.duplicatePage = function(page, name) argument
1210 EditorUi.prototype.renamePage = function(page) argument
1645 EditorUi.prototype.addTabListeners = function(page, tab) argument
[all …]

12345678910>>...12