Lines Matching full:wiki

6 …specified, the results will include a column containing a hash of the raw wiki contents of each pa…
19 ^Description|Returns the title of the wiki.|
24 ^Parameters |(string) [[doku>:pagename]], (string) raw Wiki text, (array) attrs \\ Where ''attrs'…
25 ^Description|Appends text to a Wiki Page.|
27 ==== wiki.aclCheck ====
29 ^Name |''wiki.aclCheck'' |
33 ==== wiki.getPage ====
35 ^Name |''wiki.getPage'' |
37 ^Description|Returns the raw Wiki text for a page.|
43 ^Description|Returns the available versions of a Wiki page. The number of pages in the result is co…
50 ^Description|Returns information about a Wiki page.|
52 ==== wiki.getPageHTML ====
54 ^Name |''wiki.getPageHTML'' |
56 ^Description|Returns the rendered XHTML body of a Wiki page.|
58 ==== wiki.putPage ====
60 ^Name |''wiki.putPage'' |
61 ^Parameters |(string) [[doku>:pagename]] , (string) raw Wiki text, (array) attrs \\ Where ''attrs…
62 ^Description|Saves a Wiki Page to the remote wiki.|
64 ==== wiki.listLinks ====
66 ^Name |''wiki.listLinks'' |
68 ^Description|Returns a list of all links contained in a Wiki page.|
70 ==== wiki.getAllPages ====
72 ^Name |''wiki.getAllPages'' |
73 ^Description|Returns a list of all Wiki pages in the remote Wiki.|
75 ==== wiki.getBackLinks ====
77 ^Name |''wiki.getBackLinks'' |
79 ^Description|Returns a list of [[doku>:backlinks]] of a Wiki page.|
81 ==== wiki.getRecentChanges ====
83 ^Name |''wiki.getRecentChanges'' |
87 ==== wiki.getRecentMediaChanges ====
89 ^Name |''wiki.getRecentMediaChanges'' |
93 ==== wiki.getAttachments ====
95 ^Name|''wiki.getAttachments'' |
99 ==== wiki.getAttachment ====
101 ^Name |''wiki.getAttachment'' |
105 ==== wiki.getAttachmentInfo ====
107 ^Name |''wiki.getAttachmentInfo'' |
111 ==== wiki.deleteAttachment ====
113 ^Name |''wiki.deleteAttachment'' |
115 ^Description|Deletes a file. Fails if the file is still referenced from any page in the wiki.|